@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:10.868Z") @Stability(value=Experimental) public interface EcsDeployActionProps extends software.amazon.jsii.JsiiSerializable, CommonAwsActionProps
EcsDeployAction.| Modifier and Type | Interface and Description |
|---|---|
static class |
EcsDeployActionProps.Builder
A builder for
EcsDeployActionProps |
static class |
EcsDeployActionProps.Jsii$Proxy
An implementation for
EcsDeployActionProps |
| Modifier and Type | Method and Description |
|---|---|
static EcsDeployActionProps.Builder |
builder() |
default Duration |
getDeploymentTimeout()
(experimental) Timeout for the ECS deployment in minutes.
|
default ArtifactPath |
getImageFile()
(experimental) The name of the JSON image definitions file to use for deployments.
|
default Artifact |
getInput()
(experimental) The input artifact that contains the JSON image definitions file to use for deployments.
|
IBaseService |
getService()
(experimental) The ECS Service to deploy.
|
getRolegetActionName, getRunOrder, getVariablesNamespace@Stability(value=Experimental) @NotNull IBaseService getService()
@Stability(value=Experimental) @Nullable default Duration getDeploymentTimeout()
Value must be between 1-60.
Default: - 60 minutes
https://docs.aws.amazon.com/codepipeline/latest/userguide/action-reference-ECS.html@Stability(value=Experimental) @Nullable default ArtifactPath getImageFile()
The JSON file is a list of objects,
each with 2 keys: name is the name of the container in the Task Definition,
and imageUri is the Docker image URI you want to update your service with.
Use this property if you want to use a different name for this file than the default 'imagedefinitions.json'.
If you use this property, you don't need to specify the input property.
Default: - one of this property, or `input`, is required
https://docs.aws.amazon.com/codepipeline/latest/userguide/pipelines-create.html#pipelines-create-image-definitions@Stability(value=Experimental) @Nullable default Artifact getInput()
The JSON file is a list of objects,
each with 2 keys: name is the name of the container in the Task Definition,
and imageUri is the Docker image URI you want to update your service with.
If you use this property, it's assumed the file is called 'imagedefinitions.json'.
If your build uses a different file, leave this property empty,
and use the imageFile property instead.
Default: - one of this property, or `imageFile`, is required
https://docs.aws.amazon.com/codepipeline/latest/userguide/pipelines-create.html#pipelines-create-image-definitions@Stability(value=Experimental) static EcsDeployActionProps.Builder builder()
builder in interface CommonActionPropsbuilder in interface CommonAwsActionPropsEcsDeployActionProps.Builder of EcsDeployActionPropsCopyright © 2021. All rights reserved.