@Stability(value=Stable)
public static interface CfnDataSource.S3PathProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.kendra.*;
S3PathProperty s3PathProperty = S3PathProperty.builder()
.bucket("bucket")
.key("key")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSource.S3PathProperty.Builder
A builder for
CfnDataSource.S3PathProperty |
static class |
CfnDataSource.S3PathProperty.Jsii$Proxy
An implementation for
CfnDataSource.S3PathProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSource.S3PathProperty.Builder |
builder() |
String |
getBucket()
The name of the S3 bucket that contains the file.
|
String |
getKey()
The name of the file.
|
@Stability(value=Stable) @NotNull String getBucket()
@Stability(value=Stable) @NotNull String getKey()
@Stability(value=Stable) static CfnDataSource.S3PathProperty.Builder builder()
Copyright © 2022. All rights reserved.