@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:17.390Z") @Stability(value=Stable) public interface CfnMountTargetProps 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.efs.*;
CfnMountTargetProps cfnMountTargetProps = CfnMountTargetProps.builder()
.fileSystemId("fileSystemId")
.securityGroups(List.of("securityGroups"))
.subnetId("subnetId")
// the properties below are optional
.ipAddress("ipAddress")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnMountTargetProps.Builder
A builder for
CfnMountTargetProps |
static class |
CfnMountTargetProps.Jsii$Proxy
An implementation for
CfnMountTargetProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnMountTargetProps.Builder |
builder() |
String |
getFileSystemId()
`AWS::EFS::MountTarget.FileSystemId`.
|
default String |
getIpAddress()
`AWS::EFS::MountTarget.IpAddress`.
|
List<String> |
getSecurityGroups()
`AWS::EFS::MountTarget.SecurityGroups`.
|
String |
getSubnetId()
`AWS::EFS::MountTarget.SubnetId`.
|
@Stability(value=Stable) @NotNull String getFileSystemId()
@Stability(value=Stable) @Nullable default String getIpAddress()
@Stability(value=Stable) @NotNull List<String> getSecurityGroups()
@Stability(value=Stable) @NotNull String getSubnetId()
@Stability(value=Stable) static CfnMountTargetProps.Builder builder()
CfnMountTargetProps.Builder of CfnMountTargetPropsCopyright © 2021. All rights reserved.