Interface ICfnGlobalNetworkProps
Properties for defining a CfnGlobalNetwork
.
Namespace: Amazon.CDK.AWS.NetworkManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnGlobalNetworkProps
Syntax (vb)
Public Interface ICfnGlobalNetworkProps
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.NetworkManager;
var cfnGlobalNetworkProps = new CfnGlobalNetworkProps {
CreatedAt = "createdAt",
Description = "description",
State = "state",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Properties
CreatedAt | The date and time that the global network was created. |
Description | A description of the global network. |
State | The state of the global network. |
Tags | The tags for the global network. |
Properties
CreatedAt
The date and time that the global network was created.
virtual string CreatedAt { get; }
Property Value
System.String
Remarks
Description
A description of the global network.
virtual string Description { get; }
Property Value
System.String
Remarks
Constraints: Maximum length of 256 characters.
State
The state of the global network.
virtual string State { get; }
Property Value
System.String