Module: AWSCDK::EKS::AccessScopeType

Defined in:
eks/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.AccessScopeType", "NAMESPACE")
CLUSTER =
Deprecated.
Note:

Default:

The policy applies to the entire cluster.

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