Class CfnFunctionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sam.CfnFunctionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFunctionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFunctionProps
@Stability(Stable)
@Internal
public static final class CfnFunctionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFunctionProps
An implementation for
CfnFunctionProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sam.CfnFunctionProps
CfnFunctionProps.Builder, CfnFunctionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnFunctionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFunctionProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
final String
final String
final String
final Object
final Object
final Object
final String
final Object
final Object
final Object
final Object
final Object
final String
final Object
final String
final Object
final String
final String
final String
final Number
final String
final String
final Object
final Object
final Number
final String
getRole()
final String
getTags()
final Number
final String
final String
final Object
final int
hashCode()
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 theCfnFunctionProps.Builder
.
-
-
Method Details
-
getArchitectures
- Specified by:
getArchitectures
in interfaceCfnFunctionProps
- See Also:
-
getAssumeRolePolicyDocument
- Specified by:
getAssumeRolePolicyDocument
in interfaceCfnFunctionProps
- See Also:
-
getAutoPublishAlias
- Specified by:
getAutoPublishAlias
in interfaceCfnFunctionProps
- See Also:
-
getAutoPublishCodeSha256
- Specified by:
getAutoPublishCodeSha256
in interfaceCfnFunctionProps
- See Also:
-
getCodeSigningConfigArn
- Specified by:
getCodeSigningConfigArn
in interfaceCfnFunctionProps
- See Also:
-
getCodeUri
- Specified by:
getCodeUri
in interfaceCfnFunctionProps
- See Also:
-
getDeadLetterQueue
- Specified by:
getDeadLetterQueue
in interfaceCfnFunctionProps
- See Also:
-
getDeploymentPreference
- Specified by:
getDeploymentPreference
in interfaceCfnFunctionProps
- See Also:
-
getDescription
- Specified by:
getDescription
in interfaceCfnFunctionProps
- See Also:
-
getEnvironment
- Specified by:
getEnvironment
in interfaceCfnFunctionProps
- See Also:
-
getEphemeralStorage
- Specified by:
getEphemeralStorage
in interfaceCfnFunctionProps
- See Also:
-
getEventInvokeConfig
- Specified by:
getEventInvokeConfig
in interfaceCfnFunctionProps
- See Also:
-
getEvents
- Specified by:
getEvents
in interfaceCfnFunctionProps
- See Also:
-
getFileSystemConfigs
- Specified by:
getFileSystemConfigs
in interfaceCfnFunctionProps
- See Also:
-
getFunctionName
- Specified by:
getFunctionName
in interfaceCfnFunctionProps
- See Also:
-
getFunctionUrlConfig
- Specified by:
getFunctionUrlConfig
in interfaceCfnFunctionProps
- See Also:
-
getHandler
- Specified by:
getHandler
in interfaceCfnFunctionProps
- See Also:
-
getImageConfig
- Specified by:
getImageConfig
in interfaceCfnFunctionProps
- See Also:
-
getImageUri
- Specified by:
getImageUri
in interfaceCfnFunctionProps
- See Also:
-
getInlineCode
- Specified by:
getInlineCode
in interfaceCfnFunctionProps
- See Also:
-
getKmsKeyArn
- Specified by:
getKmsKeyArn
in interfaceCfnFunctionProps
- See Also:
-
getLayers
- Specified by:
getLayers
in interfaceCfnFunctionProps
- See Also:
-
getMemorySize
- Specified by:
getMemorySize
in interfaceCfnFunctionProps
- See Also:
-
getPackageType
- Specified by:
getPackageType
in interfaceCfnFunctionProps
- See Also:
-
getPermissionsBoundary
- Specified by:
getPermissionsBoundary
in interfaceCfnFunctionProps
- See Also:
-
getPolicies
- Specified by:
getPolicies
in interfaceCfnFunctionProps
- See Also:
-
getProvisionedConcurrencyConfig
- Specified by:
getProvisionedConcurrencyConfig
in interfaceCfnFunctionProps
- See Also:
-
getReservedConcurrentExecutions
- Specified by:
getReservedConcurrentExecutions
in interfaceCfnFunctionProps
- See Also:
-
getRole
- Specified by:
getRole
in interfaceCfnFunctionProps
- See Also:
-
getRuntime
- Specified by:
getRuntime
in interfaceCfnFunctionProps
- See Also:
-
getTags
- Specified by:
getTags
in interfaceCfnFunctionProps
- See Also:
-
getTimeout
- Specified by:
getTimeout
in interfaceCfnFunctionProps
- See Also:
-
getTracing
- Specified by:
getTracing
in interfaceCfnFunctionProps
- See Also:
-
getVersionDescription
- Specified by:
getVersionDescription
in interfaceCfnFunctionProps
- See Also:
-
getVpcConfig
- Specified by:
getVpcConfig
in interfaceCfnFunctionProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-