| 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.DMS.Types.DmsTransferSettings
Description
Documentation
data DmsTransferSettings Source #
The settings in JSON format for the DMS Transfer type source endpoint.
See: newDmsTransferSettings smart constructor.
Constructors
| DmsTransferSettings' | |
Fields
| |
Instances
newDmsTransferSettings :: DmsTransferSettings Source #
Create a value of DmsTransferSettings 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:bucketName:DmsTransferSettings', dmsTransferSettings_bucketName - The name of the S3 bucket to use.
$sel:serviceAccessRoleArn:DmsTransferSettings', dmsTransferSettings_serviceAccessRoleArn - The Amazon Resource Name (ARN) used by the service access IAM role. The
role must allow the iam:PassRole action.
dmsTransferSettings_bucketName :: Lens' DmsTransferSettings (Maybe Text) Source #
The name of the S3 bucket to use.
dmsTransferSettings_serviceAccessRoleArn :: Lens' DmsTransferSettings (Maybe Text) Source #
The Amazon Resource Name (ARN) used by the service access IAM role. The
role must allow the iam:PassRole action.