applications

@JvmName(name = "rteevcuqjusjdjpy")
suspend fun applications(value: Output<List<SecurityProfileApplicationArgs>>)
@JvmName(name = "kxnmocaothgaqhrc")
suspend fun applications(value: List<SecurityProfileApplicationArgs>?)

Parameters

value

A list of third-party applications that the security profile will give access to.


@JvmName(name = "aeqxbibpbstmdrwo")
suspend fun applications(vararg values: Output<SecurityProfileApplicationArgs>)


@JvmName(name = "hpuyfjhbboertfmu")
suspend fun applications(values: List<Output<SecurityProfileApplicationArgs>>)
@JvmName(name = "ullgygeqvoxwfpcn")
suspend fun applications(vararg values: SecurityProfileApplicationArgs)

Parameters

values

A list of third-party applications that the security profile will give access to.


@JvmName(name = "defbbojrfkbhyhew")
suspend fun applications(argument: List<suspend SecurityProfileApplicationArgsBuilder.() -> Unit>)
@JvmName(name = "qdgcjjntsnelodak")
suspend fun applications(vararg argument: suspend SecurityProfileApplicationArgsBuilder.() -> Unit)
@JvmName(name = "owopppdocjsgtbmo")
suspend fun applications(argument: suspend SecurityProfileApplicationArgsBuilder.() -> Unit)

Parameters

argument

A list of third-party applications that the security profile will give access to.