interface ConfigurationSetReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.PinpointEmail.ConfigurationSetReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspinpointemail#ConfigurationSetReference |
![]() | software.amazon.awscdk.services.pinpointemail.ConfigurationSetReference |
![]() | aws_cdk.aws_pinpointemail.ConfigurationSetReference |
![]() | aws-cdk-lib » 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 pinpointemail } from 'aws-cdk-lib';
const configurationSetReference: 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.