Show / Hide Table of Contents

Interface CfnFaqPropsMixin.IS3PathProperty

Information required to find a specific file in an Amazon S3 bucket.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Kendra
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnFaqPropsMixin.IS3PathProperty
Syntax (vb)
Public Interface CfnFaqPropsMixin.IS3PathProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-faq-s3path.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.CfnPropertyMixins.AWS.Kendra;

             var s3PathProperty = new S3PathProperty {
                 Bucket = "bucket",
                 Key = "key"
             };

Synopsis

Properties

Bucket

The name of the S3 bucket that contains the file.

Key

The name of the file.

Properties

Bucket

The name of the S3 bucket that contains the file.

string? Bucket { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-faq-s3path.html#cfn-kendra-faq-s3path-bucket

Key

The name of the file.

string? Key { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-faq-s3path.html#cfn-kendra-faq-s3path-key

Back to top Generated by DocFX