Interface CfnEnvironment.CheckProperty

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

@Stability(Stable) public static interface CfnEnvironment.CheckProperty extends software.amazon.jsii.JsiiSerializable

Amazon EVS is in public preview release and is subject to change.

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.services.evs.*;
 CheckProperty checkProperty = CheckProperty.builder()
         .result("result")
         .type("type")
         // the properties below are optional
         .impairedSince("impairedSince")
         .build();
 

See Also: