GetSecurityKeyPlainArgs

data class GetSecurityKeyPlainArgs(val associationId: String, val instanceId: String) : ConvertibleToJava<GetSecurityKeyPlainArgs>

Constructors

Link copied to clipboard
constructor(associationId: String, instanceId: String)

Properties

Link copied to clipboard

An AssociationId is automatically generated when a storage config is associated with an instance.

Link copied to clipboard

The Amazon Resource Name (ARN) of the instance. Minimum : 1 Maximum : 100

Functions

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