Expand description
AWS Config provides a way to keep track of the configurations of all the AWS resources associated with your AWS account. You can use AWS Config to get the current and historical configurations of each AWS resource and also to get information about the relationship between the resources. An AWS resource can be an Amazon Compute Cloud (Amazon EC2) instance, an Elastic Block Store (EBS) volume, an elastic network Interface (ENI), or a security group. For a complete list of resources currently supported by AWS Config, see Supported AWS Resources.
You can access and manage AWS Config through the AWS Management Console, the AWS Command Line Interface (AWS CLI), the AWS Config API, or the AWS SDKs for AWS Config. This reference guide contains documentation for the AWS Config API and the AWS CLI commands that you can use to manage AWS Config. The AWS Config API uses the Signature Version 4 protocol for signing requests. For more information about how to sign a request with this protocol, see Signature Version 4 Signing Process. For detailed information about AWS Config features and their associated actions or commands, as well as how to work with AWS Management Console, see What Is AWS Config in the AWS Config Developer Guide.
If you’re using the service, you’re probably looking for ConfigServiceClient and ConfigService.
Structs§
- Account
Aggregation Source A collection of accounts and regions.
- Aggregate
Compliance ByConfig Rule Indicates whether an AWS Config rule is compliant based on account ID, region, compliance, and rule name.
A rule is compliant if all of the resources that the rule evaluated comply with it. It is noncompliant if any of these resources do not comply.
- Aggregate
Compliance Count Returns the number of compliant and noncompliant rules for one or more accounts and regions in an aggregator.
- Aggregate
Evaluation Result The details of an AWS Config evaluation for an account ID and region in an aggregator. Provides the AWS resource that was evaluated, the compliance of the resource, related time stamps, and supplementary information.
- Aggregate
Resource Identifier The details that identify a resource that is collected by AWS Config aggregator, including the resource type, ID, (if available) the custom resource name, the source account, and source region.
- Aggregated
Source Status The current sync status between the source and the aggregator account.
- Aggregation
Authorization An object that represents the authorizations granted to aggregator accounts and regions.
- Base
Configuration Item The detailed configuration of a specified resource.
- Batch
GetAggregate Resource Config Request - Batch
GetAggregate Resource Config Response - Batch
GetResource Config Request - Batch
GetResource Config Response - Compliance
Indicates whether an AWS resource or AWS Config rule is compliant and provides the number of contributors that affect the compliance.
- Compliance
ByConfig Rule Indicates whether an AWS Config rule is compliant. A rule is compliant if all of the resources that the rule evaluated comply with it. A rule is noncompliant if any of these resources do not comply.
- Compliance
ByResource Indicates whether an AWS resource that is evaluated according to one or more AWS Config rules is compliant. A resource is compliant if it complies with all of the rules that evaluate it. A resource is noncompliant if it does not comply with one or more of these rules.
- Compliance
Contributor Count The number of AWS resources or AWS Config rules responsible for the current compliance of the item, up to a maximum number.
- Compliance
Summary The number of AWS Config rules or AWS resources that are compliant and noncompliant.
- Compliance
Summary ByResource Type The number of AWS resources of a specific type that are compliant or noncompliant, up to a maximum of 100 for each.
- Config
Export Delivery Info Provides status of the delivery of the snapshot or the configuration history to the specified Amazon S3 bucket. Also provides the status of notifications about the Amazon S3 delivery to the specified Amazon SNS topic.
- Config
Rule An AWS Config rule represents an AWS Lambda function that you create for a custom rule or a predefined function for an AWS managed rule. The function evaluates configuration items to assess whether your AWS resources comply with your desired configurations. This function can run when AWS Config detects a configuration change to an AWS resource and at a periodic frequency that you choose (for example, every 24 hours).
You can use the AWS CLI and AWS SDKs if you want to create a rule that triggers evaluations for your resources when AWS Config delivers the configuration snapshot. For more information, see ConfigSnapshotDeliveryProperties.
For more information about developing and using AWS Config rules, see Evaluating AWS Resource Configurations with AWS Config in the AWS Config Developer Guide.
- Config
Rule Compliance Filters Filters the compliance results based on account ID, region, compliance type, and rule name.
- Config
Rule Compliance Summary Filters Filters the results based on the account IDs and regions.
- Config
Rule Evaluation Status Status information for your AWS managed Config rules. The status includes information such as the last time the rule ran, the last time it failed, and the related error for the last failure.
This action does not return status information about custom AWS Config rules.
- Config
Service Client - A client for the Config Service API.
- Config
Snapshot Delivery Properties Provides options for how often AWS Config delivers configuration snapshots to the Amazon S3 bucket in your delivery channel.
The frequency for a rule that triggers evaluations for your resources when AWS Config delivers the configuration snapshot is set by one of two values, depending on which is less frequent:
-
The value for the
deliveryFrequency
parameter within the delivery channel configuration, which sets how often AWS Config delivers configuration snapshots. This value also sets how often AWS Config invokes evaluations for AWS Config rules. -
The value for the
MaximumExecutionFrequency
parameter, which sets the maximum frequency with which AWS Config invokes evaluations for the rule. For more information, see ConfigRule.
If the
deliveryFrequency
value is less frequent than theMaximumExecutionFrequency
value for a rule, AWS Config invokes the rule only as often as thedeliveryFrequency
value.-
For example, you want your rule to run evaluations when AWS Config delivers the configuration snapshot.
-
You specify the
MaximumExecutionFrequency
value forSix_Hours
. -
You then specify the delivery channel
deliveryFrequency
value forTwentyFour_Hours
. -
Because the value for
deliveryFrequency
is less frequent thanMaximumExecutionFrequency
, AWS Config invokes evaluations for the rule every 24 hours.
You should set the
MaximumExecutionFrequency
value to be at least as frequent as thedeliveryFrequency
value. You can view thedeliveryFrequency
value by using theDescribeDeliveryChannnels
action.To update the
deliveryFrequency
with which AWS Config delivers your configuration snapshots, use thePutDeliveryChannel
action.-
- Config
Stream Delivery Info A list that contains the status of the delivery of the configuration stream notification to the Amazon SNS topic.
- Configuration
Aggregator The details about the configuration aggregator, including information about source accounts, regions, and metadata of the aggregator.
- Configuration
Item A list that contains detailed configurations of a specified resource.
- Configuration
Recorder An object that represents the recording of configuration changes of an AWS resource.
- Configuration
Recorder Status The current status of the configuration recorder.
- Conformance
Pack Compliance Filters Filters the conformance pack by compliance types and AWS Config rule names.
- Conformance
Pack Compliance Summary Summary includes the name and status of the conformance pack.
- Conformance
Pack Detail Returns details of a conformance pack. A conformance pack is a collection of AWS Config rules and remediation actions that can be easily deployed in an account and a region.
- Conformance
Pack Evaluation Filters Filters a conformance pack by AWS Config rule names, compliance types, AWS resource types, and resource IDs.
- Conformance
Pack Evaluation Result The details of a conformance pack evaluation. Provides AWS Config rule and AWS resource type that was evaluated, the compliance of the conformance pack, related time stamps, and supplementary information.
- Conformance
Pack Input Parameter Input parameters in the form of key-value pairs for the conformance pack, both of which you define. Keys can have a maximum character length of 128 characters, and values can have a maximum length of 256 characters.
- Conformance
Pack Rule Compliance Compliance information of one or more AWS Config rules within a conformance pack. You can filter using AWS Config rule names and compliance types.
- Conformance
Pack Status Detail Status details of a conformance pack.
- Delete
Aggregation Authorization Request - Delete
Config Rule Request - Delete
Configuration Aggregator Request - Delete
Configuration Recorder Request The request object for the
DeleteConfigurationRecorder
action.- Delete
Conformance Pack Request - Delete
Delivery Channel Request The input for the DeleteDeliveryChannel action. The action accepts the following data, in JSON format.
- Delete
Evaluation Results Request - Delete
Evaluation Results Response The output when you delete the evaluation results for the specified AWS Config rule.
- Delete
Organization Config Rule Request - Delete
Organization Conformance Pack Request - Delete
Pending Aggregation Request Request - Delete
Remediation Configuration Request - Delete
Remediation Configuration Response - Delete
Remediation Exceptions Request - Delete
Remediation Exceptions Response - Delete
Resource Config Request - Delete
Retention Configuration Request - Deliver
Config Snapshot Request The input for the DeliverConfigSnapshot action.
- Deliver
Config Snapshot Response The output for the DeliverConfigSnapshot action, in JSON format.
- Delivery
Channel The channel through which AWS Config delivers notifications and updated configuration states.
- Delivery
Channel Status The status of a specified delivery channel.
Valid values:
Success
|Failure
- Describe
Aggregate Compliance ByConfig Rules Request - Describe
Aggregate Compliance ByConfig Rules Response - Describe
Aggregation Authorizations Request - Describe
Aggregation Authorizations Response - Describe
Compliance ByConfig Rule Request - Describe
Compliance ByConfig Rule Response - Describe
Compliance ByResource Request - Describe
Compliance ByResource Response - Describe
Config Rule Evaluation Status Request - Describe
Config Rule Evaluation Status Response - Describe
Config Rules Request - Describe
Config Rules Response - Describe
Configuration Aggregator Sources Status Request - Describe
Configuration Aggregator Sources Status Response - Describe
Configuration Aggregators Request - Describe
Configuration Aggregators Response - Describe
Configuration Recorder Status Request The input for the DescribeConfigurationRecorderStatus action.
- Describe
Configuration Recorder Status Response The output for the DescribeConfigurationRecorderStatus action, in JSON format.
- Describe
Configuration Recorders Request The input for the DescribeConfigurationRecorders action.
- Describe
Configuration Recorders Response The output for the DescribeConfigurationRecorders action.
- Describe
Conformance Pack Compliance Request - Describe
Conformance Pack Compliance Response - Describe
Conformance Pack Status Request - Describe
Conformance Pack Status Response - Describe
Conformance Packs Request - Describe
Conformance Packs Response - Describe
Delivery Channel Status Request The input for the DeliveryChannelStatus action.
- Describe
Delivery Channel Status Response The output for the DescribeDeliveryChannelStatus action.
- Describe
Delivery Channels Request The input for the DescribeDeliveryChannels action.
- Describe
Delivery Channels Response The output for the DescribeDeliveryChannels action.
- Describe
Organization Config Rule Statuses Request - Describe
Organization Config Rule Statuses Response - Describe
Organization Config Rules Request - Describe
Organization Config Rules Response - Describe
Organization Conformance Pack Statuses Request - Describe
Organization Conformance Pack Statuses Response - Describe
Organization Conformance Packs Request - Describe
Organization Conformance Packs Response - Describe
Pending Aggregation Requests Request - Describe
Pending Aggregation Requests Response - Describe
Remediation Configurations Request - Describe
Remediation Configurations Response - Describe
Remediation Exceptions Request - Describe
Remediation Exceptions Response - Describe
Remediation Execution Status Request - Describe
Remediation Execution Status Response - Describe
Retention Configurations Request - Describe
Retention Configurations Response - Evaluation
Identifies an AWS resource and indicates whether it complies with the AWS Config rule that it was evaluated against.
- Evaluation
Result The details of an AWS Config evaluation. Provides the AWS resource that was evaluated, the compliance of the resource, related time stamps, and supplementary information.
- Evaluation
Result Identifier Uniquely identifies an evaluation result.
- Evaluation
Result Qualifier Identifies an AWS Config rule that evaluated an AWS resource, and provides the type and ID of the resource that the rule evaluated.
- Execution
Controls The controls that AWS Config uses for executing remediations.
- Failed
Delete Remediation Exceptions Batch List of each of the failed delete remediation exceptions with specific reasons.
- Failed
Remediation Batch List of each of the failed remediations with specific reasons.
- Failed
Remediation Exception Batch List of each of the failed remediation exceptions with specific reasons.
- Field
Info Details about the fields such as name of the field.
- GetAggregate
Compliance Details ByConfig Rule Request - GetAggregate
Compliance Details ByConfig Rule Response - GetAggregate
Config Rule Compliance Summary Request - GetAggregate
Config Rule Compliance Summary Response - GetAggregate
Discovered Resource Counts Request - GetAggregate
Discovered Resource Counts Response - GetAggregate
Resource Config Request - GetAggregate
Resource Config Response - GetCompliance
Details ByConfig Rule Request - GetCompliance
Details ByConfig Rule Response - GetCompliance
Details ByResource Request - GetCompliance
Details ByResource Response - GetCompliance
Summary ByConfig Rule Response - GetCompliance
Summary ByResource Type Request - GetCompliance
Summary ByResource Type Response - GetConformance
Pack Compliance Details Request - GetConformance
Pack Compliance Details Response - GetConformance
Pack Compliance Summary Request - GetConformance
Pack Compliance Summary Response - GetDiscovered
Resource Counts Request - GetDiscovered
Resource Counts Response - GetOrganization
Config Rule Detailed Status Request - GetOrganization
Config Rule Detailed Status Response - GetOrganization
Conformance Pack Detailed Status Request - GetOrganization
Conformance Pack Detailed Status Response - GetResource
Config History Request The input for the GetResourceConfigHistory action.
- GetResource
Config History Response The output for the GetResourceConfigHistory action.
- Grouped
Resource Count The count of resources that are grouped by the group name.
- List
Aggregate Discovered Resources Request - List
Aggregate Discovered Resources Response - List
Discovered Resources Request - List
Discovered Resources Response - List
Tags ForResource Request - List
Tags ForResource Response - Member
Account Status Organization config rule creation or deletion status in each member account. This includes the name of the rule, the status, error code and error message when the rule creation or deletion failed.
- Organization
Aggregation Source This object contains regions to set up the aggregator and an IAM role to retrieve organization details.
- Organization
Config Rule An organization config rule that has information about config rules that AWS Config creates in member accounts.
- Organization
Config Rule Status Returns the status for an organization config rule in an organization.
- Organization
Conformance Pack An organization conformance pack that has information about conformance packs that AWS Config creates in member accounts.
- Organization
Conformance Pack Detailed Status Organization conformance pack creation or deletion status in each member account. This includes the name of the conformance pack, the status, error code and error message when the conformance pack creation or deletion failed.
- Organization
Conformance Pack Status Returns the status for an organization conformance pack in an organization.
- Organization
Custom Rule Metadata An object that specifies organization custom rule metadata such as resource type, resource ID of AWS resource, Lamdba function ARN, and organization trigger types that trigger AWS Config to evaluate your AWS resources against a rule. It also provides the frequency with which you want AWS Config to run evaluations for the rule if the trigger type is periodic.
- Organization
Managed Rule Metadata An object that specifies organization managed rule metadata such as resource type and ID of AWS resource along with the rule identifier. It also provides the frequency with which you want AWS Config to run evaluations for the rule if the trigger type is periodic.
- Organization
Resource Detailed Status Filters Status filter object to filter results based on specific member account ID or status type for an organization conformance pack.
- Pending
Aggregation Request An object that represents the account ID and region of an aggregator account that is requesting authorization but is not yet authorized.
- PutAggregation
Authorization Request - PutAggregation
Authorization Response - PutConfig
Rule Request - PutConfiguration
Aggregator Request - PutConfiguration
Aggregator Response - PutConfiguration
Recorder Request The input for the PutConfigurationRecorder action.
- PutConformance
Pack Request - PutConformance
Pack Response - PutDelivery
Channel Request The input for the PutDeliveryChannel action.
- PutEvaluations
Request - PutEvaluations
Response - PutOrganization
Config Rule Request - PutOrganization
Config Rule Response - PutOrganization
Conformance Pack Request - PutOrganization
Conformance Pack Response - PutRemediation
Configurations Request - PutRemediation
Configurations Response - PutRemediation
Exceptions Request - PutRemediation
Exceptions Response - PutResource
Config Request - PutRetention
Configuration Request - PutRetention
Configuration Response - Query
Info Details about the query.
- Recording
Group Specifies the types of AWS resource for which AWS Config records configuration changes.
In the recording group, you specify whether all supported types or specific types of resources are recorded.
By default, AWS Config records configuration changes for all supported types of regional resources that AWS Config discovers in the region in which it is running. Regional resources are tied to a region and can be used only in that region. Examples of regional resources are EC2 instances and EBS volumes.
You can also have AWS Config record configuration changes for supported types of global resources (for example, IAM resources). Global resources are not tied to an individual region and can be used in all regions.
The configuration details for any global resource are the same in all regions. If you customize AWS Config in multiple regions to record global resources, it will create multiple configuration items each time a global resource changes: one configuration item for each region. These configuration items will contain identical data. To prevent duplicate configuration items, you should consider customizing AWS Config in only one region to record global resources, unless you want the configuration items to be available in multiple regions.
If you don't want AWS Config to record all resources, you can specify which types of resources it will record with the
resourceTypes
parameter.For a list of supported resource types, see Supported Resource Types.
For more information, see Selecting Which Resources AWS Config Records.
- Relationship
The relationship of the related resource to the main resource.
- Remediation
Configuration An object that represents the details about the remediation configuration that includes the remediation action, parameters, and data to execute the action.
- Remediation
Exception An object that represents the details about the remediation exception. The details include the rule name, an explanation of an exception, the time when the exception will be deleted, the resource ID, and resource type.
- Remediation
Exception Resource Key The details that identify a resource within AWS Config, including the resource type and resource ID.
- Remediation
Execution Status Provides details of the current status of the invoked remediation action for that resource.
- Remediation
Execution Step Name of the step from the SSM document.
- Remediation
Parameter Value The value is either a dynamic (resource) value or a static value. You must select either a dynamic value or a static value.
- Resource
Count An object that contains the resource type and the number of resources.
- Resource
Count Filters Filters the resource count based on account ID, region, and resource type.
- Resource
Filters Filters the results by resource account ID, region, resource ID, and resource name.
- Resource
Identifier The details that identify a resource that is discovered by AWS Config, including the resource type, ID, and (if available) the custom resource name.
- Resource
Key The details that identify a resource within AWS Config, including the resource type and resource ID.
- Resource
Value The dynamic value of the resource.
- Retention
Configuration An object with the name of the retention configuration and the retention period in days. The object stores the configuration for data retention in AWS Config.
- Scope
Defines which resources trigger an evaluation for an AWS Config rule. The scope can include one or more resource types, a combination of a tag key and value, or a combination of one resource type and one resource ID. Specify a scope to constrain which resources trigger an evaluation for a rule. Otherwise, evaluations for the rule are triggered when any resource in your recording group changes in configuration.
- Select
Aggregate Resource Config Request - Select
Aggregate Resource Config Response - Select
Resource Config Request - Select
Resource Config Response - Source
Provides the AWS Config rule owner (AWS or customer), the rule identifier, and the events that trigger the evaluation of your AWS resources.
- Source
Detail Provides the source and the message types that trigger AWS Config to evaluate your AWS resources against a rule. It also provides the frequency with which you want AWS Config to run evaluations for the rule if the trigger type is periodic. You can specify the parameter values for
SourceDetail
only for custom rules.- SsmControls
AWS Systems Manager (SSM) specific remediation controls.
- Start
Config Rules Evaluation Request - Start
Config Rules Evaluation Response The output when you start the evaluation for the specified AWS Config rule.
- Start
Configuration Recorder Request The input for the StartConfigurationRecorder action.
- Start
Remediation Execution Request - Start
Remediation Execution Response - Static
Value The static value of the resource.
- Status
Detail Filters Status filter object to filter results based on specific member account ID or status type for an organization config rule.
- Stop
Configuration Recorder Request The input for the StopConfigurationRecorder action.
- Tag
The tags for the resource. The metadata that you apply to a resource to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
- TagResource
Request - Untag
Resource Request
Enums§
- Batch
GetAggregate Resource Config Error - Errors returned by BatchGetAggregateResourceConfig
- Batch
GetResource Config Error - Errors returned by BatchGetResourceConfig
- Delete
Aggregation Authorization Error - Errors returned by DeleteAggregationAuthorization
- Delete
Config Rule Error - Errors returned by DeleteConfigRule
- Delete
Configuration Aggregator Error - Errors returned by DeleteConfigurationAggregator
- Delete
Configuration Recorder Error - Errors returned by DeleteConfigurationRecorder
- Delete
Conformance Pack Error - Errors returned by DeleteConformancePack
- Delete
Delivery Channel Error - Errors returned by DeleteDeliveryChannel
- Delete
Evaluation Results Error - Errors returned by DeleteEvaluationResults
- Delete
Organization Config Rule Error - Errors returned by DeleteOrganizationConfigRule
- Delete
Organization Conformance Pack Error - Errors returned by DeleteOrganizationConformancePack
- Delete
Pending Aggregation Request Error - Errors returned by DeletePendingAggregationRequest
- Delete
Remediation Configuration Error - Errors returned by DeleteRemediationConfiguration
- Delete
Remediation Exceptions Error - Errors returned by DeleteRemediationExceptions
- Delete
Resource Config Error - Errors returned by DeleteResourceConfig
- Delete
Retention Configuration Error - Errors returned by DeleteRetentionConfiguration
- Deliver
Config Snapshot Error - Errors returned by DeliverConfigSnapshot
- Describe
Aggregate Compliance ByConfig Rules Error - Errors returned by DescribeAggregateComplianceByConfigRules
- Describe
Aggregation Authorizations Error - Errors returned by DescribeAggregationAuthorizations
- Describe
Compliance ByConfig Rule Error - Errors returned by DescribeComplianceByConfigRule
- Describe
Compliance ByResource Error - Errors returned by DescribeComplianceByResource
- Describe
Config Rule Evaluation Status Error - Errors returned by DescribeConfigRuleEvaluationStatus
- Describe
Config Rules Error - Errors returned by DescribeConfigRules
- Describe
Configuration Aggregator Sources Status Error - Errors returned by DescribeConfigurationAggregatorSourcesStatus
- Describe
Configuration Aggregators Error - Errors returned by DescribeConfigurationAggregators
- Describe
Configuration Recorder Status Error - Errors returned by DescribeConfigurationRecorderStatus
- Describe
Configuration Recorders Error - Errors returned by DescribeConfigurationRecorders
- Describe
Conformance Pack Compliance Error - Errors returned by DescribeConformancePackCompliance
- Describe
Conformance Pack Status Error - Errors returned by DescribeConformancePackStatus
- Describe
Conformance Packs Error - Errors returned by DescribeConformancePacks
- Describe
Delivery Channel Status Error - Errors returned by DescribeDeliveryChannelStatus
- Describe
Delivery Channels Error - Errors returned by DescribeDeliveryChannels
- Describe
Organization Config Rule Statuses Error - Errors returned by DescribeOrganizationConfigRuleStatuses
- Describe
Organization Config Rules Error - Errors returned by DescribeOrganizationConfigRules
- Describe
Organization Conformance Pack Statuses Error - Errors returned by DescribeOrganizationConformancePackStatuses
- Describe
Organization Conformance Packs Error - Errors returned by DescribeOrganizationConformancePacks
- Describe
Pending Aggregation Requests Error - Errors returned by DescribePendingAggregationRequests
- Describe
Remediation Configurations Error - Errors returned by DescribeRemediationConfigurations
- Describe
Remediation Exceptions Error - Errors returned by DescribeRemediationExceptions
- Describe
Remediation Execution Status Error - Errors returned by DescribeRemediationExecutionStatus
- Describe
Retention Configurations Error - Errors returned by DescribeRetentionConfigurations
- GetAggregate
Compliance Details ByConfig Rule Error - Errors returned by GetAggregateComplianceDetailsByConfigRule
- GetAggregate
Config Rule Compliance Summary Error - Errors returned by GetAggregateConfigRuleComplianceSummary
- GetAggregate
Discovered Resource Counts Error - Errors returned by GetAggregateDiscoveredResourceCounts
- GetAggregate
Resource Config Error - Errors returned by GetAggregateResourceConfig
- GetCompliance
Details ByConfig Rule Error - Errors returned by GetComplianceDetailsByConfigRule
- GetCompliance
Details ByResource Error - Errors returned by GetComplianceDetailsByResource
- GetCompliance
Summary ByConfig Rule Error - Errors returned by GetComplianceSummaryByConfigRule
- GetCompliance
Summary ByResource Type Error - Errors returned by GetComplianceSummaryByResourceType
- GetConformance
Pack Compliance Details Error - Errors returned by GetConformancePackComplianceDetails
- GetConformance
Pack Compliance Summary Error - Errors returned by GetConformancePackComplianceSummary
- GetDiscovered
Resource Counts Error - Errors returned by GetDiscoveredResourceCounts
- GetOrganization
Config Rule Detailed Status Error - Errors returned by GetOrganizationConfigRuleDetailedStatus
- GetOrganization
Conformance Pack Detailed Status Error - Errors returned by GetOrganizationConformancePackDetailedStatus
- GetResource
Config History Error - Errors returned by GetResourceConfigHistory
- List
Aggregate Discovered Resources Error - Errors returned by ListAggregateDiscoveredResources
- List
Discovered Resources Error - Errors returned by ListDiscoveredResources
- List
Tags ForResource Error - Errors returned by ListTagsForResource
- PutAggregation
Authorization Error - Errors returned by PutAggregationAuthorization
- PutConfig
Rule Error - Errors returned by PutConfigRule
- PutConfiguration
Aggregator Error - Errors returned by PutConfigurationAggregator
- PutConfiguration
Recorder Error - Errors returned by PutConfigurationRecorder
- PutConformance
Pack Error - Errors returned by PutConformancePack
- PutDelivery
Channel Error - Errors returned by PutDeliveryChannel
- PutEvaluations
Error - Errors returned by PutEvaluations
- PutOrganization
Config Rule Error - Errors returned by PutOrganizationConfigRule
- PutOrganization
Conformance Pack Error - Errors returned by PutOrganizationConformancePack
- PutRemediation
Configurations Error - Errors returned by PutRemediationConfigurations
- PutRemediation
Exceptions Error - Errors returned by PutRemediationExceptions
- PutResource
Config Error - Errors returned by PutResourceConfig
- PutRetention
Configuration Error - Errors returned by PutRetentionConfiguration
- Select
Aggregate Resource Config Error - Errors returned by SelectAggregateResourceConfig
- Select
Resource Config Error - Errors returned by SelectResourceConfig
- Start
Config Rules Evaluation Error - Errors returned by StartConfigRulesEvaluation
- Start
Configuration Recorder Error - Errors returned by StartConfigurationRecorder
- Start
Remediation Execution Error - Errors returned by StartRemediationExecution
- Stop
Configuration Recorder Error - Errors returned by StopConfigurationRecorder
- TagResource
Error - Errors returned by TagResource
- Untag
Resource Error - Errors returned by UntagResource
Traits§
- Config
Service - Trait representing the capabilities of the Config Service API. Config Service clients implement this trait.