Skip to content

Literals#

Index > ConfigService > Literals

Auto-generated documentation for ConfigService type annotations stubs module mypy-boto3-config.

AggregateConformancePackComplianceSummaryGroupKeyType#

# AggregateConformancePackComplianceSummaryGroupKeyType usage example

from mypy_boto3_config.literals import AggregateConformancePackComplianceSummaryGroupKeyType

def get_value() -> AggregateConformancePackComplianceSummaryGroupKeyType:
    return "ACCOUNT_ID"
# AggregateConformancePackComplianceSummaryGroupKeyType definition

AggregateConformancePackComplianceSummaryGroupKeyType = Literal[
    "ACCOUNT_ID",
    "AWS_REGION",
]

AggregatedSourceStatusTypeType#

# AggregatedSourceStatusTypeType usage example

from mypy_boto3_config.literals import AggregatedSourceStatusTypeType

def get_value() -> AggregatedSourceStatusTypeType:
    return "FAILED"
# AggregatedSourceStatusTypeType definition

AggregatedSourceStatusTypeType = Literal[
    "FAILED",
    "OUTDATED",
    "SUCCEEDED",
]

AggregatedSourceTypeType#

# AggregatedSourceTypeType usage example

from mypy_boto3_config.literals import AggregatedSourceTypeType

def get_value() -> AggregatedSourceTypeType:
    return "ACCOUNT"
# AggregatedSourceTypeType definition

AggregatedSourceTypeType = Literal[
    "ACCOUNT",
    "ORGANIZATION",
]

ChronologicalOrderType#

# ChronologicalOrderType usage example

from mypy_boto3_config.literals import ChronologicalOrderType

def get_value() -> ChronologicalOrderType:
    return "Forward"
# ChronologicalOrderType definition

ChronologicalOrderType = Literal[
    "Forward",
    "Reverse",
]

ComplianceTypeType#

# ComplianceTypeType usage example

from mypy_boto3_config.literals import ComplianceTypeType

def get_value() -> ComplianceTypeType:
    return "COMPLIANT"
# ComplianceTypeType definition

ComplianceTypeType = Literal[
    "COMPLIANT",
    "INSUFFICIENT_DATA",
    "NON_COMPLIANT",
    "NOT_APPLICABLE",
]

ConfigRuleComplianceSummaryGroupKeyType#

# ConfigRuleComplianceSummaryGroupKeyType usage example

from mypy_boto3_config.literals import ConfigRuleComplianceSummaryGroupKeyType

def get_value() -> ConfigRuleComplianceSummaryGroupKeyType:
    return "ACCOUNT_ID"
# ConfigRuleComplianceSummaryGroupKeyType definition

ConfigRuleComplianceSummaryGroupKeyType = Literal[
    "ACCOUNT_ID",
    "AWS_REGION",
]

ConfigRuleStateType#

# ConfigRuleStateType usage example

from mypy_boto3_config.literals import ConfigRuleStateType

def get_value() -> ConfigRuleStateType:
    return "ACTIVE"
# ConfigRuleStateType definition

ConfigRuleStateType = Literal[
    "ACTIVE",
    "DELETING",
    "DELETING_RESULTS",
    "EVALUATING",
]

ConfigurationItemStatusType#

# ConfigurationItemStatusType usage example

from mypy_boto3_config.literals import ConfigurationItemStatusType

def get_value() -> ConfigurationItemStatusType:
    return "OK"
# ConfigurationItemStatusType definition

ConfigurationItemStatusType = Literal[
    "OK",
    "ResourceDeleted",
    "ResourceDeletedNotRecorded",
    "ResourceDiscovered",
    "ResourceNotRecorded",
]

ConformancePackComplianceTypeType#

# ConformancePackComplianceTypeType usage example

from mypy_boto3_config.literals import ConformancePackComplianceTypeType

def get_value() -> ConformancePackComplianceTypeType:
    return "COMPLIANT"
# ConformancePackComplianceTypeType definition

ConformancePackComplianceTypeType = Literal[
    "COMPLIANT",
    "INSUFFICIENT_DATA",
    "NON_COMPLIANT",
]

ConformancePackStateType#

# ConformancePackStateType usage example

from mypy_boto3_config.literals import ConformancePackStateType

def get_value() -> ConformancePackStateType:
    return "CREATE_COMPLETE"
# ConformancePackStateType definition

