interface IdentitySourceParametersProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MPA.Mixins.CfnIdentitySourcePropsMixin.IdentitySourceParametersProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmpa/mixins#CfnIdentitySourcePropsMixin_IdentitySourceParametersProperty |
Java | software.amazon.awscdk.mixins.preview.services.mpa.mixins.CfnIdentitySourcePropsMixin.IdentitySourceParametersProperty |
Python | aws_cdk.mixins_preview.aws_mpa.mixins.CfnIdentitySourcePropsMixin.IdentitySourceParametersProperty |
TypeScript | @aws-cdk/mixins-preview » aws_mpa » mixins » CfnIdentitySourcePropsMixin » IdentitySourceParametersProperty |
Contains details for the resource that provides identities to the identity source.
For example, an IAM Identity Center instance.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as mpa_mixins } from '@aws-cdk/mixins-preview/aws-mpa';
const identitySourceParametersProperty: mpa_mixins.CfnIdentitySourcePropsMixin.IdentitySourceParametersProperty = {
iamIdentityCenter: {
approvalPortalUrl: 'approvalPortalUrl',
instanceArn: 'instanceArn',
region: 'region',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| iam | IResolvable | Iam | AWS IAM Identity Center credentials. |
iamIdentityCenter?
Type:
IResolvable | Iam
(optional)
AWS IAM Identity Center credentials.

.NET
Go
Java
Python
TypeScript