Policy Args
data class PolicyArgs(val content: Output<Any>? = null, val description: Output<String>? = null, val name: Output<String>? = null, val tags: Output<List<PolicyTagArgs>>? = null, val targetIds: Output<List<String>>? = null, val type: Output<PolicyType>? = null) : ConvertibleToJava<PolicyArgs>
Policies in AWS Organizations enable you to manage different features of the AWS accounts in your organization. You can use policies when all features are enabled in your organization.
Constructors
Link copied to clipboard
fun PolicyArgs(content: Output<Any>? = null, description: Output<String>? = null, name: Output<String>? = null, tags: Output<List<PolicyTagArgs>>? = null, targetIds: Output<List<String>>? = null, type: Output<PolicyType>? = null)