Class CfnApplicationReferenceDataSourceMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.kinesisanalytics.mixins.CfnApplicationReferenceDataSourceMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationReferenceDataSourceMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationReferenceDataSourceMixinProps
@Stability(Stable)
@Internal
public static final class CfnApplicationReferenceDataSourceMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationReferenceDataSourceMixinProps
An implementation for
CfnApplicationReferenceDataSourceMixinProps-
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.mixins.preview.services.kinesisanalytics.mixins.CfnApplicationReferenceDataSourceMixinProps
CfnApplicationReferenceDataSourceMixinProps.Builder, CfnApplicationReferenceDataSourceMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplicationReferenceDataSourceMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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
Constructor that initializes the object based on literal property values passed by theCfnApplicationReferenceDataSourceMixinProps.Builder.
-
-
Method Details
-
getApplicationName
Description copied from interface:CfnApplicationReferenceDataSourceMixinPropsName of an existing application.- Specified by:
getApplicationNamein interfaceCfnApplicationReferenceDataSourceMixinProps- See Also:
-
getReferenceDataSource
Description copied from interface:CfnApplicationReferenceDataSourceMixinPropsThe reference data source can be an object in your Amazon S3 bucket.Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.
Returns union: either
IResolvableorCfnApplicationReferenceDataSourcePropsMixin.ReferenceDataSourceProperty- Specified by:
getReferenceDataSourcein interfaceCfnApplicationReferenceDataSourceMixinProps- 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()
-