id Mapping Workflow Properties
suspend fun idMappingWorkflowProperties(value: Output<List<IdNamespaceIdMappingWorkflowPropertiesArgs>>)
Parameters
value
Determines the properties of IdMappingWorflow
where this IdNamespace
can be used as a Source
or a Target
.
suspend fun idMappingWorkflowProperties(vararg values: Output<IdNamespaceIdMappingWorkflowPropertiesArgs>)
suspend fun idMappingWorkflowProperties(values: List<Output<IdNamespaceIdMappingWorkflowPropertiesArgs>>)
Parameters
values
Determines the properties of IdMappingWorflow
where this IdNamespace
can be used as a Source
or a Target
.
suspend fun idMappingWorkflowProperties(argument: List<suspend IdNamespaceIdMappingWorkflowPropertiesArgsBuilder.() -> Unit>)
suspend fun idMappingWorkflowProperties(vararg argument: suspend IdNamespaceIdMappingWorkflowPropertiesArgsBuilder.() -> Unit)
suspend fun idMappingWorkflowProperties(argument: suspend IdNamespaceIdMappingWorkflowPropertiesArgsBuilder.() -> Unit)
Parameters
argument
Determines the properties of IdMappingWorflow
where this IdNamespace
can be used as a Source
or a Target
.