Stratosphere.DAX.Cluster
module Stratosphere.DAX.Cluster.SSESpecificationProperty
data Cluster Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-availabilityzones
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-clusterendpointencryptiontype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-clustername
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-iamrolearn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-networktype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-nodetype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-notificationtopicarn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-parametergroupname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-preferredmaintenancewindow
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-replicationfactor
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-ssespecification
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-securitygroupids
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-subnetgroupname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-cluster.html#cfn-dax-cluster-tags
Defined in Stratosphere.DAX.Cluster
Methods
toJSON :: Cluster -> Value #
toEncoding :: Cluster -> Encoding #
toJSONList :: [Cluster] -> Value #
toEncodingList :: [Cluster] -> Encoding #
omitField :: Cluster -> Bool #
showsPrec :: Int -> Cluster -> ShowS #
show :: Cluster -> String #
showList :: [Cluster] -> ShowS #
(==) :: Cluster -> Cluster -> Bool #
(/=) :: Cluster -> Cluster -> Bool #
toResourceProperties :: Cluster -> ResourceProperties #
Associated Types
set :: PropertyType "AvailabilityZones" Cluster -> Cluster -> Cluster #
set :: PropertyType "ClusterEndpointEncryptionType" Cluster -> Cluster -> Cluster #
set :: PropertyType "ClusterName" Cluster -> Cluster -> Cluster #
set :: PropertyType "Description" Cluster -> Cluster -> Cluster #
set :: PropertyType "IAMRoleARN" Cluster -> Cluster -> Cluster #
set :: PropertyType "NetworkType" Cluster -> Cluster -> Cluster #
set :: PropertyType "NodeType" Cluster -> Cluster -> Cluster #
set :: PropertyType "NotificationTopicARN" Cluster -> Cluster -> Cluster #
set :: PropertyType "ParameterGroupName" Cluster -> Cluster -> Cluster #
set :: PropertyType "PreferredMaintenanceWindow" Cluster -> Cluster -> Cluster #
set :: PropertyType "ReplicationFactor" Cluster -> Cluster -> Cluster #
set :: PropertyType "SSESpecification" Cluster -> Cluster -> Cluster #
set :: PropertyType "SecurityGroupIds" Cluster -> Cluster -> Cluster #
set :: PropertyType "SubnetGroupName" Cluster -> Cluster -> Cluster #
set :: PropertyType "Tags" Cluster -> Cluster -> Cluster #
mkCluster :: Value Text -> Value Text -> Value Integer -> Cluster Source #