Interface CfnMountTargetProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMountTargetProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-04-14T18:32:03.779Z")
@Stability(Stable)
public interface CfnMountTargetProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnMountTarget.
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.s3files.*;
CfnMountTargetProps cfnMountTargetProps = CfnMountTargetProps.builder()
.fileSystemId("fileSystemId")
.subnetId("subnetId")
// the properties below are optional
.ipAddressType("ipAddressType")
.ipv4Address("ipv4Address")
.ipv6Address("ipv6Address")
.securityGroups(List.of("securityGroups"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMountTargetPropsstatic final classAn implementation forCfnMountTargetProps -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnMountTargetProps.Builderbuilder()default Stringdefault Stringdefault StringMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFileSystemId
- See Also:
-
getSubnetId
- See Also:
-
getIpAddressType
- See Also:
-
getIpv4Address
- See Also:
-
getIpv6Address
- See Also:
-
getSecurityGroups
- See Also:
-
builder
- Returns:
- a
CfnMountTargetProps.BuilderofCfnMountTargetProps
-