AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::MPA::ApprovalTeam

CfnApprovalTeam

Creates 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

import { CfnApprovalTeam } from 'aws-cdk-lib/aws-mpa';

Or use the module namespace:

import * as mpa from 'aws-cdk-lib/aws-mpa';
// mpa.CfnApprovalTeam

Properties

Configuration passed to the constructor as CfnApprovalTeamProps.

approvalStrategyRequired
IResolvable | ApprovalStrategyProperty

Contains details for how an approval team grants approval.

approversRequired
IResolvable | IResolvable | ApproverProperty[]

Contains details for an approver.

descriptionRequired
string

Description for the team.

nameRequired
string

Name of the team.

policiesRequired
IResolvable | IResolvable | PolicyProperty[]

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

tagsOptional
CfnTag[]

Tags that you have added to the specified resource.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-mpa
CFN TypeAWS::MPA::ApprovalTeam
Properties6

Related Constructs

External Links