actions

@JvmName(name = "mlojndvhvcqpolnp")
suspend fun actions(value: Output<List<String>>)
@JvmName(name = "tlfdpnoilkeqiymc")
suspend fun actions(value: List<String>?)

Parameters

value

Actions that the specified AWS service principal can use. These include IssueCertificate, GetCertificate, and ListPermissions. Note that in order for ACM to automatically rotate certificates issued by a PCA, it must be granted permission on all 3 actions, as per the example above.


@JvmName(name = "dixyiibjslsijash")
suspend fun actions(vararg values: Output<String>)


@JvmName(name = "auulqultvwfyhyyo")
suspend fun actions(values: List<Output<String>>)
@JvmName(name = "pgdudwymrioetcra")
suspend fun actions(vararg values: String)

Parameters

values

Actions that the specified AWS service principal can use. These include IssueCertificate, GetCertificate, and ListPermissions. Note that in order for ACM to automatically rotate certificates issued by a PCA, it must be granted permission on all 3 actions, as per the example above.