AwsOrganizationsResourcePolicyCapabilityArgs
interface AwsOrganizationsResourcePolicyCapabilityArgs extends Omit<aws.organizations.ResourcePolicyArgs, 'content'> {
content: AwsOrganizationsPolicyDocumentTemplate;
tags?: Input<{ [key: string]: Input<string> } | undefined>;
}Resource policy capability arguments.
Hierarchy
ResourcePolicyArgs, "content">AwsOrganizationsResourcePolicyCapabilityArgs
Properties
content: AwsOrganizationsPolicyDocumentTemplate
JSON file/template input for the resource policy content.
tags: Input<{ [key: string]: Input<string> } | undefined>
Inherited from tags
Key-value map of resource tags. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.