aws-cdk-lib.aws_pinpointemail.CfnDedicatedIpPoolProps

interface CfnDedicatedIpPoolProps

LanguageType name
.NETAmazon.CDK.AWS.PinpointEmail.CfnDedicatedIpPoolProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awspinpointemail#CfnDedicatedIpPoolProps
Javasoftware.amazon.awscdk.services.pinpointemail.CfnDedicatedIpPoolProps
Pythonaws_cdk.aws_pinpointemail.CfnDedicatedIpPoolProps
TypeScript aws-cdk-lib » aws_pinpointemail » CfnDedicatedIpPoolProps

Properties for defining a CfnDedicatedIpPool.

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 cfnDedicatedIpPoolProps: pinpointemail.CfnDedicatedIpPoolProps = {
  poolName: 'poolName',
  tags: [{
    key: 'key',
    value: 'value',
  }],
};

Properties

NameTypeDescription
poolName?stringThe name of the dedicated IP pool.
tags?TagsProperty[]An object that defines the tags (keys and values) that you want to associate with the dedicated IP pool.

poolName?

Type: string (optional)

The name of the dedicated IP pool.


tags?

Type: TagsProperty[] (optional)

An object that defines the tags (keys and values) that you want to associate with the dedicated IP pool.