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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.CfnDataSource.S3DataSourceConfigurationProperty
CfnDataSource.S3DataSourceConfigurationProperty.Builder, CfnDataSource.S3DataSourceConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSource.S3DataSourceConfigurationProperty.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
The Amazon Resource Name (ARN) of the S3 bucket that contains your data.final String
The account ID for the owner of the S3 bucket.A list of S3 prefixes to include certain files or content.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
Constructor that initializes the object based on literal property values passed by theCfnDataSource.S3DataSourceConfigurationProperty.Builder
.
-
-
Method Details
-
getBucketArn
Description copied from interface:CfnDataSource.S3DataSourceConfigurationProperty
The Amazon Resource Name (ARN) of the S3 bucket that contains your data.- Specified by:
getBucketArn
in interfaceCfnDataSource.S3DataSourceConfigurationProperty
- See Also:
-
getBucketOwnerAccountId
Description copied from interface:CfnDataSource.S3DataSourceConfigurationProperty
The account ID for the owner of the S3 bucket.- Specified by:
getBucketOwnerAccountId
in interfaceCfnDataSource.S3DataSourceConfigurationProperty
- See Also:
-
getInclusionPrefixes
Description copied from interface:CfnDataSource.S3DataSourceConfigurationProperty
A list of S3 prefixes to include certain files or content.For more information, see Organizing objects using prefixes .
- Specified by:
getInclusionPrefixes
in interfaceCfnDataSource.S3DataSourceConfigurationProperty
- See Also:
-
$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()
-