Interface ICfnHttpNamespaceProps
Properties for defining a CfnHttpNamespace
.
Namespace: Amazon.CDK.AWS.ServiceDiscovery
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnHttpNamespaceProps
Syntax (vb)
Public Interface ICfnHttpNamespaceProps
Remarks
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.ServiceDiscovery;
var cfnHttpNamespaceProps = new CfnHttpNamespaceProps {
Name = "name",
// the properties below are optional
Description = "description",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Properties
Description | A description for the namespace. |
Name | The name that you want to assign to this namespace. |
Tags | The tags for the namespace. |
Properties
Description
A description for the namespace.
virtual string Description { get; }
Property Value
System.String
Remarks
Name
The name that you want to assign to this namespace.
string Name { get; }
Property Value
System.String
Remarks
Tags
The tags for the namespace.
virtual ICfnTag[] Tags { get; }
Property Value
ICfnTag[]
Remarks
Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.