Class: Aws::WellArchitected::Types::WorkloadDiscoveryConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb

Overview

Discovery configuration associated to the workload.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#trusted_advisor_integration_statusString

Discovery integration status in respect to Trusted Advisor for the workload.

Returns:

  • (String)


6756
6757
6758
6759
6760
6761
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6756

class WorkloadDiscoveryConfig < Struct.new(
  :trusted_advisor_integration_status,
  :workload_resource_definition)
  SENSITIVE = []
  include Aws::Structure
end

#workload_resource_definitionArray<String>

The mode to use for identifying resources associated with the workload.

You can specify WORKLOAD_METADATA, APP_REGISTRY, or both.

Returns:

  • (Array<String>)


6756
6757
6758
6759
6760
6761
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6756

class WorkloadDiscoveryConfig < Struct.new(
  :trusted_advisor_integration_status,
  :workload_resource_definition)
  SENSITIVE = []
  include Aws::Structure
end