Interface CfnMountTargetMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMountTargetMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-04-14T18:32:18.711Z")
@Stability(Stable)
public interface CfnMountTargetMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnMountTargetPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.s3files.*;
CfnMountTargetMixinProps cfnMountTargetMixinProps = CfnMountTargetMixinProps.builder()
.fileSystemId("fileSystemId")
.ipAddressType("ipAddressType")
.ipv4Address("ipv4Address")
.ipv6Address("ipv6Address")
.securityGroups(List.of("securityGroups"))
.subnetId("subnetId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMountTargetMixinPropsstatic final classAn implementation forCfnMountTargetMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFileSystemId
- See Also:
-
getIpAddressType
- See Also:
-
getIpv4Address
- See Also:
-
getIpv6Address
- See Also:
-
getSecurityGroups
- See Also:
-
getSubnetId
- See Also:
-
builder
- Returns:
- a
CfnMountTargetMixinProps.BuilderofCfnMountTargetMixinProps
-