Show / Hide Table of Contents

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

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.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

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.

string? Description { get; }
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.

string? State { get; }
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.

ICfnTag[]? Tags { get; }
Property Value

ICfnTag[]

Remarks

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

Back to top Generated by DocFX