libZSservicesZSamazonka-dmsZSamazonka-dms
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq DmsTransferSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsTransferSettings

Read DmsTransferSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsTransferSettings

Show 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 #

NFData DmsTransferSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsTransferSettings

Methods

rnf :: DmsTransferSettings -> () #

Hashable DmsTransferSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsTransferSettings

ToJSON DmsTransferSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsTransferSettings

FromJSON 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" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "DmsTransferSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "bucketName") '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: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.