Class: Aws::ResilienceHub::Types::LogicalResourceId
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ResilienceHub::Types::LogicalResourceId
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-resiliencehub/types.rb
 
Overview
Defines a logical resource identifier.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #eks_source_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Name of the Amazon Elastic Kubernetes Service cluster and namespace this resource belongs to.
 - 
  
    
      #identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Identifier of the resource.
 - 
  
    
      #logical_stack_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the CloudFormation stack this resource belongs to.
 - 
  
    
      #resource_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the resource group that this resource belongs to.
 - 
  
    
      #terraform_source_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the Terraform S3 state file this resource belongs to.
 
Instance Attribute Details
#eks_source_name ⇒ String
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>
  
      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  | 
  
#identifier ⇒ String
Identifier of the resource.
      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_name ⇒ String
The name of the CloudFormation stack this resource belongs to.
      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_name ⇒ String
The name of the resource group that this resource belongs to.
      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_name ⇒ String
The name of the Terraform S3 state file this resource belongs to.
      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  |