ca.wheatstalk.cdkecskeycloak.IClusterInfoProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdk-ecs-keycloak Show documentation
Show all versions of cdk-ecs-keycloak Show documentation
@wheatstalk/cdk-ecs-keycloak
package ca.wheatstalk.cdkecskeycloak;
/**
* Provides ClusterInfo after the VPC is available.
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.24.0 (build b722f66)", date = "2021-03-04T07:10:04.619Z")
@software.amazon.jsii.Jsii(module = ca.wheatstalk.cdkecskeycloak.$Module.class, fqn = "@wheatstalk/cdk-ecs-keycloak.IClusterInfoProvider")
@software.amazon.jsii.Jsii.Proxy(IClusterInfoProvider.Jsii$Proxy.class)
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
public interface IClusterInfoProvider extends software.amazon.jsii.JsiiSerializable {
/**
* A proxy class which represents a concrete javascript instance of this type.
*/
@software.amazon.jsii.Internal
final class Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ca.wheatstalk.cdkecskeycloak.IClusterInfoProvider.Jsii$Default {
protected Jsii$Proxy(final software.amazon.jsii.JsiiObjectRef objRef) {
super(objRef);
}
}
/**
* Internal default implementation for {@link IClusterInfoProvider}.
*/
@software.amazon.jsii.Internal
interface Jsii$Default extends IClusterInfoProvider {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy