aws-cdk-lib.aws_pinpointemail.CfnConfigurationSet.DeliveryOptionsProperty

interface DeliveryOptionsProperty

LanguageType name
.NETAmazon.CDK.AWS.PinpointEmail.CfnConfigurationSet.DeliveryOptionsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awspinpointemail#CfnConfigurationSet_DeliveryOptionsProperty
Javasoftware.amazon.awscdk.services.pinpointemail.CfnConfigurationSet.DeliveryOptionsProperty
Pythonaws_cdk.aws_pinpointemail.CfnConfigurationSet.DeliveryOptionsProperty
TypeScript aws-cdk-lib » aws_pinpointemail » CfnConfigurationSet » 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-lib';
const deliveryOptionsProperty: pinpointemail.CfnConfigurationSet.DeliveryOptionsProperty = {
  sendingPoolName: 'sendingPoolName',
};

Properties

NameTypeDescription
sendingPoolName?stringThe 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.