Interface CfnS3AccessPointAttachment.OntapUnixFileSystemUserProperty

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

@Stability(Stable) public static interface CfnS3AccessPointAttachment.OntapUnixFileSystemUserProperty 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.services.fsx.*;
 OntapUnixFileSystemUserProperty ontapUnixFileSystemUserProperty = OntapUnixFileSystemUserProperty.builder()
         .name("name")
         .build();
 

See Also: