Interface ICfnGlobalNetworkMixinProps
Properties for CfnGlobalNetworkPropsMixin.
Namespace: Amazon.CDK.Mixins.Preview.AWS.NetworkManager.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ICfnGlobalNetworkMixinProps
Syntax (vb)
Public Interface ICfnGlobalNetworkMixinProps
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.Mixins.Preview.AWS.NetworkManager.Mixins;
var cfnGlobalNetworkMixinProps = new CfnGlobalNetworkMixinProps {
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.
string? CreatedAt { get; }
Property Value
Remarks
Description
A description of the global network.
string? Description { get; }
Property Value
Remarks
Constraints: Maximum length of 256 characters.
State
The state of the global network.
string? State { get; }