Package software.amazon.awscdk.pipelines
Class PublishAssetsActionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.pipelines.PublishAssetsActionProps.Jsii$Proxy
- All Implemented Interfaces:
PublishAssetsActionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
PublishAssetsActionProps
@Stability(Deprecated)
@Deprecated
@Internal
public static final class PublishAssetsActionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements PublishAssetsActionProps
Deprecated.
An implementation for
PublishAssetsActionProps
-
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.pipelines.PublishAssetsActionProps
PublishAssetsActionProps.Builder, PublishAssetsActionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Deprecated.Constructor that initializes the object based on literal property values passed by thePublishAssetsActionProps.Builder
.protected
Jsii$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.JsonNode
Deprecated.final boolean
Deprecated.final String
Deprecated.(deprecated) Name of publishing action.final AssetType
Deprecated.(deprecated) AssetType we're publishing.final BuildSpec
Deprecated.(deprecated) Custom BuildSpec that is merged with generated one.final String
Deprecated.(deprecated) Version of CDK CLI to 'npm install'.final Artifact
Deprecated.(deprecated) The CodePipeline artifact that holds the Cloud Assembly.final Boolean
Deprecated.(deprecated) Use a file buildspec written to the cloud assembly instead of an inline buildspec.final IDependable
Deprecated.(deprecated) Any Dependable construct that the CodeBuild project needs to take a dependency on.Deprecated.(deprecated) Additional commands to run before installing cdk-assert Use this to setup proxies or npm mirrors.final String
Deprecated.(deprecated) Name of the CodeBuild project.final IRole
getRole()
Deprecated.(deprecated) Role to use for CodePipeline and CodeBuild to build and publish the assets.final SubnetSelection
Deprecated.(deprecated) Which subnets to use.final IVpc
getVpc()
Deprecated.(deprecated) The VPC where to execute the PublishAssetsAction.final int
hashCode()
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 thePublishAssetsActionProps.Builder
.
-
-
Method Details
-
getActionName
Deprecated.Description copied from interface:PublishAssetsActionProps
(deprecated) Name of publishing action.- Specified by:
getActionName
in interfacePublishAssetsActionProps
-
getAssetType
Deprecated.Description copied from interface:PublishAssetsActionProps
(deprecated) AssetType we're publishing.- Specified by:
getAssetType
in interfacePublishAssetsActionProps
-
getCloudAssemblyInput
Deprecated.Description copied from interface:PublishAssetsActionProps
(deprecated) The CodePipeline artifact that holds the Cloud Assembly.- Specified by:
getCloudAssemblyInput
in interfacePublishAssetsActionProps
-
getBuildSpec
Deprecated.Description copied from interface:PublishAssetsActionProps
(deprecated) Custom BuildSpec that is merged with generated one.Default: - none
- Specified by:
getBuildSpec
in interfacePublishAssetsActionProps
-
getCdkCliVersion
Deprecated.Description copied from interface:PublishAssetsActionProps
(deprecated) Version of CDK CLI to 'npm install'.Default: - Latest version
- Specified by:
getCdkCliVersion
in interfacePublishAssetsActionProps
-
getCreateBuildspecFile
Deprecated.Description copied from interface:PublishAssetsActionProps
(deprecated) Use a file buildspec written to the cloud assembly instead of an inline buildspec.This prevents size limitation errors as inline specs have a max length of 25600 characters
Default: false
- Specified by:
getCreateBuildspecFile
in interfacePublishAssetsActionProps
-
getDependable
Deprecated.Description copied from interface:PublishAssetsActionProps
(deprecated) Any Dependable construct that the CodeBuild project needs to take a dependency on.Default: - none
- Specified by:
getDependable
in interfacePublishAssetsActionProps
-
getPreInstallCommands
Deprecated.Description copied from interface:PublishAssetsActionProps
(deprecated) Additional commands to run before installing cdk-assert Use this to setup proxies or npm mirrors.Default: -
- Specified by:
getPreInstallCommands
in interfacePublishAssetsActionProps
-
getProjectName
Deprecated.Description copied from interface:PublishAssetsActionProps
(deprecated) Name of the CodeBuild project.Default: - Automatically generated
- Specified by:
getProjectName
in interfacePublishAssetsActionProps
-
getRole
Deprecated.Description copied from interface:PublishAssetsActionProps
(deprecated) Role to use for CodePipeline and CodeBuild to build and publish the assets.Default: - Automatically generated
- Specified by:
getRole
in interfacePublishAssetsActionProps
-
getSubnetSelection
Deprecated.Description copied from interface:PublishAssetsActionProps
(deprecated) Which subnets to use.Only used if 'vpc' is supplied.
Default: - All private subnets.
- Specified by:
getSubnetSelection
in interfacePublishAssetsActionProps
-
getVpc
Deprecated.Description copied from interface:PublishAssetsActionProps
(deprecated) The VPC where to execute the PublishAssetsAction.Default: - No VPC
- Specified by:
getVpc
in interfacePublishAssetsActionProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-