public static final class CodeDeployEcsDeployActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CodeDeployEcsDeployActionProps
CodeDeployEcsDeployActionProps
CodeDeployEcsDeployActionProps.Builder, CodeDeployEcsDeployActionProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getActionName()
The physical, human-readable name of the Action.
|
ArtifactPath |
getAppSpecTemplateFile()
The name of the CodeDeploy AppSpec file.
|
Artifact |
getAppSpecTemplateInput()
The artifact containing the CodeDeploy AppSpec file.
|
java.util.List<CodeDeployEcsContainerImageInput> |
getContainerImageInputs()
Configuration for dynamically updated images in the task definition.
|
IEcsDeploymentGroup |
getDeploymentGroup()
The CodeDeploy ECS Deployment Group to deploy to.
|
IRole |
getRole()
The Role in which context's this Action will be executing in.
|
java.lang.Number |
getRunOrder()
The runOrder property for this Action.
|
ArtifactPath |
getTaskDefinitionTemplateFile()
The name of the ECS task definition template file.
|
Artifact |
getTaskDefinitionTemplateInput()
The artifact containing the ECS task definition template file.
|
java.lang.String |
getVariablesNamespace()
The name of the namespace to use for variables emitted by this action.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final IEcsDeploymentGroup getDeploymentGroup()
CodeDeployEcsDeployActionProps
getDeploymentGroup
in interface CodeDeployEcsDeployActionProps
public final ArtifactPath getAppSpecTemplateFile()
CodeDeployEcsDeployActionProps
During deployment, a new task definition will be registered with ECS, and the new task definition ID will be inserted into the CodeDeploy AppSpec file. The AppSpec file contents will be provided to CodeDeploy for the deployment.
Use this property if you want to use a different name for this file than the default 'appspec.yaml'.
If you use this property, you don't need to specify the appSpecTemplateInput
property.
Default: - one of this property, or `appSpecTemplateInput`, is required
getAppSpecTemplateFile
in interface CodeDeployEcsDeployActionProps
public final Artifact getAppSpecTemplateInput()
CodeDeployEcsDeployActionProps
During deployment, a new task definition will be registered with ECS, and the new task definition ID will be inserted into the CodeDeploy AppSpec file. The AppSpec file contents will be provided to CodeDeploy for the deployment.
If you use this property, it's assumed the file is called 'appspec.yaml'.
If your AppSpec file uses a different filename, leave this property empty,
and use the appSpecTemplateFile
property instead.
Default: - one of this property, or `appSpecTemplateFile`, is required
getAppSpecTemplateInput
in interface CodeDeployEcsDeployActionProps
public final java.util.List<CodeDeployEcsContainerImageInput> getContainerImageInputs()
CodeDeployEcsDeployActionProps
Provide pairs of an image details input artifact and a placeholder string that will be used to dynamically update the ECS task definition template file prior to deployment. A maximum of 4 images can be given.
getContainerImageInputs
in interface CodeDeployEcsDeployActionProps
public final ArtifactPath getTaskDefinitionTemplateFile()
CodeDeployEcsDeployActionProps
During deployment, the task definition template file contents will be registered with ECS.
Use this property if you want to use a different name for this file than the default 'taskdef.json'.
If you use this property, you don't need to specify the taskDefinitionTemplateInput
property.
Default: - one of this property, or `taskDefinitionTemplateInput`, is required
getTaskDefinitionTemplateFile
in interface CodeDeployEcsDeployActionProps
public final Artifact getTaskDefinitionTemplateInput()
CodeDeployEcsDeployActionProps
During deployment, the task definition template file contents will be registered with ECS.
If you use this property, it's assumed the file is called 'taskdef.json'.
If your task definition template uses a different filename, leave this property empty,
and use the taskDefinitionTemplateFile
property instead.
Default: - one of this property, or `taskDefinitionTemplateFile`, is required
getTaskDefinitionTemplateInput
in interface CodeDeployEcsDeployActionProps
public final IRole getRole()
CommonAwsActionProps
The Pipeline's Role will assume this Role (the required permissions for that will be granted automatically) right before executing this Action. This Action will be passed into your {@link IAction.bind} method in the {@link ActionBindOptions.role} property.
Default: a new Role will be generated
getRole
in interface CommonAwsActionProps
public final java.lang.String getActionName()
CommonActionProps
Note that Action names must be unique within a single Stage.
getActionName
in interface CommonActionProps
public final java.lang.Number getRunOrder()
CommonActionProps
RunOrder determines the relative order in which multiple Actions in the same Stage execute.
Default: 1
getRunOrder
in interface CommonActionProps
https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html
public final java.lang.String getVariablesNamespace()
CommonActionProps
Default: - a name will be generated, based on the stage and action names, if any of the action's variables were referenced - otherwise, no namespace will be set
getVariablesNamespace
in interface CommonActionProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()