Show / Hide Table of Contents

Class CfnGlobalNetworkMixinProps

Properties for CfnGlobalNetworkPropsMixin.

Inheritance
object
CfnGlobalNetworkMixinProps
Implements
ICfnGlobalNetworkMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.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.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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.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.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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html#cfn-networkmanager-globalnetwork-createdat

Description

A description of the global network.

public string? Description { get; set; }
Property Value

string

Remarks

Constraints: Maximum length of 256 characters.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html#cfn-networkmanager-globalnetwork-description

State

The state of the global network.

public string? State { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html#cfn-networkmanager-globalnetwork-state

Tags

The tags for the global network.

public ICfnTag[]? Tags { get; set; }
Property Value

ICfnTag[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-globalnetwork.html#cfn-networkmanager-globalnetwork-tags

Implements

ICfnGlobalNetworkMixinProps
Back to top Generated by DocFX