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: