All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.cdk8s.plus.IResource Maven / Gradle / Ivy

There is a newer version: 0.33.0
Show newest version
package org.cdk8s.plus;

/**
 * Represents a resource.
 * 

* EXPERIMENTAL */ @javax.annotation.Generated(value = "jsii-pacmak/1.7.0 (build 179a3a5)", date = "2020-06-29T13:29:38.499Z") @software.amazon.jsii.Jsii(module = org.cdk8s.plus.$Module.class, fqn = "cdk8s-plus.IResource") @software.amazon.jsii.Jsii.Proxy(IResource.Jsii$Proxy.class) @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental) public interface IResource extends software.amazon.jsii.JsiiSerializable { /** * The Kubernetes name of this resource. *

* EXPERIMENTAL */ @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental) @org.jetbrains.annotations.NotNull java.lang.String getName(); /** * A proxy class which represents a concrete javascript instance of this type. */ final static class Jsii$Proxy extends software.amazon.jsii.JsiiObject implements org.cdk8s.plus.IResource { protected Jsii$Proxy(final software.amazon.jsii.JsiiObjectRef objRef) { super(objRef); } /** * The Kubernetes name of this resource. *

* EXPERIMENTAL */ @Override @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental) public @org.jetbrains.annotations.NotNull java.lang.String getName() { return this.jsiiGet("name", java.lang.String.class); } } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy