Interface CfnAddon.NamespaceConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAddon.NamespaceConfigProperty.Jsii$Proxy
- Enclosing class:
CfnAddon
@Stability(Stable)
public static interface CfnAddon.NamespaceConfigProperty
extends software.amazon.jsii.JsiiSerializable
The custom namespace configuration to use with the add-on.
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.eks.*; NamespaceConfigProperty namespaceConfigProperty = NamespaceConfigProperty.builder() .namespace("namespace") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAddon.NamespaceConfigProperty
static final class
An implementation forCfnAddon.NamespaceConfigProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getNamespace
The custom namespace for creating the add-on.- See Also:
-
builder
-