@Stability(value=Experimental) @Internal public static final class LookupMachineImageProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LookupMachineImageProps
LookupMachineImagePropssoftware.amazon.jsii.JsiiObject.InitializationModeLookupMachineImageProps.Builder, LookupMachineImageProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String name,
Map<String,? extends List<String>> filters,
List<String> owners,
UserData userData,
Boolean windows)
Constructor that initializes the object based on literal property values passed by the
LookupMachineImageProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Map<String,List<String>> |
getFilters()
(experimental) Additional filters on the AMI.
|
String |
getName()
(experimental) Name of the image (may contain wildcards).
|
List<String> |
getOwners()
(experimental) Owner account IDs or aliases.
|
UserData |
getUserData()
(experimental) Custom userdata for this image.
|
Boolean |
getWindows()
(experimental) Look for Windows images.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public final String getName()
LookupMachineImagePropsgetName in interface LookupMachineImagePropspublic final Map<String,List<String>> getFilters()
LookupMachineImagePropsDefault: - No additional filters
getFilters in interface LookupMachineImagePropshttps://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.htmlpublic final List<String> getOwners()
LookupMachineImagePropsDefault: - All owners
getOwners in interface LookupMachineImagePropspublic final UserData getUserData()
LookupMachineImagePropsDefault: - Empty user data appropriate for the platform type
getUserData in interface LookupMachineImagePropspublic final Boolean getWindows()
LookupMachineImagePropsDefault: false
getWindows in interface LookupMachineImageProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.