Resource Type definition for AWS::CloudTrail::ResourcePolicy
resource_arn
(String) The ARN of the AWS CloudTrail resource to which the policy applies.resource_policy
(String) A policy document containing permissions to add to the specified resource. In IAM, you must provide policy documents in JSON format. However, in CloudFormation you can provide the policy in JSON or YAML format because CloudFormation converts YAML to JSON before submitting it to IAM.id
(String) Uniquely identifies the resource.Import is supported using the following syntax:
$ terraform import awscc_cloudtrail_resource_policy.example <resource ID>