interface IdentityReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.PinpointEmail.IdentityReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspinpointemail#IdentityReference |
![]() | software.amazon.awscdk.services.pinpointemail.IdentityReference |
![]() | aws_cdk.aws_pinpointemail.IdentityReference |
![]() | aws-cdk-lib » aws_pinpointemail » IdentityReference |
A reference to a Identity resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_pinpointemail as pinpointemail } from 'aws-cdk-lib';
const identityReference: pinpointemail.IdentityReference = {
identityId: 'identityId',
};
Properties
Name | Type | Description |
---|---|---|
identity | string | The Id of the Identity resource. |
identityId
Type:
string
The Id of the Identity resource.