Show / Hide Table of Contents

Class CfnConnectorV2.JiraCloudProviderConfigurationProperty

The initial configuration settings required to establish an integration between Security Hub CSPM and Jira Cloud.

Inheritance
object
CfnConnectorV2.JiraCloudProviderConfigurationProperty
Implements
CfnConnectorV2.IJiraCloudProviderConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-connectorv2-jiracloudproviderconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-connectorv2-jiracloudproviderconfiguration.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-connectorv2-jiracloudproviderconfiguration.html#cfn-securityhub-connectorv2-jiracloudproviderconfiguration-projectkey

Implements

CfnConnectorV2.IJiraCloudProviderConfigurationProperty
Back to top Generated by DocFX