Interface CfnAddonPropsMixin.NamespaceConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAddonPropsMixin.NamespaceConfigProperty.Jsii$Proxy
- Enclosing class:
CfnAddonPropsMixin
@Stability(Stable)
public static interface CfnAddonPropsMixin.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.cfnpropertymixins.services.eks.*;
NamespaceConfigProperty namespaceConfigProperty = NamespaceConfigProperty.builder()
.namespace("namespace")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAddonPropsMixin.NamespaceConfigPropertystatic final classAn implementation forCfnAddonPropsMixin.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
-