@Stability(value=Stable)
public static interface CfnEndpoint.DynamoDbSettingsProperty
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.*;
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.