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

ca.wheatstalk.cdkecskeycloak.FargateSpotEcsClusterInfoProvider Maven / Gradle / Ivy

There is a newer version: 0.0.164
Show newest version
package ca.wheatstalk.cdkecskeycloak;

/**
 * (experimental) Provides an ECS cluster in the given VPC that has FARGATE and FARGATE_SPOT capacity providers enabled.
 */
@javax.annotation.Generated(value = "jsii-pacmak/1.24.0 (build b722f66)", date = "2021-03-04T07:10:04.603Z")
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
@software.amazon.jsii.Jsii(module = ca.wheatstalk.cdkecskeycloak.$Module.class, fqn = "@wheatstalk/cdk-ecs-keycloak.FargateSpotEcsClusterInfoProvider")
public class FargateSpotEcsClusterInfoProvider extends software.amazon.jsii.JsiiObject implements ca.wheatstalk.cdkecskeycloak.IClusterInfoProvider {

    protected FargateSpotEcsClusterInfoProvider(final software.amazon.jsii.JsiiObjectRef objRef) {
        super(objRef);
    }

    protected FargateSpotEcsClusterInfoProvider(final software.amazon.jsii.JsiiObject.InitializationMode initializationMode) {
        super(initializationMode);
    }

    /**
     */
    @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
    public FargateSpotEcsClusterInfoProvider() {
        super(software.amazon.jsii.JsiiObject.InitializationMode.JSII);
        software.amazon.jsii.JsiiEngine.getInstance().createNewObject(this);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy