Interface CfnStorageProfile.FileSystemLocationProperty

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

@Stability(Stable) public static interface CfnStorageProfile.FileSystemLocationProperty extends software.amazon.jsii.JsiiSerializable
The details of the file system location for the resource.

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.deadline.*;
 FileSystemLocationProperty fileSystemLocationProperty = FileSystemLocationProperty.builder()
         .name("name")
         .path("path")
         .type("type")
         .build();
 

See Also: