alicloud_vpc_dhcp_options_sets

file-(Optional)File name where to save data source results(after running terraform plan).Argument Reference The following attributes are exported in addition to the arguments listed above:names-A list of Dhcp Options Set ...

USER_TRIGGERS

可能值包括:BEFORE ROW BEFORE STATEMENT AFTER ROW AFTER STATEMENT triggering_event TEXT 激发触发器的事件。table_owner TEXT 定义触发器的表的所有者的用户名。base_object_type TEXT 仅为了实现兼容性而提供。值将始终为 TABLE。...

DBA_TRIGGERS

可能值包括:BEFORE ROW BEFORE STATEMENT AFTER ROW AFTER STATEMENT triggering_event TEXT 激发触发器的事件。table_owner TEXT 定义触发器的表的所有者的用户名。base_object_type TEXT 仅为了实现兼容性而提供。值将始终为 TABLE。...

alicloud_rds_upgrade_db_instance

ForceNew)The source db instance id.db_instance_storage_type-(Required)The type of storage media that is used for the new instance.Valid values:local_ssd:local SSDs.cloud_ssd:standard SSDs.cloud_essd:enhanced SSDs(ESSDs)of ...

使用Terraform为SASL用户授权

sasl_acl.default will be created+resource"alicloud_alikafka_sasl_acl""default"{+acl_operation_type="Write"+acl_resource_name="example-topic"+acl_resource_pattern_type="LITERAL"+acl_resource_type="Topic"+host=(known after ...

ListProductCatalog-商品目录列表

wiidkd939kek93 After string 否 翻页时下一页开始位置。kdkii48jfjjei3 Fields string 否 字段列表,多个字段用半角逗号(,)隔开。具体字段请参考 目录字段。id,name Limit long 否 查询数量。取值范围[1,1000]。73 CustSpaceId string ...

ALL_TRIGGERS

可能值包括:BEFORE ROW BEFORE STATEMENT AFTER ROW AFTER STATEMENT triggering_event TEXT 激发触发器的事件。table_owner TEXT 定义触发器的表的所有者的用户名。base_object_type TEXT 仅为了实现兼容性而提供。值将始终为 TABLE。...

使用Terraform管理Prometheus实例的Monitoring

arms_prometheus_monitoring.myPodMonitor1 will be created+resource"alicloud_arms_prometheus_monitoring""myPodMonitor1"{+cluster_id="c77e1106f429e4b46b0ee1720cxxxxx"+id=(known after apply)+monitoring_name=(known after apply)...

原子计数器

配置格式如下:'return_content'=>array('return_type'=>ReturnTypeConst:CONST_AFTER_MODIFY,'return_column_names'=>array('<column_name>'))参数 参数 说明 table_name 数据表名称。column_name 进行原子计数操作的列名。只支持对整型列...

使用Terraform管理Prometheus实例的Monitoring

arms_prometheus_monitoring.myPodMonitor1 will be created+resource"alicloud_arms_prometheus_monitoring""myPodMonitor1"{+cluster_id="c77e1106f429e4b46b0ee1720cxxxxx"+id=(known after apply)+monitoring_name=(known after apply)...

从RDS MySQL同步至DataHub

关于dts_before_flag和dts_after_flag的补充说明 对于不同的操作类型,增量日志中的 dts_before_flag 和 dts_after_flag 定义如下:INSERT 当操作类型为INSERT时,所有列的值为新插入的值,即为更新后的值,所以 dts_before_flag 取值为N,...

alicloud_cen_bandwidth_packages

This data source provides CEN Bandwidth Packages available to the user.Example Usage data...internet_charge_type-The billing method after the configuration change.reservation_order_type-The type of the configuration change.

从RDS MySQL同步至DataHub

关于dts_before_flag和dts_after_flag的补充说明 对于不同的操作类型,增量日志中的 dts_before_flag 和 dts_after_flag 定义如下:INSERT 当操作类型为INSERT时,所有列的值为新插入的值,即为更新后的值,所以 dts_before_flag 取值为N,...

从PolarDB MySQL版同步至Datahub

关于dts_before_flag和dts_after_flag的补充说明 对于不同的操作类型,增量日志中的 dts_before_flag 和 dts_after_flag 定义如下:INSERT 当操作类型为INSERT时,所有列的值为新插入的值,即为更新后的值,所以 dts_before_flag 取值为N,...

复杂事件处理(CEP)语句

本文为您介绍实时计算Flink全托管的复杂事件处理(CEP)语句的详情。背景信息 相较于Apache Flink的CEP SQL,实时计算Flink版在其基础上进行了...阿里云实时计算Flink版扩展了SQL标准中的AFTER MATCH语句,可通过 AFTER MATCH NO SKIP 语句来...

alicloud_message_service_queues

file-(Optional)File name where to save data source results(after running terraform plan).Attributes Reference The following attributes are exported in addition to the arguments listed above:names-A list of Queue names....

保留字与关键字

字母序 关键字和保留字 A ACCESSIBLE ACCOUNT ACTION ADD AFTER AGAINST AGGREGATE ALGORITHM ALL ALTER ALWAYS ANALYSE ANALYZE ANDANY AS ASC ASCII ASENSITIVE AT AUTOEXTEND_SIZE AUTO_INCREMENT AVG AVG_ROW_LENGTH B BACKUP BEFORE ...

AScript场景示例

limit_rate_after=get(headers,'x-limit-rate-after')if and(x_limit_rate_after,match_re(x_limit_rate_after,'\d+(k|m|g)$')){ num=substr(x_limit_rate_after,1,-2)unit=substr(x_limit_rate_after,-1,-1)limit_rate_after(tonumber(num...

使用Terraform管理实例

group.default:Destruction complete after 1s alicloud_vpc.default:Creating.alicloud_vswitch.vsw:Destruction complete after 4s alicloud_vpc.vpc:Destroying.[id=vpc-uf6358fviz5jczeo3*]alicloud_vpc.vpc:Destruction complete ...

MessageFiles

python only list from dashscope.threads.messages.files import Files as MessageFiles MessageFiles.list('message_id',thread_id='thread_id',limit=1,order='desc',after='',before='')请求参数 参数 类型 默认值 说明 message_id str...

ALTER TYPE

ADD VALUE[IF NOT EXISTS][BEFORE|AFTER]这种形式为一种枚举类型增加一个新值。可以用 BEFORE 或者 AFTER 一个现有值来指定新值在枚举顺序中的位置。否则,新项会被增加在值列表的最后。如果指定了 IF NOT EXISTS,该类型已经包含新值时...

原子计数器

returnType 设置返回类型为 ReturnType.RT_AFTER_MODIFY,将进行原子计数操作的列值返回。示例 写入数据时,使用rowUpdateChange接口对整型列做列值的增量变更,然后读取更新后的新值。private static void incrementByUpdateRowApi...

原子计数器

ReturnType 设置返回类型为ReturnType.RT_AFTER_MODIFY,将进行原子计数操作的列值返回。示例 写入数据时,使用rowUpdateChange接口对整型列做列值的增量变更,然后读取更新后的新值。public static void Increment(int incrementValue){ ...

ALIYUN:CMS:MonitorGroup

示例 YAML 格式 ROSTemplateFormatVersion:'2015-09-01' Resources:MonitorGroup:Type:ALIYUN:CMS:MonitorGroup Properties:GroupName:DemoGroup Outputs:GroupId:Description:'Application group ID generated after the group is created...

抢占式DDL

当 loose_replica_lock_wait_timeout 参数的值>(loose_polar_mdl_sync_preempt_after_wait_second 参数的值+5)时,抢占式DDL 功能才生效。背景信息 PolarDB MySQL版 采用共享存储的架构,用户在执行DDL操作时,首先会在读写节点上获取MDL...

alicloud_arms_dispatch_rule

all alerts are sent in a single notification to the handler.group_interval-(Required)The duration for which the system waits after the first alert is sent.After the duration,all alerts are sent in a single notification to ...

alicloud_edas_namespaces

ids-(Optional,ForceNew,Computed)A list of Namespace IDs.name_regex-(Optional,ForceNew)A regex string to filter results by Namespace name.output_file-(Optional)File name where to save data source results(after running ...

alicloud_amqp_queue

The Auto Delete attribute is not configured.auto_expire_state-(Optional)The validity period after which the queue is automatically deleted.If the queue is not accessed within a specified period of time,it is automatically ...

alicloud_sddp_data_limits

sddp_data_limits.ids.limits.0.id } Argument Reference The following arguments are supported:ids-(Optional,ForceNew,Computed)A list of Data Limit IDs.output_file-(Optional)File name where to save data source results(after ...

alicloud_cas_certificates

name_regex-(Optional)A regex string to filter results by the certificate name.output_file-(Optional)File name where to save data source results(after running terraform plan).ids-(Optional,Available in 1.52.0+)A list of ...

alicloud_ess_scheduled_tasks

regex-(Optional)A regex string to filter resulting scheduled tasks by name.ids-(Optional)A list of scheduled task IDs.output_file-(Optional)File name where to save data source results(after running terraform plan)....

接口说明

运行结果示例:before create,db list:[default]create database:true after create,db list:[default,demo]before create,table list:[]create table:true after create,table list:[sensor]-describe table-columns:[columnName,typeName...

alicloud_oss_buckets

ds.buckets.0.name}"} Argument Reference The following arguments are supported:name_regex-(Optional)A regex string to filter results by bucket name.output_file-(Optional)File name where to save data source results(after ...

alicloud_ecs_deployment_set

CancelMembershipAndStart,KeepStopped.CancelMembershipAndStart-Removes the instances from the deployment set and restarts the instances immediately after the failover is complete.KeepStopped-Keeps the instances in the ...

ListDDLPublishRecords-获取结构设计工单详情

ALTER TABLE test_toolkit_rename_table_after_rename MODIFY COLUMN gmt_modified datetime NOT NULL TableName string 变更的表名。test_toolkit_rename_table_after_rename StatusDesc string 状态描述。NONE TaskJobStatus string 发布...

Salesforce SSO

analytics,and application development.Configuration Steps 1.Create Application Please direct to Applications-Add Application-Marketplace and find Salesforce template.After confirming the application's name,a new app would ...

Notice of Alibaba cloud payment system upgrade on ...

renewing,upgrade,downgrade,and returning.You can activate pay-as-you-go services or change the configuration of each service.In rare cases,these operations may not be available.Try again after a few minutes.You cannot ...

JSON_INSERT

命令格式 JSON json_insert(JSON,ARRAY STRING,JSON,BOOLEAN<insert_after>);参数说明 input:必填,被修改的JSON内容。该参数支持的类型为:JSON ARRAY、JSON OBJECT。path:必填,待插入的JSON内容的位置。value:必填,待插入的JSON内容...

CreateExpressSync

403 AssumeRoleFail Failed to perform cross-service authorization.Try again later.If the error persists after several tries,we recommend that you submit a ticket.跨服务授权失败,请重试,如果多次尝试失败,请提交工单。404 ...

通过Terraform为CDN域名添加规则引擎配置

alicloud_cdn_domain_config.config will be created+resource"alicloud_cdn_domain_config""config"{+config_id=(known after apply)+domain_name="example.com" + function_name = "condition" + id = (known after apply)+status=...
共有47条 < 1 2 3 4 ... 47 >
跳转至: GO
产品推荐
云服务器 安全管家服务 安全中心
这些文档可能帮助您
弹性公网IP 短信服务 人工智能平台 PAI 金融分布式架构 对象存储 物联网平台
新人特惠 爆款特惠 最新活动 免费试用