sourcePolicyDocuments

@JvmName(name = "mnaqodgobqstronj")
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 must have unique sids. Statements with the same sid from override_policy_documents will override source statements.


@JvmName(name = "dwgrrrvjmgesuwxk")
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 must have unique sids. Statements with the same sid from override_policy_documents will override source statements.