@Stability(value=Stable)
public static interface CfnStudioComponent.SharedFileSystemConfigurationProperty
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.nimblestudio.*;
SharedFileSystemConfigurationProperty sharedFileSystemConfigurationProperty = SharedFileSystemConfigurationProperty.builder()
.endpoint("endpoint")
.fileSystemId("fileSystemId")
.linuxMountPoint("linuxMountPoint")
.shareName("shareName")
.windowsMountDrive("windowsMountDrive")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder
A builder for
CfnStudioComponent.SharedFileSystemConfigurationProperty |
static class |
CfnStudioComponent.SharedFileSystemConfigurationProperty.Jsii$Proxy
An implementation for
CfnStudioComponent.SharedFileSystemConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder |
builder() |
default String |
getEndpoint()
The endpoint of the shared file system that is accessed by the studio component resource.
|
default String |
getFileSystemId()
The unique identifier for a file system.
|
default String |
getLinuxMountPoint()
The mount location for a shared file system on a Linux virtual workstation.
|
default String |
getShareName()
The name of the file share.
|
default String |
getWindowsMountDrive()
The mount location for a shared file system on a Windows virtual workstation.
|
@Stability(value=Stable) @Nullable default String getEndpoint()
@Stability(value=Stable) @Nullable default String getFileSystemId()
@Stability(value=Stable) @Nullable default String getLinuxMountPoint()
@Stability(value=Stable) @Nullable default String getShareName()
@Stability(value=Stable) @Nullable default String getWindowsMountDrive()
@Stability(value=Stable) static CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.