| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.BCMDataExports.Export.DestinationConfigurationsProperty
Documentation
data S3DestinationProperty Source #
Constructors
| S3DestinationProperty | |
Fields | |
Instances
data S3OutputConfigurationsProperty Source #
Constructors
| S3OutputConfigurationsProperty | |
Fields
| |
Instances
| ToJSON S3OutputConfigurationsProperty Source # | |||||
| Show S3OutputConfigurationsProperty Source # | |||||
Defined in Stratosphere.BCMDataExports.Export.S3OutputConfigurationsProperty Methods showsPrec :: Int -> S3OutputConfigurationsProperty -> ShowS # show :: S3OutputConfigurationsProperty -> String # showList :: [S3OutputConfigurationsProperty] -> ShowS # | |||||
| Eq S3OutputConfigurationsProperty Source # | |||||
| ToResourceProperties S3OutputConfigurationsProperty Source # | |||||
| Property "Compression" S3OutputConfigurationsProperty Source # | |||||
Defined in Stratosphere.BCMDataExports.Export.S3OutputConfigurationsProperty Associated Types
Methods set :: PropertyType "Compression" S3OutputConfigurationsProperty -> S3OutputConfigurationsProperty -> S3OutputConfigurationsProperty # | |||||
| Property "Format" S3OutputConfigurationsProperty Source # | |||||
Defined in Stratosphere.BCMDataExports.Export.S3OutputConfigurationsProperty Associated Types
Methods set :: PropertyType "Format" S3OutputConfigurationsProperty -> S3OutputConfigurationsProperty -> S3OutputConfigurationsProperty # | |||||
| Property "OutputType" S3OutputConfigurationsProperty Source # | |||||
Defined in Stratosphere.BCMDataExports.Export.S3OutputConfigurationsProperty Associated Types
Methods set :: PropertyType "OutputType" S3OutputConfigurationsProperty -> S3OutputConfigurationsProperty -> S3OutputConfigurationsProperty # | |||||
| Property "Overwrite" S3OutputConfigurationsProperty Source # | |||||
Defined in Stratosphere.BCMDataExports.Export.S3OutputConfigurationsProperty Associated Types
Methods set :: PropertyType "Overwrite" S3OutputConfigurationsProperty -> S3OutputConfigurationsProperty -> S3OutputConfigurationsProperty # | |||||
| type PropertyType "Compression" S3OutputConfigurationsProperty Source # | |||||
| type PropertyType "Format" S3OutputConfigurationsProperty Source # | |||||
| type PropertyType "OutputType" S3OutputConfigurationsProperty Source # | |||||
| type PropertyType "Overwrite" S3OutputConfigurationsProperty Source # | |||||
mkS3DestinationProperty :: Value Text -> S3OutputConfigurationsProperty -> Value Text -> Value Text -> S3DestinationProperty Source #
mkS3OutputConfigurationsProperty :: Value Text -> Value Text -> Value Text -> Value Text -> S3OutputConfigurationsProperty Source #
data DestinationConfigurationsProperty Source #
Constructors
| DestinationConfigurationsProperty | |
Instances
| ToJSON DestinationConfigurationsProperty Source # | |||||
Defined in Stratosphere.BCMDataExports.Export.DestinationConfigurationsProperty | |||||
| Show DestinationConfigurationsProperty Source # | |||||
| Eq DestinationConfigurationsProperty Source # | |||||
| ToResourceProperties DestinationConfigurationsProperty Source # | |||||
| Property "S3Destination" DestinationConfigurationsProperty Source # | |||||
Defined in Stratosphere.BCMDataExports.Export.DestinationConfigurationsProperty Associated Types
Methods set :: PropertyType "S3Destination" DestinationConfigurationsProperty -> DestinationConfigurationsProperty -> DestinationConfigurationsProperty # | |||||
| type PropertyType "S3Destination" DestinationConfigurationsProperty Source # | |||||