dmsTransferSettings property
The settings in JSON format for the DMS transfer type of source endpoint.
Possible settings include the following:
-
ServiceAccessRoleArn
- The IAM role that has permission to access the Amazon S3 bucket. -
BucketName
- The name of the S3 bucket to use. -
CompressionType
- An optional parameter to use GZIP to compress the target files. To use GZIP, set this value toNONE
(the default). To keep the files uncompressed, don't use this value.
ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
JSON syntax for these settings is as follows: {
"ServiceAccessRoleArn": "string", "BucketName": "string", "CompressionType":
"none"|"gzip" }
Implementation
final DmsTransferSettings? dmsTransferSettings;