Class CfnMicrovmImageProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lambda.CfnMicrovmImageProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMicrovmImageProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMicrovmImageProps
@Stability(Stable)
@Internal
public static final class CfnMicrovmImageProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMicrovmImageProps
An implementation for
CfnMicrovmImageProps-
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.lambda.CfnMicrovmImageProps
CfnMicrovmImageProps.Builder, CfnMicrovmImageProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnMicrovmImageProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnMicrovmImageProps.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 StringARN of the base MicroVM image.final StringSpecific version of the base MicroVM image to use.final StringARN of the IAM build role.final ObjectReturns union: eitherIResolvableorCfnMicrovmImage.CodeArtifactPropertyfinal ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnMicrovmImage.CpuConfigurationProperty>final StringHuman-readable description of the MicroVM image and its purpose.final ObjectEnvironment variables to set in the container during the snapshot build.final ObjectgetHooks()Returns union: eitherIResolvableorCfnMicrovmImage.HooksPropertyfinal ObjectReturns union: eitherIResolvableorCfnMicrovmImage.LoggingPropertyfinal StringgetName()Unique name for the MicroVM image within the account.final ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnMicrovmImage.ResourcesProperty>getTags()Key-value pairs to associate with the MicroVM image for organization and management.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 theCfnMicrovmImageProps.Builder.
-
-
Method Details
-
getAdditionalOsCapabilities
- Specified by:
getAdditionalOsCapabilitiesin interfaceCfnMicrovmImageProps- See Also:
-
getBaseImageArn
Description copied from interface:CfnMicrovmImagePropsARN of the base MicroVM image.- Specified by:
getBaseImageArnin interfaceCfnMicrovmImageProps- See Also:
-
getBaseImageVersion
Description copied from interface:CfnMicrovmImagePropsSpecific version of the base MicroVM image to use.- Specified by:
getBaseImageVersionin interfaceCfnMicrovmImageProps- See Also:
-
getBuildRoleArn
Description copied from interface:CfnMicrovmImagePropsARN of the IAM build role.- Specified by:
getBuildRoleArnin interfaceCfnMicrovmImageProps- See Also:
-
getCodeArtifact
Description copied from interface:CfnMicrovmImagePropsReturns union: eitherIResolvableorCfnMicrovmImage.CodeArtifactProperty- Specified by:
getCodeArtifactin interfaceCfnMicrovmImageProps- See Also:
-
getCpuConfigurations
Description copied from interface:CfnMicrovmImagePropsReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnMicrovmImage.CpuConfigurationProperty>- Specified by:
getCpuConfigurationsin interfaceCfnMicrovmImageProps- See Also:
-
getDescription
Description copied from interface:CfnMicrovmImagePropsHuman-readable description of the MicroVM image and its purpose.- Specified by:
getDescriptionin interfaceCfnMicrovmImageProps- See Also:
-
getEgressNetworkConnectors
- Specified by:
getEgressNetworkConnectorsin interfaceCfnMicrovmImageProps- See Also:
-
getEnvironmentVariables
Description copied from interface:CfnMicrovmImagePropsEnvironment variables to set in the container during the snapshot build.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnMicrovmImage.EnvironmentVariableProperty>- Specified by:
getEnvironmentVariablesin interfaceCfnMicrovmImageProps- See Also:
-
getHooks
Description copied from interface:CfnMicrovmImagePropsReturns union: eitherIResolvableorCfnMicrovmImage.HooksProperty- Specified by:
getHooksin interfaceCfnMicrovmImageProps- See Also:
-
getLogging
Description copied from interface:CfnMicrovmImagePropsReturns union: eitherIResolvableorCfnMicrovmImage.LoggingProperty- Specified by:
getLoggingin interfaceCfnMicrovmImageProps- See Also:
-
getName
Description copied from interface:CfnMicrovmImagePropsUnique name for the MicroVM image within the account.- Specified by:
getNamein interfaceCfnMicrovmImageProps- See Also:
-
getResources
Description copied from interface:CfnMicrovmImagePropsReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnMicrovmImage.ResourcesProperty>- Specified by:
getResourcesin interfaceCfnMicrovmImageProps- See Also:
-
getTags
Description copied from interface:CfnMicrovmImagePropsKey-value pairs to associate with the MicroVM image for organization and management.- Specified by:
getTagsin interfaceCfnMicrovmImageProps- See Also:
-
$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()
-