@Stability(value=Stable) public static final class LookupMachineImageProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LookupMachineImageProps
LookupMachineImageProps
software.amazon.jsii.JsiiObject.InitializationMode
LookupMachineImageProps.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Map<String,List<String>> |
getFilters()
Additional filters on the AMI.
|
String |
getName()
Name of the image (may contain wildcards).
|
List<String> |
getOwners()
Owner account IDs or aliases.
|
UserData |
getUserData()
Custom userdata for this image.
|
Boolean |
getWindows()
Look for Windows images.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public String getName()
LookupMachineImageProps
getName
in interface LookupMachineImageProps
public Map<String,List<String>> getFilters()
LookupMachineImageProps
Default: - No additional filters
getFilters
in interface LookupMachineImageProps
https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html
public List<String> getOwners()
LookupMachineImageProps
Default: - All owners
getOwners
in interface LookupMachineImageProps
public UserData getUserData()
LookupMachineImageProps
Default: - Empty user data appropriate for the platform type
getUserData
in interface LookupMachineImageProps
public Boolean getWindows()
LookupMachineImageProps
Default: false
getWindows
in interface LookupMachineImageProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2020. All rights reserved.