interface IdentitySourceDetailsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.VerifiedPermissions.Mixins.CfnIdentitySourcePropsMixin.IdentitySourceDetailsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsverifiedpermissions/mixins#CfnIdentitySourcePropsMixin_IdentitySourceDetailsProperty |
Java | software.amazon.awscdk.mixins.preview.services.verifiedpermissions.mixins.CfnIdentitySourcePropsMixin.IdentitySourceDetailsProperty |
Python | aws_cdk.mixins_preview.aws_verifiedpermissions.mixins.CfnIdentitySourcePropsMixin.IdentitySourceDetailsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_verifiedpermissions » mixins » CfnIdentitySourcePropsMixin » IdentitySourceDetailsProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as verifiedpermissions_mixins } from '@aws-cdk/mixins-preview/aws-verifiedpermissions';
const identitySourceDetailsProperty: verifiedpermissions_mixins.CfnIdentitySourcePropsMixin.IdentitySourceDetailsProperty = {
clientIds: ['clientIds'],
discoveryUrl: 'discoveryUrl',
openIdIssuer: 'openIdIssuer',
userPoolArn: 'userPoolArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| client | string[] | |
| discovery | string | |
| open | string | |
| user | string |
clientIds?
Type:
string[]
(optional)
discoveryUrl?
Type:
string
(optional)
openIdIssuer?
Type:
string
(optional)
userPoolArn?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript