stratosphere-dax-1.0.0: Stratosphere integration for AWS DAX.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.DAX.Cluster

Documentation

data Cluster Source #

Constructors

Cluster

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

Fields

Instances

Instances details
ToJSON Cluster Source # 
Instance details

Defined in Stratosphere.DAX.Cluster

Show Cluster Source # 
Instance details

Defined in Stratosphere.DAX.Cluster

Eq Cluster Source # 
Instance details

Defined in Stratosphere.DAX.Cluster

Methods

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

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

ToResourceProperties Cluster Source # 
Instance details

Defined in Stratosphere.DAX.Cluster

Property "AvailabilityZones" Cluster Source # 
Instance details

Defined in Stratosphere.DAX.Cluster

Associated Types

type PropertyType "AvailabilityZones" Cluster 
Instance details

Defined in Stratosphere.DAX.Cluster

type PropertyType "AvailabilityZones" Cluster = ValueList Text

Methods

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

Property "ClusterEndpointEncryptionType" Cluster Source # 
Instance details

Defined in Stratosphere.DAX.Cluster

Associated Types

type PropertyType "ClusterEndpointEncryptionType" Cluster 
Instance details

Defined in Stratosphere.DAX.Cluster

type PropertyType "ClusterEndpointEncryptionType" Cluster = Value Text

Methods

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

Property "ClusterName" Cluster Source # 
Instance details

Defined in Stratosphere.DAX.Cluster

Associated Types

type PropertyType "ClusterName" Cluster 
Instance details

Defined in Stratosphere.DAX.Cluster

type PropertyType "ClusterName" Cluster = Value Text

Methods

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

Property "Description" Cluster Source # 
Instance details

Defined in Stratosphere.DAX.Cluster

Associated Types

type PropertyType "Description" Cluster 
Instance details

Defined in Stratosphere.DAX.Cluster

type PropertyType "Description" Cluster = Value Text

Methods

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

Property "IAMRoleARN" Cluster Source # 
Instance details

Defined in Stratosphere.DAX.Cluster

Associated Types

type PropertyType "IAMRoleARN" Cluster 
Instance details

Defined in Stratosphere.DAX.Cluster

type PropertyType "IAMRoleARN" Cluster = Value Text

Methods

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

Property "NetworkType" Cluster Source # 
Instance details

Defined in Stratosphere.DAX.Cluster

Associated Types

type PropertyType "NetworkType" Cluster 
Instance details

Defined in Stratosphere.DAX.Cluster

type PropertyType "NetworkType" Cluster = Value Text

Methods

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

Property "NodeType" Cluster Source # 
Instance details

Defined in Stratosphere.DAX.Cluster

Associated Types

type PropertyType "NodeType" Cluster 
Instance details

Defined in Stratosphere.DAX.Cluster

type PropertyType "NodeType" Cluster = Value Text

Methods

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

Property "NotificationTopicARN" Cluster Source # 
Instance details

Defined in Stratosphere.DAX.Cluster

Associated Types

type PropertyType "NotificationTopicARN" Cluster 
Instance details

Defined in Stratosphere.DAX.Cluster

type PropertyType "NotificationTopicARN" Cluster = Value Text

Methods

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

Property "ParameterGroupName" Cluster Source # 
Instance details

Defined in Stratosphere.DAX.Cluster

Associated Types

type PropertyType "ParameterGroupName" Cluster 
Instance details

Defined in Stratosphere.DAX.Cluster

type PropertyType "ParameterGroupName" Cluster = Value Text

Methods

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

Property "PreferredMaintenanceWindow" Cluster Source # 
Instance details

Defined in Stratosphere.DAX.Cluster

Associated Types

type PropertyType "PreferredMaintenanceWindow" Cluster 
Instance details

Defined in Stratosphere.DAX.Cluster

type PropertyType "PreferredMaintenanceWindow" Cluster = Value Text

Methods

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

Property "ReplicationFactor" Cluster Source # 
Instance details

Defined in Stratosphere.DAX.Cluster

Associated Types

type PropertyType "ReplicationFactor" Cluster 
Instance details

Defined in Stratosphere.DAX.Cluster

type PropertyType "ReplicationFactor" Cluster = Value Integer

Methods

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

Property "SSESpecification" Cluster Source # 
Instance details

Defined in Stratosphere.DAX.Cluster

Associated Types

type PropertyType "SSESpecification" Cluster 
Instance details

Defined in Stratosphere.DAX.Cluster

Methods

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

Property "SecurityGroupIds" Cluster Source # 
Instance details

Defined in Stratosphere.DAX.Cluster

Associated Types

type PropertyType "SecurityGroupIds" Cluster 
Instance details

Defined in Stratosphere.DAX.Cluster

type PropertyType "SecurityGroupIds" Cluster = ValueList Text

Methods

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

Property "SubnetGroupName" Cluster Source # 
Instance details

Defined in Stratosphere.DAX.Cluster

Associated Types

type PropertyType "SubnetGroupName" Cluster 
Instance details

Defined in Stratosphere.DAX.Cluster

type PropertyType "SubnetGroupName" Cluster = Value Text

Methods

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

Property "Tags" Cluster Source # 
Instance details

Defined in Stratosphere.DAX.Cluster

Associated Types

type PropertyType "Tags" Cluster 
Instance details

Defined in Stratosphere.DAX.Cluster

Methods

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

type PropertyType "AvailabilityZones" Cluster Source # 
Instance details

Defined in Stratosphere.DAX.Cluster

type PropertyType "AvailabilityZones" Cluster = ValueList Text
type PropertyType "ClusterEndpointEncryptionType" Cluster Source # 
Instance details

Defined in Stratosphere.DAX.Cluster

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

Defined in Stratosphere.DAX.Cluster

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

Defined in Stratosphere.DAX.Cluster

type PropertyType "Description" Cluster = Value Text
type PropertyType "IAMRoleARN" Cluster Source # 
Instance details

Defined in Stratosphere.DAX.Cluster

type PropertyType "IAMRoleARN" Cluster = Value Text
type PropertyType "NetworkType" Cluster Source # 
Instance details

Defined in Stratosphere.DAX.Cluster

type PropertyType "NetworkType" Cluster = Value Text
type PropertyType "NodeType" Cluster Source # 
Instance details

Defined in Stratosphere.DAX.Cluster

type PropertyType "NodeType" Cluster = Value Text
type PropertyType "NotificationTopicARN" Cluster Source # 
Instance details

Defined in Stratosphere.DAX.Cluster

type PropertyType "NotificationTopicARN" Cluster = Value Text
type PropertyType "ParameterGroupName" Cluster Source # 
Instance details

Defined in Stratosphere.DAX.Cluster

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

Defined in Stratosphere.DAX.Cluster

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

Defined in Stratosphere.DAX.Cluster

type PropertyType "ReplicationFactor" Cluster = Value Integer
type PropertyType "SSESpecification" Cluster Source # 
Instance details

Defined in Stratosphere.DAX.Cluster

type PropertyType "SecurityGroupIds" Cluster Source # 
Instance details

Defined in Stratosphere.DAX.Cluster

type PropertyType "SecurityGroupIds" Cluster = ValueList Text
type PropertyType "SubnetGroupName" Cluster Source # 
Instance details

Defined in Stratosphere.DAX.Cluster

type PropertyType "SubnetGroupName" Cluster = Value Text
type PropertyType "Tags" Cluster Source # 
Instance details

Defined in Stratosphere.DAX.Cluster