Interface LinkReference

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
LinkReference.Jsii$Proxy

@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)", date="2025-09-25T11:29:12.603Z") @Stability(Stable) public interface LinkReference extends software.amazon.jsii.JsiiSerializable
A reference to a Link resource.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.networkmanager.*;
 LinkReference linkReference = LinkReference.builder()
         .globalNetworkId("globalNetworkId")
         .linkArn("linkArn")
         .linkId("linkId")
         .build();
 
  • Method Details

    • getGlobalNetworkId

      @Stability(Stable) @NotNull String getGlobalNetworkId()
      The GlobalNetworkId of the Link resource.
    • getLinkArn

      @Stability(Stable) @NotNull String getLinkArn()
      The ARN of the Link resource.
    • getLinkId

      @Stability(Stable) @NotNull String getLinkId()
      The LinkId of the Link resource.
    • builder

      @Stability(Stable) static LinkReference.Builder builder()
      Returns:
      a LinkReference.Builder of LinkReference