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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.pipelines.PublishAssetsActionProps
PublishAssetsActionProps.Builder, PublishAssetsActionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeprecated.Constructor that initializes the object based on literal property values passed by thePublishAssetsActionProps.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 StringDeprecated.(deprecated) Name of publishing action.final AssetTypeDeprecated.(deprecated) AssetType we're publishing.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 BooleanDeprecated.(deprecated) Use a file buildspec written to the cloud assembly instead of an inline buildspec.final IDependableDeprecated.(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 StringDeprecated.(deprecated) Name of the CodeBuild project.final IRolegetRole()Deprecated.(deprecated) Role to use for CodePipeline and CodeBuild to build and publish the assets.final SubnetSelectionDeprecated.(deprecated) Which subnets to use.final IVpcgetVpc()Deprecated.(deprecated) The VPC where to execute the PublishAssetsAction.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 thePublishAssetsActionProps.Builder.
-
-
Method Details
-
getActionName
Deprecated.Description copied from interface:PublishAssetsActionProps(deprecated) Name of publishing action.- Specified by:
getActionNamein interfacePublishAssetsActionProps
-
getAssetType
Deprecated.Description copied from interface:PublishAssetsActionProps(deprecated) AssetType we're publishing.- Specified by:
getAssetTypein interfacePublishAssetsActionProps
-
getCloudAssemblyInput
Deprecated.Description copied from interface:PublishAssetsActionProps(deprecated) The CodePipeline artifact that holds the Cloud Assembly.- Specified by:
getCloudAssemblyInputin interfacePublishAssetsActionProps
-
getBuildSpec
Deprecated.Description copied from interface:PublishAssetsActionProps(deprecated) Custom BuildSpec that is merged with generated one.Default: - none
- Specified by:
getBuildSpecin interfacePublishAssetsActionProps
-
getCdkCliVersion
Deprecated.Description copied from interface:PublishAssetsActionProps(deprecated) Version of CDK CLI to 'npm install'.Default: - Latest version
- Specified by:
getCdkCliVersionin 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:
getCreateBuildspecFilein 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:
getDependablein 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:
getPreInstallCommandsin interfacePublishAssetsActionProps
-
getProjectName
Deprecated.Description copied from interface:PublishAssetsActionProps(deprecated) Name of the CodeBuild project.Default: - Automatically generated
- Specified by:
getProjectNamein 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:
getRolein 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:
getSubnetSelectionin interfacePublishAssetsActionProps
-
getVpc
Deprecated.Description copied from interface:PublishAssetsActionProps(deprecated) The VPC where to execute the PublishAssetsAction.Default: - No VPC
- Specified by:
getVpcin interfacePublishAssetsActionProps
-
$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.
-