Interface CfnEnvironmentPropsMixin.CheckProperty

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

@Stability(Stable) public static interface CfnEnvironmentPropsMixin.CheckProperty extends software.amazon.jsii.JsiiSerializable
A check on the environment to identify environment health and validate VMware VCF licensing compliance.

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.evs.*;
 CheckProperty checkProperty = CheckProperty.builder()
         .impairedSince("impairedSince")
         .result("result")
         .type("type")
         .build();
 

See Also: