sourcePolicyDocuments

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

Parameters

value

List of IAM policy documents that are merged together into the exported document. Statements defined in source_policy_documents or source_json must have unique sids. Statements with the same sid from documents assigned to the override_json and override_policy_documents arguments will override source statements.


@JvmName(name = "dnfgsjeghtlfufkq")
suspend fun sourcePolicyDocuments(vararg values: String)

Parameters

values

List of IAM policy documents that are merged together into the exported document. Statements defined in source_policy_documents or source_json must have unique sids. Statements with the same sid from documents assigned to the override_json and override_policy_documents arguments will override source statements.