Class: Aws::Resiliencehubv2::Types::EksSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::EksSource
- Defined in:
- gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb
Overview
Defines an Amazon EKS cluster and its namespaces as an input source for resource discovery.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_arn ⇒ String
ARN identifier.
-
#namespaces ⇒ Array<String>
The list of Kubernetes namespaces within the EKS cluster.
Instance Attribute Details
#cluster_arn ⇒ String
ARN identifier.
1212 1213 1214 1215 1216 1217 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1212 class EksSource < Struct.new( :cluster_arn, :namespaces) SENSITIVE = [] include Aws::Structure end |
#namespaces ⇒ Array<String>
The list of Kubernetes namespaces within the EKS cluster.
1212 1213 1214 1215 1216 1217 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1212 class EksSource < Struct.new( :cluster_arn, :namespaces) SENSITIVE = [] include Aws::Structure end |