aws-cdk-lib.aws_rds.CfnDBProxyEndpoint.TagFormatProperty

interface TagFormatProperty

LanguageType name
.NETAmazon.CDK.AWS.RDS.CfnDBProxyEndpoint.TagFormatProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsrds#CfnDBProxyEndpoint_TagFormatProperty
Javasoftware.amazon.awscdk.services.rds.CfnDBProxyEndpoint.TagFormatProperty
Pythonaws_cdk.aws_rds.CfnDBProxyEndpoint.TagFormatProperty
TypeScript aws-cdk-lib » aws_rds » CfnDBProxyEndpoint » TagFormatProperty

Metadata assigned to a DB proxy endpoint consisting of a key-value pair.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_rds as rds } from 'aws-cdk-lib';
const tagFormatProperty: rds.CfnDBProxyEndpoint.TagFormatProperty = {
  key: 'key',
  value: 'value',
};

Properties

NameTypeDescription
key?stringA value is the optional value of the tag.
value?stringMetadata assigned to a DB instance consisting of a key-value pair.

key?

Type: string (optional)

A value is the optional value of the tag.

The string value can be 1-256 Unicode characters in length and can't be prefixed with aws: . The string can contain only the set of Unicode letters, digits, white-space, '', '.', '/', '=', '+', '-' (Java regex: "^([\p{L}\p{Z}\p{N}.:/=+\-]*)$").


value?

Type: string (optional)

Metadata assigned to a DB instance consisting of a key-value pair.