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 Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisanalytics.CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty
CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty.Builder, CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
Amazon Resource Name (ARN) of the S3 bucket.final String
Object key name containing reference data.final String
ARN of the IAM role that the service can assume to read data on your behalf.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected 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$Proxy
protected Jsii$Proxy(CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty.Builder
.
-
-
Method Details
-
getBucketArn
Description copied from interface:CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty
Amazon Resource Name (ARN) of the S3 bucket.- Specified by:
getBucketArn
in interfaceCfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty
-
getFileKey
Description copied from interface:CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty
Object key name containing reference data.- Specified by:
getFileKey
in interfaceCfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty
-
getReferenceRoleArn
Description copied from interface:CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty
ARN of the IAM role that the service can assume to read data on your behalf.This role must have permission for the
s3:GetObject
action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.- Specified by:
getReferenceRoleArn
in interfaceCfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-