This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::Amplify::Jobs
The AWS::Amplify::Jobs resource Property description not available. for Amplify.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Amplify::Jobs", "Properties" : { "AppId" :String, "BranchName" :String} }
YAML
Type: AWS::Amplify::Jobs Properties: AppId:StringBranchName:String
Properties
AppId-
The unique ID for an Amplify app.
Required: Yes
Type: String
Pattern:
^d[a-z0-9]+$Minimum:
1Maximum:
20Update requires: Replacement
BranchName-
The name of the branch to use for the request.
Required: Yes
Type: String
Pattern:
^(?s).+$Minimum:
1Maximum:
255Update requires: Replacement
Return values
Ref
Fn::GetAtt
ArnProperty description not available.
CommitIdProperty description not available.
CommitTimeProperty description not available.
JobIdProperty description not available.
StartTimeProperty description not available.
StatusProperty description not available.