Skip to content

Literals#

Index > AuditManager > Literals

Auto-generated documentation for AuditManager type annotations stubs module mypy-boto3-auditmanager.

AccountStatusType#

# AccountStatusType usage example

from mypy_boto3_auditmanager.literals import AccountStatusType

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

AccountStatusType = Literal[
    "ACTIVE",
    "INACTIVE",
    "PENDING_ACTIVATION",
]

ActionEnumType#

# ActionEnumType usage example

from mypy_boto3_auditmanager.literals import ActionEnumType

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

ActionEnumType = Literal[
    "ACTIVE",
    "CREATE",
    "DELETE",
    "IMPORT_EVIDENCE",
    "INACTIVE",
    "REVIEWED",
    "UNDER_REVIEW",
    "UPDATE_METADATA",
]

AssessmentReportDestinationTypeType#

# AssessmentReportDestinationTypeType usage example

from mypy_boto3_auditmanager.literals import AssessmentReportDestinationTypeType

def get_value() -> AssessmentReportDestinationTypeType:
    return "S3"
# AssessmentReportDestinationTypeType definition

AssessmentReportDestinationTypeType = Literal[
    "S3",
]

AssessmentReportStatusType#

# AssessmentReportStatusType usage example

from mypy_boto3_auditmanager.literals import AssessmentReportStatusType

def get_value() -> AssessmentReportStatusType:
    return "COMPLETE"
# AssessmentReportStatusType definition

AssessmentReportStatusType = Literal[
    "COMPLETE",
    "FAILED",
    "IN_PROGRESS",
]

AssessmentStatusType#

# AssessmentStatusType usage example

from mypy_boto3_auditmanager.literals import AssessmentStatusType

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

AssessmentStatusType = Literal[
    "ACTIVE",
    "INACTIVE",
]

ControlResponseType#

# ControlResponseType usage example

from mypy_boto3_auditmanager.literals import ControlResponseType

def get_value() -> ControlResponseType:
    return "AUTOMATE"
# ControlResponseType definition

ControlResponseType = Literal[
    "AUTOMATE",
    "DEFER",
    "IGNORE",
    "MANUAL",
]

ControlSetStatusType#

# ControlSetStatusType usage example

from mypy_boto3_auditmanager.literals import ControlSetStatusType

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

ControlSetStatusType = Literal[
    "ACTIVE",
    "REVIEWED",
    "UNDER_REVIEW",
]

ControlStatusType#

# ControlStatusType usage example

from mypy_boto3_auditmanager.literals import ControlStatusType

def get_value() -> ControlStatusType:
    return "INACTIVE"
# ControlStatusType definition

ControlStatusType = Literal[
    "INACTIVE",
    "REVIEWED",
    "UNDER_REVIEW",
]

ControlTypeType#

# ControlTypeType usage example

from mypy_boto3_auditmanager.literals import ControlTypeType

def get_value() -> ControlTypeType:
    return "Custom"
# ControlTypeType definition

ControlTypeType = Literal[
    "Custom",
    "Standard",
]

DelegationStatusType#

# DelegationStatusType usage example

from mypy_boto3_auditmanager.literals import DelegationStatusType

def get_value() -> DelegationStatusType:
    return "COMPLETE"
# DelegationStatusType definition

DelegationStatusType = Literal[
    "COMPLETE",
    "IN_PROGRESS",
    "UNDER_REVIEW",
]

DeleteResourcesType#

# DeleteResourcesType usage example

from mypy_boto3_auditmanager.literals import DeleteResourcesType

def get_value() -> DeleteResourcesType:
    return "ALL"
# DeleteResourcesType definition

DeleteResourcesType = Literal[
    "ALL",
    "DEFAULT",
]

EvidenceFinderBackfillStatusType#

# EvidenceFinderBackfillStatusType usage example

from mypy_boto3_auditmanager.literals import EvidenceFinderBackfillStatusType

