GetManagedPolicyPlainArgs

data class GetManagedPolicyPlainArgs(val policyArn: String) : ConvertibleToJava<GetManagedPolicyPlainArgs>

Constructors

Link copied to clipboard
constructor(policyArn: String)

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the managed policy that you want information about. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference .

Functions

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