public static final class CfnFunction.CodeProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFunction.CodeProperty
CfnFunction.CodeProperty
CfnFunction.CodeProperty.Builder, CfnFunction.CodeProperty.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(java.lang.Object o) |
java.lang.String |
getImageUri()
URI of a [container image](https://docs.aws.amazon.com/lambda/latest/dg/lambda-images.html) in the Amazon ECR registry.
|
java.lang.String |
getS3Bucket()
An Amazon S3 bucket in the same AWS Region as your function.
|
java.lang.String |
getS3Key()
The Amazon S3 key of the deployment package.
|
java.lang.String |
getS3ObjectVersion()
For versioned objects, the version of the deployment package object to use.
|
java.lang.String |
getZipFile()
(Node.js and Python) The source code of your Lambda function.
|
int |
hashCode() |
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 final java.lang.String getImageUri()
CfnFunction.CodeProperty
getImageUri
in interface CfnFunction.CodeProperty
public final java.lang.String getS3Bucket()
CfnFunction.CodeProperty
The bucket can be in a different AWS account .
getS3Bucket
in interface CfnFunction.CodeProperty
public final java.lang.String getS3Key()
CfnFunction.CodeProperty
getS3Key
in interface CfnFunction.CodeProperty
public final java.lang.String getS3ObjectVersion()
CfnFunction.CodeProperty
getS3ObjectVersion
in interface CfnFunction.CodeProperty
public final java.lang.String getZipFile()
CfnFunction.CodeProperty
For JSON, you must escape quotes and special characters such as newline ( \n
) with a backslash.
If you specify a function that interacts with an AWS CloudFormation custom resource, you don't have to write your own functions to send responses to the custom resource that invoked the function. AWS CloudFormation provides a response module ( cfn-response ) that simplifies sending responses. See Using AWS Lambda with AWS CloudFormation for details.
getZipFile
in interface CfnFunction.CodeProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()