stratosphere-glue-1.0.0: Stratosphere integration for AWS Glue.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Glue.SecurityConfiguration

Documentation

data EncryptionConfigurationProperty Source #

Instances

Instances details
ToJSON EncryptionConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.EncryptionConfigurationProperty

Show EncryptionConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.EncryptionConfigurationProperty

Eq EncryptionConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.EncryptionConfigurationProperty

ToResourceProperties EncryptionConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.EncryptionConfigurationProperty

Property "CloudWatchEncryption" EncryptionConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.EncryptionConfigurationProperty

Property "JobBookmarksEncryption" EncryptionConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.EncryptionConfigurationProperty

Property "S3Encryptions" EncryptionConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.EncryptionConfigurationProperty

type PropertyType "CloudWatchEncryption" EncryptionConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.EncryptionConfigurationProperty

type PropertyType "JobBookmarksEncryption" EncryptionConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.EncryptionConfigurationProperty

type PropertyType "S3Encryptions" EncryptionConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.EncryptionConfigurationProperty

data CloudWatchEncryptionProperty Source #

Instances

Instances details
ToJSON CloudWatchEncryptionProperty Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.CloudWatchEncryptionProperty

Show CloudWatchEncryptionProperty Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.CloudWatchEncryptionProperty

Eq CloudWatchEncryptionProperty Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.CloudWatchEncryptionProperty

ToResourceProperties CloudWatchEncryptionProperty Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.CloudWatchEncryptionProperty

Property "CloudWatchEncryptionMode" CloudWatchEncryptionProperty Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.CloudWatchEncryptionProperty

Associated Types

type PropertyType "CloudWatchEncryptionMode" CloudWatchEncryptionProperty 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.CloudWatchEncryptionProperty

type PropertyType "CloudWatchEncryptionMode" CloudWatchEncryptionProperty = Value Text
Property "KmsKeyArn" CloudWatchEncryptionProperty Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.CloudWatchEncryptionProperty

type PropertyType "CloudWatchEncryptionMode" CloudWatchEncryptionProperty Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.CloudWatchEncryptionProperty

type PropertyType "CloudWatchEncryptionMode" CloudWatchEncryptionProperty = Value Text
type PropertyType "KmsKeyArn" CloudWatchEncryptionProperty Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.CloudWatchEncryptionProperty

data JobBookmarksEncryptionProperty Source #

Instances

Instances details
ToJSON JobBookmarksEncryptionProperty Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.JobBookmarksEncryptionProperty

Show JobBookmarksEncryptionProperty Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.JobBookmarksEncryptionProperty

Eq JobBookmarksEncryptionProperty Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.JobBookmarksEncryptionProperty

ToResourceProperties JobBookmarksEncryptionProperty Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.JobBookmarksEncryptionProperty

Property "JobBookmarksEncryptionMode" JobBookmarksEncryptionProperty Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.JobBookmarksEncryptionProperty

Associated Types

type PropertyType "JobBookmarksEncryptionMode" JobBookmarksEncryptionProperty 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.JobBookmarksEncryptionProperty

type PropertyType "JobBookmarksEncryptionMode" JobBookmarksEncryptionProperty = Value Text
Property "KmsKeyArn" JobBookmarksEncryptionProperty Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.JobBookmarksEncryptionProperty

type PropertyType "JobBookmarksEncryptionMode" JobBookmarksEncryptionProperty Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.JobBookmarksEncryptionProperty

type PropertyType "JobBookmarksEncryptionMode" JobBookmarksEncryptionProperty = Value Text
type PropertyType "KmsKeyArn" JobBookmarksEncryptionProperty Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.JobBookmarksEncryptionProperty

data S3EncryptionProperty Source #

Instances

Instances details
ToJSON S3EncryptionProperty Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.S3EncryptionProperty

Show S3EncryptionProperty Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.S3EncryptionProperty

Eq S3EncryptionProperty Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.S3EncryptionProperty

ToResourceProperties S3EncryptionProperty Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.S3EncryptionProperty

Property "KmsKeyArn" S3EncryptionProperty Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.S3EncryptionProperty

Property "S3EncryptionMode" S3EncryptionProperty Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.S3EncryptionProperty

Associated Types

type PropertyType "S3EncryptionMode" S3EncryptionProperty 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.S3EncryptionProperty

type PropertyType "S3EncryptionMode" S3EncryptionProperty = Value Text
type PropertyType "KmsKeyArn" S3EncryptionProperty Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.S3EncryptionProperty

type PropertyType "S3EncryptionMode" S3EncryptionProperty Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration.S3EncryptionProperty

type PropertyType "S3EncryptionMode" S3EncryptionProperty = Value Text

data SecurityConfiguration Source #

Instances

Instances details
ToJSON SecurityConfiguration Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration

Show SecurityConfiguration Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration

Eq SecurityConfiguration Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration

ToResourceProperties SecurityConfiguration Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration

Property "EncryptionConfiguration" SecurityConfiguration Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration

Associated Types

type PropertyType "EncryptionConfiguration" SecurityConfiguration 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration

Property "Name" SecurityConfiguration Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration

Associated Types

type PropertyType "Name" SecurityConfiguration 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration

type PropertyType "EncryptionConfiguration" SecurityConfiguration Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration

type PropertyType "Name" SecurityConfiguration Source # 
Instance details

Defined in Stratosphere.Glue.SecurityConfiguration