interface PolicyProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_mpa.CfnApprovalTeam.PolicyProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmpa#CfnApprovalTeam_PolicyProperty |
![]() | software.amazon.awscdk.services.mpa.CfnApprovalTeam.PolicyProperty |
![]() | aws_cdk.aws_mpa.CfnApprovalTeam.PolicyProperty |
![]() | aws-cdk-lib » aws_mpa » CfnApprovalTeam » PolicyProperty |
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 { aws_mpa as mpa } from 'aws-cdk-lib';
const policyProperty: mpa.CfnApprovalTeam.PolicyProperty = {
policyArn: 'policyArn',
};
Properties
Name | Type | Description |
---|---|---|
policy | string |
policyArn
Type:
string