You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for example like this? seems that it doesn't work since it wants to take as input AWS managed policy, got error:
"Value of input 'managedPolicyArn' failed to satisfy constraint: Member must satisfy regular expression pattern: arn:(aws|aws-us-gov|aws-cn|aws-iso|aws-iso-b):iam::aws:policy/[\p{L}\p{M}\p{Z}\p{S}\p{N}\p{P}]+ "
The text was updated successfully, but these errors were encountered:
the regular expression specified in the error message seems a bit odd no? specifically the requiring an 'aws' where the account-id would be for such an argument
Hi,
Are we able to attach customer managed policy to permission set?
for example like this? seems that it doesn't work since it wants to take as input AWS managed policy, got error:
"Value of input 'managedPolicyArn' failed to satisfy constraint: Member must satisfy regular expression pattern: arn:(aws|aws-us-gov|aws-cn|aws-iso|aws-iso-b):iam::aws:policy/[\p{L}\p{M}\p{Z}\p{S}\p{N}\p{P}]+ "
The text was updated successfully, but these errors were encountered: