Module: AWSCDK::EKSv2::AccessScopeType

Defined in:
ek_sv2/access_scope_type.rb

Overview

Represents the scope type of an access policy.

The scope type determines the level of access granted by the policy.

Constant Summary collapse

NAMESPACE =
Deprecated.
Note:

Default:

The policy applies to a specific namespace within the cluster.

Jsii::Enum.new("aws-cdk-lib.aws_eks_v2.AccessScopeType", "NAMESPACE")
CLUSTER =
Deprecated.
Note:

Default:

The policy applies to the entire cluster.

Jsii::Enum.new("aws-cdk-lib.aws_eks_v2.AccessScopeType", "CLUSTER")