| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.DMSEndpointS3Settings
Synopsis
- data DMSEndpointS3Settings = DMSEndpointS3Settings {
- _dMSEndpointS3SettingsBucketFolder :: Maybe (Val Text)
- _dMSEndpointS3SettingsBucketName :: Maybe (Val Text)
- _dMSEndpointS3SettingsCompressionType :: Maybe (Val Text)
- _dMSEndpointS3SettingsCsvDelimiter :: Maybe (Val Text)
- _dMSEndpointS3SettingsCsvRowDelimiter :: Maybe (Val Text)
- _dMSEndpointS3SettingsExternalTableDefinition :: Maybe (Val Text)
- _dMSEndpointS3SettingsServiceAccessRoleArn :: Maybe (Val Text)
- dmsEndpointS3Settings :: DMSEndpointS3Settings
- dmsessBucketFolder :: Lens' DMSEndpointS3Settings (Maybe (Val Text))
- dmsessBucketName :: Lens' DMSEndpointS3Settings (Maybe (Val Text))
- dmsessCompressionType :: Lens' DMSEndpointS3Settings (Maybe (Val Text))
- dmsessCsvDelimiter :: Lens' DMSEndpointS3Settings (Maybe (Val Text))
- dmsessCsvRowDelimiter :: Lens' DMSEndpointS3Settings (Maybe (Val Text))
- dmsessExternalTableDefinition :: Lens' DMSEndpointS3Settings (Maybe (Val Text))
- dmsessServiceAccessRoleArn :: Lens' DMSEndpointS3Settings (Maybe (Val Text))
Documentation
data DMSEndpointS3Settings #
Full data type definition for DMSEndpointS3Settings. See
dmsEndpointS3Settings for a more convenient constructor.
Constructors
Instances
| Eq DMSEndpointS3Settings # | |
Defined in Stratosphere.ResourceProperties.DMSEndpointS3Settings Methods (==) :: DMSEndpointS3Settings -> DMSEndpointS3Settings -> Bool # (/=) :: DMSEndpointS3Settings -> DMSEndpointS3Settings -> Bool # | |
| Show DMSEndpointS3Settings # | |
Defined in Stratosphere.ResourceProperties.DMSEndpointS3Settings Methods showsPrec :: Int -> DMSEndpointS3Settings -> ShowS # show :: DMSEndpointS3Settings -> String # showList :: [DMSEndpointS3Settings] -> ShowS # | |
| ToJSON DMSEndpointS3Settings # | |
Defined in Stratosphere.ResourceProperties.DMSEndpointS3Settings Methods toJSON :: DMSEndpointS3Settings -> Value # toEncoding :: DMSEndpointS3Settings -> Encoding # toJSONList :: [DMSEndpointS3Settings] -> Value # toEncodingList :: [DMSEndpointS3Settings] -> Encoding # | |
| FromJSON DMSEndpointS3Settings # | |
Defined in Stratosphere.ResourceProperties.DMSEndpointS3Settings Methods parseJSON :: Value -> Parser DMSEndpointS3Settings # parseJSONList :: Value -> Parser [DMSEndpointS3Settings] # | |
dmsEndpointS3Settings :: DMSEndpointS3Settings #
Constructor for DMSEndpointS3Settings containing required fields as
arguments.