Literals#
Index > AccessAnalyzer > Literals
Auto-generated documentation for AccessAnalyzer type annotations stubs module mypy-boto3-accessanalyzer.
AccessCheckPolicyTypeType#
# AccessCheckPolicyTypeType usage example
from mypy_boto3_accessanalyzer.literals import AccessCheckPolicyTypeType
def get_value() -> AccessCheckPolicyTypeType:
return "IDENTITY_POLICY"
# AccessCheckPolicyTypeType definition
AccessCheckPolicyTypeType = Literal[
"IDENTITY_POLICY",
"RESOURCE_POLICY",
]
AccessCheckResourceTypeType#
# AccessCheckResourceTypeType usage example
from mypy_boto3_accessanalyzer.literals import AccessCheckResourceTypeType
def get_value() -> AccessCheckResourceTypeType:
return "AWS::DynamoDB::Stream"
# AccessCheckResourceTypeType definition
AccessCheckResourceTypeType = Literal[
"AWS::DynamoDB::Stream",
"AWS::DynamoDB::Table",
"AWS::EFS::FileSystem",
"AWS::IAM::AssumeRolePolicyDocument",
"AWS::Kinesis::Stream",
"AWS::Kinesis::StreamConsumer",
"AWS::KMS::Key",
"AWS::Lambda::Function",
"AWS::OpenSearchService::Domain",
"AWS::S3::AccessPoint",
"AWS::S3::Bucket",
"AWS::S3::Glacier",
"AWS::S3Express::DirectoryBucket",
"AWS::S3Outposts::AccessPoint",
"AWS::S3Outposts::Bucket",
"AWS::SecretsManager::Secret",
"AWS::SNS::Topic",
"AWS::SQS::Queue",
]
AccessPreviewStatusReasonCodeType#
# AccessPreviewStatusReasonCodeType usage example
from mypy_boto3_accessanalyzer.literals import AccessPreviewStatusReasonCodeType
def get_value() -> AccessPreviewStatusReasonCodeType:
return "INTERNAL_ERROR"
# AccessPreviewStatusReasonCodeType definition
AccessPreviewStatusReasonCodeType = Literal[
"INTERNAL_ERROR",
"INVALID_CONFIGURATION",
]
AccessPreviewStatusType#
# AccessPreviewStatusType usage example
from mypy_boto3_accessanalyzer.literals import AccessPreviewStatusType
def get_value() -> AccessPreviewStatusType:
return "COMPLETED"
# AccessPreviewStatusType definition
AccessPreviewStatusType = Literal[
"COMPLETED",
"CREATING",
"FAILED",
]
AclPermissionType#
# AclPermissionType usage example
from mypy_boto3_accessanalyzer.literals import AclPermissionType
def get_value() -> AclPermissionType:
return "FULL_CONTROL"
# AclPermissionType definition
AclPermissionType = Literal[
"FULL_CONTROL",
"READ",
"READ_ACP",
"WRITE",
"WRITE_ACP",
]
AnalyzerStatusType#
# AnalyzerStatusType usage example
from mypy_boto3_accessanalyzer.literals import AnalyzerStatusType
def get_value() -> AnalyzerStatusType:
return "ACTIVE"
# AnalyzerStatusType definition
AnalyzerStatusType = Literal[
"ACTIVE",
"CREATING",
"DISABLED",
"FAILED",
]
CheckAccessNotGrantedResultType#
# CheckAccessNotGrantedResultType usage example
from mypy_boto3_accessanalyzer.literals import CheckAccessNotGrantedResultType
def get_value() -> CheckAccessNotGrantedResultType:
return "FAIL"
# CheckAccessNotGrantedResultType definition
CheckAccessNotGrantedResultType = Literal[
"FAIL",
"PASS",
]
CheckNoNewAccessResultType#
# CheckNoNewAccessResultType usage example
from mypy_boto3_accessanalyzer.literals import CheckNoNewAccessResultType
def get_value() -> CheckNoNewAccessResultType:
return "FAIL"
# CheckNoNewAccessResultType definition
CheckNoNewAccessResultType = Literal[
"FAIL",
"PASS",
]
CheckNoPublicAccessResultType#
# CheckNoPublicAccessResultType usage example
from mypy_boto3_accessanalyzer.literals import CheckNoPublicAccessResultType
def get_value() -> CheckNoPublicAccessResultType:
return "FAIL"
# CheckNoPublicAccessResultType definition
CheckNoPublicAccessResultType = Literal[
"FAIL",
"PASS",
]
FindingChangeTypeType#
# FindingChangeTypeType usage example
from mypy_boto3_accessanalyzer.literals import FindingChangeTypeType
def get_value() -> FindingChangeTypeType:
return "CHANGED"
# FindingChangeTypeType definition
FindingChangeTypeType = Literal[
"CHANGED",
"NEW",
"UNCHANGED",
]
FindingSourceTypeType#
# FindingSourceTypeType usage example
from mypy_boto3_accessanalyzer.literals import FindingSourceTypeType
def get_value() -> FindingSourceTypeType:
return "BUCKET_ACL"
# FindingSourceTypeType definition
FindingSourceTypeType = Literal[
"BUCKET_ACL",
"POLICY",
"S3_ACCESS_POINT",
"S3_ACCESS_POINT_ACCOUNT",
]
FindingStatusType#
# FindingStatusType usage example
from mypy_boto3_accessanalyzer.literals import FindingStatusType
def get_value() -> FindingStatusType:
return "ACTIVE"
# FindingStatusType definition
FindingStatusType = Literal[
"ACTIVE",
"ARCHIVED",
"RESOLVED",
]
FindingStatusUpdateType#
# FindingStatusUpdateType usage example
from mypy_boto3_accessanalyzer.literals import FindingStatusUpdateType
def get_value() -> FindingStatusUpdateType:
return "ACTIVE"
# FindingStatusUpdateType definition
FindingStatusUpdateType = Literal[
"ACTIVE",
"ARCHIVED",
]
FindingTypeType#
# FindingTypeType usage example
from mypy_boto3_accessanalyzer.literals import FindingTypeType
def get_value() -> FindingTypeType:
return "ExternalAccess"
# FindingTypeType definition
FindingTypeType = Literal[
"ExternalAccess",
"UnusedIAMRole",
"UnusedIAMUserAccessKey",
"UnusedIAMUserPassword",
"UnusedPermission",
]
GetFindingRecommendationPaginatorName#
# GetFindingRecommendationPaginatorName usage example
from mypy_boto3_accessanalyzer.literals import GetFindingRecommendationPaginatorName
def get_value() -> GetFindingRecommendationPaginatorName:
return "get_finding_recommendation"
# GetFindingRecommendationPaginatorName definition
GetFindingRecommendationPaginatorName = Literal[
"get_finding_recommendation",
]
GetFindingV2PaginatorName#
# GetFindingV2PaginatorName usage example
from mypy_boto3_accessanalyzer.literals import GetFindingV2PaginatorName
def get_value() -> GetFindingV2PaginatorName:
return "get_finding_v2"
# GetFindingV2PaginatorName definition
GetFindingV2PaginatorName = Literal[
"get_finding_v2",
]
JobErrorCodeType#
# JobErrorCodeType usage example
from mypy_boto3_accessanalyzer.literals import JobErrorCodeType
def get_value() -> JobErrorCodeType:
return "AUTHORIZATION_ERROR"
# JobErrorCodeType definition
JobErrorCodeType = Literal[
"AUTHORIZATION_ERROR",
"RESOURCE_NOT_FOUND_ERROR",
"SERVICE_ERROR",
"SERVICE_QUOTA_EXCEEDED_ERROR",
]
JobStatusType#
# JobStatusType usage example
from mypy_boto3_accessanalyzer.literals import JobStatusType
def get_value() -> JobStatusType:
return "CANCELED"
# JobStatusType definition
JobStatusType = Literal[
"CANCELED",
"FAILED",
"IN_PROGRESS",
"SUCCEEDED",
]
KmsGrantOperationType#
# KmsGrantOperationType usage example
from mypy_boto3_accessanalyzer.literals import KmsGrantOperationType
def get_value() -> KmsGrantOperationType:
return "CreateGrant"
# KmsGrantOperationType definition
KmsGrantOperationType = Literal[
"CreateGrant",
"Decrypt",
"DescribeKey",
"Encrypt",
"GenerateDataKey",
"GenerateDataKeyPair",
"GenerateDataKeyPairWithoutPlaintext",
"GenerateDataKeyWithoutPlaintext",
"GetPublicKey",
"ReEncryptFrom",
"ReEncryptTo",
"RetireGrant",
"Sign",
"Verify",
]
ListAccessPreviewFindingsPaginatorName#
# ListAccessPreviewFindingsPaginatorName usage example
from mypy_boto3_accessanalyzer.literals import ListAccessPreviewFindingsPaginatorName
def get_value() -> ListAccessPreviewFindingsPaginatorName:
return "list_access_preview_findings"
# ListAccessPreviewFindingsPaginatorName definition
ListAccessPreviewFindingsPaginatorName = Literal[
"list_access_preview_findings",
]
ListAccessPreviewsPaginatorName#
# ListAccessPreviewsPaginatorName usage example
from mypy_boto3_accessanalyzer.literals import ListAccessPreviewsPaginatorName
def get_value() -> ListAccessPreviewsPaginatorName:
return "list_access_previews"
# ListAccessPreviewsPaginatorName definition
ListAccessPreviewsPaginatorName = Literal[
"list_access_previews",
]
ListAnalyzedResourcesPaginatorName#
# ListAnalyzedResourcesPaginatorName usage example
from mypy_boto3_accessanalyzer.literals import ListAnalyzedResourcesPaginatorName
def get_value() -> ListAnalyzedResourcesPaginatorName:
return "list_analyzed_resources"
# ListAnalyzedResourcesPaginatorName definition
ListAnalyzedResourcesPaginatorName = Literal[
"list_analyzed_resources",
]
ListAnalyzersPaginatorName#
# ListAnalyzersPaginatorName usage example
from mypy_boto3_accessanalyzer.literals import ListAnalyzersPaginatorName
def get_value() -> ListAnalyzersPaginatorName:
return "list_analyzers"
# ListAnalyzersPaginatorName definition
ListAnalyzersPaginatorName = Literal[
"list_analyzers",
]
ListArchiveRulesPaginatorName#
# ListArchiveRulesPaginatorName usage example
from mypy_boto3_accessanalyzer.literals import ListArchiveRulesPaginatorName
def get_value() -> ListArchiveRulesPaginatorName:
return "list_archive_rules"
# ListArchiveRulesPaginatorName definition
ListArchiveRulesPaginatorName = Literal[
"list_archive_rules",
]
ListFindingsPaginatorName#
# ListFindingsPaginatorName usage example
from mypy_boto3_accessanalyzer.literals import ListFindingsPaginatorName
def get_value() -> ListFindingsPaginatorName:
return "list_findings"
# ListFindingsPaginatorName definition
ListFindingsPaginatorName = Literal[
"list_findings",
]
ListFindingsV2PaginatorName#
# ListFindingsV2PaginatorName usage example
from mypy_boto3_accessanalyzer.literals import ListFindingsV2PaginatorName
def get_value() -> ListFindingsV2PaginatorName:
return "list_findings_v2"
# ListFindingsV2PaginatorName definition
ListFindingsV2PaginatorName = Literal[
"list_findings_v2",
]
ListPolicyGenerationsPaginatorName#
# ListPolicyGenerationsPaginatorName usage example
from mypy_boto3_accessanalyzer.literals import ListPolicyGenerationsPaginatorName
def get_value() -> ListPolicyGenerationsPaginatorName:
return "list_policy_generations"
# ListPolicyGenerationsPaginatorName definition
ListPolicyGenerationsPaginatorName = Literal[
"list_policy_generations",
]
LocaleType#
# LocaleType usage example
from mypy_boto3_accessanalyzer.literals import LocaleType
def get_value() -> LocaleType:
return "DE"
# LocaleType definition
LocaleType = Literal[
"DE",
"EN",
"ES",
"FR",
"IT",
"JA",
"KO",
"PT_BR",
"ZH_CN",
"ZH_TW",
]
OrderByType#
# OrderByType usage example
from mypy_boto3_accessanalyzer.literals import OrderByType
def get_value() -> OrderByType:
return "ASC"
# OrderByType definition
OrderByType = Literal[
"ASC",
"DESC",
]
PolicyTypeType#
# PolicyTypeType usage example
from mypy_boto3_accessanalyzer.literals import PolicyTypeType
def get_value() -> PolicyTypeType:
return "IDENTITY_POLICY"
# PolicyTypeType definition
PolicyTypeType = Literal[
"IDENTITY_POLICY",
"RESOURCE_CONTROL_POLICY",
"RESOURCE_POLICY",
"SERVICE_CONTROL_POLICY",
]
ReasonCodeType#
# ReasonCodeType usage example
from mypy_boto3_accessanalyzer.literals import ReasonCodeType
def get_value() -> ReasonCodeType:
return "AWS_SERVICE_ACCESS_DISABLED"
# ReasonCodeType definition
ReasonCodeType = Literal[
"AWS_SERVICE_ACCESS_DISABLED",
"DELEGATED_ADMINISTRATOR_DEREGISTERED",
"ORGANIZATION_DELETED",
"SERVICE_LINKED_ROLE_CREATION_FAILED",
]
RecommendationTypeType#
# RecommendationTypeType usage example
from mypy_boto3_accessanalyzer.literals import RecommendationTypeType
def get_value() -> RecommendationTypeType:
return "UnusedPermissionRecommendation"
# RecommendationTypeType definition
RecommendationTypeType = Literal[
"UnusedPermissionRecommendation",
]
RecommendedRemediationActionType#
# RecommendedRemediationActionType usage example
from mypy_boto3_accessanalyzer.literals import RecommendedRemediationActionType
def get_value() -> RecommendedRemediationActionType:
return "CREATE_POLICY"
# RecommendedRemediationActionType definition
RecommendedRemediationActionType = Literal[
"CREATE_POLICY",
"DETACH_POLICY",
]
ResourceControlPolicyRestrictionType#
# ResourceControlPolicyRestrictionType usage example
from mypy_boto3_accessanalyzer.literals import ResourceControlPolicyRestrictionType
def get_value() -> ResourceControlPolicyRestrictionType:
return "APPLICABLE"
# ResourceControlPolicyRestrictionType definition
ResourceControlPolicyRestrictionType = Literal[
"APPLICABLE",
"FAILED_TO_EVALUATE_RCP",
"NOT_APPLICABLE",
]
ResourceTypeType#
# ResourceTypeType usage example
from mypy_boto3_accessanalyzer.literals import ResourceTypeType
def get_value() -> ResourceTypeType:
return "AWS::DynamoDB::Stream"
# ResourceTypeType definition
ResourceTypeType = Literal[
"AWS::DynamoDB::Stream",
"AWS::DynamoDB::Table",
"AWS::EC2::Snapshot",
"AWS::ECR::Repository",
"AWS::EFS::FileSystem",
"AWS::IAM::Role",
"AWS::IAM::User",
"AWS::KMS::Key",
"AWS::Lambda::Function",
"AWS::Lambda::LayerVersion",
"AWS::RDS::DBClusterSnapshot",
"AWS::RDS::DBSnapshot",
"AWS::S3::Bucket",
"AWS::S3Express::DirectoryBucket",
"AWS::SecretsManager::Secret",
"AWS::SNS::Topic",
"AWS::SQS::Queue",
]
StatusType#
# StatusType usage example
from mypy_boto3_accessanalyzer.literals import StatusType
def get_value() -> StatusType:
return "FAILED"
# StatusType definition
StatusType = Literal[
"FAILED",
"IN_PROGRESS",
"SUCCEEDED",
]
TypeType#
# TypeType usage example
from mypy_boto3_accessanalyzer.literals import TypeType
def get_value() -> TypeType:
return "ACCOUNT"
# TypeType definition
TypeType = Literal[
"ACCOUNT",
"ACCOUNT_UNUSED_ACCESS",
"ORGANIZATION",
"ORGANIZATION_UNUSED_ACCESS",
]
ValidatePolicyFindingTypeType#
# ValidatePolicyFindingTypeType usage example
from mypy_boto3_accessanalyzer.literals import ValidatePolicyFindingTypeType
def get_value() -> ValidatePolicyFindingTypeType:
return "ERROR"
# ValidatePolicyFindingTypeType definition
ValidatePolicyFindingTypeType = Literal[
"ERROR",
"SECURITY_WARNING",
"SUGGESTION",
"WARNING",
]
ValidatePolicyPaginatorName#
# ValidatePolicyPaginatorName usage example
from mypy_boto3_accessanalyzer.literals import ValidatePolicyPaginatorName
def get_value() -> ValidatePolicyPaginatorName:
return "validate_policy"
# ValidatePolicyPaginatorName definition
ValidatePolicyPaginatorName = Literal[
"validate_policy",
]
ValidatePolicyResourceTypeType#
# ValidatePolicyResourceTypeType usage example
from mypy_boto3_accessanalyzer.literals import ValidatePolicyResourceTypeType
def get_value() -> ValidatePolicyResourceTypeType:
return "AWS::DynamoDB::Table"
# ValidatePolicyResourceTypeType definition
ValidatePolicyResourceTypeType = Literal[
"AWS::DynamoDB::Table",
"AWS::IAM::AssumeRolePolicyDocument",
"AWS::S3::AccessPoint",
"AWS::S3::Bucket",
"AWS::S3::MultiRegionAccessPoint",
"AWS::S3ObjectLambda::AccessPoint",
]
AccessAnalyzerServiceName#
# AccessAnalyzerServiceName usage example
from mypy_boto3_accessanalyzer.literals import AccessAnalyzerServiceName
def get_value() -> AccessAnalyzerServiceName:
return "accessanalyzer"
# AccessAnalyzerServiceName definition
AccessAnalyzerServiceName = Literal[
"accessanalyzer",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_accessanalyzer.literals import ServiceName
def get_value() -> ServiceName:
return "accessanalyzer"
# ServiceName definition
ServiceName = Literal[
"accessanalyzer",
"account",
"acm",
"acm-pca",
"amp",
"amplify",
"amplifybackend",
"amplifyuibuilder",
"apigateway",
"apigatewaymanagementapi",
"apigatewayv2",
"appconfig",
"appconfigdata",
"appfabric",
"appflow",
"appintegrations",
"application-autoscaling",
"application-insights",
"application-signals",
"applicationcostprofiler",
"appmesh",
"apprunner",
"appstream",
"appsync",
"apptest",
"arc-zonal-shift",
"artifact",
"athena",
"auditmanager",
"autoscaling",
"autoscaling-plans",
"b2bi",
"backup",
"backup-gateway",
"batch",
"bcm-data-exports",
"bedrock",
"bedrock-agent",
"bedrock-agent-runtime",
"bedrock-runtime",
"billing",
"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",
"codeconnections",
"codedeploy",
"codeguru-reviewer",
"codeguru-security",
"codeguruprofiler",
"codepipeline",
"codestar-connections",
"codestar-notifications",
"cognito-identity",
"cognito-idp",
"cognito-sync",
"comprehend",
"comprehendmedical",
"compute-optimizer",
"config",
"connect",
"connect-contact-lens",
"connectcampaigns",
"connectcampaignsv2",
"connectcases",
"connectparticipant",
"controlcatalog",
"controltower",
"cost-optimization-hub",
"cur",
"customer-profiles",
"databrew",
"dataexchange",
"datapipeline",
"datasync",
"datazone",
"dax",
"deadline",
"detective",
"devicefarm",
"devops-guru",
"directconnect",
"discovery",
"dlm",
"dms",
"docdb",
"docdb-elastic",
"drs",
"ds",
"ds-data",
"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",
"geo-maps",
"geo-places",
"geo-routes",
"glacier",
"globalaccelerator",
"glue",
"grafana",
"greengrass",
"greengrassv2",
"groundstation",
"guardduty",
"health",
"healthlake",
"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",
"mailmanager",
"managedblockchain",
"managedblockchain-query",
"marketplace-agreement",
"marketplace-catalog",
"marketplace-deployment",
"marketplace-entitlement",
"marketplace-reporting",
"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",
"mq",
"mturk",
"mwaa",
"neptune",
"neptune-graph",
"neptunedata",
"network-firewall",
"networkmanager",
"networkmonitor",
"oam",
"omics",
"opensearch",
"opensearchserverless",
"opsworks",
"opsworkscm",
"organizations",
"osis",
"outposts",
"panorama",
"partnercentral-selling",
"payment-cryptography",
"payment-cryptography-data",
"pca-connector-ad",
"pca-connector-scep",
"pcs",
"personalize",
"personalize-events",
"personalize-runtime",
"pi",
"pinpoint",
"pinpoint-email",
"pinpoint-sms-voice",
"pinpoint-sms-voice-v2",
"pipes",
"polly",
"pricing",
"privatenetworks",
"proton",
"qapps",
"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",
"route53profiles",
"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",
"socialmessaging",
"sqs",
"ssm",
"ssm-contacts",
"ssm-incidents",
"ssm-quicksetup",
"ssm-sap",
"sso",
"sso-admin",
"sso-oidc",
"stepfunctions",
"storagegateway",
"sts",
"supplychain",
"support",
"support-app",
"swf",
"synthetics",
"taxsettings",
"textract",
"timestream-influxdb",
"timestream-query",
"timestream-write",
"tnb",
"transcribe",
"transfer",
"translate",
"trustedadvisor",
"verifiedpermissions",
"voice-id",
"vpc-lattice",
"waf",
"waf-regional",
"wafv2",
"wellarchitected",
"wisdom",
"workdocs",
"workmail",
"workmailmessageflow",
"workspaces",
"workspaces-thin-client",
"workspaces-web",
"xray",
]
ResourceServiceName#
# ResourceServiceName usage example
from mypy_boto3_accessanalyzer.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
return "cloudformation"
# ResourceServiceName definition
ResourceServiceName = Literal[
"cloudformation",
"cloudwatch",
"dynamodb",
"ec2",
"glacier",
"iam",
"opsworks",
"s3",
"sns",
"sqs",
]
PaginatorName#
# PaginatorName usage example
from mypy_boto3_accessanalyzer.literals import PaginatorName
def get_value() -> PaginatorName:
return "get_finding_recommendation"
# PaginatorName definition
PaginatorName = Literal[
"get_finding_recommendation",
"get_finding_v2",
"list_access_preview_findings",
"list_access_previews",
"list_analyzed_resources",
"list_analyzers",
"list_archive_rules",
"list_findings",
"list_findings_v2",
"list_policy_generations",
"validate_policy",
]
RegionName#
# RegionName usage example
from mypy_boto3_accessanalyzer.literals import RegionName
def get_value() -> RegionName:
return "af-south-1"
# RegionName definition
RegionName = Literal[
"af-south-1",
"ap-east-1",
"ap-northeast-1",
"ap-northeast-2",
"ap-northeast-3",
"ap-south-1",
"ap-south-2",
"ap-southeast-1",
"ap-southeast-2",
"ap-southeast-3",
"ap-southeast-4",
"ap-southeast-5",
"ca-central-1",
"ca-west-1",
"eu-central-1",
"eu-central-2",
"eu-north-1",
"eu-south-1",
"eu-south-2",
"eu-west-1",
"eu-west-2",
"eu-west-3",
"il-central-1",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
"us-east-2",
"us-west-1",
"us-west-2",
]