def get_value() -> EvidenceFinderBackfillStatusType:
    return "COMPLETED"
# EvidenceFinderBackfillStatusType definition

EvidenceFinderBackfillStatusType = Literal[
    "COMPLETED",
    "IN_PROGRESS",
    "NOT_STARTED",
]

EvidenceFinderEnablementStatusType#

# EvidenceFinderEnablementStatusType usage example

from mypy_boto3_auditmanager.literals import EvidenceFinderEnablementStatusType

def get_value() -> EvidenceFinderEnablementStatusType:
    return "DISABLED"
# EvidenceFinderEnablementStatusType definition

EvidenceFinderEnablementStatusType = Literal[
    "DISABLE_IN_PROGRESS",
    "DISABLED",
    "ENABLE_IN_PROGRESS",
    "ENABLED",
]

ExportDestinationTypeType#

# ExportDestinationTypeType usage example

from mypy_boto3_auditmanager.literals import ExportDestinationTypeType

def get_value() -> ExportDestinationTypeType:
    return "S3"
# ExportDestinationTypeType definition

ExportDestinationTypeType = Literal[
    "S3",
]

FrameworkTypeType#

# FrameworkTypeType usage example

from mypy_boto3_auditmanager.literals import FrameworkTypeType

def get_value() -> FrameworkTypeType:
    return "Custom"
# FrameworkTypeType definition

FrameworkTypeType = Literal[
    "Custom",
    "Standard",
]

KeywordInputTypeType#

# KeywordInputTypeType usage example

from mypy_boto3_auditmanager.literals import KeywordInputTypeType

def get_value() -> KeywordInputTypeType:
    return "INPUT_TEXT"
# KeywordInputTypeType definition

KeywordInputTypeType = Literal[
    "INPUT_TEXT",
    "SELECT_FROM_LIST",
    "UPLOAD_FILE",
]

ObjectTypeEnumType#

# ObjectTypeEnumType usage example

from mypy_boto3_auditmanager.literals import ObjectTypeEnumType

def get_value() -> ObjectTypeEnumType:
    return "ASSESSMENT"
# ObjectTypeEnumType definition

ObjectTypeEnumType = Literal[
    "ASSESSMENT",
    "ASSESSMENT_REPORT",
    "CONTROL",
    "CONTROL_SET",
    "DELEGATION",
]

RoleTypeType#

# RoleTypeType usage example

from mypy_boto3_auditmanager.literals import RoleTypeType

def get_value() -> RoleTypeType:
    return "PROCESS_OWNER"
# RoleTypeType definition

RoleTypeType = Literal[
    "PROCESS_OWNER",
    "RESOURCE_OWNER",
]

SettingAttributeType#

# SettingAttributeType usage example

from mypy_boto3_auditmanager.literals import SettingAttributeType

def get_value() -> SettingAttributeType:
    return "ALL"
# SettingAttributeType definition

SettingAttributeType = Literal[
    "ALL",
    "DEFAULT_ASSESSMENT_REPORTS_DESTINATION",
    "DEFAULT_EXPORT_DESTINATION",
    "DEFAULT_PROCESS_OWNERS",
    "DEREGISTRATION_POLICY",
    "EVIDENCE_FINDER_ENABLEMENT",
    "IS_AWS_ORG_ENABLED",
    "SNS_TOPIC",
]

ShareRequestActionType#

# ShareRequestActionType usage example

from mypy_boto3_auditmanager.literals import ShareRequestActionType

def get_value() -> ShareRequestActionType:
    return "ACCEPT"
# ShareRequestActionType definition

ShareRequestActionType = Literal[
    "ACCEPT",
    "DECLINE",
    "REVOKE",
]

ShareRequestStatusType#

# ShareRequestStatusType usage example

from mypy_boto3_auditmanager.literals import ShareRequestStatusType

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

