Class: Aws::ResilienceHub::Types::AppInputSource

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

Overview

The list of Resilience Hub application input sources.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eks_source_cluster_namespaceTypes::EksSourceClusterNamespace

The namespace on your Amazon Elastic Kubernetes Service cluster.



701
702
703
704
705
706
707
708
709
710
# File 'lib/aws-sdk-resiliencehub/types.rb', line 701

class AppInputSource < Struct.new(
  :eks_source_cluster_namespace,
  :import_type,
  :resource_count,
  :source_arn,
  :source_name,
  :terraform_source)
  SENSITIVE = []
  include Aws::Structure
end

#import_typeString

The resource type of the input source.

Returns:

  • (String)


701
702
703
704
705
706
707
708
709
710
# File 'lib/aws-sdk-resiliencehub/types.rb', line 701

class AppInputSource < Struct.new(
  :eks_source_cluster_namespace,
  :import_type,
  :resource_count,
  :source_arn,
  :source_name,
  :terraform_source)
  SENSITIVE = []
  include Aws::Structure
end

#resource_countInteger

The number of resources.

Returns:

  • (Integer)


701
702
703
704
705
706
707
708
709
710
# File 'lib/aws-sdk-resiliencehub/types.rb', line 701

class AppInputSource < Struct.new(
  :eks_source_cluster_namespace,
  :import_type,
  :resource_count,
  :source_arn,
  :source_name,
  :terraform_source)
  SENSITIVE = []
  include Aws::Structure
end

#source_arnString

The Amazon Resource Name (ARN) of the input source. For more information about ARNs, see [ Amazon Resource Names (ARNs)] in the *Amazon Web Services General Reference* guide.

[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html

Returns:

  • (String)


701
702
703
704
705
706
707
708
709
710
# File 'lib/aws-sdk-resiliencehub/types.rb', line 701

class AppInputSource < Struct.new(
  :eks_source_cluster_namespace,
  :import_type,
  :resource_count,
  :source_arn,
  :source_name,
  :terraform_source)
  SENSITIVE = []
  include Aws::Structure
end

#source_nameString

The name of the input source.

Returns:

  • (String)


701
702
703
704
705
706
707
708
709
710
# File 'lib/aws-sdk-resiliencehub/types.rb', line 701

class AppInputSource < Struct.new(
  :eks_source_cluster_namespace,
  :import_type,
  :resource_count,
  :source_arn,
  :source_name,
  :terraform_source)
  SENSITIVE = []
  include Aws::Structure
end

#terraform_sourceTypes::TerraformSource

The name of the Terraform s3 state file.



701
702
703
704
705
706
707
708
709
710
# File 'lib/aws-sdk-resiliencehub/types.rb', line 701

class AppInputSource < Struct.new(
  :eks_source_cluster_namespace,
  :import_type,
  :resource_count,
  :source_arn,
  :source_name,
  :terraform_source)
  SENSITIVE = []
  include Aws::Structure
end