| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Glue.SecurityConfiguration
Documentation
data EncryptionConfigurationProperty Source #
Constructors
| EncryptionConfigurationProperty | |
Instances
data CloudWatchEncryptionProperty Source #
Constructors
| CloudWatchEncryptionProperty | |
Fields
| |
Instances
| ToJSON CloudWatchEncryptionProperty Source # | |||||
Defined in Stratosphere.Glue.SecurityConfiguration.CloudWatchEncryptionProperty Methods toJSON :: CloudWatchEncryptionProperty -> Value # toEncoding :: CloudWatchEncryptionProperty -> Encoding # toJSONList :: [CloudWatchEncryptionProperty] -> Value # toEncodingList :: [CloudWatchEncryptionProperty] -> Encoding # | |||||
| Show CloudWatchEncryptionProperty Source # | |||||
Defined in Stratosphere.Glue.SecurityConfiguration.CloudWatchEncryptionProperty Methods showsPrec :: Int -> CloudWatchEncryptionProperty -> ShowS # show :: CloudWatchEncryptionProperty -> String # showList :: [CloudWatchEncryptionProperty] -> ShowS # | |||||
| Eq CloudWatchEncryptionProperty Source # | |||||
| ToResourceProperties CloudWatchEncryptionProperty Source # | |||||
| Property "CloudWatchEncryptionMode" CloudWatchEncryptionProperty Source # | |||||
Defined in Stratosphere.Glue.SecurityConfiguration.CloudWatchEncryptionProperty Associated Types
Methods set :: PropertyType "CloudWatchEncryptionMode" CloudWatchEncryptionProperty -> CloudWatchEncryptionProperty -> CloudWatchEncryptionProperty # | |||||
| Property "KmsKeyArn" CloudWatchEncryptionProperty Source # | |||||
Defined in Stratosphere.Glue.SecurityConfiguration.CloudWatchEncryptionProperty Associated Types
Methods set :: PropertyType "KmsKeyArn" CloudWatchEncryptionProperty -> CloudWatchEncryptionProperty -> CloudWatchEncryptionProperty # | |||||
| type PropertyType "CloudWatchEncryptionMode" CloudWatchEncryptionProperty Source # | |||||
| type PropertyType "KmsKeyArn" CloudWatchEncryptionProperty Source # | |||||
data JobBookmarksEncryptionProperty Source #
Constructors
| JobBookmarksEncryptionProperty | |
Fields
| |
Instances
| ToJSON JobBookmarksEncryptionProperty Source # | |||||
| Show JobBookmarksEncryptionProperty Source # | |||||
Defined in Stratosphere.Glue.SecurityConfiguration.JobBookmarksEncryptionProperty Methods showsPrec :: Int -> JobBookmarksEncryptionProperty -> ShowS # show :: JobBookmarksEncryptionProperty -> String # showList :: [JobBookmarksEncryptionProperty] -> ShowS # | |||||
| Eq JobBookmarksEncryptionProperty Source # | |||||
| ToResourceProperties JobBookmarksEncryptionProperty Source # | |||||
| Property "JobBookmarksEncryptionMode" JobBookmarksEncryptionProperty Source # | |||||
Defined in Stratosphere.Glue.SecurityConfiguration.JobBookmarksEncryptionProperty Associated Types
Methods set :: PropertyType "JobBookmarksEncryptionMode" JobBookmarksEncryptionProperty -> JobBookmarksEncryptionProperty -> JobBookmarksEncryptionProperty # | |||||
| Property "KmsKeyArn" JobBookmarksEncryptionProperty Source # | |||||
Defined in Stratosphere.Glue.SecurityConfiguration.JobBookmarksEncryptionProperty Associated Types
Methods set :: PropertyType "KmsKeyArn" JobBookmarksEncryptionProperty -> JobBookmarksEncryptionProperty -> JobBookmarksEncryptionProperty # | |||||
| type PropertyType "JobBookmarksEncryptionMode" JobBookmarksEncryptionProperty Source # | |||||
| type PropertyType "KmsKeyArn" JobBookmarksEncryptionProperty Source # | |||||
data S3EncryptionProperty Source #
Constructors
| S3EncryptionProperty | |
Fields
| |
Instances
| ToJSON S3EncryptionProperty Source # | |||||
Defined in Stratosphere.Glue.SecurityConfiguration.S3EncryptionProperty Methods toJSON :: S3EncryptionProperty -> Value # toEncoding :: S3EncryptionProperty -> Encoding # toJSONList :: [S3EncryptionProperty] -> Value # toEncodingList :: [S3EncryptionProperty] -> Encoding # omitField :: S3EncryptionProperty -> Bool # | |||||
| Show S3EncryptionProperty Source # | |||||
Defined in Stratosphere.Glue.SecurityConfiguration.S3EncryptionProperty Methods showsPrec :: Int -> S3EncryptionProperty -> ShowS # show :: S3EncryptionProperty -> String # showList :: [S3EncryptionProperty] -> ShowS # | |||||
| Eq S3EncryptionProperty Source # | |||||
Defined in Stratosphere.Glue.SecurityConfiguration.S3EncryptionProperty Methods (==) :: S3EncryptionProperty -> S3EncryptionProperty -> Bool # (/=) :: S3EncryptionProperty -> S3EncryptionProperty -> Bool # | |||||
| ToResourceProperties S3EncryptionProperty Source # | |||||
| Property "KmsKeyArn" S3EncryptionProperty Source # | |||||
Defined in Stratosphere.Glue.SecurityConfiguration.S3EncryptionProperty Associated Types
Methods set :: PropertyType "KmsKeyArn" S3EncryptionProperty -> S3EncryptionProperty -> S3EncryptionProperty # | |||||
| Property "S3EncryptionMode" S3EncryptionProperty Source # | |||||
Defined in Stratosphere.Glue.SecurityConfiguration.S3EncryptionProperty Associated Types
Methods set :: PropertyType "S3EncryptionMode" S3EncryptionProperty -> S3EncryptionProperty -> S3EncryptionProperty # | |||||
| type PropertyType "KmsKeyArn" S3EncryptionProperty Source # | |||||
| type PropertyType "S3EncryptionMode" S3EncryptionProperty Source # | |||||
type S3EncryptionsProperty = [S3EncryptionProperty] Source #
data SecurityConfiguration Source #
Constructors
| SecurityConfiguration | |
Fields | |
Instances
| ToJSON SecurityConfiguration Source # | |||||
Defined in Stratosphere.Glue.SecurityConfiguration Methods toJSON :: SecurityConfiguration -> Value # toEncoding :: SecurityConfiguration -> Encoding # toJSONList :: [SecurityConfiguration] -> Value # toEncodingList :: [SecurityConfiguration] -> Encoding # omitField :: SecurityConfiguration -> Bool # | |||||
| Show SecurityConfiguration Source # | |||||
Defined in Stratosphere.Glue.SecurityConfiguration Methods showsPrec :: Int -> SecurityConfiguration -> ShowS # show :: SecurityConfiguration -> String # showList :: [SecurityConfiguration] -> ShowS # | |||||
| Eq SecurityConfiguration Source # | |||||
Defined in Stratosphere.Glue.SecurityConfiguration Methods (==) :: SecurityConfiguration -> SecurityConfiguration -> Bool # (/=) :: SecurityConfiguration -> SecurityConfiguration -> Bool # | |||||
| ToResourceProperties SecurityConfiguration Source # | |||||
Defined in Stratosphere.Glue.SecurityConfiguration Methods toResourceProperties :: SecurityConfiguration -> ResourceProperties # | |||||
| Property "EncryptionConfiguration" SecurityConfiguration Source # | |||||
Defined in Stratosphere.Glue.SecurityConfiguration Associated Types
Methods set :: PropertyType "EncryptionConfiguration" SecurityConfiguration -> SecurityConfiguration -> SecurityConfiguration # | |||||
| Property "Name" SecurityConfiguration Source # | |||||
Defined in Stratosphere.Glue.SecurityConfiguration Associated Types
Methods set :: PropertyType "Name" SecurityConfiguration -> SecurityConfiguration -> SecurityConfiguration # | |||||
| type PropertyType "EncryptionConfiguration" SecurityConfiguration Source # | |||||
Defined in Stratosphere.Glue.SecurityConfiguration | |||||
| type PropertyType "Name" SecurityConfiguration Source # | |||||
Defined in Stratosphere.Glue.SecurityConfiguration | |||||