Type of the asset that is being published.
Namespace: Amazon.CDK.Pipelines
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum AssetType
Syntax (vb)
Public Enum AssetType
Synopsis
Fields
| DOCKER_IMAGE | A Docker image. |
| FILE | A file. |
Fields
| Name | Description |
|---|---|
| DOCKER_IMAGE | A Docker image. |
| FILE | A file. |