Interface LightsailContainerServiceDeploymentVersionContainer

    • 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}.
      • getImage

        @Stability(Stable)
        @NotNull
        String getImage()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lightsail_container_service_deployment_version#image LightsailContainerServiceDeploymentVersion#image}.
      • getCommand

        @Stability(Stable)
        @Nullable
        default List<String> getCommand()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lightsail_container_service_deployment_version#command LightsailContainerServiceDeploymentVersion#command}.
      • getEnvironment

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getEnvironment()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lightsail_container_service_deployment_version#environment LightsailContainerServiceDeploymentVersion#environment}.
      • getPorts

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getPorts()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lightsail_container_service_deployment_version#ports LightsailContainerServiceDeploymentVersion#ports}.