You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "Specify the access limit for converting standard layer data into low-frequency layer data in the configuration. The default value is once, which can be used in combination with the number of days to achieve the conversion effect. For example, if the parameter is set to 1 and the number of access days is 30, it means that objects with less than one visit in 30 consecutive days will be reduced from the standard layer to the low frequency layer.",
527
527
},
528
+
"cdc_id": {
529
+
Type: schema.TypeString,
530
+
Optional: true,
531
+
Description: "CDC cluster ID.",
532
+
},
528
533
//computed
529
534
"cos_bucket_url": {
530
535
Type: schema.TypeString,
@@ -548,6 +553,7 @@ func resourceTencentCloudCosBucketCreate(d *schema.ResourceData, meta interface{
548
553
role, roleOk:=d.GetOk("replica_role")
549
554
rule, ruleOk:=d.GetOk("replica_rules")
550
555
versioning:=d.Get("versioning_enable").(bool)
556
+
cdcId:=d.Get("cdc_id").(string)
551
557
552
558
if!versioning {
553
559
ifroleOk||role.(string) !="" {
@@ -562,9 +568,9 @@ func resourceTencentCloudCosBucketCreate(d *schema.ResourceData, meta interface{
0 commit comments