Package software.amazon.awscdk.pipelines
Class UpdatePipelineActionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.pipelines.UpdatePipelineActionProps.Jsii$Proxy
- All Implemented Interfaces:
UpdatePipelineActionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- UpdatePipelineActionProps
@Stability(Deprecated)
@Deprecated
@Internal
public static final class UpdatePipelineActionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements UpdatePipelineActionProps
Deprecated.
An implementation for
UpdatePipelineActionProps-
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.pipelines.UpdatePipelineActionProps
UpdatePipelineActionProps.Builder, UpdatePipelineActionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeprecated.Constructor that initializes the object based on literal property values passed by theUpdatePipelineActionProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeDeprecated.final booleanDeprecated.final BuildSpecDeprecated.(deprecated) Custom BuildSpec that is merged with generated one.final StringDeprecated.(deprecated) Version of CDK CLI to 'npm install'.final ArtifactDeprecated.(deprecated) The CodePipeline artifact that holds the Cloud Assembly.final List<DockerCredential>Deprecated.(deprecated) Docker registries and associated credentials necessary during the pipeline self-update stage.final StringDeprecated.(deprecated) Hierarchical id of the pipeline stack.final StringDeprecated.(deprecated) Name of the pipeline stack.final BooleanDeprecated.(deprecated) Whether the build step should run in privileged mode.final StringDeprecated.(deprecated) Name of the CodeBuild project.final inthashCode()Deprecated.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) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by theUpdatePipelineActionProps.Builder.
-
-
Method Details
-
getCloudAssemblyInput
Deprecated.Description copied from interface:UpdatePipelineActionProps(deprecated) The CodePipeline artifact that holds the Cloud Assembly.- Specified by:
getCloudAssemblyInputin interfaceUpdatePipelineActionProps
-
getPipelineStackHierarchicalId
Deprecated.Description copied from interface:UpdatePipelineActionProps(deprecated) Hierarchical id of the pipeline stack.- Specified by:
getPipelineStackHierarchicalIdin interfaceUpdatePipelineActionProps
-
getBuildSpec
Deprecated.Description copied from interface:UpdatePipelineActionProps(deprecated) Custom BuildSpec that is merged with generated one.Default: - none
- Specified by:
getBuildSpecin interfaceUpdatePipelineActionProps
-
getCdkCliVersion
Deprecated.Description copied from interface:UpdatePipelineActionProps(deprecated) Version of CDK CLI to 'npm install'.Default: - Latest version
- Specified by:
getCdkCliVersionin interfaceUpdatePipelineActionProps
-
getDockerCredentials
Deprecated.Description copied from interface:UpdatePipelineActionProps(deprecated) Docker registries and associated credentials necessary during the pipeline self-update stage.Default: []
- Specified by:
getDockerCredentialsin interfaceUpdatePipelineActionProps
-
getPipelineStackName
Deprecated.Description copied from interface:UpdatePipelineActionProps(deprecated) Name of the pipeline stack.Default: - none
- Specified by:
getPipelineStackNamein interfaceUpdatePipelineActionProps
-
getPrivileged
Deprecated.Description copied from interface:UpdatePipelineActionProps(deprecated) Whether the build step should run in privileged mode.Default: - false
- Specified by:
getPrivilegedin interfaceUpdatePipelineActionProps
-
getProjectName
Deprecated.Description copied from interface:UpdatePipelineActionProps(deprecated) Name of the CodeBuild project.Default: - Automatically generated
- Specified by:
getProjectNamein interfaceUpdatePipelineActionProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-