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:StringActionOptions:JobActionOptionsExecutionRoleArn:StringInputOptions:JobInputOptionsName:StringOutputOptions:JobOutputOptionsTags:- Tag
Properties
Action-
Action performed by the job.
Required: Yes
Type: String
Allowed values:
ValidateAddressUpdate 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:
1Maximum:
100Update requires: Replacement
OutputOptions-
Output configuration.
Required: Yes
Type: JobOutputOptions
Update requires: Replacement
Property description not available.
Required: No
Type: Array of Tag
Maximum:
50Update requires: Replacement