Class: Aws::EKS::Types::AssociateAccessPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::AssociateAccessPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_scope ⇒ Types::AccessScope
The scope for the ‘AccessPolicy`.
-
#cluster_name ⇒ String
The name of your cluster.
-
#policy_arn ⇒ String
The ARN of the ‘AccessPolicy` that you’re associating.
-
#principal_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM user or role for the ‘AccessEntry` that you’re associating the access policy to.
Instance Attribute Details
#access_scope ⇒ Types::AccessScope
The scope for the ‘AccessPolicy`. You can scope access policies to an entire cluster or to specific Kubernetes namespaces.
473 474 475 476 477 478 479 480 |
# File 'lib/aws-sdk-eks/types.rb', line 473 class AssociateAccessPolicyRequest < Struct.new( :cluster_name, :principal_arn, :policy_arn, :access_scope) SENSITIVE = [] include Aws::Structure end |
#cluster_name ⇒ String
The name of your cluster.
473 474 475 476 477 478 479 480 |
# File 'lib/aws-sdk-eks/types.rb', line 473 class AssociateAccessPolicyRequest < Struct.new( :cluster_name, :principal_arn, :policy_arn, :access_scope) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
The ARN of the ‘AccessPolicy` that you’re associating. For a list of ARNs, use ‘ListAccessPolicies`.
473 474 475 476 477 478 479 480 |
# File 'lib/aws-sdk-eks/types.rb', line 473 class AssociateAccessPolicyRequest < Struct.new( :cluster_name, :principal_arn, :policy_arn, :access_scope) SENSITIVE = [] include Aws::Structure end |
#principal_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM user or role for the ‘AccessEntry` that you’re associating the access policy to.
473 474 475 476 477 478 479 480 |
# File 'lib/aws-sdk-eks/types.rb', line 473 class AssociateAccessPolicyRequest < Struct.new( :cluster_name, :principal_arn, :policy_arn, :access_scope) SENSITIVE = [] include Aws::Structure end |