We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc653b4 commit 9ac4ba2Copy full SHA for 9ac4ba2
src/l1-resources/resource-policy/index.ts
@@ -72,8 +72,8 @@ export function toJson_CfnResourcePolicyProps(
72
CreatedByUser: toJson_ApiAtlasUserMetadata(obj.createdByUser),
73
LastUpdatedByUser: toJson_ApiAtlasUserMetadata(obj.lastUpdatedByUser),
74
Name: obj.name,
75
- OrgId: obj.orgId,
76
Description: obj.description,
+ OrgId: obj.orgId,
77
Policies: obj.policies?.map((y) => toJson_ApiAtlasPolicy(y)),
78
Profile: obj.profile,
79
};
0 commit comments