ca.wheatstalk.cdkecskeycloak.IDatabaseInfoProvider 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 DatabaseInfo after the VPC is available.
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.24.0 (build b722f66)", date = "2021-03-04T07:10:04.620Z")
@software.amazon.jsii.Jsii(module = ca.wheatstalk.cdkecskeycloak.$Module.class, fqn = "@wheatstalk/cdk-ecs-keycloak.IDatabaseInfoProvider")
@software.amazon.jsii.Jsii.Proxy(IDatabaseInfoProvider.Jsii$Proxy.class)
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
public interface IDatabaseInfoProvider 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.IDatabaseInfoProvider.Jsii$Default {
protected Jsii$Proxy(final software.amazon.jsii.JsiiObjectRef objRef) {
super(objRef);
}
}
/**
* Internal default implementation for {@link IDatabaseInfoProvider}.
*/
@software.amazon.jsii.Internal
interface Jsii$Default extends IDatabaseInfoProvider {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy