interface DiscoveryConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.WellArchitected.CfnWorkload.DiscoveryConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awswellarchitected#CfnWorkload_DiscoveryConfigProperty |
Java | software.amazon.awscdk.services.wellarchitected.CfnWorkload.DiscoveryConfigProperty |
Python | aws_cdk.aws_wellarchitected.CfnWorkload.DiscoveryConfigProperty |
TypeScript | aws-cdk-lib » aws_wellarchitected » CfnWorkload » DiscoveryConfigProperty |
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 { aws_wellarchitected as wellarchitected } from 'aws-cdk-lib';
const discoveryConfigProperty: wellarchitected.CfnWorkload.DiscoveryConfigProperty = {
trustedAdvisorIntegrationStatus: 'trustedAdvisorIntegrationStatus',
workloadResourceDefinition: ['workloadResourceDefinition'],
};
Properties
| Name | Type | Description |
|---|---|---|
| trusted | string | Discovery integration status in respect to Trusted Advisor for the workload. |
| workload | string[] | The mode to use for identifying resources associated with the workload. |
trustedAdvisorIntegrationStatus?
Type:
string
(optional)
Discovery integration status in respect to Trusted Advisor for the workload.
workloadResourceDefinition?
Type:
string[]
(optional)
The mode to use for identifying resources associated with the workload.

.NET
Go
Java
Python
TypeScript