Show / Hide Table of Contents

Class CfnLinkAssociationProps

Properties for defining a CfnLinkAssociation.

Inheritance
System.Object
CfnLinkAssociationProps
Implements
ICfnLinkAssociationProps
Namespace: Amazon.CDK.AWS.NetworkManager
Assembly: Amazon.CDK.AWS.NetworkManager.dll
Syntax (csharp)
public class CfnLinkAssociationProps : Object, ICfnLinkAssociationProps
Syntax (vb)
Public Class CfnLinkAssociationProps
    Inherits Object
    Implements ICfnLinkAssociationProps
Remarks

Link: 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

DeviceId

The device ID for the link association.

GlobalNetworkId

The ID of the global network.

LinkId

The ID of the link.

Constructors

CfnLinkAssociationProps()

public CfnLinkAssociationProps()

Properties

DeviceId

The device ID for the link association.

public string DeviceId { get; set; }
Property Value

System.String

Remarks

Link: 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

System.String

Remarks

Link: 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

System.String

Remarks

Link: 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