Package org.cdk8s.plus24
Interface NamespaceProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,ResourceProps
- All Known Implementing Classes:
NamespaceProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-06T02:54:45.643Z") @Stability(Stable) public interface NamespaceProps extends software.amazon.jsii.JsiiSerializable, ResourceProps
Properties for `Namespace`.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNamespaceProps.BuilderA builder forNamespacePropsstatic classNamespaceProps.Jsii$ProxyAn implementation forNamespaceProps
-
Method Summary
Static Methods Modifier and Type Method Description static NamespaceProps.Builderbuilder()-
Methods inherited from interface org.cdk8s.plus24.ResourceProps
getMetadata
-
-
-
-
Method Detail
-
builder
@Stability(Stable) static NamespaceProps.Builder builder()
- Returns:
- a
NamespaceProps.BuilderofNamespaceProps
-
-