Class CfnDataSource.S3DataSourceConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnDataSource.S3DataSourceConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.S3DataSourceConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSource.S3DataSourceConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSource.S3DataSourceConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSource.S3DataSourceConfigurationProperty
An implementation for
CfnDataSource.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.services.bedrock.CfnDataSource.S3DataSourceConfigurationProperty
CfnDataSource.S3DataSourceConfigurationProperty.Builder, CfnDataSource.S3DataSourceConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSource.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 theCfnDataSource.S3DataSourceConfigurationProperty.Builder.
-
-
Method Details
-
getBucketArn
Description copied from interface:CfnDataSource.S3DataSourceConfigurationPropertyThe Amazon Resource Name (ARN) of the S3 bucket that contains your data.- Specified by:
getBucketArnin interfaceCfnDataSource.S3DataSourceConfigurationProperty- See Also:
-
getBucketOwnerAccountId
Description copied from interface:CfnDataSource.S3DataSourceConfigurationPropertyThe account ID for the owner of the S3 bucket.- Specified by:
getBucketOwnerAccountIdin interfaceCfnDataSource.S3DataSourceConfigurationProperty- See Also:
-
getInclusionPrefixes
Description copied from interface:CfnDataSource.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 interfaceCfnDataSource.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()
-