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

Stratosphere.Neptune.DBCluster

Documentation

data DBCluster Source #

Constructors

DBCluster

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

Fields

Instances

Instances details
ToJSON DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

Show DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

Eq DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

ToResourceProperties DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

Property "AssociatedRoles" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

Associated Types

type PropertyType "AssociatedRoles" DBCluster 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "AssociatedRoles" DBCluster = [DBClusterRoleProperty]

Methods

set :: PropertyType "AssociatedRoles" DBCluster -> DBCluster -> DBCluster #

Property "AvailabilityZones" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

Associated Types

type PropertyType "AvailabilityZones" DBCluster 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "AvailabilityZones" DBCluster = ValueList Text

Methods

set :: PropertyType "AvailabilityZones" DBCluster -> DBCluster -> DBCluster #

Property "BackupRetentionPeriod" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

Associated Types

type PropertyType "BackupRetentionPeriod" DBCluster 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "BackupRetentionPeriod" DBCluster = Value Integer

Methods

set :: PropertyType "BackupRetentionPeriod" DBCluster -> DBCluster -> DBCluster #

Property "CopyTagsToSnapshot" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

Associated Types

type PropertyType "CopyTagsToSnapshot" DBCluster 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "CopyTagsToSnapshot" DBCluster = Value Bool

Methods

set :: PropertyType "CopyTagsToSnapshot" DBCluster -> DBCluster -> DBCluster #

Property "DBClusterIdentifier" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

Associated Types

type PropertyType "DBClusterIdentifier" DBCluster 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "DBClusterIdentifier" DBCluster = Value Text

Methods

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

Property "DBClusterParameterGroupName" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

Associated Types

type PropertyType "DBClusterParameterGroupName" DBCluster 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "DBClusterParameterGroupName" DBCluster = Value Text

Methods

set :: PropertyType "DBClusterParameterGroupName" DBCluster -> DBCluster -> DBCluster #

Property "DBInstanceParameterGroupName" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

Associated Types

type PropertyType "DBInstanceParameterGroupName" DBCluster 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "DBInstanceParameterGroupName" DBCluster = Value Text

Methods

set :: PropertyType "DBInstanceParameterGroupName" DBCluster -> DBCluster -> DBCluster #

Property "DBPort" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

Associated Types

type PropertyType "DBPort" DBCluster 
Instance details

Defined in Stratosphere.Neptune.DBCluster

Methods

set :: PropertyType "DBPort" DBCluster -> DBCluster -> DBCluster #

Property "DBSubnetGroupName" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

Associated Types

type PropertyType "DBSubnetGroupName" DBCluster 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "DBSubnetGroupName" DBCluster = Value Text

Methods

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

Property "DeletionProtection" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

Associated Types

type PropertyType "DeletionProtection" DBCluster 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "DeletionProtection" DBCluster = Value Bool

Methods

set :: PropertyType "DeletionProtection" DBCluster -> DBCluster -> DBCluster #

Property "EnableCloudwatchLogsExports" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

Associated Types

type PropertyType "EnableCloudwatchLogsExports" DBCluster 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "EnableCloudwatchLogsExports" DBCluster = ValueList Text

Methods

set :: PropertyType "EnableCloudwatchLogsExports" DBCluster -> DBCluster -> DBCluster #

Property "EngineVersion" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

Associated Types

type PropertyType "EngineVersion" DBCluster 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "EngineVersion" DBCluster = Value Text

Methods

set :: PropertyType "EngineVersion" DBCluster -> DBCluster -> DBCluster #

Property "IamAuthEnabled" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

Associated Types

type PropertyType "IamAuthEnabled" DBCluster 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "IamAuthEnabled" DBCluster = Value Bool

Methods

set :: PropertyType "IamAuthEnabled" DBCluster -> DBCluster -> DBCluster #

Property "KmsKeyId" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

Associated Types

type PropertyType "KmsKeyId" DBCluster 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "KmsKeyId" DBCluster = Value Text

Methods

set :: PropertyType "KmsKeyId" DBCluster -> DBCluster -> DBCluster #

Property "PreferredBackupWindow" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

Associated Types

type PropertyType "PreferredBackupWindow" DBCluster 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "PreferredBackupWindow" DBCluster = Value Text

Methods

set :: PropertyType "PreferredBackupWindow" DBCluster -> DBCluster -> DBCluster #

Property "PreferredMaintenanceWindow" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

Associated Types

type PropertyType "PreferredMaintenanceWindow" DBCluster 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "PreferredMaintenanceWindow" DBCluster = Value Text

Methods

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

Property "RestoreToTime" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

Associated Types

type PropertyType "RestoreToTime" DBCluster 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "RestoreToTime" DBCluster = Value Text

Methods

set :: PropertyType "RestoreToTime" DBCluster -> DBCluster -> DBCluster #

Property "RestoreType" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

Associated Types

