Class CfnFaq.S3PathProperty
Information required to find a specific file in an Amazon S3 bucket.
Inheritance
System.Object
CfnFaq.S3PathProperty
Implements
Namespace: Amazon.CDK.AWS.Kendra
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class S3PathProperty : Object, CfnFaq.IS3PathProperty
Syntax (vb)
Public Class S3PathProperty
Inherits Object
Implements CfnFaq.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.AWS.Kendra;
var s3PathProperty = new S3PathProperty {
Bucket = "bucket",
Key = "key"
};
Synopsis
Constructors
S3PathProperty() |
Properties
Bucket | The name of the S3 bucket that contains the file. |
Key | The name of the file. |
Constructors
S3PathProperty()
public S3PathProperty()
Properties
Bucket
The name of the S3 bucket that contains the file.
public string Bucket { get; set; }
Property Value
System.String
Remarks
Key
The name of the file.
public string Key { get; set; }
Property Value
System.String