Interface CfnAccessEntryPropsMixin.AccessScopeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAccessEntryPropsMixin.AccessScopeProperty.Jsii$Proxy
- Enclosing class:
CfnAccessEntryPropsMixin
@Stability(Stable)
public static interface CfnAccessEntryPropsMixin.AccessScopeProperty
extends software.amazon.jsii.JsiiSerializable
The scope of an
AccessPolicy that's associated to an AccessEntry .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.eks.*;
AccessScopeProperty accessScopeProperty = AccessScopeProperty.builder()
.namespaces(List.of("namespaces"))
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAccessEntryPropsMixin.AccessScopePropertystatic final classAn implementation forCfnAccessEntryPropsMixin.AccessScopeProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getNamespaces
A Kubernetesnamespacethat an access policy is scoped to.A value is required if you specified
namespaceforType.- See Also:
-
getType
The scope type of an access policy.- See Also:
-
builder
-