Show / Hide Table of Contents

Interface CfnDBProxyEndpoint.ITagFormatProperty

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

Namespace: Amazon.CDK.AWS.RDS
Assembly: Amazon.CDK.AWS.RDS.dll
Syntax (csharp)
public interface ITagFormatProperty
Syntax (vb)
Public Interface ITagFormatProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxyendpoint-tagformat.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.RDS;

var tagFormatProperty = new TagFormatProperty {
    Key = "key",
    Value = "value"
};

Synopsis

Properties

Key

A value is the optional value of the tag.

Value

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

Properties

Key

A value is the optional value of the tag.

virtual string Key { get; }
Property Value

System.String

Remarks

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}.:/=+-]*)$").

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxyendpoint-tagformat.html#cfn-rds-dbproxyendpoint-tagformat-key

Value

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

virtual string Value { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxyendpoint-tagformat.html#cfn-rds-dbproxyendpoint-tagformat-value

Back to top Generated by DocFX