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
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 |
Properties
Uri
An object URI starting with s3:// .
string Uri { get; }