public static final class CfnApplicationV2.CustomArtifactConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApplicationV2.CustomArtifactConfigurationProperty
CfnApplicationV2.CustomArtifactConfigurationProperty
CfnApplicationV2.CustomArtifactConfigurationProperty.Builder, CfnApplicationV2.CustomArtifactConfigurationProperty.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 |
getArtifactType()
Set this to either `UDF` or `DEPENDENCY_JAR` .
|
java.lang.Object |
getMavenReference()
The parameters required to fully specify a Maven reference.
|
java.lang.Object |
getS3ContentLocation()
The location of the custom artifacts.
|
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 getArtifactType()
CfnApplicationV2.CustomArtifactConfigurationProperty
UDF
stands for user-defined functions. This type of artifact must be in an S3 bucket. A DEPENDENCY_JAR
can be in either Maven or an S3 bucket.
getArtifactType
in interface CfnApplicationV2.CustomArtifactConfigurationProperty
public final java.lang.Object getMavenReference()
CfnApplicationV2.CustomArtifactConfigurationProperty
getMavenReference
in interface CfnApplicationV2.CustomArtifactConfigurationProperty
public final java.lang.Object getS3ContentLocation()
CfnApplicationV2.CustomArtifactConfigurationProperty
getS3ContentLocation
in interface CfnApplicationV2.CustomArtifactConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()