@Stability(value=Stable)
public static interface CfnEndpoint.S3SettingsProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.dms.*;
S3SettingsProperty s3SettingsProperty = S3SettingsProperty.builder()
.bucketFolder("bucketFolder")
.bucketName("bucketName")
.compressionType("compressionType")
.csvDelimiter("csvDelimiter")
.csvRowDelimiter("csvRowDelimiter")
.externalTableDefinition("externalTableDefinition")
.serviceAccessRoleArn("serviceAccessRoleArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEndpoint.S3SettingsProperty.Builder
A builder for
CfnEndpoint.S3SettingsProperty |
static class |
CfnEndpoint.S3SettingsProperty.Jsii$Proxy
An implementation for
CfnEndpoint.S3SettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEndpoint.S3SettingsProperty.Builder |
builder() |
default String |
getBucketFolder()
Not currently supported by AWS CloudFormation .
|
default String |
getBucketName()
Not currently supported by AWS CloudFormation .
|
default String |
getCompressionType()
Not currently supported by AWS CloudFormation .
|
default String |
getCsvDelimiter()
Not currently supported by AWS CloudFormation .
|
default String |
getCsvRowDelimiter()
Not currently supported by AWS CloudFormation .
|
default String |
getExternalTableDefinition()
Not currently supported by AWS CloudFormation .
|
default String |
getServiceAccessRoleArn()
Not currently supported by AWS CloudFormation .
|
@Stability(value=Stable) @Nullable default String getBucketFolder()
@Stability(value=Stable) @Nullable default String getBucketName()
@Stability(value=Stable) @Nullable default String getCompressionType()
@Stability(value=Stable) @Nullable default String getCsvDelimiter()
@Stability(value=Stable) @Nullable default String getCsvRowDelimiter()
@Stability(value=Stable) @Nullable default String getExternalTableDefinition()
@Stability(value=Stable) @Nullable default String getServiceAccessRoleArn()
@Stability(value=Stable) static CfnEndpoint.S3SettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.