type PropertyType "RestoreType" DBCluster 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "RestoreType" DBCluster = Value Text

Methods

set :: PropertyType "RestoreType" DBCluster -> DBCluster -> DBCluster #

Property "ServerlessScalingConfiguration" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

Associated Types

type PropertyType "ServerlessScalingConfiguration" DBCluster 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "ServerlessScalingConfiguration" DBCluster = ServerlessScalingConfigurationProperty

Methods

set :: PropertyType "ServerlessScalingConfiguration" DBCluster -> DBCluster -> DBCluster #

Property "SnapshotIdentifier" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

Associated Types

type PropertyType "SnapshotIdentifier" DBCluster 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "SnapshotIdentifier" DBCluster = Value Text

Methods

set :: PropertyType "SnapshotIdentifier" DBCluster -> DBCluster -> DBCluster #

Property "SourceDBClusterIdentifier" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

Associated Types

type PropertyType "SourceDBClusterIdentifier" DBCluster 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "SourceDBClusterIdentifier" DBCluster = Value Text

Methods

set :: PropertyType "SourceDBClusterIdentifier" DBCluster -> DBCluster -> DBCluster #

Property "StorageEncrypted" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

Associated Types

type PropertyType "StorageEncrypted" DBCluster 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "StorageEncrypted" DBCluster = Value Bool

Methods

set :: PropertyType "StorageEncrypted" DBCluster -> DBCluster -> DBCluster #

Property "Tags" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

Associated Types

type PropertyType "Tags" DBCluster 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "Tags" DBCluster = [Tag]
Property "UseLatestRestorableTime" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

Associated Types

type PropertyType "UseLatestRestorableTime" DBCluster 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "UseLatestRestorableTime" DBCluster = Value Bool

Methods

set :: PropertyType "UseLatestRestorableTime" DBCluster -> DBCluster -> DBCluster #

Property "VpcSecurityGroupIds" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

Associated Types

type PropertyType "VpcSecurityGroupIds" DBCluster 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "VpcSecurityGroupIds" DBCluster = ValueList Text

Methods

set :: PropertyType "VpcSecurityGroupIds" DBCluster -> DBCluster -> DBCluster #

type PropertyType "AssociatedRoles" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "AssociatedRoles" DBCluster = [DBClusterRoleProperty]
type PropertyType "AvailabilityZones" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "AvailabilityZones" DBCluster = ValueList Text
type PropertyType "BackupRetentionPeriod" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "BackupRetentionPeriod" DBCluster = Value Integer
type PropertyType "CopyTagsToSnapshot" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "CopyTagsToSnapshot" DBCluster = Value Bool
type PropertyType "DBClusterIdentifier" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "DBClusterIdentifier" DBCluster = Value Text
type PropertyType "DBClusterParameterGroupName" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "DBClusterParameterGroupName" DBCluster = Value Text
type PropertyType "DBInstanceParameterGroupName" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "DBInstanceParameterGroupName" DBCluster = Value Text
type PropertyType "DBPort" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "DBSubnetGroupName" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "DBSubnetGroupName" DBCluster = Value Text
type PropertyType "DeletionProtection" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "DeletionProtection" DBCluster = Value Bool
type PropertyType "EnableCloudwatchLogsExports" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "EnableCloudwatchLogsExports" DBCluster = ValueList Text
type PropertyType "EngineVersion" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "EngineVersion" DBCluster = Value Text
type PropertyType "IamAuthEnabled" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "IamAuthEnabled" DBCluster = Value Bool
type PropertyType "KmsKeyId" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "KmsKeyId" DBCluster = Value Text
type PropertyType "PreferredBackupWindow" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "PreferredBackupWindow" DBCluster = Value Text
type PropertyType "PreferredMaintenanceWindow" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "PreferredMaintenanceWindow" DBCluster = Value Text
type PropertyType "RestoreToTime" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "RestoreToTime" DBCluster = Value Text
type PropertyType "RestoreType" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "RestoreType" DBCluster = Value Text
type PropertyType "ServerlessScalingConfiguration" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "ServerlessScalingConfiguration" DBCluster = ServerlessScalingConfigurationProperty
type PropertyType "SnapshotIdentifier" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "SnapshotIdentifier" DBCluster = Value Text
type PropertyType "SourceDBClusterIdentifier" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "SourceDBClusterIdentifier" DBCluster = Value Text
type PropertyType "StorageEncrypted" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "StorageEncrypted" DBCluster = Value Bool
type PropertyType "Tags" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "Tags" DBCluster = [Tag]
type PropertyType "UseLatestRestorableTime" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "UseLatestRestorableTime" DBCluster = Value Bool
type PropertyType "VpcSecurityGroupIds" DBCluster Source # 
Instance details

Defined in Stratosphere.Neptune.DBCluster

type PropertyType "VpcSecurityGroupIds" DBCluster = ValueList Text