![]() |
![]()
| ![]() |
![]()
NAMEPaws::DMS::NeptuneSettings USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::DMS::NeptuneSettings object: $service_obj->Method(Att1 => { ErrorRetryDuration => $value, ..., ServiceAccessRoleArn => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::DMS::NeptuneSettings object: $result = $service_obj->Method(...); $result->Att1->ErrorRetryDuration DESCRIPTIONProvides information that defines an Amazon Neptune endpoint. ATTRIBUTESErrorRetryDuration => IntThe number of milliseconds for AWS DMS to wait to retry a bulk-load of migrated graph data to the Neptune target database before raising an error. The default is 250. IamAuthEnabled => BoolIf you want AWS Identity and Access Management (IAM) authorization enabled for this endpoint, set this parameter to "true". Then attach the appropriate IAM policy document to your service role specified by "ServiceAccessRoleArn". The default is "false". MaxFileSize => IntThe maximum size in kilobytes of migrated graph data stored in a .csv file before AWS DMS bulk-loads the data to the Neptune target database. The default is 1,048,576 KB. If the bulk load is successful, AWS DMS clears the bucket, ready to store the next batch of migrated graph data. MaxRetryCount => IntThe number of times for AWS DMS to retry a bulk load of migrated graph data to the Neptune target database before raising an error. The default is 5. REQUIRED S3BucketFolder => StrA folder path where you want AWS DMS to store migrated graph data in the S3 bucket specified by "S3BucketName" REQUIRED S3BucketName => StrThe name of the Amazon S3 bucket where AWS DMS can temporarily store migrated graph data in .csv files before bulk-loading it to the Neptune target database. AWS DMS maps the SQL source data to graph data before storing it in these .csv files. ServiceAccessRoleArn => StrThe Amazon Resource Name (ARN) of the service role that you created for the Neptune target endpoint. For more information, see Creating an IAM Service Role for Accessing Amazon Neptune as a Target (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Neptune.html#CHAP_Target.Neptune.ServiceRole) in the AWS Database Migration Service User Guide. SEE ALSOThis class forms part of Paws, describing an object used in Paws::DMS BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|