Interface CfnApprovalTeam.PolicyProperty

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

@Stability(Stable) public static interface CfnApprovalTeam.PolicyProperty extends software.amazon.jsii.JsiiSerializable
Contains details for a policy.

Policies define what operations a team that define the permissions for team resources.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.mpa.*;
 PolicyProperty policyProperty = PolicyProperty.builder()
         .policyArn("policyArn")
         .build();
 

See Also: