stratosphere-dsql-1.0.0: Stratosphere integration for AWS DSQL.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.DSQL.Cluster

Documentation

data Cluster Source #

Instances

Instances details
ToJSON Cluster Source # 
Instance details

Defined in Stratosphere.DSQL.Cluster

Show Cluster Source # 
Instance details

Defined in Stratosphere.DSQL.Cluster

Eq Cluster Source # 
Instance details

Defined in Stratosphere.DSQL.Cluster

Methods

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

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

ToResourceProperties Cluster Source # 
Instance details

Defined in Stratosphere.DSQL.Cluster

Property "DeletionProtectionEnabled" Cluster Source # 
Instance details

Defined in Stratosphere.DSQL.Cluster

Associated Types

type PropertyType "DeletionProtectionEnabled" Cluster 
Instance details

Defined in Stratosphere.DSQL.Cluster

type PropertyType "DeletionProtectionEnabled" Cluster = Value Bool

Methods

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

Property "KmsEncryptionKey" Cluster Source # 
Instance details

Defined in Stratosphere.DSQL.Cluster

Associated Types

type PropertyType "KmsEncryptionKey" Cluster 
Instance details

Defined in Stratosphere.DSQL.Cluster

type PropertyType "KmsEncryptionKey" Cluster = Value Text

Methods

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

Property "MultiRegionProperties" Cluster Source # 
Instance details

Defined in Stratosphere.DSQL.Cluster

Associated Types

type PropertyType "MultiRegionProperties" Cluster 
Instance details

Defined in Stratosphere.DSQL.Cluster

type PropertyType "MultiRegionProperties" Cluster = MultiRegionPropertiesProperty

Methods

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

Property "Tags" Cluster Source # 
Instance details

Defined in Stratosphere.DSQL.Cluster

Associated Types

type PropertyType "Tags" Cluster 
Instance details

Defined in Stratosphere.DSQL.Cluster

type PropertyType "Tags" Cluster = [Tag]

Methods

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

type PropertyType "DeletionProtectionEnabled" Cluster Source # 
Instance details

Defined in Stratosphere.DSQL.Cluster

type PropertyType "DeletionProtectionEnabled" Cluster = Value Bool
type PropertyType "KmsEncryptionKey" Cluster Source # 
Instance details

Defined in Stratosphere.DSQL.Cluster

type PropertyType "KmsEncryptionKey" Cluster = Value Text
type PropertyType "MultiRegionProperties" Cluster Source # 
Instance details

Defined in Stratosphere.DSQL.Cluster

type PropertyType "MultiRegionProperties" Cluster = MultiRegionPropertiesProperty
type PropertyType "Tags" Cluster Source # 
Instance details

Defined in Stratosphere.DSQL.Cluster

type PropertyType "Tags" Cluster = [Tag]