Instance

class Instance : KotlinCustomResource

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

package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.alicloud.sddp.Instance;
import com.pulumi.alicloud.sddp.InstanceArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var default_ = new Instance("default", InstanceArgs.builder()
.dataphin("yes")
.paymentType("Subscription")
.period("1")
.sdCbool("yes")
.sdc("3")
.sddpVersion("version_company")
.udCbool("yes")
.udc("2000")
.build());
}
}

Import

Data Security Center Instance can be imported using the id, e.g.

$ pulumi import alicloud:sddp/instance:Instance example <id>

Properties

Link copied to clipboard
val authed: Output<Boolean>

Whether the required RAM authorization is configured.

Link copied to clipboard
val dataphin: Output<String>?

The dataphin. Valid values: yes,no.

Link copied to clipboard
val dataphinCount: Output<String>?

The dataphin count. Valid values: 1 to 20.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val instanceNum: Output<String>

The number of instances.

Link copied to clipboard
val logistics: Output<String>?

The logistics.

Link copied to clipboard
val modifyType: Output<String>?

The modify type. Valid values: Upgrade, Downgrade. NOTE: The modify_type is required when you execute a update operation.

Link copied to clipboard
val odpsSet: Output<Boolean>

Whether the authorized MaxCompute (ODPS) assets.

Link copied to clipboard
val ossBucketSet: Output<Boolean>

Whether the authorized oss assets.

Link copied to clipboard
val ossSize: Output<String>

The OSS storage capacity.

Link copied to clipboard
val paymentType: Output<String>

The payment type of the resource. Valid values: Subscription.

Link copied to clipboard
val period: Output<Int>

The Prepaid period. Valid values: 1, 2, 3, 6,12,24.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val rdsSet: Output<Boolean>

Whether the authorized rds assets.

Link copied to clipboard
val remainDays: Output<String>

The remaining days of the protection period of the assets in the current login account.

Link copied to clipboard
val renewalStatus: Output<String>

Automatic renewal status. Valid values: AutoRenewal,ManualRenewal. Default Value: ManualRenewal.

Link copied to clipboard
val renewPeriod: Output<Int>?

Automatic renewal period. NOTE: The renew_period is required under the condition that renewal_status is AutoRenewal,

Link copied to clipboard
val sdc: Output<String>

The number of instances.

Link copied to clipboard
val sdCbool: Output<String>

Whether to use the database. Valid values:yes,no.

Link copied to clipboard
val sddpVersion: Output<String>

The sddp version. Valid values: version_audit,version_company,version_dlp.

Link copied to clipboard
val status: Output<String>

The status of the resource.

Link copied to clipboard
val udc: Output<String>

OSS Size.

Link copied to clipboard
val udCbool: Output<String>

Whether to use OSS. Valid values: yes,no.

Link copied to clipboard
val urn: Output<String>