Class CfnDataSource.S3LocationProperty
A storage location in an S3 bucket.
Inheritance
Implements
Namespace: Amazon.CDK.AwsBedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class S3LocationProperty : Object, CfnDataSource.IS3LocationProperty
Syntax (vb)
Public Class S3LocationProperty
Inherits Object
Implements CfnDataSource.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
Constructors
S3Location |
Properties
Uri | An object URI starting with |
Constructors
S3LocationProperty()
public S3LocationProperty()
Properties
Uri
An object URI starting with s3://
.
public string Uri { get; set; }
Property Value
System.