Show / Hide Table of Contents

Class CfnKnowledgeBasePropsMixin.S3LocationProperty

A storage location in an Amazon S3 bucket.

Inheritance
object
CfnKnowledgeBasePropsMixin.S3LocationProperty
Implements
CfnKnowledgeBasePropsMixin.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.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

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.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 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.Mixins.Preview.AWS.Bedrock.Mixins;

             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

CfnKnowledgeBasePropsMixin.IS3LocationProperty
Back to top Generated by DocFX