interface PolicyProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MPA.CfnApprovalTeam.PolicyProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmpa#CfnApprovalTeam_PolicyProperty |
Java | software.amazon.awscdk.services.mpa.CfnApprovalTeam.PolicyProperty |
Python | aws_cdk.aws_mpa.CfnApprovalTeam.PolicyProperty |
TypeScript | 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

.NET
Go
Java
Python
TypeScript