Class CfnLinkAssociationProps
Properties for defining a CfnLinkAssociation
.
Inheritance
System.Object
CfnLinkAssociationProps
Implements
Namespace: Amazon.CDK.AWS.NetworkManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnLinkAssociationProps : Object, ICfnLinkAssociationProps
Syntax (vb)
Public Class CfnLinkAssociationProps
Inherits Object
Implements ICfnLinkAssociationProps
Remarks
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
GlobalNetworkId
The ID of the global network.
public string GlobalNetworkId { get; set; }
Property Value
System.String
Remarks
LinkId
The ID of the link.
public string LinkId { get; set; }
Property Value
System.String