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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnApprovalTeam.PolicyPropertystatic final classAn implementation forCfnApprovalTeam.PolicyProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPolicyArn
- See Also:
-
builder
-