stratosphere-redshift-1.0.0: Stratosphere integration for AWS Redshift.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Redshift.Integration

Documentation

data Integration Source #

Instances

Instances details
ToJSON Integration Source # 
Instance details

Defined in Stratosphere.Redshift.Integration

Show Integration Source # 
Instance details

Defined in Stratosphere.Redshift.Integration

Eq Integration Source # 
Instance details

Defined in Stratosphere.Redshift.Integration

ToResourceProperties Integration Source # 
Instance details

Defined in Stratosphere.Redshift.Integration

Property "AdditionalEncryptionContext" Integration Source # 
Instance details

Defined in Stratosphere.Redshift.Integration

Associated Types

type PropertyType "AdditionalEncryptionContext" Integration 
Instance details

Defined in Stratosphere.Redshift.Integration

type PropertyType "AdditionalEncryptionContext" Integration = Map Text (Value Text)

Methods

set :: PropertyType "AdditionalEncryptionContext" Integration -> Integration -> Integration #

Property "IntegrationName" Integration Source # 
Instance details

Defined in Stratosphere.Redshift.Integration

Associated Types

type PropertyType "IntegrationName" Integration 
Instance details

Defined in Stratosphere.Redshift.Integration

type PropertyType "IntegrationName" Integration = Value Text

Methods

set :: PropertyType "IntegrationName" Integration -> Integration -> Integration #

Property "KMSKeyId" Integration Source # 
Instance details

Defined in Stratosphere.Redshift.Integration

Associated Types

type PropertyType "KMSKeyId" Integration 
Instance details

Defined in Stratosphere.Redshift.Integration

Property "SourceArn" Integration Source # 
Instance details

Defined in Stratosphere.Redshift.Integration

Associated Types

type PropertyType "SourceArn" Integration 
Instance details

Defined in Stratosphere.Redshift.Integration

type PropertyType "SourceArn" Integration = Value Text

Methods

set :: PropertyType "SourceArn" Integration -> Integration -> Integration #

Property "Tags" Integration Source # 
Instance details

Defined in Stratosphere.Redshift.Integration

Associated Types

type PropertyType "Tags" Integration 
Instance details

Defined in Stratosphere.Redshift.Integration

type PropertyType "Tags" Integration = [Tag]
Property "TargetArn" Integration Source # 
Instance details

Defined in Stratosphere.Redshift.Integration

Associated Types

type PropertyType "TargetArn" Integration 
Instance details

Defined in Stratosphere.Redshift.Integration

type PropertyType "TargetArn" Integration = Value Text

Methods

set :: PropertyType "TargetArn" Integration -> Integration -> Integration #

type PropertyType "AdditionalEncryptionContext" Integration Source # 
Instance details

Defined in Stratosphere.Redshift.Integration

type PropertyType "AdditionalEncryptionContext" Integration = Map Text (Value Text)
type PropertyType "IntegrationName" Integration Source # 
Instance details

Defined in Stratosphere.Redshift.Integration

type PropertyType "IntegrationName" Integration = Value Text
type PropertyType "KMSKeyId" Integration Source # 
Instance details

Defined in Stratosphere.Redshift.Integration

type PropertyType "SourceArn" Integration Source # 
Instance details

Defined in Stratosphere.Redshift.Integration

type PropertyType "SourceArn" Integration = Value Text
type PropertyType "Tags" Integration Source # 
Instance details

Defined in Stratosphere.Redshift.Integration

type PropertyType "Tags" Integration = [Tag]
type PropertyType "TargetArn" Integration Source # 
Instance details

Defined in Stratosphere.Redshift.Integration

type PropertyType "TargetArn" Integration = Value Text