Class: Aws::ResilienceHub::Types::AppComponent

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehub/types.rb

Overview

Defines an Application Component.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_infoHash<String,Array<String>>

Additional configuration parameters for an Resilience Hub application. If you want to implement ‘additionalInfo` through the Resilience Hub console rather than using an API call, see [Configure the application configuration parameters].

<note markdown=“1”> Currently, this parameter accepts a key-value mapping (in a string format) of only one failover region and one associated account.

Key: `"failover-regions"`

Value: `"[{"region":"<REGION>",

accounts”:}]“‘

</note>

[1]: docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html

Returns:

  • (Hash<String,Array<String>>)


617
618
619
620
621
622
623
624
# File 'lib/aws-sdk-resiliencehub/types.rb', line 617

class AppComponent < Struct.new(
  :additional_info,
  :id,
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Identifier of the Application Component.

Returns:

  • (String)


617
618
619
620
621
622
623
624
# File 'lib/aws-sdk-resiliencehub/types.rb', line 617

class AppComponent < Struct.new(
  :additional_info,
  :id,
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of the Application Component.

Returns:

  • (String)


617
618
619
620
621
622
623
624
# File 'lib/aws-sdk-resiliencehub/types.rb', line 617

class AppComponent < Struct.new(
  :additional_info,
  :id,
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of Application Component.

Returns:

  • (String)


617
618
619
620
621
622
623
624
# File 'lib/aws-sdk-resiliencehub/types.rb', line 617

class AppComponent < Struct.new(
  :additional_info,
  :id,
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end