Alibaba Cloud
Config
Provides a Data Security Center Config resource.
For information about Data Security Center Config and how to use it, see What is Config.
NOTE: Available in v1.133.0+.
Example Usage
using Pulumi;
using AliCloud = Pulumi.AliCloud;
class MyStack : Stack
{
public MyStack()
{
var @default = new AliCloud.Sddp.Config("default", new AliCloud.Sddp.ConfigArgs
{
Code = "access_failed_cnt",
Value = "10",
});
}
}
package main
import (
"github.com/pulumi/pulumi-alicloud/sdk/v3/go/alicloud/sddp"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := sddp.NewConfig(ctx, "default", &sddp.ConfigArgs{
Code: pulumi.String("access_failed_cnt"),
Value: pulumi.String("10"),
})
if err != nil {
return err
}
return nil
})
}
Coming soon!
import pulumi
import pulumi_alicloud as alicloud
default = alicloud.sddp.Config("default",
code="access_failed_cnt",
value="10")
import * as pulumi from "@pulumi/pulumi";
import * as alicloud from "@pulumi/alicloud";
const defaultConfig = new alicloud.sddp.Config("default", {
code: "access_failed_cnt",
value: "10",
});
Coming soon!
Create a Config Resource
new Config(name: string, args?: ConfigArgs, opts?: CustomResourceOptions);
@overload
def Config(resource_name: str,
opts: Optional[ResourceOptions] = None,
code: Optional[str] = None,
description: Optional[str] = None,
lang: Optional[str] = None,
value: Optional[str] = None)
@overload
def Config(resource_name: str,
args: Optional[ConfigArgs] = None,
opts: Optional[ResourceOptions] = None)
func NewConfig(ctx *Context, name string, args *ConfigArgs, opts ...ResourceOption) (*Config, error)
public Config(string name, ConfigArgs? args = null, CustomResourceOptions? opts = null)
public Config(String name, ConfigArgs args)
public Config(String name, ConfigArgs args, CustomResourceOptions options)
type: alicloud:sddp:Config
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ConfigArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ConfigArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ConfigArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ConfigArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ConfigArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Config Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Config resource accepts the following input properties:
- Code string
Abnormal Alarm General Configuration Module by Using the Encoding. Valid values:
access_failed_cnt
,access_permission_exprie_max_days
,log_datasize_avg_days
.- Description string
Abnormal Alarm General Description of the Configuration Item.
- Lang string
The language of the request and response. Valid values:
zh
,en
.zh
: Chinese.en
: English.
- Value string
The Specified Exception Alarm Generic by Using the Value. Code Different Values for This Parameter the Specific Meaning of Different:
access_failed_cnt
: Value Represents the Non-Authorized Resource Repeatedly Attempts to Access the Threshold.access_permission_exprie_max_days
: Value Represents the Permissions during Periods of Inactivity Exceeding a Threshold.log_datasize_avg_days
: Value Represents the Date Certain Log Output Is Less than 10 Days before the Average Value of the Threshold.
- Code string
Abnormal Alarm General Configuration Module by Using the Encoding. Valid values:
access_failed_cnt
,access_permission_exprie_max_days
,log_datasize_avg_days
.- Description string
Abnormal Alarm General Description of the Configuration Item.
- Lang string
The language of the request and response. Valid values:
zh
,en
.zh
: Chinese.en
: English.
- Value string
The Specified Exception Alarm Generic by Using the Value. Code Different Values for This Parameter the Specific Meaning of Different:
access_failed_cnt
: Value Represents the Non-Authorized Resource Repeatedly Attempts to Access the Threshold.access_permission_exprie_max_days
: Value Represents the Permissions during Periods of Inactivity Exceeding a Threshold.log_datasize_avg_days
: Value Represents the Date Certain Log Output Is Less than 10 Days before the Average Value of the Threshold.
- code String
Abnormal Alarm General Configuration Module by Using the Encoding. Valid values:
access_failed_cnt
,access_permission_exprie_max_days
,log_datasize_avg_days
.- description String
Abnormal Alarm General Description of the Configuration Item.
- lang String
The language of the request and response. Valid values:
zh
,en
.zh
: Chinese.en
: English.
- value String
The Specified Exception Alarm Generic by Using the Value. Code Different Values for This Parameter the Specific Meaning of Different:
access_failed_cnt
: Value Represents the Non-Authorized Resource Repeatedly Attempts to Access the Threshold.access_permission_exprie_max_days
: Value Represents the Permissions during Periods of Inactivity Exceeding a Threshold.log_datasize_avg_days
: Value Represents the Date Certain Log Output Is Less than 10 Days before the Average Value of the Threshold.
- code string
Abnormal Alarm General Configuration Module by Using the Encoding. Valid values:
access_failed_cnt
,access_permission_exprie_max_days
,log_datasize_avg_days
.- description string
Abnormal Alarm General Description of the Configuration Item.
- lang string
The language of the request and response. Valid values:
zh
,en
.zh
: Chinese.en
: English.
- value string
The Specified Exception Alarm Generic by Using the Value. Code Different Values for This Parameter the Specific Meaning of Different:
access_failed_cnt
: Value Represents the Non-Authorized Resource Repeatedly Attempts to Access the Threshold.access_permission_exprie_max_days
: Value Represents the Permissions during Periods of Inactivity Exceeding a Threshold.log_datasize_avg_days
: Value Represents the Date Certain Log Output Is Less than 10 Days before the Average Value of the Threshold.
- code str
Abnormal Alarm General Configuration Module by Using the Encoding. Valid values:
access_failed_cnt
,access_permission_exprie_max_days
,log_datasize_avg_days
.- description str
Abnormal Alarm General Description of the Configuration Item.
- lang str
The language of the request and response. Valid values:
zh
,en
.zh
: Chinese.en
: English.
- value str
The Specified Exception Alarm Generic by Using the Value. Code Different Values for This Parameter the Specific Meaning of Different:
access_failed_cnt
: Value Represents the Non-Authorized Resource Repeatedly Attempts to Access the Threshold.access_permission_exprie_max_days
: Value Represents the Permissions during Periods of Inactivity Exceeding a Threshold.log_datasize_avg_days
: Value Represents the Date Certain Log Output Is Less than 10 Days before the Average Value of the Threshold.
- code String
Abnormal Alarm General Configuration Module by Using the Encoding. Valid values:
access_failed_cnt
,access_permission_exprie_max_days
,log_datasize_avg_days
.- description String
Abnormal Alarm General Description of the Configuration Item.
- lang String
The language of the request and response. Valid values:
zh
,en
.zh
: Chinese.en
: English.
- value String
The Specified Exception Alarm Generic by Using the Value. Code Different Values for This Parameter the Specific Meaning of Different:
access_failed_cnt
: Value Represents the Non-Authorized Resource Repeatedly Attempts to Access the Threshold.access_permission_exprie_max_days
: Value Represents the Permissions during Periods of Inactivity Exceeding a Threshold.log_datasize_avg_days
: Value Represents the Date Certain Log Output Is Less than 10 Days before the Average Value of the Threshold.
Outputs
All input properties are implicitly available as output properties. Additionally, the Config resource produces the following output properties:
- Id string
The provider-assigned unique ID for this managed resource.
- Id string
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
- id string
The provider-assigned unique ID for this managed resource.
- id str
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
Look up an Existing Config Resource
Get an existing Config resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ConfigState, opts?: CustomResourceOptions): Config
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
code: Optional[str] = None,
description: Optional[str] = None,
lang: Optional[str] = None,
value: Optional[str] = None) -> Config
func GetConfig(ctx *Context, name string, id IDInput, state *ConfigState, opts ...ResourceOption) (*Config, error)
public static Config Get(string name, Input<string> id, ConfigState? state, CustomResourceOptions? opts = null)
public static Config get(String name, Output<String> id, ConfigState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Code string
Abnormal Alarm General Configuration Module by Using the Encoding. Valid values:
access_failed_cnt
,access_permission_exprie_max_days
,log_datasize_avg_days
.- Description string
Abnormal Alarm General Description of the Configuration Item.
- Lang string
The language of the request and response. Valid values:
zh
,en
.zh
: Chinese.en
: English.
- Value string
The Specified Exception Alarm Generic by Using the Value. Code Different Values for This Parameter the Specific Meaning of Different:
access_failed_cnt
: Value Represents the Non-Authorized Resource Repeatedly Attempts to Access the Threshold.access_permission_exprie_max_days
: Value Represents the Permissions during Periods of Inactivity Exceeding a Threshold.log_datasize_avg_days
: Value Represents the Date Certain Log Output Is Less than 10 Days before the Average Value of the Threshold.
- Code string
Abnormal Alarm General Configuration Module by Using the Encoding. Valid values:
access_failed_cnt
,access_permission_exprie_max_days
,log_datasize_avg_days
.- Description string
Abnormal Alarm General Description of the Configuration Item.
- Lang string
The language of the request and response. Valid values:
zh
,en
.zh
: Chinese.en
: English.
- Value string
The Specified Exception Alarm Generic by Using the Value. Code Different Values for This Parameter the Specific Meaning of Different:
access_failed_cnt
: Value Represents the Non-Authorized Resource Repeatedly Attempts to Access the Threshold.access_permission_exprie_max_days
: Value Represents the Permissions during Periods of Inactivity Exceeding a Threshold.log_datasize_avg_days
: Value Represents the Date Certain Log Output Is Less than 10 Days before the Average Value of the Threshold.
- code String
Abnormal Alarm General Configuration Module by Using the Encoding. Valid values:
access_failed_cnt
,access_permission_exprie_max_days
,log_datasize_avg_days
.- description String
Abnormal Alarm General Description of the Configuration Item.
- lang String
The language of the request and response. Valid values:
zh
,en
.zh
: Chinese.en
: English.
- value String
The Specified Exception Alarm Generic by Using the Value. Code Different Values for This Parameter the Specific Meaning of Different:
access_failed_cnt
: Value Represents the Non-Authorized Resource Repeatedly Attempts to Access the Threshold.access_permission_exprie_max_days
: Value Represents the Permissions during Periods of Inactivity Exceeding a Threshold.log_datasize_avg_days
: Value Represents the Date Certain Log Output Is Less than 10 Days before the Average Value of the Threshold.
- code string
Abnormal Alarm General Configuration Module by Using the Encoding. Valid values:
access_failed_cnt
,access_permission_exprie_max_days
,log_datasize_avg_days
.- description string
Abnormal Alarm General Description of the Configuration Item.
- lang string
The language of the request and response. Valid values:
zh
,en
.zh
: Chinese.en
: English.
- value string
The Specified Exception Alarm Generic by Using the Value. Code Different Values for This Parameter the Specific Meaning of Different:
access_failed_cnt
: Value Represents the Non-Authorized Resource Repeatedly Attempts to Access the Threshold.access_permission_exprie_max_days
: Value Represents the Permissions during Periods of Inactivity Exceeding a Threshold.log_datasize_avg_days
: Value Represents the Date Certain Log Output Is Less than 10 Days before the Average Value of the Threshold.
- code str
Abnormal Alarm General Configuration Module by Using the Encoding. Valid values:
access_failed_cnt
,access_permission_exprie_max_days
,log_datasize_avg_days
.- description str
Abnormal Alarm General Description of the Configuration Item.
- lang str
The language of the request and response. Valid values:
zh
,en
.zh
: Chinese.en
: English.
- value str
The Specified Exception Alarm Generic by Using the Value. Code Different Values for This Parameter the Specific Meaning of Different:
access_failed_cnt
: Value Represents the Non-Authorized Resource Repeatedly Attempts to Access the Threshold.access_permission_exprie_max_days
: Value Represents the Permissions during Periods of Inactivity Exceeding a Threshold.log_datasize_avg_days
: Value Represents the Date Certain Log Output Is Less than 10 Days before the Average Value of the Threshold.
- code String
Abnormal Alarm General Configuration Module by Using the Encoding. Valid values:
access_failed_cnt
,access_permission_exprie_max_days
,log_datasize_avg_days
.- description String
Abnormal Alarm General Description of the Configuration Item.
- lang String
The language of the request and response. Valid values:
zh
,en
.zh
: Chinese.en
: English.
- value String
The Specified Exception Alarm Generic by Using the Value. Code Different Values for This Parameter the Specific Meaning of Different:
access_failed_cnt
: Value Represents the Non-Authorized Resource Repeatedly Attempts to Access the Threshold.access_permission_exprie_max_days
: Value Represents the Permissions during Periods of Inactivity Exceeding a Threshold.log_datasize_avg_days
: Value Represents the Date Certain Log Output Is Less than 10 Days before the Average Value of the Threshold.
Import
Data Security Center Config can be imported using the id, e.g.
$ pulumi import alicloud:sddp/config:Config example <code>
Package Details
- Repository
- https://github.com/pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
alicloud
Terraform Provider.