Class LookupMachineImageProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.LookupMachineImageProps.Jsii$Proxy
- All Implemented Interfaces:
LookupMachineImageProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
LookupMachineImageProps
@Stability(Stable)
@Internal
public static final class LookupMachineImageProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements LookupMachineImageProps
An implementation for
LookupMachineImageProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.LookupMachineImageProps
LookupMachineImageProps.Builder, LookupMachineImageProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theLookupMachineImageProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringAdds an additional discriminator to thecdk.context.jsoncache key.Additional filters on the AMI.final StringgetName()Name of the image (may contain wildcards).Owner account IDs or aliases.final UserDataCustom userdata for this image.final BooleanLook for Windows images.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theLookupMachineImageProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:LookupMachineImagePropsName of the image (may contain wildcards).- Specified by:
getNamein interfaceLookupMachineImageProps
-
getAdditionalCacheKey
Description copied from interface:LookupMachineImagePropsAdds an additional discriminator to thecdk.context.jsoncache key.Default: - no additional cache key
- Specified by:
getAdditionalCacheKeyin interfaceLookupMachineImageProps
-
getFilters
Description copied from interface:LookupMachineImagePropsAdditional filters on the AMI.Default: - No additional filters
- Specified by:
getFiltersin interfaceLookupMachineImageProps- See Also:
-
getOwners
Description copied from interface:LookupMachineImagePropsOwner account IDs or aliases.Default: - All owners
- Specified by:
getOwnersin interfaceLookupMachineImageProps
-
getUserData
Description copied from interface:LookupMachineImagePropsCustom userdata for this image.Default: - Empty user data appropriate for the platform type
- Specified by:
getUserDatain interfaceLookupMachineImageProps
-
getWindows
Description copied from interface:LookupMachineImagePropsLook for Windows images.Default: false
- Specified by:
getWindowsin interfaceLookupMachineImageProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-