Class EndpointS3SettingsGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EndpointS3SettingsGetArgs : ResourceArgs
Constructors
View SourceEndpointS3SettingsGetArgs()
Declaration
public EndpointS3SettingsGetArgs()
Properties
View SourceBucketFolder
S3 Bucket Object prefix.
Declaration
public Input<string> BucketFolder { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
BucketName
S3 Bucket name.
Declaration
public Input<string> BucketName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CompressionType
Set to compress target files. Defaults to NONE. Valid values are GZIP and NONE.
Declaration
public Input<string> CompressionType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CsvDelimiter
Delimiter used to separate columns in the source files. Defaults to ,.
Declaration
public Input<string> CsvDelimiter { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CsvRowDelimiter
Delimiter used to separate rows in the source files. Defaults to \n.
Declaration
public Input<string> CsvRowDelimiter { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ExternalTableDefinition
JSON document that describes how AWS DMS should interpret the data.
Declaration
public Input<string> ExternalTableDefinition { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServiceAccessRoleArn
Amazon Resource Name (ARN) of the IAM Role with permissions to read from or write to the S3 Bucket.
Declaration
public Input<string> ServiceAccessRoleArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |