Class CfnConnectorV2.JiraCloudProviderConfigurationProperty
The initial configuration settings required to establish an integration between Security Hub CSPM and Jira Cloud.
Inherited Members
Namespace: Amazon.CDK.AWS.SecurityHub
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConnectorV2.JiraCloudProviderConfigurationProperty : CfnConnectorV2.IJiraCloudProviderConfigurationProperty
Syntax (vb)
Public Class CfnConnectorV2.JiraCloudProviderConfigurationProperty Implements CfnConnectorV2.IJiraCloudProviderConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.SecurityHub;
var jiraCloudProviderConfigurationProperty = new JiraCloudProviderConfigurationProperty {
ProjectKey = "projectKey"
};
Synopsis
Constructors
| JiraCloudProviderConfigurationProperty() | The initial configuration settings required to establish an integration between Security Hub CSPM and Jira Cloud. |
Properties
| ProjectKey | The project key for a JiraCloud instance. |
Constructors
JiraCloudProviderConfigurationProperty()
The initial configuration settings required to establish an integration between Security Hub CSPM and Jira Cloud.
public JiraCloudProviderConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.SecurityHub;
var jiraCloudProviderConfigurationProperty = new JiraCloudProviderConfigurationProperty {
ProjectKey = "projectKey"
};
Properties
ProjectKey
The project key for a JiraCloud instance.
public string ProjectKey { get; set; }