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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWorkloadPropsMixin.DiscoveryConfigPropertystatic final classAn implementation forCfnWorkloadPropsMixin.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
-