| Package | Description |
|---|---|
| software.amazon.awscdk.services.networkmanager |
AWS::NetworkManager Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnLink.Builder |
CfnLink.Builder.bandwidth(CfnLink.BandwidthProperty bandwidth)
The bandwidth for the link.
|
CfnLink.Builder |
CfnLink.Builder.bandwidth(IResolvable bandwidth)
The bandwidth for the link.
|
static CfnLink.Builder |
CfnLink.Builder.create(software.constructs.Construct scope,
String id) |
CfnLink.Builder |
CfnLink.Builder.description(String description)
A description of the link.
|
CfnLink.Builder |
CfnLink.Builder.globalNetworkId(String globalNetworkId)
The ID of the global network.
|
CfnLink.Builder |
CfnLink.Builder.provider(String provider)
The provider of the link.
|
CfnLink.Builder |
CfnLink.Builder.siteId(String siteId)
The ID of the site.
|
CfnLink.Builder |
CfnLink.Builder.tags(List<? extends CfnTag> tags)
The tags for the link.
|
CfnLink.Builder |
CfnLink.Builder.type(String type)
The type of the link.
|
Copyright © 2022. All rights reserved.