ca.wheatstalk.cdkecskeycloak.IngressAndPrivateVpcProvider 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 VPC with both private and public subnets.
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.24.0 (build b722f66)", date = "2021-03-04T07:10:04.621Z")
@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