Skip to content

Get resource policy

async_boto.validation.dynamodb.get_resource_policy

GetResourcePolicyRequest

Bases: BaseModel

Request model for the GetResourcePolicy operation.

ATTRIBUTE DESCRIPTION
ResourceArn

The Amazon Resource Name (ARN) of the DynamoDB resource to which the policy is attached.

TYPE: str

ResourceArn instance-attribute

ResourceArn

GetResourcePolicyResponse

Bases: BaseModel

Response model for the GetResourcePolicy operation.

ATTRIBUTE DESCRIPTION
Policy

The resource-based policy document attached to the resource, in JSON format.

TYPE: str

RevisionId

A unique string that represents the revision ID of the policy.

TYPE: str

Policy instance-attribute

Policy

RevisionId instance-attribute

RevisionId