managedPolicyArns

@JvmName(name = "lcgigqnmfiblmfio")
suspend fun managedPolicyArns(value: Output<List<String>>)
@JvmName(name = "gwyrvfuqtiseolll")
suspend fun managedPolicyArns(value: List<String>?)

Parameters

value

Set of exclusive IAM managed policy ARNs to attach to the IAM role. If this attribute is not configured, Pulumi will ignore policy attachments to this resource. When configured, Pulumi will align the role's managed policy attachments with this set by attaching or detaching managed policies. Configuring an empty set (i.e., managed_policy_arns = []) will cause Pulumi to remove all managed policy attachments.


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


@JvmName(name = "umbpeeschbivgwwx")
suspend fun managedPolicyArns(values: List<Output<String>>)
@JvmName(name = "uwolthnpmylulnhu")
suspend fun managedPolicyArns(vararg values: String)

Parameters

values

Set of exclusive IAM managed policy ARNs to attach to the IAM role. If this attribute is not configured, Pulumi will ignore policy attachments to this resource. When configured, Pulumi will align the role's managed policy attachments with this set by attaching or detaching managed policies. Configuring an empty set (i.e., managed_policy_arns = []) will cause Pulumi to remove all managed policy attachments.