Get Policy Document Plain Args
data class GetPolicyDocumentPlainArgs(val overridePolicyDocuments: List<String>? = null, val policyId: String? = null, val sourcePolicyDocuments: List<String>? = null, val statements: List<GetPolicyDocumentStatement>? = null, val version: String? = null) : ConvertibleToJava<GetPolicyDocumentPlainArgs>
A collection of arguments for invoking getPolicyDocument.
Constructors
Link copied to clipboard
fun GetPolicyDocumentPlainArgs(overridePolicyDocuments: List<String>? = null, policyId: String? = null, sourcePolicyDocuments: List<String>? = null, statements: List<GetPolicyDocumentStatement>? = null, version: String? = null)
Functions
Properties
Link copied to clipboard
List of IAM policy documents that are merged together into the exported document. In merging, statements with non-blank sid
s will override statements with the same sid
from earlier documents in the list. Statements with non-blank sid
s will also override statements with the same sid
from source_policy_documents
. Non-overriding statements will be added to the exported document.
Link copied to clipboard
IAM policy document version. Valid values are 2008-10-17
and 2012-10-17
. Defaults to 2012-10-17
. For more information, see the AWS IAM User Guide.