Class CfnLink
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.networkmanager.CfnLink
- All Implemented Interfaces:
IInspectable,IEnvironmentAware,ILinkRef,ITaggable,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-12-01T16:02:25.074Z")
@Stability(Stable)
public class CfnLink
extends CfnResource
implements IInspectable, ILinkRef, ITaggable
Specifies a link for a site.
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.*;
CfnLink cfnLink = CfnLink.Builder.create(this, "MyCfnLink")
.bandwidth(BandwidthProperty.builder()
.downloadSpeed(123)
.uploadSpeed(123)
.build())
.globalNetworkId("globalNetworkId")
.siteId("siteId")
// the properties below are optional
.description("description")
.provider("provider")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceDescribes bandwidth information.static final classA fluent builder forCfnLink.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.networkmanager.ILinkRef
ILinkRef.Jsii$Default, ILinkRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggable
ITaggable.Jsii$Default, ITaggable.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnLink(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnLink(software.amazon.jsii.JsiiObjectRef objRef) CfnLink(software.constructs.Construct scope, String id, CfnLinkProps props) Create a newAWS::NetworkManager::Link. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringarnForLink(ILinkRef resource) The date and time that the link was created.The ARN of the link.The ID of the link.The state of the link.The bandwidth for the link.A description of the link.The ID of the global network.A reference to a Link resource.The provider of the link.The ID of the site.getTags()Tag Manager which manages the tags for this resource.The tags for the link.getType()The type of the link.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnLink.renderProperties(Map<String, Object> props) voidsetBandwidth(IResolvable value) The bandwidth for the link.voidThe bandwidth for the link.voidsetDescription(String value) A description of the link.voidsetGlobalNetworkId(String value) The ID of the global network.voidsetProvider(String value) The provider of the link.voidThe ID of the site.voidsetTagsRaw(List<CfnTag> value) The tags for the link.voidThe type of the link.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnLink
protected CfnLink(software.amazon.jsii.JsiiObjectRef objRef) -
CfnLink
protected CfnLink(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnLink
@Stability(Stable) public CfnLink(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnLinkProps props) Create a newAWS::NetworkManager::Link.- Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
arnForLink
- Parameters:
resource- This parameter is required.
-
isCfnLink
Checks whether the given object is a CfnLink.- Parameters:
x- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrCreatedAt
The date and time that the link was created. -
getAttrLinkArn
The ARN of the link.For example,
arn:aws:networkmanager::123456789012:link/global-network-01231231231231231/link-11112222aaaabbbb1. -
getAttrLinkId
The ID of the link.For example,
link-11112222aaaabbbb1. -
getAttrState
The state of the link. -
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getLinkRef
A reference to a Link resource.- Specified by:
getLinkRefin interfaceILinkRef
-
getTags
Tag Manager which manages the tags for this resource. -
getBandwidth
The bandwidth for the link.Returns union: either
IResolvableorCfnLink.BandwidthProperty -
setBandwidth
The bandwidth for the link. -
setBandwidth
The bandwidth for the link. -
getGlobalNetworkId
The ID of the global network. -
setGlobalNetworkId
The ID of the global network. -
getSiteId
The ID of the site. -
setSiteId
The ID of the site. -
getDescription
A description of the link. -
setDescription
A description of the link. -
getProvider
The provider of the link. -
setProvider
The provider of the link. -
getTagsRaw
The tags for the link. -
setTagsRaw
The tags for the link. -
getType
The type of the link. -
setType
The type of the link.
-