fivetran.ConnectorSchemaConfig
Explore with Pulumi AI
Import
You don’t need to import this resource as it is synthetic (doesn’t create new instances in upstream).
Create ConnectorSchemaConfig Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ConnectorSchemaConfig(name: string, args: ConnectorSchemaConfigArgs, opts?: CustomResourceOptions);
@overload
def ConnectorSchemaConfig(resource_name: str,
args: ConnectorSchemaConfigArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ConnectorSchemaConfig(resource_name: str,
opts: Optional[ResourceOptions] = None,
connector_id: Optional[str] = None,
schema: Optional[Sequence[ConnectorSchemaConfigSchemaArgs]] = None,
schema_change_handling: Optional[str] = None,
schemas: Optional[Mapping[str, ConnectorSchemaConfigSchemasArgs]] = None,
schemas_json: Optional[str] = None,
timeouts: Optional[ConnectorSchemaConfigTimeoutsArgs] = None,
validation_level: Optional[str] = None)
func NewConnectorSchemaConfig(ctx *Context, name string, args ConnectorSchemaConfigArgs, opts ...ResourceOption) (*ConnectorSchemaConfig, error)
public ConnectorSchemaConfig(string name, ConnectorSchemaConfigArgs args, CustomResourceOptions? opts = null)
public ConnectorSchemaConfig(String name, ConnectorSchemaConfigArgs args)
public ConnectorSchemaConfig(String name, ConnectorSchemaConfigArgs args, CustomResourceOptions options)
type: fivetran:ConnectorSchemaConfig
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ConnectorSchemaConfigArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ConnectorSchemaConfigArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ConnectorSchemaConfigArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ConnectorSchemaConfigArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ConnectorSchemaConfigArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var connectorSchemaConfigResource = new Fivetran.ConnectorSchemaConfig("connectorSchemaConfigResource", new()
{
ConnectorId = "string",
SchemaChangeHandling = "string",
Schemas =
{
{ "string", new Fivetran.Inputs.ConnectorSchemaConfigSchemasArgs
{
Enabled = false,
Tables =
{
{ "string", new Fivetran.Inputs.ConnectorSchemaConfigSchemasTablesArgs
{
Columns =
{
{ "string", new Fivetran.Inputs.ConnectorSchemaConfigSchemasTablesColumnsArgs
{
Enabled = false,
Hashed = false,
IsPrimaryKey = false,
} },
},
Enabled = false,
SyncMode = "string",
} },
},
} },
},
SchemasJson = "string",
Timeouts = new Fivetran.Inputs.ConnectorSchemaConfigTimeoutsArgs
{
Create = "string",
Read = "string",
Update = "string",
},
ValidationLevel = "string",
});
example, err := fivetran.NewConnectorSchemaConfig(ctx, "connectorSchemaConfigResource", &fivetran.ConnectorSchemaConfigArgs{
ConnectorId: pulumi.String("string"),
SchemaChangeHandling: pulumi.String("string"),
Schemas: .ConnectorSchemaConfigSchemasMap{
"string": &.ConnectorSchemaConfigSchemasArgs{
Enabled: pulumi.Bool(false),
Tables: .ConnectorSchemaConfigSchemasTablesMap{
"string": &.ConnectorSchemaConfigSchemasTablesArgs{
Columns: .ConnectorSchemaConfigSchemasTablesColumnsMap{
"string": &.ConnectorSchemaConfigSchemasTablesColumnsArgs{
Enabled: pulumi.Bool(false),
Hashed: pulumi.Bool(false),
IsPrimaryKey: pulumi.Bool(false),
},
},
Enabled: pulumi.Bool(false),
SyncMode: pulumi.String("string"),
},
},
},
},
SchemasJson: pulumi.String("string"),
Timeouts: &.ConnectorSchemaConfigTimeoutsArgs{
Create: pulumi.String("string"),
Read: pulumi.String("string"),
Update: pulumi.String("string"),
},
ValidationLevel: pulumi.String("string"),
})
var connectorSchemaConfigResource = new ConnectorSchemaConfig("connectorSchemaConfigResource", ConnectorSchemaConfigArgs.builder()
.connectorId("string")
.schemaChangeHandling("string")
.schemas(Map.of("string", Map.ofEntries(
Map.entry("enabled", false),
Map.entry("tables", Map.of("string", Map.ofEntries(
Map.entry("columns", Map.of("string", Map.ofEntries(
Map.entry("enabled", false),
Map.entry("hashed", false),
Map.entry("isPrimaryKey", false)
))),
Map.entry("enabled", false),
Map.entry("syncMode", "string")
)))
)))
.schemasJson("string")
.timeouts(ConnectorSchemaConfigTimeoutsArgs.builder()
.create("string")
.read("string")
.update("string")
.build())
.validationLevel("string")
.build());
connector_schema_config_resource = fivetran.ConnectorSchemaConfig("connectorSchemaConfigResource",
connector_id="string",
schema_change_handling="string",
schemas={
"string": {
"enabled": False,
"tables": {
"string": {
"columns": {
"string": {
"enabled": False,
"hashed": False,
"is_primary_key": False,
},
},
"enabled": False,
"sync_mode": "string",
},
},
},
},
schemas_json="string",
timeouts={
"create": "string",
"read": "string",
"update": "string",
},
validation_level="string")
const connectorSchemaConfigResource = new fivetran.ConnectorSchemaConfig("connectorSchemaConfigResource", {
connectorId: "string",
schemaChangeHandling: "string",
schemas: {
string: {
enabled: false,
tables: {
string: {
columns: {
string: {
enabled: false,
hashed: false,
isPrimaryKey: false,
},
},
enabled: false,
syncMode: "string",
},
},
},
},
schemasJson: "string",
timeouts: {
create: "string",
read: "string",
update: "string",
},
validationLevel: "string",
});
type: fivetran:ConnectorSchemaConfig
properties:
connectorId: string
schemaChangeHandling: string
schemas:
string:
enabled: false
tables:
string:
columns:
string:
enabled: false
hashed: false
isPrimaryKey: false
enabled: false
syncMode: string
schemasJson: string
timeouts:
create: string
read: string
update: string
validationLevel: string
ConnectorSchemaConfig Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ConnectorSchemaConfig resource accepts the following input properties:
- Connector
Id string - The unique identifier for the connector within the Fivetran system.
- Schema
List<Connector
Schema Config Schema> - Schema
Change stringHandling - The value specifying how new source data is handled.
- Schemas
Dictionary<string, Connector
Schema Config Schemas Args> - Map of schema configurations.
- Schemas
Json string - Schema settings in Json format, following Fivetran API endpoint contract for
schemas
field (a map of schemas). - Timeouts
Connector
Schema Config Timeouts - Validation
Level string - The value defines validation method. - NONE: no validation, any configuration accepted. - TABLES: validate table names, fail on attempt to configure non-existing schemas/tables. - COLUMNS: validate the whole schema config including column names. The resource will try to fetch columns for every configured table and verify column names.
- Connector
Id string - The unique identifier for the connector within the Fivetran system.
- Schema
[]Connector
Schema Config Schema Args - Schema
Change stringHandling - The value specifying how new source data is handled.
- Schemas
map[string]Connector
Schema Config Schemas Args - Map of schema configurations.
- Schemas
Json string - Schema settings in Json format, following Fivetran API endpoint contract for
schemas
field (a map of schemas). - Timeouts
Connector
Schema Config Timeouts Args - Validation
Level string - The value defines validation method. - NONE: no validation, any configuration accepted. - TABLES: validate table names, fail on attempt to configure non-existing schemas/tables. - COLUMNS: validate the whole schema config including column names. The resource will try to fetch columns for every configured table and verify column names.
- connector
Id String - The unique identifier for the connector within the Fivetran system.
- schema
List<Connector
Schema Config Schema> - schema
Change StringHandling - The value specifying how new source data is handled.
- schemas
Map<String,Connector
Schema Config Schemas Args> - Map of schema configurations.
- schemas
Json String - Schema settings in Json format, following Fivetran API endpoint contract for
schemas
field (a map of schemas). - timeouts
Connector
Schema Config Timeouts - validation
Level String - The value defines validation method. - NONE: no validation, any configuration accepted. - TABLES: validate table names, fail on attempt to configure non-existing schemas/tables. - COLUMNS: validate the whole schema config including column names. The resource will try to fetch columns for every configured table and verify column names.
- connector
Id string - The unique identifier for the connector within the Fivetran system.
- schema
Connector
Schema Config Schema[] - schema
Change stringHandling - The value specifying how new source data is handled.
- schemas
{[key: string]: Connector
Schema Config Schemas Args} - Map of schema configurations.
- schemas
Json string - Schema settings in Json format, following Fivetran API endpoint contract for
schemas
field (a map of schemas). - timeouts
Connector
Schema Config Timeouts - validation
Level string - The value defines validation method. - NONE: no validation, any configuration accepted. - TABLES: validate table names, fail on attempt to configure non-existing schemas/tables. - COLUMNS: validate the whole schema config including column names. The resource will try to fetch columns for every configured table and verify column names.
- connector_
id str - The unique identifier for the connector within the Fivetran system.
- schema
Sequence[Connector
Schema Config Schema Args] - schema_
change_ strhandling - The value specifying how new source data is handled.
- schemas
Mapping[str, Connector
Schema Config Schemas Args] - Map of schema configurations.
- schemas_
json str - Schema settings in Json format, following Fivetran API endpoint contract for
schemas
field (a map of schemas). - timeouts
Connector
Schema Config Timeouts Args - validation_
level str - The value defines validation method. - NONE: no validation, any configuration accepted. - TABLES: validate table names, fail on attempt to configure non-existing schemas/tables. - COLUMNS: validate the whole schema config including column names. The resource will try to fetch columns for every configured table and verify column names.
- connector
Id String - The unique identifier for the connector within the Fivetran system.
- schema List<Property Map>
- schema
Change StringHandling - The value specifying how new source data is handled.
- schemas Map<Property Map>
- Map of schema configurations.
- schemas
Json String - Schema settings in Json format, following Fivetran API endpoint contract for
schemas
field (a map of schemas). - timeouts Property Map
- validation
Level String - The value defines validation method. - NONE: no validation, any configuration accepted. - TABLES: validate table names, fail on attempt to configure non-existing schemas/tables. - COLUMNS: validate the whole schema config including column names. The resource will try to fetch columns for every configured table and verify column names.
Outputs
All input properties are implicitly available as output properties. Additionally, the ConnectorSchemaConfig resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing ConnectorSchemaConfig Resource
Get an existing ConnectorSchemaConfig resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ConnectorSchemaConfigState, opts?: CustomResourceOptions): ConnectorSchemaConfig
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
connector_id: Optional[str] = None,
schema: Optional[Sequence[ConnectorSchemaConfigSchemaArgs]] = None,
schema_change_handling: Optional[str] = None,
schemas: Optional[Mapping[str, ConnectorSchemaConfigSchemasArgs]] = None,
schemas_json: Optional[str] = None,
timeouts: Optional[ConnectorSchemaConfigTimeoutsArgs] = None,
validation_level: Optional[str] = None) -> ConnectorSchemaConfig
func GetConnectorSchemaConfig(ctx *Context, name string, id IDInput, state *ConnectorSchemaConfigState, opts ...ResourceOption) (*ConnectorSchemaConfig, error)
public static ConnectorSchemaConfig Get(string name, Input<string> id, ConnectorSchemaConfigState? state, CustomResourceOptions? opts = null)
public static ConnectorSchemaConfig get(String name, Output<String> id, ConnectorSchemaConfigState state, CustomResourceOptions options)
resources: _: type: fivetran:ConnectorSchemaConfig get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Connector
Id string - The unique identifier for the connector within the Fivetran system.
- Schema
List<Connector
Schema Config Schema> - Schema
Change stringHandling - The value specifying how new source data is handled.
- Schemas
Dictionary<string, Connector
Schema Config Schemas Args> - Map of schema configurations.
- Schemas
Json string - Schema settings in Json format, following Fivetran API endpoint contract for
schemas
field (a map of schemas). - Timeouts
Connector
Schema Config Timeouts - Validation
Level string - The value defines validation method. - NONE: no validation, any configuration accepted. - TABLES: validate table names, fail on attempt to configure non-existing schemas/tables. - COLUMNS: validate the whole schema config including column names. The resource will try to fetch columns for every configured table and verify column names.
- Connector
Id string - The unique identifier for the connector within the Fivetran system.
- Schema
[]Connector
Schema Config Schema Args - Schema
Change stringHandling - The value specifying how new source data is handled.
- Schemas
map[string]Connector
Schema Config Schemas Args - Map of schema configurations.
- Schemas
Json string - Schema settings in Json format, following Fivetran API endpoint contract for
schemas
field (a map of schemas). - Timeouts
Connector
Schema Config Timeouts Args - Validation
Level string - The value defines validation method. - NONE: no validation, any configuration accepted. - TABLES: validate table names, fail on attempt to configure non-existing schemas/tables. - COLUMNS: validate the whole schema config including column names. The resource will try to fetch columns for every configured table and verify column names.
- connector
Id String - The unique identifier for the connector within the Fivetran system.
- schema
List<Connector
Schema Config Schema> - schema
Change StringHandling - The value specifying how new source data is handled.
- schemas
Map<String,Connector
Schema Config Schemas Args> - Map of schema configurations.
- schemas
Json String - Schema settings in Json format, following Fivetran API endpoint contract for
schemas
field (a map of schemas). - timeouts
Connector
Schema Config Timeouts - validation
Level String - The value defines validation method. - NONE: no validation, any configuration accepted. - TABLES: validate table names, fail on attempt to configure non-existing schemas/tables. - COLUMNS: validate the whole schema config including column names. The resource will try to fetch columns for every configured table and verify column names.
- connector
Id string - The unique identifier for the connector within the Fivetran system.
- schema
Connector
Schema Config Schema[] - schema
Change stringHandling - The value specifying how new source data is handled.
- schemas
{[key: string]: Connector
Schema Config Schemas Args} - Map of schema configurations.
- schemas
Json string - Schema settings in Json format, following Fivetran API endpoint contract for
schemas
field (a map of schemas). - timeouts
Connector
Schema Config Timeouts - validation
Level string - The value defines validation method. - NONE: no validation, any configuration accepted. - TABLES: validate table names, fail on attempt to configure non-existing schemas/tables. - COLUMNS: validate the whole schema config including column names. The resource will try to fetch columns for every configured table and verify column names.
- connector_
id str - The unique identifier for the connector within the Fivetran system.
- schema
Sequence[Connector
Schema Config Schema Args] - schema_
change_ strhandling - The value specifying how new source data is handled.
- schemas
Mapping[str, Connector
Schema Config Schemas Args] - Map of schema configurations.
- schemas_
json str - Schema settings in Json format, following Fivetran API endpoint contract for
schemas
field (a map of schemas). - timeouts
Connector
Schema Config Timeouts Args - validation_
level str - The value defines validation method. - NONE: no validation, any configuration accepted. - TABLES: validate table names, fail on attempt to configure non-existing schemas/tables. - COLUMNS: validate the whole schema config including column names. The resource will try to fetch columns for every configured table and verify column names.
- connector
Id String - The unique identifier for the connector within the Fivetran system.
- schema List<Property Map>
- schema
Change StringHandling - The value specifying how new source data is handled.
- schemas Map<Property Map>
- Map of schema configurations.
- schemas
Json String - Schema settings in Json format, following Fivetran API endpoint contract for
schemas
field (a map of schemas). - timeouts Property Map
- validation
Level String - The value defines validation method. - NONE: no validation, any configuration accepted. - TABLES: validate table names, fail on attempt to configure non-existing schemas/tables. - COLUMNS: validate the whole schema config including column names. The resource will try to fetch columns for every configured table and verify column names.
Supporting Types
ConnectorSchemaConfigSchema, ConnectorSchemaConfigSchemaArgs
- Name string
- The schema name within your destination in accordance with Fivetran conventional rules.
- Enabled bool
- The boolean value specifying whether the sync for the schema into the destination is enabled.
- Tables
List<Connector
Schema Config Schema Table>
- Name string
- The schema name within your destination in accordance with Fivetran conventional rules.
- Enabled bool
- The boolean value specifying whether the sync for the schema into the destination is enabled.
- Tables
[]Connector
Schema Config Schema Table
- name String
- The schema name within your destination in accordance with Fivetran conventional rules.
- enabled Boolean
- The boolean value specifying whether the sync for the schema into the destination is enabled.
- tables
List<Connector
Schema Config Schema Table>
- name string
- The schema name within your destination in accordance with Fivetran conventional rules.
- enabled boolean
- The boolean value specifying whether the sync for the schema into the destination is enabled.
- tables
Connector
Schema Config Schema Table[]
- name str
- The schema name within your destination in accordance with Fivetran conventional rules.
- enabled bool
- The boolean value specifying whether the sync for the schema into the destination is enabled.
- tables
Sequence[Connector
Schema Config Schema Table]
- name String
- The schema name within your destination in accordance with Fivetran conventional rules.
- enabled Boolean
- The boolean value specifying whether the sync for the schema into the destination is enabled.
- tables List<Property Map>
ConnectorSchemaConfigSchemaTable, ConnectorSchemaConfigSchemaTableArgs
- Name string
- The table name within your destination in accordance with Fivetran conventional rules.
- Columns
List<Connector
Schema Config Schema Table Column> - Enabled bool
- The boolean value specifying whether the sync of table into the destination is enabled.
- Sync
Mode string - This field appears in the response if the connector supports switching sync modes for tables.
- Name string
- The table name within your destination in accordance with Fivetran conventional rules.
- Columns
[]Connector
Schema Config Schema Table Column - Enabled bool
- The boolean value specifying whether the sync of table into the destination is enabled.
- Sync
Mode string - This field appears in the response if the connector supports switching sync modes for tables.
- name String
- The table name within your destination in accordance with Fivetran conventional rules.
- columns
List<Connector
Schema Config Schema Table Column> - enabled Boolean
- The boolean value specifying whether the sync of table into the destination is enabled.
- sync
Mode String - This field appears in the response if the connector supports switching sync modes for tables.
- name string
- The table name within your destination in accordance with Fivetran conventional rules.
- columns
Connector
Schema Config Schema Table Column[] - enabled boolean
- The boolean value specifying whether the sync of table into the destination is enabled.
- sync
Mode string - This field appears in the response if the connector supports switching sync modes for tables.
- name str
- The table name within your destination in accordance with Fivetran conventional rules.
- columns
Sequence[Connector
Schema Config Schema Table Column] - enabled bool
- The boolean value specifying whether the sync of table into the destination is enabled.
- sync_
mode str - This field appears in the response if the connector supports switching sync modes for tables.
- name String
- The table name within your destination in accordance with Fivetran conventional rules.
- columns List<Property Map>
- enabled Boolean
- The boolean value specifying whether the sync of table into the destination is enabled.
- sync
Mode String - This field appears in the response if the connector supports switching sync modes for tables.
ConnectorSchemaConfigSchemaTableColumn, ConnectorSchemaConfigSchemaTableColumnArgs
- Name string
- The column name within your destination in accordance with Fivetran conventional rules.
- Enabled bool
- The boolean value specifying whether the sync of the column into the destination is enabled.
- Hashed bool
- The boolean value specifying whether a column should be hashed.
- Is
Primary boolKey
- Name string
- The column name within your destination in accordance with Fivetran conventional rules.
- Enabled bool
- The boolean value specifying whether the sync of the column into the destination is enabled.
- Hashed bool
- The boolean value specifying whether a column should be hashed.
- Is
Primary boolKey
- name String
- The column name within your destination in accordance with Fivetran conventional rules.
- enabled Boolean
- The boolean value specifying whether the sync of the column into the destination is enabled.
- hashed Boolean
- The boolean value specifying whether a column should be hashed.
- is
Primary BooleanKey
- name string
- The column name within your destination in accordance with Fivetran conventional rules.
- enabled boolean
- The boolean value specifying whether the sync of the column into the destination is enabled.
- hashed boolean
- The boolean value specifying whether a column should be hashed.
- is
Primary booleanKey
- name str
- The column name within your destination in accordance with Fivetran conventional rules.
- enabled bool
- The boolean value specifying whether the sync of the column into the destination is enabled.
- hashed bool
- The boolean value specifying whether a column should be hashed.
- is_
primary_ boolkey
- name String
- The column name within your destination in accordance with Fivetran conventional rules.
- enabled Boolean
- The boolean value specifying whether the sync of the column into the destination is enabled.
- hashed Boolean
- The boolean value specifying whether a column should be hashed.
- is
Primary BooleanKey
ConnectorSchemaConfigSchemas, ConnectorSchemaConfigSchemasArgs
ConnectorSchemaConfigSchemasTables, ConnectorSchemaConfigSchemasTablesArgs
- Columns
Dictionary<string, Connector
Schema Config Schemas Tables Columns> - Map of table configurations.
- Enabled bool
- The boolean value specifying whether the sync for the table into the destination is enabled.
- Sync
Mode string - This field appears in the response if the connector supports switching sync modes for tables.
- Columns
map[string]Connector
Schema Config Schemas Tables Columns - Map of table configurations.
- Enabled bool
- The boolean value specifying whether the sync for the table into the destination is enabled.
- Sync
Mode string - This field appears in the response if the connector supports switching sync modes for tables.
- columns
Map<String,Connector
Schema Config Schemas Tables Columns> - Map of table configurations.
- enabled Boolean
- The boolean value specifying whether the sync for the table into the destination is enabled.
- sync
Mode String - This field appears in the response if the connector supports switching sync modes for tables.
- columns
{[key: string]: Connector
Schema Config Schemas Tables Columns} - Map of table configurations.
- enabled boolean
- The boolean value specifying whether the sync for the table into the destination is enabled.
- sync
Mode string - This field appears in the response if the connector supports switching sync modes for tables.
- columns
Mapping[str, Connector
Schema Config Schemas Tables Columns] - Map of table configurations.
- enabled bool
- The boolean value specifying whether the sync for the table into the destination is enabled.
- sync_
mode str - This field appears in the response if the connector supports switching sync modes for tables.
ConnectorSchemaConfigSchemasTablesColumns, ConnectorSchemaConfigSchemasTablesColumnsArgs
- Enabled bool
- The boolean value specifying whether the sync of the column into the destination is enabled.
- Hashed bool
- The boolean value specifying whether a column should be hashed.
- Is
Primary boolKey
- Enabled bool
- The boolean value specifying whether the sync of the column into the destination is enabled.
- Hashed bool
- The boolean value specifying whether a column should be hashed.
- Is
Primary boolKey
- enabled Boolean
- The boolean value specifying whether the sync of the column into the destination is enabled.
- hashed Boolean
- The boolean value specifying whether a column should be hashed.
- is
Primary BooleanKey
- enabled boolean
- The boolean value specifying whether the sync of the column into the destination is enabled.
- hashed boolean
- The boolean value specifying whether a column should be hashed.
- is
Primary booleanKey
- enabled bool
- The boolean value specifying whether the sync of the column into the destination is enabled.
- hashed bool
- The boolean value specifying whether a column should be hashed.
- is_
primary_ boolkey
- enabled Boolean
- The boolean value specifying whether the sync of the column into the destination is enabled.
- hashed Boolean
- The boolean value specifying whether a column should be hashed.
- is
Primary BooleanKey
ConnectorSchemaConfigTimeouts, ConnectorSchemaConfigTimeoutsArgs
- Create string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- Read string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- Update string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- Create string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- Read string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- Update string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- create String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- read String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- update String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- create string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- read string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- update string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- create str
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- read str
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- update str
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- create String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- read String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- update String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
Package Details
- Repository
- fivetran fivetran/terraform-provider-fivetran
- License
- Notes
- This Pulumi package is based on the
fivetran
Terraform Provider.