@Deprecated public static final class UpdatePipelineActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements UpdatePipelineActionProps
UpdatePipelineActionProps
UpdatePipelineActionProps.Builder, UpdatePipelineActionProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
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()
Deprecated.
|
boolean |
equals(java.lang.Object o)
Deprecated.
|
BuildSpec |
getBuildSpec()
Deprecated.
(deprecated) Custom BuildSpec that is merged with generated one.
|
java.lang.String |
getCdkCliVersion()
Deprecated.
(deprecated) Version of CDK CLI to 'npm install'.
|
Artifact |
getCloudAssemblyInput()
Deprecated.
(deprecated) The CodePipeline artifact that holds the Cloud Assembly.
|
java.util.List<DockerCredential> |
getDockerCredentials()
Deprecated.
(deprecated) Docker registries and associated credentials necessary during the pipeline self-update stage.
|
java.lang.String |
getPipelineStackHierarchicalId()
Deprecated.
(deprecated) Hierarchical id of the pipeline stack.
|
java.lang.String |
getPipelineStackName()
Deprecated.
(deprecated) Name of the pipeline stack.
|
java.lang.Boolean |
getPrivileged()
Deprecated.
(deprecated) Whether the build step should run in privileged mode.
|
java.lang.String |
getProjectName()
Deprecated.
(deprecated) Name of the CodeBuild project.
|
int |
hashCode()
Deprecated.
|
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 Artifact getCloudAssemblyInput()
UpdatePipelineActionProps
getCloudAssemblyInput
in interface UpdatePipelineActionProps
public final java.lang.String getPipelineStackHierarchicalId()
UpdatePipelineActionProps
getPipelineStackHierarchicalId
in interface UpdatePipelineActionProps
public final BuildSpec getBuildSpec()
UpdatePipelineActionProps
Default: - none
getBuildSpec
in interface UpdatePipelineActionProps
public final java.lang.String getCdkCliVersion()
UpdatePipelineActionProps
Default: - Latest version
getCdkCliVersion
in interface UpdatePipelineActionProps
public final java.util.List<DockerCredential> getDockerCredentials()
UpdatePipelineActionProps
Default: []
getDockerCredentials
in interface UpdatePipelineActionProps
public final java.lang.String getPipelineStackName()
UpdatePipelineActionProps
Default: - none
getPipelineStackName
in interface UpdatePipelineActionProps
public final java.lang.Boolean getPrivileged()
UpdatePipelineActionProps
Default: - false
getPrivileged
in interface UpdatePipelineActionProps
public final java.lang.String getProjectName()
UpdatePipelineActionProps
Default: - Automatically generated
getProjectName
in interface UpdatePipelineActionProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()