Class CfnKnowledgeBasePropsMixin.S3LocationProperty
A storage location in an Amazon S3 bucket.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnKnowledgeBasePropsMixin.S3LocationProperty : CfnKnowledgeBasePropsMixin.IS3LocationProperty
Syntax (vb)
Public Class CfnKnowledgeBasePropsMixin.S3LocationProperty Implements CfnKnowledgeBasePropsMixin.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.Mixins.Preview.AWS.Bedrock.Mixins;
var s3LocationProperty = new S3LocationProperty {
Uri = "uri"
};
Synopsis
Constructors
| S3LocationProperty() | A storage location in an Amazon S3 bucket. |
Properties
| Uri | An object URI starting with |
Constructors
S3LocationProperty()
A storage location in an Amazon S3 bucket.
public S3LocationProperty()
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.Mixins.Preview.AWS.Bedrock.Mixins;
var s3LocationProperty = new S3LocationProperty {
Uri = "uri"
};
Properties
Uri
An object URI starting with s3:// .
public string? Uri { get; set; }