interface IStagingResources
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AppStagingSynthesizer.Alpha.IStagingResources |
Go | github.com/aws/aws-cdk-go/appstagingsynthesizeralpha/v2#IStagingResources |
Java | software.amazon.awscdk.app.staging.synthesizer.alpha.IStagingResources |
Python | aws_cdk.app_staging_synthesizer_alpha.IStagingResources |
TypeScript (source) | @aws-cdk/app-staging-synthesizer-alpha ยป IStagingResources |
Implemented by
Default
Staging Resource interface.
Properties
| Name | Type | Description |
|---|---|---|
| node | Node | The tree node. |
node
Type:
Node
The tree node.
Methods
| Name | Description |
|---|---|
| add | Return staging resource information for a docker asset. |
| add | Return staging resource information for a file asset. |
addDockerImage(asset)
public addDockerImage(asset: DockerImageAssetSource): ImageStagingLocation
Parameters
- asset
DockerImage Asset Source
Returns
Return staging resource information for a docker asset.
addFile(asset)
public addFile(asset: FileAssetSource): FileStagingLocation
Parameters
- asset
FileAsset Source
Returns
Return staging resource information for a file asset.

.NET
Go
Java
Python
TypeScript (