Package com.pulumi.aws.kendra.outputs
Class FaqS3Path
- java.lang.Object
-
- com.pulumi.aws.kendra.outputs.FaqS3Path
-
public final class FaqS3Path extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FaqS3Path.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
bucket()
static FaqS3Path.Builder
builder()
static FaqS3Path.Builder
builder(FaqS3Path defaults)
java.lang.String
key()
-
-
-
Method Detail
-
bucket
public java.lang.String bucket()
- Returns:
- The name of the S3 bucket that contains the file.
-
key
public java.lang.String key()
- Returns:
- The name of the file. The following arguments are optional:
-
builder
public static FaqS3Path.Builder builder()
-
builder
public static FaqS3Path.Builder builder(FaqS3Path defaults)
-
-