ShareRequestStatusType = Literal[
    "ACTIVE",
    "DECLINED",
    "EXPIRED",
    "EXPIRING",
    "FAILED",
    "REPLICATING",
    "REVOKED",
    "SHARED",
]

ShareRequestTypeType#

# ShareRequestTypeType usage example

from mypy_boto3_auditmanager.literals import ShareRequestTypeType

def get_value() -> ShareRequestTypeType:
    return "RECEIVED"
# ShareRequestTypeType definition

ShareRequestTypeType = Literal[
    "RECEIVED",
    "SENT",
]

SourceFrequencyType#

# SourceFrequencyType usage example

from mypy_boto3_auditmanager.literals import SourceFrequencyType

def get_value() -> SourceFrequencyType:
    return "DAILY"
# SourceFrequencyType definition

SourceFrequencyType = Literal[
    "DAILY",
    "MONTHLY",
    "WEEKLY",
]

SourceSetUpOptionType#

# SourceSetUpOptionType usage example

from mypy_boto3_auditmanager.literals import SourceSetUpOptionType

def get_value() -> SourceSetUpOptionType:
    return "Procedural_Controls_Mapping"
# SourceSetUpOptionType definition

SourceSetUpOptionType = Literal[
    "Procedural_Controls_Mapping",
    "System_Controls_Mapping",
]

SourceTypeType#

# SourceTypeType usage example

from mypy_boto3_auditmanager.literals import SourceTypeType

def get_value() -> SourceTypeType:
    return "AWS_API_Call"
# SourceTypeType definition

SourceTypeType = Literal[
    "AWS_API_Call",
    "AWS_Cloudtrail",
    "AWS_Config",
    "AWS_Security_Hub",
    "MANUAL",
]

AuditManagerServiceName#

# AuditManagerServiceName usage example

from mypy_boto3_auditmanager.literals import AuditManagerServiceName

def get_value() -> AuditManagerServiceName:
    return "auditmanager"
# AuditManagerServiceName definition

AuditManagerServiceName = Literal[
    "auditmanager",
]

ServiceName#

# ServiceName usage example

from mypy_boto3_auditmanager.literals import ServiceName

def get_value() -> ServiceName:
    return "accessanalyzer"
