AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::MPA::IdentitySource

CfnIdentitySource

Creates 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

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnIdentitySourceProps.

identitySourceParametersRequired
IResolvable | IdentitySourceParametersProperty

A `IdentitySourceParameters` object. Contains details for the resource that provides identities to the identity source. For example, an IAM Identity Center instance.

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::IdentitySource
Properties2

Related Constructs

External Links