@Stability(value=Stable) @Internal public static final class CfnVersionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnVersionProps
CfnVersionPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnVersionProps.Builder, CfnVersionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnVersionProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnVersionProps.Builder. |
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) |
String |
getCodeSha256()
Only publish a version if the hash value matches the value that's specified.
|
String |
getDescription()
A description for the version to override the description in the function configuration.
|
String |
getFunctionName()
The name of the Lambda function.
|
Object |
getProvisionedConcurrencyConfig()
Specifies a provisioned concurrency configuration for a function's version.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnVersionProps.Builder builder)
CfnVersionProps.Builder.public final String getFunctionName()
CfnVersionProps
Name formats - Function name - MyFunction .
arn:aws:lambda:us-west-2:123456789012:function:MyFunction .123456789012:function:MyFunction .The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
getFunctionName in interface CfnVersionPropspublic final String getCodeSha256()
CfnVersionPropsUse this option to avoid publishing a version if the function code has changed since you last updated it. Updates are not supported for this property.
getCodeSha256 in interface CfnVersionPropspublic final String getDescription()
CfnVersionPropsUpdates are not supported for this property.
getDescription in interface CfnVersionPropspublic final Object getProvisionedConcurrencyConfig()
CfnVersionPropsUpdates are not supported for this property.
getProvisionedConcurrencyConfig in interface CfnVersionProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.