ca.wheatstalk.cdkecskeycloak.IPortPublisher 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;
/**
* Publishes container ports.
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.29.0 (build 41df200)", date = "2021-04-28T04:27:48.359Z")
@software.amazon.jsii.Jsii(module = ca.wheatstalk.cdkecskeycloak.$Module.class, fqn = "@wheatstalk/cdk-ecs-keycloak.IPortPublisher")
@software.amazon.jsii.Jsii.Proxy(IPortPublisher.Jsii$Proxy.class)
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
public interface IPortPublisher 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.IPortPublisher.Jsii$Default {
protected Jsii$Proxy(final software.amazon.jsii.JsiiObjectRef objRef) {
super(objRef);
}
}
/**
* Internal default implementation for {@link IPortPublisher}.
*/
@software.amazon.jsii.Internal
interface Jsii$Default extends IPortPublisher {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy