Interface CfnServicePropsMixin.AssertionDefinitionProperty

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

@Stability(Stable) public static interface CfnServicePropsMixin.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.cfnpropertymixins.services.resiliencehubv2.*;
 AssertionDefinitionProperty assertionDefinitionProperty = AssertionDefinitionProperty.builder()
         .text("text")
         .build();
 

See Also: