Google Cloud Integrations V1alpha Parameter Map Args
data class GoogleCloudIntegrationsV1alphaParameterMapArgs(val entries: Output<List<GoogleCloudIntegrationsV1alphaParameterMapEntryArgs>>? = null, val keyType: Output<GoogleCloudIntegrationsV1alphaParameterMapKeyType>? = null, val valueType: Output<GoogleCloudIntegrationsV1alphaParameterMapValueType>? = null) : ConvertibleToJava<GoogleCloudIntegrationsV1alphaParameterMapArgs>
A generic multi-map that holds key value pairs. They keys and values can be of any type, unless specified.
Constructors
Link copied to clipboard
constructor(entries: Output<List<GoogleCloudIntegrationsV1alphaParameterMapEntryArgs>>? = null, keyType: Output<GoogleCloudIntegrationsV1alphaParameterMapKeyType>? = null, valueType: Output<GoogleCloudIntegrationsV1alphaParameterMapValueType>? = null)
Properties
Link copied to clipboard
A list of parameter map entries.
Link copied to clipboard
Option to specify key type for all entries of the map. If provided then field types for all entries must conform to this.
Link copied to clipboard
Option to specify value type for all entries of the map. If provided then field types for all entries must conform to this.