Show / Hide Table of Contents

Class CfnQuerySuggestionsBlockList.S3PathProperty

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

Inheritance
object
CfnQuerySuggestionsBlockList.S3PathProperty
Implements
CfnQuerySuggestionsBlockList.IS3PathProperty
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.Kendra
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnQuerySuggestionsBlockList.S3PathProperty : CfnQuerySuggestionsBlockList.IS3PathProperty
Syntax (vb)
Public Class CfnQuerySuggestionsBlockList.S3PathProperty Implements CfnQuerySuggestionsBlockList.IS3PathProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-querysuggestionsblocklist-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()

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

Properties

Bucket

The name of the S3 bucket that contains the file.

Key

The name of the file.

Constructors

S3PathProperty()

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

public S3PathProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-querysuggestionsblocklist-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"
             };

Properties

Bucket

The name of the S3 bucket that contains the file.

public string Bucket { get; set; }
Property Value

string

Remarks

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

Key

The name of the file.

public string Key { get; set; }
Property Value

string

Remarks

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

Implements

CfnQuerySuggestionsBlockList.IS3PathProperty
Back to top Generated by DocFX