stratosphere-neptune-1.0.0: Stratosphere integration for AWS Neptune.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Neptune.DBInstance

Documentation

data DBInstance Source #

Constructors

DBInstance

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html

Fields

Instances

Instances details
ToJSON DBInstance Source # 
Instance details

Defined in Stratosphere.Neptune.DBInstance

Show DBInstance Source # 
Instance details

Defined in Stratosphere.Neptune.DBInstance

Eq DBInstance Source # 
Instance details

Defined in Stratosphere.Neptune.DBInstance

ToResourceProperties DBInstance Source # 
Instance details

Defined in Stratosphere.Neptune.DBInstance

Property "AllowMajorVersionUpgrade" DBInstance Source # 
Instance details

Defined in Stratosphere.Neptune.DBInstance

Associated Types

type PropertyType "AllowMajorVersionUpgrade" DBInstance 
Instance details

Defined in Stratosphere.Neptune.DBInstance

type PropertyType "AllowMajorVersionUpgrade" DBInstance = Value Bool

Methods

set :: PropertyType "AllowMajorVersionUpgrade" DBInstance -> DBInstance -> DBInstance #

Property "AutoMinorVersionUpgrade" DBInstance Source # 
Instance details

Defined in Stratosphere.Neptune.DBInstance

Associated Types

type PropertyType "AutoMinorVersionUpgrade" DBInstance 
Instance details

Defined in Stratosphere.Neptune.DBInstance

type PropertyType "AutoMinorVersionUpgrade" DBInstance = Value Bool

Methods

set :: PropertyType "AutoMinorVersionUpgrade" DBInstance -> DBInstance -> DBInstance #

Property "AvailabilityZone" DBInstance Source # 
Instance details

Defined in Stratosphere.Neptune.DBInstance

Associated Types

type PropertyType "AvailabilityZone" DBInstance 
Instance details

Defined in Stratosphere.Neptune.DBInstance

type PropertyType "AvailabilityZone" DBInstance = Value Text

Methods

set :: PropertyType "AvailabilityZone" DBInstance -> DBInstance -> DBInstance #

Property "DBClusterIdentifier" DBInstance Source # 
Instance details

Defined in Stratosphere.Neptune.DBInstance

Associated Types

type PropertyType "DBClusterIdentifier" DBInstance 
Instance details

Defined in Stratosphere.Neptune.DBInstance

type PropertyType "DBClusterIdentifier" DBInstance = Value Text

Methods

set :: PropertyType "DBClusterIdentifier" DBInstance -> DBInstance -> DBInstance #

Property "DBInstanceClass" DBInstance Source # 
Instance details

Defined in Stratosphere.Neptune.DBInstance

Associated Types

type PropertyType "DBInstanceClass" DBInstance 
Instance details

Defined in Stratosphere.Neptune.DBInstance

type PropertyType "DBInstanceClass" DBInstance = Value Text

Methods

set :: PropertyType "DBInstanceClass" DBInstance -> DBInstance -> DBInstance #

Property "DBInstanceIdentifier" DBInstance Source # 
Instance details

Defined in Stratosphere.Neptune.DBInstance

Associated Types

type PropertyType "DBInstanceIdentifier" DBInstance 
Instance details

Defined in Stratosphere.Neptune.DBInstance

type PropertyType "DBInstanceIdentifier" DBInstance = Value Text

Methods

set :: PropertyType "DBInstanceIdentifier" DBInstance -> DBInstance -> DBInstance #

Property "DBParameterGroupName" DBInstance Source # 
Instance details

Defined in Stratosphere.Neptune.DBInstance

Associated Types

type PropertyType "DBParameterGroupName" DBInstance 
Instance details

Defined in Stratosphere.Neptune.DBInstance

type PropertyType "DBParameterGroupName" DBInstance = Value Text

Methods

set :: PropertyType "DBParameterGroupName" DBInstance -> DBInstance -> DBInstance #

Property "DBSubnetGroupName" DBInstance Source # 
Instance details

