AWS::SecurityHub::ConnectorV2 JiraCloud - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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::SecurityHub::ConnectorV2 JiraCloud

Information about the configuration and status of a Jira Cloud integration.

Syntax

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

JSON

{ "AuthStatus" : String, "AuthUrl" : String, "CloudId" : String, "Domain" : String, "ProjectKey" : String }

YAML

AuthStatus: String AuthUrl: String CloudId: String Domain: String ProjectKey: String

Properties

AuthStatus

The status of the authorization between Jira Cloud and the service.

Required: No

Type: String

Allowed values: ACTIVE | FAILED

Update 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: 2

Maximum: 10

Update requires: No interruption