aws-cdk-lib.aws_pinpointemail.CfnDedicatedIpPool.TagsProperty

interface TagsProperty

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

An object that defines the tags (keys and values) that you want to associate with the 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 tagsProperty: pinpointemail.CfnDedicatedIpPool.TagsProperty = {
  key: 'key',
  value: 'value',
};

Properties

NameTypeDescription
key?stringOne part of a key-value pair that defines a tag.
value?stringThe optional part of a key-value pair that defines a tag.

key?

Type: string (optional)

One part of a key-value pair that defines a tag.

The maximum length of a tag key is 128 characters. The minimum length is 1 character.

If you specify tags for the dedicated IP pool, then this value is required.


value?

Type: string (optional)

The optional part of a key-value pair that defines a tag.

The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don’t want a resource to have a specific tag value, don’t specify a value for this parameter. Amazon Pinpoint will set the value to an empty string.