Interface CfnWorkload.DiscoveryConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWorkload.DiscoveryConfigProperty.Jsii$Proxy
- Enclosing class:
CfnWorkload
@Stability(Stable)
public static interface CfnWorkload.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.services.wellarchitected.*;
DiscoveryConfigProperty discoveryConfigProperty = DiscoveryConfigProperty.builder()
.trustedAdvisorIntegrationStatus("trustedAdvisorIntegrationStatus")
.workloadResourceDefinition(List.of("workloadResourceDefinition"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWorkload.DiscoveryConfigPropertystatic final classAn implementation forCfnWorkload.DiscoveryConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTrustedAdvisorIntegrationStatus
Discovery integration status in respect to Trusted Advisor for the workload.- See Also:
-
getWorkloadResourceDefinition
The mode to use for identifying resources associated with the workload.- See Also:
-
builder
-