@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.653Z") @Stability(value=Experimental) public interface LookupMachineImageProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
LookupMachineImageProps.Builder
A builder for
LookupMachineImageProps |
static class |
LookupMachineImageProps.Jsii$Proxy
An implementation for
LookupMachineImageProps |
| Modifier and Type | Method and Description |
|---|---|
static LookupMachineImageProps.Builder |
builder() |
default Map<String,List<String>> |
getFilters()
(experimental) Additional filters on the AMI.
|
String |
getName()
(experimental) Name of the image (may contain wildcards).
|
default List<String> |
getOwners()
(experimental) Owner account IDs or aliases.
|
default UserData |
getUserData()
(experimental) Custom userdata for this image.
|
default Boolean |
getWindows()
(experimental) Look for Windows images.
|
@Stability(value=Experimental) @NotNull String getName()
@Stability(value=Experimental) @Nullable default Map<String,List<String>> getFilters()
Default: - No additional filters
https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html@Stability(value=Experimental) @Nullable default List<String> getOwners()
Default: - All owners
@Stability(value=Experimental) @Nullable default UserData getUserData()
Default: - Empty user data appropriate for the platform type
@Stability(value=Experimental) @Nullable default Boolean getWindows()
Default: false
@Stability(value=Experimental) static LookupMachineImageProps.Builder builder()
LookupMachineImageProps.Builder of LookupMachineImagePropsCopyright © 2021. All rights reserved.