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::SecurityHub::ConnectorV2 JiraCloud
Information about the configuration and status of a Jira Cloud integration.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "AuthStatus" :String, "AuthUrl" :String, "CloudId" :String, "Domain" :String, "ProjectKey" :String}
YAML
AuthStatus:StringAuthUrl:StringCloudId:StringDomain:StringProjectKey:String
Properties
AuthStatus-
The status of the authorization between Jira Cloud and the service.
Required: No
Type: String
Allowed values:
ACTIVE | FAILEDUpdate requires: No interruption
AuthUrl-
The URL to provide to customers for OAuth auth code flow.
Required: No
Type: String
Pattern:
.*\S.*Update requires: No interruption
CloudId-
The cloud id of the Jira Cloud.
Required: No
Type: String
Pattern:
.*\S.*Update requires: No interruption
Domain-
The URL domain of your Jira Cloud instance.
Required: No
Type: String
Pattern:
.*\S.*Update requires: No interruption
ProjectKey-
The projectKey of Jira Cloud.
Required: Yes
Type: String
Minimum:
2Maximum:
10Update requires: No interruption