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 classA builder forCfnAddon.NamespaceConfigPropertystatic final classAn 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
-