@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.868Z") @Stability(value=Stable) public interface CfnLocationFSxONTAPProps 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.*;
CfnLocationFSxONTAPProps cfnLocationFSxONTAPProps = CfnLocationFSxONTAPProps.builder()
.protocol(ProtocolProperty.builder()
.nfs(NFSProperty.builder()
.mountOptions(NfsMountOptionsProperty.builder()
.version("version")
.build())
.build())
.smb(SMBProperty.builder()
.mountOptions(SmbMountOptionsProperty.builder()
.version("version")
.build())
.password("password")
.user("user")
// the properties below are optional
.domain("domain")
.build())
.build())
.securityGroupArns(List.of("securityGroupArns"))
.storageVirtualMachineArn("storageVirtualMachineArn")
// 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 |
CfnLocationFSxONTAPProps.Builder
A builder for
CfnLocationFSxONTAPProps |
static class |
CfnLocationFSxONTAPProps.Jsii$Proxy
An implementation for
CfnLocationFSxONTAPProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnLocationFSxONTAPProps.Builder |
builder() |
Object |
getProtocol()
`AWS::DataSync::LocationFSxONTAP.Protocol`.
|
List<String> |
getSecurityGroupArns()
`AWS::DataSync::LocationFSxONTAP.SecurityGroupArns`.
|
String |
getStorageVirtualMachineArn()
`AWS::DataSync::LocationFSxONTAP.StorageVirtualMachineArn`.
|
default String |
getSubdirectory()
`AWS::DataSync::LocationFSxONTAP.Subdirectory`.
|
default List<CfnTag> |
getTags()
`AWS::DataSync::LocationFSxONTAP.Tags`.
|
@Stability(value=Stable) @NotNull Object getProtocol()
@Stability(value=Stable) @NotNull List<String> getSecurityGroupArns()
@Stability(value=Stable) @NotNull String getStorageVirtualMachineArn()
@Stability(value=Stable) @Nullable default String getSubdirectory()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnLocationFSxONTAPProps.Builder builder()
CfnLocationFSxONTAPProps.Builder of CfnLocationFSxONTAPPropsCopyright © 2022. All rights reserved.