interface ConfigurationSetReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.PinpointEmail.ConfigurationSetReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awspinpointemail#ConfigurationSetReference |
Java | software.amazon.awscdk.interfaces.pinpointemail.ConfigurationSetReference |
Python | aws_cdk.interfaces.aws_pinpointemail.ConfigurationSetReference |
TypeScript | aws-cdk-lib » interfaces » aws_pinpointemail » ConfigurationSetReference |
A reference to a ConfigurationSet 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 interfaces_aws_pinpointemail } from 'aws-cdk-lib/interfaces';
const configurationSetReference: interfaces_aws_pinpointemail.ConfigurationSetReference = {
configurationSetId: 'configurationSetId',
};
Properties
| Name | Type | Description |
|---|---|---|
| configuration | string | The Id of the ConfigurationSet resource. |
configurationSetId
Type:
string
The Id of the ConfigurationSet resource.

.NET
Go
Java
Python
TypeScript