Interface CfnS3AccessPointAttachment.OntapWindowsFileSystemUserProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnS3AccessPointAttachment.OntapWindowsFileSystemUserProperty.Jsii$Proxy
- Enclosing class:
CfnS3AccessPointAttachment
@Stability(Stable)
public static interface CfnS3AccessPointAttachment.OntapWindowsFileSystemUserProperty
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.*;
OntapWindowsFileSystemUserProperty ontapWindowsFileSystemUserProperty = OntapWindowsFileSystemUserProperty.builder()
.name("name")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnS3AccessPointAttachment.OntapWindowsFileSystemUserProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the Windows user.- See Also:
-
builder
@Stability(Stable) static CfnS3AccessPointAttachment.OntapWindowsFileSystemUserProperty.Builder builder()
-