public static final class CfnParametersCodeProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnParametersCodeProps
CfnParametersCodeProps
CfnParametersCodeProps.Builder, CfnParametersCodeProps.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) |
CfnParameter |
getBucketNameParam()
The CloudFormation parameter that represents the name of the S3 Bucket where the Lambda code will be located in.
|
CfnParameter |
getObjectKeyParam()
The CloudFormation parameter that represents the path inside the S3 Bucket where the Lambda code will be located at.
|
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 CfnParameter getBucketNameParam()
CfnParametersCodeProps
Must be of type 'String'.
Default: a new parameter will be created
getBucketNameParam
in interface CfnParametersCodeProps
public final CfnParameter getObjectKeyParam()
CfnParametersCodeProps
Must be of type 'String'.
Default: a new parameter will be created
getObjectKeyParam
in interface CfnParametersCodeProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()