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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisanalytics.CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty
CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty.Builder, CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor 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 Summary
Modifier 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.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.S3ReferenceDataSourcePropertyAmazon Resource Name (ARN) of the S3 bucket.- Specified by:
getBucketArnin interfaceCfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty- See Also:
-
getFileKey
Description copied from interface:CfnApplicationReferenceDataSource.S3ReferenceDataSourcePropertyObject key name containing reference data.- Specified by:
getFileKeyin interfaceCfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty- See Also:
-
getReferenceRoleArn
Description 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 interfaceCfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-