Show / Hide Table of Contents

Class CfnLinkAssociationProps

Properties for defining a CfnLinkAssociation.

Inheritance
object
CfnLinkAssociationProps
Implements
ICfnLinkAssociationProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.NetworkManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnLinkAssociationProps : ICfnLinkAssociationProps
Syntax (vb)
Public Class CfnLinkAssociationProps Implements ICfnLinkAssociationProps
Remarks

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

             var cfnLinkAssociationProps = new CfnLinkAssociationProps {
                 DeviceId = "deviceId",
                 GlobalNetworkId = "globalNetworkId",
                 LinkId = "linkId"
             };

Synopsis

Constructors

CfnLinkAssociationProps()

Properties for defining a CfnLinkAssociation.

Properties

DeviceId

The device ID for the link association.

GlobalNetworkId

The ID of the global network.

LinkId

The ID of the link.

Constructors

CfnLinkAssociationProps()

Properties for defining a CfnLinkAssociation.

public CfnLinkAssociationProps()
Remarks

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

             var cfnLinkAssociationProps = new CfnLinkAssociationProps {
                 DeviceId = "deviceId",
                 GlobalNetworkId = "globalNetworkId",
                 LinkId = "linkId"
             };

Properties

DeviceId

The device ID for the link association.

public string DeviceId { get; set; }
Property Value

string

Remarks

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

GlobalNetworkId

The ID of the global network.

public string GlobalNetworkId { get; set; }
Property Value

string

Remarks

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

LinkId

The ID of the link.

public string LinkId { get; set; }
Property Value

string

Remarks

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

Implements

ICfnLinkAssociationProps
Back to top Generated by DocFX