Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.ResourceProperties.DMSEndpointS3Settings
- 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
dmsEndpointS3Settings :: DMSEndpointS3Settings #
Constructor for DMSEndpointS3Settings
containing required fields as
arguments.