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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnS3AccessPointAttachment.OntapUnixFileSystemUserProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the UNIX user.- See Also:
-
builder
@Stability(Stable) static CfnS3AccessPointAttachment.OntapUnixFileSystemUserProperty.Builder builder()
-