GetResourceTypeRegistrationPlainArgs

data class GetResourceTypeRegistrationPlainArgs(val providerNamespace: String, val resourceType: String) : ConvertibleToJava<GetResourceTypeRegistrationPlainArgs>

Constructors

Link copied to clipboard
constructor(providerNamespace: String, resourceType: String)

Properties

Link copied to clipboard

The name of the resource provider hosted within ProviderHub.

Link copied to clipboard

The resource type.

Functions

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