ExportPolicyArgs

data class ExportPolicyArgs(val status: Output<Either<String, ExportPolicyStatus>>? = null) : ConvertibleToJava<ExportPolicyArgs>

The export policy for a container registry.

Constructors

Link copied to clipboard
constructor(status: Output<Either<String, ExportPolicyStatus>>? = null)

Properties

Link copied to clipboard
val status: Output<Either<String, ExportPolicyStatus>>? = null

The value that indicates whether the policy is enabled or not.

Functions

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