Class Ec2DeploySpecificationsInlineProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codepipeline.actions.Ec2DeploySpecificationsInlineProps.Jsii$Proxy
- All Implemented Interfaces:
Ec2DeploySpecificationsInlineProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
Ec2DeploySpecificationsInlineProps
@Stability(Stable)
@Internal
public static final class Ec2DeploySpecificationsInlineProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements Ec2DeploySpecificationsInlineProps
An implementation for
Ec2DeploySpecificationsInlineProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.actions.Ec2DeploySpecificationsInlineProps
Ec2DeploySpecificationsInlineProps.Builder, Ec2DeploySpecificationsInlineProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theEc2DeploySpecificationsInlineProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringPath to the executable script file that runs AFTER the Deploy phase.final StringPath to the executable script file that runs BEFORE the Deploy phase.final StringThe location of the target directory you want to deploy to.final inthashCode()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 theEc2DeploySpecificationsInlineProps.Builder.
-
-
Method Details
-
getPostScript
Description copied from interface:Ec2DeploySpecificationsInlinePropsPath to the executable script file that runs AFTER the Deploy phase.It should start from the root directory of your uploaded source artifact. Use an absolute path like
uploadDir/postScript.sh.- Specified by:
getPostScriptin interfaceEc2DeploySpecificationsInlineProps
-
getTargetDirectory
Description copied from interface:Ec2DeploySpecificationsInlinePropsThe location of the target directory you want to deploy to.Use an absolute path like
/home/ec2-user/deploy.- Specified by:
getTargetDirectoryin interfaceEc2DeploySpecificationsInlineProps
-
getPreScript
Description copied from interface:Ec2DeploySpecificationsInlinePropsPath to the executable script file that runs BEFORE the Deploy phase.It should start from the root directory of your uploaded source artifact. Use an absolute path like
uploadDir/preScript.sh.Default: - No script
- Specified by:
getPreScriptin interfaceEc2DeploySpecificationsInlineProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-