interface IdentitySourceReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_verifiedpermissions.IdentitySourceReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsverifiedpermissions#IdentitySourceReference |
![]() | software.amazon.awscdk.services.verifiedpermissions.IdentitySourceReference |
![]() | aws_cdk.aws_verifiedpermissions.IdentitySourceReference |
![]() | aws-cdk-lib » aws_verifiedpermissions » 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_verifiedpermissions as verifiedpermissions } from 'aws-cdk-lib';
const identitySourceReference: verifiedpermissions.IdentitySourceReference = {
identitySourceId: 'identitySourceId',
policyStoreId: 'policyStoreId',
};
Properties
Name | Type | Description |
---|---|---|
identity | string | The IdentitySourceId of the IdentitySource resource. |
policy | string | The PolicyStoreId of the IdentitySource resource. |
identitySourceId
Type:
string
The IdentitySourceId of the IdentitySource resource.
policyStoreId
Type:
string
The PolicyStoreId of the IdentitySource resource.