overridePolicyDocuments

@JvmName(name = "spvykrqmagvcckkh")
suspend fun overridePolicyDocuments(value: List<String>?)

Parameters

value

List of IAM policy documents that are merged together into the exported document. In merging, statements with non-blank sids will override statements with the same sid from earlier documents in the list. Statements with non-blank sids will also override statements with the same sid from source_policy_documents. Non-overriding statements will be added to the exported document.


@JvmName(name = "nhxqhfhgonqegpdn")
suspend fun overridePolicyDocuments(vararg values: String)

Parameters

values

List of IAM policy documents that are merged together into the exported document. In merging, statements with non-blank sids will override statements with the same sid from earlier documents in the list. Statements with non-blank sids will also override statements with the same sid from source_policy_documents. Non-overriding statements will be added to the exported document.