| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.BCMDataExports.Export.ExportProperty
Documentation
data DestinationConfigurationsProperty Source #
Constructors
| DestinationConfigurationsProperty | |
Fields | |
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 # | |||||
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 # | |||||
mkDestinationConfigurationsProperty :: S3DestinationProperty -> DestinationConfigurationsProperty Source #
mkS3DestinationProperty :: Value Text -> S3OutputConfigurationsProperty -> Value Text -> Value Text -> S3DestinationProperty Source #
mkS3OutputConfigurationsProperty :: Value Text -> Value Text -> Value Text -> Value Text -> S3OutputConfigurationsProperty Source #
data ExportProperty Source #
Constructors
| ExportProperty | |
Fields | |
Instances
| ToJSON ExportProperty Source # | |||||
Defined in Stratosphere.BCMDataExports.Export.ExportProperty Methods toJSON :: ExportProperty -> Value # toEncoding :: ExportProperty -> Encoding # toJSONList :: [ExportProperty] -> Value # toEncodingList :: [ExportProperty] -> Encoding # omitField :: ExportProperty -> Bool # | |||||
| Show ExportProperty Source # | |||||
Defined in Stratosphere.BCMDataExports.Export.ExportProperty Methods showsPrec :: Int -> ExportProperty -> ShowS # show :: ExportProperty -> String # showList :: [ExportProperty] -> ShowS # | |||||
| Eq ExportProperty Source # | |||||
Defined in Stratosphere.BCMDataExports.Export.ExportProperty Methods (==) :: ExportProperty -> ExportProperty -> Bool # (/=) :: ExportProperty -> ExportProperty -> Bool # | |||||
| ToResourceProperties ExportProperty Source # | |||||
Defined in Stratosphere.BCMDataExports.Export.ExportProperty Methods toResourceProperties :: ExportProperty -> ResourceProperties # | |||||
| Property "DataQuery" ExportProperty Source # | |||||
Defined in Stratosphere.BCMDataExports.Export.ExportProperty Associated Types
Methods set :: PropertyType "DataQuery" ExportProperty -> ExportProperty -> ExportProperty # | |||||
| Property "Description" ExportProperty Source # | |||||
Defined in Stratosphere.BCMDataExports.Export.ExportProperty Associated Types
Methods set :: PropertyType "Description" ExportProperty -> ExportProperty -> ExportProperty # | |||||
| Property "DestinationConfigurations" ExportProperty Source # | |||||
Defined in Stratosphere.BCMDataExports.Export.ExportProperty Associated Types
Methods set :: PropertyType "DestinationConfigurations" ExportProperty -> ExportProperty -> ExportProperty # | |||||
| Property "ExportArn" ExportProperty Source # | |||||
Defined in Stratosphere.BCMDataExports.Export.ExportProperty Associated Types
Methods set :: PropertyType "ExportArn" ExportProperty -> ExportProperty -> ExportProperty # | |||||
| Property "Name" ExportProperty Source # | |||||
Defined in Stratosphere.BCMDataExports.Export.ExportProperty Associated Types
Methods set :: PropertyType "Name" ExportProperty -> ExportProperty -> ExportProperty # | |||||
| Property "RefreshCadence" ExportProperty Source # | |||||
Defined in Stratosphere.BCMDataExports.Export.ExportProperty Associated Types
Methods set :: PropertyType "RefreshCadence" ExportProperty -> ExportProperty -> ExportProperty # | |||||
| type PropertyType "DataQuery" ExportProperty Source # | |||||
| type PropertyType "Description" ExportProperty Source # | |||||
| type PropertyType "DestinationConfigurations" ExportProperty Source # | |||||
| type PropertyType "ExportArn" ExportProperty Source # | |||||
| type PropertyType "Name" ExportProperty Source # | |||||
| type PropertyType "RefreshCadence" ExportProperty Source # | |||||