Interface CfnWorkloadPropsMixin.DiscoveryConfigProperty

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

@Stability(Stable) public static interface CfnWorkloadPropsMixin.DiscoveryConfigProperty extends software.amazon.jsii.JsiiSerializable
Discovery configuration associated to the workload.

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.wellarchitected.*;
 DiscoveryConfigProperty discoveryConfigProperty = DiscoveryConfigProperty.builder()
         .trustedAdvisorIntegrationStatus("trustedAdvisorIntegrationStatus")
         .workloadResourceDefinition(List.of("workloadResourceDefinition"))
         .build();
 

See Also: