@Stability(value=Stable)
public static interface CfnEndpoint.DynamoDbSettingsProperty
extends software.amazon.jsii.JsiiSerializable
This information also includes the output format of records applied to the endpoint and details of transaction and control table data information. For information about other available settings, see Using object mapping to migrate data to DynamoDB in the AWS Database Migration Service User Guide .
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.*;
DynamoDbSettingsProperty dynamoDbSettingsProperty = DynamoDbSettingsProperty.builder()
.serviceAccessRoleArn("serviceAccessRoleArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEndpoint.DynamoDbSettingsProperty.Builder
A builder for
CfnEndpoint.DynamoDbSettingsProperty |
static class |
CfnEndpoint.DynamoDbSettingsProperty.Jsii$Proxy
An implementation for
CfnEndpoint.DynamoDbSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEndpoint.DynamoDbSettingsProperty.Builder |
builder() |
default String |
getServiceAccessRoleArn()
The Amazon Resource Name (ARN) used by the service to access the IAM role.
|
@Stability(value=Stable) @Nullable default String getServiceAccessRoleArn()
The role must allow the iam:PassRole action.
@Stability(value=Stable) static CfnEndpoint.DynamoDbSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.