| 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.CloudTrail.Types.S3ImportSource
Description
Documentation
data S3ImportSource Source #
The settings for the source S3 bucket.
See: newS3ImportSource smart constructor.
Constructors
| S3ImportSource' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> S3ImportSource |
Create a value of S3ImportSource 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:s3LocationUri:S3ImportSource', s3ImportSource_s3LocationUri - The URI for the source S3 bucket.
$sel:s3BucketRegion:S3ImportSource', s3ImportSource_s3BucketRegion - The region associated with the source S3 bucket.
$sel:s3BucketAccessRoleArn:S3ImportSource', s3ImportSource_s3BucketAccessRoleArn - The IAM ARN role used to access the source S3 bucket.
s3ImportSource_s3LocationUri :: Lens' S3ImportSource Text Source #
The URI for the source S3 bucket.
s3ImportSource_s3BucketRegion :: Lens' S3ImportSource Text Source #
The region associated with the source S3 bucket.
s3ImportSource_s3BucketAccessRoleArn :: Lens' S3ImportSource Text Source #
The IAM ARN role used to access the source S3 bucket.