Class: Aws::ResilienceHub::Types::LogicalResourceId

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

Overview

Defines a logical resource identifier.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eks_source_nameString

Name of the Amazon Elastic Kubernetes Service cluster and namespace this resource belongs to.

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

</note>

Returns:

  • (String)


4692
4693
4694
4695
4696
4697
4698
4699
4700
# File 'lib/aws-sdk-resiliencehub/types.rb', line 4692

class LogicalResourceId < Struct.new(
  :eks_source_name,
  :identifier,
  :logical_stack_name,
  :resource_group_name,
  :terraform_source_name)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

Identifier of the resource.

Returns:

  • (String)


4692
4693
4694
4695
4696
4697
4698
4699
4700
# File 'lib/aws-sdk-resiliencehub/types.rb', line 4692

class LogicalResourceId < Struct.new(
  :eks_source_name,
  :identifier,
  :logical_stack_name,
  :resource_group_name,
  :terraform_source_name)
  SENSITIVE = []
  include Aws::Structure
end

#logical_stack_nameString

The name of the CloudFormation stack this resource belongs to.

Returns:

  • (String)


4692
4693
4694
4695
4696
4697
4698
4699
4700
# File 'lib/aws-sdk-resiliencehub/types.rb', line 4692

class LogicalResourceId < Struct.new(
  :eks_source_name,
  :identifier,
  :logical_stack_name,
  :resource_group_name,
  :terraform_source_name)
  SENSITIVE = []
  include Aws::Structure
end

#resource_group_nameString

The name of the resource group that this resource belongs to.

Returns:

  • (String)


4692
4693
4694
4695
4696
4697
4698
4699
4700
# File 'lib/aws-sdk-resiliencehub/types.rb', line 4692

class LogicalResourceId < Struct.new(
  :eks_source_name,
  :identifier,
  :logical_stack_name,
  :resource_group_name,
  :terraform_source_name)
  SENSITIVE = []
  include Aws::Structure
end

#terraform_source_nameString

The name of the Terraform S3 state file this resource belongs to.

Returns:

  • (String)


4692
4693
4694
4695
4696
4697
4698
4699
4700
# File 'lib/aws-sdk-resiliencehub/types.rb', line 4692

class LogicalResourceId < Struct.new(
  :eks_source_name,
  :identifier,
  :logical_stack_name,
  :resource_group_name,
  :terraform_source_name)
  SENSITIVE = []
  include Aws::Structure
end