interface DiscoveryConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.WellArchitected.CfnWorkloadPropsMixin.DiscoveryConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awswellarchitected#CfnWorkloadPropsMixin_DiscoveryConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.wellarchitected.CfnWorkloadPropsMixin.DiscoveryConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_wellarchitected.CfnWorkloadPropsMixin.DiscoveryConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_wellarchitected » CfnWorkloadPropsMixin » 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/cfn-property-mixins';
const discoveryConfigProperty: wellarchitected.CfnWorkloadPropsMixin.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