{ "version": "2.0", "metadata": { "apiVersion": "2014-11-12", "endpointPrefix": "config", "jsonVersion": "1.1", "protocol": "json", "protocols": [ "json" ], "serviceAbbreviation": "Config Service", "serviceFullName": "AWS Config", "serviceId": "Config Service", "signatureVersion": "v4", "targetPrefix": "StarlingDoveService", "uid": "config-2014-11-12", "auth": [ "aws.auth#sigv4" ] }, "operations": { "BatchGetAggregateResourceConfig": { "name": "BatchGetAggregateResourceConfig", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "BatchGetAggregateResourceConfigRequest" }, "output": { "shape": "BatchGetAggregateResourceConfigResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "NoSuchConfigurationAggregatorException" } ], "documentation": "
Returns the current configuration items for resources that are present in your Config aggregator. The operation also returns a list of resources that are not processed in the current request. If there are no unprocessed resources, the operation returns an empty unprocessedResourceIdentifiers
list.
The API does not return results for deleted resources.
The API does not return tags and relationships.
Returns the BaseConfigurationItem
for one or more requested resources. The operation also returns a list of resources that are not processed in the current request. If there are no unprocessed resources, the operation returns an empty unprocessedResourceKeys list.
The API does not return results for deleted resources.
The API does not return any tags for the requested resources. This information is filtered out of the supplementaryConfiguration section of the API response.
Deletes the authorization granted to the specified configuration aggregator account in a specified region.
" }, "DeleteConfigRule": { "name": "DeleteConfigRule", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteConfigRuleRequest" }, "errors": [ { "shape": "NoSuchConfigRuleException" }, { "shape": "ResourceInUseException" } ], "documentation": "Deletes the specified Config rule and all of its evaluation results.
Config sets the state of a rule to DELETING
until the deletion is complete. You cannot update a rule while it is in this state. If you make a PutConfigRule
or DeleteConfigRule
request for the rule, you will receive a ResourceInUseException
.
You can check the state of a rule by using the DescribeConfigRules
request.
Deletes the specified configuration aggregator and the aggregated data associated with the aggregator.
" }, "DeleteConfigurationRecorder": { "name": "DeleteConfigurationRecorder", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteConfigurationRecorderRequest" }, "errors": [ { "shape": "NoSuchConfigurationRecorderException" } ], "documentation": "Deletes the configuration recorder.
After the configuration recorder is deleted, Config will not record resource configuration changes until you create a new configuration recorder.
This action does not delete the configuration information that was previously recorded. You will be able to access the previously recorded information by using the GetResourceConfigHistory
action, but you will not be able to access this information in the Config console until you create a new configuration recorder.
Deletes the specified conformance pack and all the Config rules, remediation actions, and all evaluation results within that conformance pack.
Config sets the conformance pack to DELETE_IN_PROGRESS
until the deletion is complete. You cannot update a conformance pack while it is in this state.
Deletes the delivery channel.
Before you can delete the delivery channel, you must stop the configuration recorder by using the StopConfigurationRecorder action.
" }, "DeleteEvaluationResults": { "name": "DeleteEvaluationResults", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteEvaluationResultsRequest" }, "output": { "shape": "DeleteEvaluationResultsResponse" }, "errors": [ { "shape": "NoSuchConfigRuleException" }, { "shape": "ResourceInUseException" } ], "documentation": "Deletes the evaluation results for the specified Config rule. You can specify one Config rule per request. After you delete the evaluation results, you can call the StartConfigRulesEvaluation API to start evaluating your Amazon Web Services resources against the rule.
" }, "DeleteOrganizationConfigRule": { "name": "DeleteOrganizationConfigRule", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteOrganizationConfigRuleRequest" }, "errors": [ { "shape": "NoSuchOrganizationConfigRuleException" }, { "shape": "ResourceInUseException" }, { "shape": "OrganizationAccessDeniedException" } ], "documentation": "Deletes the specified organization Config rule and all of its evaluation results from all member accounts in that organization.
Only a management account and a delegated administrator account can delete an organization Config rule. When calling this API with a delegated administrator, you must ensure Organizations ListDelegatedAdministrator
permissions are added.
Config sets the state of a rule to DELETE_IN_PROGRESS until the deletion is complete. You cannot update a rule while it is in this state.
" }, "DeleteOrganizationConformancePack": { "name": "DeleteOrganizationConformancePack", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteOrganizationConformancePackRequest" }, "errors": [ { "shape": "NoSuchOrganizationConformancePackException" }, { "shape": "ResourceInUseException" }, { "shape": "OrganizationAccessDeniedException" } ], "documentation": "Deletes the specified organization conformance pack and all of the Config rules and remediation actions from all member accounts in that organization.
Only a management account or a delegated administrator account can delete an organization conformance pack. When calling this API with a delegated administrator, you must ensure Organizations ListDelegatedAdministrator
permissions are added.
Config sets the state of a conformance pack to DELETE_IN_PROGRESS until the deletion is complete. You cannot update a conformance pack while it is in this state.
" }, "DeletePendingAggregationRequest": { "name": "DeletePendingAggregationRequest", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeletePendingAggregationRequestRequest" }, "errors": [ { "shape": "InvalidParameterValueException" } ], "documentation": "Deletes pending authorization requests for a specified aggregator account in a specified region.
" }, "DeleteRemediationConfiguration": { "name": "DeleteRemediationConfiguration", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteRemediationConfigurationRequest" }, "output": { "shape": "DeleteRemediationConfigurationResponse" }, "errors": [ { "shape": "NoSuchRemediationConfigurationException" }, { "shape": "RemediationInProgressException" }, { "shape": "InsufficientPermissionsException" }, { "shape": "InvalidParameterValueException" } ], "documentation": "Deletes the remediation configuration.
" }, "DeleteRemediationExceptions": { "name": "DeleteRemediationExceptions", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteRemediationExceptionsRequest" }, "output": { "shape": "DeleteRemediationExceptionsResponse" }, "errors": [ { "shape": "NoSuchRemediationExceptionException" } ], "documentation": "Deletes one or more remediation exceptions mentioned in the resource keys.
Config generates a remediation exception when a problem occurs executing a remediation action to a specific resource. Remediation exceptions blocks auto-remediation until the exception is cleared.
Records the configuration state for a custom resource that has been deleted. This API records a new ConfigurationItem with a ResourceDeleted status. You can retrieve the ConfigurationItems recorded for this resource in your Config History.
" }, "DeleteRetentionConfiguration": { "name": "DeleteRetentionConfiguration", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteRetentionConfigurationRequest" }, "errors": [ { "shape": "InvalidParameterValueException" }, { "shape": "NoSuchRetentionConfigurationException" } ], "documentation": "Deletes the retention configuration.
" }, "DeleteStoredQuery": { "name": "DeleteStoredQuery", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteStoredQueryRequest" }, "output": { "shape": "DeleteStoredQueryResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "Deletes the stored query for a single Amazon Web Services account and a single Amazon Web Services Region.
" }, "DeliverConfigSnapshot": { "name": "DeliverConfigSnapshot", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeliverConfigSnapshotRequest" }, "output": { "shape": "DeliverConfigSnapshotResponse" }, "errors": [ { "shape": "NoSuchDeliveryChannelException" }, { "shape": "NoAvailableConfigurationRecorderException" }, { "shape": "NoRunningConfigurationRecorderException" } ], "documentation": "Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel. After the delivery has started, Config sends the following notifications using an Amazon SNS topic that you have specified.
Notification of the start of the delivery.
Notification of the completion of the delivery, if the delivery was successfully completed.
Notification of delivery failure, if the delivery failed.
Returns a list of compliant and noncompliant rules with the number of resources for compliant and noncompliant rules. Does not display rules that do not have compliance results.
The results can return an empty result page, but if you have a nextToken
, the results are displayed on the next page.
Returns a list of the conformance packs and their associated compliance status with the count of compliant and noncompliant Config rules within each conformance pack. Also returns the total rule count which includes compliant rules, noncompliant rules, and rules that cannot be evaluated due to insufficient data.
The results can return an empty result page, but if you have a nextToken
, the results are displayed on the next page.
Returns a list of authorizations granted to various aggregator accounts and regions.
" }, "DescribeComplianceByConfigRule": { "name": "DescribeComplianceByConfigRule", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeComplianceByConfigRuleRequest" }, "output": { "shape": "DescribeComplianceByConfigRuleResponse" }, "errors": [ { "shape": "InvalidParameterValueException" }, { "shape": "NoSuchConfigRuleException" }, { "shape": "InvalidNextTokenException" } ], "documentation": "Indicates whether the specified Config rules are compliant. If a rule is noncompliant, this action returns the number of Amazon Web Services resources that do not comply with the rule.
A rule is compliant if all of the evaluated resources comply with it. It is noncompliant if any of these resources do not comply.
If Config has no current evaluation results for the rule, it returns INSUFFICIENT_DATA
. This result might indicate one of the following conditions:
Config has never invoked an evaluation for the rule. To check whether it has, use the DescribeConfigRuleEvaluationStatus
action to get the LastSuccessfulInvocationTime
and LastFailedInvocationTime
.
The rule's Lambda function is failing to send evaluation results to Config. Verify that the role you assigned to your configuration recorder includes the config:PutEvaluations
permission. If the rule is a custom rule, verify that the Lambda execution role includes the config:PutEvaluations
permission.
The rule's Lambda function has returned NOT_APPLICABLE
for all evaluation results. This can occur if the resources were deleted or removed from the rule's scope.
Indicates whether the specified Amazon Web Services resources are compliant. If a resource is noncompliant, this action returns the number of Config rules that the resource does not comply with.
A resource is compliant if it complies with all the Config rules that evaluate it. It is noncompliant if it does not comply with one or more of these rules.
If Config has no current evaluation results for the resource, it returns INSUFFICIENT_DATA
. This result might indicate one of the following conditions about the rules that evaluate the resource:
Config has never invoked an evaluation for the rule. To check whether it has, use the DescribeConfigRuleEvaluationStatus
action to get the LastSuccessfulInvocationTime
and LastFailedInvocationTime
.
The rule's Lambda function is failing to send evaluation results to Config. Verify that the role that you assigned to your configuration recorder includes the config:PutEvaluations
permission. If the rule is a custom rule, verify that the Lambda execution role includes the config:PutEvaluations
permission.
The rule's Lambda function has returned NOT_APPLICABLE
for all evaluation results. This can occur if the resources were deleted or removed from the rule's scope.
Returns status information for each of your Config managed rules. The status includes information such as the last time Config invoked the rule, the last time Config failed to invoke the rule, and the related error for the last failure.
" }, "DescribeConfigRules": { "name": "DescribeConfigRules", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeConfigRulesRequest" }, "output": { "shape": "DescribeConfigRulesResponse" }, "errors": [ { "shape": "NoSuchConfigRuleException" }, { "shape": "InvalidNextTokenException" }, { "shape": "InvalidParameterValueException" } ], "documentation": "Returns details about your Config rules.
" }, "DescribeConfigurationAggregatorSourcesStatus": { "name": "DescribeConfigurationAggregatorSourcesStatus", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeConfigurationAggregatorSourcesStatusRequest" }, "output": { "shape": "DescribeConfigurationAggregatorSourcesStatusResponse" }, "errors": [ { "shape": "InvalidParameterValueException" }, { "shape": "NoSuchConfigurationAggregatorException" }, { "shape": "InvalidNextTokenException" }, { "shape": "InvalidLimitException" } ], "documentation": "Returns status information for sources within an aggregator. The status includes information about the last time Config verified authorization between the source account and an aggregator account. In case of a failure, the status contains the related error code or message.
" }, "DescribeConfigurationAggregators": { "name": "DescribeConfigurationAggregators", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeConfigurationAggregatorsRequest" }, "output": { "shape": "DescribeConfigurationAggregatorsResponse" }, "errors": [ { "shape": "InvalidParameterValueException" }, { "shape": "NoSuchConfigurationAggregatorException" }, { "shape": "InvalidNextTokenException" }, { "shape": "InvalidLimitException" } ], "documentation": "Returns the details of one or more configuration aggregators. If the configuration aggregator is not specified, this action returns the details for all the configuration aggregators associated with the account.
" }, "DescribeConfigurationRecorderStatus": { "name": "DescribeConfigurationRecorderStatus", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeConfigurationRecorderStatusRequest" }, "output": { "shape": "DescribeConfigurationRecorderStatusResponse" }, "errors": [ { "shape": "NoSuchConfigurationRecorderException" } ], "documentation": "Returns the current status of the specified configuration recorder as well as the status of the last recording event for the recorder. If a configuration recorder is not specified, this action returns the status of all configuration recorders associated with the account.
>You can specify only one configuration recorder for each Amazon Web Services Region for each account. For a detailed status of recording events over time, add your Config events to Amazon CloudWatch metrics and use CloudWatch metrics.
Returns the details for the specified configuration recorders. If the configuration recorder is not specified, this action returns the details for all configuration recorders associated with the account.
You can specify only one configuration recorder for each Amazon Web Services Region for each account.
Returns compliance details for each rule in that conformance pack.
You must provide exact rule names.
Provides one or more conformance packs deployment status.
If there are no conformance packs then you will see an empty result.
Returns a list of one or more conformance packs.
" }, "DescribeDeliveryChannelStatus": { "name": "DescribeDeliveryChannelStatus", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeDeliveryChannelStatusRequest" }, "output": { "shape": "DescribeDeliveryChannelStatusResponse" }, "errors": [ { "shape": "NoSuchDeliveryChannelException" } ], "documentation": "Returns the current status of the specified delivery channel. If a delivery channel is not specified, this action returns the current status of all delivery channels associated with the account.
Currently, you can specify only one delivery channel per region in your account.
Returns details about the specified delivery channel. If a delivery channel is not specified, this action returns the details of all delivery channels associated with the account.
Currently, you can specify only one delivery channel per region in your account.
Provides organization Config rule deployment status for an organization.
The status is not considered successful until organization Config rule is successfully deployed in all the member accounts with an exception of excluded accounts.
When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization Config rule names. It is only applicable, when you request all the organization Config rules.
Returns a list of organization Config rules.
When you specify the limit and the next token, you receive a paginated response.
Limit and next token are not applicable if you specify organization Config rule names. It is only applicable, when you request all the organization Config rules.
For accounts within an organization
If you deploy an organizational rule or conformance pack in an organization administrator account, and then establish a delegated administrator and deploy an organizational rule or conformance pack in the delegated administrator account, you won't be able to see the organizational rule or conformance pack in the organization administrator account from the delegated administrator account or see the organizational rule or conformance pack in the delegated administrator account from organization administrator account. The DescribeOrganizationConfigRules
and DescribeOrganizationConformancePacks
APIs can only see and interact with the organization-related resource that were deployed from within the account calling those APIs.
Provides organization conformance pack deployment status for an organization.
The status is not considered successful until organization conformance pack is successfully deployed in all the member accounts with an exception of excluded accounts.
When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization conformance pack names. They are only applicable, when you request all the organization conformance packs.
Returns a list of organization conformance packs.
When you specify the limit and the next token, you receive a paginated response.
Limit and next token are not applicable if you specify organization conformance packs names. They are only applicable, when you request all the organization conformance packs.
For accounts within an organization
If you deploy an organizational rule or conformance pack in an organization administrator account, and then establish a delegated administrator and deploy an organizational rule or conformance pack in the delegated administrator account, you won't be able to see the organizational rule or conformance pack in the organization administrator account from the delegated administrator account or see the organizational rule or conformance pack in the delegated administrator account from organization administrator account. The DescribeOrganizationConfigRules
and DescribeOrganizationConformancePacks
APIs can only see and interact with the organization-related resource that were deployed from within the account calling those APIs.
Returns a list of all pending aggregation requests.
" }, "DescribeRemediationConfigurations": { "name": "DescribeRemediationConfigurations", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeRemediationConfigurationsRequest" }, "output": { "shape": "DescribeRemediationConfigurationsResponse" }, "documentation": "Returns the details of one or more remediation configurations.
" }, "DescribeRemediationExceptions": { "name": "DescribeRemediationExceptions", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeRemediationExceptionsRequest" }, "output": { "shape": "DescribeRemediationExceptionsResponse" }, "errors": [ { "shape": "InvalidNextTokenException" }, { "shape": "InvalidParameterValueException" } ], "documentation": "Returns the details of one or more remediation exceptions. A detailed view of a remediation exception for a set of resources that includes an explanation of an exception and the time when the exception will be deleted. When you specify the limit and the next token, you receive a paginated response.
Config generates a remediation exception when a problem occurs executing a remediation action to a specific resource. Remediation exceptions blocks auto-remediation until the exception is cleared.
When you specify the limit and the next token, you receive a paginated response.
Limit and next token are not applicable if you request resources in batch. It is only applicable, when you request all resources.
Provides a detailed view of a Remediation Execution for a set of resources including state, timestamps for when steps for the remediation execution occur, and any error messages for steps that have failed. When you specify the limit and the next token, you receive a paginated response.
" }, "DescribeRetentionConfigurations": { "name": "DescribeRetentionConfigurations", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeRetentionConfigurationsRequest" }, "output": { "shape": "DescribeRetentionConfigurationsResponse" }, "errors": [ { "shape": "InvalidParameterValueException" }, { "shape": "NoSuchRetentionConfigurationException" }, { "shape": "InvalidNextTokenException" } ], "documentation": "Returns the details of one or more retention configurations. If the retention configuration name is not specified, this action returns the details for all the retention configurations for that account.
Currently, Config supports only one retention configuration per region in your account.
Returns the evaluation results for the specified Config rule for a specific resource in a rule. The results indicate which Amazon Web Services resources were evaluated by the rule, when each resource was last evaluated, and whether each resource complies with the rule.
The results can return an empty result page. But if you have a nextToken
, the results are displayed on the next page.
Returns the number of compliant and noncompliant rules for one or more accounts and regions in an aggregator.
The results can return an empty result page, but if you have a nextToken, the results are displayed on the next page.
Returns the count of compliant and noncompliant conformance packs across all Amazon Web Services accounts and Amazon Web Services Regions in an aggregator. You can filter based on Amazon Web Services account ID or Amazon Web Services Region.
The results can return an empty result page, but if you have a nextToken, the results are displayed on the next page.
Returns the resource counts across accounts and regions that are present in your Config aggregator. You can request the resource counts by providing filters and GroupByKey.
For example, if the input contains accountID 12345678910 and region us-east-1 in filters, the API returns the count of resources in account ID 12345678910 and region us-east-1. If the input contains ACCOUNT_ID as a GroupByKey, the API returns resource counts for all source accounts that are present in your aggregator.
" }, "GetAggregateResourceConfig": { "name": "GetAggregateResourceConfig", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetAggregateResourceConfigRequest" }, "output": { "shape": "GetAggregateResourceConfigResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "NoSuchConfigurationAggregatorException" }, { "shape": "OversizedConfigurationItemException" }, { "shape": "ResourceNotDiscoveredException" } ], "documentation": "Returns configuration item that is aggregated for your specific resource in a specific source account and region.
" }, "GetComplianceDetailsByConfigRule": { "name": "GetComplianceDetailsByConfigRule", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetComplianceDetailsByConfigRuleRequest" }, "output": { "shape": "GetComplianceDetailsByConfigRuleResponse" }, "errors": [ { "shape": "InvalidParameterValueException" }, { "shape": "InvalidNextTokenException" }, { "shape": "NoSuchConfigRuleException" } ], "documentation": "Returns the evaluation results for the specified Config rule. The results indicate which Amazon Web Services resources were evaluated by the rule, when each resource was last evaluated, and whether each resource complies with the rule.
" }, "GetComplianceDetailsByResource": { "name": "GetComplianceDetailsByResource", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetComplianceDetailsByResourceRequest" }, "output": { "shape": "GetComplianceDetailsByResourceResponse" }, "errors": [ { "shape": "InvalidParameterValueException" } ], "documentation": "Returns the evaluation results for the specified Amazon Web Services resource. The results indicate which Config rules were used to evaluate the resource, when each rule was last invoked, and whether the resource complies with each rule.
" }, "GetComplianceSummaryByConfigRule": { "name": "GetComplianceSummaryByConfigRule", "http": { "method": "POST", "requestUri": "/" }, "output": { "shape": "GetComplianceSummaryByConfigRuleResponse" }, "documentation": "Returns the number of Config rules that are compliant and noncompliant, up to a maximum of 25 for each.
" }, "GetComplianceSummaryByResourceType": { "name": "GetComplianceSummaryByResourceType", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetComplianceSummaryByResourceTypeRequest" }, "output": { "shape": "GetComplianceSummaryByResourceTypeResponse" }, "errors": [ { "shape": "InvalidParameterValueException" } ], "documentation": "Returns the number of resources that are compliant and the number that are noncompliant. You can specify one or more resource types to get these numbers for each resource type. The maximum number returned is 100.
" }, "GetConformancePackComplianceDetails": { "name": "GetConformancePackComplianceDetails", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetConformancePackComplianceDetailsRequest" }, "output": { "shape": "GetConformancePackComplianceDetailsResponse" }, "errors": [ { "shape": "InvalidLimitException" }, { "shape": "InvalidNextTokenException" }, { "shape": "NoSuchConformancePackException" }, { "shape": "NoSuchConfigRuleInConformancePackException" }, { "shape": "InvalidParameterValueException" } ], "documentation": "Returns compliance details of a conformance pack for all Amazon Web Services resources that are monitered by conformance pack.
" }, "GetConformancePackComplianceSummary": { "name": "GetConformancePackComplianceSummary", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetConformancePackComplianceSummaryRequest" }, "output": { "shape": "GetConformancePackComplianceSummaryResponse" }, "errors": [ { "shape": "NoSuchConformancePackException" }, { "shape": "InvalidLimitException" }, { "shape": "InvalidNextTokenException" } ], "documentation": "Returns compliance details for the conformance pack based on the cumulative compliance results of all the rules in that conformance pack.
" }, "GetCustomRulePolicy": { "name": "GetCustomRulePolicy", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetCustomRulePolicyRequest" }, "output": { "shape": "GetCustomRulePolicyResponse" }, "errors": [ { "shape": "NoSuchConfigRuleException" } ], "documentation": "Returns the policy definition containing the logic for your Config Custom Policy rule.
" }, "GetDiscoveredResourceCounts": { "name": "GetDiscoveredResourceCounts", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetDiscoveredResourceCountsRequest" }, "output": { "shape": "GetDiscoveredResourceCountsResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "InvalidLimitException" }, { "shape": "InvalidNextTokenException" } ], "documentation": "Returns the resource types, the number of each resource type, and the total number of resources that Config is recording in this region for your Amazon Web Services account.
Example
Config is recording three resource types in the US East (Ohio) Region for your account: 25 EC2 instances, 20 IAM users, and 15 S3 buckets.
You make a call to the GetDiscoveredResourceCounts
action and specify that you want all resource types.
Config returns the following:
The resource types (EC2 instances, IAM users, and S3 buckets).
The number of each resource type (25, 20, and 15).
The total number of all resources (60).
The response is paginated. By default, Config lists 100 ResourceCount objects on each page. You can customize this number with the limit
parameter. The response includes a nextToken
string. To get the next page of results, run the request again and specify the string for the nextToken
parameter.
If you make a call to the GetDiscoveredResourceCounts action, you might not immediately receive resource counts in the following situations:
You are a new Config customer.
You just enabled resource recording.
It might take a few minutes for Config to record and count your resources. Wait a few minutes and then retry the GetDiscoveredResourceCounts action.
Returns detailed status for each member account within an organization for a given organization Config rule.
" }, "GetOrganizationConformancePackDetailedStatus": { "name": "GetOrganizationConformancePackDetailedStatus", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetOrganizationConformancePackDetailedStatusRequest" }, "output": { "shape": "GetOrganizationConformancePackDetailedStatusResponse" }, "errors": [ { "shape": "NoSuchOrganizationConformancePackException" }, { "shape": "InvalidLimitException" }, { "shape": "InvalidNextTokenException" }, { "shape": "OrganizationAccessDeniedException" } ], "documentation": "Returns detailed status for each member account within an organization for a given organization conformance pack.
" }, "GetOrganizationCustomRulePolicy": { "name": "GetOrganizationCustomRulePolicy", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetOrganizationCustomRulePolicyRequest" }, "output": { "shape": "GetOrganizationCustomRulePolicyResponse" }, "errors": [ { "shape": "NoSuchOrganizationConfigRuleException" }, { "shape": "OrganizationAccessDeniedException" } ], "documentation": "Returns the policy definition containing the logic for your organization Config Custom Policy rule.
" }, "GetResourceConfigHistory": { "name": "GetResourceConfigHistory", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetResourceConfigHistoryRequest" }, "output": { "shape": "GetResourceConfigHistoryResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "InvalidTimeRangeException" }, { "shape": "InvalidLimitException" }, { "shape": "InvalidNextTokenException" }, { "shape": "NoAvailableConfigurationRecorderException" }, { "shape": "ResourceNotDiscoveredException" } ], "documentation": "For accurate reporting on the compliance status, you must record the AWS::Config::ResourceCompliance
resource type. For more information, see Selecting Which Resources Config Records.
Returns a list of ConfigurationItems
for the specified resource. The list contains details about each state of the resource during the specified time interval. If you specified a retention period to retain your ConfigurationItems
between a minimum of 30 days and a maximum of 7 years (2557 days), Config returns the ConfigurationItems
for the specified retention period.
The response is paginated. By default, Config returns a limit of 10 configuration items per page. You can customize this number with the limit
parameter. The response includes a nextToken
string. To get the next page of results, run the request again and specify the string for the nextToken
parameter.
Each call to the API is limited to span a duration of seven days. It is likely that the number of records returned is smaller than the specified limit
. In such cases, you can make another call, using the nextToken
.
Returns a summary of resource evaluation for the specified resource evaluation ID from the proactive rules that were run. The results indicate which evaluation context was used to evaluate the rules, which resource details were evaluated, the evaluation mode that was run, and whether the resource details comply with the configuration of the proactive rules.
To see additional information about the evaluation result, such as which rule flagged a resource as NON_COMPLIANT, use the GetComplianceDetailsByResource API. For more information, see the Examples section.
Returns the details of a specific stored query.
" }, "ListAggregateDiscoveredResources": { "name": "ListAggregateDiscoveredResources", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListAggregateDiscoveredResourcesRequest" }, "output": { "shape": "ListAggregateDiscoveredResourcesResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "InvalidLimitException" }, { "shape": "InvalidNextTokenException" }, { "shape": "NoSuchConfigurationAggregatorException" } ], "documentation": "Accepts a resource type and returns a list of resource identifiers that are aggregated for a specific resource type across accounts and regions. A resource identifier includes the resource type, ID, (if available) the custom resource name, source account, and source region. You can narrow the results to include only resources that have specific resource IDs, or a resource name, or source account ID, or source region.
For example, if the input consists of accountID 12345678910 and the region is us-east-1 for resource type AWS::EC2::Instance
then the API returns all the EC2 instance identifiers of accountID 12345678910 and region us-east-1.
Returns a list of conformance pack compliance scores. A compliance score is the percentage of the number of compliant rule-resource combinations in a conformance pack compared to the number of total possible rule-resource combinations in the conformance pack. This metric provides you with a high-level view of the compliance state of your conformance packs. You can use it to identify, investigate, and understand the level of compliance in your conformance packs.
Conformance packs with no evaluation results will have a compliance score of INSUFFICIENT_DATA
.
Accepts a resource type and returns a list of resource identifiers for the resources of that type. A resource identifier includes the resource type, ID, and (if available) the custom resource name. The results consist of resources that Config has discovered, including those that Config is not currently recording. You can narrow the results to include only resources that have specific resource IDs or a resource name.
You can specify either resource IDs or a resource name, but not both, in the same request.
The response is paginated. By default, Config lists 100 resource identifiers on each page. You can customize this number with the limit
parameter. The response includes a nextToken
string. To get the next page of results, run the request again and specify the string for the nextToken
parameter.
Returns a list of proactive resource evaluations.
" }, "ListStoredQueries": { "name": "ListStoredQueries", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListStoredQueriesRequest" }, "output": { "shape": "ListStoredQueriesResponse" }, "errors": [ { "shape": "ValidationException" }, { "shape": "InvalidNextTokenException" } ], "documentation": "Lists the stored queries for a single Amazon Web Services account and a single Amazon Web Services Region. The default is 100.
" }, "ListTagsForResource": { "name": "ListTagsForResource", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListTagsForResourceRequest" }, "output": { "shape": "ListTagsForResourceResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "ValidationException" }, { "shape": "InvalidLimitException" }, { "shape": "InvalidNextTokenException" } ], "documentation": "List the tags for Config resource.
" }, "PutAggregationAuthorization": { "name": "PutAggregationAuthorization", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "PutAggregationAuthorizationRequest" }, "output": { "shape": "PutAggregationAuthorizationResponse" }, "errors": [ { "shape": "InvalidParameterValueException" } ], "documentation": "Authorizes the aggregator account and region to collect data from the source account and region.
PutAggregationAuthorization
is an idempotent API. Subsequent requests won’t create a duplicate resource if one was already created. If a following request has different tags
values, Config will ignore these differences and treat it as an idempotent request of the previous. In this case, tags
will not be updated, even if they are different.
Adds or updates an Config rule to evaluate if your Amazon Web Services resources comply with your desired configurations. For information on how many Config rules you can have per account, see Service Limits in the Config Developer Guide.
There are two types of rules: Config Managed Rules and Config Custom Rules. You can use PutConfigRule
to create both Config Managed Rules and Config Custom Rules.
Config Managed Rules are predefined, customizable rules created by Config. For a list of managed rules, see List of Config Managed Rules. If you are adding an Config managed rule, you must specify the rule's identifier for the SourceIdentifier
key.
Config Custom Rules are rules that you create from scratch. There are two ways to create Config custom rules: with Lambda functions ( Lambda Developer Guide) and with Guard (Guard GitHub Repository), a policy-as-code language. Config custom rules created with Lambda are called Config Custom Lambda Rules and Config custom rules created with Guard are called Config Custom Policy Rules.
If you are adding a new Config Custom Lambda rule, you first need to create an Lambda function that the rule invokes to evaluate your resources. When you use PutConfigRule
to add a Custom Lambda rule to Config, you must specify the Amazon Resource Name (ARN) that Lambda assigns to the function. You specify the ARN in the SourceIdentifier
key. This key is part of the Source
object, which is part of the ConfigRule
object.
For any new Config rule that you add, specify the ConfigRuleName
in the ConfigRule
object. Do not specify the ConfigRuleArn
or the ConfigRuleId
. These values are generated by Config for new rules.
If you are updating a rule that you added previously, you can specify the rule by ConfigRuleName
, ConfigRuleId
, or ConfigRuleArn
in the ConfigRule
data type that you use in this request.
For more information about developing and using Config rules, see Evaluating Resources with Config Rules in the Config Developer Guide.
PutConfigRule
is an idempotent API. Subsequent requests won’t create a duplicate resource if one was already created. If a following request has different tags
values, Config will ignore these differences and treat it as an idempotent request of the previous. In this case, tags
will not be updated, even if they are different.
Creates and updates the configuration aggregator with the selected source accounts and regions. The source account can be individual account(s) or an organization.
accountIds
that are passed will be replaced with existing accounts. If you want to add additional accounts into the aggregator, call DescribeConfigurationAggregators
to get the previous accounts and then append new ones.
Config should be enabled in source accounts and regions you want to aggregate.
If your source type is an organization, you must be signed in to the management account or a registered delegated administrator and all the features must be enabled in your organization. If the caller is a management account, Config calls EnableAwsServiceAccess
API to enable integration between Config and Organizations. If the caller is a registered delegated administrator, Config calls ListDelegatedAdministrators
API to verify whether the caller is a valid delegated administrator.
To register a delegated administrator, see Register a Delegated Administrator in the Config developer guide.
PutConfigurationAggregator
is an idempotent API. Subsequent requests won’t create a duplicate resource if one was already created. If a following request has different tags
values, Config will ignore these differences and treat it as an idempotent request of the previous. In this case, tags
will not be updated, even if they are different.
Creates a new configuration recorder to record configuration changes for specified resource types.
You can also use this action to change the roleARN
or the recordingGroup
of an existing recorder. For more information, see Managing the Configuration Recorder in the Config Developer Guide.
You can specify only one configuration recorder for each Amazon Web Services Region for each account.
If the configuration recorder does not have the recordingGroup
field specified, the default is to record all supported resource types.
Creates or updates a conformance pack. A conformance pack is a collection of Config rules that can be easily deployed in an account and a region and across an organization. For information on how many conformance packs you can have per account, see Service Limits in the Config Developer Guide.
This API creates a service-linked role AWSServiceRoleForConfigConforms
in your account. The service-linked role is created only when the role does not exist in your account.
You must specify only one of the follow parameters: TemplateS3Uri
, TemplateBody
or TemplateSSMDocumentDetails
.
Creates a delivery channel object to deliver configuration information and other compliance information to an Amazon S3 bucket and Amazon SNS topic. For more information, see Notifications that Config Sends to an Amazon SNS topic.
Before you can create a delivery channel, you must create a configuration recorder.
You can use this action to change the Amazon S3 bucket or an Amazon SNS topic of the existing delivery channel. To change the Amazon S3 bucket or an Amazon SNS topic, call this action and specify the changed values for the S3 bucket and the SNS topic. If you specify a different value for either the S3 bucket or the SNS topic, this action will keep the existing value for the parameter that is not changed.
You can have only one delivery channel per region in your account.
Used by an Lambda function to deliver evaluation results to Config. This action is required in every Lambda function that is invoked by an Config rule.
" }, "PutExternalEvaluation": { "name": "PutExternalEvaluation", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "PutExternalEvaluationRequest" }, "output": { "shape": "PutExternalEvaluationResponse" }, "errors": [ { "shape": "NoSuchConfigRuleException" }, { "shape": "InvalidParameterValueException" } ], "documentation": "Add or updates the evaluations for process checks. This API checks if the rule is a process check when the name of the Config rule is provided.
" }, "PutOrganizationConfigRule": { "name": "PutOrganizationConfigRule", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "PutOrganizationConfigRuleRequest" }, "output": { "shape": "PutOrganizationConfigRuleResponse" }, "errors": [ { "shape": "MaxNumberOfOrganizationConfigRulesExceededException" }, { "shape": "ResourceInUseException" }, { "shape": "InvalidParameterValueException" }, { "shape": "ValidationException" }, { "shape": "OrganizationAccessDeniedException" }, { "shape": "NoAvailableOrganizationException" }, { "shape": "OrganizationAllFeaturesNotEnabledException" }, { "shape": "InsufficientPermissionsException" } ], "documentation": "Adds or updates an Config rule for your entire organization to evaluate if your Amazon Web Services resources comply with your desired configurations. For information on how many organization Config rules you can have per account, see Service Limits in the Config Developer Guide.
Only a management account and a delegated administrator can create or update an organization Config rule. When calling this API with a delegated administrator, you must ensure Organizations ListDelegatedAdministrator
permissions are added. An organization can have up to 3 delegated administrators.
This API enables organization service access through the EnableAWSServiceAccess
action and creates a service-linked role AWSServiceRoleForConfigMultiAccountSetup
in the management or delegated administrator account of your organization. The service-linked role is created only when the role does not exist in the caller account. Config verifies the existence of role with GetRole
action.
To use this API with delegated administrator, register a delegated administrator by calling Amazon Web Services Organization register-delegated-administrator
for config-multiaccountsetup.amazonaws.com
.
There are two types of rules: Config Managed Rules and Config Custom Rules. You can use PutOrganizationConfigRule
to create both Config Managed Rules and Config Custom Rules.
Config Managed Rules are predefined, customizable rules created by Config. For a list of managed rules, see List of Config Managed Rules. If you are adding an Config managed rule, you must specify the rule's identifier for the RuleIdentifier
key.
Config Custom Rules are rules that you create from scratch. There are two ways to create Config custom rules: with Lambda functions ( Lambda Developer Guide) and with Guard (Guard GitHub Repository), a policy-as-code language. Config custom rules created with Lambda are called Config Custom Lambda Rules and Config custom rules created with Guard are called Config Custom Policy Rules.
If you are adding a new Config Custom Lambda rule, you first need to create an Lambda function in the management account or a delegated administrator that the rule invokes to evaluate your resources. You also need to create an IAM role in the managed account that can be assumed by the Lambda function. When you use PutOrganizationConfigRule
to add a Custom Lambda rule to Config, you must specify the Amazon Resource Name (ARN) that Lambda assigns to the function.
Prerequisite: Ensure you call EnableAllFeatures
API to enable all features in an organization.
Make sure to specify one of either OrganizationCustomPolicyRuleMetadata
for Custom Policy rules, OrganizationCustomRuleMetadata
for Custom Lambda rules, or OrganizationManagedRuleMetadata
for managed rules.
Deploys conformance packs across member accounts in an Amazon Web Services Organization. For information on how many organization conformance packs and how many Config rules you can have per account, see Service Limits in the Config Developer Guide.
Only a management account and a delegated administrator can call this API. When calling this API with a delegated administrator, you must ensure Organizations ListDelegatedAdministrator
permissions are added. An organization can have up to 3 delegated administrators.
This API enables organization service access for config-multiaccountsetup.amazonaws.com
through the EnableAWSServiceAccess
action and creates a service-linked role AWSServiceRoleForConfigMultiAccountSetup
in the management or delegated administrator account of your organization. The service-linked role is created only when the role does not exist in the caller account. To use this API with delegated administrator, register a delegated administrator by calling Amazon Web Services Organization register-delegate-admin
for config-multiaccountsetup.amazonaws.com
.
Prerequisite: Ensure you call EnableAllFeatures
API to enable all features in an organization.
You must specify either the TemplateS3Uri
or the TemplateBody
parameter, but not both. If you provide both Config uses the TemplateS3Uri
parameter and ignores the TemplateBody
parameter.
Config sets the state of a conformance pack to CREATE_IN_PROGRESS and UPDATE_IN_PROGRESS until the conformance pack is created or updated. You cannot update a conformance pack while it is in this state.
Adds or updates the remediation configuration with a specific Config rule with the selected target or action. The API creates the RemediationConfiguration
object for the Config rule. The Config rule must already exist for you to add a remediation configuration. The target (SSM document) must exist and have permissions to use the target.
Be aware of backward incompatible changes
If you make backward incompatible changes to the SSM document, you must call this again to ensure the remediations can run.
This API does not support adding remediation configurations for service-linked Config Rules such as Organization Config rules, the rules deployed by conformance packs, and rules deployed by Amazon Web Services Security Hub.
Required fields
For manual remediation configuration, you need to provide a value for automationAssumeRole
or use a value in the assumeRole
field to remediate your resources. The SSM automation document can use either as long as it maps to a valid parameter.
However, for automatic remediation configuration, the only valid assumeRole
field value is AutomationAssumeRole
and you need to provide a value for AutomationAssumeRole
to remediate your resources.
Auto remediation can be initiated even for compliant resources
If you enable auto remediation for a specific Config rule using the PutRemediationConfigurations API or the Config console, it initiates the remediation process for all non-compliant resources for that specific rule. The auto remediation process relies on the compliance data snapshot which is captured on a periodic basis. Any non-compliant resource that is updated between the snapshot schedule will continue to be remediated based on the last known compliance data snapshot.
This means that in some cases auto remediation can be initiated even for compliant resources, since the bootstrap processor uses a database that can have stale evaluation results based on the last known compliance data snapshot.
A remediation exception is when a specified resource is no longer considered for auto-remediation. This API adds a new exception or updates an existing exception for a specified resource with a specified Config rule.
Exceptions block auto remediation
Config generates a remediation exception when a problem occurs running a remediation action for a specified resource. Remediation exceptions blocks auto-remediation until the exception is cleared.
Manual remediation is recommended when placing an exception
When placing an exception on an Amazon Web Services resource, it is recommended that remediation is set as manual remediation until the given Config rule for the specified resource evaluates the resource as NON_COMPLIANT
. Once the resource has been evaluated as NON_COMPLIANT
, you can add remediation exceptions and change the remediation type back from Manual to Auto if you want to use auto-remediation. Otherwise, using auto-remediation before a NON_COMPLIANT
evaluation result can delete resources before the exception is applied.
Exceptions can only be performed on non-compliant resources
Placing an exception can only be performed on resources that are NON_COMPLIANT
. If you use this API for COMPLIANT
resources or resources that are NOT_APPLICABLE
, a remediation exception will not be generated. For more information on the conditions that initiate the possible Config evaluation results, see Concepts | Config Rules in the Config Developer Guide.
Auto remediation can be initiated even for compliant resources
If you enable auto remediation for a specific Config rule using the PutRemediationConfigurations API or the Config console, it initiates the remediation process for all non-compliant resources for that specific rule. The auto remediation process relies on the compliance data snapshot which is captured on a periodic basis. Any non-compliant resource that is updated between the snapshot schedule will continue to be remediated based on the last known compliance data snapshot.
This means that in some cases auto remediation can be initiated even for compliant resources, since the bootstrap processor uses a database that can have stale evaluation results based on the last known compliance data snapshot.
Records the configuration state for the resource provided in the request. The configuration state of a resource is represented in Config as Configuration Items. Once this API records the configuration item, you can retrieve the list of configuration items for the custom resource type using existing Config APIs.
The custom resource type must be registered with CloudFormation. This API accepts the configuration item registered with CloudFormation.
When you call this API, Config only stores configuration state of the resource provided in the request. This API does not change or remediate the configuration of the resource.
Write-only schema properites are not recorded as part of the published configuration item.
Creates and updates the retention configuration with details about retention period (number of days) that Config stores your historical information. The API creates the RetentionConfiguration
object and names the object as default. When you have a RetentionConfiguration
object named default, calling the API modifies the default object.
Currently, Config supports only one retention configuration per region in your account.
Saves a new query or updates an existing saved query. The QueryName
must be unique for a single Amazon Web Services account and a single Amazon Web Services Region. You can create upto 300 queries in a single Amazon Web Services account and a single Amazon Web Services Region.
PutStoredQuery
is an idempotent API. Subsequent requests won’t create a duplicate resource if one was already created. If a following request has different tags
values, Config will ignore these differences and treat it as an idempotent request of the previous. In this case, tags
will not be updated, even if they are different.
Accepts a structured query language (SQL) SELECT command and an aggregator to query configuration state of Amazon Web Services resources across multiple accounts and regions, performs the corresponding search, and returns resource configurations matching the properties.
For more information about query components, see the Query Components section in the Config Developer Guide.
If you run an aggregation query (i.e., using GROUP BY
or using aggregate functions such as COUNT
; e.g., SELECT resourceId, COUNT(*) WHERE resourceType = 'AWS::IAM::Role' GROUP BY resourceId
) and do not specify the MaxResults
or the Limit
query parameters, the default page size is set to 500.
If you run a non-aggregation query (i.e., not using GROUP BY
or aggregate function; e.g., SELECT * WHERE resourceType = 'AWS::IAM::Role'
) and do not specify the MaxResults
or the Limit
query parameters, the default page size is set to 25.
Accepts a structured query language (SQL) SELECT
command, performs the corresponding search, and returns resource configurations matching the properties.
For more information about query components, see the Query Components section in the Config Developer Guide.
" }, "StartConfigRulesEvaluation": { "name": "StartConfigRulesEvaluation", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "StartConfigRulesEvaluationRequest" }, "output": { "shape": "StartConfigRulesEvaluationResponse" }, "errors": [ { "shape": "NoSuchConfigRuleException" }, { "shape": "LimitExceededException" }, { "shape": "ResourceInUseException" }, { "shape": "InvalidParameterValueException" } ], "documentation": "Runs an on-demand evaluation for the specified Config rules against the last known configuration state of the resources. Use StartConfigRulesEvaluation
when you want to test that a rule you updated is working as expected. StartConfigRulesEvaluation
does not re-record the latest configuration state for your resources. It re-runs an evaluation against the last known state of your resources.
You can specify up to 25 Config rules per request.
An existing StartConfigRulesEvaluation
call for the specified rules must complete before you can call the API again. If you chose to have Config stream to an Amazon SNS topic, you will receive a ConfigRuleEvaluationStarted
notification when the evaluation starts.
You don't need to call the StartConfigRulesEvaluation
API to run an evaluation for a new rule. When you create a rule, Config evaluates your resources against the rule automatically.
The StartConfigRulesEvaluation
API is useful if you want to run on-demand evaluations, such as the following example:
You have a custom rule that evaluates your IAM resources every 24 hours.
You update your Lambda function to add additional conditions to your rule.
Instead of waiting for the next periodic evaluation, you call the StartConfigRulesEvaluation
API.
Config invokes your Lambda function and evaluates your IAM resources.
Your custom rule will still run periodic evaluations every 24 hours.
Starts recording configurations of the Amazon Web Services resources you have selected to record in your Amazon Web Services account.
You must have created at least one delivery channel to successfully start the configuration recorder.
" }, "StartRemediationExecution": { "name": "StartRemediationExecution", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "StartRemediationExecutionRequest" }, "output": { "shape": "StartRemediationExecutionResponse" }, "errors": [ { "shape": "InvalidParameterValueException" }, { "shape": "InsufficientPermissionsException" }, { "shape": "NoSuchRemediationConfigurationException" } ], "documentation": "Runs an on-demand remediation for the specified Config rules against the last known remediation configuration. It runs an execution against the current state of your resources. Remediation execution is asynchronous.
You can specify up to 100 resource keys per request. An existing StartRemediationExecution call for the specified resource keys must complete before you can call the API again.
" }, "StartResourceEvaluation": { "name": "StartResourceEvaluation", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "StartResourceEvaluationRequest" }, "output": { "shape": "StartResourceEvaluationResponse" }, "errors": [ { "shape": "InvalidParameterValueException" }, { "shape": "IdempotentParameterMismatch" } ], "documentation": "Runs an on-demand evaluation for the specified resource to determine whether the resource details will comply with configured Config rules. You can also use it for evaluation purposes. Config recommends using an evaluation context. It runs an execution against the resource details with all of the Config rules in your account that match with the specified proactive mode and resource type.
Ensure you have the cloudformation:DescribeType
role setup to validate the resource type schema.
You can find the Resource type schema in \"Amazon Web Services public extensions\" within the CloudFormation registry or with the following CLI commmand: aws cloudformation describe-type --type-name \"AWS::S3::Bucket\" --type RESOURCE
.
For more information, see Managing extensions through the CloudFormation registry and Amazon Web Services resource and property types reference in the CloudFormation User Guide.
Stops recording configurations of the Amazon Web Services resources you have selected to record in your Amazon Web Services account.
" }, "TagResource": { "name": "TagResource", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "TagResourceRequest" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "TooManyTagsException" } ], "documentation": "Associates the specified tags to a resource with the specified resourceArn. If existing tags on a resource are not specified in the request parameters, they are not changed. If existing tags are specified, however, then their values will be updated. When a resource is deleted, the tags associated with that resource are deleted as well.
" }, "UntagResource": { "name": "UntagResource", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UntagResourceRequest" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "Deletes specified tags from a resource.
" } }, "shapes": { "ARN": { "type": "string" }, "AccountAggregationSource": { "type": "structure", "required": [ "AccountIds" ], "members": { "AccountIds": { "shape": "AccountAggregationSourceAccountList", "documentation": "The 12-digit account ID of the account being aggregated.
" }, "AllAwsRegions": { "shape": "Boolean", "documentation": "If true, aggregate existing Config regions and future regions.
" }, "AwsRegions": { "shape": "AggregatorRegionList", "documentation": "The source regions being aggregated.
" } }, "documentation": "A collection of accounts and regions.
" }, "AccountAggregationSourceAccountList": { "type": "list", "member": { "shape": "AccountId" }, "min": 1 }, "AccountAggregationSourceList": { "type": "list", "member": { "shape": "AccountAggregationSource" }, "max": 1, "min": 0 }, "AccountId": { "type": "string", "pattern": "\\d{12}" }, "AggregateComplianceByConfigRule": { "type": "structure", "members": { "ConfigRuleName": { "shape": "ConfigRuleName", "documentation": "The name of the Config rule.
" }, "Compliance": { "shape": "Compliance", "documentation": "Indicates whether an Amazon Web Services resource or Config rule is compliant and provides the number of contributors that affect the compliance.
" }, "AccountId": { "shape": "AccountId", "documentation": "The 12-digit account ID of the source account.
" }, "AwsRegion": { "shape": "AwsRegion", "documentation": "The source region from where the data is aggregated.
" } }, "documentation": "Indicates whether an 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.
" }, "AggregateComplianceByConfigRuleList": { "type": "list", "member": { "shape": "AggregateComplianceByConfigRule" } }, "AggregateComplianceByConformancePack": { "type": "structure", "members": { "ConformancePackName": { "shape": "ConformancePackName", "documentation": "The name of the conformance pack.
" }, "Compliance": { "shape": "AggregateConformancePackCompliance", "documentation": "The compliance status of the conformance pack.
" }, "AccountId": { "shape": "AccountId", "documentation": "The 12-digit Amazon Web Services account ID of the source account.
" }, "AwsRegion": { "shape": "AwsRegion", "documentation": "The source Amazon Web Services Region from where the data is aggregated.
" } }, "documentation": "Provides aggregate compliance of the conformance pack. Indicates whether a conformance pack is compliant based on the name of the conformance pack, account ID, and region.
A conformance pack is compliant if all of the rules in a conformance packs are compliant. It is noncompliant if any of the rules are not compliant. The compliance status of a conformance pack is INSUFFICIENT_DATA only if all rules within a conformance pack cannot be evaluated due to insufficient data. If some of the rules in a conformance pack are compliant but the compliance status of other rules in that same conformance pack is INSUFFICIENT_DATA, the conformance pack shows compliant.
" }, "AggregateComplianceByConformancePackList": { "type": "list", "member": { "shape": "AggregateComplianceByConformancePack" } }, "AggregateComplianceCount": { "type": "structure", "members": { "GroupName": { "shape": "StringWithCharLimit256", "documentation": "The 12-digit account ID or region based on the GroupByKey value.
" }, "ComplianceSummary": { "shape": "ComplianceSummary", "documentation": "The number of compliant and noncompliant Config rules.
" } }, "documentation": "Returns the number of compliant and noncompliant rules for one or more accounts and regions in an aggregator.
" }, "AggregateComplianceCountList": { "type": "list", "member": { "shape": "AggregateComplianceCount" } }, "AggregateConformancePackCompliance": { "type": "structure", "members": { "ComplianceType": { "shape": "ConformancePackComplianceType", "documentation": "The compliance status of the conformance pack.
" }, "CompliantRuleCount": { "shape": "Integer", "documentation": "The number of compliant Config Rules.
" }, "NonCompliantRuleCount": { "shape": "Integer", "documentation": "The number of noncompliant Config Rules.
" }, "TotalRuleCount": { "shape": "Integer", "documentation": "Total number of compliant rules, noncompliant rules, and the rules that do not have any applicable resources to evaluate upon resulting in insufficient data.
" } }, "documentation": "Provides the number of compliant and noncompliant rules within a conformance pack. Also provides the compliance status of the conformance pack and the total rule count which includes compliant rules, noncompliant rules, and rules that cannot be evaluated due to insufficient data.
A conformance pack is compliant if all of the rules in a conformance packs are compliant. It is noncompliant if any of the rules are not compliant. The compliance status of a conformance pack is INSUFFICIENT_DATA only if all rules within a conformance pack cannot be evaluated due to insufficient data. If some of the rules in a conformance pack are compliant but the compliance status of other rules in that same conformance pack is INSUFFICIENT_DATA, the conformance pack shows compliant.
" }, "AggregateConformancePackComplianceCount": { "type": "structure", "members": { "CompliantConformancePackCount": { "shape": "Integer", "documentation": "Number of compliant conformance packs.
" }, "NonCompliantConformancePackCount": { "shape": "Integer", "documentation": "Number of noncompliant conformance packs.
" } }, "documentation": "The number of conformance packs that are compliant and noncompliant.
" }, "AggregateConformancePackComplianceFilters": { "type": "structure", "members": { "ConformancePackName": { "shape": "ConformancePackName", "documentation": "The name of the conformance pack.
" }, "ComplianceType": { "shape": "ConformancePackComplianceType", "documentation": "The compliance status of the conformance pack.
" }, "AccountId": { "shape": "AccountId", "documentation": "The 12-digit Amazon Web Services account ID of the source account.
" }, "AwsRegion": { "shape": "AwsRegion", "documentation": "The source Amazon Web Services Region from where the data is aggregated.
" } }, "documentation": "Filters the conformance packs based on an account ID, region, compliance type, and the name of the conformance pack.
" }, "AggregateConformancePackComplianceSummary": { "type": "structure", "members": { "ComplianceSummary": { "shape": "AggregateConformancePackComplianceCount", "documentation": "Returns an AggregateConformancePackComplianceCount
object.
Groups the result based on Amazon Web Services account ID or Amazon Web Services Region.
" } }, "documentation": "Provides a summary of compliance based on either account ID or region.
" }, "AggregateConformancePackComplianceSummaryFilters": { "type": "structure", "members": { "AccountId": { "shape": "AccountId", "documentation": "The 12-digit Amazon Web Services account ID of the source account.
" }, "AwsRegion": { "shape": "AwsRegion", "documentation": "The source Amazon Web Services Region from where the data is aggregated.
" } }, "documentation": "Filters the results based on account ID and region.
" }, "AggregateConformancePackComplianceSummaryGroupKey": { "type": "string", "enum": [ "ACCOUNT_ID", "AWS_REGION" ] }, "AggregateConformancePackComplianceSummaryList": { "type": "list", "member": { "shape": "AggregateConformancePackComplianceSummary" } }, "AggregateEvaluationResult": { "type": "structure", "members": { "EvaluationResultIdentifier": { "shape": "EvaluationResultIdentifier", "documentation": "Uniquely identifies the evaluation result.
" }, "ComplianceType": { "shape": "ComplianceType", "documentation": "The resource compliance status.
For the AggregationEvaluationResult
data type, Config supports only the COMPLIANT
and NON_COMPLIANT
. Config does not support the NOT_APPLICABLE
and INSUFFICIENT_DATA
value.
The time when Config recorded the aggregate evaluation result.
" }, "ConfigRuleInvokedTime": { "shape": "Date", "documentation": "The time when the Config rule evaluated the Amazon Web Services resource.
" }, "Annotation": { "shape": "StringWithCharLimit256", "documentation": "Supplementary information about how the agrregate evaluation determined the compliance.
" }, "AccountId": { "shape": "AccountId", "documentation": "The 12-digit account ID of the source account.
" }, "AwsRegion": { "shape": "AwsRegion", "documentation": "The source region from where the data is aggregated.
" } }, "documentation": "The details of an Config evaluation for an account ID and region in an aggregator. Provides the Amazon Web Services resource that was evaluated, the compliance of the resource, related time stamps, and supplementary information.
" }, "AggregateEvaluationResultList": { "type": "list", "member": { "shape": "AggregateEvaluationResult" } }, "AggregateResourceIdentifier": { "type": "structure", "required": [ "SourceAccountId", "SourceRegion", "ResourceId", "ResourceType" ], "members": { "SourceAccountId": { "shape": "AccountId", "documentation": "The 12-digit account ID of the source account.
" }, "SourceRegion": { "shape": "AwsRegion", "documentation": "The source region where data is aggregated.
" }, "ResourceId": { "shape": "ResourceId", "documentation": "The ID of the Amazon Web Services resource.
" }, "ResourceType": { "shape": "ResourceType", "documentation": "The type of the Amazon Web Services resource.
" }, "ResourceName": { "shape": "ResourceName", "documentation": "The name of the Amazon Web Services resource.
" } }, "documentation": "The details that identify a resource that is collected by Config aggregator, including the resource type, ID, (if available) the custom resource name, the source account, and source region.
" }, "AggregatedSourceStatus": { "type": "structure", "members": { "SourceId": { "shape": "String", "documentation": "The source account ID or an organization.
" }, "SourceType": { "shape": "AggregatedSourceType", "documentation": "The source account or an organization.
" }, "AwsRegion": { "shape": "AwsRegion", "documentation": "The region authorized to collect aggregated data.
" }, "LastUpdateStatus": { "shape": "AggregatedSourceStatusType", "documentation": "Filters the last updated status type.
Valid value FAILED indicates errors while moving data.
Valid value SUCCEEDED indicates the data was successfully moved.
Valid value OUTDATED indicates the data is not the most recent.
The time of the last update.
" }, "LastErrorCode": { "shape": "String", "documentation": "The error code that Config returned when the source account aggregation last failed.
" }, "LastErrorMessage": { "shape": "String", "documentation": "The message indicating that the source account aggregation failed due to an error.
" } }, "documentation": "The current sync status between the source and the aggregator account.
" }, "AggregatedSourceStatusList": { "type": "list", "member": { "shape": "AggregatedSourceStatus" } }, "AggregatedSourceStatusType": { "type": "string", "enum": [ "FAILED", "SUCCEEDED", "OUTDATED" ] }, "AggregatedSourceStatusTypeList": { "type": "list", "member": { "shape": "AggregatedSourceStatusType" }, "min": 1 }, "AggregatedSourceType": { "type": "string", "enum": [ "ACCOUNT", "ORGANIZATION" ] }, "AggregationAuthorization": { "type": "structure", "members": { "AggregationAuthorizationArn": { "shape": "String", "documentation": "The Amazon Resource Name (ARN) of the aggregation object.
" }, "AuthorizedAccountId": { "shape": "AccountId", "documentation": "The 12-digit account ID of the account authorized to aggregate data.
" }, "AuthorizedAwsRegion": { "shape": "AwsRegion", "documentation": "The region authorized to collect aggregated data.
" }, "CreationTime": { "shape": "Date", "documentation": "The time stamp when the aggregation authorization was created.
" } }, "documentation": "An object that represents the authorizations granted to aggregator accounts and regions.
" }, "AggregationAuthorizationList": { "type": "list", "member": { "shape": "AggregationAuthorization" } }, "AggregatorRegionList": { "type": "list", "member": { "shape": "String" }, "min": 1 }, "AllSupported": { "type": "boolean" }, "AmazonResourceName": { "type": "string", "max": 1000, "min": 1 }, "Annotation": { "type": "string", "max": 256, "min": 0 }, "AutoRemediationAttemptSeconds": { "type": "long", "box": true, "max": 2678000, "min": 1 }, "AutoRemediationAttempts": { "type": "integer", "box": true, "max": 25, "min": 1 }, "AvailabilityZone": { "type": "string" }, "AwsRegion": { "type": "string", "max": 64, "min": 1 }, "BaseConfigurationItem": { "type": "structure", "members": { "version": { "shape": "Version", "documentation": "The version number of the resource configuration.
" }, "accountId": { "shape": "AccountId", "documentation": "The 12-digit Amazon Web Services account ID associated with the resource.
" }, "configurationItemCaptureTime": { "shape": "ConfigurationItemCaptureTime", "documentation": "The time when the recording of configuration changes was initiated for the resource.
" }, "configurationItemStatus": { "shape": "ConfigurationItemStatus", "documentation": "The configuration item status. Valid values include:
OK – The resource configuration has been updated.
ResourceDiscovered – The resource was newly discovered.
ResourceNotRecorded – The resource was discovered, but its configuration was not recorded since the recorder doesn't record resources of this type.
ResourceDeleted – The resource was deleted
ResourceDeletedNotRecorded – The resource was deleted, but its configuration was not recorded since the recorder doesn't record resources of this type.
An identifier that indicates the ordering of the configuration items of a resource.
" }, "arn": { "shape": "ARN", "documentation": "The Amazon Resource Name (ARN) of the resource.
" }, "resourceType": { "shape": "ResourceType", "documentation": "The type of Amazon Web Services resource.
" }, "resourceId": { "shape": "ResourceId", "documentation": "The ID of the resource (for example., sg-xxxxxx).
" }, "resourceName": { "shape": "ResourceName", "documentation": "The custom name of the resource, if available.
" }, "awsRegion": { "shape": "AwsRegion", "documentation": "The region where the resource resides.
" }, "availabilityZone": { "shape": "AvailabilityZone", "documentation": "The Availability Zone associated with the resource.
" }, "resourceCreationTime": { "shape": "ResourceCreationTime", "documentation": "The time stamp when the resource was created.
" }, "configuration": { "shape": "Configuration", "documentation": "The description of the resource configuration.
" }, "supplementaryConfiguration": { "shape": "SupplementaryConfiguration", "documentation": "Configuration attributes that Config returns for certain resource types to supplement the information returned for the configuration parameter.
" }, "recordingFrequency": { "shape": "RecordingFrequency", "documentation": "The recording frequency that Config uses to record configuration changes for the resource.
" }, "configurationItemDeliveryTime": { "shape": "ConfigurationItemDeliveryTime", "documentation": "The time when configuration changes for the resource were delivered.
This field is optional and is not guaranteed to be present in a configuration item (CI). If you are using daily recording, this field will be populated. However, if you are using continuous recording, this field will be omitted since the delivery time is instantaneous as the CI is available right away. For more information on daily recording and continuous recording, see Recording Frequency in the Config Developer Guide.
The detailed configurations of a specified resource.
" }, "BaseConfigurationItems": { "type": "list", "member": { "shape": "BaseConfigurationItem" } }, "BaseResourceId": { "type": "string", "max": 768, "min": 1 }, "BatchGetAggregateResourceConfigRequest": { "type": "structure", "required": [ "ConfigurationAggregatorName", "ResourceIdentifiers" ], "members": { "ConfigurationAggregatorName": { "shape": "ConfigurationAggregatorName", "documentation": "The name of the configuration aggregator.
" }, "ResourceIdentifiers": { "shape": "ResourceIdentifiersList", "documentation": "A list of aggregate ResourceIdentifiers objects.
" } } }, "BatchGetAggregateResourceConfigResponse": { "type": "structure", "members": { "BaseConfigurationItems": { "shape": "BaseConfigurationItems", "documentation": "A list that contains the current configuration of one or more resources.
" }, "UnprocessedResourceIdentifiers": { "shape": "UnprocessedResourceIdentifierList", "documentation": "A list of resource identifiers that were not processed with current scope. The list is empty if all the resources are processed.
" } } }, "BatchGetResourceConfigRequest": { "type": "structure", "required": [ "resourceKeys" ], "members": { "resourceKeys": { "shape": "ResourceKeys", "documentation": "A list of resource keys to be processed with the current request. Each element in the list consists of the resource type and resource ID.
" } } }, "BatchGetResourceConfigResponse": { "type": "structure", "members": { "baseConfigurationItems": { "shape": "BaseConfigurationItems", "documentation": "A list that contains the current configuration of one or more resources.
" }, "unprocessedResourceKeys": { "shape": "ResourceKeys", "documentation": "A list of resource keys that were not processed with the current response. The unprocessesResourceKeys value is in the same form as ResourceKeys, so the value can be directly provided to a subsequent BatchGetResourceConfig operation. If there are no unprocessed resource keys, the response contains an empty unprocessedResourceKeys list.
" } } }, "Boolean": { "type": "boolean" }, "ChannelName": { "type": "string", "max": 256, "min": 1 }, "ChronologicalOrder": { "type": "string", "enum": [ "Reverse", "Forward" ] }, "ClientToken": { "type": "string", "max": 256, "min": 64 }, "Compliance": { "type": "structure", "members": { "ComplianceType": { "shape": "ComplianceType", "documentation": "Indicates whether an Amazon Web Services resource or Config rule is compliant.
A resource is compliant if it complies with all of the Config rules that evaluate it. A resource is noncompliant if it does not comply with one or more of these rules.
A rule is compliant if all of the resources that the rule evaluates comply with it. A rule is noncompliant if any of these resources do not comply.
Config returns the INSUFFICIENT_DATA
value when no evaluation results are available for the Amazon Web Services resource or Config rule.
For the Compliance
data type, Config supports only COMPLIANT
, NON_COMPLIANT
, and INSUFFICIENT_DATA
values. Config does not support the NOT_APPLICABLE
value for the Compliance
data type.
The number of Amazon Web Services resources or Config rules that cause a result of NON_COMPLIANT
, up to a maximum number.
Indicates whether an Amazon Web Services resource or Config rule is compliant and provides the number of contributors that affect the compliance.
" }, "ComplianceByConfigRule": { "type": "structure", "members": { "ConfigRuleName": { "shape": "StringWithCharLimit64", "documentation": "The name of the Config rule.
" }, "Compliance": { "shape": "Compliance", "documentation": "Indicates whether the Config rule is compliant.
" } }, "documentation": "Indicates whether an 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.
" }, "ComplianceByConfigRules": { "type": "list", "member": { "shape": "ComplianceByConfigRule" } }, "ComplianceByResource": { "type": "structure", "members": { "ResourceType": { "shape": "StringWithCharLimit256", "documentation": "The type of the Amazon Web Services resource that was evaluated.
" }, "ResourceId": { "shape": "BaseResourceId", "documentation": "The ID of the Amazon Web Services resource that was evaluated.
" }, "Compliance": { "shape": "Compliance", "documentation": "Indicates whether the Amazon Web Services resource complies with all of the Config rules that evaluated it.
" } }, "documentation": "Indicates whether an Amazon Web Services resource that is evaluated according to one or more 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.
" }, "ComplianceByResources": { "type": "list", "member": { "shape": "ComplianceByResource" } }, "ComplianceContributorCount": { "type": "structure", "members": { "CappedCount": { "shape": "Integer", "documentation": "The number of Amazon Web Services resources or Config rules responsible for the current compliance of the item.
" }, "CapExceeded": { "shape": "Boolean", "documentation": "Indicates whether the maximum count is reached.
" } }, "documentation": "The number of Amazon Web Services resources or Config rules responsible for the current compliance of the item, up to a maximum number.
" }, "ComplianceResourceTypes": { "type": "list", "member": { "shape": "StringWithCharLimit256" }, "max": 100, "min": 0 }, "ComplianceScore": { "type": "string" }, "ComplianceSummariesByResourceType": { "type": "list", "member": { "shape": "ComplianceSummaryByResourceType" } }, "ComplianceSummary": { "type": "structure", "members": { "CompliantResourceCount": { "shape": "ComplianceContributorCount", "documentation": "The number of Config rules or Amazon Web Services resources that are compliant, up to a maximum of 25 for rules and 100 for resources.
" }, "NonCompliantResourceCount": { "shape": "ComplianceContributorCount", "documentation": "The number of Config rules or Amazon Web Services resources that are noncompliant, up to a maximum of 25 for rules and 100 for resources.
" }, "ComplianceSummaryTimestamp": { "shape": "Date", "documentation": "The time that Config created the compliance summary.
" } }, "documentation": "The number of Config rules or Amazon Web Services resources that are compliant and noncompliant.
" }, "ComplianceSummaryByResourceType": { "type": "structure", "members": { "ResourceType": { "shape": "StringWithCharLimit256", "documentation": "The type of Amazon Web Services resource.
" }, "ComplianceSummary": { "shape": "ComplianceSummary", "documentation": "The number of Amazon Web Services resources that are compliant or noncompliant, up to a maximum of 100 for each.
" } }, "documentation": "The number of Amazon Web Services resources of a specific type that are compliant or noncompliant, up to a maximum of 100 for each.
" }, "ComplianceType": { "type": "string", "enum": [ "COMPLIANT", "NON_COMPLIANT", "NOT_APPLICABLE", "INSUFFICIENT_DATA" ] }, "ComplianceTypes": { "type": "list", "member": { "shape": "ComplianceType" }, "max": 3, "min": 0 }, "ConfigExportDeliveryInfo": { "type": "structure", "members": { "lastStatus": { "shape": "DeliveryStatus", "documentation": "Status of the last attempted delivery.
" }, "lastErrorCode": { "shape": "String", "documentation": "The error code from the last attempted delivery.
" }, "lastErrorMessage": { "shape": "String", "documentation": "The error message from the last attempted delivery.
" }, "lastAttemptTime": { "shape": "Date", "documentation": "The time of the last attempted delivery.
" }, "lastSuccessfulTime": { "shape": "Date", "documentation": "The time of the last successful delivery.
" }, "nextDeliveryTime": { "shape": "Date", "documentation": "The time that the next delivery occurs.
" } }, "documentation": "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.
" }, "ConfigRule": { "type": "structure", "required": [ "Source" ], "members": { "ConfigRuleName": { "shape": "ConfigRuleName", "documentation": "The name that you assign to the Config rule. The name is required if you are adding a new rule.
" }, "ConfigRuleArn": { "shape": "StringWithCharLimit256", "documentation": "The Amazon Resource Name (ARN) of the Config rule.
" }, "ConfigRuleId": { "shape": "StringWithCharLimit64", "documentation": "The ID of the Config rule.
" }, "Description": { "shape": "EmptiableStringWithCharLimit256", "documentation": "The description that you provide for the Config rule.
" }, "Scope": { "shape": "Scope", "documentation": "Defines which resources can trigger an evaluation for the rule. The scope can include one or more resource types, a combination of one resource type and one resource ID, or a combination of a tag key and value. Specify a scope to constrain the resources that can trigger an evaluation for the rule. If you do not specify a scope, evaluations are triggered when any resource in the recording group changes.
The scope can be empty.
Provides the rule owner (Amazon Web Services
for managed rules, CUSTOM_POLICY
for Custom Policy rules, and CUSTOM_LAMBDA
for Custom Lambda rules), the rule identifier, and the notifications that cause the function to evaluate your Amazon Web Services resources.
A string, in JSON format, that is passed to the Config rule Lambda function.
" }, "MaximumExecutionFrequency": { "shape": "MaximumExecutionFrequency", "documentation": "The maximum frequency with which Config runs evaluations for a rule. You can specify a value for MaximumExecutionFrequency
when:
This is for an Config managed rule that is triggered at a periodic frequency.
Your custom rule is triggered when Config delivers the configuration snapshot. For more information, see ConfigSnapshotDeliveryProperties.
By default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid value for the MaximumExecutionFrequency
parameter.
Indicates whether the Config rule is active or is currently being deleted by Config. It can also indicate the evaluation status for the Config rule.
Config sets the state of the rule to EVALUATING
temporarily after you use the StartConfigRulesEvaluation
request to evaluate your resources against the Config rule.
Config sets the state of the rule to DELETING_RESULTS
temporarily after you use the DeleteEvaluationResults
request to delete the current evaluation results for the Config rule.
Config temporarily sets the state of a rule to DELETING
after you use the DeleteConfigRule
request to delete the rule. After Config deletes the rule, the rule and all of its evaluations are erased and are no longer available.
Service principal name of the service that created the rule.
The field is populated only if the service-linked rule is created by a service. The field is empty if you create your own rule.
The modes the Config rule can be evaluated in. The valid values are distinct objects. By default, the value is Detective evaluation mode only.
" } }, "documentation": "Config rules evaluate the configuration settings of your Amazon Web Services resources. A rule can run when Config detects a configuration change to an Amazon Web Services resource or at a periodic frequency that you choose (for example, every 24 hours). There are two types of rules: Config Managed Rules and Config Custom Rules.
Config Managed Rules are predefined, customizable rules created by Config. For a list of managed rules, see List of Config Managed Rules.
Config Custom Rules are rules that you create from scratch. There are two ways to create Config custom rules: with Lambda functions ( Lambda Developer Guide) and with Guard (Guard GitHub Repository), a policy-as-code language. Config custom rules created with Lambda are called Config Custom Lambda Rules and Config custom rules created with Guard are called Config Custom Policy Rules.
For more information about developing and using Config rules, see Evaluating Resource with Config Rules in the Config Developer Guide.
You can use the Amazon Web Services CLI and Amazon Web Services SDKs if you want to create a rule that triggers evaluations for your resources when Config delivers the configuration snapshot. For more information, see ConfigSnapshotDeliveryProperties.
The name of the Config rule.
" }, "ComplianceType": { "shape": "ComplianceType", "documentation": "The rule compliance status.
For the ConfigRuleComplianceFilters
data type, Config supports only COMPLIANT
and NON_COMPLIANT
. Config does not support the NOT_APPLICABLE
and the INSUFFICIENT_DATA
values.
The 12-digit account ID of the source account.
" }, "AwsRegion": { "shape": "AwsRegion", "documentation": "The source region where the data is aggregated.
" } }, "documentation": "Filters the compliance results based on account ID, region, compliance type, and rule name.
" }, "ConfigRuleComplianceSummaryFilters": { "type": "structure", "members": { "AccountId": { "shape": "AccountId", "documentation": "The 12-digit account ID of the source account.
" }, "AwsRegion": { "shape": "AwsRegion", "documentation": "The source region where the data is aggregated.
" } }, "documentation": "Filters the results based on the account IDs and regions.
" }, "ConfigRuleComplianceSummaryGroupKey": { "type": "string", "enum": [ "ACCOUNT_ID", "AWS_REGION" ] }, "ConfigRuleEvaluationStatus": { "type": "structure", "members": { "ConfigRuleName": { "shape": "ConfigRuleName", "documentation": "The name of the Config rule.
" }, "ConfigRuleArn": { "shape": "String", "documentation": "The Amazon Resource Name (ARN) of the Config rule.
" }, "ConfigRuleId": { "shape": "String", "documentation": "The ID of the Config rule.
" }, "LastSuccessfulInvocationTime": { "shape": "Date", "documentation": "The time that Config last successfully invoked the Config rule to evaluate your Amazon Web Services resources.
" }, "LastFailedInvocationTime": { "shape": "Date", "documentation": "The time that Config last failed to invoke the Config rule to evaluate your Amazon Web Services resources.
" }, "LastSuccessfulEvaluationTime": { "shape": "Date", "documentation": "The time that Config last successfully evaluated your Amazon Web Services resources against the rule.
" }, "LastFailedEvaluationTime": { "shape": "Date", "documentation": "The time that Config last failed to evaluate your Amazon Web Services resources against the rule.
" }, "FirstActivatedTime": { "shape": "Date", "documentation": "The time that you first activated the Config rule.
" }, "LastDeactivatedTime": { "shape": "Date", "documentation": "The time that you last turned off the Config rule.
" }, "LastErrorCode": { "shape": "String", "documentation": "The error code that Config returned when the rule last failed.
" }, "LastErrorMessage": { "shape": "String", "documentation": "The error message that Config returned when the rule last failed.
" }, "FirstEvaluationStarted": { "shape": "Boolean", "documentation": "Indicates whether Config has evaluated your resources against the rule at least once.
true
- Config has evaluated your Amazon Web Services resources against the rule at least once.
false
- Config has not finished evaluating your Amazon Web Services resources against the rule at least once.
The status of the last attempted delivery of a debug log for your Config Custom Policy rules. Either Successful
or Failed
.
The reason Config was not able to deliver a debug log. This is for the last failed attempt to retrieve a debug log for your Config Custom Policy rules.
" }, "LastDebugLogDeliveryTime": { "shape": "Date", "documentation": "The time Config last attempted to deliver a debug log for your Config Custom Policy rules.
" } }, "documentation": "Status information for your Config Managed rules and Config Custom Policy 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 Config Custom Lambda rules.
" }, "ConfigRuleEvaluationStatusList": { "type": "list", "member": { "shape": "ConfigRuleEvaluationStatus" } }, "ConfigRuleName": { "type": "string", "max": 128, "min": 1, "pattern": ".*\\S.*" }, "ConfigRuleNames": { "type": "list", "member": { "shape": "ConfigRuleName" }, "max": 25, "min": 0 }, "ConfigRuleState": { "type": "string", "enum": [ "ACTIVE", "DELETING", "DELETING_RESULTS", "EVALUATING" ] }, "ConfigRules": { "type": "list", "member": { "shape": "ConfigRule" } }, "ConfigSnapshotDeliveryProperties": { "type": "structure", "members": { "deliveryFrequency": { "shape": "MaximumExecutionFrequency", "documentation": "The frequency with which Config delivers configuration snapshots.
" } }, "documentation": "Provides options for how often 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 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 Config delivers configuration snapshots. This value also sets how often Config invokes evaluations for Config rules.
The value for the MaximumExecutionFrequency
parameter, which sets the maximum frequency with which Config invokes evaluations for the rule. For more information, see ConfigRule.
If the deliveryFrequency
value is less frequent than the MaximumExecutionFrequency
value for a rule, Config invokes the rule only as often as the deliveryFrequency
value.
For example, you want your rule to run evaluations when Config delivers the configuration snapshot.
You specify the MaximumExecutionFrequency
value for Six_Hours
.
You then specify the delivery channel deliveryFrequency
value for TwentyFour_Hours
.
Because the value for deliveryFrequency
is less frequent than MaximumExecutionFrequency
, Config invokes evaluations for the rule every 24 hours.
You should set the MaximumExecutionFrequency
value to be at least as frequent as the deliveryFrequency
value. You can view the deliveryFrequency
value by using the DescribeDeliveryChannnels
action.
To update the deliveryFrequency
with which Config delivers your configuration snapshots, use the PutDeliveryChannel
action.
Status of the last attempted delivery.
Note Providing an SNS topic on a DeliveryChannel for Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.
" }, "lastErrorCode": { "shape": "String", "documentation": "The error code from the last attempted delivery.
" }, "lastErrorMessage": { "shape": "String", "documentation": "The error message from the last attempted delivery.
" }, "lastStatusChangeTime": { "shape": "Date", "documentation": "The time from the last status change.
" } }, "documentation": "A list that contains the status of the delivery of the configuration stream notification to the Amazon SNS topic.
" }, "Configuration": { "type": "string" }, "ConfigurationAggregator": { "type": "structure", "members": { "ConfigurationAggregatorName": { "shape": "ConfigurationAggregatorName", "documentation": "The name of the aggregator.
" }, "ConfigurationAggregatorArn": { "shape": "ConfigurationAggregatorArn", "documentation": "The Amazon Resource Name (ARN) of the aggregator.
" }, "AccountAggregationSources": { "shape": "AccountAggregationSourceList", "documentation": "Provides a list of source accounts and regions to be aggregated.
" }, "OrganizationAggregationSource": { "shape": "OrganizationAggregationSource", "documentation": "Provides an organization and list of regions to be aggregated.
" }, "CreationTime": { "shape": "Date", "documentation": "The time stamp when the configuration aggregator was created.
" }, "LastUpdatedTime": { "shape": "Date", "documentation": "The time of the last update.
" }, "CreatedBy": { "shape": "StringWithCharLimit256", "documentation": "Amazon Web Services service that created the configuration aggregator.
" } }, "documentation": "The details about the configuration aggregator, including information about source accounts, regions, and metadata of the aggregator.
" }, "ConfigurationAggregatorArn": { "type": "string", "pattern": "arn:aws[a-z\\-]*:config:[a-z\\-\\d]+:\\d+:config-aggregator/config-aggregator-[a-z\\d]+" }, "ConfigurationAggregatorList": { "type": "list", "member": { "shape": "ConfigurationAggregator" } }, "ConfigurationAggregatorName": { "type": "string", "max": 256, "min": 1, "pattern": "[\\w\\-]+" }, "ConfigurationAggregatorNameList": { "type": "list", "member": { "shape": "ConfigurationAggregatorName" }, "max": 10, "min": 0 }, "ConfigurationItem": { "type": "structure", "members": { "version": { "shape": "Version", "documentation": "The version number of the resource configuration.
" }, "accountId": { "shape": "AccountId", "documentation": "The 12-digit Amazon Web Services account ID associated with the resource.
" }, "configurationItemCaptureTime": { "shape": "ConfigurationItemCaptureTime", "documentation": "The time when the recording of configuration changes was initiated for the resource.
" }, "configurationItemStatus": { "shape": "ConfigurationItemStatus", "documentation": "The configuration item status. Valid values include:
OK – The resource configuration has been updated
ResourceDiscovered – The resource was newly discovered
ResourceNotRecorded – The resource was discovered but its configuration was not recorded since the recorder doesn't record resources of this type
ResourceDeleted – The resource was deleted
ResourceDeletedNotRecorded – The resource was deleted but its configuration was not recorded since the recorder doesn't record resources of this type
An identifier that indicates the ordering of the configuration items of a resource.
" }, "configurationItemMD5Hash": { "shape": "ConfigurationItemMD5Hash", "documentation": "Unique MD5 hash that represents the configuration item's state.
You can use MD5 hash to compare the states of two or more configuration items that are associated with the same resource.
" }, "arn": { "shape": "ARN", "documentation": "Amazon Resource Name (ARN) associated with the resource.
" }, "resourceType": { "shape": "ResourceType", "documentation": "The type of Amazon Web Services resource.
" }, "resourceId": { "shape": "ResourceId", "documentation": "The ID of the resource (for example, sg-xxxxxx
).
The custom name of the resource, if available.
" }, "awsRegion": { "shape": "AwsRegion", "documentation": "The region where the resource resides.
" }, "availabilityZone": { "shape": "AvailabilityZone", "documentation": "The Availability Zone associated with the resource.
" }, "resourceCreationTime": { "shape": "ResourceCreationTime", "documentation": "The time stamp when the resource was created.
" }, "tags": { "shape": "Tags", "documentation": "A mapping of key value tags associated with the resource.
" }, "relatedEvents": { "shape": "RelatedEventList", "documentation": "A list of CloudTrail event IDs.
A populated field indicates that the current configuration was initiated by the events recorded in the CloudTrail log. For more information about CloudTrail, see What Is CloudTrail.
An empty field indicates that the current configuration was not initiated by any event. As of Version 1.3, the relatedEvents field is empty. You can access the LookupEvents API in the CloudTrail API Reference to retrieve the events for the resource.
" }, "relationships": { "shape": "RelationshipList", "documentation": "A list of related Amazon Web Services resources.
" }, "configuration": { "shape": "Configuration", "documentation": "The description of the resource configuration.
" }, "supplementaryConfiguration": { "shape": "SupplementaryConfiguration", "documentation": "Configuration attributes that Config returns for certain resource types to supplement the information returned for the configuration
parameter.
The recording frequency that Config uses to record configuration changes for the resource.
" }, "configurationItemDeliveryTime": { "shape": "ConfigurationItemDeliveryTime", "documentation": "The time when configuration changes for the resource were delivered.
This field is optional and is not guaranteed to be present in a configuration item (CI). If you are using daily recording, this field will be populated. However, if you are using continuous recording, this field will be omitted since the delivery time is instantaneous as the CI is available right away. For more information on daily recording and continuous recording, see Recording Frequency in the Config Developer Guide.
A list that contains detailed configurations of a specified resource.
" }, "ConfigurationItemCaptureTime": { "type": "timestamp" }, "ConfigurationItemDeliveryTime": { "type": "timestamp" }, "ConfigurationItemList": { "type": "list", "member": { "shape": "ConfigurationItem" } }, "ConfigurationItemMD5Hash": { "type": "string" }, "ConfigurationItemStatus": { "type": "string", "enum": [ "OK", "ResourceDiscovered", "ResourceNotRecorded", "ResourceDeleted", "ResourceDeletedNotRecorded" ] }, "ConfigurationRecorder": { "type": "structure", "members": { "name": { "shape": "RecorderName", "documentation": "The name of the configuration recorder. Config automatically assigns the name of \"default\" when creating the configuration recorder.
You cannot change the name of the configuration recorder after it has been created. To change the configuration recorder name, you must delete it and create a new configuration recorder with a new name.
Amazon Resource Name (ARN) of the IAM role assumed by Config and used by the configuration recorder.
While the API model does not require this field, the server will reject a request without a defined roleARN
for the configuration recorder.
Pre-existing Config role
If you have used an Amazon Web Services service that uses Config, such as Security Hub or Control Tower, and an Config role has already been created, make sure that the IAM role that you use when setting up Config keeps the same minimum permissions as the already created Config role. You must do this so that the other Amazon Web Services service continues to run as expected.
For example, if Control Tower has an IAM role that allows Config to read Amazon Simple Storage Service (Amazon S3) objects, make sure that the same permissions are granted within the IAM role you use when setting up Config. Otherwise, it may interfere with how Control Tower operates. For more information about IAM roles for Config, see Identity and Access Management for Config in the Config Developer Guide.
Specifies which resource types Config records for configuration changes.
High Number of Config Evaluations
You may notice increased activity in your account during your initial month recording with Config when compared to subsequent months. During the initial bootstrapping process, Config runs evaluations on all the resources in your account that you have selected for Config to record.
If you are running ephemeral workloads, you may see increased activity from Config as it records configuration changes associated with creating and deleting these temporary resources. An ephemeral workload is a temporary use of computing resources that are loaded and run when needed. Examples include Amazon Elastic Compute Cloud (Amazon EC2) Spot Instances, Amazon EMR jobs, and Auto Scaling. If you want to avoid the increased activity from running ephemeral workloads, you can run these types of workloads in a separate account with Config turned off to avoid increased configuration recording and rule evaluations.
Specifies the default recording frequency that Config uses to record configuration changes. Config supports Continuous recording and Daily recording.
Continuous recording allows you to record configuration changes continuously whenever a change occurs.
Daily recording allows you to receive a configuration item (CI) representing the most recent state of your resources over the last 24-hour period, only if it’s different from the previous CI recorded.
Firewall Manager depends on continuous recording to monitor your resources. If you are using Firewall Manager, it is recommended that you set the recording frequency to Continuous.
You can also override the recording frequency for specific resource types.
" } }, "documentation": "Records configuration changes to your specified resource types. For more information about the configuration recorder, see Managing the Configuration Recorder in the Config Developer Guide.
" }, "ConfigurationRecorderList": { "type": "list", "member": { "shape": "ConfigurationRecorder" } }, "ConfigurationRecorderNameList": { "type": "list", "member": { "shape": "RecorderName" } }, "ConfigurationRecorderStatus": { "type": "structure", "members": { "name": { "shape": "String", "documentation": "The name of the configuration recorder.
" }, "lastStartTime": { "shape": "Date", "documentation": "The time the recorder was last started.
" }, "lastStopTime": { "shape": "Date", "documentation": "The time the recorder was last stopped.
" }, "recording": { "shape": "Boolean", "documentation": "Specifies whether or not the recorder is currently recording.
" }, "lastStatus": { "shape": "RecorderStatus", "documentation": "The status of the latest recording event processed by the recorder.
" }, "lastErrorCode": { "shape": "String", "documentation": "The latest error code from when the recorder last failed.
" }, "lastErrorMessage": { "shape": "String", "documentation": "The latest error message from when the recorder last failed.
" }, "lastStatusChangeTime": { "shape": "Date", "documentation": "The time of the latest change in status of an recording event processed by the recorder.
" } }, "documentation": "The current status of the configuration recorder.
For a detailed status of recording events over time, add your Config events to CloudWatch metrics and use CloudWatch metrics.
Filters the results by Config rule names.
" }, "ComplianceType": { "shape": "ConformancePackComplianceType", "documentation": "Filters the results by compliance.
The allowed values are COMPLIANT
and NON_COMPLIANT
. INSUFFICIENT_DATA
is not supported.
Filters the conformance pack by compliance types and Config rule names.
" }, "ConformancePackComplianceResourceIds": { "type": "list", "member": { "shape": "StringWithCharLimit256" }, "max": 5, "min": 0 }, "ConformancePackComplianceScore": { "type": "structure", "members": { "Score": { "shape": "ComplianceScore", "documentation": "Compliance score for the conformance pack. Conformance packs with no evaluation results will have a compliance score of INSUFFICIENT_DATA
.
The name of the conformance pack.
" }, "LastUpdatedTime": { "shape": "LastUpdatedTime", "documentation": "The time that the conformance pack compliance score was last updated.
" } }, "documentation": "A compliance score is the percentage of the number of compliant rule-resource combinations in a conformance pack compared to the number of total possible rule-resource combinations in the conformance pack. This metric provides you with a high-level view of the compliance state of your conformance packs. You can use it to identify, investigate, and understand the level of compliance in your conformance packs.
" }, "ConformancePackComplianceScores": { "type": "list", "member": { "shape": "ConformancePackComplianceScore" } }, "ConformancePackComplianceScoresFilters": { "type": "structure", "required": [ "ConformancePackNames" ], "members": { "ConformancePackNames": { "shape": "ConformancePackNameFilter", "documentation": "The names of the conformance packs whose compliance scores you want to include in the conformance pack compliance score result set. You can include up to 25 conformance packs in the ConformancePackNames
array of strings, each with a character limit of 256 characters for the conformance pack name.
A list of filters to apply to the conformance pack compliance score result set.
" }, "ConformancePackComplianceSummary": { "type": "structure", "required": [ "ConformancePackName", "ConformancePackComplianceStatus" ], "members": { "ConformancePackName": { "shape": "ConformancePackName", "documentation": "The name of the conformance pack name.
" }, "ConformancePackComplianceStatus": { "shape": "ConformancePackComplianceType", "documentation": "The status of the conformance pack.
" } }, "documentation": "Summary includes the name and status of the conformance pack.
" }, "ConformancePackComplianceSummaryList": { "type": "list", "member": { "shape": "ConformancePackComplianceSummary" }, "max": 5, "min": 1 }, "ConformancePackComplianceType": { "type": "string", "enum": [ "COMPLIANT", "NON_COMPLIANT", "INSUFFICIENT_DATA" ] }, "ConformancePackConfigRuleNames": { "type": "list", "member": { "shape": "StringWithCharLimit64" }, "max": 10, "min": 0 }, "ConformancePackDetail": { "type": "structure", "required": [ "ConformancePackName", "ConformancePackArn", "ConformancePackId" ], "members": { "ConformancePackName": { "shape": "ConformancePackName", "documentation": "Name of the conformance pack.
" }, "ConformancePackArn": { "shape": "ConformancePackArn", "documentation": "Amazon Resource Name (ARN) of the conformance pack.
" }, "ConformancePackId": { "shape": "ConformancePackId", "documentation": "ID of the conformance pack.
" }, "DeliveryS3Bucket": { "shape": "DeliveryS3Bucket", "documentation": "The name of the Amazon S3 bucket where Config stores conformance pack templates.
This field is optional.
The prefix for the Amazon S3 bucket.
This field is optional.
A list of ConformancePackInputParameter
objects.
The last time a conformation pack update was requested.
" }, "CreatedBy": { "shape": "StringWithCharLimit256", "documentation": "The Amazon Web Services service that created the conformance pack.
" }, "TemplateSSMDocumentDetails": { "shape": "TemplateSSMDocumentDetails", "documentation": "An object that contains the name or Amazon Resource Name (ARN) of the Amazon Web Services Systems Manager document (SSM document) and the version of the SSM document that is used to create a conformance pack.
" } }, "documentation": "Returns details of a conformance pack. A conformance pack is a collection of Config rules and remediation actions that can be easily deployed in an account and a region.
" }, "ConformancePackDetailList": { "type": "list", "member": { "shape": "ConformancePackDetail" }, "max": 25, "min": 0 }, "ConformancePackEvaluationFilters": { "type": "structure", "members": { "ConfigRuleNames": { "shape": "ConformancePackConfigRuleNames", "documentation": "Filters the results by Config rule names.
" }, "ComplianceType": { "shape": "ConformancePackComplianceType", "documentation": "Filters the results by compliance.
The allowed values are COMPLIANT
and NON_COMPLIANT
. INSUFFICIENT_DATA
is not supported.
Filters the results by the resource type (for example, \"AWS::EC2::Instance\"
).
Filters the results by resource IDs.
This is valid only when you provide resource type. If there is no resource type, you will see an error.
Filters a conformance pack by Config rule names, compliance types, Amazon Web Services resource types, and resource IDs.
" }, "ConformancePackEvaluationResult": { "type": "structure", "required": [ "ComplianceType", "EvaluationResultIdentifier", "ConfigRuleInvokedTime", "ResultRecordedTime" ], "members": { "ComplianceType": { "shape": "ConformancePackComplianceType", "documentation": "The compliance type. The allowed values are COMPLIANT
and NON_COMPLIANT
. INSUFFICIENT_DATA
is not supported.
The time when Config rule evaluated Amazon Web Services resource.
" }, "ResultRecordedTime": { "shape": "Date", "documentation": "The time when Config recorded the evaluation result.
" }, "Annotation": { "shape": "Annotation", "documentation": "Supplementary information about how the evaluation determined the compliance.
" } }, "documentation": "The details of a conformance pack evaluation. Provides Config rule and Amazon Web Services resource type that was evaluated, the compliance of the conformance pack, related time stamps, and supplementary information.
" }, "ConformancePackId": { "type": "string", "max": 1024, "min": 1 }, "ConformancePackInputParameter": { "type": "structure", "required": [ "ParameterName", "ParameterValue" ], "members": { "ParameterName": { "shape": "ParameterName", "documentation": "One part of a key-value pair.
" }, "ParameterValue": { "shape": "ParameterValue", "documentation": "Another part of the key-value pair.
" } }, "documentation": "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 255 characters, and values can have a maximum length of 4096 characters.
" }, "ConformancePackInputParameters": { "type": "list", "member": { "shape": "ConformancePackInputParameter" }, "max": 60, "min": 0 }, "ConformancePackName": { "type": "string", "max": 256, "min": 1, "pattern": "[a-zA-Z][-a-zA-Z0-9]*" }, "ConformancePackNameFilter": { "type": "list", "member": { "shape": "ConformancePackName" }, "max": 25, "min": 1 }, "ConformancePackNamesList": { "type": "list", "member": { "shape": "ConformancePackName" }, "max": 25, "min": 0 }, "ConformancePackNamesToSummarizeList": { "type": "list", "member": { "shape": "ConformancePackName" }, "max": 5, "min": 1 }, "ConformancePackRuleCompliance": { "type": "structure", "members": { "ConfigRuleName": { "shape": "ConfigRuleName", "documentation": "Name of the Config rule.
" }, "ComplianceType": { "shape": "ConformancePackComplianceType", "documentation": "Compliance of the Config rule.
" }, "Controls": { "shape": "ControlsList", "documentation": "Controls for the conformance pack. A control is a process to prevent or detect problems while meeting objectives. A control can align with a specific compliance regime or map to internal controls defined by an organization.
" } }, "documentation": "Compliance information of one or more Config rules within a conformance pack. You can filter using Config rule names and compliance types.
" }, "ConformancePackRuleComplianceList": { "type": "list", "member": { "shape": "ConformancePackRuleCompliance" }, "max": 1000, "min": 0 }, "ConformancePackRuleEvaluationResultsList": { "type": "list", "member": { "shape": "ConformancePackEvaluationResult" }, "max": 100, "min": 0 }, "ConformancePackState": { "type": "string", "enum": [ "CREATE_IN_PROGRESS", "CREATE_COMPLETE", "CREATE_FAILED", "DELETE_IN_PROGRESS", "DELETE_FAILED" ] }, "ConformancePackStatusDetail": { "type": "structure", "required": [ "ConformancePackName", "ConformancePackId", "ConformancePackArn", "ConformancePackState", "StackArn", "LastUpdateRequestedTime" ], "members": { "ConformancePackName": { "shape": "ConformancePackName", "documentation": "Name of the conformance pack.
" }, "ConformancePackId": { "shape": "ConformancePackId", "documentation": "ID of the conformance pack.
" }, "ConformancePackArn": { "shape": "ConformancePackArn", "documentation": "Amazon Resource Name (ARN) of comformance pack.
" }, "ConformancePackState": { "shape": "ConformancePackState", "documentation": "Indicates deployment status of conformance pack.
Config sets the state of the conformance pack to:
CREATE_IN_PROGRESS when a conformance pack creation is in progress for an account.
CREATE_COMPLETE when a conformance pack has been successfully created in your account.
CREATE_FAILED when a conformance pack creation failed in your account.
DELETE_IN_PROGRESS when a conformance pack deletion is in progress.
DELETE_FAILED when a conformance pack deletion failed in your account.
Amazon Resource Name (ARN) of CloudFormation stack.
" }, "ConformancePackStatusReason": { "shape": "ConformancePackStatusReason", "documentation": "The reason of conformance pack creation failure.
" }, "LastUpdateRequestedTime": { "shape": "Date", "documentation": "Last time when conformation pack creation and update was requested.
" }, "LastUpdateCompletedTime": { "shape": "Date", "documentation": "Last time when conformation pack creation and update was successful.
" } }, "documentation": "Status details of a conformance pack.
" }, "ConformancePackStatusDetailsList": { "type": "list", "member": { "shape": "ConformancePackStatusDetail" }, "max": 25, "min": 0 }, "ConformancePackStatusReason": { "type": "string", "max": 2000, "min": 0 }, "ControlsList": { "type": "list", "member": { "shape": "StringWithCharLimit128" }, "max": 20, "min": 0 }, "CosmosPageLimit": { "type": "integer", "max": 100, "min": 0 }, "CustomPolicyDetails": { "type": "structure", "required": [ "PolicyRuntime", "PolicyText" ], "members": { "PolicyRuntime": { "shape": "PolicyRuntime", "documentation": "The runtime system for your Config Custom Policy rule. Guard is a policy-as-code language that allows you to write policies that are enforced by Config Custom Policy rules. For more information about Guard, see the Guard GitHub Repository.
" }, "PolicyText": { "shape": "PolicyText", "documentation": "The policy definition containing the logic for your Config Custom Policy rule.
" }, "EnableDebugLogDelivery": { "shape": "Boolean", "documentation": "The boolean expression for enabling debug logging for your Config Custom Policy rule. The default value is false
.
Provides the runtime system, policy definition, and whether debug logging enabled. You can specify the following CustomPolicyDetails parameter values only for Config Custom Policy rules.
" }, "Date": { "type": "timestamp" }, "DebugLogDeliveryAccounts": { "type": "list", "member": { "shape": "AccountId" }, "max": 1000, "min": 0 }, "DeleteAggregationAuthorizationRequest": { "type": "structure", "required": [ "AuthorizedAccountId", "AuthorizedAwsRegion" ], "members": { "AuthorizedAccountId": { "shape": "AccountId", "documentation": "The 12-digit account ID of the account authorized to aggregate data.
" }, "AuthorizedAwsRegion": { "shape": "AwsRegion", "documentation": "The region authorized to collect aggregated data.
" } } }, "DeleteConfigRuleRequest": { "type": "structure", "required": [ "ConfigRuleName" ], "members": { "ConfigRuleName": { "shape": "ConfigRuleName", "documentation": "The name of the Config rule that you want to delete.
" } }, "documentation": "" }, "DeleteConfigurationAggregatorRequest": { "type": "structure", "required": [ "ConfigurationAggregatorName" ], "members": { "ConfigurationAggregatorName": { "shape": "ConfigurationAggregatorName", "documentation": "The name of the configuration aggregator.
" } } }, "DeleteConfigurationRecorderRequest": { "type": "structure", "required": [ "ConfigurationRecorderName" ], "members": { "ConfigurationRecorderName": { "shape": "RecorderName", "documentation": "The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the DescribeConfigurationRecorders
action.
The request object for the DeleteConfigurationRecorder
action.
Name of the conformance pack you want to delete.
" } } }, "DeleteDeliveryChannelRequest": { "type": "structure", "required": [ "DeliveryChannelName" ], "members": { "DeliveryChannelName": { "shape": "ChannelName", "documentation": "The name of the delivery channel to delete.
" } }, "documentation": "The input for the DeleteDeliveryChannel action. The action accepts the following data, in JSON format.
" }, "DeleteEvaluationResultsRequest": { "type": "structure", "required": [ "ConfigRuleName" ], "members": { "ConfigRuleName": { "shape": "StringWithCharLimit64", "documentation": "The name of the Config rule for which you want to delete the evaluation results.
" } }, "documentation": "" }, "DeleteEvaluationResultsResponse": { "type": "structure", "members": {}, "documentation": "The output when you delete the evaluation results for the specified Config rule.
" }, "DeleteOrganizationConfigRuleRequest": { "type": "structure", "required": [ "OrganizationConfigRuleName" ], "members": { "OrganizationConfigRuleName": { "shape": "OrganizationConfigRuleName", "documentation": "The name of organization Config rule that you want to delete.
" } } }, "DeleteOrganizationConformancePackRequest": { "type": "structure", "required": [ "OrganizationConformancePackName" ], "members": { "OrganizationConformancePackName": { "shape": "OrganizationConformancePackName", "documentation": "The name of organization conformance pack that you want to delete.
" } } }, "DeletePendingAggregationRequestRequest": { "type": "structure", "required": [ "RequesterAccountId", "RequesterAwsRegion" ], "members": { "RequesterAccountId": { "shape": "AccountId", "documentation": "The 12-digit account ID of the account requesting to aggregate data.
" }, "RequesterAwsRegion": { "shape": "AwsRegion", "documentation": "The region requesting to aggregate data.
" } } }, "DeleteRemediationConfigurationRequest": { "type": "structure", "required": [ "ConfigRuleName" ], "members": { "ConfigRuleName": { "shape": "ConfigRuleName", "documentation": "The name of the Config rule for which you want to delete remediation configuration.
" }, "ResourceType": { "shape": "String", "documentation": "The type of a resource.
" } } }, "DeleteRemediationConfigurationResponse": { "type": "structure", "members": {} }, "DeleteRemediationExceptionsRequest": { "type": "structure", "required": [ "ConfigRuleName", "ResourceKeys" ], "members": { "ConfigRuleName": { "shape": "ConfigRuleName", "documentation": "The name of the Config rule for which you want to delete remediation exception configuration.
" }, "ResourceKeys": { "shape": "RemediationExceptionResourceKeys", "documentation": "An exception list of resource exception keys to be processed with the current request. Config adds exception for each resource key. For example, Config adds 3 exceptions for 3 resource keys.
" } } }, "DeleteRemediationExceptionsResponse": { "type": "structure", "members": { "FailedBatches": { "shape": "FailedDeleteRemediationExceptionsBatches", "documentation": "Returns a list of failed delete remediation exceptions batch objects. Each object in the batch consists of a list of failed items and failure messages.
" } } }, "DeleteResourceConfigRequest": { "type": "structure", "required": [ "ResourceType", "ResourceId" ], "members": { "ResourceType": { "shape": "ResourceTypeString", "documentation": "The type of the resource.
" }, "ResourceId": { "shape": "ResourceId", "documentation": "Unique identifier of the resource.
" } } }, "DeleteRetentionConfigurationRequest": { "type": "structure", "required": [ "RetentionConfigurationName" ], "members": { "RetentionConfigurationName": { "shape": "RetentionConfigurationName", "documentation": "The name of the retention configuration to delete.
" } } }, "DeleteStoredQueryRequest": { "type": "structure", "required": [ "QueryName" ], "members": { "QueryName": { "shape": "QueryName", "documentation": "The name of the query that you want to delete.
" } } }, "DeleteStoredQueryResponse": { "type": "structure", "members": {} }, "DeliverConfigSnapshotRequest": { "type": "structure", "required": [ "deliveryChannelName" ], "members": { "deliveryChannelName": { "shape": "ChannelName", "documentation": "The name of the delivery channel through which the snapshot is delivered.
" } }, "documentation": "The input for the DeliverConfigSnapshot action.
" }, "DeliverConfigSnapshotResponse": { "type": "structure", "members": { "configSnapshotId": { "shape": "String", "documentation": "The ID of the snapshot that is being created.
" } }, "documentation": "The output for the DeliverConfigSnapshot action, in JSON format.
" }, "DeliveryChannel": { "type": "structure", "members": { "name": { "shape": "ChannelName", "documentation": "The name of the delivery channel. By default, Config assigns the name \"default\" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.
" }, "s3BucketName": { "shape": "String", "documentation": "The name of the Amazon S3 bucket to which Config delivers configuration snapshots and configuration history files.
If you specify a bucket that belongs to another Amazon Web Services account, that bucket must have policies that grant access permissions to Config. For more information, see Permissions for the Amazon S3 Bucket in the Config Developer Guide.
" }, "s3KeyPrefix": { "shape": "String", "documentation": "The prefix for the specified Amazon S3 bucket.
" }, "s3KmsKeyArn": { "shape": "String", "documentation": "The Amazon Resource Name (ARN) of the Key Management Service (KMS ) KMS key (KMS key) used to encrypt objects delivered by Config. Must belong to the same Region as the destination S3 bucket.
" }, "snsTopicARN": { "shape": "String", "documentation": "The Amazon Resource Name (ARN) of the Amazon SNS topic to which Config sends notifications about configuration changes.
If you choose a topic from another account, the topic must have policies that grant access permissions to Config. For more information, see Permissions for the Amazon SNS Topic in the Config Developer Guide.
" }, "configSnapshotDeliveryProperties": { "shape": "ConfigSnapshotDeliveryProperties", "documentation": "The options for how often Config delivers configuration snapshots to the Amazon S3 bucket.
" } }, "documentation": "The channel through which Config delivers notifications and updated configuration states.
" }, "DeliveryChannelList": { "type": "list", "member": { "shape": "DeliveryChannel" } }, "DeliveryChannelNameList": { "type": "list", "member": { "shape": "ChannelName" } }, "DeliveryChannelStatus": { "type": "structure", "members": { "name": { "shape": "String", "documentation": "The name of the delivery channel.
" }, "configSnapshotDeliveryInfo": { "shape": "ConfigExportDeliveryInfo", "documentation": "A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
" }, "configHistoryDeliveryInfo": { "shape": "ConfigExportDeliveryInfo", "documentation": "A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.
" }, "configStreamDeliveryInfo": { "shape": "ConfigStreamDeliveryInfo", "documentation": "A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.
" } }, "documentation": "The status of a specified delivery channel.
Valid values: Success
| Failure
The name of the configuration aggregator.
" }, "Filters": { "shape": "ConfigRuleComplianceFilters", "documentation": "Filters the results by ConfigRuleComplianceFilters object.
" }, "Limit": { "shape": "GroupByAPILimit", "documentation": "The maximum number of evaluation results returned on each page. The default is maximum. If you specify 0, Config uses the default.
" }, "NextToken": { "shape": "NextToken", "documentation": "The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
Returns a list of AggregateComplianceByConfigRule object.
" }, "NextToken": { "shape": "NextToken", "documentation": "The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
The name of the configuration aggregator.
" }, "Filters": { "shape": "AggregateConformancePackComplianceFilters", "documentation": "Filters the result by AggregateConformancePackComplianceFilters
object.
The maximum number of conformance packs compliance details returned on each page. The default is maximum. If you specify 0, Config uses the default.
" }, "NextToken": { "shape": "NextToken", "documentation": "The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
Returns the AggregateComplianceByConformancePack
object.
The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
The maximum number of AggregationAuthorizations returned on each page. The default is maximum. If you specify 0, Config uses the default.
" }, "NextToken": { "shape": "String", "documentation": "The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
Returns a list of authorizations granted to various aggregator accounts and regions.
" }, "NextToken": { "shape": "String", "documentation": "The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
Specify one or more Config rule names to filter the results by rule.
" }, "ComplianceTypes": { "shape": "ComplianceTypes", "documentation": "Filters the results by compliance.
" }, "NextToken": { "shape": "String", "documentation": "The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
Indicates whether each of the specified Config rules is compliant.
" }, "NextToken": { "shape": "String", "documentation": "The string that you use in a subsequent request to get the next page of results in a paginated response.
" } }, "documentation": "" }, "DescribeComplianceByResourceRequest": { "type": "structure", "members": { "ResourceType": { "shape": "StringWithCharLimit256", "documentation": "The types of Amazon Web Services resources for which you want compliance information (for example, AWS::EC2::Instance
). For this action, you can specify that the resource type is an Amazon Web Services account by specifying AWS::::Account
.
The ID of the Amazon Web Services resource for which you want compliance information. You can specify only one resource ID. If you specify a resource ID, you must also specify a type for ResourceType
.
Filters the results by compliance.
" }, "Limit": { "shape": "Limit", "documentation": "The maximum number of evaluation results returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, Config uses the default.
" }, "NextToken": { "shape": "NextToken", "documentation": "The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
Indicates whether the specified Amazon Web Services resource complies with all of the Config rules that evaluate it.
" }, "NextToken": { "shape": "NextToken", "documentation": "The string that you use in a subsequent request to get the next page of results in a paginated response.
" } }, "documentation": "" }, "DescribeConfigRuleEvaluationStatusRequest": { "type": "structure", "members": { "ConfigRuleNames": { "shape": "ConfigRuleNames", "documentation": "The name of the Config managed rules for which you want status information. If you do not specify any names, Config returns status information for all Config managed rules that you use.
" }, "NextToken": { "shape": "String", "documentation": "The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
The number of rule evaluation results that you want returned.
This parameter is required if the rule limit for your account is more than the default of 1000 rules.
For information about requesting a rule limit increase, see Config Limits in the Amazon Web Services General Reference Guide.
" } }, "documentation": "" }, "DescribeConfigRuleEvaluationStatusResponse": { "type": "structure", "members": { "ConfigRulesEvaluationStatus": { "shape": "ConfigRuleEvaluationStatusList", "documentation": "Status information about your Config managed rules.
" }, "NextToken": { "shape": "String", "documentation": "The string that you use in a subsequent request to get the next page of results in a paginated response.
" } }, "documentation": "" }, "DescribeConfigRulesFilters": { "type": "structure", "members": { "EvaluationMode": { "shape": "EvaluationMode", "documentation": "The mode of an evaluation. The valid values are Detective or Proactive.
" } }, "documentation": "Returns a filtered list of Detective or Proactive Config rules. By default, if the filter is not defined, this API returns an unfiltered list. For more information on Detective or Proactive Config rules, see Evaluation Mode in the Config Developer Guide.
" }, "DescribeConfigRulesRequest": { "type": "structure", "members": { "ConfigRuleNames": { "shape": "ConfigRuleNames", "documentation": "The names of the Config rules for which you want details. If you do not specify any names, Config returns details for all your rules.
" }, "NextToken": { "shape": "String", "documentation": "The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
Returns a list of Detective or Proactive Config rules. By default, this API returns an unfiltered list. For more information on Detective or Proactive Config rules, see Evaluation Mode in the Config Developer Guide.
" } }, "documentation": "" }, "DescribeConfigRulesResponse": { "type": "structure", "members": { "ConfigRules": { "shape": "ConfigRules", "documentation": "The details about your Config rules.
" }, "NextToken": { "shape": "String", "documentation": "The string that you use in a subsequent request to get the next page of results in a paginated response.
" } }, "documentation": "" }, "DescribeConfigurationAggregatorSourcesStatusRequest": { "type": "structure", "required": [ "ConfigurationAggregatorName" ], "members": { "ConfigurationAggregatorName": { "shape": "ConfigurationAggregatorName", "documentation": "The name of the configuration aggregator.
" }, "UpdateStatus": { "shape": "AggregatedSourceStatusTypeList", "documentation": "Filters the status type.
Valid value FAILED indicates errors while moving data.
Valid value SUCCEEDED indicates the data was successfully moved.
Valid value OUTDATED indicates the data is not the most recent.
The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
The maximum number of AggregatorSourceStatus returned on each page. The default is maximum. If you specify 0, Config uses the default.
" } } }, "DescribeConfigurationAggregatorSourcesStatusResponse": { "type": "structure", "members": { "AggregatedSourceStatusList": { "shape": "AggregatedSourceStatusList", "documentation": "Returns an AggregatedSourceStatus object.
" }, "NextToken": { "shape": "String", "documentation": "The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
The name of the configuration aggregators.
" }, "NextToken": { "shape": "String", "documentation": "The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
The maximum number of configuration aggregators returned on each page. The default is maximum. If you specify 0, Config uses the default.
" } } }, "DescribeConfigurationAggregatorsResponse": { "type": "structure", "members": { "ConfigurationAggregators": { "shape": "ConfigurationAggregatorList", "documentation": "Returns a ConfigurationAggregators object.
" }, "NextToken": { "shape": "String", "documentation": "The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
The name(s) of the configuration recorder. If the name is not specified, the action returns the current status of all the configuration recorders associated with the account.
" } }, "documentation": "The input for the DescribeConfigurationRecorderStatus action.
" }, "DescribeConfigurationRecorderStatusResponse": { "type": "structure", "members": { "ConfigurationRecordersStatus": { "shape": "ConfigurationRecorderStatusList", "documentation": "A list that contains status of the specified recorders.
" } }, "documentation": "The output for the DescribeConfigurationRecorderStatus action, in JSON format.
" }, "DescribeConfigurationRecordersRequest": { "type": "structure", "members": { "ConfigurationRecorderNames": { "shape": "ConfigurationRecorderNameList", "documentation": "A list of configuration recorder names.
" } }, "documentation": "The input for the DescribeConfigurationRecorders action.
" }, "DescribeConfigurationRecordersResponse": { "type": "structure", "members": { "ConfigurationRecorders": { "shape": "ConfigurationRecorderList", "documentation": "A list that contains the descriptions of the specified configuration recorders.
" } }, "documentation": "The output for the DescribeConfigurationRecorders action.
" }, "DescribeConformancePackComplianceLimit": { "type": "integer", "max": 1000, "min": 0 }, "DescribeConformancePackComplianceRequest": { "type": "structure", "required": [ "ConformancePackName" ], "members": { "ConformancePackName": { "shape": "ConformancePackName", "documentation": "Name of the conformance pack.
" }, "Filters": { "shape": "ConformancePackComplianceFilters", "documentation": "A ConformancePackComplianceFilters
object.
The maximum number of Config rules within a conformance pack are returned on each page.
" }, "NextToken": { "shape": "NextToken", "documentation": "The nextToken
string returned in a previous request that you use to request the next page of results in a paginated response.
Name of the conformance pack.
" }, "ConformancePackRuleComplianceList": { "shape": "ConformancePackRuleComplianceList", "documentation": "Returns a list of ConformancePackRuleCompliance
objects.
The nextToken
string returned in a previous request that you use to request the next page of results in a paginated response.
Comma-separated list of conformance pack names.
" }, "Limit": { "shape": "PageSizeLimit", "documentation": "The maximum number of conformance packs status returned on each page.
" }, "NextToken": { "shape": "NextToken", "documentation": "The nextToken
string returned in a previous request that you use to request the next page of results in a paginated response.
A list of ConformancePackStatusDetail
objects.
The nextToken
string returned in a previous request that you use to request the next page of results in a paginated response.
Comma-separated list of conformance pack names for which you want details. If you do not specify any names, Config returns details for all your conformance packs.
" }, "Limit": { "shape": "PageSizeLimit", "documentation": "The maximum number of conformance packs returned on each page.
" }, "NextToken": { "shape": "NextToken", "documentation": "The nextToken
string returned in a previous request that you use to request the next page of results in a paginated response.
Returns a list of ConformancePackDetail
objects.
The nextToken
string returned in a previous request that you use to request the next page of results in a paginated response.
A list of delivery channel names.
" } }, "documentation": "The input for the DeliveryChannelStatus action.
" }, "DescribeDeliveryChannelStatusResponse": { "type": "structure", "members": { "DeliveryChannelsStatus": { "shape": "DeliveryChannelStatusList", "documentation": "A list that contains the status of a specified delivery channel.
" } }, "documentation": "The output for the DescribeDeliveryChannelStatus action.
" }, "DescribeDeliveryChannelsRequest": { "type": "structure", "members": { "DeliveryChannelNames": { "shape": "DeliveryChannelNameList", "documentation": "A list of delivery channel names.
" } }, "documentation": "The input for the DescribeDeliveryChannels action.
" }, "DescribeDeliveryChannelsResponse": { "type": "structure", "members": { "DeliveryChannels": { "shape": "DeliveryChannelList", "documentation": "A list that contains the descriptions of the specified delivery channel.
" } }, "documentation": "The output for the DescribeDeliveryChannels action.
" }, "DescribeOrganizationConfigRuleStatusesRequest": { "type": "structure", "members": { "OrganizationConfigRuleNames": { "shape": "OrganizationConfigRuleNames", "documentation": "The names of organization Config rules for which you want status details. If you do not specify any names, Config returns details for all your organization Config rules.
" }, "Limit": { "shape": "CosmosPageLimit", "documentation": "The maximum number of OrganizationConfigRuleStatuses
returned on each page. If you do no specify a number, Config uses the default. The default is 100.
The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
A list of OrganizationConfigRuleStatus
objects.
The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
The names of organization Config rules for which you want details. If you do not specify any names, Config returns details for all your organization Config rules.
" }, "Limit": { "shape": "CosmosPageLimit", "documentation": "The maximum number of organization Config rules returned on each page. If you do no specify a number, Config uses the default. The default is 100.
" }, "NextToken": { "shape": "String", "documentation": "The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
Returns a list of OrganizationConfigRule
objects.
The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
The names of organization conformance packs for which you want status details. If you do not specify any names, Config returns details for all your organization conformance packs.
" }, "Limit": { "shape": "CosmosPageLimit", "documentation": "The maximum number of OrganizationConformancePackStatuses returned on each page. If you do no specify a number, Config uses the default. The default is 100.
" }, "NextToken": { "shape": "String", "documentation": "The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
" } } }, "DescribeOrganizationConformancePackStatusesResponse": { "type": "structure", "members": { "OrganizationConformancePackStatuses": { "shape": "OrganizationConformancePackStatuses", "documentation": "A list of OrganizationConformancePackStatus
objects.
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
" } } }, "DescribeOrganizationConformancePacksRequest": { "type": "structure", "members": { "OrganizationConformancePackNames": { "shape": "OrganizationConformancePackNames", "documentation": "The name that you assign to an organization conformance pack.
" }, "Limit": { "shape": "CosmosPageLimit", "documentation": "The maximum number of organization config packs returned on each page. If you do no specify a number, Config uses the default. The default is 100.
" }, "NextToken": { "shape": "String", "documentation": "The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
" } } }, "DescribeOrganizationConformancePacksResponse": { "type": "structure", "members": { "OrganizationConformancePacks": { "shape": "OrganizationConformancePacks", "documentation": "Returns a list of OrganizationConformancePacks objects.
" }, "NextToken": { "shape": "String", "documentation": "The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
" } } }, "DescribePendingAggregationRequestsLimit": { "type": "integer", "max": 20, "min": 0 }, "DescribePendingAggregationRequestsRequest": { "type": "structure", "members": { "Limit": { "shape": "DescribePendingAggregationRequestsLimit", "documentation": "The maximum number of evaluation results returned on each page. The default is maximum. If you specify 0, Config uses the default.
" }, "NextToken": { "shape": "String", "documentation": "The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
Returns a PendingAggregationRequests object.
" }, "NextToken": { "shape": "String", "documentation": "The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
A list of Config rule names of remediation configurations for which you want details.
" } } }, "DescribeRemediationConfigurationsResponse": { "type": "structure", "members": { "RemediationConfigurations": { "shape": "RemediationConfigurations", "documentation": "Returns a remediation configuration object.
" } } }, "DescribeRemediationExceptionsRequest": { "type": "structure", "required": [ "ConfigRuleName" ], "members": { "ConfigRuleName": { "shape": "ConfigRuleName", "documentation": "The name of the Config rule.
" }, "ResourceKeys": { "shape": "RemediationExceptionResourceKeys", "documentation": "An exception list of resource exception keys to be processed with the current request. Config adds exception for each resource key. For example, Config adds 3 exceptions for 3 resource keys.
" }, "Limit": { "shape": "Limit", "documentation": "The maximum number of RemediationExceptionResourceKey returned on each page. The default is 25. If you specify 0, Config uses the default.
" }, "NextToken": { "shape": "String", "documentation": "The nextToken
string returned in a previous request that you use to request the next page of results in a paginated response.
Returns a list of remediation exception objects.
" }, "NextToken": { "shape": "String", "documentation": "The nextToken
string returned in a previous request that you use to request the next page of results in a paginated response.
A list of Config rule names.
" }, "ResourceKeys": { "shape": "ResourceKeys", "documentation": "A list of resource keys to be processed with the current request. Each element in the list consists of the resource type and resource ID.
" }, "Limit": { "shape": "Limit", "documentation": "The maximum number of RemediationExecutionStatuses returned on each page. The default is maximum. If you specify 0, Config uses the default.
" }, "NextToken": { "shape": "String", "documentation": "The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
Returns a list of remediation execution statuses objects.
" }, "NextToken": { "shape": "String", "documentation": "The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
A list of names of retention configurations for which you want details. If you do not specify a name, Config returns details for all the retention configurations for that account.
Currently, Config supports only one retention configuration per region in your account.
The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
Returns a retention configuration object.
" }, "NextToken": { "shape": "NextToken", "documentation": "The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
The type of Amazon Web Services resource that was evaluated.
" }, "ComplianceResourceId": { "shape": "BaseResourceId", "documentation": "The ID of the Amazon Web Services resource that was evaluated.
" }, "ComplianceType": { "shape": "ComplianceType", "documentation": "Indicates whether the Amazon Web Services resource complies with the Config rule that it was evaluated against.
For the Evaluation
data type, Config supports only the COMPLIANT
, NON_COMPLIANT
, and NOT_APPLICABLE
values. Config does not support the INSUFFICIENT_DATA
value for this data type.
Similarly, Config does not accept INSUFFICIENT_DATA
as the value for ComplianceType
from a PutEvaluations
request. For example, an Lambda function for a custom Config rule cannot pass an INSUFFICIENT_DATA
value to Config.
Supplementary information about how the evaluation determined the compliance.
" }, "OrderingTimestamp": { "shape": "OrderingTimestamp", "documentation": "The time of the event in Config that triggered the evaluation. For event-based evaluations, the time indicates when Config created the configuration item that triggered the evaluation. For periodic evaluations, the time indicates when Config triggered the evaluation at the frequency that you specified (for example, every 24 hours).
" } }, "documentation": "Identifies an Amazon Web Services resource and indicates whether it complies with the Config rule that it was evaluated against.
" }, "EvaluationContext": { "type": "structure", "members": { "EvaluationContextIdentifier": { "shape": "EvaluationContextIdentifier", "documentation": "A unique EvaluationContextIdentifier ID for an EvaluationContext.
" } }, "documentation": "Use EvaluationContext to group independently initiated proactive resource evaluations. For example, CFN Stack. If you want to check just a resource definition, you do not need to provide evaluation context.
" }, "EvaluationContextIdentifier": { "type": "string", "max": 128, "min": 1 }, "EvaluationMode": { "type": "string", "enum": [ "DETECTIVE", "PROACTIVE" ] }, "EvaluationModeConfiguration": { "type": "structure", "members": { "Mode": { "shape": "EvaluationMode", "documentation": "The mode of an evaluation. The valid values are Detective or Proactive.
" } }, "documentation": "The configuration object for Config rule evaluation mode. The supported valid values are Detective or Proactive.
" }, "EvaluationModes": { "type": "list", "member": { "shape": "EvaluationModeConfiguration" } }, "EvaluationResult": { "type": "structure", "members": { "EvaluationResultIdentifier": { "shape": "EvaluationResultIdentifier", "documentation": "Uniquely identifies the evaluation result.
" }, "ComplianceType": { "shape": "ComplianceType", "documentation": "Indicates whether the Amazon Web Services resource complies with the Config rule that evaluated it.
For the EvaluationResult
data type, Config supports only the COMPLIANT
, NON_COMPLIANT
, and NOT_APPLICABLE
values. Config does not support the INSUFFICIENT_DATA
value for the EvaluationResult
data type.
The time when Config recorded the evaluation result.
" }, "ConfigRuleInvokedTime": { "shape": "Date", "documentation": "The time when the Config rule evaluated the Amazon Web Services resource.
" }, "Annotation": { "shape": "StringWithCharLimit256", "documentation": "Supplementary information about how the evaluation determined the compliance.
" }, "ResultToken": { "shape": "String", "documentation": "An encrypted token that associates an evaluation with an Config rule. The token identifies the rule, the Amazon Web Services resource being evaluated, and the event that triggered the evaluation.
" } }, "documentation": "The details of an Config evaluation. Provides the Amazon Web Services resource that was evaluated, the compliance of the resource, related time stamps, and supplementary information.
" }, "EvaluationResultIdentifier": { "type": "structure", "members": { "EvaluationResultQualifier": { "shape": "EvaluationResultQualifier", "documentation": "Identifies an Config rule used to evaluate an Amazon Web Services resource, and provides the type and ID of the evaluated resource.
" }, "OrderingTimestamp": { "shape": "Date", "documentation": "The time of the event that triggered the evaluation of your Amazon Web Services resources. The time can indicate when Config delivered a configuration item change notification, or it can indicate when Config delivered the configuration snapshot, depending on which event triggered the evaluation.
" }, "ResourceEvaluationId": { "shape": "ResourceEvaluationId", "documentation": "A Unique ID for an evaluation result.
" } }, "documentation": "Uniquely identifies an evaluation result.
" }, "EvaluationResultQualifier": { "type": "structure", "members": { "ConfigRuleName": { "shape": "ConfigRuleName", "documentation": "The name of the Config rule that was used in the evaluation.
" }, "ResourceType": { "shape": "StringWithCharLimit256", "documentation": "The type of Amazon Web Services resource that was evaluated.
" }, "ResourceId": { "shape": "BaseResourceId", "documentation": "The ID of the evaluated Amazon Web Services resource.
" }, "EvaluationMode": { "shape": "EvaluationMode", "documentation": "The mode of an evaluation. The valid values are Detective or Proactive.
" } }, "documentation": "Identifies an Config rule that evaluated an Amazon Web Services resource, and provides the type and ID of the resource that the rule evaluated.
" }, "EvaluationResults": { "type": "list", "member": { "shape": "EvaluationResult" } }, "EvaluationStatus": { "type": "structure", "required": [ "Status" ], "members": { "Status": { "shape": "ResourceEvaluationStatus", "documentation": "The status of an execution. The valid values are In_Progress, Succeeded or Failed.
" }, "FailureReason": { "shape": "StringWithCharLimit1024", "documentation": "An explanation for failed execution status.
" } }, "documentation": "Returns status details of an evaluation.
" }, "EvaluationTimeout": { "type": "integer", "max": 3600, "min": 0 }, "Evaluations": { "type": "list", "member": { "shape": "Evaluation" }, "max": 100, "min": 0 }, "EventSource": { "type": "string", "enum": [ "aws.config" ] }, "ExcludedAccounts": { "type": "list", "member": { "shape": "AccountId" }, "max": 1000, "min": 0 }, "ExclusionByResourceTypes": { "type": "structure", "members": { "resourceTypes": { "shape": "ResourceTypeList", "documentation": "A comma-separated list of resource types to exclude from recording by the configuration recorder.
" } }, "documentation": "Specifies whether the configuration recorder excludes certain resource types from being recorded. Use the resourceTypes
field to enter a comma-separated list of resource types you want to exclude from recording.
By default, when Config adds support for a new resource type in the Region where you set up the configuration recorder, including global resource types, Config starts recording resources of that type automatically.
How to use the exclusion recording strategy
To use this option, you must set the useOnly
field of RecordingStrategy to EXCLUSION_BY_RESOURCE_TYPES
.
Config will then record configuration changes for all supported resource types, except the resource types that you specify to exclude from being recorded.
Global resource types and the exclusion recording strategy
Unless specifically listed as exclusions, AWS::RDS::GlobalCluster
will be recorded automatically in all supported Config Regions were the configuration recorder is enabled.
IAM users, groups, roles, and customer managed policies will be recorded in the Region where you set up the configuration recorder if that is a Region where Config was available before February 2022. You cannot be record the global IAM resouce types in Regions supported by Config after February 2022. This list where you cannot record the global IAM resource types includes the following Regions:
Asia Pacific (Hyderabad)
Asia Pacific (Melbourne)
Canada West (Calgary)
Europe (Spain)
Europe (Zurich)
Israel (Tel Aviv)
Middle East (UAE)
A SsmControls object.
" } }, "documentation": "The controls that Config uses for executing remediations.
" }, "Expression": { "type": "string", "max": 4096, "min": 1 }, "ExternalEvaluation": { "type": "structure", "required": [ "ComplianceResourceType", "ComplianceResourceId", "ComplianceType", "OrderingTimestamp" ], "members": { "ComplianceResourceType": { "shape": "StringWithCharLimit256", "documentation": "The evaluated compliance resource type. Config accepts AWS::::Account
resource type.
The evaluated compliance resource ID. Config accepts only Amazon Web Services account ID.
" }, "ComplianceType": { "shape": "ComplianceType", "documentation": "The compliance of the Amazon Web Services resource. The valid values are COMPLIANT, NON_COMPLIANT,
and NOT_APPLICABLE
.
Supplementary information about the reason of compliance. For example, this task was completed on a specific date.
" }, "OrderingTimestamp": { "shape": "OrderingTimestamp", "documentation": "The time when the compliance was recorded.
" } }, "documentation": "Identifies an Amazon Web Services resource and indicates whether it complies with the Config rule that it was evaluated against.
" }, "FailedDeleteRemediationExceptionsBatch": { "type": "structure", "members": { "FailureMessage": { "shape": "String", "documentation": "Returns a failure message for delete remediation exception. For example, Config creates an exception due to an internal error.
" }, "FailedItems": { "shape": "RemediationExceptionResourceKeys", "documentation": "Returns remediation exception resource key object of the failed items.
" } }, "documentation": "List of each of the failed delete remediation exceptions with specific reasons.
" }, "FailedDeleteRemediationExceptionsBatches": { "type": "list", "member": { "shape": "FailedDeleteRemediationExceptionsBatch" } }, "FailedRemediationBatch": { "type": "structure", "members": { "FailureMessage": { "shape": "String", "documentation": "Returns a failure message. For example, the resource is already compliant.
" }, "FailedItems": { "shape": "RemediationConfigurations", "documentation": "Returns remediation configurations of the failed items.
" } }, "documentation": "List of each of the failed remediations with specific reasons.
" }, "FailedRemediationBatches": { "type": "list", "member": { "shape": "FailedRemediationBatch" } }, "FailedRemediationExceptionBatch": { "type": "structure", "members": { "FailureMessage": { "shape": "String", "documentation": "Returns a failure message. For example, the auto-remediation has failed.
" }, "FailedItems": { "shape": "RemediationExceptions", "documentation": "Returns remediation exception resource key object of the failed items.
" } }, "documentation": "List of each of the failed remediation exceptions with specific reasons.
" }, "FailedRemediationExceptionBatches": { "type": "list", "member": { "shape": "FailedRemediationExceptionBatch" } }, "FieldInfo": { "type": "structure", "members": { "Name": { "shape": "FieldName", "documentation": "Name of the field.
" } }, "documentation": "Details about the fields such as name of the field.
" }, "FieldInfoList": { "type": "list", "member": { "shape": "FieldInfo" } }, "FieldName": { "type": "string" }, "GetAggregateComplianceDetailsByConfigRuleRequest": { "type": "structure", "required": [ "ConfigurationAggregatorName", "ConfigRuleName", "AccountId", "AwsRegion" ], "members": { "ConfigurationAggregatorName": { "shape": "ConfigurationAggregatorName", "documentation": "The name of the configuration aggregator.
" }, "ConfigRuleName": { "shape": "ConfigRuleName", "documentation": "The name of the Config rule for which you want compliance information.
" }, "AccountId": { "shape": "AccountId", "documentation": "The 12-digit account ID of the source account.
" }, "AwsRegion": { "shape": "AwsRegion", "documentation": "The source region from where the data is aggregated.
" }, "ComplianceType": { "shape": "ComplianceType", "documentation": "The resource compliance status.
For the GetAggregateComplianceDetailsByConfigRuleRequest
data type, Config supports only the COMPLIANT
and NON_COMPLIANT
. Config does not support the NOT_APPLICABLE
and INSUFFICIENT_DATA
values.
The maximum number of evaluation results returned on each page. The default is 50. You cannot specify a number greater than 100. If you specify 0, Config uses the default.
" }, "NextToken": { "shape": "NextToken", "documentation": "The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
Returns an AggregateEvaluationResults object.
" }, "NextToken": { "shape": "NextToken", "documentation": "The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
The name of the configuration aggregator.
" }, "Filters": { "shape": "ConfigRuleComplianceSummaryFilters", "documentation": "Filters the results based on the ConfigRuleComplianceSummaryFilters object.
" }, "GroupByKey": { "shape": "ConfigRuleComplianceSummaryGroupKey", "documentation": "Groups the result based on ACCOUNT_ID or AWS_REGION.
" }, "Limit": { "shape": "GroupByAPILimit", "documentation": "The maximum number of evaluation results returned on each page. The default is 1000. You cannot specify a number greater than 1000. If you specify 0, Config uses the default.
" }, "NextToken": { "shape": "NextToken", "documentation": "The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
Groups the result based on ACCOUNT_ID or AWS_REGION.
" }, "AggregateComplianceCounts": { "shape": "AggregateComplianceCountList", "documentation": "Returns a list of AggregateComplianceCounts object.
" }, "NextToken": { "shape": "NextToken", "documentation": "The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
The name of the configuration aggregator.
" }, "Filters": { "shape": "AggregateConformancePackComplianceSummaryFilters", "documentation": "Filters the results based on the AggregateConformancePackComplianceSummaryFilters
object.
Groups the result based on Amazon Web Services account ID or Amazon Web Services Region.
" }, "Limit": { "shape": "Limit", "documentation": "The maximum number of results returned on each page. The default is maximum. If you specify 0, Config uses the default.
" }, "NextToken": { "shape": "NextToken", "documentation": "The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
Returns a list of AggregateConformancePackComplianceSummary
object.
Groups the result based on Amazon Web Services account ID or Amazon Web Services Region.
" }, "NextToken": { "shape": "NextToken", "documentation": "The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
The name of the configuration aggregator.
" }, "Filters": { "shape": "ResourceCountFilters", "documentation": "Filters the results based on the ResourceCountFilters
object.
The key to group the resource counts.
" }, "Limit": { "shape": "GroupByAPILimit", "documentation": "The maximum number of GroupedResourceCount objects returned on each page. The default is 1000. You cannot specify a number greater than 1000. If you specify 0, Config uses the default.
" }, "NextToken": { "shape": "NextToken", "documentation": "The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
The total number of resources that are present in an aggregator with the filters that you provide.
" }, "GroupByKey": { "shape": "StringWithCharLimit256", "documentation": "The key passed into the request object. If GroupByKey
is not provided, the result will be empty.
Returns a list of GroupedResourceCount objects.
" }, "NextToken": { "shape": "NextToken", "documentation": "The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
The name of the configuration aggregator.
" }, "ResourceIdentifier": { "shape": "AggregateResourceIdentifier", "documentation": "An object that identifies aggregate resource.
" } } }, "GetAggregateResourceConfigResponse": { "type": "structure", "members": { "ConfigurationItem": { "shape": "ConfigurationItem", "documentation": "Returns a ConfigurationItem
object.
The name of the Config rule for which you want compliance information.
" }, "ComplianceTypes": { "shape": "ComplianceTypes", "documentation": "Filters the results by compliance.
INSUFFICIENT_DATA
is a valid ComplianceType
that is returned when an Config rule cannot be evaluated. However, INSUFFICIENT_DATA
cannot be used as a ComplianceType
for filtering results.
The maximum number of evaluation results returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, Config uses the default.
" }, "NextToken": { "shape": "NextToken", "documentation": "The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
Indicates whether the Amazon Web Services resource complies with the specified Config rule.
" }, "NextToken": { "shape": "NextToken", "documentation": "The string that you use in a subsequent request to get the next page of results in a paginated response.
" } }, "documentation": "" }, "GetComplianceDetailsByResourceRequest": { "type": "structure", "members": { "ResourceType": { "shape": "StringWithCharLimit256", "documentation": "The type of the Amazon Web Services resource for which you want compliance information.
" }, "ResourceId": { "shape": "BaseResourceId", "documentation": "The ID of the Amazon Web Services resource for which you want compliance information.
" }, "ComplianceTypes": { "shape": "ComplianceTypes", "documentation": "Filters the results by compliance.
INSUFFICIENT_DATA
is a valid ComplianceType
that is returned when an Config rule cannot be evaluated. However, INSUFFICIENT_DATA
cannot be used as a ComplianceType
for filtering results.
The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
The unique ID of Amazon Web Services resource execution for which you want to retrieve evaluation results.
You need to only provide either a ResourceEvaluationID
or a ResourceID
and ResourceType
.
Indicates whether the specified Amazon Web Services resource complies each Config rule.
" }, "NextToken": { "shape": "String", "documentation": "The string that you use in a subsequent request to get the next page of results in a paginated response.
" } }, "documentation": "" }, "GetComplianceSummaryByConfigRuleResponse": { "type": "structure", "members": { "ComplianceSummary": { "shape": "ComplianceSummary", "documentation": "The number of Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.
" } }, "documentation": "" }, "GetComplianceSummaryByResourceTypeRequest": { "type": "structure", "members": { "ResourceTypes": { "shape": "ResourceTypes", "documentation": "Specify one or more resource types to get the number of resources that are compliant and the number that are noncompliant for each resource type.
For this request, you can specify an Amazon Web Services resource type such as AWS::EC2::Instance
. You can specify that the resource type is an Amazon Web Services account by specifying AWS::::Account
.
The number of resources that are compliant and the number that are noncompliant. If one or more resource types were provided with the request, the numbers are returned for each resource type. The maximum number returned is 100.
" } }, "documentation": "" }, "GetConformancePackComplianceDetailsLimit": { "type": "integer", "max": 100, "min": 0 }, "GetConformancePackComplianceDetailsRequest": { "type": "structure", "required": [ "ConformancePackName" ], "members": { "ConformancePackName": { "shape": "ConformancePackName", "documentation": "Name of the conformance pack.
" }, "Filters": { "shape": "ConformancePackEvaluationFilters", "documentation": "A ConformancePackEvaluationFilters
object.
The maximum number of evaluation results returned on each page. If you do no specify a number, Config uses the default. The default is 100.
" }, "NextToken": { "shape": "NextToken", "documentation": "The nextToken
string returned in a previous request that you use to request the next page of results in a paginated response.
Name of the conformance pack.
" }, "ConformancePackRuleEvaluationResults": { "shape": "ConformancePackRuleEvaluationResultsList", "documentation": "Returns a list of ConformancePackEvaluationResult
objects.
The nextToken
string returned in a previous request that you use to request the next page of results in a paginated response.
Names of conformance packs.
" }, "Limit": { "shape": "PageSizeLimit", "documentation": "The maximum number of conformance packs returned on each page.
" }, "NextToken": { "shape": "NextToken", "documentation": "The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
" } } }, "GetConformancePackComplianceSummaryResponse": { "type": "structure", "members": { "ConformancePackComplianceSummaryList": { "shape": "ConformancePackComplianceSummaryList", "documentation": "A list of ConformancePackComplianceSummary
objects.
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
" } } }, "GetCustomRulePolicyRequest": { "type": "structure", "members": { "ConfigRuleName": { "shape": "ConfigRuleName", "documentation": "The name of your Config Custom Policy rule.
" } } }, "GetCustomRulePolicyResponse": { "type": "structure", "members": { "PolicyText": { "shape": "PolicyText", "documentation": "The policy definition containing the logic for your Config Custom Policy rule.
" } } }, "GetDiscoveredResourceCountsRequest": { "type": "structure", "members": { "resourceTypes": { "shape": "ResourceTypes", "documentation": "The comma-separated list that specifies the resource types that you want Config to return (for example, \"AWS::EC2::Instance\"
, \"AWS::IAM::User\"
).
If a value for resourceTypes
is not specified, Config returns all resource types that Config is recording in the region for your account.
If the configuration recorder is turned off, Config returns an empty list of ResourceCount objects. If the configuration recorder is not recording a specific resource type (for example, S3 buckets), that resource type is not returned in the list of ResourceCount objects.
The maximum number of ResourceCount objects returned on each page. The default is 100. You cannot specify a number greater than 100. If you specify 0, Config uses the default.
" }, "nextToken": { "shape": "NextToken", "documentation": "The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
The total number of resources that Config is recording in the region for your account. If you specify resource types in the request, Config returns only the total number of resources for those resource types.
Example
Config is recording three resource types in the US East (Ohio) Region for your account: 25 EC2 instances, 20 IAM users, and 15 S3 buckets, for a total of 60 resources.
You make a call to the GetDiscoveredResourceCounts
action and specify the resource type, \"AWS::EC2::Instances\"
, in the request.
Config returns 25 for totalDiscoveredResources
.
The list of ResourceCount
objects. Each object is listed in descending order by the number of resources.
The string that you use in a subsequent request to get the next page of results in a paginated response.
" } } }, "GetOrganizationConfigRuleDetailedStatusRequest": { "type": "structure", "required": [ "OrganizationConfigRuleName" ], "members": { "OrganizationConfigRuleName": { "shape": "OrganizationConfigRuleName", "documentation": "The name of your organization Config rule for which you want status details for member accounts.
" }, "Filters": { "shape": "StatusDetailFilters", "documentation": "A StatusDetailFilters
object.
The maximum number of OrganizationConfigRuleDetailedStatus
returned on each page. If you do not specify a number, Config uses the default. The default is 100.
The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
A list of MemberAccountStatus
objects.
The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
The name of organization conformance pack for which you want status details for member accounts.
" }, "Filters": { "shape": "OrganizationResourceDetailedStatusFilters", "documentation": "An OrganizationResourceDetailedStatusFilters
object.
The maximum number of OrganizationConformancePackDetailedStatuses
returned on each page. If you do not specify a number, Config uses the default. The default is 100.
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
" } } }, "GetOrganizationConformancePackDetailedStatusResponse": { "type": "structure", "members": { "OrganizationConformancePackDetailedStatuses": { "shape": "OrganizationConformancePackDetailedStatuses", "documentation": "A list of OrganizationConformancePackDetailedStatus
objects.
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
" } } }, "GetOrganizationCustomRulePolicyRequest": { "type": "structure", "required": [ "OrganizationConfigRuleName" ], "members": { "OrganizationConfigRuleName": { "shape": "OrganizationConfigRuleName", "documentation": "The name of your organization Config Custom Policy rule.
" } } }, "GetOrganizationCustomRulePolicyResponse": { "type": "structure", "members": { "PolicyText": { "shape": "PolicyText", "documentation": "The policy definition containing the logic for your organization Config Custom Policy rule.
" } } }, "GetResourceConfigHistoryRequest": { "type": "structure", "required": [ "resourceType", "resourceId" ], "members": { "resourceType": { "shape": "ResourceType", "documentation": "The resource type.
" }, "resourceId": { "shape": "ResourceId", "documentation": "The ID of the resource (for example., sg-xxxxxx
).
The chronologically latest time in the time range for which the history requested. If not specified, current time is taken.
" }, "earlierTime": { "shape": "EarlierTime", "documentation": "The chronologically earliest time in the time range for which the history requested. If not specified, the action returns paginated results that contain configuration items that start when the first configuration item was recorded.
" }, "chronologicalOrder": { "shape": "ChronologicalOrder", "documentation": "The chronological order for configuration items listed. By default, the results are listed in reverse chronological order.
" }, "limit": { "shape": "Limit", "documentation": "The maximum number of configuration items returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, Config uses the default.
" }, "nextToken": { "shape": "NextToken", "documentation": "The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
The input for the GetResourceConfigHistory action.
" }, "GetResourceConfigHistoryResponse": { "type": "structure", "members": { "configurationItems": { "shape": "ConfigurationItemList", "documentation": "A list that contains the configuration history of one or more resources.
" }, "nextToken": { "shape": "NextToken", "documentation": "The string that you use in a subsequent request to get the next page of results in a paginated response.
" } }, "documentation": "The output for the GetResourceConfigHistory action.
" }, "GetResourceEvaluationSummaryRequest": { "type": "structure", "required": [ "ResourceEvaluationId" ], "members": { "ResourceEvaluationId": { "shape": "ResourceEvaluationId", "documentation": "The unique ResourceEvaluationId
of Amazon Web Services resource execution for which you want to retrieve the evaluation summary.
The unique ResourceEvaluationId
of Amazon Web Services resource execution for which you want to retrieve the evaluation summary.
Lists results of the mode that you requested to retrieve the resource evaluation summary. The valid values are Detective or Proactive.
" }, "EvaluationStatus": { "shape": "EvaluationStatus", "documentation": "Returns an EvaluationStatus
object.
The start timestamp when Config rule starts evaluating compliance for the provided resource details.
" }, "Compliance": { "shape": "ComplianceType", "documentation": "The compliance status of the resource evaluation summary.
" }, "EvaluationContext": { "shape": "EvaluationContext", "documentation": "Returns an EvaluationContext
object.
Returns a ResourceDetails
object.
The name of the query.
" } } }, "GetStoredQueryResponse": { "type": "structure", "members": { "StoredQuery": { "shape": "StoredQuery", "documentation": "Returns a StoredQuery
object.
The name of the group that can be region, account ID, or resource type. For example, region1, region2 if the region was chosen as GroupByKey
.
The number of resources in the group.
" } }, "documentation": "The count of resources that are grouped by the group name.
" }, "GroupedResourceCountList": { "type": "list", "member": { "shape": "GroupedResourceCount" } }, "IncludeGlobalResourceTypes": { "type": "boolean" }, "Integer": { "type": "integer" }, "LastUpdatedTime": { "type": "timestamp" }, "LaterTime": { "type": "timestamp" }, "Limit": { "type": "integer", "max": 100, "min": 0 }, "ListAggregateDiscoveredResourcesRequest": { "type": "structure", "required": [ "ConfigurationAggregatorName", "ResourceType" ], "members": { "ConfigurationAggregatorName": { "shape": "ConfigurationAggregatorName", "documentation": "The name of the configuration aggregator.
" }, "ResourceType": { "shape": "ResourceType", "documentation": "The type of resources that you want Config to list in the response.
" }, "Filters": { "shape": "ResourceFilters", "documentation": "Filters the results based on the ResourceFilters
object.
The maximum number of resource identifiers returned on each page. You cannot specify a number greater than 100. If you specify 0, Config uses the default.
" }, "NextToken": { "shape": "NextToken", "documentation": "The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
Returns a list of ResourceIdentifiers
objects.
The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
Filters the results based on the ConformancePackComplianceScoresFilters
.
Determines the order in which conformance pack compliance scores are sorted. Either in ascending or descending order.
By default, conformance pack compliance scores are sorted in alphabetical order by name of the conformance pack. Conformance pack compliance scores are sorted in reverse alphabetical order if you enter DESCENDING
.
You can sort conformance pack compliance scores by the numerical value of the compliance score by entering SCORE
in the SortBy
action. When compliance scores are sorted by SCORE
, conformance packs with a compliance score of INSUFFICIENT_DATA
will be last when sorting by ascending order and first when sorting by descending order.
Sorts your conformance pack compliance scores in either ascending or descending order, depending on SortOrder
.
By default, conformance pack compliance scores are sorted in alphabetical order by name of the conformance pack. Enter SCORE
, to sort conformance pack compliance scores by the numerical value of the compliance score.
The maximum number of conformance pack compliance scores returned on each page.
" }, "NextToken": { "shape": "NextToken", "documentation": "The nextToken
string in a prior request that you can use to get the paginated response for the next set of conformance pack compliance scores.
The nextToken
string that you can use to get the next page of results in a paginated response.
A list of ConformancePackComplianceScore
objects.
The type of resources that you want Config to list in the response.
" }, "resourceIds": { "shape": "ResourceIdList", "documentation": "The IDs of only those resources that you want Config to list in the response. If you do not specify this parameter, Config lists all resources of the specified type that it has discovered. You can list a minimum of 1 resourceID and a maximum of 20 resourceIds.
" }, "resourceName": { "shape": "ResourceName", "documentation": "The custom name of only those resources that you want Config to list in the response. If you do not specify this parameter, Config lists all resources of the specified type that it has discovered.
" }, "limit": { "shape": "Limit", "documentation": "The maximum number of resource identifiers returned on each page. The default is 100. You cannot specify a number greater than 100. If you specify 0, Config uses the default.
" }, "includeDeletedResources": { "shape": "Boolean", "documentation": "Specifies whether Config includes deleted resources in the results. By default, deleted resources are not included.
" }, "nextToken": { "shape": "NextToken", "documentation": "The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
The details that identify a resource that is discovered by Config, including the resource type, ID, and (if available) the custom resource name.
" }, "nextToken": { "shape": "NextToken", "documentation": "The string that you use in a subsequent request to get the next page of results in a paginated response.
" } }, "documentation": "" }, "ListResourceEvaluationsPageItemLimit": { "type": "integer", "max": 100, "min": 0 }, "ListResourceEvaluationsRequest": { "type": "structure", "members": { "Filters": { "shape": "ResourceEvaluationFilters", "documentation": "Returns a ResourceEvaluationFilters
object.
The maximum number of evaluations returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, Config uses the default.
" }, "NextToken": { "shape": "String", "documentation": "The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
Returns a ResourceEvaluations
object.
The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
", "box": true }, "MaxResults": { "shape": "Limit", "documentation": "The maximum number of results to be returned with a single call.
", "box": true } } }, "ListStoredQueriesResponse": { "type": "structure", "members": { "StoredQueryMetadata": { "shape": "StoredQueryMetadataList", "documentation": "A list of StoredQueryMetadata
objects.
If the previous paginated request didn't return all of the remaining results, the response object's NextToken
parameter value is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object's NextToken
parameter. If there are no remaining results, the previous response object's NextToken
parameter is set to null
.
The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the supported resources are ConfigRule
, ConfigurationAggregator
and AggregatorAuthorization
.
The maximum number of tags returned on each page. The limit maximum is 50. You cannot specify a number greater than 50. If you specify 0, Config uses the default.
" }, "NextToken": { "shape": "NextToken", "documentation": "The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
The tags for the resource.
" }, "NextToken": { "shape": "NextToken", "documentation": "The nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
The 12-digit account ID of a member account.
" }, "ConfigRuleName": { "shape": "StringWithCharLimit64", "documentation": "The name of Config rule deployed in the member account.
" }, "MemberAccountRuleStatus": { "shape": "MemberAccountRuleStatus", "documentation": "Indicates deployment status for Config rule in the member account. When management account calls PutOrganizationConfigRule
action for the first time, Config rule status is created in the member account. When management account calls PutOrganizationConfigRule
action for the second time, Config rule status is updated in the member account. Config rule status is deleted when the management account deletes OrganizationConfigRule
and disables service access for config-multiaccountsetup.amazonaws.com
.
Config sets the state of the rule to:
CREATE_SUCCESSFUL
when Config rule has been created in the member account.
CREATE_IN_PROGRESS
when Config rule is being created in the member account.
CREATE_FAILED
when Config rule creation has failed in the member account.
DELETE_FAILED
when Config rule deletion has failed in the member account.
DELETE_IN_PROGRESS
when Config rule is being deleted in the member account.
DELETE_SUCCESSFUL
when Config rule has been deleted in the member account.
UPDATE_SUCCESSFUL
when Config rule has been updated in the member account.
UPDATE_IN_PROGRESS
when Config rule is being updated in the member account.
UPDATE_FAILED
when Config rule deletion has failed in the member account.
An error code that is returned when Config rule creation or deletion failed in the member account.
" }, "ErrorMessage": { "shape": "String", "documentation": "An error message indicating that Config rule account creation or deletion has failed due to an error in the member account.
" }, "LastUpdateTime": { "shape": "Date", "documentation": "The timestamp of the last status update.
" } }, "documentation": "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.
" }, "MessageType": { "type": "string", "enum": [ "ConfigurationItemChangeNotification", "ConfigurationSnapshotDeliveryCompleted", "ScheduledNotification", "OversizedConfigurationItemChangeNotification" ] }, "Name": { "type": "string" }, "NextToken": { "type": "string" }, "OrderingTimestamp": { "type": "timestamp" }, "OrganizationAggregationSource": { "type": "structure", "required": [ "RoleArn" ], "members": { "RoleArn": { "shape": "String", "documentation": "ARN of the IAM role used to retrieve Amazon Web Services Organization details associated with the aggregator account.
" }, "AwsRegions": { "shape": "AggregatorRegionList", "documentation": "The source regions being aggregated.
" }, "AllAwsRegions": { "shape": "Boolean", "documentation": "If true, aggregate existing Config regions and future regions.
" } }, "documentation": "This object contains regions to set up the aggregator and an IAM role to retrieve organization details.
" }, "OrganizationConfigRule": { "type": "structure", "required": [ "OrganizationConfigRuleName", "OrganizationConfigRuleArn" ], "members": { "OrganizationConfigRuleName": { "shape": "OrganizationConfigRuleName", "documentation": "The name that you assign to organization Config rule.
" }, "OrganizationConfigRuleArn": { "shape": "StringWithCharLimit256", "documentation": "Amazon Resource Name (ARN) of organization Config rule.
" }, "OrganizationManagedRuleMetadata": { "shape": "OrganizationManagedRuleMetadata", "documentation": "An OrganizationManagedRuleMetadata
object.
An OrganizationCustomRuleMetadata
object.
A comma-separated list of accounts excluded from organization Config rule.
" }, "LastUpdateTime": { "shape": "Date", "documentation": "The timestamp of the last update.
" }, "OrganizationCustomPolicyRuleMetadata": { "shape": "OrganizationCustomPolicyRuleMetadataNoPolicy", "documentation": "An object that specifies metadata for your organization's Config Custom Policy rule. The metadata includes the runtime system in use, which accounts have debug logging enabled, and other custom rule metadata, such as resource type, resource ID of Amazon Web Services resource, and organization trigger types that initiate Config to evaluate Amazon Web Services resources against a rule.
" } }, "documentation": "An organization Config rule that has information about Config rules that Config creates in member accounts.
" }, "OrganizationConfigRuleDetailedStatus": { "type": "list", "member": { "shape": "MemberAccountStatus" } }, "OrganizationConfigRuleName": { "type": "string", "max": 64, "min": 1, "pattern": "[A-Za-z0-9-_]+" }, "OrganizationConfigRuleNames": { "type": "list", "member": { "shape": "StringWithCharLimit64" }, "max": 25, "min": 0 }, "OrganizationConfigRuleStatus": { "type": "structure", "required": [ "OrganizationConfigRuleName", "OrganizationRuleStatus" ], "members": { "OrganizationConfigRuleName": { "shape": "OrganizationConfigRuleName", "documentation": "The name that you assign to organization Config rule.
" }, "OrganizationRuleStatus": { "shape": "OrganizationRuleStatus", "documentation": "Indicates deployment status of an organization Config rule. When management account calls PutOrganizationConfigRule action for the first time, Config rule status is created in all the member accounts. When management account calls PutOrganizationConfigRule action for the second time, Config rule status is updated in all the member accounts. Additionally, Config rule status is updated when one or more member accounts join or leave an organization. Config rule status is deleted when the management account deletes OrganizationConfigRule in all the member accounts and disables service access for config-multiaccountsetup.amazonaws.com
.
Config sets the state of the rule to:
CREATE_SUCCESSFUL
when an organization Config rule has been successfully created in all the member accounts.
CREATE_IN_PROGRESS
when an organization Config rule creation is in progress.
CREATE_FAILED
when an organization Config rule creation failed in one or more member accounts within that organization.
DELETE_FAILED
when an organization Config rule deletion failed in one or more member accounts within that organization.
DELETE_IN_PROGRESS
when an organization Config rule deletion is in progress.
DELETE_SUCCESSFUL
when an organization Config rule has been successfully deleted from all the member accounts.
UPDATE_SUCCESSFUL
when an organization Config rule has been successfully updated in all the member accounts.
UPDATE_IN_PROGRESS
when an organization Config rule update is in progress.
UPDATE_FAILED
when an organization Config rule update failed in one or more member accounts within that organization.
An error code that is returned when organization Config rule creation or deletion has failed.
" }, "ErrorMessage": { "shape": "String", "documentation": "An error message indicating that organization Config rule creation or deletion failed due to an error.
" }, "LastUpdateTime": { "shape": "Date", "documentation": "The timestamp of the last update.
" } }, "documentation": "Returns the status for an organization Config rule in an organization.
" }, "OrganizationConfigRuleStatuses": { "type": "list", "member": { "shape": "OrganizationConfigRuleStatus" } }, "OrganizationConfigRuleTriggerType": { "type": "string", "enum": [ "ConfigurationItemChangeNotification", "OversizedConfigurationItemChangeNotification", "ScheduledNotification" ] }, "OrganizationConfigRuleTriggerTypeNoSN": { "type": "string", "enum": [ "ConfigurationItemChangeNotification", "OversizedConfigurationItemChangeNotification" ] }, "OrganizationConfigRuleTriggerTypeNoSNs": { "type": "list", "member": { "shape": "OrganizationConfigRuleTriggerTypeNoSN" } }, "OrganizationConfigRuleTriggerTypes": { "type": "list", "member": { "shape": "OrganizationConfigRuleTriggerType" } }, "OrganizationConfigRules": { "type": "list", "member": { "shape": "OrganizationConfigRule" } }, "OrganizationConformancePack": { "type": "structure", "required": [ "OrganizationConformancePackName", "OrganizationConformancePackArn", "LastUpdateTime" ], "members": { "OrganizationConformancePackName": { "shape": "OrganizationConformancePackName", "documentation": "The name you assign to an organization conformance pack.
" }, "OrganizationConformancePackArn": { "shape": "StringWithCharLimit256", "documentation": "Amazon Resource Name (ARN) of organization conformance pack.
" }, "DeliveryS3Bucket": { "shape": "DeliveryS3Bucket", "documentation": "The name of the Amazon S3 bucket where Config stores conformance pack templates.
This field is optional.
Any folder structure you want to add to an Amazon S3 bucket.
This field is optional.
A list of ConformancePackInputParameter
objects.
A comma-separated list of accounts excluded from organization conformance pack.
" }, "LastUpdateTime": { "shape": "Date", "documentation": "Last time when organization conformation pack was updated.
" } }, "documentation": "An organization conformance pack that has information about conformance packs that Config creates in member accounts.
" }, "OrganizationConformancePackDetailedStatus": { "type": "structure", "required": [ "AccountId", "ConformancePackName", "Status" ], "members": { "AccountId": { "shape": "AccountId", "documentation": "The 12-digit account ID of a member account.
" }, "ConformancePackName": { "shape": "StringWithCharLimit256", "documentation": "The name of conformance pack deployed in the member account.
" }, "Status": { "shape": "OrganizationResourceDetailedStatus", "documentation": "Indicates deployment status for conformance pack in a member account. When management account calls PutOrganizationConformancePack
action for the first time, conformance pack status is created in the member account. When management account calls PutOrganizationConformancePack
action for the second time, conformance pack status is updated in the member account. Conformance pack status is deleted when the management account deletes OrganizationConformancePack
and disables service access for config-multiaccountsetup.amazonaws.com
.
Config sets the state of the conformance pack to:
CREATE_SUCCESSFUL
when conformance pack has been created in the member account.
CREATE_IN_PROGRESS
when conformance pack is being created in the member account.
CREATE_FAILED
when conformance pack creation has failed in the member account.
DELETE_FAILED
when conformance pack deletion has failed in the member account.
DELETE_IN_PROGRESS
when conformance pack is being deleted in the member account.
DELETE_SUCCESSFUL
when conformance pack has been deleted in the member account.
UPDATE_SUCCESSFUL
when conformance pack has been updated in the member account.
UPDATE_IN_PROGRESS
when conformance pack is being updated in the member account.
UPDATE_FAILED
when conformance pack deletion has failed in the member account.
An error code that is returned when conformance pack creation or deletion failed in the member account.
" }, "ErrorMessage": { "shape": "String", "documentation": "An error message indicating that conformance pack account creation or deletion has failed due to an error in the member account.
" }, "LastUpdateTime": { "shape": "Date", "documentation": "The timestamp of the last status update.
" } }, "documentation": "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.
" }, "OrganizationConformancePackDetailedStatuses": { "type": "list", "member": { "shape": "OrganizationConformancePackDetailedStatus" } }, "OrganizationConformancePackName": { "type": "string", "max": 128, "min": 1, "pattern": "[a-zA-Z][-a-zA-Z0-9]*" }, "OrganizationConformancePackNames": { "type": "list", "member": { "shape": "OrganizationConformancePackName" }, "max": 25, "min": 0 }, "OrganizationConformancePackStatus": { "type": "structure", "required": [ "OrganizationConformancePackName", "Status" ], "members": { "OrganizationConformancePackName": { "shape": "OrganizationConformancePackName", "documentation": "The name that you assign to organization conformance pack.
" }, "Status": { "shape": "OrganizationResourceStatus", "documentation": "Indicates deployment status of an organization conformance pack. When management account calls PutOrganizationConformancePack for the first time, conformance pack status is created in all the member accounts. When management account calls PutOrganizationConformancePack for the second time, conformance pack status is updated in all the member accounts. Additionally, conformance pack status is updated when one or more member accounts join or leave an organization. Conformance pack status is deleted when the management account deletes OrganizationConformancePack in all the member accounts and disables service access for config-multiaccountsetup.amazonaws.com
.
Config sets the state of the conformance pack to:
CREATE_SUCCESSFUL
when an organization conformance pack has been successfully created in all the member accounts.
CREATE_IN_PROGRESS
when an organization conformance pack creation is in progress.
CREATE_FAILED
when an organization conformance pack creation failed in one or more member accounts within that organization.
DELETE_FAILED
when an organization conformance pack deletion failed in one or more member accounts within that organization.
DELETE_IN_PROGRESS
when an organization conformance pack deletion is in progress.
DELETE_SUCCESSFUL
when an organization conformance pack has been successfully deleted from all the member accounts.
UPDATE_SUCCESSFUL
when an organization conformance pack has been successfully updated in all the member accounts.
UPDATE_IN_PROGRESS
when an organization conformance pack update is in progress.
UPDATE_FAILED
when an organization conformance pack update failed in one or more member accounts within that organization.
An error code that is returned when organization conformance pack creation or deletion has failed in a member account.
" }, "ErrorMessage": { "shape": "String", "documentation": "An error message indicating that organization conformance pack creation or deletion failed due to an error.
" }, "LastUpdateTime": { "shape": "Date", "documentation": "The timestamp of the last update.
" } }, "documentation": "Returns the status for an organization conformance pack in an organization.
" }, "OrganizationConformancePackStatuses": { "type": "list", "member": { "shape": "OrganizationConformancePackStatus" } }, "OrganizationConformancePacks": { "type": "list", "member": { "shape": "OrganizationConformancePack" } }, "OrganizationCustomPolicyRuleMetadata": { "type": "structure", "required": [ "PolicyRuntime", "PolicyText" ], "members": { "Description": { "shape": "StringWithCharLimit256Min0", "documentation": "The description that you provide for your organization Config Custom Policy rule.
" }, "OrganizationConfigRuleTriggerTypes": { "shape": "OrganizationConfigRuleTriggerTypeNoSNs", "documentation": "The type of notification that initiates Config to run an evaluation for a rule. For Config Custom Policy rules, Config supports change-initiated notification types:
ConfigurationItemChangeNotification
- Initiates an evaluation when Config delivers a configuration item as a result of a resource change.
OversizedConfigurationItemChangeNotification
- Initiates an evaluation when Config delivers an oversized configuration item. Config may generate this notification type when a resource changes and the notification exceeds the maximum size allowed by Amazon SNS.
A string, in JSON format, that is passed to your organization Config Custom Policy rule.
" }, "MaximumExecutionFrequency": { "shape": "MaximumExecutionFrequency", "documentation": "The maximum frequency with which Config runs evaluations for a rule. Your Config Custom Policy rule is triggered when Config delivers the configuration snapshot. For more information, see ConfigSnapshotDeliveryProperties.
" }, "ResourceTypesScope": { "shape": "ResourceTypesScope", "documentation": "The type of the Amazon Web Services resource that was evaluated.
" }, "ResourceIdScope": { "shape": "StringWithCharLimit768", "documentation": "The ID of the Amazon Web Services resource that was evaluated.
" }, "TagKeyScope": { "shape": "StringWithCharLimit128", "documentation": "One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.
" }, "TagValueScope": { "shape": "StringWithCharLimit256", "documentation": "The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).
" }, "PolicyRuntime": { "shape": "PolicyRuntime", "documentation": "The runtime system for your organization Config Custom Policy rules. Guard is a policy-as-code language that allows you to write policies that are enforced by Config Custom Policy rules. For more information about Guard, see the Guard GitHub Repository.
" }, "PolicyText": { "shape": "PolicyText", "documentation": "The policy definition containing the logic for your organization Config Custom Policy rule.
" }, "DebugLogDeliveryAccounts": { "shape": "DebugLogDeliveryAccounts", "documentation": "A list of accounts that you can enable debug logging for your organization Config Custom Policy rule. List is null when debug logging is enabled for all accounts.
" } }, "documentation": "An object that specifies metadata for your organization's Config Custom Policy rule. The metadata includes the runtime system in use, which accounts have debug logging enabled, and other custom rule metadata, such as resource type, resource ID of Amazon Web Services resource, and organization trigger types that initiate Config to evaluate Amazon Web Services resources against a rule.
" }, "OrganizationCustomPolicyRuleMetadataNoPolicy": { "type": "structure", "members": { "Description": { "shape": "StringWithCharLimit256Min0", "documentation": "The description that you provide for your organization Config Custom Policy rule.
" }, "OrganizationConfigRuleTriggerTypes": { "shape": "OrganizationConfigRuleTriggerTypeNoSNs", "documentation": "The type of notification that triggers Config to run an evaluation for a rule. For Config Custom Policy rules, Config supports change triggered notification types:
ConfigurationItemChangeNotification
- Triggers an evaluation when Config delivers a configuration item as a result of a resource change.
OversizedConfigurationItemChangeNotification
- Triggers an evaluation when Config delivers an oversized configuration item. Config may generate this notification type when a resource changes and the notification exceeds the maximum size allowed by Amazon SNS.
A string, in JSON format, that is passed to your organization Config Custom Policy rule.
" }, "MaximumExecutionFrequency": { "shape": "MaximumExecutionFrequency", "documentation": "The maximum frequency with which Config runs evaluations for a rule. Your Config Custom Policy rule is triggered when Config delivers the configuration snapshot. For more information, see ConfigSnapshotDeliveryProperties.
" }, "ResourceTypesScope": { "shape": "ResourceTypesScope", "documentation": "The type of the Amazon Web Services resource that was evaluated.
" }, "ResourceIdScope": { "shape": "StringWithCharLimit768", "documentation": "The ID of the Amazon Web Services resource that was evaluated.
" }, "TagKeyScope": { "shape": "StringWithCharLimit128", "documentation": "One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.
" }, "TagValueScope": { "shape": "StringWithCharLimit256", "documentation": "The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).
" }, "PolicyRuntime": { "shape": "PolicyRuntime", "documentation": "The runtime system for your organization Config Custom Policy rules. Guard is a policy-as-code language that allows you to write policies that are enforced by Config Custom Policy rules. For more information about Guard, see the Guard GitHub Repository.
" }, "DebugLogDeliveryAccounts": { "shape": "DebugLogDeliveryAccounts", "documentation": "A list of accounts that you can enable debug logging for your organization Config Custom Policy rule. List is null when debug logging is enabled for all accounts.
" } }, "documentation": "metadata for your organization Config Custom Policy rule including the runtime system in use, which accounts have debug logging enabled, and other custom rule metadata such as resource type, resource ID of Amazon Web Services resource, and organization trigger types that trigger Config to evaluate Amazon Web Services resources against a rule.
" }, "OrganizationCustomRuleMetadata": { "type": "structure", "required": [ "LambdaFunctionArn", "OrganizationConfigRuleTriggerTypes" ], "members": { "Description": { "shape": "StringWithCharLimit256Min0", "documentation": "The description that you provide for your organization Config rule.
" }, "LambdaFunctionArn": { "shape": "StringWithCharLimit256", "documentation": "The lambda function ARN.
" }, "OrganizationConfigRuleTriggerTypes": { "shape": "OrganizationConfigRuleTriggerTypes", "documentation": "The type of notification that triggers Config to run an evaluation for a rule. You can specify the following notification types:
ConfigurationItemChangeNotification
- Triggers an evaluation when Config delivers a configuration item as a result of a resource change.
OversizedConfigurationItemChangeNotification
- Triggers an evaluation when Config delivers an oversized configuration item. Config may generate this notification type when a resource changes and the notification exceeds the maximum size allowed by Amazon SNS.
ScheduledNotification
- Triggers a periodic evaluation at the frequency specified for MaximumExecutionFrequency
.
A string, in JSON format, that is passed to your organization Config rule Lambda function.
" }, "MaximumExecutionFrequency": { "shape": "MaximumExecutionFrequency", "documentation": "The maximum frequency with which Config runs evaluations for a rule. Your custom rule is triggered when Config delivers the configuration snapshot. For more information, see ConfigSnapshotDeliveryProperties.
By default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid value for the MaximumExecutionFrequency
parameter.
The type of the Amazon Web Services resource that was evaluated.
" }, "ResourceIdScope": { "shape": "StringWithCharLimit768", "documentation": "The ID of the Amazon Web Services resource that was evaluated.
" }, "TagKeyScope": { "shape": "StringWithCharLimit128", "documentation": "One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.
" }, "TagValueScope": { "shape": "StringWithCharLimit256", "documentation": "The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).
" } }, "documentation": "An object that specifies organization custom rule metadata such as resource type, resource ID of Amazon Web Services resource, Lambda function ARN, and organization trigger types that trigger Config to evaluate your Amazon Web Services resources against a rule. It also provides the frequency with which you want Config to run evaluations for the rule if the trigger type is periodic.
" }, "OrganizationManagedRuleMetadata": { "type": "structure", "required": [ "RuleIdentifier" ], "members": { "Description": { "shape": "StringWithCharLimit256Min0", "documentation": "The description that you provide for your organization Config rule.
" }, "RuleIdentifier": { "shape": "StringWithCharLimit256", "documentation": "For organization config managed rules, a predefined identifier from a list. For example, IAM_PASSWORD_POLICY
is a managed rule. To reference a managed rule, see Using Config managed rules.
A string, in JSON format, that is passed to your organization Config rule Lambda function.
" }, "MaximumExecutionFrequency": { "shape": "MaximumExecutionFrequency", "documentation": "The maximum frequency with which Config runs evaluations for a rule. This is for an Config managed rule that is triggered at a periodic frequency.
By default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid value for the MaximumExecutionFrequency
parameter.
The type of the Amazon Web Services resource that was evaluated.
" }, "ResourceIdScope": { "shape": "StringWithCharLimit768", "documentation": "The ID of the Amazon Web Services resource that was evaluated.
" }, "TagKeyScope": { "shape": "StringWithCharLimit128", "documentation": "One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.
" }, "TagValueScope": { "shape": "StringWithCharLimit256", "documentation": "The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).
" } }, "documentation": "An object that specifies organization managed rule metadata such as resource type and ID of Amazon Web Services resource along with the rule identifier. It also provides the frequency with which you want Config to run evaluations for the rule if the trigger type is periodic.
" }, "OrganizationResourceDetailedStatus": { "type": "string", "enum": [ "CREATE_SUCCESSFUL", "CREATE_IN_PROGRESS", "CREATE_FAILED", "DELETE_SUCCESSFUL", "DELETE_FAILED", "DELETE_IN_PROGRESS", "UPDATE_SUCCESSFUL", "UPDATE_IN_PROGRESS", "UPDATE_FAILED" ] }, "OrganizationResourceDetailedStatusFilters": { "type": "structure", "members": { "AccountId": { "shape": "AccountId", "documentation": "The 12-digit account ID of the member account within an organization.
" }, "Status": { "shape": "OrganizationResourceDetailedStatus", "documentation": "Indicates deployment status for conformance pack in a member account. When management account calls PutOrganizationConformancePack
action for the first time, conformance pack status is created in the member account. When management account calls PutOrganizationConformancePack
action for the second time, conformance pack status is updated in the member account. Conformance pack status is deleted when the management account deletes OrganizationConformancePack
and disables service access for config-multiaccountsetup.amazonaws.com
.
Config sets the state of the conformance pack to:
CREATE_SUCCESSFUL
when conformance pack has been created in the member account.
CREATE_IN_PROGRESS
when conformance pack is being created in the member account.
CREATE_FAILED
when conformance pack creation has failed in the member account.
DELETE_FAILED
when conformance pack deletion has failed in the member account.
DELETE_IN_PROGRESS
when conformance pack is being deleted in the member account.
DELETE_SUCCESSFUL
when conformance pack has been deleted in the member account.
UPDATE_SUCCESSFUL
when conformance pack has been updated in the member account.
UPDATE_IN_PROGRESS
when conformance pack is being updated in the member account.
UPDATE_FAILED
when conformance pack deletion has failed in the member account.
Status filter object to filter results based on specific member account ID or status type for an organization conformance pack.
" }, "OrganizationResourceStatus": { "type": "string", "enum": [ "CREATE_SUCCESSFUL", "CREATE_IN_PROGRESS", "CREATE_FAILED", "DELETE_SUCCESSFUL", "DELETE_FAILED", "DELETE_IN_PROGRESS", "UPDATE_SUCCESSFUL", "UPDATE_IN_PROGRESS", "UPDATE_FAILED" ] }, "OrganizationRuleStatus": { "type": "string", "enum": [ "CREATE_SUCCESSFUL", "CREATE_IN_PROGRESS", "CREATE_FAILED", "DELETE_SUCCESSFUL", "DELETE_FAILED", "DELETE_IN_PROGRESS", "UPDATE_SUCCESSFUL", "UPDATE_IN_PROGRESS", "UPDATE_FAILED" ] }, "Owner": { "type": "string", "enum": [ "CUSTOM_LAMBDA", "AWS", "CUSTOM_POLICY" ] }, "PageSizeLimit": { "type": "integer", "max": 20, "min": 0 }, "ParameterName": { "type": "string", "max": 255, "min": 0 }, "ParameterValue": { "type": "string", "max": 4096, "min": 0 }, "PendingAggregationRequest": { "type": "structure", "members": { "RequesterAccountId": { "shape": "AccountId", "documentation": "The 12-digit account ID of the account requesting to aggregate data.
" }, "RequesterAwsRegion": { "shape": "AwsRegion", "documentation": "The region requesting to aggregate data.
" } }, "documentation": "An object that represents the account ID and region of an aggregator account that is requesting authorization but is not yet authorized.
" }, "PendingAggregationRequestList": { "type": "list", "member": { "shape": "PendingAggregationRequest" } }, "Percentage": { "type": "integer", "box": true, "max": 100, "min": 1 }, "PolicyRuntime": { "type": "string", "max": 64, "min": 1, "pattern": "guard\\-2\\.x\\.x" }, "PolicyText": { "type": "string", "max": 10000, "min": 0 }, "PutAggregationAuthorizationRequest": { "type": "structure", "required": [ "AuthorizedAccountId", "AuthorizedAwsRegion" ], "members": { "AuthorizedAccountId": { "shape": "AccountId", "documentation": "The 12-digit account ID of the account authorized to aggregate data.
" }, "AuthorizedAwsRegion": { "shape": "AwsRegion", "documentation": "The region authorized to collect aggregated data.
" }, "Tags": { "shape": "TagsList", "documentation": "An array of tag object.
" } } }, "PutAggregationAuthorizationResponse": { "type": "structure", "members": { "AggregationAuthorization": { "shape": "AggregationAuthorization", "documentation": "Returns an AggregationAuthorization object.
" } } }, "PutConfigRuleRequest": { "type": "structure", "required": [ "ConfigRule" ], "members": { "ConfigRule": { "shape": "ConfigRule", "documentation": "The rule that you want to add to your account.
" }, "Tags": { "shape": "TagsList", "documentation": "An array of tag object.
" } } }, "PutConfigurationAggregatorRequest": { "type": "structure", "required": [ "ConfigurationAggregatorName" ], "members": { "ConfigurationAggregatorName": { "shape": "ConfigurationAggregatorName", "documentation": "The name of the configuration aggregator.
" }, "AccountAggregationSources": { "shape": "AccountAggregationSourceList", "documentation": "A list of AccountAggregationSource object.
" }, "OrganizationAggregationSource": { "shape": "OrganizationAggregationSource", "documentation": "An OrganizationAggregationSource object.
" }, "Tags": { "shape": "TagsList", "documentation": "An array of tag object.
" } } }, "PutConfigurationAggregatorResponse": { "type": "structure", "members": { "ConfigurationAggregator": { "shape": "ConfigurationAggregator", "documentation": "Returns a ConfigurationAggregator object.
" } } }, "PutConfigurationRecorderRequest": { "type": "structure", "required": [ "ConfigurationRecorder" ], "members": { "ConfigurationRecorder": { "shape": "ConfigurationRecorder", "documentation": "An object for the configuration recorder to record configuration changes for specified resource types.
" } }, "documentation": "The input for the PutConfigurationRecorder action.
" }, "PutConformancePackRequest": { "type": "structure", "required": [ "ConformancePackName" ], "members": { "ConformancePackName": { "shape": "ConformancePackName", "documentation": "The unique name of the conformance pack you want to deploy.
" }, "TemplateS3Uri": { "shape": "TemplateS3Uri", "documentation": "The location of the file containing the template body (s3://bucketname/prefix
). The uri must point to a conformance pack template (max size: 300 KB) that is located in an Amazon S3 bucket in the same Region as the conformance pack.
You must have access to read Amazon S3 bucket. In addition, in order to ensure a successful deployment, the template object must not be in an archived storage class if this parameter is passed.
A string containing the full conformance pack template body. The structure containing the template body has a minimum length of 1 byte and a maximum length of 51,200 bytes.
You can use a YAML template with two resource types: Config rule (AWS::Config::ConfigRule
) and remediation action (AWS::Config::RemediationConfiguration
).
The name of the Amazon S3 bucket where Config stores conformance pack templates.
This field is optional.
The prefix for the Amazon S3 bucket.
This field is optional.
A list of ConformancePackInputParameter
objects.
An object of type TemplateSSMDocumentDetails
, which contains the name or the Amazon Resource Name (ARN) of the Amazon Web Services Systems Manager document (SSM document) and the version of the SSM document that is used to create a conformance pack.
ARN of the conformance pack.
" } } }, "PutDeliveryChannelRequest": { "type": "structure", "required": [ "DeliveryChannel" ], "members": { "DeliveryChannel": { "shape": "DeliveryChannel", "documentation": "The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket and to an Amazon SNS topic.
" } }, "documentation": "The input for the PutDeliveryChannel action.
" }, "PutEvaluationsRequest": { "type": "structure", "required": [ "ResultToken" ], "members": { "Evaluations": { "shape": "Evaluations", "documentation": "The assessments that the Lambda function performs. Each evaluation identifies an Amazon Web Services resource and indicates whether it complies with the Config rule that invokes the Lambda function.
" }, "ResultToken": { "shape": "String", "documentation": "An encrypted token that associates an evaluation with an Config rule. Identifies the rule and the event that triggered the evaluation.
" }, "TestMode": { "shape": "Boolean", "documentation": "Use this parameter to specify a test run for PutEvaluations
. You can verify whether your Lambda function will deliver evaluation results to Config. No updates occur to your existing evaluations, and evaluation results are not sent to Config.
When TestMode
is true
, PutEvaluations
doesn't require a valid value for the ResultToken
parameter, but the value cannot be null.
Requests that failed because of a client or server error.
" } }, "documentation": "" }, "PutExternalEvaluationRequest": { "type": "structure", "required": [ "ConfigRuleName", "ExternalEvaluation" ], "members": { "ConfigRuleName": { "shape": "ConfigRuleName", "documentation": "The name of the Config rule.
" }, "ExternalEvaluation": { "shape": "ExternalEvaluation", "documentation": "An ExternalEvaluation
object that provides details about compliance.
The name that you assign to an organization Config rule.
" }, "OrganizationManagedRuleMetadata": { "shape": "OrganizationManagedRuleMetadata", "documentation": "An OrganizationManagedRuleMetadata
object. This object specifies organization managed rule metadata such as resource type and ID of Amazon Web Services resource along with the rule identifier. It also provides the frequency with which you want Config to run evaluations for the rule if the trigger type is periodic.
An OrganizationCustomRuleMetadata
object. This object specifies organization custom rule metadata such as resource type, resource ID of Amazon Web Services resource, Lambda function ARN, and organization trigger types that trigger Config to evaluate your Amazon Web Services resources against a rule. It also provides the frequency with which you want Config to run evaluations for the rule if the trigger type is periodic.
A comma-separated list of accounts that you want to exclude from an organization Config rule.
" }, "OrganizationCustomPolicyRuleMetadata": { "shape": "OrganizationCustomPolicyRuleMetadata", "documentation": "An OrganizationCustomPolicyRuleMetadata
object. This object specifies metadata for your organization's Config Custom Policy rule. The metadata includes the runtime system in use, which accounts have debug logging enabled, and other custom rule metadata, such as resource type, resource ID of Amazon Web Services resource, and organization trigger types that initiate Config to evaluate Amazon Web Services resources against a rule.
The Amazon Resource Name (ARN) of an organization Config rule.
" } } }, "PutOrganizationConformancePackRequest": { "type": "structure", "required": [ "OrganizationConformancePackName" ], "members": { "OrganizationConformancePackName": { "shape": "OrganizationConformancePackName", "documentation": "Name of the organization conformance pack you want to create.
" }, "TemplateS3Uri": { "shape": "TemplateS3Uri", "documentation": "Location of file containing the template body. The uri must point to the conformance pack template (max size: 300 KB).
You must have access to read Amazon S3 bucket. In addition, in order to ensure a successful deployment, the template object must not be in an archived storage class if this parameter is passed.
A string containing full conformance pack template body. Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
" }, "DeliveryS3Bucket": { "shape": "DeliveryS3Bucket", "documentation": "The name of the Amazon S3 bucket where Config stores conformance pack templates.
This field is optional. If used, it must be prefixed with awsconfigconforms
.
The prefix for the Amazon S3 bucket.
This field is optional.
A list of ConformancePackInputParameter
objects.
A list of Amazon Web Services accounts to be excluded from an organization conformance pack while deploying a conformance pack.
" } } }, "PutOrganizationConformancePackResponse": { "type": "structure", "members": { "OrganizationConformancePackArn": { "shape": "StringWithCharLimit256", "documentation": "ARN of the organization conformance pack.
" } } }, "PutRemediationConfigurationsRequest": { "type": "structure", "required": [ "RemediationConfigurations" ], "members": { "RemediationConfigurations": { "shape": "RemediationConfigurations", "documentation": "A list of remediation configuration objects.
" } } }, "PutRemediationConfigurationsResponse": { "type": "structure", "members": { "FailedBatches": { "shape": "FailedRemediationBatches", "documentation": "Returns a list of failed remediation batch objects.
" } } }, "PutRemediationExceptionsRequest": { "type": "structure", "required": [ "ConfigRuleName", "ResourceKeys" ], "members": { "ConfigRuleName": { "shape": "ConfigRuleName", "documentation": "The name of the Config rule for which you want to create remediation exception.
" }, "ResourceKeys": { "shape": "RemediationExceptionResourceKeys", "documentation": "An exception list of resource exception keys to be processed with the current request. Config adds exception for each resource key. For example, Config adds 3 exceptions for 3 resource keys.
" }, "Message": { "shape": "StringWithCharLimit1024", "documentation": "The message contains an explanation of the exception.
" }, "ExpirationTime": { "shape": "Date", "documentation": "The exception is automatically deleted after the expiration date.
" } } }, "PutRemediationExceptionsResponse": { "type": "structure", "members": { "FailedBatches": { "shape": "FailedRemediationExceptionBatches", "documentation": "Returns a list of failed remediation exceptions batch objects. Each object in the batch consists of a list of failed items and failure messages.
" } } }, "PutResourceConfigRequest": { "type": "structure", "required": [ "ResourceType", "SchemaVersionId", "ResourceId", "Configuration" ], "members": { "ResourceType": { "shape": "ResourceTypeString", "documentation": "The type of the resource. The custom resource type must be registered with CloudFormation.
You cannot use the organization names “amzn”, “amazon”, “alexa”, “custom” with custom resource types. It is the first part of the ResourceType up to the first ::.
Version of the schema registered for the ResourceType in CloudFormation.
" }, "ResourceId": { "shape": "ResourceId", "documentation": "Unique identifier of the resource.
" }, "ResourceName": { "shape": "ResourceName", "documentation": "Name of the resource.
" }, "Configuration": { "shape": "Configuration", "documentation": "The configuration object of the resource in valid JSON format. It must match the schema registered with CloudFormation.
The configuration JSON must not exceed 64 KB.
Tags associated with the resource.
This field is not to be confused with the Amazon Web Services-wide tag feature for Amazon Web Services resources. Tags for PutResourceConfig
are tags that you supply for the configuration items of your custom resources.
Number of days Config stores your historical information.
Currently, only applicable to the configuration item history.
Returns a retention configuration object.
" } } }, "PutStoredQueryRequest": { "type": "structure", "required": [ "StoredQuery" ], "members": { "StoredQuery": { "shape": "StoredQuery", "documentation": "A list of StoredQuery
objects. The mandatory fields are QueryName
and Expression
.
When you are creating a query, you must provide a query name and an expression. When you are updating a query, you must provide a query name but updating the description is optional.
A list of Tags
object.
Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.
" } } }, "QueryArn": { "type": "string", "max": 500, "min": 1, "pattern": "^arn:aws[a-z\\-]*:config:[a-z\\-\\d]+:\\d+:stored-query/[a-zA-Z0-9-_]+/query-[a-zA-Z\\d-_/]+$" }, "QueryDescription": { "type": "string", "max": 256, "min": 0, "pattern": "[\\s\\S]*" }, "QueryExpression": { "type": "string", "max": 4096, "min": 1, "pattern": "[\\s\\S]*" }, "QueryId": { "type": "string", "max": 36, "min": 1, "pattern": "^\\S+$" }, "QueryInfo": { "type": "structure", "members": { "SelectFields": { "shape": "FieldInfoList", "documentation": "Returns a FieldInfo
object.
Details about the query.
" }, "QueryName": { "type": "string", "max": 64, "min": 1, "pattern": "^[a-zA-Z0-9-_]+$" }, "RecorderName": { "type": "string", "max": 256, "min": 1 }, "RecorderStatus": { "type": "string", "enum": [ "Pending", "Success", "Failure" ] }, "RecordingFrequency": { "type": "string", "enum": [ "CONTINUOUS", "DAILY" ] }, "RecordingGroup": { "type": "structure", "members": { "allSupported": { "shape": "AllSupported", "documentation": "Specifies whether Config records configuration changes for all supported resource types, excluding the global IAM resource types.
If you set this field to true
, when Config adds support for a new resource type, Config starts recording resources of that type automatically.
If you set this field to true
, you cannot enumerate specific resource types to record in the resourceTypes
field of RecordingGroup, or to exclude in the resourceTypes
field of ExclusionByResourceTypes.
Region availability
Check Resource Coverage by Region Availability to see if a resource type is supported in the Amazon Web Services Region where you set up Config.
This option is a bundle which only applies to the global IAM resource types: IAM users, groups, roles, and customer managed policies. These global IAM resource types can only be recorded by Config in Regions where Config was available before February 2022. You cannot be record the global IAM resouce types in Regions supported by Config after February 2022. This list where you cannot record the global IAM resource types includes the following Regions:
Asia Pacific (Hyderabad)
Asia Pacific (Melbourne)
Canada West (Calgary)
Europe (Spain)
Europe (Zurich)
Israel (Tel Aviv)
Middle East (UAE)
Aurora global clusters are recorded in all enabled Regions
The AWS::RDS::GlobalCluster
resource type will be recorded in all supported Config Regions where the configuration recorder is enabled, even if includeGlobalResourceTypes
is setfalse
. The includeGlobalResourceTypes
option is a bundle which only applies to IAM users, groups, roles, and customer managed policies.
If you do not want to record AWS::RDS::GlobalCluster
in all enabled Regions, use one of the following recording strategies:
Record all current and future resource types with exclusions (EXCLUSION_BY_RESOURCE_TYPES
), or
Record specific resource types (INCLUSION_BY_RESOURCE_TYPES
).
For more information, see Selecting Which Resources are Recorded in the Config developer guide.
includeGlobalResourceTypes and the exclusion recording strategy
The includeGlobalResourceTypes
field has no impact on the EXCLUSION_BY_RESOURCE_TYPES
recording strategy. This means that the global IAM resource types (IAM users, groups, roles, and customer managed policies) will not be automatically added as exclusions for exclusionByResourceTypes
when includeGlobalResourceTypes
is set to false
.
The includeGlobalResourceTypes
field should only be used to modify the AllSupported
field, as the default for the AllSupported
field is to record configuration changes for all supported resource types excluding the global IAM resource types. To include the global IAM resource types when AllSupported
is set to true
, make sure to set includeGlobalResourceTypes
to true
.
To exclude the global IAM resource types for the EXCLUSION_BY_RESOURCE_TYPES
recording strategy, you need to manually add them to the resourceTypes
field of exclusionByResourceTypes
.
Required and optional fields
Before you set this field to true
, set the allSupported
field of RecordingGroup to true
. Optionally, you can set the useOnly
field of RecordingStrategy to ALL_SUPPORTED_RESOURCE_TYPES
.
Overriding fields
If you set this field to false
but list global IAM resource types in the resourceTypes
field of RecordingGroup, Config will still record configuration changes for those specified resource types regardless of if you set the includeGlobalResourceTypes
field to false.
If you do not want to record configuration changes to the global IAM resource types (IAM users, groups, roles, and customer managed policies), make sure to not list them in the resourceTypes
field in addition to setting the includeGlobalResourceTypes
field to false.
A comma-separated list that specifies which resource types Config records.
For a list of valid resourceTypes
values, see the Resource Type Value column in Supported Amazon Web Services resource Types in the Config developer guide.
Required and optional fields
Optionally, you can set the useOnly
field of RecordingStrategy to INCLUSION_BY_RESOURCE_TYPES
.
To record all configuration changes, set the allSupported
field of RecordingGroup to true
, and either omit this field or don't specify any resource types in this field. If you set the allSupported
field to false
and specify values for resourceTypes
, when Config adds support for a new type of resource, it will not record resources of that type unless you manually add that type to your recording group.
Region availability
Before specifying a resource type for Config to track, check Resource Coverage by Region Availability to see if the resource type is supported in the Amazon Web Services Region where you set up Config. If a resource type is supported by Config in at least one Region, you can enable the recording of that resource type in all Regions supported by Config, even if the specified resource type is not supported in the Amazon Web Services Region where you set up Config.
An object that specifies how Config excludes resource types from being recorded by the configuration recorder.
Required fields
To use this option, you must set the useOnly
field of RecordingStrategy to EXCLUSION_BY_RESOURCE_TYPES
.
An object that specifies the recording strategy for the configuration recorder.
If you set the useOnly
field of RecordingStrategy to ALL_SUPPORTED_RESOURCE_TYPES
, Config records configuration changes for all supported resource types, excluding the global IAM resource types. You also must set the allSupported
field of RecordingGroup to true
. When Config adds support for a new resource type, Config automatically starts recording resources of that type.
If you set the useOnly
field of RecordingStrategy to INCLUSION_BY_RESOURCE_TYPES
, Config records configuration changes for only the resource types you specify in the resourceTypes
field of RecordingGroup.
If you set the useOnly
field of RecordingStrategy to EXCLUSION_BY_RESOURCE_TYPES
, Config records configuration changes for all supported resource types except the resource types that you specify to exclude from being recorded in the resourceTypes
field of ExclusionByResourceTypes.
Required and optional fields
The recordingStrategy
field is optional when you set the allSupported
field of RecordingGroup to true
.
The recordingStrategy
field is optional when you list resource types in the resourceTypes
field of RecordingGroup.
The recordingStrategy
field is required if you list resource types to exclude from recording in the resourceTypes
field of ExclusionByResourceTypes.
Overriding fields
If you choose EXCLUSION_BY_RESOURCE_TYPES
for the recording strategy, the exclusionByResourceTypes
field will override other properties in the request.
For example, even if you set includeGlobalResourceTypes
to false, global IAM resource types will still be automatically recorded in this option unless those resource types are specifically listed as exclusions in the resourceTypes
field of exclusionByResourceTypes
.
Global resources types and the resource exclusion recording strategy
By default, if you choose the EXCLUSION_BY_RESOURCE_TYPES
recording strategy, when Config adds support for a new resource type in the Region where you set up the configuration recorder, including global resource types, Config starts recording resources of that type automatically.
Unless specifically listed as exclusions, AWS::RDS::GlobalCluster
will be recorded automatically in all supported Config Regions were the configuration recorder is enabled.
IAM users, groups, roles, and customer managed policies will be recorded in the Region where you set up the configuration recorder if that is a Region where Config was available before February 2022. You cannot be record the global IAM resouce types in Regions supported by Config after February 2022. This list where you cannot record the global IAM resource types includes the following Regions:
Asia Pacific (Hyderabad)
Asia Pacific (Melbourne)
Canada West (Calgary)
Europe (Spain)
Europe (Zurich)
Israel (Tel Aviv)
Middle East (UAE)
Specifies which resource types Config records for configuration changes. By default, Config records configuration changes for all current and future supported resource types in the Amazon Web Services Region where you have enabled Config, excluding the global IAM resource types: IAM users, groups, roles, and customer managed policies.
In the recording group, you specify whether you want to record all supported current and future supported resource types or to include or exclude specific resources types. For a list of supported resource types, see Supported Resource Types in the Config developer guide.
If you don't want Config to record all current and future supported resource types (excluding the global IAM resource types), use one of the following recording strategies:
Record all current and future resource types with exclusions (EXCLUSION_BY_RESOURCE_TYPES
), or
Record specific resource types (INCLUSION_BY_RESOURCE_TYPES
).
If you use the recording strategy to Record all current and future resource types (ALL_SUPPORTED_RESOURCE_TYPES
), you can use the flag includeGlobalResourceTypes
to include the global IAM resource types in your recording.
Aurora global clusters are recorded in all enabled Regions
The AWS::RDS::GlobalCluster
resource type will be recorded in all supported Config Regions where the configuration recorder is enabled.
If you do not want to record AWS::RDS::GlobalCluster
in all enabled Regions, use the EXCLUSION_BY_RESOURCE_TYPES
or INCLUSION_BY_RESOURCE_TYPES
recording strategy.
The default recording frequency that Config uses to record configuration changes.
Daily recording is not supported for the following resource types:
AWS::Config::ResourceCompliance
AWS::Config::ConformancePackCompliance
AWS::Config::ConfigurationRecorder
For the allSupported (ALL_SUPPORTED_RESOURCE_TYPES
) recording strategy, these resource types will be set to Continuous recording.
An array of recordingModeOverride
objects for you to specify your overrides for the recording mode. The recordingModeOverride
object in the recordingModeOverrides
array consists of three fields: a description
, the new recordingFrequency
, and an array of resourceTypes
to override.
Specifies the default recording frequency that Config uses to record configuration changes. Config supports Continuous recording and Daily recording.
Continuous recording allows you to record configuration changes continuously whenever a change occurs.
Daily recording allows you to receive a configuration item (CI) representing the most recent state of your resources over the last 24-hour period, only if it’s different from the previous CI recorded.
Firewall Manager depends on continuous recording to monitor your resources. If you are using Firewall Manager, it is recommended that you set the recording frequency to Continuous.
You can also override the recording frequency for specific resource types.
" }, "RecordingModeOverride": { "type": "structure", "required": [ "resourceTypes", "recordingFrequency" ], "members": { "description": { "shape": "Description", "documentation": "A description that you provide for the override.
" }, "resourceTypes": { "shape": "RecordingModeResourceTypesList", "documentation": "A comma-separated list that specifies which resource types Config includes in the override.
Daily recording is not supported for the following resource types:
AWS::Config::ResourceCompliance
AWS::Config::ConformancePackCompliance
AWS::Config::ConfigurationRecorder
The recording frequency that will be applied to all the resource types specified in the override.
Continuous recording allows you to record configuration changes continuously whenever a change occurs.
Daily recording allows you to receive a configuration item (CI) representing the most recent state of your resources over the last 24-hour period, only if it’s different from the previous CI recorded.
Firewall Manager depends on continuous recording to monitor your resources. If you are using Firewall Manager, it is recommended that you set the recording frequency to Continuous.
An object for you to specify your overrides for the recording mode.
" }, "RecordingModeOverrides": { "type": "list", "member": { "shape": "RecordingModeOverride" }, "max": 1, "min": 0 }, "RecordingModeResourceTypesList": { "type": "list", "member": { "shape": "ResourceType" } }, "RecordingStrategy": { "type": "structure", "members": { "useOnly": { "shape": "RecordingStrategyType", "documentation": "The recording strategy for the configuration recorder.
If you set this option to ALL_SUPPORTED_RESOURCE_TYPES
, Config records configuration changes for all supported resource types, excluding the global IAM resource types. You also must set the allSupported
field of RecordingGroup to true
. When Config adds support for a new resource type, Config automatically starts recording resources of that type. For a list of supported resource types, see Supported Resource Types in the Config developer guide.
If you set this option to INCLUSION_BY_RESOURCE_TYPES
, Config records configuration changes for only the resource types that you specify in the resourceTypes
field of RecordingGroup.
If you set this option to EXCLUSION_BY_RESOURCE_TYPES
, Config records configuration changes for all supported resource types, except the resource types that you specify to exclude from being recorded in the resourceTypes
field of ExclusionByResourceTypes.
Required and optional fields
The recordingStrategy
field is optional when you set the allSupported
field of RecordingGroup to true
.
The recordingStrategy
field is optional when you list resource types in the resourceTypes
field of RecordingGroup.
The recordingStrategy
field is required if you list resource types to exclude from recording in the resourceTypes
field of ExclusionByResourceTypes.
Overriding fields
If you choose EXCLUSION_BY_RESOURCE_TYPES
for the recording strategy, the exclusionByResourceTypes
field will override other properties in the request.
For example, even if you set includeGlobalResourceTypes
to false, global IAM resource types will still be automatically recorded in this option unless those resource types are specifically listed as exclusions in the resourceTypes
field of exclusionByResourceTypes
.
Global resource types and the exclusion recording strategy
By default, if you choose the EXCLUSION_BY_RESOURCE_TYPES
recording strategy, when Config adds support for a new resource type in the Region where you set up the configuration recorder, including global resource types, Config starts recording resources of that type automatically.
Unless specifically listed as exclusions, AWS::RDS::GlobalCluster
will be recorded automatically in all supported Config Regions were the configuration recorder is enabled.
IAM users, groups, roles, and customer managed policies will be recorded in the Region where you set up the configuration recorder if that is a Region where Config was available before February 2022. You cannot be record the global IAM resouce types in Regions supported by Config after February 2022. This list where you cannot record the global IAM resource types includes the following Regions:
Asia Pacific (Hyderabad)
Asia Pacific (Melbourne)
Canada West (Calgary)
Europe (Spain)
Europe (Zurich)
Israel (Tel Aviv)
Middle East (UAE)
Specifies the recording strategy of the configuration recorder.
" }, "RecordingStrategyType": { "type": "string", "enum": [ "ALL_SUPPORTED_RESOURCE_TYPES", "INCLUSION_BY_RESOURCE_TYPES", "EXCLUSION_BY_RESOURCE_TYPES" ] }, "ReevaluateConfigRuleNames": { "type": "list", "member": { "shape": "ConfigRuleName" }, "max": 25, "min": 1 }, "RelatedEvent": { "type": "string" }, "RelatedEventList": { "type": "list", "member": { "shape": "RelatedEvent" } }, "Relationship": { "type": "structure", "members": { "resourceType": { "shape": "ResourceType", "documentation": "The resource type of the related resource.
" }, "resourceId": { "shape": "ResourceId", "documentation": "The ID of the related resource (for example, sg-xxxxxx
).
The custom name of the related resource, if available.
" }, "relationshipName": { "shape": "RelationshipName", "documentation": "The type of relationship with the related resource.
" } }, "documentation": "The relationship of the related resource to the main resource.
" }, "RelationshipList": { "type": "list", "member": { "shape": "Relationship" } }, "RelationshipName": { "type": "string" }, "RemediationConfiguration": { "type": "structure", "required": [ "ConfigRuleName", "TargetType", "TargetId" ], "members": { "ConfigRuleName": { "shape": "ConfigRuleName", "documentation": "The name of the Config rule.
" }, "TargetType": { "shape": "RemediationTargetType", "documentation": "The type of the target. Target executes remediation. For example, SSM document.
" }, "TargetId": { "shape": "StringWithCharLimit256", "documentation": "Target ID is the name of the SSM document.
" }, "TargetVersion": { "shape": "String", "documentation": "Version of the target. For example, version of the SSM document.
If you make backward incompatible changes to the SSM document, you must call PutRemediationConfiguration API again to ensure the remediations can run.
An object of the RemediationParameterValue.
" }, "ResourceType": { "shape": "String", "documentation": "The type of a resource.
" }, "Automatic": { "shape": "Boolean", "documentation": "The remediation is triggered automatically.
" }, "ExecutionControls": { "shape": "ExecutionControls", "documentation": "An ExecutionControls object.
" }, "MaximumAutomaticAttempts": { "shape": "AutoRemediationAttempts", "documentation": "The maximum number of failed attempts for auto-remediation. If you do not select a number, the default is 5.
For example, if you specify MaximumAutomaticAttempts as 5 with RetryAttemptSeconds as 50 seconds, Config will put a RemediationException on your behalf for the failing resource after the 5th failed attempt within 50 seconds.
" }, "RetryAttemptSeconds": { "shape": "AutoRemediationAttemptSeconds", "documentation": "Time window to determine whether or not to add a remediation exception to prevent infinite remediation attempts. If MaximumAutomaticAttempts
remediation attempts have been made under RetryAttemptSeconds
, a remediation exception will be added to the resource. If you do not select a number, the default is 60 seconds.
For example, if you specify RetryAttemptSeconds
as 50 seconds and MaximumAutomaticAttempts
as 5, Config will run auto-remediations 5 times within 50 seconds before adding a remediation exception to the resource.
Amazon Resource Name (ARN) of remediation configuration.
" }, "CreatedByService": { "shape": "StringWithCharLimit1024", "documentation": "Name of the service that owns the service-linked rule, if applicable.
" } }, "documentation": "An object that represents the details about the remediation configuration that includes the remediation action, parameters, and data to execute the action.
" }, "RemediationConfigurations": { "type": "list", "member": { "shape": "RemediationConfiguration" }, "max": 25, "min": 0 }, "RemediationException": { "type": "structure", "required": [ "ConfigRuleName", "ResourceType", "ResourceId" ], "members": { "ConfigRuleName": { "shape": "ConfigRuleName", "documentation": "The name of the Config rule.
" }, "ResourceType": { "shape": "StringWithCharLimit256", "documentation": "The type of a resource.
" }, "ResourceId": { "shape": "StringWithCharLimit1024", "documentation": "The ID of the resource (for example., sg-xxxxxx).
" }, "Message": { "shape": "StringWithCharLimit1024", "documentation": "An explanation of an remediation exception.
" }, "ExpirationTime": { "shape": "Date", "documentation": "The time when the remediation exception will be deleted.
" } }, "documentation": "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.
" }, "RemediationExceptionResourceKey": { "type": "structure", "members": { "ResourceType": { "shape": "StringWithCharLimit256", "documentation": "The type of a resource.
" }, "ResourceId": { "shape": "StringWithCharLimit1024", "documentation": "The ID of the resource (for example., sg-xxxxxx).
" } }, "documentation": "The details that identify a resource within Config, including the resource type and resource ID.
" }, "RemediationExceptionResourceKeys": { "type": "list", "member": { "shape": "RemediationExceptionResourceKey" }, "max": 100, "min": 1 }, "RemediationExceptions": { "type": "list", "member": { "shape": "RemediationException" }, "max": 25, "min": 0 }, "RemediationExecutionState": { "type": "string", "enum": [ "QUEUED", "IN_PROGRESS", "SUCCEEDED", "FAILED" ] }, "RemediationExecutionStatus": { "type": "structure", "members": { "ResourceKey": { "shape": "ResourceKey" }, "State": { "shape": "RemediationExecutionState", "documentation": "ENUM of the values.
" }, "StepDetails": { "shape": "RemediationExecutionSteps", "documentation": "Details of every step.
" }, "InvocationTime": { "shape": "Date", "documentation": "Start time when the remediation was executed.
" }, "LastUpdatedTime": { "shape": "Date", "documentation": "The time when the remediation execution was last updated.
" } }, "documentation": "Provides details of the current status of the invoked remediation action for that resource.
" }, "RemediationExecutionStatuses": { "type": "list", "member": { "shape": "RemediationExecutionStatus" } }, "RemediationExecutionStep": { "type": "structure", "members": { "Name": { "shape": "String", "documentation": "The details of the step.
" }, "State": { "shape": "RemediationExecutionStepState", "documentation": "The valid status of the step.
" }, "ErrorMessage": { "shape": "String", "documentation": "An error message if the step was interrupted during execution.
" }, "StartTime": { "shape": "Date", "documentation": "The time when the step started.
" }, "StopTime": { "shape": "Date", "documentation": "The time when the step stopped.
" } }, "documentation": "Name of the step from the SSM document.
" }, "RemediationExecutionStepState": { "type": "string", "enum": [ "SUCCEEDED", "PENDING", "FAILED" ] }, "RemediationExecutionSteps": { "type": "list", "member": { "shape": "RemediationExecutionStep" } }, "RemediationParameterValue": { "type": "structure", "members": { "ResourceValue": { "shape": "ResourceValue", "documentation": "The value is dynamic and changes at run-time.
" }, "StaticValue": { "shape": "StaticValue", "documentation": "The value is static and does not change at run-time.
" } }, "documentation": "The value is either a dynamic (resource) value or a static value. You must select either a dynamic value or a static value.
" }, "RemediationParameters": { "type": "map", "key": { "shape": "StringWithCharLimit256" }, "value": { "shape": "RemediationParameterValue" }, "max": 25, "min": 0 }, "RemediationTargetType": { "type": "string", "enum": [ "SSM_DOCUMENT" ] }, "ResourceConfiguration": { "type": "string", "max": 51200, "min": 1 }, "ResourceConfigurationSchemaType": { "type": "string", "enum": [ "CFN_RESOURCE_SCHEMA" ] }, "ResourceCount": { "type": "structure", "members": { "resourceType": { "shape": "ResourceType", "documentation": "The resource type (for example, \"AWS::EC2::Instance\"
).
The number of resources.
" } }, "documentation": "An object that contains the resource type and the number of resources.
" }, "ResourceCountFilters": { "type": "structure", "members": { "ResourceType": { "shape": "ResourceType", "documentation": "The type of the Amazon Web Services resource.
" }, "AccountId": { "shape": "AccountId", "documentation": "The 12-digit ID of the account.
" }, "Region": { "shape": "AwsRegion", "documentation": "The region where the account is located.
" } }, "documentation": "Filters the resource count based on account ID, region, and resource type.
" }, "ResourceCountGroupKey": { "type": "string", "enum": [ "RESOURCE_TYPE", "ACCOUNT_ID", "AWS_REGION" ] }, "ResourceCounts": { "type": "list", "member": { "shape": "ResourceCount" } }, "ResourceCreationTime": { "type": "timestamp" }, "ResourceDeletionTime": { "type": "timestamp" }, "ResourceDetails": { "type": "structure", "required": [ "ResourceId", "ResourceType", "ResourceConfiguration" ], "members": { "ResourceId": { "shape": "BaseResourceId", "documentation": "A unique resource ID for an evaluation.
" }, "ResourceType": { "shape": "StringWithCharLimit256", "documentation": "The type of resource being evaluated.
" }, "ResourceConfiguration": { "shape": "ResourceConfiguration", "documentation": "The resource definition to be evaluated as per the resource configuration schema type.
" }, "ResourceConfigurationSchemaType": { "shape": "ResourceConfigurationSchemaType", "documentation": "The schema type of the resource configuration.
You can find the Resource type schema, or CFN_RESOURCE_SCHEMA
, in \"Amazon Web Services public extensions\" within the CloudFormation registry or with the following CLI commmand: aws cloudformation describe-type --type-name \"AWS::S3::Bucket\" --type RESOURCE
.
For more information, see Managing extensions through the CloudFormation registry and Amazon Web Services resource and property types reference in the CloudFormation User Guide.
Returns information about the resource being evaluated.
" }, "ResourceEvaluation": { "type": "structure", "members": { "ResourceEvaluationId": { "shape": "ResourceEvaluationId", "documentation": "The ResourceEvaluationId of a evaluation.
" }, "EvaluationMode": { "shape": "EvaluationMode", "documentation": "The mode of an evaluation. The valid values are Detective or Proactive.
" }, "EvaluationStartTimestamp": { "shape": "Date", "documentation": "The starting time of an execution.
" } }, "documentation": "Returns details of a resource evaluation.
" }, "ResourceEvaluationFilters": { "type": "structure", "members": { "EvaluationMode": { "shape": "EvaluationMode", "documentation": "Filters all resource evaluations results based on an evaluation mode.
Currently, DECTECTIVE
is not supported as a valid value. Ignore other documentation stating otherwise.
Returns a TimeWindow
object.
Filters evaluations for a given infrastructure deployment. For example: CFN Stack.
" } }, "documentation": "Returns details of a resource evaluation based on the selected filter.
" }, "ResourceEvaluationId": { "type": "string", "max": 128, "min": 1 }, "ResourceEvaluationStatus": { "type": "string", "enum": [ "IN_PROGRESS", "FAILED", "SUCCEEDED" ] }, "ResourceEvaluations": { "type": "list", "member": { "shape": "ResourceEvaluation" } }, "ResourceFilters": { "type": "structure", "members": { "AccountId": { "shape": "AccountId", "documentation": "The 12-digit source account ID.
" }, "ResourceId": { "shape": "ResourceId", "documentation": "The ID of the resource.
" }, "ResourceName": { "shape": "ResourceName", "documentation": "The name of the resource.
" }, "Region": { "shape": "AwsRegion", "documentation": "The source region.
" } }, "documentation": "Filters the results by resource account ID, region, resource ID, and resource name.
" }, "ResourceId": { "type": "string", "max": 768, "min": 1 }, "ResourceIdList": { "type": "list", "member": { "shape": "ResourceId" } }, "ResourceIdentifier": { "type": "structure", "members": { "resourceType": { "shape": "ResourceType", "documentation": "The type of resource.
" }, "resourceId": { "shape": "ResourceId", "documentation": "The ID of the resource (for example, sg-xxxxxx
).
The custom name of the resource (if available).
" }, "resourceDeletionTime": { "shape": "ResourceDeletionTime", "documentation": "The time that the resource was deleted.
" } }, "documentation": "The details that identify a resource that is discovered by Config, including the resource type, ID, and (if available) the custom resource name.
" }, "ResourceIdentifierList": { "type": "list", "member": { "shape": "ResourceIdentifier" } }, "ResourceIdentifiersList": { "type": "list", "member": { "shape": "AggregateResourceIdentifier" }, "max": 100, "min": 1 }, "ResourceKey": { "type": "structure", "required": [ "resourceType", "resourceId" ], "members": { "resourceType": { "shape": "ResourceType", "documentation": "The resource type.
" }, "resourceId": { "shape": "ResourceId", "documentation": "The ID of the resource (for example., sg-xxxxxx).
" } }, "documentation": "The details that identify a resource within Config, including the resource type and resource ID.
" }, "ResourceKeys": { "type": "list", "member": { "shape": "ResourceKey" }, "max": 100, "min": 1 }, "ResourceName": { "type": "string" }, "ResourceType": { "type": "string", "enum": [ "AWS::EC2::CustomerGateway", "AWS::EC2::EIP", "AWS::EC2::Host", "AWS::EC2::Instance", "AWS::EC2::InternetGateway", "AWS::EC2::NetworkAcl", "AWS::EC2::NetworkInterface", "AWS::EC2::RouteTable", "AWS::EC2::SecurityGroup", "AWS::EC2::Subnet", "AWS::CloudTrail::Trail", "AWS::EC2::Volume", "AWS::EC2::VPC", "AWS::EC2::VPNConnection", "AWS::EC2::VPNGateway", "AWS::EC2::RegisteredHAInstance", "AWS::EC2::NatGateway", "AWS::EC2::EgressOnlyInternetGateway", "AWS::EC2::VPCEndpoint", "AWS::EC2::VPCEndpointService", "AWS::EC2::FlowLog", "AWS::EC2::VPCPeeringConnection", "AWS::Elasticsearch::Domain", "AWS::IAM::Group", "AWS::IAM::Policy", "AWS::IAM::Role", "AWS::IAM::User", "AWS::ElasticLoadBalancingV2::LoadBalancer", "AWS::ACM::Certificate", "AWS::RDS::DBInstance", "AWS::RDS::DBSubnetGroup", "AWS::RDS::DBSecurityGroup", "AWS::RDS::DBSnapshot", "AWS::RDS::DBCluster", "AWS::RDS::DBClusterSnapshot", "AWS::RDS::EventSubscription", "AWS::S3::Bucket", "AWS::S3::AccountPublicAccessBlock", "AWS::Redshift::Cluster", "AWS::Redshift::ClusterSnapshot", "AWS::Redshift::ClusterParameterGroup", "AWS::Redshift::ClusterSecurityGroup", "AWS::Redshift::ClusterSubnetGroup", "AWS::Redshift::EventSubscription", "AWS::SSM::ManagedInstanceInventory", "AWS::CloudWatch::Alarm", "AWS::CloudFormation::Stack", "AWS::ElasticLoadBalancing::LoadBalancer", "AWS::AutoScaling::AutoScalingGroup", "AWS::AutoScaling::LaunchConfiguration", "AWS::AutoScaling::ScalingPolicy", "AWS::AutoScaling::ScheduledAction", "AWS::DynamoDB::Table", "AWS::CodeBuild::Project", "AWS::WAF::RateBasedRule", "AWS::WAF::Rule", "AWS::WAF::RuleGroup", "AWS::WAF::WebACL", "AWS::WAFRegional::RateBasedRule", "AWS::WAFRegional::Rule", "AWS::WAFRegional::RuleGroup", "AWS::WAFRegional::WebACL", "AWS::CloudFront::Distribution", "AWS::CloudFront::StreamingDistribution", "AWS::Lambda::Function", "AWS::NetworkFirewall::Firewall", "AWS::NetworkFirewall::FirewallPolicy", "AWS::NetworkFirewall::RuleGroup", "AWS::ElasticBeanstalk::Application", "AWS::ElasticBeanstalk::ApplicationVersion", "AWS::ElasticBeanstalk::Environment", "AWS::WAFv2::WebACL", "AWS::WAFv2::RuleGroup", "AWS::WAFv2::IPSet", "AWS::WAFv2::RegexPatternSet", "AWS::WAFv2::ManagedRuleSet", "AWS::XRay::EncryptionConfig", "AWS::SSM::AssociationCompliance", "AWS::SSM::PatchCompliance", "AWS::Shield::Protection", "AWS::ShieldRegional::Protection", "AWS::Config::ConformancePackCompliance", "AWS::Config::ResourceCompliance", "AWS::ApiGateway::Stage", "AWS::ApiGateway::RestApi", "AWS::ApiGatewayV2::Stage", "AWS::ApiGatewayV2::Api", "AWS::CodePipeline::Pipeline", "AWS::ServiceCatalog::CloudFormationProvisionedProduct", "AWS::ServiceCatalog::CloudFormationProduct", "AWS::ServiceCatalog::Portfolio", "AWS::SQS::Queue", "AWS::KMS::Key", "AWS::QLDB::Ledger", "AWS::SecretsManager::Secret", "AWS::SNS::Topic", "AWS::SSM::FileData", "AWS::Backup::BackupPlan", "AWS::Backup::BackupSelection", "AWS::Backup::BackupVault", "AWS::Backup::RecoveryPoint", "AWS::ECR::Repository", "AWS::ECS::Cluster", "AWS::ECS::Service", "AWS::ECS::TaskDefinition", "AWS::EFS::AccessPoint", "AWS::EFS::FileSystem", "AWS::EKS::Cluster", "AWS::OpenSearch::Domain", "AWS::EC2::TransitGateway", "AWS::Kinesis::Stream", "AWS::Kinesis::StreamConsumer", "AWS::CodeDeploy::Application", "AWS::CodeDeploy::DeploymentConfig", "AWS::CodeDeploy::DeploymentGroup", "AWS::EC2::LaunchTemplate", "AWS::ECR::PublicRepository", "AWS::GuardDuty::Detector", "AWS::EMR::SecurityConfiguration", "AWS::SageMaker::CodeRepository", "AWS::Route53Resolver::ResolverEndpoint", "AWS::Route53Resolver::ResolverRule", "AWS::Route53Resolver::ResolverRuleAssociation", "AWS::DMS::ReplicationSubnetGroup", "AWS::DMS::EventSubscription", "AWS::MSK::Cluster", "AWS::StepFunctions::Activity", "AWS::WorkSpaces::Workspace", "AWS::WorkSpaces::ConnectionAlias", "AWS::SageMaker::Model", "AWS::ElasticLoadBalancingV2::Listener", "AWS::StepFunctions::StateMachine", "AWS::Batch::JobQueue", "AWS::Batch::ComputeEnvironment", "AWS::AccessAnalyzer::Analyzer", "AWS::Athena::WorkGroup", "AWS::Athena::DataCatalog", "AWS::Detective::Graph", "AWS::GlobalAccelerator::Accelerator", "AWS::GlobalAccelerator::EndpointGroup", "AWS::GlobalAccelerator::Listener", "AWS::EC2::TransitGatewayAttachment", "AWS::EC2::TransitGatewayRouteTable", "AWS::DMS::Certificate", "AWS::AppConfig::Application", "AWS::AppSync::GraphQLApi", "AWS::DataSync::LocationSMB", "AWS::DataSync::LocationFSxLustre", "AWS::DataSync::LocationS3", "AWS::DataSync::LocationEFS", "AWS::DataSync::Task", "AWS::DataSync::LocationNFS", "AWS::EC2::NetworkInsightsAccessScopeAnalysis", "AWS::EKS::FargateProfile", "AWS::Glue::Job", "AWS::GuardDuty::ThreatIntelSet", "AWS::GuardDuty::IPSet", "AWS::SageMaker::Workteam", "AWS::SageMaker::NotebookInstanceLifecycleConfig", "AWS::ServiceDiscovery::Service", "AWS::ServiceDiscovery::PublicDnsNamespace", "AWS::SES::ContactList", "AWS::SES::ConfigurationSet", "AWS::Route53::HostedZone", "AWS::IoTEvents::Input", "AWS::IoTEvents::DetectorModel", "AWS::IoTEvents::AlarmModel", "AWS::ServiceDiscovery::HttpNamespace", "AWS::Events::EventBus", "AWS::ImageBuilder::ContainerRecipe", "AWS::ImageBuilder::DistributionConfiguration", "AWS::ImageBuilder::InfrastructureConfiguration", "AWS::DataSync::LocationObjectStorage", "AWS::DataSync::LocationHDFS", "AWS::Glue::Classifier", "AWS::Route53RecoveryReadiness::Cell", "AWS::Route53RecoveryReadiness::ReadinessCheck", "AWS::ECR::RegistryPolicy", "AWS::Backup::ReportPlan", "AWS::Lightsail::Certificate", "AWS::RUM::AppMonitor", "AWS::Events::Endpoint", "AWS::SES::ReceiptRuleSet", "AWS::Events::Archive", "AWS::Events::ApiDestination", "AWS::Lightsail::Disk", "AWS::FIS::ExperimentTemplate", "AWS::DataSync::LocationFSxWindows", "AWS::SES::ReceiptFilter", "AWS::GuardDuty::Filter", "AWS::SES::Template", "AWS::AmazonMQ::Broker", "AWS::AppConfig::Environment", "AWS::AppConfig::ConfigurationProfile", "AWS::Cloud9::EnvironmentEC2", "AWS::EventSchemas::Registry", "AWS::EventSchemas::RegistryPolicy", "AWS::EventSchemas::Discoverer", "AWS::FraudDetector::Label", "AWS::FraudDetector::EntityType", "AWS::FraudDetector::Variable", "AWS::FraudDetector::Outcome", "AWS::IoT::Authorizer", "AWS::IoT::SecurityProfile", "AWS::IoT::RoleAlias", "AWS::IoT::Dimension", "AWS::IoTAnalytics::Datastore", "AWS::Lightsail::Bucket", "AWS::Lightsail::StaticIp", "AWS::MediaPackage::PackagingGroup", "AWS::Route53RecoveryReadiness::RecoveryGroup", "AWS::ResilienceHub::ResiliencyPolicy", "AWS::Transfer::Workflow", "AWS::EKS::IdentityProviderConfig", "AWS::EKS::Addon", "AWS::Glue::MLTransform", "AWS::IoT::Policy", "AWS::IoT::MitigationAction", "AWS::IoTTwinMaker::Workspace", "AWS::IoTTwinMaker::Entity", "AWS::IoTAnalytics::Dataset", "AWS::IoTAnalytics::Pipeline", "AWS::IoTAnalytics::Channel", "AWS::IoTSiteWise::Dashboard", "AWS::IoTSiteWise::Project", "AWS::IoTSiteWise::Portal", "AWS::IoTSiteWise::AssetModel", "AWS::IVS::Channel", "AWS::IVS::RecordingConfiguration", "AWS::IVS::PlaybackKeyPair", "AWS::KinesisAnalyticsV2::Application", "AWS::RDS::GlobalCluster", "AWS::S3::MultiRegionAccessPoint", "AWS::DeviceFarm::TestGridProject", "AWS::Budgets::BudgetsAction", "AWS::Lex::Bot", "AWS::CodeGuruReviewer::RepositoryAssociation", "AWS::IoT::CustomMetric", "AWS::Route53Resolver::FirewallDomainList", "AWS::RoboMaker::RobotApplicationVersion", "AWS::EC2::TrafficMirrorSession", "AWS::IoTSiteWise::Gateway", "AWS::Lex::BotAlias", "AWS::LookoutMetrics::Alert", "AWS::IoT::AccountAuditConfiguration", "AWS::EC2::TrafficMirrorTarget", "AWS::S3::StorageLens", "AWS::IoT::ScheduledAudit", "AWS::Events::Connection", "AWS::EventSchemas::Schema", "AWS::MediaPackage::PackagingConfiguration", "AWS::KinesisVideo::SignalingChannel", "AWS::AppStream::DirectoryConfig", "AWS::LookoutVision::Project", "AWS::Route53RecoveryControl::Cluster", "AWS::Route53RecoveryControl::SafetyRule", "AWS::Route53RecoveryControl::ControlPanel", "AWS::Route53RecoveryControl::RoutingControl", "AWS::Route53RecoveryReadiness::ResourceSet", "AWS::RoboMaker::SimulationApplication", "AWS::RoboMaker::RobotApplication", "AWS::HealthLake::FHIRDatastore", "AWS::Pinpoint::Segment", "AWS::Pinpoint::ApplicationSettings", "AWS::Events::Rule", "AWS::EC2::DHCPOptions", "AWS::EC2::NetworkInsightsPath", "AWS::EC2::TrafficMirrorFilter", "AWS::EC2::IPAM", "AWS::IoTTwinMaker::Scene", "AWS::NetworkManager::TransitGatewayRegistration", "AWS::CustomerProfiles::Domain", "AWS::AutoScaling::WarmPool", "AWS::Connect::PhoneNumber", "AWS::AppConfig::DeploymentStrategy", "AWS::AppFlow::Flow", "AWS::AuditManager::Assessment", "AWS::CloudWatch::MetricStream", "AWS::DeviceFarm::InstanceProfile", "AWS::DeviceFarm::Project", "AWS::EC2::EC2Fleet", "AWS::EC2::SubnetRouteTableAssociation", "AWS::ECR::PullThroughCacheRule", "AWS::GroundStation::Config", "AWS::ImageBuilder::ImagePipeline", "AWS::IoT::FleetMetric", "AWS::IoTWireless::ServiceProfile", "AWS::NetworkManager::Device", "AWS::NetworkManager::GlobalNetwork", "AWS::NetworkManager::Link", "AWS::NetworkManager::Site", "AWS::Panorama::Package", "AWS::Pinpoint::App", "AWS::Redshift::ScheduledAction", "AWS::Route53Resolver::FirewallRuleGroupAssociation", "AWS::SageMaker::AppImageConfig", "AWS::SageMaker::Image", "AWS::ECS::TaskSet", "AWS::Cassandra::Keyspace", "AWS::Signer::SigningProfile", "AWS::Amplify::App", "AWS::AppMesh::VirtualNode", "AWS::AppMesh::VirtualService", "AWS::AppRunner::VpcConnector", "AWS::AppStream::Application", "AWS::CodeArtifact::Repository", "AWS::EC2::PrefixList", "AWS::EC2::SpotFleet", "AWS::Evidently::Project", "AWS::Forecast::Dataset", "AWS::IAM::SAMLProvider", "AWS::IAM::ServerCertificate", "AWS::Pinpoint::Campaign", "AWS::Pinpoint::InAppTemplate", "AWS::SageMaker::Domain", "AWS::Transfer::Agreement", "AWS::Transfer::Connector", "AWS::KinesisFirehose::DeliveryStream", "AWS::Amplify::Branch", "AWS::AppIntegrations::EventIntegration", "AWS::AppMesh::Route", "AWS::Athena::PreparedStatement", "AWS::EC2::IPAMScope", "AWS::Evidently::Launch", "AWS::Forecast::DatasetGroup", "AWS::GreengrassV2::ComponentVersion", "AWS::GroundStation::MissionProfile", "AWS::MediaConnect::FlowEntitlement", "AWS::MediaConnect::FlowVpcInterface", "AWS::MediaTailor::PlaybackConfiguration", "AWS::MSK::Configuration", "AWS::Personalize::Dataset", "AWS::Personalize::Schema", "AWS::Personalize::Solution", "AWS::Pinpoint::EmailTemplate", "AWS::Pinpoint::EventStream", "AWS::ResilienceHub::App", "AWS::ACMPCA::CertificateAuthority", "AWS::AppConfig::HostedConfigurationVersion", "AWS::AppMesh::VirtualGateway", "AWS::AppMesh::VirtualRouter", "AWS::AppRunner::Service", "AWS::CustomerProfiles::ObjectType", "AWS::DMS::Endpoint", "AWS::EC2::CapacityReservation", "AWS::EC2::ClientVpnEndpoint", "AWS::Kendra::Index", "AWS::KinesisVideo::Stream", "AWS::Logs::Destination", "AWS::Pinpoint::EmailChannel", "AWS::S3::AccessPoint", "AWS::NetworkManager::CustomerGatewayAssociation", "AWS::NetworkManager::LinkAssociation", "AWS::IoTWireless::MulticastGroup", "AWS::Personalize::DatasetGroup", "AWS::IoTTwinMaker::ComponentType", "AWS::CodeBuild::ReportGroup", "AWS::SageMaker::FeatureGroup", "AWS::MSK::BatchScramSecret", "AWS::AppStream::Stack", "AWS::IoT::JobTemplate", "AWS::IoTWireless::FuotaTask", "AWS::IoT::ProvisioningTemplate", "AWS::InspectorV2::Filter", "AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation", "AWS::ServiceDiscovery::Instance", "AWS::Transfer::Certificate", "AWS::MediaConnect::FlowSource", "AWS::APS::RuleGroupsNamespace", "AWS::CodeGuruProfiler::ProfilingGroup", "AWS::Route53Resolver::ResolverQueryLoggingConfig", "AWS::Batch::SchedulingPolicy", "AWS::ACMPCA::CertificateAuthorityActivation", "AWS::AppMesh::GatewayRoute", "AWS::AppMesh::Mesh", "AWS::Connect::Instance", "AWS::Connect::QuickConnect", "AWS::EC2::CarrierGateway", "AWS::EC2::IPAMPool", "AWS::EC2::TransitGatewayConnect", "AWS::EC2::TransitGatewayMulticastDomain", "AWS::ECS::CapacityProvider", "AWS::IAM::InstanceProfile", "AWS::IoT::CACertificate", "AWS::IoTTwinMaker::SyncJob", "AWS::KafkaConnect::Connector", "AWS::Lambda::CodeSigningConfig", "AWS::NetworkManager::ConnectPeer", "AWS::ResourceExplorer2::Index", "AWS::AppStream::Fleet", "AWS::Cognito::UserPool", "AWS::Cognito::UserPoolClient", "AWS::Cognito::UserPoolGroup", "AWS::EC2::NetworkInsightsAccessScope", "AWS::EC2::NetworkInsightsAnalysis", "AWS::Grafana::Workspace", "AWS::GroundStation::DataflowEndpointGroup", "AWS::ImageBuilder::ImageRecipe", "AWS::KMS::Alias", "AWS::M2::Environment", "AWS::QuickSight::DataSource", "AWS::QuickSight::Template", "AWS::QuickSight::Theme", "AWS::RDS::OptionGroup", "AWS::Redshift::EndpointAccess", "AWS::Route53Resolver::FirewallRuleGroup", "AWS::SSM::Document" ] }, "ResourceTypeList": { "type": "list", "member": { "shape": "ResourceType" } }, "ResourceTypeString": { "type": "string", "max": 196, "min": 1 }, "ResourceTypes": { "type": "list", "member": { "shape": "StringWithCharLimit256" }, "max": 20, "min": 0 }, "ResourceTypesScope": { "type": "list", "member": { "shape": "StringWithCharLimit256" }, "max": 100, "min": 0 }, "ResourceValue": { "type": "structure", "required": [ "Value" ], "members": { "Value": { "shape": "ResourceValueType", "documentation": "The value is a resource ID.
" } }, "documentation": "The dynamic value of the resource.
" }, "ResourceValueType": { "type": "string", "enum": [ "RESOURCE_ID" ] }, "Results": { "type": "list", "member": { "shape": "String" } }, "RetentionConfiguration": { "type": "structure", "required": [ "Name", "RetentionPeriodInDays" ], "members": { "Name": { "shape": "RetentionConfigurationName", "documentation": "The name of the retention configuration object.
" }, "RetentionPeriodInDays": { "shape": "RetentionPeriodInDays", "documentation": "Number of days Config stores your historical information.
Currently, only applicable to the configuration item history.
An object with the name of the retention configuration and the retention period in days. The object stores the configuration for data retention in Config.
" }, "RetentionConfigurationList": { "type": "list", "member": { "shape": "RetentionConfiguration" } }, "RetentionConfigurationName": { "type": "string", "max": 256, "min": 1, "pattern": "[\\w\\-]+" }, "RetentionConfigurationNameList": { "type": "list", "member": { "shape": "RetentionConfigurationName" }, "max": 1, "min": 0 }, "RetentionPeriodInDays": { "type": "integer", "max": 2557, "min": 30 }, "RuleLimit": { "type": "integer", "max": 50, "min": 0 }, "SSMDocumentName": { "type": "string", "pattern": "^[a-zA-Z0-9_\\-.:/]{3,200}$" }, "SSMDocumentVersion": { "type": "string", "pattern": "([$]LATEST|[$]DEFAULT|^[1-9][0-9]*$)" }, "SchemaVersionId": { "type": "string", "max": 128, "min": 1, "pattern": "[A-Za-z0-9-]+" }, "Scope": { "type": "structure", "members": { "ComplianceResourceTypes": { "shape": "ComplianceResourceTypes", "documentation": "The resource types of only those Amazon Web Services resources that you want to trigger an evaluation for the rule. You can only specify one type if you also specify a resource ID for ComplianceResourceId
.
The tag key that is applied to only those Amazon Web Services resources that you want to trigger an evaluation for the rule.
" }, "TagValue": { "shape": "StringWithCharLimit256", "documentation": "The tag value applied to only those Amazon Web Services resources that you want to trigger an evaluation for the rule. If you specify a value for TagValue
, you must also specify a value for TagKey
.
The ID of the only Amazon Web Services resource that you want to trigger an evaluation for the rule. If you specify a resource ID, you must specify one resource type for ComplianceResourceTypes
.
Defines which resources trigger an evaluation for an 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.
" }, "SelectAggregateResourceConfigRequest": { "type": "structure", "required": [ "Expression", "ConfigurationAggregatorName" ], "members": { "Expression": { "shape": "Expression", "documentation": "The SQL query SELECT command.
" }, "ConfigurationAggregatorName": { "shape": "ConfigurationAggregatorName", "documentation": "The name of the configuration aggregator.
" }, "Limit": { "shape": "Limit", "documentation": "The maximum number of query results returned on each page.
" }, "MaxResults": { "shape": "Limit", "documentation": "The maximum number of query results returned on each page. Config also allows the Limit request parameter.
" }, "NextToken": { "shape": "NextToken", "documentation": "The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
" } } }, "SelectAggregateResourceConfigResponse": { "type": "structure", "members": { "Results": { "shape": "Results", "documentation": "Returns the results for the SQL query.
" }, "QueryInfo": { "shape": "QueryInfo" }, "NextToken": { "shape": "NextToken", "documentation": "The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
" } } }, "SelectResourceConfigRequest": { "type": "structure", "required": [ "Expression" ], "members": { "Expression": { "shape": "Expression", "documentation": "The SQL query SELECT
command.
The maximum number of query results returned on each page.
" }, "NextToken": { "shape": "NextToken", "documentation": "The nextToken
string returned in a previous request that you use to request the next page of results in a paginated response.
Returns the results for the SQL query.
" }, "QueryInfo": { "shape": "QueryInfo", "documentation": "Returns the QueryInfo
object.
The nextToken
string returned in a previous request that you use to request the next page of results in a paginated response.
Indicates whether Amazon Web Services or the customer owns and manages the Config rule.
Config Managed Rules are predefined rules owned by Amazon Web Services. For more information, see Config Managed Rules in the Config developer guide.
Config Custom Rules are rules that you can develop either with Guard (CUSTOM_POLICY
) or Lambda (CUSTOM_LAMBDA
). For more information, see Config Custom Rules in the Config developer guide.
For Config Managed rules, a predefined identifier from a list. For example, IAM_PASSWORD_POLICY
is a managed rule. To reference a managed rule, see List of Config Managed Rules.
For Config Custom Lambda rules, the identifier is the Amazon Resource Name (ARN) of the rule's Lambda function, such as arn:aws:lambda:us-east-2:123456789012:function:custom_rule_name
.
For Config Custom Policy rules, this field will be ignored.
" }, "SourceDetails": { "shape": "SourceDetails", "documentation": "Provides the source and the message types that cause Config to evaluate your Amazon Web Services resources against a rule. It also provides the frequency with which you want Config to run evaluations for the rule if the trigger type is periodic.
If the owner is set to CUSTOM_POLICY
, the only acceptable values for the Config rule trigger message type are ConfigurationItemChangeNotification
and OversizedConfigurationItemChangeNotification
.
Provides the runtime system, policy definition, and whether debug logging is enabled. Required when owner is set to CUSTOM_POLICY
.
Provides the CustomPolicyDetails, the rule owner (Amazon Web Services
for managed rules, CUSTOM_POLICY
for Custom Policy rules, and CUSTOM_LAMBDA
for Custom Lambda rules), the rule identifier, and the events that cause the evaluation of your Amazon Web Services resources.
The source of the event, such as an Amazon Web Services service, that triggers Config to evaluate your Amazon Web Services resources.
" }, "MessageType": { "shape": "MessageType", "documentation": "The type of notification that triggers Config to run an evaluation for a rule. You can specify the following notification types:
ConfigurationItemChangeNotification
- Triggers an evaluation when Config delivers a configuration item as a result of a resource change.
OversizedConfigurationItemChangeNotification
- Triggers an evaluation when Config delivers an oversized configuration item. Config may generate this notification type when a resource changes and the notification exceeds the maximum size allowed by Amazon SNS.
ScheduledNotification
- Triggers a periodic evaluation at the frequency specified for MaximumExecutionFrequency
.
ConfigurationSnapshotDeliveryCompleted
- Triggers a periodic evaluation when Config delivers a configuration snapshot.
If you want your custom rule to be triggered by configuration changes, specify two SourceDetail objects, one for ConfigurationItemChangeNotification
and one for OversizedConfigurationItemChangeNotification
.
The frequency at which you want Config to run evaluations for a custom rule with a periodic trigger. If you specify a value for MaximumExecutionFrequency
, then MessageType
must use the ScheduledNotification
value.
By default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid value for the MaximumExecutionFrequency
parameter.
Based on the valid value you choose, Config runs evaluations once for each valid value. For example, if you choose Three_Hours
, Config runs evaluations once every three hours. In this case, Three_Hours
is the frequency of this rule.
Provides the source and the message types that trigger Config to evaluate your Amazon Web Services resources against a rule. It also provides the frequency with which you want 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.
The maximum percentage of remediation actions allowed to run in parallel on the non-compliant resources for that specific rule. You can specify a percentage, such as 10%. The default value is 10.
" }, "ErrorPercentage": { "shape": "Percentage", "documentation": "The percentage of errors that are allowed before SSM stops running automations on non-compliant resources for that specific rule. You can specify a percentage of errors, for example 10%. If you do not specifiy a percentage, the default is 50%. For example, if you set the ErrorPercentage to 40% for 10 non-compliant resources, then SSM stops running the automations when the fifth error is received.
" } }, "documentation": "Amazon Web Services Systems Manager (SSM) specific remediation controls.
" }, "StackArn": { "type": "string", "max": 2048, "min": 1 }, "StartConfigRulesEvaluationRequest": { "type": "structure", "members": { "ConfigRuleNames": { "shape": "ReevaluateConfigRuleNames", "documentation": "The list of names of Config rules that you want to run evaluations for.
" } }, "documentation": "" }, "StartConfigRulesEvaluationResponse": { "type": "structure", "members": {}, "documentation": "The output when you start the evaluation for the specified Config rule.
" }, "StartConfigurationRecorderRequest": { "type": "structure", "required": [ "ConfigurationRecorderName" ], "members": { "ConfigurationRecorderName": { "shape": "RecorderName", "documentation": "The name of the recorder object that records each configuration change made to the resources.
" } }, "documentation": "The input for the StartConfigurationRecorder action.
" }, "StartRemediationExecutionRequest": { "type": "structure", "required": [ "ConfigRuleName", "ResourceKeys" ], "members": { "ConfigRuleName": { "shape": "ConfigRuleName", "documentation": "The list of names of Config rules that you want to run remediation execution for.
" }, "ResourceKeys": { "shape": "ResourceKeys", "documentation": "A list of resource keys to be processed with the current request. Each element in the list consists of the resource type and resource ID.
" } } }, "StartRemediationExecutionResponse": { "type": "structure", "members": { "FailureMessage": { "shape": "String", "documentation": "Returns a failure message. For example, the resource is already compliant.
" }, "FailedItems": { "shape": "ResourceKeys", "documentation": "For resources that have failed to start execution, the API returns a resource key object.
" } } }, "StartResourceEvaluationRequest": { "type": "structure", "required": [ "ResourceDetails", "EvaluationMode" ], "members": { "ResourceDetails": { "shape": "ResourceDetails", "documentation": "Returns a ResourceDetails
object.
Returns an EvaluationContext
object.
The mode of an evaluation. The valid values for this API are DETECTIVE
and PROACTIVE
.
The timeout for an evaluation. The default is 900 seconds. You cannot specify a number greater than 3600. If you specify 0, Config uses the default.
" }, "ClientToken": { "shape": "ClientToken", "documentation": "A client token is a unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API request using one of these actions, specify a client token in the request.
Avoid reusing the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, other than the Region or Availability Zone, the retry fails with an IdempotentParameterMismatch error.
A unique ResourceEvaluationId that is associated with a single execution.
" } } }, "StaticParameterValues": { "type": "list", "member": { "shape": "StringWithCharLimit256" }, "max": 25, "min": 0 }, "StaticValue": { "type": "structure", "required": [ "Values" ], "members": { "Values": { "shape": "StaticParameterValues", "documentation": "A list of values. For example, the ARN of the assumed role.
" } }, "documentation": "The static value of the resource.
" }, "StatusDetailFilters": { "type": "structure", "members": { "AccountId": { "shape": "AccountId", "documentation": "The 12-digit account ID of the member account within an organization.
" }, "MemberAccountRuleStatus": { "shape": "MemberAccountRuleStatus", "documentation": "Indicates deployment status for Config rule in the member account. When management account calls PutOrganizationConfigRule
action for the first time, Config rule status is created in the member account. When management account calls PutOrganizationConfigRule
action for the second time, Config rule status is updated in the member account. Config rule status is deleted when the management account deletes OrganizationConfigRule
and disables service access for config-multiaccountsetup.amazonaws.com
.
Config sets the state of the rule to:
CREATE_SUCCESSFUL
when Config rule has been created in the member account.
CREATE_IN_PROGRESS
when Config rule is being created in the member account.
CREATE_FAILED
when Config rule creation has failed in the member account.
DELETE_FAILED
when Config rule deletion has failed in the member account.
DELETE_IN_PROGRESS
when Config rule is being deleted in the member account.
DELETE_SUCCESSFUL
when Config rule has been deleted in the member account.
UPDATE_SUCCESSFUL
when Config rule has been updated in the member account.
UPDATE_IN_PROGRESS
when Config rule is being updated in the member account.
UPDATE_FAILED
when Config rule deletion has failed in the member account.
Status filter object to filter results based on specific member account ID or status type for an organization Config rule.
" }, "StopConfigurationRecorderRequest": { "type": "structure", "required": [ "ConfigurationRecorderName" ], "members": { "ConfigurationRecorderName": { "shape": "RecorderName", "documentation": "The name of the recorder object that records each configuration change made to the resources.
" } }, "documentation": "The input for the StopConfigurationRecorder action.
" }, "StoredQuery": { "type": "structure", "required": [ "QueryName" ], "members": { "QueryId": { "shape": "QueryId", "documentation": "The ID of the query.
", "box": true }, "QueryArn": { "shape": "QueryArn", "documentation": "Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.
", "box": true }, "QueryName": { "shape": "QueryName", "documentation": "The name of the query.
" }, "Description": { "shape": "QueryDescription", "documentation": "A unique description for the query.
", "box": true }, "Expression": { "shape": "QueryExpression", "documentation": "The expression of the query. For example, SELECT resourceId, resourceType, supplementaryConfiguration.BucketVersioningConfiguration.status WHERE resourceType = 'AWS::S3::Bucket' AND supplementaryConfiguration.BucketVersioningConfiguration.status = 'Off'.
Provides the details of a stored query.
" }, "StoredQueryMetadata": { "type": "structure", "required": [ "QueryId", "QueryArn", "QueryName" ], "members": { "QueryId": { "shape": "QueryId", "documentation": "The ID of the query.
" }, "QueryArn": { "shape": "QueryArn", "documentation": "Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.
" }, "QueryName": { "shape": "QueryName", "documentation": "The name of the query.
" }, "Description": { "shape": "QueryDescription", "documentation": "A unique description for the query.
" } }, "documentation": "Returns details of a specific query.
" }, "StoredQueryMetadataList": { "type": "list", "member": { "shape": "StoredQueryMetadata" } }, "String": { "type": "string" }, "StringWithCharLimit1024": { "type": "string", "max": 1024, "min": 1 }, "StringWithCharLimit128": { "type": "string", "max": 128, "min": 1 }, "StringWithCharLimit2048": { "type": "string", "max": 2048, "min": 1 }, "StringWithCharLimit256": { "type": "string", "max": 256, "min": 1 }, "StringWithCharLimit256Min0": { "type": "string", "max": 256, "min": 0 }, "StringWithCharLimit64": { "type": "string", "max": 64, "min": 1 }, "StringWithCharLimit768": { "type": "string", "max": 768, "min": 1 }, "SupplementaryConfiguration": { "type": "map", "key": { "shape": "SupplementaryConfigurationName" }, "value": { "shape": "SupplementaryConfigurationValue" } }, "SupplementaryConfigurationName": { "type": "string" }, "SupplementaryConfigurationValue": { "type": "string" }, "Tag": { "type": "structure", "members": { "Key": { "shape": "TagKey", "documentation": "One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.
" }, "Value": { "shape": "TagValue", "documentation": "The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).
" } }, "documentation": "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.
" }, "TagKey": { "type": "string", "max": 128, "min": 1 }, "TagKeyList": { "type": "list", "member": { "shape": "TagKey" }, "max": 50, "min": 1 }, "TagList": { "type": "list", "member": { "shape": "Tag" }, "max": 50, "min": 1 }, "TagResourceRequest": { "type": "structure", "required": [ "ResourceArn", "Tags" ], "members": { "ResourceArn": { "shape": "AmazonResourceName", "documentation": "The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the supported resources are ConfigRule
, ConfigurationAggregator
and AggregatorAuthorization
.
An array of tag object.
" } } }, "TagValue": { "type": "string", "max": 256, "min": 0 }, "Tags": { "type": "map", "key": { "shape": "Name" }, "value": { "shape": "Value" } }, "TagsList": { "type": "list", "member": { "shape": "Tag" }, "max": 50, "min": 0 }, "TemplateBody": { "type": "string", "max": 51200, "min": 1 }, "TemplateS3Uri": { "type": "string", "max": 1024, "min": 1, "pattern": "s3://.*" }, "TemplateSSMDocumentDetails": { "type": "structure", "required": [ "DocumentName" ], "members": { "DocumentName": { "shape": "SSMDocumentName", "documentation": "The name or Amazon Resource Name (ARN) of the SSM document to use to create a conformance pack. If you use the document name, Config checks only your account and Amazon Web Services Region for the SSM document.
" }, "DocumentVersion": { "shape": "SSMDocumentVersion", "documentation": "The version of the SSM document to use to create a conformance pack. By default, Config uses the latest version.
This field is optional.
This API allows you to create a conformance pack template with an Amazon Web Services Systems Manager document (SSM document). To deploy a conformance pack using an SSM document, first create an SSM document with conformance pack content, and then provide the DocumentName
in the PutConformancePack API. You can also provide the DocumentVersion
.
The TemplateSSMDocumentDetails
object contains the name of the SSM document and the version of the SSM document.
The start time of an execution.
" }, "EndTime": { "shape": "Date", "documentation": "The end time of an execution. The end time must be after the start date.
" } }, "documentation": "Filters evaluation results based on start and end times.
" }, "UnprocessedResourceIdentifierList": { "type": "list", "member": { "shape": "AggregateResourceIdentifier" } }, "UntagResourceRequest": { "type": "structure", "required": [ "ResourceArn", "TagKeys" ], "members": { "ResourceArn": { "shape": "AmazonResourceName", "documentation": "The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the supported resources are ConfigRule
, ConfigurationAggregator
and AggregatorAuthorization
.
The keys of the tags to be removed.
" } } }, "Value": { "type": "string" }, "Version": { "type": "string" } }, "documentation": "Config provides a way to keep track of the configurations of all the Amazon Web Services resources associated with your Amazon Web Services account. You can use Config to get the current and historical configurations of each Amazon Web Services resource and also to get information about the relationship between the resources. An Amazon Web Services 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 Config, see Supported Amazon Web Services resources.
You can access and manage Config through the Amazon Web Services Management Console, the Amazon Web Services Command Line Interface (Amazon Web Services CLI), the Config API, or the Amazon Web Services SDKs for Config. This reference guide contains documentation for the Config API and the Amazon Web Services CLI commands that you can use to manage Config. The 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 Config features and their associated actions or commands, as well as how to work with Amazon Web Services Management Console, see What Is Config in the Config Developer Guide.
" }