Interface CfnAccessPointPropsMixin.PosixUserProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAccessPointPropsMixin.PosixUserProperty.Jsii$Proxy
Enclosing class:
CfnAccessPointPropsMixin

@Stability(Stable) public static interface CfnAccessPointPropsMixin.PosixUserProperty extends software.amazon.jsii.JsiiSerializable
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.s3files.*;
 PosixUserProperty posixUserProperty = PosixUserProperty.builder()
         .gid("gid")
         .secondaryGids(List.of("secondaryGids"))
         .uid("uid")
         .build();
 

See Also: