Skip to content

Commit

Permalink
Change doc for addAttributeGroup method.
Browse files Browse the repository at this point in the history
<body>

Testing done
-------------------------------------
*

Related items
------------------------------------
* SIM/auto-cut ticket
  • Loading branch information
liwewang-amazon committed Mar 21, 2023
1 parent 70458f6 commit 073b867
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export interface IApplication extends cdk.IResource {
/**
* Create an attribute group and associate this application with the created attribute group.
*
* @param id construct id of the attribute group construct created
* @param id name of the AttributeGroup construct to be created.
* @param attributeGroupProps AppRegistry attribute group props
*/
addAttributeGroup(id: string, attributeGroupProps: AttributeGroupAssociationProps): IAttributeGroup;
Expand Down

0 comments on commit 073b867

Please sign in to comment.