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.82.0 (build 2d2ddd7)", date="2023-06-06T02:39:24.579Z") @Stability(Stable) public interface NamespaceProps extends software.amazon.jsii.JsiiSerializable, ResourceProps
Properties forNamespace
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
NamespaceProps.Builder
A builder forNamespaceProps
static class
NamespaceProps.Jsii$Proxy
An implementation forNamespaceProps
-
Method Summary
Static Methods Modifier and Type Method Description static NamespaceProps.Builder
builder()
-
Methods inherited from interface org.cdk8s.plus24.ResourceProps
getMetadata
-
-
-
-
Method Detail
-
builder
@Stability(Stable) static NamespaceProps.Builder builder()
- Returns:
- a
NamespaceProps.Builder
ofNamespaceProps
-
-