Interface CfnConnectorV2PropsMixin.JiraCloudProviderConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnectorV2PropsMixin.JiraCloudProviderConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnConnectorV2PropsMixin
@Stability(Stable)
public static interface CfnConnectorV2PropsMixin.JiraCloudProviderConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The initial configuration settings required to establish an integration between Security Hub CSPM and Jira Cloud.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.securityhub.*;
JiraCloudProviderConfigurationProperty jiraCloudProviderConfigurationProperty = JiraCloudProviderConfigurationProperty.builder()
.projectKey("projectKey")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnConnectorV2PropsMixin.JiraCloudProviderConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getProjectKey
The project key for a JiraCloud instance.- See Also:
-
builder
@Stability(Stable) static CfnConnectorV2PropsMixin.JiraCloudProviderConfigurationProperty.Builder builder()
-