Class: Aws::ResilienceHub::Types::EksSourceClusterNamespace
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::EksSourceClusterNamespace
- Defined in:
- gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb
Overview
The input source of the namespace that is located on your Amazon Elastic Kubernetes Service cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#eks_cluster_arn ⇒ String
Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service cluster.
-
#namespace ⇒ String
Name of the namespace that is located on your Amazon Elastic Kubernetes Service cluster.
Instance Attribute Details
#eks_cluster_arn ⇒ String
Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service
cluster. The format for this ARN is:
arn:aws
:eks:region
:account-id
:cluster/cluster-name
. For more
information about ARNs, see Amazon Resource Names (ARNs) in
the Amazon Web Services General Reference guide.
3094 3095 3096 3097 3098 3099 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3094 class EksSourceClusterNamespace < Struct.new( :eks_cluster_arn, :namespace) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
Name of the namespace that is located on your Amazon Elastic Kubernetes Service cluster.
3094 3095 3096 3097 3098 3099 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3094 class EksSourceClusterNamespace < Struct.new( :eks_cluster_arn, :namespace) SENSITIVE = [] include Aws::Structure end |