applications

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "jwneesugrutqloya")
suspend fun applications(argument: List<suspend SecurityProfileApplicationArgsBuilder.() -> Unit>)
@JvmName(name = "cgbkveqkdkuwlqmq")
suspend fun applications(vararg argument: suspend SecurityProfileApplicationArgsBuilder.() -> Unit)
@JvmName(name = "xaqlcjiwevvsdgfd")
suspend fun applications(argument: suspend SecurityProfileApplicationArgsBuilder.() -> Unit)

Parameters

argument

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