dataRepositoryAssociations

@JvmName(name = "gjlolvbcpvhjociy")
suspend fun dataRepositoryAssociations(value: Output<List<FileCacheDataRepositoryAssociationArgs>>)
@JvmName(name = "uvomoimgrpknsohx")
suspend fun dataRepositoryAssociations(value: List<FileCacheDataRepositoryAssociationArgs>?)

Parameters

value

See the data_repository_association configuration block. Max of 8. A list of up to 8 configurations for data repository associations (DRAs) to be created during the cache creation. The DRAs link the cache to either an Amazon S3 data repository or a Network File System (NFS) data repository that supports the NFSv3 protocol. The DRA configurations must meet the following requirements: 1) All configurations on the list must be of the same data repository type, either all S3 or all NFS. A cache can't link to different data repository types at the same time. 2) An NFS DRA must link to an NFS file system that supports the NFSv3 protocol. DRA automatic import and automatic export is not supported.


@JvmName(name = "pnfyupnwaofacuuf")
suspend fun dataRepositoryAssociations(vararg values: Output<FileCacheDataRepositoryAssociationArgs>)


@JvmName(name = "vtglemqukpioymip")
suspend fun dataRepositoryAssociations(values: List<Output<FileCacheDataRepositoryAssociationArgs>>)
@JvmName(name = "pbplobcwdxgqserm")
suspend fun dataRepositoryAssociations(vararg values: FileCacheDataRepositoryAssociationArgs)

Parameters

values

See the data_repository_association configuration block. Max of 8. A list of up to 8 configurations for data repository associations (DRAs) to be created during the cache creation. The DRAs link the cache to either an Amazon S3 data repository or a Network File System (NFS) data repository that supports the NFSv3 protocol. The DRA configurations must meet the following requirements: 1) All configurations on the list must be of the same data repository type, either all S3 or all NFS. A cache can't link to different data repository types at the same time. 2) An NFS DRA must link to an NFS file system that supports the NFSv3 protocol. DRA automatic import and automatic export is not supported.


@JvmName(name = "bsctaeqydjabbbjx")
suspend fun dataRepositoryAssociations(argument: List<suspend FileCacheDataRepositoryAssociationArgsBuilder.() -> Unit>)
@JvmName(name = "xwoegnedpeayyshr")
suspend fun dataRepositoryAssociations(vararg argument: suspend FileCacheDataRepositoryAssociationArgsBuilder.() -> Unit)
@JvmName(name = "mxkuqmrxfcxywxoe")
suspend fun dataRepositoryAssociations(argument: suspend FileCacheDataRepositoryAssociationArgsBuilder.() -> Unit)

Parameters

argument

See the data_repository_association configuration block. Max of 8. A list of up to 8 configurations for data repository associations (DRAs) to be created during the cache creation. The DRAs link the cache to either an Amazon S3 data repository or a Network File System (NFS) data repository that supports the NFSv3 protocol. The DRA configurations must meet the following requirements: 1) All configurations on the list must be of the same data repository type, either all S3 or all NFS. A cache can't link to different data repository types at the same time. 2) An NFS DRA must link to an NFS file system that supports the NFSv3 protocol. DRA automatic import and automatic export is not supported.