Documentation
¶
Index ¶
- func DataSourceTencentCloudConfigCompliancePacks() *schema.Resource
- func DataSourceTencentCloudConfigDiscoveredResources() *schema.Resource
- func DataSourceTencentCloudConfigResourceTypes() *schema.Resource
- func DataSourceTencentCloudConfigRuleEvaluationResults() *schema.Resource
- func DataSourceTencentCloudConfigRules() *schema.Resource
- func DataSourceTencentCloudConfigSystemRules() *schema.Resource
- func DataSourceTencentCloudSystemConfigCompliancePacks() *schema.Resource
- func ResourceTencentCloudConfigCompliancePack() *schema.Resource
- func ResourceTencentCloudConfigDeliverConfig() *schema.Resource
- func ResourceTencentCloudConfigRecorderConfig() *schema.Resource
- func ResourceTencentCloudConfigRemediation() *schema.Resource
- func ResourceTencentCloudConfigStartConfigRuleEvaluationOperation() *schema.Resource
- type ConfigService
- func (me *ConfigService) DescribeConfigCompliancePackById(ctx context.Context, compliancePackId string) (ret *configv20220802.DescribeCompliancePackResponseParams, errRet error)
- func (me *ConfigService) DescribeConfigCompliancePacksByFilter(ctx context.Context, paramMap map[string]interface{}) (items []*configv20220802.ConfigCompliancePack, errRet error)
- func (me *ConfigService) DescribeConfigDeliver(ctx context.Context) (ret *configv20220802.DescribeConfigDeliverResponseParams, errRet error)
- func (me *ConfigService) DescribeConfigDiscoveredResourcesByFilter(ctx context.Context, paramMap map[string]interface{}) (items []*configv20220802.ResourceListInfo, errRet error)
- func (me *ConfigService) DescribeConfigRecorder(ctx context.Context) (ret *configv20220802.DescribeConfigRecorderResponseParams, errRet error)
- func (me *ConfigService) DescribeConfigRemediationById(ctx context.Context, ruleId, remediationId string) (ret *configv20220802.Remediation, errRet error)
- func (me *ConfigService) DescribeConfigResourceTypes(ctx context.Context) (items []*configv20220802.ConfigResource, errRet error)
- func (me *ConfigService) DescribeConfigRuleEvaluationResultsByFilter(ctx context.Context, paramMap map[string]interface{}) (items []*configv20220802.EvaluationResult, errRet error)
- func (me *ConfigService) DescribeConfigRulesByFilter(ctx context.Context, paramMap map[string]interface{}) (items []*configv20220802.ConfigRule, errRet error)
- func (me *ConfigService) DescribeConfigSystemRulesByFilter(ctx context.Context, paramMap map[string]interface{}) (items []*configv20220802.SystemConfigRule, errRet error)
- func (me *ConfigService) DescribeSystemConfigCompliancePacks(ctx context.Context) (items []*configv20220802.SystemCompliancePack, errRet error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigService ¶
type ConfigService struct {
// contains filtered or unexported fields
}
func NewConfigService ¶
func NewConfigService(client *connectivity.TencentCloudClient) ConfigService
func (*ConfigService) DescribeConfigCompliancePackById ¶
func (me *ConfigService) DescribeConfigCompliancePackById(ctx context.Context, compliancePackId string) (ret *configv20220802.DescribeCompliancePackResponseParams, errRet error)
func (*ConfigService) DescribeConfigCompliancePacksByFilter ¶
func (me *ConfigService) DescribeConfigCompliancePacksByFilter(ctx context.Context, paramMap map[string]interface{}) (items []*configv20220802.ConfigCompliancePack, errRet error)
func (*ConfigService) DescribeConfigDeliver ¶
func (me *ConfigService) DescribeConfigDeliver(ctx context.Context) (ret *configv20220802.DescribeConfigDeliverResponseParams, errRet error)
func (*ConfigService) DescribeConfigDiscoveredResourcesByFilter ¶
func (me *ConfigService) DescribeConfigDiscoveredResourcesByFilter(ctx context.Context, paramMap map[string]interface{}) (items []*configv20220802.ResourceListInfo, errRet error)
func (*ConfigService) DescribeConfigRecorder ¶
func (me *ConfigService) DescribeConfigRecorder(ctx context.Context) (ret *configv20220802.DescribeConfigRecorderResponseParams, errRet error)
func (*ConfigService) DescribeConfigRemediationById ¶
func (me *ConfigService) DescribeConfigRemediationById(ctx context.Context, ruleId, remediationId string) (ret *configv20220802.Remediation, errRet error)
func (*ConfigService) DescribeConfigResourceTypes ¶
func (me *ConfigService) DescribeConfigResourceTypes(ctx context.Context) (items []*configv20220802.ConfigResource, errRet error)
func (*ConfigService) DescribeConfigRuleEvaluationResultsByFilter ¶
func (me *ConfigService) DescribeConfigRuleEvaluationResultsByFilter(ctx context.Context, paramMap map[string]interface{}) (items []*configv20220802.EvaluationResult, errRet error)
func (*ConfigService) DescribeConfigRulesByFilter ¶
func (me *ConfigService) DescribeConfigRulesByFilter(ctx context.Context, paramMap map[string]interface{}) (items []*configv20220802.ConfigRule, errRet error)
func (*ConfigService) DescribeConfigSystemRulesByFilter ¶
func (me *ConfigService) DescribeConfigSystemRulesByFilter(ctx context.Context, paramMap map[string]interface{}) (items []*configv20220802.SystemConfigRule, errRet error)
func (*ConfigService) DescribeSystemConfigCompliancePacks ¶
func (me *ConfigService) DescribeSystemConfigCompliancePacks(ctx context.Context) (items []*configv20220802.SystemCompliancePack, errRet error)
Source Files
¶
- data_source_tc_config_compliance_packs.go
- data_source_tc_config_discovered_resources.go
- data_source_tc_config_resource_types.go
- data_source_tc_config_rule_evaluation_results.go
- data_source_tc_config_rules.go
- data_source_tc_config_system_rules.go
- data_source_tc_system_config_compliance_packs.go
- resource_tc_config_compliance_pack.go
- resource_tc_config_deliver_config.go
- resource_tc_config_recorder_config.go
- resource_tc_config_remediation.go
- resource_tc_config_start_config_rule_evaluation_operation.go
- service_tencentcloud_config.go
Click to show internal directories.
Click to hide internal directories.