@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.866Z") @Stability(value=Stable) public interface CfnLocationFSxLustreProps 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.datasync.*;
CfnLocationFSxLustreProps cfnLocationFSxLustreProps = CfnLocationFSxLustreProps.builder()
.fsxFilesystemArn("fsxFilesystemArn")
.securityGroupArns(List.of("securityGroupArns"))
// the properties below are optional
.subdirectory("subdirectory")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLocationFSxLustreProps.Builder
A builder for
CfnLocationFSxLustreProps |
static class |
CfnLocationFSxLustreProps.Jsii$Proxy
An implementation for
CfnLocationFSxLustreProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnLocationFSxLustreProps.Builder |
builder() |
String |
getFsxFilesystemArn()
The Amazon Resource Name (ARN) for the FSx for Lustre file system.
|
List<String> |
getSecurityGroupArns()
The ARNs of the security groups that are used to configure the FSx for Lustre file system.
|
default String |
getSubdirectory()
A subdirectory in the location's path.
|
default List<CfnTag> |
getTags()
The key-value pair that represents a tag that you want to add to the resource.
|
@Stability(value=Stable) @NotNull String getFsxFilesystemArn()
@Stability(value=Stable) @NotNull List<String> getSecurityGroupArns()
Pattern : ^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):ec2:[a-z\-0-9]*:[0-9]{12}:security-group/.*$
Length constraints : Maximum length of 128.
@Stability(value=Stable) @Nullable default String getSubdirectory()
This subdirectory in the FSx for Lustre file system is used to read data from the FSx for Lustre source location or write data to the FSx for Lustre destination.
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
The value can be an empty string. This value helps you manage, filter, and search for your resources. We recommend that you create a name tag for your location.
@Stability(value=Stable) static CfnLocationFSxLustreProps.Builder builder()
CfnLocationFSxLustreProps.Builder of CfnLocationFSxLustrePropsCopyright © 2022. All rights reserved.