IdNamespaceNamespaceProviderPropertiesArgs

data class IdNamespaceNamespaceProviderPropertiesArgs(val providerConfiguration: Output<Map<String, String>>? = null, val providerServiceArn: Output<String>) : ConvertibleToJava<IdNamespaceNamespaceProviderPropertiesArgs>

Constructors

constructor(providerConfiguration: Output<Map<String, String>>? = null, providerServiceArn: Output<String>)

Properties

Link copied to clipboard
val providerConfiguration: Output<Map<String, String>>? = null

Additional Provider configuration that would be required for the provider service. The Configuration must be in JSON string format.

Link copied to clipboard

The Amazon Resource Name (ARN) of the provider service.

Functions

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