@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.822Z") @Stability(value=Experimental) public class RepositoryImage extends ContainerImage
For images hosted in Amazon ECR, see EcrImage.
| Modifier and Type | Class and Description |
|---|---|
static class |
RepositoryImage.Builder
(experimental) A fluent builder for
RepositoryImage. |
| Modifier | Constructor and Description |
|---|---|
protected |
RepositoryImage(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
RepositoryImage(software.amazon.jsii.JsiiObjectRef objRef) |
|
RepositoryImage(String imageName)
(experimental) Constructs a new instance of the RepositoryImage class.
|
|
RepositoryImage(String imageName,
RepositoryImageProps props)
(experimental) Constructs a new instance of the RepositoryImage class.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerImageConfig |
bind(software.constructs.Construct scope,
ContainerDefinition containerDefinition)
(experimental) Called when the image is used by a ContainerDefinition.
|
fromAsset, fromAsset, fromDockerImageAsset, fromEcrRepository, fromEcrRepository, fromRegistry, fromRegistryjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected RepositoryImage(software.amazon.jsii.JsiiObjectRef objRef)
protected RepositoryImage(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public RepositoryImage(@NotNull
String imageName,
@Nullable
RepositoryImageProps props)
imageName - This parameter is required.props - @Stability(value=Experimental)
public RepositoryImage(@NotNull
String imageName)
imageName - This parameter is required.@Stability(value=Experimental) @NotNull public ContainerImageConfig bind(@NotNull software.constructs.Construct scope, @NotNull ContainerDefinition containerDefinition)
bind in class ContainerImagescope - This parameter is required.containerDefinition - This parameter is required.Copyright © 2021. All rights reserved.