GetStorageConfigurationPlainArgs

data class GetStorageConfigurationPlainArgs(val arn: String) : ConvertibleToJava<GetStorageConfigurationPlainArgs>

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

Storage Configuration ARN is automatically generated on creation and assigned as the unique identifier.

Functions

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