GetNamespacePlainArgs

data class GetNamespacePlainArgs(val namespaceName: String) : ConvertibleToJava<GetNamespacePlainArgs>

Constructors

Link copied to clipboard
constructor(namespaceName: String)

Properties

Link copied to clipboard

A unique identifier for the namespace. You use this identifier to refer to the namespace for any subsequent namespace operations such as deleting or modifying. All alphabetical characters must be lower case. Namespace name should be unique for all namespaces within an AWS account.

Functions

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