ConformancePackStateType = Literal[
    "CREATE_COMPLETE",
    "CREATE_FAILED",
    "CREATE_IN_PROGRESS",
    "DELETE_FAILED",
    "DELETE_IN_PROGRESS",
]

DeliveryStatusType#

# DeliveryStatusType usage example

from mypy_boto3_config.literals import DeliveryStatusType

def get_value() -> DeliveryStatusType:
    return "Failure"
# DeliveryStatusType definition

DeliveryStatusType = Literal[
    "Failure",
    "Not_Applicable",
    "Success",
]

DescribeAggregateComplianceByConfigRulesPaginatorName#

# DescribeAggregateComplianceByConfigRulesPaginatorName usage example

from mypy_boto3_config.literals import DescribeAggregateComplianceByConfigRulesPaginatorName

def get_value() -> DescribeAggregateComplianceByConfigRulesPaginatorName:
    return "describe_aggregate_compliance_by_config_rules"
# DescribeAggregateComplianceByConfigRulesPaginatorName definition

DescribeAggregateComplianceByConfigRulesPaginatorName = Literal[
    "describe_aggregate_compliance_by_config_rules",
]

DescribeAggregateComplianceByConformancePacksPaginatorName#

# DescribeAggregateComplianceByConformancePacksPaginatorName usage example

from mypy_boto3_config.literals import DescribeAggregateComplianceByConformancePacksPaginatorName

def get_value() -> DescribeAggregateComplianceByConformancePacksPaginatorName:
    return "describe_aggregate_compliance_by_conformance_packs"
# DescribeAggregateComplianceByConformancePacksPaginatorName definition

DescribeAggregateComplianceByConformancePacksPaginatorName = Literal[
    "describe_aggregate_compliance_by_conformance_packs",
]

DescribeAggregationAuthorizationsPaginatorName#

# DescribeAggregationAuthorizationsPaginatorName usage example

from mypy_boto3_config.literals import DescribeAggregationAuthorizationsPaginatorName

def get_value() -> DescribeAggregationAuthorizationsPaginatorName:
    return "describe_aggregation_authorizations"
# DescribeAggregationAuthorizationsPaginatorName definition

DescribeAggregationAuthorizationsPaginatorName = Literal[
    "describe_aggregation_authorizations",
]

DescribeComplianceByConfigRulePaginatorName#

# DescribeComplianceByConfigRulePaginatorName usage example

from mypy_boto3_config.literals import DescribeComplianceByConfigRulePaginatorName

def get_value() -> DescribeComplianceByConfigRulePaginatorName:
    return "describe_compliance_by_config_rule"
# DescribeComplianceByConfigRulePaginatorName definition

DescribeComplianceByConfigRulePaginatorName = Literal[
    "describe_compliance_by_config_rule",
]

DescribeComplianceByResourcePaginatorName#

# DescribeComplianceByResourcePaginatorName usage example

from mypy_boto3_config.literals import DescribeComplianceByResourcePaginatorName

def get_value() -> DescribeComplianceByResourcePaginatorName:
    return "describe_compliance_by_resource"
# DescribeComplianceByResourcePaginatorName definition

DescribeComplianceByResourcePaginatorName = Literal[
    "describe_compliance_by_resource",
]

DescribeConfigRuleEvaluationStatusPaginatorName#

# DescribeConfigRuleEvaluationStatusPaginatorName usage example

from mypy_boto3_config.literals import DescribeConfigRuleEvaluationStatusPaginatorName

def get_value() -> DescribeConfigRuleEvaluationStatusPaginatorName:
    return "describe_config_rule_evaluation_status"
# DescribeConfigRuleEvaluationStatusPaginatorName definition

DescribeConfigRuleEvaluationStatusPaginatorName = Literal[
    "describe_config_rule_evaluation_status",
]

DescribeConfigRulesPaginatorName#

# DescribeConfigRulesPaginatorName usage example

from mypy_boto3_config.literals import DescribeConfigRulesPaginatorName

def get_value() -> DescribeConfigRulesPaginatorName:
    return "describe_config_rules"
# DescribeConfigRulesPaginatorName definition

DescribeConfigRulesPaginatorName = Literal[
    "describe_config_rules",
]

DescribeConfigurationAggregatorSourcesStatusPaginatorName#

# DescribeConfigurationAggregatorSourcesStatusPaginatorName usage example

from mypy_boto3_config.literals import DescribeConfigurationAggregatorSourcesStatusPaginatorName

