Class CfnGlobalNetworkMixinProps
Properties for CfnGlobalNetworkPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.NetworkManager
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnGlobalNetworkMixinProps : ICfnGlobalNetworkMixinProps
Syntax (vb)
Public Class CfnGlobalNetworkMixinProps Implements 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.CfnPropertyMixins.AWS.NetworkManager;
var cfnGlobalNetworkMixinProps = new CfnGlobalNetworkMixinProps {
CreatedAt = "createdAt",
Description = "description",
State = "state",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
| CfnGlobalNetworkMixinProps() | Properties for CfnGlobalNetworkPropsMixin. |
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. |
Constructors
CfnGlobalNetworkMixinProps()
Properties for CfnGlobalNetworkPropsMixin.
public CfnGlobalNetworkMixinProps()
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.CfnPropertyMixins.AWS.NetworkManager;
var cfnGlobalNetworkMixinProps = new CfnGlobalNetworkMixinProps {
CreatedAt = "createdAt",
Description = "description",
State = "state",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Properties
CreatedAt
The date and time that the global network was created.
public string? CreatedAt { get; set; }
Property Value
Remarks
Description
A description of the global network.
public string? Description { get; set; }
Property Value
Remarks
Constraints: Maximum length of 256 characters.
State
The state of the global network.
public string? State { get; set; }
Property Value
Remarks
Tags
The tags for the global network.
public ICfnTag[]? Tags { get; set; }
Property Value
ICfnTag[]