Show / Hide Table of Contents

Class EndpointS3SettingsGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EndpointS3SettingsGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

EndpointS3SettingsGetArgs()

Declaration
public EndpointS3SettingsGetArgs()

Properties

View Source

BucketFolder

S3 Bucket Object prefix.

Declaration
public Input<string> BucketFolder { get; set; }
Property Value
Type Description
Input<System.String>
View Source

BucketName

S3 Bucket name.

Declaration
public Input<string> BucketName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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

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

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

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

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