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

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

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

/**
 * Provides a VPC with both private and public subnets.
 */
@javax.annotation.Generated(value = "jsii-pacmak/1.29.0 (build 41df200)", date = "2021-04-28T04:27:48.359Z")
@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.IngressAndPrivateVpcProvider")
public class IngressAndPrivateVpcProvider extends software.amazon.jsii.JsiiObject implements ca.wheatstalk.cdkecskeycloak.IVpcInfoProvider {

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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy