AWS::MPA::ApprovalTeamCreates a new approval team. For more information, see [Approval team](https://docs.aws.amazon.com/mpa/latest/userguide/mpa-concepts.html) in the *Multi-party approval User Guide* .
import { CfnApprovalTeam } from 'aws-cdk-lib/aws-mpa';Or use the module namespace:
import * as mpa from 'aws-cdk-lib/aws-mpa';
// mpa.CfnApprovalTeamConfiguration passed to the constructor as CfnApprovalTeamProps.
approvalStrategyRequiredIResolvable | ApprovalStrategyPropertyContains details for how an approval team grants approval.
approversRequiredIResolvable | IResolvable | ApproverProperty[]Contains details for an approver.
descriptionRequiredstringDescription for the team.
nameRequiredstringName of the team.
policiesRequiredIResolvable | IResolvable | PolicyProperty[]Contains details for a policy. Policies define what operations a team that define the permissions for team resources.
tagsOptionalCfnTag[]Tags that you have added to the specified resource.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-mpaAWS::MPA::ApprovalTeam