interface DeliveryOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.PinpointEmail.Mixins.CfnConfigurationSetPropsMixin.DeliveryOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awspinpointemail/mixins#CfnConfigurationSetPropsMixin_DeliveryOptionsProperty |
Java | software.amazon.awscdk.mixins.preview.services.pinpointemail.mixins.CfnConfigurationSetPropsMixin.DeliveryOptionsProperty |
Python | aws_cdk.mixins_preview.aws_pinpointemail.mixins.CfnConfigurationSetPropsMixin.DeliveryOptionsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_pinpointemail » mixins » CfnConfigurationSetPropsMixin » DeliveryOptionsProperty |
Used to associate a configuration set with a dedicated IP pool.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as pinpointemail_mixins } from '@aws-cdk/mixins-preview/aws-pinpointemail';
const deliveryOptionsProperty: pinpointemail_mixins.CfnConfigurationSetPropsMixin.DeliveryOptionsProperty = {
sendingPoolName: 'sendingPoolName',
};
Properties
| Name | Type | Description |
|---|---|---|
| sending | string | The name of the dedicated IP pool that you want to associate with the configuration set. |
sendingPoolName?
Type:
string
(optional)
The name of the dedicated IP pool that you want to associate with the configuration set.

.NET
Go
Java
Python
TypeScript