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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConnectorV2.HealthIssuePropertystatic final classAn implementation forCfnConnectorV2.HealthIssueProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCode
The code identifying the type of health issue.- See Also:
-
getMessage
The message describing the health issue.- See Also:
-
builder
-