Show / Hide Table of Contents

Interface CfnKnowledgeBase.IS3LocationProperty

A storage location in an Amazon S3 bucket.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-s3location.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 s3LocationProperty = new S3LocationProperty {
                 Uri = "uri"
             };

Synopsis

Properties

Uri

An object URI starting with s3:// .

Properties

Uri

An object URI starting with s3:// .

string Uri { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX