![]() |
![]()
| ![]() |
![]()
NAMEPaws::Pinpoint::ImportJobRequest 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::Pinpoint::ImportJobRequest object: $service_obj->Method(Att1 => { DefineSegment => $value, ..., SegmentName => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Pinpoint::ImportJobRequest object: $result = $service_obj->Method(...); $result->Att1->DefineSegment DESCRIPTIONSpecifies the settings for a job that imports endpoint definitions from an Amazon Simple Storage Service (Amazon S3) bucket. ATTRIBUTESDefineSegment => BoolSpecifies whether to create a segment that contains the endpoints, when the endpoint definitions are imported. ExternalId => Str(Deprecated) Your AWS account ID, which you assigned to an external ID key in an IAM trust policy. Amazon Pinpoint previously used this value to assume an IAM role when importing endpoint definitions, but we removed this requirement. We don't recommend use of external IDs for IAM roles that are assumed by Amazon Pinpoint. REQUIRED Format => StrThe format of the files that contain the endpoint definitions to import. Valid values are: CSV, for comma-separated values format; and, JSON, for newline-delimited JSON format. If the Amazon S3 location stores multiple files that use different formats, Amazon Pinpoint imports data only from the files that use the specified format. RegisterEndpoints => BoolSpecifies whether to register the endpoints with Amazon Pinpoint, when the endpoint definitions are imported. REQUIRED RoleArn => StrThe Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that authorizes Amazon Pinpoint to access the Amazon S3 location to import endpoint definitions from. REQUIRED S3Url => StrThe URL of the Amazon Simple Storage Service (Amazon S3) bucket that contains the endpoint definitions to import. This location can be a folder or a single file. If the location is a folder, Amazon Pinpoint imports endpoint definitions from the files in this location, including any subfolders that the folder contains. The URL should be in the following format: s3://bucket-name/folder-name/file-name. The location can end with the key for an individual object or a prefix that qualifies multiple objects. SegmentId => StrThe identifier for the segment to update or add the imported endpoint definitions to, if the import job is meant to update an existing segment. SegmentName => StrA custom name for the segment that's created by the import job, if the value of the DefineSegment property is true. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Pinpoint 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>
|