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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resiliencehub/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.

This parameter accepts values in "eks-cluster/namespace" format.

Returns:

  • (String)


4022
4023
4024
4025
4026
4027
4028
4029
4030
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4022

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)


4022
4023
4024
4025
4026
4027
4028
4029
4030
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4022

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)


4022
4023
4024
4025
4026
4027
4028
4029
4030
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4022

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)


4022
4023
4024
4025
4026
4027
4028
4029
4030
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4022

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)


4022
4023
4024
4025
4026
4027
4028
4029
4030
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4022

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