Class CfnDataSourcePropsMixin.S3DataSourceConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnDataSourcePropsMixin.S3DataSourceConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSourcePropsMixin.S3DataSourceConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSourcePropsMixin.S3DataSourceConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSourcePropsMixin.S3DataSourceConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSourcePropsMixin.S3DataSourceConfigurationProperty
An implementation for
CfnDataSourcePropsMixin.S3DataSourceConfigurationProperty-
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.cfnpropertymixins.services.bedrock.CfnDataSourcePropsMixin.S3DataSourceConfigurationProperty
CfnDataSourcePropsMixin.S3DataSourceConfigurationProperty.Builder, CfnDataSourcePropsMixin.S3DataSourceConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSourcePropsMixin.S3DataSourceConfigurationProperty.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 StringThe Amazon Resource Name (ARN) of the S3 bucket that contains your data.final StringThe account ID for the owner of the S3 bucket.A list of S3 prefixes to include certain files or content.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
Constructor that initializes the object based on literal property values passed by theCfnDataSourcePropsMixin.S3DataSourceConfigurationProperty.Builder.
-
-
Method Details
-
getBucketArn
Description copied from interface:CfnDataSourcePropsMixin.S3DataSourceConfigurationPropertyThe Amazon Resource Name (ARN) of the S3 bucket that contains your data.- Specified by:
getBucketArnin interfaceCfnDataSourcePropsMixin.S3DataSourceConfigurationProperty- See Also:
-
getBucketOwnerAccountId
Description copied from interface:CfnDataSourcePropsMixin.S3DataSourceConfigurationPropertyThe account ID for the owner of the S3 bucket.- Specified by:
getBucketOwnerAccountIdin interfaceCfnDataSourcePropsMixin.S3DataSourceConfigurationProperty- See Also:
-
getInclusionPrefixes
Description copied from interface:CfnDataSourcePropsMixin.S3DataSourceConfigurationPropertyA list of S3 prefixes to include certain files or content.This field is an array with a maximum of one item, which can contain a string that has a maximum length of 300 characters. For more information, see Organizing objects using prefixes .
- Specified by:
getInclusionPrefixesin interfaceCfnDataSourcePropsMixin.S3DataSourceConfigurationProperty- 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()
-