Interface LightsailContainerServiceDeploymentVersionPublicEndpoint
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LightsailContainerServiceDeploymentVersionPublicEndpoint.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.732Z") @Stability(Stable) public interface LightsailContainerServiceDeploymentVersionPublicEndpoint extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLightsailContainerServiceDeploymentVersionPublicEndpoint.BuilderA builder forLightsailContainerServiceDeploymentVersionPublicEndpointstatic classLightsailContainerServiceDeploymentVersionPublicEndpoint.Jsii$ProxyAn implementation forLightsailContainerServiceDeploymentVersionPublicEndpoint
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static LightsailContainerServiceDeploymentVersionPublicEndpoint.Builderbuilder()StringgetContainerName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lightsail_container_service_deployment_version#container_name LightsailContainerServiceDeploymentVersion#container_name}.NumbergetContainerPort()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lightsail_container_service_deployment_version#container_port LightsailContainerServiceDeploymentVersion#container_port}.LightsailContainerServiceDeploymentVersionPublicEndpointHealthCheckgetHealthCheck()health_check block.
-
-
-
Method Detail
-
getContainerName
@Stability(Stable) @NotNull String getContainerName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lightsail_container_service_deployment_version#container_name LightsailContainerServiceDeploymentVersion#container_name}.
-
getContainerPort
@Stability(Stable) @NotNull Number getContainerPort()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lightsail_container_service_deployment_version#container_port LightsailContainerServiceDeploymentVersion#container_port}.
-
getHealthCheck
@Stability(Stable) @NotNull LightsailContainerServiceDeploymentVersionPublicEndpointHealthCheck getHealthCheck()
health_check block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lightsail_container_service_deployment_version#health_check LightsailContainerServiceDeploymentVersion#health_check}
-
builder
@Stability(Stable) static LightsailContainerServiceDeploymentVersionPublicEndpoint.Builder builder()
-
-