# ServiceName definition

ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "alexaforbusiness",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-zonal-shift",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "backupstorage",
    "batch",
    "bcm-data-exports",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "bedrock-runtime",
    "billingconductor",
    "braket",
    "budgets",
    "ce",
    "chatbot",
    "chime",
    "chime-sdk-identity",
    "chime-sdk-media-pipelines",
    "chime-sdk-meetings",
    "chime-sdk-messaging",
    "chime-sdk-voice",
    "cleanrooms",
    "cleanroomsml",
    "cloud9",
    "cloudcontrol",
    "clouddirectory",
    "cloudformation",
    "cloudfront",
    "cloudfront-keyvaluestore",
    "cloudhsm",
    "cloudhsmv2",
    "cloudsearch",
    "cloudsearchdomain",
    "cloudtrail",
    "cloudtrail-data",
    "cloudwatch",
    "codeartifact",
    "codebuild",
    "codecatalyst",
    "codecommit",
    "codedeploy",
    "codeguru-reviewer",
    "codeguru-security",
    "codeguruprofiler",
    "codepipeline",
    "codestar",
    "codestar-connections",
    "codestar-notifications",
    "cognito-identity",
    "cognito-idp",
    "cognito-sync",
    "comprehend",
    "comprehendmedical",
    "compute-optimizer",
    "config",
    "connect",
    "connect-contact-lens",
    "connectcampaigns",
    "connectcases",
    "connectparticipant",
    "controltower",
    "cost-optimization-hub",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "datazone",
    "dax",
    "detective",
    "devicefarm",
    "devops-guru",
    "directconnect",
    "discovery",
    "dlm",
    "dms",
    "docdb",
    "docdb-elastic",
    "drs",
    "ds",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "eks-auth",
    "elastic-inference",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "entityresolution",
    "es",
    "events",
    "evidently",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "freetier",
    "fsx",
    "gamelift",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "honeycode",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector-scan",
    "inspector2",
    "internetmonitor",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot1click-devices",
    "iot1click-projects",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleethub",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivs-realtime",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "kendra-ranking",
    "keyspaces",
    "kinesis",
    "kinesis-video-archived-media",
    "kinesis-video-media",
    "kinesis-video-signaling",
    "kinesis-video-webrtc-storage",
    "kinesisanalytics",
    "kinesisanalyticsv2",
    "kinesisvideo",
    "kms",
    "lakeformation",
    "lambda",
    "launch-wizard",
    "lex-models",
    "lex-runtime",
    "lexv2-models",
    "lexv2-runtime",
    "license-manager",
    "license-manager-linux-subscriptions",
    "license-manager-user-subscriptions",
    "lightsail",
    "location",
    "logs",
    "lookoutequipment",
    "lookoutmetrics",
    "lookoutvision",
    "m2",
    "machinelearning",
    "macie2",
    "managedblockchain",
    "managedblockchain-query",
    "marketplace-agreement",
    "marketplace-catalog",
    "marketplace-deployment",
    "marketplace-entitlement",
    "marketplacecommerceanalytics",
    "mediaconnect",
    "mediaconvert",
    "medialive",
    "mediapackage",
    "mediapackage-vod",
    "mediapackagev2",
    "mediastore",
    "mediastore-data",
    "mediatailor",
    "medical-imaging",
    "memorydb",
    "meteringmarketplace",
    "mgh",
    "mgn",
    "migration-hub-refactor-spaces",
    "migrationhub-config",
    "migrationhuborchestrator",
    "migrationhubstrategy",
    "mobile",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkmanager",
    "networkmonitor",
    "nimble",
    "oam",
    "omics",
    "opensearch",
    "opensearchserverless",
    "opsworks",
    "opsworkscm",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "payment-cryptography",
    "payment-cryptography-data",
    "pca-connector-ad",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "privatenetworks",
    "proton",
    "qbusiness",
    "qconnect",
    "qldb",
    "qldb-session",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "repostspace",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "robomaker",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "route53resolver",
    "rum",
    "s3",
    "s3control",
    "s3outposts",
    "sagemaker",
    "sagemaker-a2i-runtime",
    "sagemaker-edge",
    "sagemaker-featurestore-runtime",
    "sagemaker-geospatial",
    "sagemaker-metrics",
    "sagemaker-runtime",
    "savingsplans",
    "scheduler",
    "schemas",
    "sdb",
    "secretsmanager",
    "securityhub",
    "securitylake",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "simspaceweaver",
    "sms",
    "sms-voice",
    "snow-device-management",
    "snowball",
    "sns",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-incidents",
    "ssm-sap",
    "sso",
    "sso-admin",
    "sso-oidc",
    "stepfunctions",
    "storagegateway",
    "sts",
    "supplychain",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "textract",
    "timestream-influxdb",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "trustedadvisor",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]

ResourceServiceName#

# ResourceServiceName usage example

from mypy_boto3_auditmanager.literals import ResourceServiceName

def get_value() -> ResourceServiceName:
    return "cloudformation"
# ResourceServiceName definition

ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "opsworks",
    "s3",
    "sns",
    "sqs",
]

RegionName#

# RegionName usage example

from mypy_boto3_auditmanager.literals import RegionName

def get_value() -> RegionName:
    return "ap-northeast-1"
# RegionName definition

RegionName = Literal[
    "ap-northeast-1",
    "ap-south-1",
    "ap-southeast-1",
    "ap-southeast-2",
    "ca-central-1",
    "eu-central-1",
    "eu-west-1",
    "eu-west-2",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]