def get_value() -> DescribeConfigurationAggregatorSourcesStatusPaginatorName:
    return "describe_configuration_aggregator_sources_status"
# DescribeConfigurationAggregatorSourcesStatusPaginatorName definition

DescribeConfigurationAggregatorSourcesStatusPaginatorName = Literal[
    "describe_configuration_aggregator_sources_status",
]

DescribeConfigurationAggregatorsPaginatorName#

# DescribeConfigurationAggregatorsPaginatorName usage example

from mypy_boto3_config.literals import DescribeConfigurationAggregatorsPaginatorName

def get_value() -> DescribeConfigurationAggregatorsPaginatorName:
    return "describe_configuration_aggregators"
# DescribeConfigurationAggregatorsPaginatorName definition

DescribeConfigurationAggregatorsPaginatorName = Literal[
    "describe_configuration_aggregators",
]

DescribeConformancePackStatusPaginatorName#

# DescribeConformancePackStatusPaginatorName usage example

from mypy_boto3_config.literals import DescribeConformancePackStatusPaginatorName

def get_value() -> DescribeConformancePackStatusPaginatorName:
    return "describe_conformance_pack_status"
# DescribeConformancePackStatusPaginatorName definition

DescribeConformancePackStatusPaginatorName = Literal[
    "describe_conformance_pack_status",
]

DescribeConformancePacksPaginatorName#

# DescribeConformancePacksPaginatorName usage example

from mypy_boto3_config.literals import DescribeConformancePacksPaginatorName

def get_value() -> DescribeConformancePacksPaginatorName:
    return "describe_conformance_packs"
# DescribeConformancePacksPaginatorName definition

DescribeConformancePacksPaginatorName = Literal[
    "describe_conformance_packs",
]

DescribeOrganizationConfigRuleStatusesPaginatorName#

# DescribeOrganizationConfigRuleStatusesPaginatorName usage example

from mypy_boto3_config.literals import DescribeOrganizationConfigRuleStatusesPaginatorName

def get_value() -> DescribeOrganizationConfigRuleStatusesPaginatorName:
    return "describe_organization_config_rule_statuses"
# DescribeOrganizationConfigRuleStatusesPaginatorName definition

DescribeOrganizationConfigRuleStatusesPaginatorName = Literal[
    "describe_organization_config_rule_statuses",
]

DescribeOrganizationConfigRulesPaginatorName#

# DescribeOrganizationConfigRulesPaginatorName usage example

from mypy_boto3_config.literals import DescribeOrganizationConfigRulesPaginatorName

def get_value() -> DescribeOrganizationConfigRulesPaginatorName:
    return "describe_organization_config_rules"
# DescribeOrganizationConfigRulesPaginatorName definition

DescribeOrganizationConfigRulesPaginatorName = Literal[
    "describe_organization_config_rules",
]

DescribeOrganizationConformancePackStatusesPaginatorName#

# DescribeOrganizationConformancePackStatusesPaginatorName usage example

from mypy_boto3_config.literals import DescribeOrganizationConformancePackStatusesPaginatorName

def get_value() -> DescribeOrganizationConformancePackStatusesPaginatorName:
    return "describe_organization_conformance_pack_statuses"
# DescribeOrganizationConformancePackStatusesPaginatorName definition

DescribeOrganizationConformancePackStatusesPaginatorName = Literal[
    "describe_organization_conformance_pack_statuses",
]

DescribeOrganizationConformancePacksPaginatorName#

# DescribeOrganizationConformancePacksPaginatorName usage example

from mypy_boto3_config.literals import DescribeOrganizationConformancePacksPaginatorName

def get_value() -> DescribeOrganizationConformancePacksPaginatorName:
    return "describe_organization_conformance_packs"
# DescribeOrganizationConformancePacksPaginatorName definition

DescribeOrganizationConformancePacksPaginatorName = Literal[
    "describe_organization_conformance_packs",
]

DescribePendingAggregationRequestsPaginatorName#

# DescribePendingAggregationRequestsPaginatorName usage example

from mypy_boto3_config.literals import DescribePendingAggregationRequestsPaginatorName

def get_value() -> DescribePendingAggregationRequestsPaginatorName:
    return "describe_pending_aggregation_requests"
# DescribePendingAggregationRequestsPaginatorName definition

DescribePendingAggregationRequestsPaginatorName = Literal[
    "describe_pending_aggregation_requests",
]

DescribeRemediationExecutionStatusPaginatorName