Class: Aws::DatabaseMigrationService::Types::DynamoDbSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DynamoDbSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Provides the Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role used to define an Amazon DynamoDB target endpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_access_role_arn ⇒ String
The Amazon Resource Name (ARN) used by the service to access the IAM role.
Instance Attribute Details
#service_access_role_arn ⇒ String
The Amazon Resource Name (ARN) used by the service to access the IAM role. The role must allow the ‘iam:PassRole` action.
4967 4968 4969 4970 4971 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 4967 class DynamoDbSettings < Struct.new( :service_access_role_arn) SENSITIVE = [] include Aws::Structure end |