@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:30:29.084Z") @Stability(value=Experimental) public interface PublishAssetsActionProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
PublishAssetsActionProps.Builder
A builder for
PublishAssetsActionProps |
static class |
PublishAssetsActionProps.Jsii$Proxy
An implementation for
PublishAssetsActionProps |
| Modifier and Type | Method and Description |
|---|---|
static PublishAssetsActionProps.Builder |
builder() |
String |
getActionName()
(experimental) Name of publishing action.
|
AssetType |
getAssetType()
(experimental) AssetType we're publishing.
|
default String |
getCdkCliVersion()
(experimental) Version of CDK CLI to 'npm install'.
|
Artifact |
getCloudAssemblyInput()
(experimental) The CodePipeline artifact that holds the Cloud Assembly.
|
default String |
getProjectName()
(experimental) Name of the CodeBuild project.
|
default IRole |
getRole()
(experimental) Role to use for CodePipeline and CodeBuild to build and publish the assets.
|
default SubnetSelection |
getSubnetSelection()
(experimental) Which subnets to use.
|
default IVpc |
getVpc()
(experimental) The VPC where to execute the PublishAssetsAction.
|
@Stability(value=Experimental) @NotNull String getActionName()
@Stability(value=Experimental) @NotNull AssetType getAssetType()
@Stability(value=Experimental) @NotNull Artifact getCloudAssemblyInput()
@Stability(value=Experimental) @Nullable default String getCdkCliVersion()
Default: - Latest version
@Stability(value=Experimental) @Nullable default String getProjectName()
Default: - Automatically generated
@Stability(value=Experimental) @Nullable default IRole getRole()
Default: - Automatically generated
@Stability(value=Experimental) @Nullable default SubnetSelection getSubnetSelection()
Only used if 'vpc' is supplied.
Default: - All private subnets.
@Stability(value=Experimental) @Nullable default IVpc getVpc()
Default: - No VPC
@Stability(value=Experimental) static PublishAssetsActionProps.Builder builder()
PublishAssetsActionProps.Builder of PublishAssetsActionPropsCopyright © 2021. All rights reserved.