Interface CfnConnectorV2.HealthIssueProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnConnectorV2.HealthIssueProperty.Jsii$Proxy
Enclosing class:
CfnConnectorV2

@Stability(Stable) public static interface CfnConnectorV2.HealthIssueProperty extends software.amazon.jsii.JsiiSerializable
A health issue associated with the connector.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.securityhub.*;
 HealthIssueProperty healthIssueProperty = HealthIssueProperty.builder()
         .code("code")
         .message("message")
         .build();
 

See Also: