| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.KinesisAnalyticsV2.Types.S3ContentBaseLocation
Description
Documentation
data S3ContentBaseLocation Source #
The S3 bucket that holds the application information.
See: newS3ContentBaseLocation smart constructor.
Constructors
| S3ContentBaseLocation' | |
Instances
newS3ContentBaseLocation Source #
Create a value of S3ContentBaseLocation with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:basePath:S3ContentBaseLocation', s3ContentBaseLocation_basePath - The base path for the S3 bucket.
$sel:bucketARN:S3ContentBaseLocation', s3ContentBaseLocation_bucketARN - The Amazon Resource Name (ARN) of the S3 bucket.
s3ContentBaseLocation_basePath :: Lens' S3ContentBaseLocation (Maybe Text) Source #
The base path for the S3 bucket.
s3ContentBaseLocation_bucketARN :: Lens' S3ContentBaseLocation Text Source #
The Amazon Resource Name (ARN) of the S3 bucket.