@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.844Z") @Stability(value=Stable) public interface CfnLinkProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLinkProps.Builder
A builder for
CfnLinkProps |
static class |
CfnLinkProps.Jsii$Proxy
An implementation for
CfnLinkProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnLinkProps.Builder |
builder() |
Object |
getBandwidth()
`AWS::NetworkManager::Link.Bandwidth`.
|
default String |
getDescription()
`AWS::NetworkManager::Link.Description`.
|
String |
getGlobalNetworkId()
`AWS::NetworkManager::Link.GlobalNetworkId`.
|
default String |
getProvider()
`AWS::NetworkManager::Link.Provider`.
|
String |
getSiteId()
`AWS::NetworkManager::Link.SiteId`.
|
default List<CfnTag> |
getTags()
`AWS::NetworkManager::Link.Tags`.
|
default String |
getType()
`AWS::NetworkManager::Link.Type`.
|
@Stability(value=Stable) @NotNull Object getBandwidth()
@Stability(value=Stable) @NotNull String getGlobalNetworkId()
@Stability(value=Stable) @NotNull String getSiteId()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getProvider()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default String getType()
@Stability(value=Stable) static CfnLinkProps.Builder builder()
CfnLinkProps.Builder of CfnLinkPropsCopyright © 2021. All rights reserved.