ResourcePolicyArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): ResourcePolicyArgs

Properties

Link copied to clipboard
val content: Output<Any>? = null

The policy document. For AWS CloudFormation templates formatted in YAML, you can provide the policy in JSON or YAML format. AWS CloudFormation always converts a YAML policy to JSON format before submitting it.

Link copied to clipboard
val tags: Output<List<ResourcePolicyTagArgs>>? = null

A list of tags that you want to attach to the resource policy