@aws-cdk_app-staging-synthesizer-alpha.IStagingResources

interface IStagingResources ๐Ÿ”น

LanguageType name
.NETAmazon.CDK.AppStagingSynthesizer.Alpha.IStagingResources
Javasoftware.amazon.awscdk.app.staging.synthesizer.alpha.IStagingResources
Pythonaws_cdk.app_staging_synthesizer_alpha.IStagingResources
TypeScript (source)@aws-cdk/app-staging-synthesizer-alpha ยป IStagingResources

Implemented by DefaultStagingStack

Staging Resource interface.

Properties

NameTypeDescription
node๐Ÿ”นNodeThe tree node.

node๐Ÿ”น

Type: Node

The tree node.

Methods

NameDescription
addDockerImage(asset)๐Ÿ”นReturn staging resource information for a docker asset.
addFile(asset)๐Ÿ”นReturn staging resource information for a file asset.

addDockerImage(asset)๐Ÿ”น

public addDockerImage(asset: DockerImageAssetSource): ImageStagingLocation

Parameters

  • asset DockerImageAssetSource

Returns

  • ImageStagingLocation

Return staging resource information for a docker asset.


addFile(asset)๐Ÿ”น

public addFile(asset: FileAssetSource): FileStagingLocation

Parameters

  • asset FileAssetSource

Returns

  • FileStagingLocation

Return staging resource information for a file asset.