Class CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisanalytics.CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty
@Stability(Stable)
@Internal
public static final class CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty
An implementation for 
CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty- 
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.CfnApplicationReferenceDataSource.S3ReferenceDataSourcePropertyCfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty.Builder, CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty.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 StringAmazon Resource Name (ARN) of the S3 bucket.final StringObject key name containing reference data.final StringARN of the IAM role that the service can assume to read data on your behalf.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$Proxyprotected Jsii$Proxy(CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty.Builder.
 
- 
- 
Method Details- 
getBucketArnDescription copied from interface:CfnApplicationReferenceDataSource.S3ReferenceDataSourcePropertyAmazon Resource Name (ARN) of the S3 bucket.- Specified by:
- getBucketArnin interface- CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty
 
- 
getFileKeyDescription copied from interface:CfnApplicationReferenceDataSource.S3ReferenceDataSourcePropertyObject key name containing reference data.- Specified by:
- getFileKeyin interface- CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty
 
- 
getReferenceRoleArnDescription copied from interface:CfnApplicationReferenceDataSource.S3ReferenceDataSourcePropertyARN of the IAM role that the service can assume to read data on your behalf.This role must have permission for the s3:GetObjectaction on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.- Specified by:
- getReferenceRoleArnin interface- CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty
 
- 
$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()
 
-