Skip to content

Commit 3a9298c

Browse files
committed
conditionally add metering full access role
1 parent 088082a commit 3a9298c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

DeepSecurity/Marketplace/DSM96MP.template

+7
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,13 @@
470470
}
471471
]
472472
},
473+
"ManagedPolicyArns": {
474+
"Fn::If" : [
475+
"UseMMS",
476+
[ "arn:aws:iam::aws:policy/AWSMarketplaceMeteringFullAccess" ],
477+
{ "Ref" : "AWS::NoValue" }
478+
]
479+
},
473480
"Path" : "/",
474481
"Policies" : [
475482
{

0 commit comments

Comments
 (0)