@pulumi/snowflake 1.0.0 → 1.0.1-alpha.1734954734
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accountParameter.d.ts +3 -3
- package/package.json +2 -2
- package/types/input.d.ts +10 -10
- package/types/output.d.ts +10 -10
package/accountParameter.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ export declare class AccountParameter extends pulumi.CustomResource {
|
|
|
23
23
|
*/
|
|
24
24
|
static isInstance(obj: any): obj is AccountParameter;
|
|
25
25
|
/**
|
|
26
|
-
* Name of account parameter. Valid values are (case-insensitive): `ALLOW_CLIENT_MFA_CACHING` | `ALLOW_ID_TOKEN` | `CLIENT_ENCRYPTION_KEY_SIZE` | `ENABLE_IDENTIFIER_FIRST_LOGIN` | `ENABLE_INTERNAL_STAGES_PRIVATELINK` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_IMAGE_REPOSITORY` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_SPCS_BLOCK_STORAGE` | `EVENT_TABLE` | `EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `INITIAL_REPLICATION_SIZE_LIMIT_IN_TB` | `MIN_DATA_RETENTION_TIME_IN_DAYS` | `NETWORK_POLICY` | `OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `PERIODIC_DATA_REKEYING` | `PREVENT_LOAD_FROM_INLINE_URL` | `PREVENT_UNLOAD_TO_INLINE_URL` | `
|
|
26
|
+
* Name of account parameter. Valid values are (case-insensitive): `ALLOW_CLIENT_MFA_CACHING` | `ALLOW_ID_TOKEN` | `CLIENT_ENCRYPTION_KEY_SIZE` | `CORTEX_ENABLED_CROSS_REGION` | `ENABLE_IDENTIFIER_FIRST_LOGIN` | `ENABLE_INTERNAL_STAGES_PRIVATELINK` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_IMAGE_REPOSITORY` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_SPCS_BLOCK_STORAGE` | `ENABLE_UNHANDLED_EXCEPTIONS_REPORTING` | `ENFORCE_NETWORK_RULES_FOR_INTERNAL_STAGES` | `EVENT_TABLE` | `EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `INITIAL_REPLICATION_SIZE_LIMIT_IN_TB` | `MIN_DATA_RETENTION_TIME_IN_DAYS` | `NETWORK_POLICY` | `OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `PERIODIC_DATA_REKEYING` | `PREVENT_LOAD_FROM_INLINE_URL` | `PREVENT_UNLOAD_TO_INLINE_URL` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_CREATION` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_OPERATION` | `SSO_LOGIN_PAGE` | `ABORT_DETACHED_QUERY` | `ACTIVE_PYTHON_PROFILER` | `AUTOCOMMIT` | `BINARY_INPUT_FORMAT` | `BINARY_OUTPUT_FORMAT` | `CLIENT_ENABLE_LOG_INFO_STATEMENT_PARAMETERS` | `CLIENT_MEMORY_LIMIT` | `CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX` | `CLIENT_METADATA_USE_SESSION_DATABASE` | `CLIENT_PREFETCH_THREADS` | `CLIENT_RESULT_CHUNK_SIZE` | `CLIENT_SESSION_KEEP_ALIVE` | `CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY` | `CLIENT_TIMESTAMP_TYPE_MAPPING` | `ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION` | `CLIENT_RESULT_COLUMN_CASE_INSENSITIVE` | `CSV_TIMESTAMP_FORMAT` | `DATE_INPUT_FORMAT` | `DATE_OUTPUT_FORMAT` | `ERROR_ON_NONDETERMINISTIC_MERGE` | `ERROR_ON_NONDETERMINISTIC_UPDATE` | `GEOGRAPHY_OUTPUT_FORMAT` | `GEOMETRY_OUTPUT_FORMAT` | `HYBRID_TABLE_LOCK_TIMEOUT` | `JDBC_TREAT_DECIMAL_AS_INT` | `JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC` | `JDBC_USE_SESSION_TIMEZONE` | `JSON_INDENT` | `JS_TREAT_INTEGER_AS_BIGINT` | `LOCK_TIMEOUT` | `MULTI_STATEMENT_COUNT` | `NOORDER_SEQUENCE_AS_DEFAULT` | `ODBC_TREAT_DECIMAL_AS_INT` | `PYTHON_PROFILER_MODULES` | `PYTHON_PROFILER_TARGET_STAGE` | `QUERY_TAG` | `QUOTED_IDENTIFIERS_IGNORE_CASE` | `ROWS_PER_RESULTSET` | `S3_STAGE_VPCE_DNS_NAME` | `SEARCH_PATH` | `SIMULATED_DATA_SHARING_CONSUMER` | `STATEMENT_TIMEOUT_IN_SECONDS` | `STRICT_JSON_OUTPUT` | `TIME_INPUT_FORMAT` | `TIME_OUTPUT_FORMAT` | `TIMESTAMP_DAY_IS_ALWAYS_24H` | `TIMESTAMP_INPUT_FORMAT` | `TIMESTAMP_LTZ_OUTPUT_FORMAT` | `TIMESTAMP_NTZ_OUTPUT_FORMAT` | `TIMESTAMP_OUTPUT_FORMAT` | `TIMESTAMP_TYPE_MAPPING` | `TIMESTAMP_TZ_OUTPUT_FORMAT` | `TIMEZONE` | `TRANSACTION_ABORT_ON_ERROR` | `TRANSACTION_DEFAULT_ISOLATION_LEVEL` | `TWO_DIGIT_CENTURY_START` | `UNSUPPORTED_DDL_ACTION` | `USE_CACHED_RESULT` | `WEEK_OF_YEAR_POLICY` | `WEEK_START` | `CATALOG` | `DATA_RETENTION_TIME_IN_DAYS` | `DEFAULT_DDL_COLLATION` | `EXTERNAL_VOLUME` | `LOG_LEVEL` | `MAX_CONCURRENCY_LEVEL` | `MAX_DATA_EXTENSION_TIME_IN_DAYS` | `PIPE_EXECUTION_PAUSED` | `PREVENT_UNLOAD_TO_INTERNAL_STAGES` | `REPLACE_INVALID_CHARACTERS` | `STATEMENT_QUEUED_TIMEOUT_IN_SECONDS` | `STORAGE_SERIALIZATION_POLICY` | `SHARE_RESTRICTIONS` | `SUSPEND_TASK_AFTER_NUM_FAILURES` | `TRACE_LEVEL` | `USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE` | `USER_TASK_TIMEOUT_MS` | `TASK_AUTO_RETRY_ATTEMPTS` | `USER_TASK_MINIMUM_TRIGGER_INTERVAL_IN_SECONDS` | `METRIC_LEVEL` | `ENABLE_CONSOLE_OUTPUT` | `ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR` | `ENABLE_PERSONAL_DATABASE`. Deprecated parameters are not supported in the provider.
|
|
27
27
|
*/
|
|
28
28
|
readonly key: pulumi.Output<string>;
|
|
29
29
|
/**
|
|
@@ -44,7 +44,7 @@ export declare class AccountParameter extends pulumi.CustomResource {
|
|
|
44
44
|
*/
|
|
45
45
|
export interface AccountParameterState {
|
|
46
46
|
/**
|
|
47
|
-
* Name of account parameter. Valid values are (case-insensitive): `ALLOW_CLIENT_MFA_CACHING` | `ALLOW_ID_TOKEN` | `CLIENT_ENCRYPTION_KEY_SIZE` | `ENABLE_IDENTIFIER_FIRST_LOGIN` | `ENABLE_INTERNAL_STAGES_PRIVATELINK` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_IMAGE_REPOSITORY` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_SPCS_BLOCK_STORAGE` | `EVENT_TABLE` | `EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `INITIAL_REPLICATION_SIZE_LIMIT_IN_TB` | `MIN_DATA_RETENTION_TIME_IN_DAYS` | `NETWORK_POLICY` | `OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `PERIODIC_DATA_REKEYING` | `PREVENT_LOAD_FROM_INLINE_URL` | `PREVENT_UNLOAD_TO_INLINE_URL` | `
|
|
47
|
+
* Name of account parameter. Valid values are (case-insensitive): `ALLOW_CLIENT_MFA_CACHING` | `ALLOW_ID_TOKEN` | `CLIENT_ENCRYPTION_KEY_SIZE` | `CORTEX_ENABLED_CROSS_REGION` | `ENABLE_IDENTIFIER_FIRST_LOGIN` | `ENABLE_INTERNAL_STAGES_PRIVATELINK` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_IMAGE_REPOSITORY` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_SPCS_BLOCK_STORAGE` | `ENABLE_UNHANDLED_EXCEPTIONS_REPORTING` | `ENFORCE_NETWORK_RULES_FOR_INTERNAL_STAGES` | `EVENT_TABLE` | `EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `INITIAL_REPLICATION_SIZE_LIMIT_IN_TB` | `MIN_DATA_RETENTION_TIME_IN_DAYS` | `NETWORK_POLICY` | `OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `PERIODIC_DATA_REKEYING` | `PREVENT_LOAD_FROM_INLINE_URL` | `PREVENT_UNLOAD_TO_INLINE_URL` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_CREATION` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_OPERATION` | `SSO_LOGIN_PAGE` | `ABORT_DETACHED_QUERY` | `ACTIVE_PYTHON_PROFILER` | `AUTOCOMMIT` | `BINARY_INPUT_FORMAT` | `BINARY_OUTPUT_FORMAT` | `CLIENT_ENABLE_LOG_INFO_STATEMENT_PARAMETERS` | `CLIENT_MEMORY_LIMIT` | `CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX` | `CLIENT_METADATA_USE_SESSION_DATABASE` | `CLIENT_PREFETCH_THREADS` | `CLIENT_RESULT_CHUNK_SIZE` | `CLIENT_SESSION_KEEP_ALIVE` | `CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY` | `CLIENT_TIMESTAMP_TYPE_MAPPING` | `ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION` | `CLIENT_RESULT_COLUMN_CASE_INSENSITIVE` | `CSV_TIMESTAMP_FORMAT` | `DATE_INPUT_FORMAT` | `DATE_OUTPUT_FORMAT` | `ERROR_ON_NONDETERMINISTIC_MERGE` | `ERROR_ON_NONDETERMINISTIC_UPDATE` | `GEOGRAPHY_OUTPUT_FORMAT` | `GEOMETRY_OUTPUT_FORMAT` | `HYBRID_TABLE_LOCK_TIMEOUT` | `JDBC_TREAT_DECIMAL_AS_INT` | `JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC` | `JDBC_USE_SESSION_TIMEZONE` | `JSON_INDENT` | `JS_TREAT_INTEGER_AS_BIGINT` | `LOCK_TIMEOUT` | `MULTI_STATEMENT_COUNT` | `NOORDER_SEQUENCE_AS_DEFAULT` | `ODBC_TREAT_DECIMAL_AS_INT` | `PYTHON_PROFILER_MODULES` | `PYTHON_PROFILER_TARGET_STAGE` | `QUERY_TAG` | `QUOTED_IDENTIFIERS_IGNORE_CASE` | `ROWS_PER_RESULTSET` | `S3_STAGE_VPCE_DNS_NAME` | `SEARCH_PATH` | `SIMULATED_DATA_SHARING_CONSUMER` | `STATEMENT_TIMEOUT_IN_SECONDS` | `STRICT_JSON_OUTPUT` | `TIME_INPUT_FORMAT` | `TIME_OUTPUT_FORMAT` | `TIMESTAMP_DAY_IS_ALWAYS_24H` | `TIMESTAMP_INPUT_FORMAT` | `TIMESTAMP_LTZ_OUTPUT_FORMAT` | `TIMESTAMP_NTZ_OUTPUT_FORMAT` | `TIMESTAMP_OUTPUT_FORMAT` | `TIMESTAMP_TYPE_MAPPING` | `TIMESTAMP_TZ_OUTPUT_FORMAT` | `TIMEZONE` | `TRANSACTION_ABORT_ON_ERROR` | `TRANSACTION_DEFAULT_ISOLATION_LEVEL` | `TWO_DIGIT_CENTURY_START` | `UNSUPPORTED_DDL_ACTION` | `USE_CACHED_RESULT` | `WEEK_OF_YEAR_POLICY` | `WEEK_START` | `CATALOG` | `DATA_RETENTION_TIME_IN_DAYS` | `DEFAULT_DDL_COLLATION` | `EXTERNAL_VOLUME` | `LOG_LEVEL` | `MAX_CONCURRENCY_LEVEL` | `MAX_DATA_EXTENSION_TIME_IN_DAYS` | `PIPE_EXECUTION_PAUSED` | `PREVENT_UNLOAD_TO_INTERNAL_STAGES` | `REPLACE_INVALID_CHARACTERS` | `STATEMENT_QUEUED_TIMEOUT_IN_SECONDS` | `STORAGE_SERIALIZATION_POLICY` | `SHARE_RESTRICTIONS` | `SUSPEND_TASK_AFTER_NUM_FAILURES` | `TRACE_LEVEL` | `USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE` | `USER_TASK_TIMEOUT_MS` | `TASK_AUTO_RETRY_ATTEMPTS` | `USER_TASK_MINIMUM_TRIGGER_INTERVAL_IN_SECONDS` | `METRIC_LEVEL` | `ENABLE_CONSOLE_OUTPUT` | `ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR` | `ENABLE_PERSONAL_DATABASE`. Deprecated parameters are not supported in the provider.
|
|
48
48
|
*/
|
|
49
49
|
key?: pulumi.Input<string>;
|
|
50
50
|
/**
|
|
@@ -57,7 +57,7 @@ export interface AccountParameterState {
|
|
|
57
57
|
*/
|
|
58
58
|
export interface AccountParameterArgs {
|
|
59
59
|
/**
|
|
60
|
-
* Name of account parameter. Valid values are (case-insensitive): `ALLOW_CLIENT_MFA_CACHING` | `ALLOW_ID_TOKEN` | `CLIENT_ENCRYPTION_KEY_SIZE` | `ENABLE_IDENTIFIER_FIRST_LOGIN` | `ENABLE_INTERNAL_STAGES_PRIVATELINK` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_IMAGE_REPOSITORY` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_SPCS_BLOCK_STORAGE` | `EVENT_TABLE` | `EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `INITIAL_REPLICATION_SIZE_LIMIT_IN_TB` | `MIN_DATA_RETENTION_TIME_IN_DAYS` | `NETWORK_POLICY` | `OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `PERIODIC_DATA_REKEYING` | `PREVENT_LOAD_FROM_INLINE_URL` | `PREVENT_UNLOAD_TO_INLINE_URL` | `
|
|
60
|
+
* Name of account parameter. Valid values are (case-insensitive): `ALLOW_CLIENT_MFA_CACHING` | `ALLOW_ID_TOKEN` | `CLIENT_ENCRYPTION_KEY_SIZE` | `CORTEX_ENABLED_CROSS_REGION` | `ENABLE_IDENTIFIER_FIRST_LOGIN` | `ENABLE_INTERNAL_STAGES_PRIVATELINK` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_IMAGE_REPOSITORY` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_SPCS_BLOCK_STORAGE` | `ENABLE_UNHANDLED_EXCEPTIONS_REPORTING` | `ENFORCE_NETWORK_RULES_FOR_INTERNAL_STAGES` | `EVENT_TABLE` | `EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `INITIAL_REPLICATION_SIZE_LIMIT_IN_TB` | `MIN_DATA_RETENTION_TIME_IN_DAYS` | `NETWORK_POLICY` | `OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `PERIODIC_DATA_REKEYING` | `PREVENT_LOAD_FROM_INLINE_URL` | `PREVENT_UNLOAD_TO_INLINE_URL` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_CREATION` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_OPERATION` | `SSO_LOGIN_PAGE` | `ABORT_DETACHED_QUERY` | `ACTIVE_PYTHON_PROFILER` | `AUTOCOMMIT` | `BINARY_INPUT_FORMAT` | `BINARY_OUTPUT_FORMAT` | `CLIENT_ENABLE_LOG_INFO_STATEMENT_PARAMETERS` | `CLIENT_MEMORY_LIMIT` | `CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX` | `CLIENT_METADATA_USE_SESSION_DATABASE` | `CLIENT_PREFETCH_THREADS` | `CLIENT_RESULT_CHUNK_SIZE` | `CLIENT_SESSION_KEEP_ALIVE` | `CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY` | `CLIENT_TIMESTAMP_TYPE_MAPPING` | `ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION` | `CLIENT_RESULT_COLUMN_CASE_INSENSITIVE` | `CSV_TIMESTAMP_FORMAT` | `DATE_INPUT_FORMAT` | `DATE_OUTPUT_FORMAT` | `ERROR_ON_NONDETERMINISTIC_MERGE` | `ERROR_ON_NONDETERMINISTIC_UPDATE` | `GEOGRAPHY_OUTPUT_FORMAT` | `GEOMETRY_OUTPUT_FORMAT` | `HYBRID_TABLE_LOCK_TIMEOUT` | `JDBC_TREAT_DECIMAL_AS_INT` | `JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC` | `JDBC_USE_SESSION_TIMEZONE` | `JSON_INDENT` | `JS_TREAT_INTEGER_AS_BIGINT` | `LOCK_TIMEOUT` | `MULTI_STATEMENT_COUNT` | `NOORDER_SEQUENCE_AS_DEFAULT` | `ODBC_TREAT_DECIMAL_AS_INT` | `PYTHON_PROFILER_MODULES` | `PYTHON_PROFILER_TARGET_STAGE` | `QUERY_TAG` | `QUOTED_IDENTIFIERS_IGNORE_CASE` | `ROWS_PER_RESULTSET` | `S3_STAGE_VPCE_DNS_NAME` | `SEARCH_PATH` | `SIMULATED_DATA_SHARING_CONSUMER` | `STATEMENT_TIMEOUT_IN_SECONDS` | `STRICT_JSON_OUTPUT` | `TIME_INPUT_FORMAT` | `TIME_OUTPUT_FORMAT` | `TIMESTAMP_DAY_IS_ALWAYS_24H` | `TIMESTAMP_INPUT_FORMAT` | `TIMESTAMP_LTZ_OUTPUT_FORMAT` | `TIMESTAMP_NTZ_OUTPUT_FORMAT` | `TIMESTAMP_OUTPUT_FORMAT` | `TIMESTAMP_TYPE_MAPPING` | `TIMESTAMP_TZ_OUTPUT_FORMAT` | `TIMEZONE` | `TRANSACTION_ABORT_ON_ERROR` | `TRANSACTION_DEFAULT_ISOLATION_LEVEL` | `TWO_DIGIT_CENTURY_START` | `UNSUPPORTED_DDL_ACTION` | `USE_CACHED_RESULT` | `WEEK_OF_YEAR_POLICY` | `WEEK_START` | `CATALOG` | `DATA_RETENTION_TIME_IN_DAYS` | `DEFAULT_DDL_COLLATION` | `EXTERNAL_VOLUME` | `LOG_LEVEL` | `MAX_CONCURRENCY_LEVEL` | `MAX_DATA_EXTENSION_TIME_IN_DAYS` | `PIPE_EXECUTION_PAUSED` | `PREVENT_UNLOAD_TO_INTERNAL_STAGES` | `REPLACE_INVALID_CHARACTERS` | `STATEMENT_QUEUED_TIMEOUT_IN_SECONDS` | `STORAGE_SERIALIZATION_POLICY` | `SHARE_RESTRICTIONS` | `SUSPEND_TASK_AFTER_NUM_FAILURES` | `TRACE_LEVEL` | `USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE` | `USER_TASK_TIMEOUT_MS` | `TASK_AUTO_RETRY_ATTEMPTS` | `USER_TASK_MINIMUM_TRIGGER_INTERVAL_IN_SECONDS` | `METRIC_LEVEL` | `ENABLE_CONSOLE_OUTPUT` | `ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR` | `ENABLE_PERSONAL_DATABASE`. Deprecated parameters are not supported in the provider.
|
|
61
61
|
*/
|
|
62
62
|
key: pulumi.Input<string>;
|
|
63
63
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/snowflake",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1-alpha.1734954734",
|
|
4
4
|
"description": "A Pulumi package for creating and managing snowflake cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"pulumi": {
|
|
24
24
|
"resource": true,
|
|
25
25
|
"name": "snowflake",
|
|
26
|
-
"version": "1.0.
|
|
26
|
+
"version": "1.0.1-alpha.1734954734"
|
|
27
27
|
}
|
|
28
28
|
}
|
package/types/input.d.ts
CHANGED
|
@@ -656,7 +656,7 @@ export interface FunctionJavaArgument {
|
|
|
656
656
|
argDataType: pulumi.Input<string>;
|
|
657
657
|
argDefaultValue?: pulumi.Input<string>;
|
|
658
658
|
/**
|
|
659
|
-
* The argument name.
|
|
659
|
+
* The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition.
|
|
660
660
|
*/
|
|
661
661
|
argName: pulumi.Input<string>;
|
|
662
662
|
}
|
|
@@ -747,7 +747,7 @@ export interface FunctionJavascriptArgument {
|
|
|
747
747
|
argDataType: pulumi.Input<string>;
|
|
748
748
|
argDefaultValue?: pulumi.Input<string>;
|
|
749
749
|
/**
|
|
750
|
-
* The argument name.
|
|
750
|
+
* The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition.
|
|
751
751
|
*/
|
|
752
752
|
argName: pulumi.Input<string>;
|
|
753
753
|
}
|
|
@@ -814,7 +814,7 @@ export interface FunctionPythonArgument {
|
|
|
814
814
|
argDataType: pulumi.Input<string>;
|
|
815
815
|
argDefaultValue?: pulumi.Input<string>;
|
|
816
816
|
/**
|
|
817
|
-
* The argument name.
|
|
817
|
+
* The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition.
|
|
818
818
|
*/
|
|
819
819
|
argName: pulumi.Input<string>;
|
|
820
820
|
}
|
|
@@ -898,7 +898,7 @@ export interface FunctionScalaArgument {
|
|
|
898
898
|
argDataType: pulumi.Input<string>;
|
|
899
899
|
argDefaultValue?: pulumi.Input<string>;
|
|
900
900
|
/**
|
|
901
|
-
* The argument name.
|
|
901
|
+
* The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition.
|
|
902
902
|
*/
|
|
903
903
|
argName: pulumi.Input<string>;
|
|
904
904
|
}
|
|
@@ -989,7 +989,7 @@ export interface FunctionSqlArgument {
|
|
|
989
989
|
argDataType: pulumi.Input<string>;
|
|
990
990
|
argDefaultValue?: pulumi.Input<string>;
|
|
991
991
|
/**
|
|
992
|
-
* The argument name.
|
|
992
|
+
* The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition.
|
|
993
993
|
*/
|
|
994
994
|
argName: pulumi.Input<string>;
|
|
995
995
|
}
|
|
@@ -2946,7 +2946,7 @@ export interface ProcedureJavaArgument {
|
|
|
2946
2946
|
argDataType: pulumi.Input<string>;
|
|
2947
2947
|
argDefaultValue?: pulumi.Input<string>;
|
|
2948
2948
|
/**
|
|
2949
|
-
* The argument name.
|
|
2949
|
+
* The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition.
|
|
2950
2950
|
*/
|
|
2951
2951
|
argName: pulumi.Input<string>;
|
|
2952
2952
|
}
|
|
@@ -3033,7 +3033,7 @@ export interface ProcedureJavascriptArgument {
|
|
|
3033
3033
|
argDataType: pulumi.Input<string>;
|
|
3034
3034
|
argDefaultValue?: pulumi.Input<string>;
|
|
3035
3035
|
/**
|
|
3036
|
-
* The argument name.
|
|
3036
|
+
* The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition.
|
|
3037
3037
|
*/
|
|
3038
3038
|
argName: pulumi.Input<string>;
|
|
3039
3039
|
}
|
|
@@ -3096,7 +3096,7 @@ export interface ProcedurePythonArgument {
|
|
|
3096
3096
|
argDataType: pulumi.Input<string>;
|
|
3097
3097
|
argDefaultValue?: pulumi.Input<string>;
|
|
3098
3098
|
/**
|
|
3099
|
-
* The argument name.
|
|
3099
|
+
* The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition.
|
|
3100
3100
|
*/
|
|
3101
3101
|
argName: pulumi.Input<string>;
|
|
3102
3102
|
}
|
|
@@ -3176,7 +3176,7 @@ export interface ProcedureScalaArgument {
|
|
|
3176
3176
|
argDataType: pulumi.Input<string>;
|
|
3177
3177
|
argDefaultValue?: pulumi.Input<string>;
|
|
3178
3178
|
/**
|
|
3179
|
-
* The argument name.
|
|
3179
|
+
* The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition.
|
|
3180
3180
|
*/
|
|
3181
3181
|
argName: pulumi.Input<string>;
|
|
3182
3182
|
}
|
|
@@ -3263,7 +3263,7 @@ export interface ProcedureSqlArgument {
|
|
|
3263
3263
|
argDataType: pulumi.Input<string>;
|
|
3264
3264
|
argDefaultValue?: pulumi.Input<string>;
|
|
3265
3265
|
/**
|
|
3266
|
-
* The argument name.
|
|
3266
|
+
* The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition.
|
|
3267
3267
|
*/
|
|
3268
3268
|
argName: pulumi.Input<string>;
|
|
3269
3269
|
}
|
package/types/output.d.ts
CHANGED
|
@@ -655,7 +655,7 @@ export interface FunctionJavaArgument {
|
|
|
655
655
|
argDataType: string;
|
|
656
656
|
argDefaultValue?: string;
|
|
657
657
|
/**
|
|
658
|
-
* The argument name.
|
|
658
|
+
* The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition.
|
|
659
659
|
*/
|
|
660
660
|
argName: string;
|
|
661
661
|
}
|
|
@@ -746,7 +746,7 @@ export interface FunctionJavascriptArgument {
|
|
|
746
746
|
argDataType: string;
|
|
747
747
|
argDefaultValue?: string;
|
|
748
748
|
/**
|
|
749
|
-
* The argument name.
|
|
749
|
+
* The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition.
|
|
750
750
|
*/
|
|
751
751
|
argName: string;
|
|
752
752
|
}
|
|
@@ -813,7 +813,7 @@ export interface FunctionPythonArgument {
|
|
|
813
813
|
argDataType: string;
|
|
814
814
|
argDefaultValue?: string;
|
|
815
815
|
/**
|
|
816
|
-
* The argument name.
|
|
816
|
+
* The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition.
|
|
817
817
|
*/
|
|
818
818
|
argName: string;
|
|
819
819
|
}
|
|
@@ -897,7 +897,7 @@ export interface FunctionScalaArgument {
|
|
|
897
897
|
argDataType: string;
|
|
898
898
|
argDefaultValue?: string;
|
|
899
899
|
/**
|
|
900
|
-
* The argument name.
|
|
900
|
+
* The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition.
|
|
901
901
|
*/
|
|
902
902
|
argName: string;
|
|
903
903
|
}
|
|
@@ -988,7 +988,7 @@ export interface FunctionSqlArgument {
|
|
|
988
988
|
argDataType: string;
|
|
989
989
|
argDefaultValue?: string;
|
|
990
990
|
/**
|
|
991
|
-
* The argument name.
|
|
991
|
+
* The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition.
|
|
992
992
|
*/
|
|
993
993
|
argName: string;
|
|
994
994
|
}
|
|
@@ -5127,7 +5127,7 @@ export interface ProcedureJavaArgument {
|
|
|
5127
5127
|
argDataType: string;
|
|
5128
5128
|
argDefaultValue?: string;
|
|
5129
5129
|
/**
|
|
5130
|
-
* The argument name.
|
|
5130
|
+
* The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition.
|
|
5131
5131
|
*/
|
|
5132
5132
|
argName: string;
|
|
5133
5133
|
}
|
|
@@ -5214,7 +5214,7 @@ export interface ProcedureJavascriptArgument {
|
|
|
5214
5214
|
argDataType: string;
|
|
5215
5215
|
argDefaultValue?: string;
|
|
5216
5216
|
/**
|
|
5217
|
-
* The argument name.
|
|
5217
|
+
* The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition.
|
|
5218
5218
|
*/
|
|
5219
5219
|
argName: string;
|
|
5220
5220
|
}
|
|
@@ -5277,7 +5277,7 @@ export interface ProcedurePythonArgument {
|
|
|
5277
5277
|
argDataType: string;
|
|
5278
5278
|
argDefaultValue?: string;
|
|
5279
5279
|
/**
|
|
5280
|
-
* The argument name.
|
|
5280
|
+
* The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition.
|
|
5281
5281
|
*/
|
|
5282
5282
|
argName: string;
|
|
5283
5283
|
}
|
|
@@ -5357,7 +5357,7 @@ export interface ProcedureScalaArgument {
|
|
|
5357
5357
|
argDataType: string;
|
|
5358
5358
|
argDefaultValue?: string;
|
|
5359
5359
|
/**
|
|
5360
|
-
* The argument name.
|
|
5360
|
+
* The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition.
|
|
5361
5361
|
*/
|
|
5362
5362
|
argName: string;
|
|
5363
5363
|
}
|
|
@@ -5444,7 +5444,7 @@ export interface ProcedureSqlArgument {
|
|
|
5444
5444
|
argDataType: string;
|
|
5445
5445
|
argDefaultValue?: string;
|
|
5446
5446
|
/**
|
|
5447
|
-
* The argument name.
|
|
5447
|
+
* The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition.
|
|
5448
5448
|
*/
|
|
5449
5449
|
argName: string;
|
|
5450
5450
|
}
|