amazonka-dms-2.0: Amazon Database Migration Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.DMS.Types.DmsTransferSettings

Description

 
Synopsis

Documentation

data DmsTransferSettings Source #

The settings in JSON format for the DMS Transfer type source endpoint.

See: newDmsTransferSettings smart constructor.

Constructors

DmsTransferSettings' 

Fields

Instances

Instances details
FromJSON DmsTransferSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsTransferSettings

ToJSON DmsTransferSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsTransferSettings

Generic DmsTransferSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsTransferSettings

Associated Types

type Rep DmsTransferSettings :: Type -> Type #

Read DmsTransferSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsTransferSettings

Show DmsTransferSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsTransferSettings

NFData DmsTransferSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsTransferSettings

Methods

rnf :: DmsTransferSettings -> () #

Eq DmsTransferSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsTransferSettings

Hashable DmsTransferSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsTransferSettings

type Rep DmsTransferSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsTransferSettings

type Rep DmsTransferSettings = D1 ('MetaData "DmsTransferSettings" "Amazonka.DMS.Types.DmsTransferSettings" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DmsTransferSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serviceAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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_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.