Resource Policy Args
data class ResourcePolicyArgs(val content: Output<Any>? = null, val tags: Output<List<ResourcePolicyTagArgs>>? = null) : ConvertibleToJava<ResourcePolicyArgs>
You can use AWS::Organizations::ResourcePolicy to delegate policy management for AWS Organizations to specified member accounts to perform policy actions that are by default available only to the management account.
Constructors
Link copied to clipboard
fun ResourcePolicyArgs(content: Output<Any>? = null, tags: Output<List<ResourcePolicyTagArgs>>? = null)