Interface CfnService.AssertionDefinitionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnService.AssertionDefinitionProperty.Jsii$Proxy
- Enclosing class:
CfnService
@Stability(Stable)
public static interface CfnService.AssertionDefinitionProperty
extends software.amazon.jsii.JsiiSerializable
An assertion about the service's resilience posture.
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.resiliencehubv2.*;
AssertionDefinitionProperty assertionDefinitionProperty = AssertionDefinitionProperty.builder()
.text("text")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnService.AssertionDefinitionPropertystatic final classAn implementation forCfnService.AssertionDefinitionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getText
The text of the assertion.- See Also:
-
builder
-