fileSystemConfigs

@JvmName(name = "soyvabautbrcytnk")
suspend fun fileSystemConfigs(value: Output<List<FunctionFileSystemConfigArgs>>)
@JvmName(name = "mmnwevhebpqepkpy")
suspend fun fileSystemConfigs(value: List<FunctionFileSystemConfigArgs>?)

Parameters

value

Connection settings for an Amazon EFS file system. To connect a function to a file system, a mount target must be available in every Availability Zone that your function connects to. If your template contains an AWS::EFS::MountTarget resource, you must also specify a DependsOn attribute to ensure that the mount target is created or updated before the function.


@JvmName(name = "jgjydnejlmujpwpe")
suspend fun fileSystemConfigs(vararg values: Output<FunctionFileSystemConfigArgs>)


@JvmName(name = "wviwrgdojdmpnxcr")
suspend fun fileSystemConfigs(values: List<Output<FunctionFileSystemConfigArgs>>)
@JvmName(name = "sfcbkpbgnbmwvycq")
suspend fun fileSystemConfigs(vararg values: FunctionFileSystemConfigArgs)

Parameters

values

Connection settings for an Amazon EFS file system. To connect a function to a file system, a mount target must be available in every Availability Zone that your function connects to. If your template contains an AWS::EFS::MountTarget resource, you must also specify a DependsOn attribute to ensure that the mount target is created or updated before the function.


@JvmName(name = "ikbpdnoobtpukbju")
suspend fun fileSystemConfigs(argument: List<suspend FunctionFileSystemConfigArgsBuilder.() -> Unit>)
@JvmName(name = "bakwejpfnxqcxbhu")
suspend fun fileSystemConfigs(vararg argument: suspend FunctionFileSystemConfigArgsBuilder.() -> Unit)
@JvmName(name = "bcdtqgcnkohraijy")
suspend fun fileSystemConfigs(argument: suspend FunctionFileSystemConfigArgsBuilder.() -> Unit)

Parameters

argument

Connection settings for an Amazon EFS file system. To connect a function to a file system, a mount target must be available in every Availability Zone that your function connects to. If your template contains an AWS::EFS::MountTarget resource, you must also specify a DependsOn attribute to ensure that the mount target is created or updated before the function.