Class CfnApplicationV2.S3ContentLocationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisanalytics.CfnApplicationV2.S3ContentLocationProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnApplicationV2.S3ContentLocationProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnApplicationV2.S3ContentLocationProperty
@Stability(Stable)
@Internal
public static final class CfnApplicationV2.S3ContentLocationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationV2.S3ContentLocationProperty
An implementation for 
CfnApplicationV2.S3ContentLocationProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisanalytics.CfnApplicationV2.S3ContentLocationPropertyCfnApplicationV2.S3ContentLocationProperty.Builder, CfnApplicationV2.S3ContentLocationProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplicationV2.S3ContentLocationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe Amazon Resource Name (ARN) for the S3 bucket containing the application code.final StringThe file key for the object containing the application code.final StringThe version of the object containing the application code.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnApplicationV2.S3ContentLocationProperty.Builder.
 
- 
- 
Method Details- 
getBucketArnDescription copied from interface:CfnApplicationV2.S3ContentLocationPropertyThe Amazon Resource Name (ARN) for the S3 bucket containing the application code.- Specified by:
- getBucketArnin interface- CfnApplicationV2.S3ContentLocationProperty
 
- 
getFileKeyDescription copied from interface:CfnApplicationV2.S3ContentLocationPropertyThe file key for the object containing the application code.- Specified by:
- getFileKeyin interface- CfnApplicationV2.S3ContentLocationProperty
 
- 
getObjectVersionDescription copied from interface:CfnApplicationV2.S3ContentLocationPropertyThe version of the object containing the application code.- Specified by:
- getObjectVersionin interface- CfnApplicationV2.S3ContentLocationProperty
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-