interface IdentityReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.PinpointEmail.IdentityReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awspinpointemail#IdentityReference |
Java | software.amazon.awscdk.services.pinpointemail.IdentityReference |
Python | aws_cdk.aws_pinpointemail.IdentityReference |
TypeScript | 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.

.NET
Go
Java
Python
TypeScript