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