@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.061Z") @Stability(value=Stable) public interface CfnGlobalNetworkProps extends software.amazon.jsii.JsiiSerializable
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.*;
CfnGlobalNetworkProps cfnGlobalNetworkProps = CfnGlobalNetworkProps.builder()
.description("description")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnGlobalNetworkProps.Builder
A builder for
CfnGlobalNetworkProps |
static class |
CfnGlobalNetworkProps.Jsii$Proxy
An implementation for
CfnGlobalNetworkProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnGlobalNetworkProps.Builder |
builder() |
default String |
getDescription()
A description of the global network.
|
default List<CfnTag> |
getTags()
The tags for the global network.
|
@Stability(value=Stable) @Nullable default String getDescription()
Constraints: Maximum length of 256 characters.
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnGlobalNetworkProps.Builder builder()
CfnGlobalNetworkProps.Builder of CfnGlobalNetworkPropsCopyright © 2022. All rights reserved.