Show / Hide Table of Contents

Interface ICfnLinkAssociationProps

Properties for defining a CfnLinkAssociation.

Namespace: Amazon.CDK.AWS.NetworkManager
Assembly: Amazon.CDK.AWS.NetworkManager.dll
Syntax (csharp)
public interface ICfnLinkAssociationProps
Syntax (vb)
Public Interface 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

Properties

DeviceId

The device ID for the link association.

GlobalNetworkId

The ID of the global network.

LinkId

The ID of the link.

Properties

DeviceId

The device ID for the link association.

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

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

string LinkId { get; }
Property Value

System.String

Remarks

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

Back to top Generated by DocFX