Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data S3ContentBaseLocation Source #
The S3 bucket that holds the application information.
See: newS3ContentBaseLocation
smart constructor.
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.