interface IdentitySourceReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_mpa.IdentitySourceReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmpa#IdentitySourceReference |
Java | software.amazon.awscdk.services.mpa.IdentitySourceReference |
Python | aws_cdk.aws_mpa.IdentitySourceReference |
TypeScript | aws-cdk-lib » aws_mpa » IdentitySourceReference |
A reference to a IdentitySource resource.
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 identitySourceReference: mpa.IdentitySourceReference = {
identitySourceArn: 'identitySourceArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| identity | string | The IdentitySourceArn of the IdentitySource resource. |
identitySourceArn
Type:
string
The IdentitySourceArn of the IdentitySource resource.

.NET
Go
Java
Python
TypeScript