Defined in Stratosphere.Neptune.DBInstance

Associated Types

type PropertyType "DBSubnetGroupName" DBInstance 
Instance details

Defined in Stratosphere.Neptune.DBInstance

type PropertyType "DBSubnetGroupName" DBInstance = Value Text

Methods

set :: PropertyType "DBSubnetGroupName" DBInstance -> DBInstance -> DBInstance #

Property "PreferredMaintenanceWindow" DBInstance Source # 
Instance details

Defined in Stratosphere.Neptune.DBInstance

Associated Types

type PropertyType "PreferredMaintenanceWindow" DBInstance 
Instance details

Defined in Stratosphere.Neptune.DBInstance

type PropertyType "PreferredMaintenanceWindow" DBInstance = Value Text

Methods

set :: PropertyType "PreferredMaintenanceWindow" DBInstance -> DBInstance -> DBInstance #

Property "PubliclyAccessible" DBInstance Source # 
Instance details

Defined in Stratosphere.Neptune.DBInstance

Associated Types

type PropertyType "PubliclyAccessible" DBInstance 
Instance details

Defined in Stratosphere.Neptune.DBInstance

type PropertyType "PubliclyAccessible" DBInstance = Value Bool

Methods

set :: PropertyType "PubliclyAccessible" DBInstance -> DBInstance -> DBInstance #

Property "Tags" DBInstance Source # 
Instance details

Defined in Stratosphere.Neptune.DBInstance

Associated Types

type PropertyType "Tags" DBInstance 
Instance details

Defined in Stratosphere.Neptune.DBInstance

type PropertyType "Tags" DBInstance = [Tag]
type PropertyType "AllowMajorVersionUpgrade" DBInstance Source # 
Instance details

Defined in Stratosphere.Neptune.DBInstance

type PropertyType "AllowMajorVersionUpgrade" DBInstance = Value Bool
type PropertyType "AutoMinorVersionUpgrade" DBInstance Source # 
Instance details

Defined in Stratosphere.Neptune.DBInstance

type PropertyType "AutoMinorVersionUpgrade" DBInstance = Value Bool
type PropertyType "AvailabilityZone" DBInstance Source # 
Instance details

Defined in Stratosphere.Neptune.DBInstance

type PropertyType "AvailabilityZone" DBInstance = Value Text
type PropertyType "DBClusterIdentifier" DBInstance Source # 
Instance details

Defined in Stratosphere.Neptune.DBInstance

type PropertyType "DBClusterIdentifier" DBInstance = Value Text
type PropertyType "DBInstanceClass" DBInstance Source # 
Instance details

Defined in Stratosphere.Neptune.DBInstance

type PropertyType "DBInstanceClass" DBInstance = Value Text
type PropertyType "DBInstanceIdentifier" DBInstance Source # 
Instance details

Defined in Stratosphere.Neptune.DBInstance

type PropertyType "DBInstanceIdentifier" DBInstance = Value Text
type PropertyType "DBParameterGroupName" DBInstance Source # 
Instance details

Defined in Stratosphere.Neptune.DBInstance

type PropertyType "DBParameterGroupName" DBInstance = Value Text
type PropertyType "DBSubnetGroupName" DBInstance Source # 
Instance details

Defined in Stratosphere.Neptune.DBInstance

type PropertyType "DBSubnetGroupName" DBInstance = Value Text
type PropertyType "PreferredMaintenanceWindow" DBInstance Source # 
Instance details

Defined in Stratosphere.Neptune.DBInstance

type PropertyType "PreferredMaintenanceWindow" DBInstance = Value Text
type PropertyType "PubliclyAccessible" DBInstance Source # 
Instance details

Defined in Stratosphere.Neptune.DBInstance

type PropertyType "PubliclyAccessible" DBInstance = Value Bool
type PropertyType "Tags" DBInstance Source # 
Instance details

Defined in Stratosphere.Neptune.DBInstance

type PropertyType "Tags" DBInstance = [Tag]