Class EcsDeployActionProps.Jsii$Proxy
- All Implemented Interfaces:
EcsDeployActionProps
,CommonActionProps
,CommonAwsActionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- EcsDeployActionProps
EcsDeployActionProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.actions.EcsDeployActionProps
EcsDeployActionProps.Builder, EcsDeployActionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(EcsDeployActionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEcsDeployActionProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The physical, human-readable name of the Action.final Duration
Timeout for the ECS deployment in minutes.final ArtifactPath
The name of the JSON image definitions file to use for deployments.final Artifact
getInput()
The input artifact that contains the JSON image definitions file to use for deployments.final IRole
getRole()
The Role in which context's this Action will be executing in.final Number
The runOrder property for this Action.final IBaseService
The ECS Service to deploy.final String
The name of the namespace to use for variables emitted by this action.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theEcsDeployActionProps.Builder
.
-
-
Method Details
-
getService
Description copied from interface:EcsDeployActionProps
The ECS Service to deploy.- Specified by:
getService
in interfaceEcsDeployActionProps
-
getDeploymentTimeout
Description copied from interface:EcsDeployActionProps
Timeout for the ECS deployment in minutes.Value must be between 1-60.
Default: - 60 minutes
- Specified by:
getDeploymentTimeout
in interfaceEcsDeployActionProps
- See Also:
-
getImageFile
Description copied from interface:EcsDeployActionProps
The name of the JSON image definitions file to use for deployments.The JSON file is a list of objects, each with 2 keys:
name
is the name of the container in the Task Definition, andimageUri
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 theinput
property.Default: - one of this property, or `input`, is required
-
getInput
Description copied from interface:EcsDeployActionProps
The input artifact that contains the JSON image definitions file to use for deployments.The JSON file is a list of objects, each with 2 keys:
name
is the name of the container in the Task Definition, andimageUri
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 theimageFile
property instead.Default: - one of this property, or `imageFile`, is required
-
getRole
Description copied from interface:CommonAwsActionProps
The Role in which context's this Action will be executing in.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
IAction.bind
method in theActionBindOptions.role
property.Default: a new Role will be generated
- Specified by:
getRole
in interfaceCommonAwsActionProps
-
getActionName
Description copied from interface:CommonActionProps
The physical, human-readable name of the Action.Note that Action names must be unique within a single Stage.
- Specified by:
getActionName
in interfaceCommonActionProps
-
getRunOrder
Description copied from interface:CommonActionProps
The runOrder property for this Action.RunOrder determines the relative order in which multiple Actions in the same Stage execute.
Default: 1
- Specified by:
getRunOrder
in interfaceCommonActionProps
- See Also:
-
getVariablesNamespace
Description copied from interface:CommonActionProps
The name of the namespace to use for variables emitted by this action.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
- Specified by:
getVariablesNamespace
in interfaceCommonActionProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-