| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.KinesisAnalyticsV2.Application.ApplicationCodeConfigurationProperty
Documentation
data CodeContentProperty Source #
Constructors
| CodeContentProperty | |
Fields
| |
Instances
data S3ContentLocationProperty Source #
Constructors
| S3ContentLocationProperty | |
Instances
| ToJSON S3ContentLocationProperty Source # | |||||
| Show S3ContentLocationProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.S3ContentLocationProperty Methods showsPrec :: Int -> S3ContentLocationProperty -> ShowS # show :: S3ContentLocationProperty -> String # showList :: [S3ContentLocationProperty] -> ShowS # | |||||
| Eq S3ContentLocationProperty Source # | |||||
| ToResourceProperties S3ContentLocationProperty Source # | |||||
| Property "BucketARN" S3ContentLocationProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.S3ContentLocationProperty Associated Types
Methods set :: PropertyType "BucketARN" S3ContentLocationProperty -> S3ContentLocationProperty -> S3ContentLocationProperty # | |||||
| Property "FileKey" S3ContentLocationProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.S3ContentLocationProperty Associated Types
Methods set :: PropertyType "FileKey" S3ContentLocationProperty -> S3ContentLocationProperty -> S3ContentLocationProperty # | |||||
| Property "ObjectVersion" S3ContentLocationProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.S3ContentLocationProperty Associated Types
Methods set :: PropertyType "ObjectVersion" S3ContentLocationProperty -> S3ContentLocationProperty -> S3ContentLocationProperty # | |||||
| type PropertyType "BucketARN" S3ContentLocationProperty Source # | |||||
| type PropertyType "FileKey" S3ContentLocationProperty Source # | |||||
| type PropertyType "ObjectVersion" S3ContentLocationProperty Source # | |||||
data ApplicationCodeConfigurationProperty Source #
Constructors
| ApplicationCodeConfigurationProperty | |
Fields | |
Instances
| ToJSON ApplicationCodeConfigurationProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.ApplicationCodeConfigurationProperty | |||||
| Show ApplicationCodeConfigurationProperty Source # | |||||
| Eq ApplicationCodeConfigurationProperty Source # | |||||
| ToResourceProperties ApplicationCodeConfigurationProperty Source # | |||||
| Property "CodeContent" ApplicationCodeConfigurationProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.ApplicationCodeConfigurationProperty Associated Types
Methods set :: PropertyType "CodeContent" ApplicationCodeConfigurationProperty -> ApplicationCodeConfigurationProperty -> ApplicationCodeConfigurationProperty # | |||||
| Property "CodeContentType" ApplicationCodeConfigurationProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.ApplicationCodeConfigurationProperty Associated Types
Methods set :: PropertyType "CodeContentType" ApplicationCodeConfigurationProperty -> ApplicationCodeConfigurationProperty -> ApplicationCodeConfigurationProperty # | |||||
| type PropertyType "CodeContent" ApplicationCodeConfigurationProperty Source # | |||||
| type PropertyType "CodeContentType" ApplicationCodeConfigurationProperty Source # | |||||