Show / Hide Table of Contents

Class CfnKnowledgeBase.S3LocationProperty

A storage location in an Amazon S3 bucket.

Inheritance
object
CfnKnowledgeBase.S3LocationProperty
Implements
CfnKnowledgeBase.IS3LocationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Bedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnKnowledgeBase.S3LocationProperty : CfnKnowledgeBase.IS3LocationProperty
Syntax (vb)
Public Class CfnKnowledgeBase.S3LocationProperty Implements 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

Constructors

S3LocationProperty()

A storage location in an Amazon S3 bucket.

Properties

Uri

An object URI starting with s3:// .

Constructors

S3LocationProperty()

A storage location in an Amazon S3 bucket.

public S3LocationProperty()
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"
             };

Properties

Uri

An object URI starting with s3:// .

public string Uri { get; set; }
Property Value

string

Remarks

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

Implements

CfnKnowledgeBase.IS3LocationProperty
Back to top Generated by DocFX