Skip to content

Commit

Permalink
Added doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Hannigan committed Sep 20, 2024
1 parent 0daa20e commit b1276ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-dynamodb/lib/table-v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export interface TableOptionsV2 {

/**
* Resource policy to assign to DynamoDB Stream.
* @see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-globaltable-replicaspecification.html#cfn-dynamodb-globaltable-replicaspecification-resourcepolicy
* @see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-globaltable-replicaspecification.html#cfn-dynamodb-globaltable-replicaspecification-replicastreamspecification
* @default - No resource policy statements are added to the stream.
*/
readonly streamResourcePolicy?: PolicyDocument;
Expand Down

0 comments on commit b1276ae

Please sign in to comment.