Show / Hide Table of Contents

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 Source

BucketFolder

S3 Bucket Object prefix.

Declaration
public readonly string BucketFolder
Field Value
Type Description
System.String
View Source

BucketName

S3 Bucket name.

Declaration
public readonly string BucketName
Field Value
Type Description
System.String
View Source

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
View Source

CsvDelimiter

Delimiter used to separate columns in the source files. Defaults to ,.

Declaration
public readonly string CsvDelimiter
Field Value
Type Description
System.String
View Source

CsvRowDelimiter

Delimiter used to separate rows in the source files. Defaults to \n.

Declaration
public readonly string CsvRowDelimiter
Field Value
Type Description
System.String
View Source

ExternalTableDefinition

JSON document that describes how AWS DMS should interpret the data.

Declaration
public readonly string ExternalTableDefinition
Field Value
Type Description
System.String
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.