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