Interface IAccessPolicy.Jsii$Default
- All Superinterfaces:
IAccessPolicy
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IAccessPolicy.Jsii$Proxy
- Enclosing interface:
IAccessPolicy
Internal default implementation for
IAccessPolicy
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.eks.IAccessPolicy
IAccessPolicy.Jsii$Default, IAccessPolicy.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault AccessScope
The scope of the access policy, which determines the level of access granted.default String
The access policy itself, which defines the specific permissions.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccessScope
The scope of the access policy, which determines the level of access granted.- Specified by:
getAccessScope
in interfaceIAccessPolicy
-
getPolicy
The access policy itself, which defines the specific permissions.- Specified by:
getPolicy
in interfaceIAccessPolicy
-