Interface CfnPermissionSetPropsMixin.CustomerManagedPolicyReferenceProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPermissionSetPropsMixin.CustomerManagedPolicyReferenceProperty.Jsii$Proxy
Enclosing class:
CfnPermissionSetPropsMixin

@Stability(Stable) public static interface CfnPermissionSetPropsMixin.CustomerManagedPolicyReferenceProperty extends software.amazon.jsii.JsiiSerializable
Specifies the name and path of a customer managed policy.

You must have an IAM policy that matches the name and path in each AWS account where you want to deploy your permission set.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.sso.*;
 CustomerManagedPolicyReferenceProperty customerManagedPolicyReferenceProperty = CustomerManagedPolicyReferenceProperty.builder()
         .name("name")
         .path("path")
         .build();
 

See Also: