GetResourcePolicyPlainArgs

data class GetResourcePolicyPlainArgs(val name: String, val project: String? = null, val region: String? = null) : ConvertibleToJava<GetResourcePolicyPlainArgs>

A collection of arguments for invoking getResourcePolicy.

Constructors

Link copied to clipboard
constructor(name: String, project: String? = null, region: String? = null)

Properties

Link copied to clipboard

The name of the Resource Policy.

Link copied to clipboard
val project: String? = null

Project from which to list the Resource Policy. Defaults to project declared in the provider.

Link copied to clipboard
val region: String? = null

Region where the Resource Policy resides.

Functions

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