fileSystemConfigs

@JvmName(name = "gtmkxyhmadrkgltj")
suspend fun fileSystemConfigs(value: Output<List<FileSystemConfigArgs>>)
@JvmName(name = "pjchgrjeavotcwry")
suspend fun fileSystemConfigs(value: List<FileSystemConfigArgs>?)

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. For more information about using the `DependsOn` attribute, see DependsOn Attribute.


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


@JvmName(name = "vmcbiylguqfnwibs")
suspend fun fileSystemConfigs(values: List<Output<FileSystemConfigArgs>>)
@JvmName(name = "xxjivklucvojefxi")
suspend fun fileSystemConfigs(vararg values: FileSystemConfigArgs)

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. For more information about using the `DependsOn` attribute, see DependsOn Attribute.


@JvmName(name = "tavonrxsftmarisi")
suspend fun fileSystemConfigs(argument: List<suspend FileSystemConfigArgsBuilder.() -> Unit>)
@JvmName(name = "ajydfnxmylluakiw")
suspend fun fileSystemConfigs(vararg argument: suspend FileSystemConfigArgsBuilder.() -> Unit)
@JvmName(name = "velbnyafmhxibxvf")
suspend fun fileSystemConfigs(argument: suspend FileSystemConfigArgsBuilder.() -> 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. For more information about using the `DependsOn` attribute, see DependsOn Attribute.