GetProtectionPlainArgs

data class GetProtectionPlainArgs(val protectionId: String? = null, val resourceArn: String? = null) : ConvertibleToJava<GetProtectionPlainArgs>

A collection of arguments for invoking getProtection.

Constructors

Link copied to clipboard
constructor(protectionId: String? = null, resourceArn: String? = null)

Properties

Link copied to clipboard
val protectionId: String? = null

Unique identifier for the protection.

Link copied to clipboard
val resourceArn: String? = null

ARN (Amazon Resource Name) of the resource being protected.

Functions

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