Class: Aws::ResilienceHub::Types::ResourceMapping

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

Overview

Defines a resource mapping.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_registry_app_nameString

Name of the application this resource is mapped to when the ‘mappingType` is `AppRegistryApp`.

Returns:

  • (String)


5993
5994
5995
5996
5997
5998
5999
6000
6001
6002
6003
6004
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5993

class ResourceMapping < Struct.new(
  :app_registry_app_name,
  :eks_source_name,
  :logical_stack_name,
  :mapping_type,
  :physical_resource_id,
  :resource_group_name,
  :resource_name,
  :terraform_source_name)
  SENSITIVE = []
  include Aws::Structure
end

#eks_source_nameString

Name of the Amazon Elastic Kubernetes Service cluster and namespace that this resource is mapped to when the ‘mappingType` is `EKS`.

<note markdown=“1”> This parameter accepts values in “eks-cluster/namespace” format.

</note>

Returns:

  • (String)


5993
5994
5995
5996
5997
5998
5999
6000
6001
6002
6003
6004
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5993

class ResourceMapping < Struct.new(
  :app_registry_app_name,
  :eks_source_name,
  :logical_stack_name,
  :mapping_type,
  :physical_resource_id,
  :resource_group_name,
  :resource_name,
  :terraform_source_name)
  SENSITIVE = []
  include Aws::Structure
end

#logical_stack_nameString

Name of the CloudFormation stack this resource is mapped to when the ‘mappingType` is `CfnStack`.

Returns:

  • (String)


5993
5994
5995
5996
5997
5998
5999
6000
6001
6002
6003
6004
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5993

class ResourceMapping < Struct.new(
  :app_registry_app_name,
  :eks_source_name,
  :logical_stack_name,
  :mapping_type,
  :physical_resource_id,
  :resource_group_name,
  :resource_name,
  :terraform_source_name)
  SENSITIVE = []
  include Aws::Structure
end

#mapping_typeString

Specifies the type of resource mapping.

Returns:

  • (String)


5993
5994
5995
5996
5997
5998
5999
6000
6001
6002
6003
6004
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5993

class ResourceMapping < Struct.new(
  :app_registry_app_name,
  :eks_source_name,
  :logical_stack_name,
  :mapping_type,
  :physical_resource_id,
  :resource_group_name,
  :resource_name,
  :terraform_source_name)
  SENSITIVE = []
  include Aws::Structure
end

#physical_resource_idTypes::PhysicalResourceId

Identifier of the physical resource.



5993
5994
5995
5996
5997
5998
5999
6000
6001
6002
6003
6004
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5993

class ResourceMapping < Struct.new(
  :app_registry_app_name,
  :eks_source_name,
  :logical_stack_name,
  :mapping_type,
  :physical_resource_id,
  :resource_group_name,
  :resource_name,
  :terraform_source_name)
  SENSITIVE = []
  include Aws::Structure
end

#resource_group_nameString

Name of the Resource Groups that this resource is mapped to when the ‘mappingType` is `ResourceGroup`.

Returns:

  • (String)


5993
5994
5995
5996
5997
5998
5999
6000
6001
6002
6003
6004
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5993

class ResourceMapping < Struct.new(
  :app_registry_app_name,
  :eks_source_name,
  :logical_stack_name,
  :mapping_type,
  :physical_resource_id,
  :resource_group_name,
  :resource_name,
  :terraform_source_name)
  SENSITIVE = []
  include Aws::Structure
end

#resource_nameString

Name of the resource that this resource is mapped to when the ‘mappingType` is `Resource`.

Returns:

  • (String)


5993
5994
5995
5996
5997
5998
5999
6000
6001
6002
6003
6004
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5993

class ResourceMapping < Struct.new(
  :app_registry_app_name,
  :eks_source_name,
  :logical_stack_name,
  :mapping_type,
  :physical_resource_id,
  :resource_group_name,
  :resource_name,
  :terraform_source_name)
  SENSITIVE = []
  include Aws::Structure
end

#terraform_source_nameString

Name of the Terraform source that this resource is mapped to when the ‘mappingType` is `Terraform`.

Returns:

  • (String)


5993
5994
5995
5996
5997
5998
5999
6000
6001
6002
6003
6004
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5993

class ResourceMapping < Struct.new(
  :app_registry_app_name,
  :eks_source_name,
  :logical_stack_name,
  :mapping_type,
  :physical_resource_id,
  :resource_group_name,
  :resource_name,
  :terraform_source_name)
  SENSITIVE = []
  include Aws::Structure
end