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: