@Generated(value="jsii-pacmak/0.11.2 (build 27d16c2)", date="2019-06-10T11:10:22.636Z") @Stability(value=Experimental) 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)
EXPERIMENTAL
|
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.
|
getNode, isConstruct, prepare, synthesize, toString, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetprotected DockerImageAsset(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental)
public DockerImageAsset(software.amazon.awscdk.Construct scope,
String id,
DockerImageAssetProps props)
@Stability(value=Experimental) public String getArtifactHash()
getArtifactHash in interface software.amazon.awscdk.assets.IAsset@Stability(value=Experimental) public String getSourceHash()
getSourceHash in interface software.amazon.awscdk.assets.IAsset@Stability(value=Experimental) public String getImageUri()
@Stability(value=Experimental) public void setImageUri(String value)
@Stability(value=Experimental) public software.amazon.awscdk.services.ecr.IRepository getRepository()
@Stability(value=Experimental) public void setRepository(software.amazon.awscdk.services.ecr.IRepository value)
Copyright © 2019. All rights reserved.