@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:00.796Z") @Stability(value=Experimental) public enum ImageRepositoryType extends Enum<ImageRepositoryType>
| Enum Constant and Description |
|---|
ECR
(experimental) Amazon ECR.
|
ECR_PUBLIC
(experimental) Amazon ECR Public.
|
| Modifier and Type | Method and Description |
|---|---|
static ImageRepositoryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageRepositoryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Experimental) public static final ImageRepositoryType ECR_PUBLIC
@Stability(value=Experimental) public static final ImageRepositoryType ECR
public static ImageRepositoryType[] values()
for (ImageRepositoryType c : ImageRepositoryType.values()) System.out.println(c);
public static ImageRepositoryType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2022. All rights reserved.