interface DeliveryOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.PinpointEmail.CfnConfigurationSetPropsMixin.DeliveryOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awspinpointemail#CfnConfigurationSetPropsMixin_DeliveryOptionsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.pinpointemail.CfnConfigurationSetPropsMixin.DeliveryOptionsProperty |
Python | aws_cdk.cfn_property_mixins.aws_pinpointemail.CfnConfigurationSetPropsMixin.DeliveryOptionsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_pinpointemail » 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 { aws_pinpointemail as pinpointemail } from '@aws-cdk/cfn-property-mixins';
const deliveryOptionsProperty: pinpointemail.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