interface IdentitySourceDetailsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.VerifiedPermissions.CfnIdentitySourcePropsMixin.IdentitySourceDetailsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsverifiedpermissions#CfnIdentitySourcePropsMixin_IdentitySourceDetailsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.verifiedpermissions.CfnIdentitySourcePropsMixin.IdentitySourceDetailsProperty |
Python | aws_cdk.cfn_property_mixins.aws_verifiedpermissions.CfnIdentitySourcePropsMixin.IdentitySourceDetailsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_verifiedpermissions » CfnIdentitySourcePropsMixin » IdentitySourceDetailsProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_verifiedpermissions as verifiedpermissions } from '@aws-cdk/cfn-property-mixins';
const identitySourceDetailsProperty: verifiedpermissions.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