Uses of Interface
org.cdk8s.ApiObjectProps
-
-
Uses of ApiObjectProps in org.cdk8s
Classes in org.cdk8s that implement ApiObjectProps Modifier and Type Class Description static class
ApiObjectProps.Jsii$Proxy
An implementation forApiObjectProps
Methods in org.cdk8s that return ApiObjectProps Modifier and Type Method Description ApiObjectProps
ApiObjectProps.Builder. build()
Builds the configured instance.Constructors in org.cdk8s with parameters of type ApiObjectProps Constructor Description ApiObject(software.constructs.Construct scope, String id, ApiObjectProps props)
Defines an API object.
-