alicloud_sddp_instance
更新时间:2024-10-28 03:06:10
Provides a Data Security Center Instance resource.
For information about Data Security Center Instance and how to use it, see What is Instance.
-> NOTE: Available in v1.136.0+.
-> NOTE: The Data Security Center Instance is not support in the international site.
Example Usage
Basic Usage
resource "alicloud_sddp_instance" "default" {
payment_type = "Subscription"
sddp_version = "version_company"
sd_cbool = "yes"
period = "1"
sdc = "3"
ud_cbool = "yes"
udc = "2000"
dataphin = "yes"
}
Argument Reference
The following arguments are supported:
payment_type
- (Required, ForceNew) The payment type of the resource. Valid values:Subscription
.period
- (Required) The Prepaid period. Valid values:1
,2
,3
,6
,12
,24
.renewal_status
- (Optional) Automatic renewal status. Valid values:AutoRenewal
,ManualRenewal
. Default Value:ManualRenewal
.renew_period
- (Optional) Automatic renewal period. NOTE: Therenew_period
is required under the condition that renewal_status isAutoRenewal
,logistics
- (Optional) The logistics.dataphin
- (Optional) The dataphin. Valid values:yes
,no
.dataphin_count
- (Optional) The dataphin count. Valid values: 1 to 20.sddp_version
- (Required) The sddp version. Valid values:version_audit
,version_company
,version_dlp
.sdc
- (Required) The number of instances.ud_cbool
- (Required) Whether to use OSS. Valid values:yes
,no
.sd_cbool
- (Required) Whether to use the database. Valid values:yes
,no
.udc
- (Required) OSS Size.modify_type
- (Optional) The modify type. Valid values:Upgrade
,Downgrade
. NOTE: Themodify_type
is required when you execute a update operation.oss_size
- (Optional) The OSS storage capacity.
Attributes Reference
The following attributes are exported:
id
- The resource ID in terraform of Instance.authed
- Whether the required RAM authorization is configured.odps_set
- Whether the authorized MaxCompute (ODPS) assets.oss_bucket_set
- Whether the authorized oss assets.rds_set
- Whether the authorized rds assets.status
- The status of the resource.instance_num
- The number of instances.remain_days
- The remaining days of the protection period of the assets in the current login account.
Import
Data Security Center Instance can be imported using the id, e.g.
$ terraform import alicloud_sddp_instance.example <id>
- 本页导读 (1)
- Example Usage
- Argument Reference
- Attributes Reference
- Import
文档内容是否对您有帮助?