@Generated(value="jsii-pacmak/0.10.5 (build 46bc9b0)", date="2019-05-24T10:17:01.517Z") public class DockerImageAsset extends software.amazon.awscdk.Construct implements software.amazon.awscdk.assets.IAsset
| Modifier | Constructor and Description |
|---|---|
|
DockerImageAsset(software.amazon.awscdk.Construct scope,
String id,
DockerImageAssetProps props) |
protected |
DockerImageAsset(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactHash()
A hash of the bundle for of this asset, which is only available at deployment time.
|
String |
getImageUri()
The full URI of the image (including a tag).
|
software.amazon.awscdk.services.ecr.IRepository |
getRepository()
Repository where the image is stored.
|
String |
getSourceHash()
A hash of the source of this asset, which is available at construction time.
|
void |
setImageUri(String value)
The full URI of the image (including a tag).
|
void |
setRepository(software.amazon.awscdk.services.ecr.IRepository value)
Repository where the image is stored.
|
getDependencyRoots, getNode, isConstruct, prepare, toString, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetprotected DockerImageAsset(software.amazon.jsii.JsiiObject.InitializationMode mode)
public DockerImageAsset(software.amazon.awscdk.Construct scope,
String id,
DockerImageAssetProps props)
public String getArtifactHash()
getArtifactHash in interface software.amazon.awscdk.assets.IAssetpublic String getSourceHash()
getSourceHash in interface software.amazon.awscdk.assets.IAssetpublic String getImageUri()
public void setImageUri(String value)
public software.amazon.awscdk.services.ecr.IRepository getRepository()
public void setRepository(software.amazon.awscdk.services.ecr.IRepository value)
Copyright © 2019. All rights reserved.