Show / Hide Table of Contents

Interface CfnKnowledgeBase.ISupplementalDataStorageLocationProperty

Contains information about a storage location for multimedia content (images, audio, and video) extracted from multimodal documents in your data source.

Namespace: Amazon.CDK.AWS.Bedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnKnowledgeBase.ISupplementalDataStorageLocationProperty
Syntax (vb)
Public Interface CfnKnowledgeBase.ISupplementalDataStorageLocationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-supplementaldatastoragelocation.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Bedrock;

             var supplementalDataStorageLocationProperty = new SupplementalDataStorageLocationProperty {
                 SupplementalDataStorageLocationType = "supplementalDataStorageLocationType",

                 // the properties below are optional
                 S3Location = new S3LocationProperty {
                     Uri = "uri"
                 }
             };

Synopsis

Properties

S3Location

Contains information about the Amazon S3 location for the extracted multimedia content.

SupplementalDataStorageLocationType

Supplemental data storage location type.

Properties

S3Location

Contains information about the Amazon S3 location for the extracted multimedia content.

object? S3Location { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-supplementaldatastoragelocation.html#cfn-bedrock-knowledgebase-supplementaldatastoragelocation-s3location

Type union: either IResolvable or CfnKnowledgeBase.IS3LocationProperty

SupplementalDataStorageLocationType

Supplemental data storage location type.

string SupplementalDataStorageLocationType { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-supplementaldatastoragelocation.html#cfn-bedrock-knowledgebase-supplementaldatastoragelocation-supplementaldatastoragelocationtype

Back to top Generated by DocFX