Show / Hide Table of Contents

Interface IStagingResources

(experimental) Staging Resource interface.

Namespace: Amazon.CDK.AppStagingSynthesizer.Alpha
Assembly: Amazon.CDK.AppStagingSynthesizer.Alpha.dll
Syntax (csharp)
public interface IStagingResources : IConstruct, IDependable
Syntax (vb)
Public Interface IStagingResources Inherits IConstruct, IDependable
Remarks

Stability: Experimental

Synopsis

Methods

AddDockerImage(IDockerImageAssetSource)

(experimental) Return staging resource information for a docker asset.

AddFile(IFileAssetSource)

(experimental) Return staging resource information for a file asset.

Methods

AddDockerImage(IDockerImageAssetSource)

(experimental) Return staging resource information for a docker asset.

IImageStagingLocation AddDockerImage(IDockerImageAssetSource asset)
Parameters
asset IDockerImageAssetSource
Returns

IImageStagingLocation

Remarks

Stability: Experimental

AddFile(IFileAssetSource)

(experimental) Return staging resource information for a file asset.

IFileStagingLocation AddFile(IFileAssetSource asset)
Parameters
asset IFileAssetSource
Returns

IFileStagingLocation

Remarks

Stability: Experimental

Back to top Generated by DocFX