ResourcePolicyArgs

data class ResourcePolicyArgs(val policy: Output<Any>? = null, val resourceArn: Output<String>? = null) : ConvertibleToJava<ResourcePolicyArgs>

Retrieves information about the resource policy. The resource policy is an IAM policy created by AWS RAM on behalf of the resource owner when they share a resource.

Constructors

Link copied to clipboard
fun ResourcePolicyArgs(policy: Output<Any>? = null, resourceArn: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val policy: Output<Any>? = null
Link copied to clipboard
val resourceArn: Output<String>? = null