Class: Aws::ResilienceHub::Types::RemoveDraftAppVersionResourceMappingsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_arnString

Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.

Returns:

  • (String)


4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4888

class RemoveDraftAppVersionResourceMappingsRequest < Struct.new(
  :app_arn,
  :app_registry_app_names,
  :eks_source_names,
  :logical_stack_names,
  :resource_group_names,
  :resource_names,
  :terraform_source_names)
  SENSITIVE = []
  include Aws::Structure
end

#app_registry_app_namesArray<String>

The names of the registered applications you want to remove from the resource mappings.

Returns:

  • (Array<String>)


4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4888

class RemoveDraftAppVersionResourceMappingsRequest < Struct.new(
  :app_arn,
  :app_registry_app_names,
  :eks_source_names,
  :logical_stack_names,
  :resource_group_names,
  :resource_names,
  :terraform_source_names)
  SENSITIVE = []
  include Aws::Structure
end

#eks_source_namesArray<String>

The names of the Amazon Elastic Kubernetes Service clusters and namespaces you want to remove from the resource mappings.

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

Returns:

  • (Array<String>)


4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4888

class RemoveDraftAppVersionResourceMappingsRequest < Struct.new(
  :app_arn,
  :app_registry_app_names,
  :eks_source_names,
  :logical_stack_names,
  :resource_group_names,
  :resource_names,
  :terraform_source_names)
  SENSITIVE = []
  include Aws::Structure
end

#logical_stack_namesArray<String>

The names of the CloudFormation stacks you want to remove from the resource mappings.

Returns:

  • (Array<String>)


4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4888

class RemoveDraftAppVersionResourceMappingsRequest < Struct.new(
  :app_arn,
  :app_registry_app_names,
  :eks_source_names,
  :logical_stack_names,
  :resource_group_names,
  :resource_names,
  :terraform_source_names)
  SENSITIVE = []
  include Aws::Structure
end

#resource_group_namesArray<String>

The names of the resource groups you want to remove from the resource mappings.

Returns:

  • (Array<String>)


4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4888

class RemoveDraftAppVersionResourceMappingsRequest < Struct.new(
  :app_arn,
  :app_registry_app_names,
  :eks_source_names,
  :logical_stack_names,
  :resource_group_names,
  :resource_names,
  :terraform_source_names)
  SENSITIVE = []
  include Aws::Structure
end

#resource_namesArray<String>

The names of the resources you want to remove from the resource mappings.

Returns:

  • (Array<String>)


4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4888

class RemoveDraftAppVersionResourceMappingsRequest < Struct.new(
  :app_arn,
  :app_registry_app_names,
  :eks_source_names,
  :logical_stack_names,
  :resource_group_names,
  :resource_names,
  :terraform_source_names)
  SENSITIVE = []
  include Aws::Structure
end

#terraform_source_namesArray<String>

The names of the Terraform sources you want to remove from the resource mappings.

Returns:

  • (Array<String>)


4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4888

class RemoveDraftAppVersionResourceMappingsRequest < Struct.new(
  :app_arn,
  :app_registry_app_names,
  :eks_source_names,
  :logical_stack_names,
  :resource_group_names,
  :resource_names,
  :terraform_source_names)
  SENSITIVE = []
  include Aws::Structure
end