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: