Describe Resource Policy
lookoutequipment_describe_resource_policy | R Documentation |
Provides the details of a resource policy attached to a resource¶
Description¶
Provides the details of a resource policy attached to a resource.
Usage¶
Arguments¶
ResourceArn
[required] The Amazon Resource Name (ARN) of the resource that is associated with the resource policy.
Value¶
A list with the following syntax:
list(
PolicyRevisionId = "string",
ResourcePolicy = "string",
CreationTime = as.POSIXct(
"2015-01-01"
),
LastModifiedTime = as.POSIXct(
"2015-01-01"
)
)