Class EndpointS3Settings
Inheritance
System.Object
EndpointS3Settings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Dms.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EndpointS3Settings
Fields
View SourceBucketFolder
S3 Bucket Object prefix.
Declaration
public readonly string BucketFolder
Field Value
| Type | Description |
|---|---|
| System.String |
BucketName
S3 Bucket name.
Declaration
public readonly string BucketName
Field Value
| Type | Description |
|---|---|
| System.String |
CompressionType
Set to compress target files. Defaults to NONE. Valid values are GZIP and NONE.
Declaration
public readonly string CompressionType
Field Value
| Type | Description |
|---|---|
| System.String |
CsvDelimiter
Delimiter used to separate columns in the source files. Defaults to ,.
Declaration
public readonly string CsvDelimiter
Field Value
| Type | Description |
|---|---|
| System.String |
CsvRowDelimiter
Delimiter used to separate rows in the source files. Defaults to \n.
Declaration
public readonly string CsvRowDelimiter
Field Value
| Type | Description |
|---|---|
| System.String |
ExternalTableDefinition
JSON document that describes how AWS DMS should interpret the data.
Declaration
public readonly string ExternalTableDefinition
Field Value
| Type | Description |
|---|---|
| System.String |
ServiceAccessRoleArn
Amazon Resource Name (ARN) of the IAM Role with permissions to read from or write to the S3 Bucket.
Declaration
public readonly string ServiceAccessRoleArn
Field Value
| Type | Description |
|---|---|
| System.String |