ResourcePolicy

class ResourcePolicy : KotlinCustomResource

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.

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the resource policy.

Link copied to clipboard
val awsId: Output<String>

The unique identifier (ID) associated with this resource policy.

Link copied to clipboard
val content: Output<Any>

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. Search the CloudFormation User Guide for AWS::Organizations::ResourcePolicy for more information about the expected schema for this property.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

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

Link copied to clipboard
val urn: Output<String>