Interface IStagingResources
(experimental) Staging Resource interface.
Namespace: Amazon.CDK.AppStagingSynthesizer.Alpha
Assembly: Amazon.CDK.AppStagingSynthesizer.Alpha.dll
Syntax (csharp)
public interface IStagingResources
Syntax (vb)
Public Interface IStagingResources
Inherits IConstruct, IDependable
Remarks
Stability: Experimental
Synopsis
Methods
Add |
(experimental) Return staging resource information for a docker asset. |
Add |
(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 IDocker
Image Asset Source
Returns
Remarks
Stability: Experimental
AddFile(IFileAssetSource)
(experimental) Return staging resource information for a file asset.
IFileStagingLocation AddFile(IFileAssetSource asset)
Parameters
- asset IFile
Asset Source
Returns
Remarks
Stability: Experimental