AWS::MPA::IdentitySourceCreates a new identity source. For more information, see [Identity Source](https://docs.aws.amazon.com/mpa/latest/userguide/mpa-concepts.html) in the *Multi-party approval User Guide* .
import { CfnIdentitySource } from 'aws-cdk-lib/aws-mpa';Or use the module namespace:
import * as mpa from 'aws-cdk-lib/aws-mpa';
// mpa.CfnIdentitySourceConfiguration passed to the constructor as CfnIdentitySourceProps.
identitySourceParametersRequiredIResolvable | IdentitySourceParametersPropertyA `IdentitySourceParameters` object. Contains details for the resource that provides identities to the identity source. For example, an IAM Identity Center instance.
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::IdentitySource