Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.datamigration/v1.getMappingRule
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Gets the details of a mapping rule.
Using getMappingRule
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getMappingRule(args: GetMappingRuleArgs, opts?: InvokeOptions): Promise<GetMappingRuleResult>
function getMappingRuleOutput(args: GetMappingRuleOutputArgs, opts?: InvokeOptions): Output<GetMappingRuleResult>def get_mapping_rule(conversion_workspace_id: Optional[str] = None,
                     location: Optional[str] = None,
                     mapping_rule_id: Optional[str] = None,
                     project: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetMappingRuleResult
def get_mapping_rule_output(conversion_workspace_id: Optional[pulumi.Input[str]] = None,
                     location: Optional[pulumi.Input[str]] = None,
                     mapping_rule_id: Optional[pulumi.Input[str]] = None,
                     project: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetMappingRuleResult]func LookupMappingRule(ctx *Context, args *LookupMappingRuleArgs, opts ...InvokeOption) (*LookupMappingRuleResult, error)
func LookupMappingRuleOutput(ctx *Context, args *LookupMappingRuleOutputArgs, opts ...InvokeOption) LookupMappingRuleResultOutput> Note: This function is named LookupMappingRule in the Go SDK.
public static class GetMappingRule 
{
    public static Task<GetMappingRuleResult> InvokeAsync(GetMappingRuleArgs args, InvokeOptions? opts = null)
    public static Output<GetMappingRuleResult> Invoke(GetMappingRuleInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetMappingRuleResult> getMappingRule(GetMappingRuleArgs args, InvokeOptions options)
public static Output<GetMappingRuleResult> getMappingRule(GetMappingRuleArgs args, InvokeOptions options)
fn::invoke:
  function: google-native:datamigration/v1:getMappingRule
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ConversionWorkspace stringId 
- Location string
- MappingRule stringId 
- Project string
- ConversionWorkspace stringId 
- Location string
- MappingRule stringId 
- Project string
- conversionWorkspace StringId 
- location String
- mappingRule StringId 
- project String
- conversionWorkspace stringId 
- location string
- mappingRule stringId 
- project string
- conversion_workspace_ strid 
- location str
- mapping_rule_ strid 
- project str
- conversionWorkspace StringId 
- location String
- mappingRule StringId 
- project String
getMappingRule Result
The following output properties are available:
- ConditionalColumn Pulumi.Set Value Google Native. Datamigration. V1. Outputs. Conditional Column Set Value Response 
- Optional. Rule to specify how the data contained in a column should be transformed (such as trimmed, rounded, etc) provided that the data meets certain criteria.
- ConvertRowid Pulumi.Column Google Native. Datamigration. V1. Outputs. Convert Row Id To Column Response 
- Optional. Rule to specify how multiple tables should be converted with an additional rowid column.
- DisplayName string
- Optional. A human readable name
- EntityMove Pulumi.Google Native. Datamigration. V1. Outputs. Entity Move Response 
- Optional. Rule to specify how multiple entities should be relocated into a different schema.
- Filter
Pulumi.Google Native. Datamigration. V1. Outputs. Mapping Rule Filter Response 
- The rule filter
- FilterTable Pulumi.Columns Google Native. Datamigration. V1. Outputs. Filter Table Columns Response 
- Optional. Rule to specify the list of columns to include or exclude from a table.
- MultiColumn Pulumi.Data Type Change Google Native. Datamigration. V1. Outputs. Multi Column Datatype Change Response 
- Optional. Rule to specify how multiple columns should be converted to a different data type.
- MultiEntity Pulumi.Rename Google Native. Datamigration. V1. Outputs. Multi Entity Rename Response 
- Optional. Rule to specify how multiple entities should be renamed.
- Name string
- Full name of the mapping rule resource, in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{set}/mappingRule/{rule}.
- RevisionCreate stringTime 
- The timestamp that the revision was created.
- RevisionId string
- The revision ID of the mapping rule. A new revision is committed whenever the mapping rule is changed in any way. The format is an 8-character hexadecimal string.
- RuleOrder string
- The order in which the rule is applied. Lower order rules are applied before higher value rules so they may end up being overridden.
- RuleScope string
- The rule scope
- SetTable Pulumi.Primary Key Google Native. Datamigration. V1. Outputs. Set Table Primary Key Response 
- Optional. Rule to specify the primary key for a table
- SingleColumn Pulumi.Change Google Native. Datamigration. V1. Outputs. Single Column Change Response 
- Optional. Rule to specify how a single column is converted.
- SingleEntity Pulumi.Rename Google Native. Datamigration. V1. Outputs. Single Entity Rename Response 
- Optional. Rule to specify how a single entity should be renamed.
- SinglePackage Pulumi.Change Google Native. Datamigration. V1. Outputs. Single Package Change Response 
- Optional. Rule to specify how a single package is converted.
- SourceSql Pulumi.Change Google Native. Datamigration. V1. Outputs. Source Sql Change Response 
- Optional. Rule to change the sql code for an entity, for example, function, procedure.
- State string
- Optional. The mapping rule state
- ConditionalColumn ConditionalSet Value Column Set Value Response 
- Optional. Rule to specify how the data contained in a column should be transformed (such as trimmed, rounded, etc) provided that the data meets certain criteria.
- ConvertRowid ConvertColumn Row Id To Column Response 
- Optional. Rule to specify how multiple tables should be converted with an additional rowid column.
- DisplayName string
- Optional. A human readable name
- EntityMove EntityMove Response 
- Optional. Rule to specify how multiple entities should be relocated into a different schema.
- Filter
MappingRule Filter Response 
- The rule filter
- FilterTable FilterColumns Table Columns Response 
- Optional. Rule to specify the list of columns to include or exclude from a table.
- MultiColumn MultiData Type Change Column Datatype Change Response 
- Optional. Rule to specify how multiple columns should be converted to a different data type.
- MultiEntity MultiRename Entity Rename Response 
- Optional. Rule to specify how multiple entities should be renamed.
- Name string
- Full name of the mapping rule resource, in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{set}/mappingRule/{rule}.
- RevisionCreate stringTime 
- The timestamp that the revision was created.
- RevisionId string
- The revision ID of the mapping rule. A new revision is committed whenever the mapping rule is changed in any way. The format is an 8-character hexadecimal string.
- RuleOrder string
- The order in which the rule is applied. Lower order rules are applied before higher value rules so they may end up being overridden.
- RuleScope string
- The rule scope
- SetTable SetPrimary Key Table Primary Key Response 
- Optional. Rule to specify the primary key for a table
- SingleColumn SingleChange Column Change Response 
- Optional. Rule to specify how a single column is converted.
- SingleEntity SingleRename Entity Rename Response 
- Optional. Rule to specify how a single entity should be renamed.
- SinglePackage SingleChange Package Change Response 
- Optional. Rule to specify how a single package is converted.
- SourceSql SourceChange Sql Change Response 
- Optional. Rule to change the sql code for an entity, for example, function, procedure.
- State string
- Optional. The mapping rule state
- conditionalColumn ConditionalSet Value Column Set Value Response 
- Optional. Rule to specify how the data contained in a column should be transformed (such as trimmed, rounded, etc) provided that the data meets certain criteria.
- convertRowid ConvertColumn Row Id To Column Response 
- Optional. Rule to specify how multiple tables should be converted with an additional rowid column.
- displayName String
- Optional. A human readable name
- entityMove EntityMove Response 
- Optional. Rule to specify how multiple entities should be relocated into a different schema.
- filter
MappingRule Filter Response 
- The rule filter
- filterTable FilterColumns Table Columns Response 
- Optional. Rule to specify the list of columns to include or exclude from a table.
- multiColumn MultiData Type Change Column Datatype Change Response 
- Optional. Rule to specify how multiple columns should be converted to a different data type.
- multiEntity MultiRename Entity Rename Response 
- Optional. Rule to specify how multiple entities should be renamed.
- name String
- Full name of the mapping rule resource, in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{set}/mappingRule/{rule}.
- revisionCreate StringTime 
- The timestamp that the revision was created.
- revisionId String
- The revision ID of the mapping rule. A new revision is committed whenever the mapping rule is changed in any way. The format is an 8-character hexadecimal string.
- ruleOrder String
- The order in which the rule is applied. Lower order rules are applied before higher value rules so they may end up being overridden.
- ruleScope String
- The rule scope
- setTable SetPrimary Key Table Primary Key Response 
- Optional. Rule to specify the primary key for a table
- singleColumn SingleChange Column Change Response 
- Optional. Rule to specify how a single column is converted.
- singleEntity SingleRename Entity Rename Response 
- Optional. Rule to specify how a single entity should be renamed.
- singlePackage SingleChange Package Change Response 
- Optional. Rule to specify how a single package is converted.
- sourceSql SourceChange Sql Change Response 
- Optional. Rule to change the sql code for an entity, for example, function, procedure.
- state String
- Optional. The mapping rule state
- conditionalColumn ConditionalSet Value Column Set Value Response 
- Optional. Rule to specify how the data contained in a column should be transformed (such as trimmed, rounded, etc) provided that the data meets certain criteria.
- convertRowid ConvertColumn Row Id To Column Response 
- Optional. Rule to specify how multiple tables should be converted with an additional rowid column.
- displayName string
- Optional. A human readable name
- entityMove EntityMove Response 
- Optional. Rule to specify how multiple entities should be relocated into a different schema.
- filter
MappingRule Filter Response 
- The rule filter
- filterTable FilterColumns Table Columns Response 
- Optional. Rule to specify the list of columns to include or exclude from a table.
- multiColumn MultiData Type Change Column Datatype Change Response 
- Optional. Rule to specify how multiple columns should be converted to a different data type.
- multiEntity MultiRename Entity Rename Response 
- Optional. Rule to specify how multiple entities should be renamed.
- name string
- Full name of the mapping rule resource, in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{set}/mappingRule/{rule}.
- revisionCreate stringTime 
- The timestamp that the revision was created.
- revisionId string
- The revision ID of the mapping rule. A new revision is committed whenever the mapping rule is changed in any way. The format is an 8-character hexadecimal string.
- ruleOrder string
- The order in which the rule is applied. Lower order rules are applied before higher value rules so they may end up being overridden.
- ruleScope string
- The rule scope
- setTable SetPrimary Key Table Primary Key Response 
- Optional. Rule to specify the primary key for a table
- singleColumn SingleChange Column Change Response 
- Optional. Rule to specify how a single column is converted.
- singleEntity SingleRename Entity Rename Response 
- Optional. Rule to specify how a single entity should be renamed.
- singlePackage SingleChange Package Change Response 
- Optional. Rule to specify how a single package is converted.
- sourceSql SourceChange Sql Change Response 
- Optional. Rule to change the sql code for an entity, for example, function, procedure.
- state string
- Optional. The mapping rule state
- conditional_column_ Conditionalset_ value Column Set Value Response 
- Optional. Rule to specify how the data contained in a column should be transformed (such as trimmed, rounded, etc) provided that the data meets certain criteria.
- convert_rowid_ Convertcolumn Row Id To Column Response 
- Optional. Rule to specify how multiple tables should be converted with an additional rowid column.
- display_name str
- Optional. A human readable name
- entity_move EntityMove Response 
- Optional. Rule to specify how multiple entities should be relocated into a different schema.
- filter
MappingRule Filter Response 
- The rule filter
- filter_table_ Filtercolumns Table Columns Response 
- Optional. Rule to specify the list of columns to include or exclude from a table.
- multi_column_ Multidata_ type_ change Column Datatype Change Response 
- Optional. Rule to specify how multiple columns should be converted to a different data type.
- multi_entity_ Multirename Entity Rename Response 
- Optional. Rule to specify how multiple entities should be renamed.
- name str
- Full name of the mapping rule resource, in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{set}/mappingRule/{rule}.
- revision_create_ strtime 
- The timestamp that the revision was created.
- revision_id str
- The revision ID of the mapping rule. A new revision is committed whenever the mapping rule is changed in any way. The format is an 8-character hexadecimal string.
- rule_order str
- The order in which the rule is applied. Lower order rules are applied before higher value rules so they may end up being overridden.
- rule_scope str
- The rule scope
- set_table_ Setprimary_ key Table Primary Key Response 
- Optional. Rule to specify the primary key for a table
- single_column_ Singlechange Column Change Response 
- Optional. Rule to specify how a single column is converted.
- single_entity_ Singlerename Entity Rename Response 
- Optional. Rule to specify how a single entity should be renamed.
- single_package_ Singlechange Package Change Response 
- Optional. Rule to specify how a single package is converted.
- source_sql_ Sourcechange Sql Change Response 
- Optional. Rule to change the sql code for an entity, for example, function, procedure.
- state str
- Optional. The mapping rule state
- conditionalColumn Property MapSet Value 
- Optional. Rule to specify how the data contained in a column should be transformed (such as trimmed, rounded, etc) provided that the data meets certain criteria.
- convertRowid Property MapColumn 
- Optional. Rule to specify how multiple tables should be converted with an additional rowid column.
- displayName String
- Optional. A human readable name
- entityMove Property Map
- Optional. Rule to specify how multiple entities should be relocated into a different schema.
- filter Property Map
- The rule filter
- filterTable Property MapColumns 
- Optional. Rule to specify the list of columns to include or exclude from a table.
- multiColumn Property MapData Type Change 
- Optional. Rule to specify how multiple columns should be converted to a different data type.
- multiEntity Property MapRename 
- Optional. Rule to specify how multiple entities should be renamed.
- name String
- Full name of the mapping rule resource, in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{set}/mappingRule/{rule}.
- revisionCreate StringTime 
- The timestamp that the revision was created.
- revisionId String
- The revision ID of the mapping rule. A new revision is committed whenever the mapping rule is changed in any way. The format is an 8-character hexadecimal string.
- ruleOrder String
- The order in which the rule is applied. Lower order rules are applied before higher value rules so they may end up being overridden.
- ruleScope String
- The rule scope
- setTable Property MapPrimary Key 
- Optional. Rule to specify the primary key for a table
- singleColumn Property MapChange 
- Optional. Rule to specify how a single column is converted.
- singleEntity Property MapRename 
- Optional. Rule to specify how a single entity should be renamed.
- singlePackage Property MapChange 
- Optional. Rule to specify how a single package is converted.
- sourceSql Property MapChange 
- Optional. Rule to change the sql code for an entity, for example, function, procedure.
- state String
- Optional. The mapping rule state
Supporting Types
ApplyHashResponse  
- UuidFrom Pulumi.Bytes Google Native. Datamigration. V1. Inputs. Empty Response 
- Optional. Generate UUID from the data's byte array
- UuidFrom EmptyBytes Response 
- Optional. Generate UUID from the data's byte array
- uuidFrom EmptyBytes Response 
- Optional. Generate UUID from the data's byte array
- uuidFrom EmptyBytes Response 
- Optional. Generate UUID from the data's byte array
- uuid_from_ Emptybytes Response 
- Optional. Generate UUID from the data's byte array
- uuidFrom Property MapBytes 
- Optional. Generate UUID from the data's byte array
AssignSpecificValueResponse   
- Value string
- Specific value to be assigned
- Value string
- Specific value to be assigned
- value String
- Specific value to be assigned
- value string
- Specific value to be assigned
- value str
- Specific value to be assigned
- value String
- Specific value to be assigned
ConditionalColumnSetValueResponse    
- CustomFeatures Dictionary<string, string>
- Optional. Custom engine specific features.
- SourceNumeric Pulumi.Filter Google Native. Datamigration. V1. Inputs. Source Numeric Filter Response 
- Optional. Optional filter on source column precision and scale. Used for fixed point numbers such as NUMERIC/NUMBER data types.
- SourceText Pulumi.Filter Google Native. Datamigration. V1. Inputs. Source Text Filter Response 
- Optional. Optional filter on source column length. Used for text based data types like varchar.
- ValueTransformation Pulumi.Google Native. Datamigration. V1. Inputs. Value Transformation Response 
- Description of data transformation during migration.
- CustomFeatures map[string]string
- Optional. Custom engine specific features.
- SourceNumeric SourceFilter Numeric Filter Response 
- Optional. Optional filter on source column precision and scale. Used for fixed point numbers such as NUMERIC/NUMBER data types.
- SourceText SourceFilter Text Filter Response 
- Optional. Optional filter on source column length. Used for text based data types like varchar.
- ValueTransformation ValueTransformation Response 
- Description of data transformation during migration.
- customFeatures Map<String,String>
- Optional. Custom engine specific features.
- sourceNumeric SourceFilter Numeric Filter Response 
- Optional. Optional filter on source column precision and scale. Used for fixed point numbers such as NUMERIC/NUMBER data types.
- sourceText SourceFilter Text Filter Response 
- Optional. Optional filter on source column length. Used for text based data types like varchar.
- valueTransformation ValueTransformation Response 
- Description of data transformation during migration.
- customFeatures {[key: string]: string}
- Optional. Custom engine specific features.
- sourceNumeric SourceFilter Numeric Filter Response 
- Optional. Optional filter on source column precision and scale. Used for fixed point numbers such as NUMERIC/NUMBER data types.
- sourceText SourceFilter Text Filter Response 
- Optional. Optional filter on source column length. Used for text based data types like varchar.
- valueTransformation ValueTransformation Response 
- Description of data transformation during migration.
- custom_features Mapping[str, str]
- Optional. Custom engine specific features.
- source_numeric_ Sourcefilter Numeric Filter Response 
- Optional. Optional filter on source column precision and scale. Used for fixed point numbers such as NUMERIC/NUMBER data types.
- source_text_ Sourcefilter Text Filter Response 
- Optional. Optional filter on source column length. Used for text based data types like varchar.
- value_transformation ValueTransformation Response 
- Description of data transformation during migration.
- customFeatures Map<String>
- Optional. Custom engine specific features.
- sourceNumeric Property MapFilter 
- Optional. Optional filter on source column precision and scale. Used for fixed point numbers such as NUMERIC/NUMBER data types.
- sourceText Property MapFilter 
- Optional. Optional filter on source column length. Used for text based data types like varchar.
- valueTransformation Property Map
- Description of data transformation during migration.
ConvertRowIdToColumnResponse     
- OnlyIf boolNo Primary Key 
- Only work on tables without primary key defined
- OnlyIf boolNo Primary Key 
- Only work on tables without primary key defined
- onlyIf BooleanNo Primary Key 
- Only work on tables without primary key defined
- onlyIf booleanNo Primary Key 
- Only work on tables without primary key defined
- only_if_ boolno_ primary_ key 
- Only work on tables without primary key defined
- onlyIf BooleanNo Primary Key 
- Only work on tables without primary key defined
DoubleComparisonFilterResponse   
- Value double
- Double compare value to be used
- ValueComparison string
- Relation between source value and compare value
- Value float64
- Double compare value to be used
- ValueComparison string
- Relation between source value and compare value
- value Double
- Double compare value to be used
- valueComparison String
- Relation between source value and compare value
- value number
- Double compare value to be used
- valueComparison string
- Relation between source value and compare value
- value float
- Double compare value to be used
- value_comparison str
- Relation between source value and compare value
- value Number
- Double compare value to be used
- valueComparison String
- Relation between source value and compare value
EntityMoveResponse  
- NewSchema string
- The new schema
- NewSchema string
- The new schema
- newSchema String
- The new schema
- newSchema string
- The new schema
- new_schema str
- The new schema
- newSchema String
- The new schema
FilterTableColumnsResponse   
- ExcludeColumns List<string>
- Optional. List of columns to be excluded for a particular table.
- IncludeColumns List<string>
- Optional. List of columns to be included for a particular table.
- ExcludeColumns []string
- Optional. List of columns to be excluded for a particular table.
- IncludeColumns []string
- Optional. List of columns to be included for a particular table.
- excludeColumns List<String>
- Optional. List of columns to be excluded for a particular table.
- includeColumns List<String>
- Optional. List of columns to be included for a particular table.
- excludeColumns string[]
- Optional. List of columns to be excluded for a particular table.
- includeColumns string[]
- Optional. List of columns to be included for a particular table.
- exclude_columns Sequence[str]
- Optional. List of columns to be excluded for a particular table.
- include_columns Sequence[str]
- Optional. List of columns to be included for a particular table.
- excludeColumns List<String>
- Optional. List of columns to be excluded for a particular table.
- includeColumns List<String>
- Optional. List of columns to be included for a particular table.
IntComparisonFilterResponse   
- Value string
- Integer compare value to be used
- ValueComparison string
- Relation between source value and compare value
- Value string
- Integer compare value to be used
- ValueComparison string
- Relation between source value and compare value
- value String
- Integer compare value to be used
- valueComparison String
- Relation between source value and compare value
- value string
- Integer compare value to be used
- valueComparison string
- Relation between source value and compare value
- value str
- Integer compare value to be used
- value_comparison str
- Relation between source value and compare value
- value String
- Integer compare value to be used
- valueComparison String
- Relation between source value and compare value
MappingRuleFilterResponse   
- Entities List<string>
- Optional. The rule should be applied to specific entities defined by their fully qualified names.
- EntityName stringContains 
- Optional. The rule should be applied to entities whose non-qualified name contains the given string.
- EntityName stringPrefix 
- Optional. The rule should be applied to entities whose non-qualified name starts with the given prefix.
- EntityName stringSuffix 
- Optional. The rule should be applied to entities whose non-qualified name ends with the given suffix.
- ParentEntity string
- Optional. The rule should be applied to entities whose parent entity (fully qualified name) matches the given value. For example, if the rule applies to a table entity, the expected value should be a schema (schema). If the rule applies to a column or index entity, the expected value can be either a schema (schema) or a table (schema.table)
- Entities []string
- Optional. The rule should be applied to specific entities defined by their fully qualified names.
- EntityName stringContains 
- Optional. The rule should be applied to entities whose non-qualified name contains the given string.
- EntityName stringPrefix 
- Optional. The rule should be applied to entities whose non-qualified name starts with the given prefix.
- EntityName stringSuffix 
- Optional. The rule should be applied to entities whose non-qualified name ends with the given suffix.
- ParentEntity string
- Optional. The rule should be applied to entities whose parent entity (fully qualified name) matches the given value. For example, if the rule applies to a table entity, the expected value should be a schema (schema). If the rule applies to a column or index entity, the expected value can be either a schema (schema) or a table (schema.table)
- entities List<String>
- Optional. The rule should be applied to specific entities defined by their fully qualified names.
- entityName StringContains 
- Optional. The rule should be applied to entities whose non-qualified name contains the given string.
- entityName StringPrefix 
- Optional. The rule should be applied to entities whose non-qualified name starts with the given prefix.
- entityName StringSuffix 
- Optional. The rule should be applied to entities whose non-qualified name ends with the given suffix.
- parentEntity String
- Optional. The rule should be applied to entities whose parent entity (fully qualified name) matches the given value. For example, if the rule applies to a table entity, the expected value should be a schema (schema). If the rule applies to a column or index entity, the expected value can be either a schema (schema) or a table (schema.table)
- entities string[]
- Optional. The rule should be applied to specific entities defined by their fully qualified names.
- entityName stringContains 
- Optional. The rule should be applied to entities whose non-qualified name contains the given string.
- entityName stringPrefix 
- Optional. The rule should be applied to entities whose non-qualified name starts with the given prefix.
- entityName stringSuffix 
- Optional. The rule should be applied to entities whose non-qualified name ends with the given suffix.
- parentEntity string
- Optional. The rule should be applied to entities whose parent entity (fully qualified name) matches the given value. For example, if the rule applies to a table entity, the expected value should be a schema (schema). If the rule applies to a column or index entity, the expected value can be either a schema (schema) or a table (schema.table)
- entities Sequence[str]
- Optional. The rule should be applied to specific entities defined by their fully qualified names.
- entity_name_ strcontains 
- Optional. The rule should be applied to entities whose non-qualified name contains the given string.
- entity_name_ strprefix 
- Optional. The rule should be applied to entities whose non-qualified name starts with the given prefix.
- entity_name_ strsuffix 
- Optional. The rule should be applied to entities whose non-qualified name ends with the given suffix.
- parent_entity str
- Optional. The rule should be applied to entities whose parent entity (fully qualified name) matches the given value. For example, if the rule applies to a table entity, the expected value should be a schema (schema). If the rule applies to a column or index entity, the expected value can be either a schema (schema) or a table (schema.table)
- entities List<String>
- Optional. The rule should be applied to specific entities defined by their fully qualified names.
- entityName StringContains 
- Optional. The rule should be applied to entities whose non-qualified name contains the given string.
- entityName StringPrefix 
- Optional. The rule should be applied to entities whose non-qualified name starts with the given prefix.
- entityName StringSuffix 
- Optional. The rule should be applied to entities whose non-qualified name ends with the given suffix.
- parentEntity String
- Optional. The rule should be applied to entities whose parent entity (fully qualified name) matches the given value. For example, if the rule applies to a table entity, the expected value should be a schema (schema). If the rule applies to a column or index entity, the expected value can be either a schema (schema) or a table (schema.table)
MultiColumnDatatypeChangeResponse    
- CustomFeatures Dictionary<string, string>
- Optional. Custom engine specific features.
- NewData stringType 
- New data type.
- OverrideFractional intSeconds Precision 
- Optional. Column fractional seconds precision - used only for timestamp based datatypes - if not specified and relevant uses the source column fractional seconds precision.
- OverrideLength string
- Optional. Column length - e.g. varchar (50) - if not specified and relevant uses the source column length.
- OverridePrecision int
- Optional. Column precision - when relevant - if not specified and relevant uses the source column precision.
- OverrideScale int
- Optional. Column scale - when relevant - if not specified and relevant uses the source column scale.
- SourceData stringType Filter 
- Filter on source data type.
- SourceNumeric Pulumi.Filter Google Native. Datamigration. V1. Inputs. Source Numeric Filter Response 
- Optional. Filter for fixed point number data types such as NUMERIC/NUMBER.
- SourceText Pulumi.Filter Google Native. Datamigration. V1. Inputs. Source Text Filter Response 
- Optional. Filter for text-based data types like varchar.
- CustomFeatures map[string]string
- Optional. Custom engine specific features.
- NewData stringType 
- New data type.
- OverrideFractional intSeconds Precision 
- Optional. Column fractional seconds precision - used only for timestamp based datatypes - if not specified and relevant uses the source column fractional seconds precision.
- OverrideLength string
- Optional. Column length - e.g. varchar (50) - if not specified and relevant uses the source column length.
- OverridePrecision int
- Optional. Column precision - when relevant - if not specified and relevant uses the source column precision.
- OverrideScale int
- Optional. Column scale - when relevant - if not specified and relevant uses the source column scale.
- SourceData stringType Filter 
- Filter on source data type.
- SourceNumeric SourceFilter Numeric Filter Response 
- Optional. Filter for fixed point number data types such as NUMERIC/NUMBER.
- SourceText SourceFilter Text Filter Response 
- Optional. Filter for text-based data types like varchar.
- customFeatures Map<String,String>
- Optional. Custom engine specific features.
- newData StringType 
- New data type.
- overrideFractional IntegerSeconds Precision 
- Optional. Column fractional seconds precision - used only for timestamp based datatypes - if not specified and relevant uses the source column fractional seconds precision.
- overrideLength String
- Optional. Column length - e.g. varchar (50) - if not specified and relevant uses the source column length.
- overridePrecision Integer
- Optional. Column precision - when relevant - if not specified and relevant uses the source column precision.
- overrideScale Integer
- Optional. Column scale - when relevant - if not specified and relevant uses the source column scale.
- sourceData StringType Filter 
- Filter on source data type.
- sourceNumeric SourceFilter Numeric Filter Response 
- Optional. Filter for fixed point number data types such as NUMERIC/NUMBER.
- sourceText SourceFilter Text Filter Response 
- Optional. Filter for text-based data types like varchar.
- customFeatures {[key: string]: string}
- Optional. Custom engine specific features.
- newData stringType 
- New data type.
- overrideFractional numberSeconds Precision 
- Optional. Column fractional seconds precision - used only for timestamp based datatypes - if not specified and relevant uses the source column fractional seconds precision.
- overrideLength string
- Optional. Column length - e.g. varchar (50) - if not specified and relevant uses the source column length.
- overridePrecision number
- Optional. Column precision - when relevant - if not specified and relevant uses the source column precision.
- overrideScale number
- Optional. Column scale - when relevant - if not specified and relevant uses the source column scale.
- sourceData stringType Filter 
- Filter on source data type.
- sourceNumeric SourceFilter Numeric Filter Response 
- Optional. Filter for fixed point number data types such as NUMERIC/NUMBER.
- sourceText SourceFilter Text Filter Response 
- Optional. Filter for text-based data types like varchar.
- custom_features Mapping[str, str]
- Optional. Custom engine specific features.
- new_data_ strtype 
- New data type.
- override_fractional_ intseconds_ precision 
- Optional. Column fractional seconds precision - used only for timestamp based datatypes - if not specified and relevant uses the source column fractional seconds precision.
- override_length str
- Optional. Column length - e.g. varchar (50) - if not specified and relevant uses the source column length.
- override_precision int
- Optional. Column precision - when relevant - if not specified and relevant uses the source column precision.
- override_scale int
- Optional. Column scale - when relevant - if not specified and relevant uses the source column scale.
- source_data_ strtype_ filter 
- Filter on source data type.
- source_numeric_ Sourcefilter Numeric Filter Response 
- Optional. Filter for fixed point number data types such as NUMERIC/NUMBER.
- source_text_ Sourcefilter Text Filter Response 
- Optional. Filter for text-based data types like varchar.
- customFeatures Map<String>
- Optional. Custom engine specific features.
- newData StringType 
- New data type.
- overrideFractional NumberSeconds Precision 
- Optional. Column fractional seconds precision - used only for timestamp based datatypes - if not specified and relevant uses the source column fractional seconds precision.
- overrideLength String
- Optional. Column length - e.g. varchar (50) - if not specified and relevant uses the source column length.
- overridePrecision Number
- Optional. Column precision - when relevant - if not specified and relevant uses the source column precision.
- overrideScale Number
- Optional. Column scale - when relevant - if not specified and relevant uses the source column scale.
- sourceData StringType Filter 
- Filter on source data type.
- sourceNumeric Property MapFilter 
- Optional. Filter for fixed point number data types such as NUMERIC/NUMBER.
- sourceText Property MapFilter 
- Optional. Filter for text-based data types like varchar.
MultiEntityRenameResponse   
- NewName stringPattern 
- Optional. The pattern used to generate the new entity's name. This pattern must include the characters '{name}', which will be replaced with the name of the original entity. For example, the pattern 't_{name}' for an entity name jobs would be converted to 't_jobs'. If unspecified, the default value for this field is '{name}'
- SourceName stringTransformation 
- Optional. Additional transformation that can be done on the source entity name before it is being used by the new_name_pattern, for example lower case. If no transformation is desired, use NO_TRANSFORMATION
- NewName stringPattern 
- Optional. The pattern used to generate the new entity's name. This pattern must include the characters '{name}', which will be replaced with the name of the original entity. For example, the pattern 't_{name}' for an entity name jobs would be converted to 't_jobs'. If unspecified, the default value for this field is '{name}'
- SourceName stringTransformation 
- Optional. Additional transformation that can be done on the source entity name before it is being used by the new_name_pattern, for example lower case. If no transformation is desired, use NO_TRANSFORMATION
- newName StringPattern 
- Optional. The pattern used to generate the new entity's name. This pattern must include the characters '{name}', which will be replaced with the name of the original entity. For example, the pattern 't_{name}' for an entity name jobs would be converted to 't_jobs'. If unspecified, the default value for this field is '{name}'
- sourceName StringTransformation 
- Optional. Additional transformation that can be done on the source entity name before it is being used by the new_name_pattern, for example lower case. If no transformation is desired, use NO_TRANSFORMATION
- newName stringPattern 
- Optional. The pattern used to generate the new entity's name. This pattern must include the characters '{name}', which will be replaced with the name of the original entity. For example, the pattern 't_{name}' for an entity name jobs would be converted to 't_jobs'. If unspecified, the default value for this field is '{name}'
- sourceName stringTransformation 
- Optional. Additional transformation that can be done on the source entity name before it is being used by the new_name_pattern, for example lower case. If no transformation is desired, use NO_TRANSFORMATION
- new_name_ strpattern 
- Optional. The pattern used to generate the new entity's name. This pattern must include the characters '{name}', which will be replaced with the name of the original entity. For example, the pattern 't_{name}' for an entity name jobs would be converted to 't_jobs'. If unspecified, the default value for this field is '{name}'
- source_name_ strtransformation 
- Optional. Additional transformation that can be done on the source entity name before it is being used by the new_name_pattern, for example lower case. If no transformation is desired, use NO_TRANSFORMATION
- newName StringPattern 
- Optional. The pattern used to generate the new entity's name. This pattern must include the characters '{name}', which will be replaced with the name of the original entity. For example, the pattern 't_{name}' for an entity name jobs would be converted to 't_jobs'. If unspecified, the default value for this field is '{name}'
- sourceName StringTransformation 
- Optional. Additional transformation that can be done on the source entity name before it is being used by the new_name_pattern, for example lower case. If no transformation is desired, use NO_TRANSFORMATION
RoundToScaleResponse   
- Scale int
- Scale value to be used
- Scale int
- Scale value to be used
- scale Integer
- Scale value to be used
- scale number
- Scale value to be used
- scale int
- Scale value to be used
- scale Number
- Scale value to be used
SetTablePrimaryKeyResponse    
- PrimaryKey string
- Optional. Name for the primary key
- PrimaryKey List<string>Columns 
- List of column names for the primary key
- PrimaryKey string
- Optional. Name for the primary key
- PrimaryKey []stringColumns 
- List of column names for the primary key
- primaryKey String
- Optional. Name for the primary key
- primaryKey List<String>Columns 
- List of column names for the primary key
- primaryKey string
- Optional. Name for the primary key
- primaryKey string[]Columns 
- List of column names for the primary key
- primary_key str
- Optional. Name for the primary key
- primary_key_ Sequence[str]columns 
- List of column names for the primary key
- primaryKey String
- Optional. Name for the primary key
- primaryKey List<String>Columns 
- List of column names for the primary key
SingleColumnChangeResponse   
- Array bool
- Optional. Is the column of array type.
- ArrayLength int
- Optional. The length of the array, only relevant if the column type is an array.
- AutoGenerated bool
- Optional. Is the column auto-generated/identity.
- Charset string
- Optional. Charset override - instead of table level charset.
- Collation string
- Optional. Collation override - instead of table level collation.
- Comment string
- Optional. Comment associated with the column.
- CustomFeatures Dictionary<string, string>
- Optional. Custom engine specific features.
- DataType string
- Optional. Column data type name.
- FractionalSeconds intPrecision 
- Optional. Column fractional seconds precision - e.g. 2 as in timestamp (2) - when relevant.
- Length string
- Optional. Column length - e.g. 50 as in varchar (50) - when relevant.
- Nullable bool
- Optional. Is the column nullable.
- Precision int
- Optional. Column precision - e.g. 8 as in double (8,2) - when relevant.
- Scale int
- Optional. Column scale - e.g. 2 as in double (8,2) - when relevant.
- SetValues List<string>
- Optional. Specifies the list of values allowed in the column.
- Udt bool
- Optional. Is the column a UDT (User-defined Type).
- Array bool
- Optional. Is the column of array type.
- ArrayLength int
- Optional. The length of the array, only relevant if the column type is an array.
- AutoGenerated bool
- Optional. Is the column auto-generated/identity.
- Charset string
- Optional. Charset override - instead of table level charset.
- Collation string
- Optional. Collation override - instead of table level collation.
- Comment string
- Optional. Comment associated with the column.
- CustomFeatures map[string]string
- Optional. Custom engine specific features.
- DataType string
- Optional. Column data type name.
- FractionalSeconds intPrecision 
- Optional. Column fractional seconds precision - e.g. 2 as in timestamp (2) - when relevant.
- Length string
- Optional. Column length - e.g. 50 as in varchar (50) - when relevant.
- Nullable bool
- Optional. Is the column nullable.
- Precision int
- Optional. Column precision - e.g. 8 as in double (8,2) - when relevant.
- Scale int
- Optional. Column scale - e.g. 2 as in double (8,2) - when relevant.
- SetValues []string
- Optional. Specifies the list of values allowed in the column.
- Udt bool
- Optional. Is the column a UDT (User-defined Type).
- array Boolean
- Optional. Is the column of array type.
- arrayLength Integer
- Optional. The length of the array, only relevant if the column type is an array.
- autoGenerated Boolean
- Optional. Is the column auto-generated/identity.
- charset String
- Optional. Charset override - instead of table level charset.
- collation String
- Optional. Collation override - instead of table level collation.
- comment String
- Optional. Comment associated with the column.
- customFeatures Map<String,String>
- Optional. Custom engine specific features.
- dataType String
- Optional. Column data type name.
- fractionalSeconds IntegerPrecision 
- Optional. Column fractional seconds precision - e.g. 2 as in timestamp (2) - when relevant.
- length String
- Optional. Column length - e.g. 50 as in varchar (50) - when relevant.
- nullable Boolean
- Optional. Is the column nullable.
- precision Integer
- Optional. Column precision - e.g. 8 as in double (8,2) - when relevant.
- scale Integer
- Optional. Column scale - e.g. 2 as in double (8,2) - when relevant.
- setValues List<String>
- Optional. Specifies the list of values allowed in the column.
- udt Boolean
- Optional. Is the column a UDT (User-defined Type).
- array boolean
- Optional. Is the column of array type.
- arrayLength number
- Optional. The length of the array, only relevant if the column type is an array.
- autoGenerated boolean
- Optional. Is the column auto-generated/identity.
- charset string
- Optional. Charset override - instead of table level charset.
- collation string
- Optional. Collation override - instead of table level collation.
- comment string
- Optional. Comment associated with the column.
- customFeatures {[key: string]: string}
- Optional. Custom engine specific features.
- dataType string
- Optional. Column data type name.
- fractionalSeconds numberPrecision 
- Optional. Column fractional seconds precision - e.g. 2 as in timestamp (2) - when relevant.
- length string
- Optional. Column length - e.g. 50 as in varchar (50) - when relevant.
- nullable boolean
- Optional. Is the column nullable.
- precision number
- Optional. Column precision - e.g. 8 as in double (8,2) - when relevant.
- scale number
- Optional. Column scale - e.g. 2 as in double (8,2) - when relevant.
- setValues string[]
- Optional. Specifies the list of values allowed in the column.
- udt boolean
- Optional. Is the column a UDT (User-defined Type).
- array bool
- Optional. Is the column of array type.
- array_length int
- Optional. The length of the array, only relevant if the column type is an array.
- auto_generated bool
- Optional. Is the column auto-generated/identity.
- charset str
- Optional. Charset override - instead of table level charset.
- collation str
- Optional. Collation override - instead of table level collation.
- comment str
- Optional. Comment associated with the column.
- custom_features Mapping[str, str]
- Optional. Custom engine specific features.
- data_type str
- Optional. Column data type name.
- fractional_seconds_ intprecision 
- Optional. Column fractional seconds precision - e.g. 2 as in timestamp (2) - when relevant.
- length str
- Optional. Column length - e.g. 50 as in varchar (50) - when relevant.
- nullable bool
- Optional. Is the column nullable.
- precision int
- Optional. Column precision - e.g. 8 as in double (8,2) - when relevant.
- scale int
- Optional. Column scale - e.g. 2 as in double (8,2) - when relevant.
- set_values Sequence[str]
- Optional. Specifies the list of values allowed in the column.
- udt bool
- Optional. Is the column a UDT (User-defined Type).
- array Boolean
- Optional. Is the column of array type.
- arrayLength Number
- Optional. The length of the array, only relevant if the column type is an array.
- autoGenerated Boolean
- Optional. Is the column auto-generated/identity.
- charset String
- Optional. Charset override - instead of table level charset.
- collation String
- Optional. Collation override - instead of table level collation.
- comment String
- Optional. Comment associated with the column.
- customFeatures Map<String>
- Optional. Custom engine specific features.
- dataType String
- Optional. Column data type name.
- fractionalSeconds NumberPrecision 
- Optional. Column fractional seconds precision - e.g. 2 as in timestamp (2) - when relevant.
- length String
- Optional. Column length - e.g. 50 as in varchar (50) - when relevant.
- nullable Boolean
- Optional. Is the column nullable.
- precision Number
- Optional. Column precision - e.g. 8 as in double (8,2) - when relevant.
- scale Number
- Optional. Column scale - e.g. 2 as in double (8,2) - when relevant.
- setValues List<String>
- Optional. Specifies the list of values allowed in the column.
- udt Boolean
- Optional. Is the column a UDT (User-defined Type).
SingleEntityRenameResponse   
- NewName string
- The new name of the destination entity
- NewName string
- The new name of the destination entity
- newName String
- The new name of the destination entity
- newName string
- The new name of the destination entity
- new_name str
- The new name of the destination entity
- newName String
- The new name of the destination entity
SinglePackageChangeResponse   
- PackageBody string
- Optional. Sql code for package body
- PackageDescription string
- Optional. Sql code for package description
- PackageBody string
- Optional. Sql code for package body
- PackageDescription string
- Optional. Sql code for package description
- packageBody String
- Optional. Sql code for package body
- packageDescription String
- Optional. Sql code for package description
- packageBody string
- Optional. Sql code for package body
- packageDescription string
- Optional. Sql code for package description
- package_body str
- Optional. Sql code for package body
- package_description str
- Optional. Sql code for package description
- packageBody String
- Optional. Sql code for package body
- packageDescription String
- Optional. Sql code for package description
SourceNumericFilterResponse   
- NumericFilter stringOption 
- Enum to set the option defining the datatypes numeric filter has to be applied to
- SourceMax intPrecision Filter 
- Optional. The filter will match columns with precision smaller than or equal to this number.
- SourceMax intScale Filter 
- Optional. The filter will match columns with scale smaller than or equal to this number.
- SourceMin intPrecision Filter 
- Optional. The filter will match columns with precision greater than or equal to this number.
- SourceMin intScale Filter 
- Optional. The filter will match columns with scale greater than or equal to this number.
- NumericFilter stringOption 
- Enum to set the option defining the datatypes numeric filter has to be applied to
- SourceMax intPrecision Filter 
- Optional. The filter will match columns with precision smaller than or equal to this number.
- SourceMax intScale Filter 
- Optional. The filter will match columns with scale smaller than or equal to this number.
- SourceMin intPrecision Filter 
- Optional. The filter will match columns with precision greater than or equal to this number.
- SourceMin intScale Filter 
- Optional. The filter will match columns with scale greater than or equal to this number.
- numericFilter StringOption 
- Enum to set the option defining the datatypes numeric filter has to be applied to
- sourceMax IntegerPrecision Filter 
- Optional. The filter will match columns with precision smaller than or equal to this number.
- sourceMax IntegerScale Filter 
- Optional. The filter will match columns with scale smaller than or equal to this number.
- sourceMin IntegerPrecision Filter 
- Optional. The filter will match columns with precision greater than or equal to this number.
- sourceMin IntegerScale Filter 
- Optional. The filter will match columns with scale greater than or equal to this number.
- numericFilter stringOption 
- Enum to set the option defining the datatypes numeric filter has to be applied to
- sourceMax numberPrecision Filter 
- Optional. The filter will match columns with precision smaller than or equal to this number.
- sourceMax numberScale Filter 
- Optional. The filter will match columns with scale smaller than or equal to this number.
- sourceMin numberPrecision Filter 
- Optional. The filter will match columns with precision greater than or equal to this number.
- sourceMin numberScale Filter 
- Optional. The filter will match columns with scale greater than or equal to this number.
- numeric_filter_ stroption 
- Enum to set the option defining the datatypes numeric filter has to be applied to
- source_max_ intprecision_ filter 
- Optional. The filter will match columns with precision smaller than or equal to this number.
- source_max_ intscale_ filter 
- Optional. The filter will match columns with scale smaller than or equal to this number.
- source_min_ intprecision_ filter 
- Optional. The filter will match columns with precision greater than or equal to this number.
- source_min_ intscale_ filter 
- Optional. The filter will match columns with scale greater than or equal to this number.
- numericFilter StringOption 
- Enum to set the option defining the datatypes numeric filter has to be applied to
- sourceMax NumberPrecision Filter 
- Optional. The filter will match columns with precision smaller than or equal to this number.
- sourceMax NumberScale Filter 
- Optional. The filter will match columns with scale smaller than or equal to this number.
- sourceMin NumberPrecision Filter 
- Optional. The filter will match columns with precision greater than or equal to this number.
- sourceMin NumberScale Filter 
- Optional. The filter will match columns with scale greater than or equal to this number.
SourceSqlChangeResponse   
- SqlCode string
- Sql code for source (stored procedure, function, trigger or view)
- SqlCode string
- Sql code for source (stored procedure, function, trigger or view)
- sqlCode String
- Sql code for source (stored procedure, function, trigger or view)
- sqlCode string
- Sql code for source (stored procedure, function, trigger or view)
- sql_code str
- Sql code for source (stored procedure, function, trigger or view)
- sqlCode String
- Sql code for source (stored procedure, function, trigger or view)
SourceTextFilterResponse   
- SourceMax stringLength Filter 
- Optional. The filter will match columns with length smaller than or equal to this number.
- SourceMin stringLength Filter 
- Optional. The filter will match columns with length greater than or equal to this number.
- SourceMax stringLength Filter 
- Optional. The filter will match columns with length smaller than or equal to this number.
- SourceMin stringLength Filter 
- Optional. The filter will match columns with length greater than or equal to this number.
- sourceMax StringLength Filter 
- Optional. The filter will match columns with length smaller than or equal to this number.
- sourceMin StringLength Filter 
- Optional. The filter will match columns with length greater than or equal to this number.
- sourceMax stringLength Filter 
- Optional. The filter will match columns with length smaller than or equal to this number.
- sourceMin stringLength Filter 
- Optional. The filter will match columns with length greater than or equal to this number.
- source_max_ strlength_ filter 
- Optional. The filter will match columns with length smaller than or equal to this number.
- source_min_ strlength_ filter 
- Optional. The filter will match columns with length greater than or equal to this number.
- sourceMax StringLength Filter 
- Optional. The filter will match columns with length smaller than or equal to this number.
- sourceMin StringLength Filter 
- Optional. The filter will match columns with length greater than or equal to this number.
ValueListFilterResponse   
- IgnoreCase bool
- Whether to ignore case when filtering by values. Defaults to false
- ValuePresent stringList 
- Indicates whether the filter matches rows with values that are present in the list or those with values not present in it.
- Values List<string>
- The list to be used to filter by
- IgnoreCase bool
- Whether to ignore case when filtering by values. Defaults to false
- ValuePresent stringList 
- Indicates whether the filter matches rows with values that are present in the list or those with values not present in it.
- Values []string
- The list to be used to filter by
- ignoreCase Boolean
- Whether to ignore case when filtering by values. Defaults to false
- valuePresent StringList 
- Indicates whether the filter matches rows with values that are present in the list or those with values not present in it.
- values List<String>
- The list to be used to filter by
- ignoreCase boolean
- Whether to ignore case when filtering by values. Defaults to false
- valuePresent stringList 
- Indicates whether the filter matches rows with values that are present in the list or those with values not present in it.
- values string[]
- The list to be used to filter by
- ignore_case bool
- Whether to ignore case when filtering by values. Defaults to false
- value_present_ strlist 
- Indicates whether the filter matches rows with values that are present in the list or those with values not present in it.
- values Sequence[str]
- The list to be used to filter by
- ignoreCase Boolean
- Whether to ignore case when filtering by values. Defaults to false
- valuePresent StringList 
- Indicates whether the filter matches rows with values that are present in the list or those with values not present in it.
- values List<String>
- The list to be used to filter by
ValueTransformationResponse  
- ApplyHash Pulumi.Google Native. Datamigration. V1. Inputs. Apply Hash Response 
- Optional. Applies a hash function on the data
- AssignMax Pulumi.Value Google Native. Datamigration. V1. Inputs. Empty Response 
- Optional. Set to max_value - if integer or numeric, will use int.maxvalue, etc
- AssignMin Pulumi.Value Google Native. Datamigration. V1. Inputs. Empty Response 
- Optional. Set to min_value - if integer or numeric, will use int.minvalue, etc
- AssignNull Pulumi.Google Native. Datamigration. V1. Inputs. Empty Response 
- Optional. Set to null
- AssignSpecific Pulumi.Value Google Native. Datamigration. V1. Inputs. Assign Specific Value Response 
- Optional. Set to a specific value (value is converted to fit the target data type)
- DoubleComparison Pulumi.Google Native. Datamigration. V1. Inputs. Double Comparison Filter Response 
- Optional. Filter on relation between source value and compare value of type double.
- IntComparison Pulumi.Google Native. Datamigration. V1. Inputs. Int Comparison Filter Response 
- Optional. Filter on relation between source value and compare value of type integer.
- IsNull Pulumi.Google Native. Datamigration. V1. Inputs. Empty Response 
- Optional. Value is null
- RoundScale Pulumi.Google Native. Datamigration. V1. Inputs. Round To Scale Response 
- Optional. Allows the data to change scale
- ValueList Pulumi.Google Native. Datamigration. V1. Inputs. Value List Filter Response 
- Optional. Value is found in the specified list.
- ApplyHash ApplyHash Response 
- Optional. Applies a hash function on the data
- AssignMax EmptyValue Response 
- Optional. Set to max_value - if integer or numeric, will use int.maxvalue, etc
- AssignMin EmptyValue Response 
- Optional. Set to min_value - if integer or numeric, will use int.minvalue, etc
- AssignNull EmptyResponse 
- Optional. Set to null
- AssignSpecific AssignValue Specific Value Response 
- Optional. Set to a specific value (value is converted to fit the target data type)
- DoubleComparison DoubleComparison Filter Response 
- Optional. Filter on relation between source value and compare value of type double.
- IntComparison IntComparison Filter Response 
- Optional. Filter on relation between source value and compare value of type integer.
- IsNull EmptyResponse 
- Optional. Value is null
- RoundScale RoundTo Scale Response 
- Optional. Allows the data to change scale
- ValueList ValueList Filter Response 
- Optional. Value is found in the specified list.
- applyHash ApplyHash Response 
- Optional. Applies a hash function on the data
- assignMax EmptyValue Response 
- Optional. Set to max_value - if integer or numeric, will use int.maxvalue, etc
- assignMin EmptyValue Response 
- Optional. Set to min_value - if integer or numeric, will use int.minvalue, etc
- assignNull EmptyResponse 
- Optional. Set to null
- assignSpecific AssignValue Specific Value Response 
- Optional. Set to a specific value (value is converted to fit the target data type)
- doubleComparison DoubleComparison Filter Response 
- Optional. Filter on relation between source value and compare value of type double.
- intComparison IntComparison Filter Response 
- Optional. Filter on relation between source value and compare value of type integer.
- isNull EmptyResponse 
- Optional. Value is null
- roundScale RoundTo Scale Response 
- Optional. Allows the data to change scale
- valueList ValueList Filter Response 
- Optional. Value is found in the specified list.
- applyHash ApplyHash Response 
- Optional. Applies a hash function on the data
- assignMax EmptyValue Response 
- Optional. Set to max_value - if integer or numeric, will use int.maxvalue, etc
- assignMin EmptyValue Response 
- Optional. Set to min_value - if integer or numeric, will use int.minvalue, etc
- assignNull EmptyResponse 
- Optional. Set to null
- assignSpecific AssignValue Specific Value Response 
- Optional. Set to a specific value (value is converted to fit the target data type)
- doubleComparison DoubleComparison Filter Response 
- Optional. Filter on relation between source value and compare value of type double.
- intComparison IntComparison Filter Response 
- Optional. Filter on relation between source value and compare value of type integer.
- isNull EmptyResponse 
- Optional. Value is null
- roundScale RoundTo Scale Response 
- Optional. Allows the data to change scale
- valueList ValueList Filter Response 
- Optional. Value is found in the specified list.
- apply_hash ApplyHash Response 
- Optional. Applies a hash function on the data
- assign_max_ Emptyvalue Response 
- Optional. Set to max_value - if integer or numeric, will use int.maxvalue, etc
- assign_min_ Emptyvalue Response 
- Optional. Set to min_value - if integer or numeric, will use int.minvalue, etc
- assign_null EmptyResponse 
- Optional. Set to null
- assign_specific_ Assignvalue Specific Value Response 
- Optional. Set to a specific value (value is converted to fit the target data type)
- double_comparison DoubleComparison Filter Response 
- Optional. Filter on relation between source value and compare value of type double.
- int_comparison IntComparison Filter Response 
- Optional. Filter on relation between source value and compare value of type integer.
- is_null EmptyResponse 
- Optional. Value is null
- round_scale RoundTo Scale Response 
- Optional. Allows the data to change scale
- value_list ValueList Filter Response 
- Optional. Value is found in the specified list.
- applyHash Property Map
- Optional. Applies a hash function on the data
- assignMax Property MapValue 
- Optional. Set to max_value - if integer or numeric, will use int.maxvalue, etc
- assignMin Property MapValue 
- Optional. Set to min_value - if integer or numeric, will use int.minvalue, etc
- assignNull Property Map
- Optional. Set to null
- assignSpecific Property MapValue 
- Optional. Set to a specific value (value is converted to fit the target data type)
- doubleComparison Property Map
- Optional. Filter on relation between source value and compare value of type double.
- intComparison Property Map
- Optional. Filter on relation between source value and compare value of type integer.
- isNull Property Map
- Optional. Value is null
- roundScale Property Map
- Optional. Allows the data to change scale
- valueList Property Map
- Optional. Value is found in the specified list.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi