View a markdown version of this page

AWS::Location::Job - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Location::Job

The AWS::Location::Job resource Property description not available. for Location.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::Location::Job", "Properties" : { "Action" : String, "ActionOptions" : JobActionOptions, "ExecutionRoleArn" : String, "InputOptions" : JobInputOptions, "Name" : String, "OutputOptions" : JobOutputOptions, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::Location::Job Properties: Action: String ActionOptions: JobActionOptions ExecutionRoleArn: String InputOptions: JobInputOptions Name: String OutputOptions: JobOutputOptions Tags: - Tag

Properties

Action

Action performed by the job.

Required: Yes

Type: String

Allowed values: ValidateAddress

Update requires: Replacement

ActionOptions

Additional options for configuring job action parameters.

Required: No

Type: JobActionOptions

Update requires: Replacement

ExecutionRoleArn

IAM role used for job execution.

Required: Yes

Type: String

Update requires: Replacement

InputOptions

Input configuration.

Required: Yes

Type: JobInputOptions

Update requires: Replacement

Name

Job name (if provided during creation).

Required: No

Type: String

Pattern: ^[-._\w]+$

Minimum: 1

Maximum: 100

Update requires: Replacement

OutputOptions

Output configuration.

Required: Yes

Type: JobOutputOptions

Update requires: Replacement

Tags

Property description not available.

Required: No

Type: Array of Tag

Maximum: 50

Update requires: Replacement

Return values

Ref

Fn::GetAtt

CreatedAt

Job creation time in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sss.

JobArn

Amazon Resource Name (ARN) of the job.

JobId

Unique job identifier.

Status

Current job status.

UpdatedAt

Last update time in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sss.