ca.wheatstalk.cdkecskeycloak.EcsClusterInfoProvider 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 a very basic ECS cluster in the given VPC.
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.24.0 (build b722f66)", date = "2021-03-04T07:10:04.600Z")
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
@software.amazon.jsii.Jsii(module = ca.wheatstalk.cdkecskeycloak.$Module.class, fqn = "@wheatstalk/cdk-ecs-keycloak.EcsClusterInfoProvider")
public class EcsClusterInfoProvider extends software.amazon.jsii.JsiiObject implements ca.wheatstalk.cdkecskeycloak.IClusterInfoProvider {
protected EcsClusterInfoProvider(final software.amazon.jsii.JsiiObjectRef objRef) {
super(objRef);
}
protected EcsClusterInfoProvider(final software.amazon.jsii.JsiiObject.InitializationMode initializationMode) {
super(initializationMode);
}
/**
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
public EcsClusterInfoProvider() {
super(software.amazon.jsii.JsiiObject.InitializationMode.JSII);
software.amazon.jsii.JsiiEngine.getInstance().createNewObject(this);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy