Interface CfnGlobalNetworkProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGlobalNetworkProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:00.459Z")
@Stability(Stable)
public interface CfnGlobalNetworkProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnGlobalNetwork
.
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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnGlobalNetworkProps
static final class
An implementation forCfnGlobalNetworkProps
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDescription
A description of the global network.Constraints: Maximum length of 256 characters.
-
getTags
The tags for the global network. -
builder
- Returns:
- a
CfnGlobalNetworkProps.Builder
ofCfnGlobalNetworkProps
-