stratosphere-docdbelastic-1.0.0: Stratosphere integration for AWS DocDBElastic.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.DocDBElastic.Cluster

Documentation

data Cluster Source #

Constructors

Cluster

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdbelastic-cluster.html

Fields

Instances

Instances details
ToJSON Cluster Source # 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

Show Cluster Source # 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

Eq Cluster Source # 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

Methods

(==) :: Cluster -> Cluster -> Bool #

(/=) :: Cluster -> Cluster -> Bool #

ToResourceProperties Cluster Source # 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

Property "AdminUserName" Cluster Source # 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

Associated Types

type PropertyType "AdminUserName" Cluster 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

type PropertyType "AdminUserName" Cluster = Value Text

Methods

set :: PropertyType "AdminUserName" Cluster -> Cluster -> Cluster #

Property "AdminUserPassword" Cluster Source # 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

Associated Types

type PropertyType "AdminUserPassword" Cluster 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

type PropertyType "AdminUserPassword" Cluster = Value Text

Methods

set :: PropertyType "AdminUserPassword" Cluster -> Cluster -> Cluster #

Property "AuthType" Cluster Source # 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

Associated Types

type PropertyType "AuthType" Cluster 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

type PropertyType "AuthType" Cluster = Value Text

Methods

set :: PropertyType "AuthType" Cluster -> Cluster -> Cluster #

Property "BackupRetentionPeriod" Cluster Source # 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

Associated Types

type PropertyType "BackupRetentionPeriod" Cluster 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

type PropertyType "BackupRetentionPeriod" Cluster = Value Integer

Methods

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

Property "ClusterName" Cluster Source # 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

Associated Types

type PropertyType "ClusterName" Cluster 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

type PropertyType "ClusterName" Cluster = Value Text

Methods

set :: PropertyType "ClusterName" Cluster -> Cluster -> Cluster #

Property "KmsKeyId" Cluster Source # 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

Associated Types

type PropertyType "KmsKeyId" Cluster 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

type PropertyType "KmsKeyId" Cluster = Value Text

Methods

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

Property "PreferredBackupWindow" Cluster Source # 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

Associated Types

type PropertyType "PreferredBackupWindow" Cluster 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

type PropertyType "PreferredBackupWindow" Cluster = Value Text

Methods

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

Property "PreferredMaintenanceWindow" Cluster Source # 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

Associated Types

type PropertyType "PreferredMaintenanceWindow" Cluster 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

type PropertyType "PreferredMaintenanceWindow" Cluster = Value Text

Methods

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

Property "ShardCapacity" Cluster Source # 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

Associated Types

type PropertyType "ShardCapacity" Cluster 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

type PropertyType "ShardCapacity" Cluster = Value Integer

Methods

set :: PropertyType "ShardCapacity" Cluster -> Cluster -> Cluster #

Property "ShardCount" Cluster Source # 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

Associated Types

type PropertyType "ShardCount" Cluster 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

type PropertyType "ShardCount" Cluster = Value Integer

Methods

set :: PropertyType "ShardCount" Cluster -> Cluster -> Cluster #

Property "ShardInstanceCount" Cluster Source # 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

Associated Types

type PropertyType "ShardInstanceCount" Cluster 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

type PropertyType "ShardInstanceCount" Cluster = Value Integer

Methods

set :: PropertyType "ShardInstanceCount" Cluster -> Cluster -> Cluster #

Property "SubnetIds" Cluster Source # 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

Associated Types

type PropertyType "SubnetIds" Cluster 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

type PropertyType "SubnetIds" Cluster = ValueList Text

Methods

set :: PropertyType "SubnetIds" Cluster -> Cluster -> Cluster #

Property "Tags" Cluster Source # 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

Associated Types

type PropertyType "Tags" Cluster 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

type PropertyType "Tags" Cluster = [Tag]

Methods

set :: PropertyType "Tags" Cluster -> Cluster -> Cluster #

Property "VpcSecurityGroupIds" Cluster Source # 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

Associated Types

type PropertyType "VpcSecurityGroupIds" Cluster 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

type PropertyType "VpcSecurityGroupIds" Cluster = ValueList Text

Methods

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

type PropertyType "AdminUserName" Cluster Source # 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

type PropertyType "AdminUserName" Cluster = Value Text
type PropertyType "AdminUserPassword" Cluster Source # 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

type PropertyType "AdminUserPassword" Cluster = Value Text
type PropertyType "AuthType" Cluster Source # 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

type PropertyType "AuthType" Cluster = Value Text
type PropertyType "BackupRetentionPeriod" Cluster Source # 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

type PropertyType "BackupRetentionPeriod" Cluster = Value Integer
type PropertyType "ClusterName" Cluster Source # 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

type PropertyType "ClusterName" Cluster = Value Text
type PropertyType "KmsKeyId" Cluster Source # 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

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

Defined in Stratosphere.DocDBElastic.Cluster

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

Defined in Stratosphere.DocDBElastic.Cluster

type PropertyType "PreferredMaintenanceWindow" Cluster = Value Text
type PropertyType "ShardCapacity" Cluster Source # 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

type PropertyType "ShardCapacity" Cluster = Value Integer
type PropertyType "ShardCount" Cluster Source # 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

type PropertyType "ShardCount" Cluster = Value Integer
type PropertyType "ShardInstanceCount" Cluster Source # 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

type PropertyType "ShardInstanceCount" Cluster = Value Integer
type PropertyType "SubnetIds" Cluster Source # 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

type PropertyType "SubnetIds" Cluster = ValueList Text
type PropertyType "Tags" Cluster Source # 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

type PropertyType "Tags" Cluster = [Tag]
type PropertyType "VpcSecurityGroupIds" Cluster Source # 
Instance details

Defined in Stratosphere.DocDBElastic.Cluster

type PropertyType "VpcSecurityGroupIds" Cluster = ValueList Text