Literals#
Auto-generated documentation for ACMPCA type annotations stubs module mypy-boto3-acm-pca.
AccessMethodTypeType#
# AccessMethodTypeType usage example
from mypy_boto3_acm_pca.literals import AccessMethodTypeType
def get_value() -> AccessMethodTypeType:
return "CA_REPOSITORY"
# AccessMethodTypeType definition
AccessMethodTypeType = Literal[
"CA_REPOSITORY",
"RESOURCE_PKI_MANIFEST",
"RESOURCE_PKI_NOTIFY",
]
ActionTypeType#
# ActionTypeType usage example
from mypy_boto3_acm_pca.literals import ActionTypeType
def get_value() -> ActionTypeType:
return "GetCertificate"
# ActionTypeType definition
ActionTypeType = Literal[
"GetCertificate",
"IssueCertificate",
"ListPermissions",
]
AuditReportCreatedWaiterName#
# AuditReportCreatedWaiterName usage example
from mypy_boto3_acm_pca.literals import AuditReportCreatedWaiterName
def get_value() -> AuditReportCreatedWaiterName:
return "audit_report_created"
# AuditReportCreatedWaiterName definition
AuditReportCreatedWaiterName = Literal[
"audit_report_created",
]
AuditReportResponseFormatType#
# AuditReportResponseFormatType usage example
from mypy_boto3_acm_pca.literals import AuditReportResponseFormatType
def get_value() -> AuditReportResponseFormatType:
return "CSV"
# AuditReportResponseFormatType definition
AuditReportResponseFormatType = Literal[
"CSV",
"JSON",
]
AuditReportStatusType#
# AuditReportStatusType usage example
from mypy_boto3_acm_pca.literals import AuditReportStatusType
def get_value() -> AuditReportStatusType:
return "CREATING"
# AuditReportStatusType definition
AuditReportStatusType = Literal[
"CREATING",
"FAILED",
"SUCCESS",
]
CertificateAuthorityCSRCreatedWaiterName#
# CertificateAuthorityCSRCreatedWaiterName usage example
from mypy_boto3_acm_pca.literals import CertificateAuthorityCSRCreatedWaiterName
def get_value() -> CertificateAuthorityCSRCreatedWaiterName:
return "certificate_authority_csr_created"
# CertificateAuthorityCSRCreatedWaiterName definition
CertificateAuthorityCSRCreatedWaiterName = Literal[
"certificate_authority_csr_created",
]
CertificateAuthorityStatusType#
# CertificateAuthorityStatusType usage example
from mypy_boto3_acm_pca.literals import CertificateAuthorityStatusType
def get_value() -> CertificateAuthorityStatusType:
return "ACTIVE"
# CertificateAuthorityStatusType definition
CertificateAuthorityStatusType = Literal[
"ACTIVE",
"CREATING",
"DELETED",
"DISABLED",
"EXPIRED",
"FAILED",
"PENDING_CERTIFICATE",
]
CertificateAuthorityTypeType#
# CertificateAuthorityTypeType usage example
from mypy_boto3_acm_pca.literals import CertificateAuthorityTypeType
def get_value() -> CertificateAuthorityTypeType:
return "ROOT"
# CertificateAuthorityTypeType definition
CertificateAuthorityTypeType = Literal[
"ROOT",
"SUBORDINATE",
]
CertificateAuthorityUsageModeType#
# CertificateAuthorityUsageModeType usage example
from mypy_boto3_acm_pca.literals import CertificateAuthorityUsageModeType
def get_value() -> CertificateAuthorityUsageModeType:
return "GENERAL_PURPOSE"
# CertificateAuthorityUsageModeType definition
CertificateAuthorityUsageModeType = Literal[
"GENERAL_PURPOSE",
"SHORT_LIVED_CERTIFICATE",
]
CertificateIssuedWaiterName#
# CertificateIssuedWaiterName usage example
from mypy_boto3_acm_pca.literals import CertificateIssuedWaiterName
def get_value() -> CertificateIssuedWaiterName:
return "certificate_issued"
# CertificateIssuedWaiterName definition
CertificateIssuedWaiterName = Literal[
"certificate_issued",
]
ExtendedKeyUsageTypeType#
# ExtendedKeyUsageTypeType usage example
from mypy_boto3_acm_pca.literals import ExtendedKeyUsageTypeType
def get_value() -> ExtendedKeyUsageTypeType:
return "CERTIFICATE_TRANSPARENCY"
# ExtendedKeyUsageTypeType definition
ExtendedKeyUsageTypeType = Literal[
"CERTIFICATE_TRANSPARENCY",
"CLIENT_AUTH",
"CODE_SIGNING",
"DOCUMENT_SIGNING",
"EMAIL_PROTECTION",
"OCSP_SIGNING",
"SERVER_AUTH",
"SMART_CARD_LOGIN",
"TIME_STAMPING",
]
FailureReasonType#
# FailureReasonType usage example
from mypy_boto3_acm_pca.literals import FailureReasonType
def get_value() -> FailureReasonType:
return "OTHER"
# FailureReasonType definition
FailureReasonType = Literal[
"OTHER",
"REQUEST_TIMED_OUT",
"UNSUPPORTED_ALGORITHM",
]
KeyAlgorithmType#
# KeyAlgorithmType usage example
from mypy_boto3_acm_pca.literals import KeyAlgorithmType
def get_value() -> KeyAlgorithmType:
return "EC_prime256v1"
# KeyAlgorithmType definition
KeyAlgorithmType = Literal[
"EC_prime256v1",
"EC_secp384r1",
"RSA_2048",
"RSA_4096",
"SM2",
]
KeyStorageSecurityStandardType#
# KeyStorageSecurityStandardType usage example
from mypy_boto3_acm_pca.literals import KeyStorageSecurityStandardType
def get_value() -> KeyStorageSecurityStandardType:
return "CCPC_LEVEL_1_OR_HIGHER"
# KeyStorageSecurityStandardType definition
KeyStorageSecurityStandardType = Literal[
"CCPC_LEVEL_1_OR_HIGHER",
"FIPS_140_2_LEVEL_2_OR_HIGHER",
"FIPS_140_2_LEVEL_3_OR_HIGHER",
]
ListCertificateAuthoritiesPaginatorName#
# ListCertificateAuthoritiesPaginatorName usage example
from mypy_boto3_acm_pca.literals import ListCertificateAuthoritiesPaginatorName
def get_value() -> ListCertificateAuthoritiesPaginatorName:
return "list_certificate_authorities"
# ListCertificateAuthoritiesPaginatorName definition
ListCertificateAuthoritiesPaginatorName = Literal[
"list_certificate_authorities",
]
ListPermissionsPaginatorName#
# ListPermissionsPaginatorName usage example
from mypy_boto3_acm_pca.literals import ListPermissionsPaginatorName
def get_value() -> ListPermissionsPaginatorName:
return "list_permissions"
# ListPermissionsPaginatorName definition
ListPermissionsPaginatorName = Literal[
"list_permissions",
]
ListTagsPaginatorName#
# ListTagsPaginatorName usage example
from mypy_boto3_acm_pca.literals import ListTagsPaginatorName
def get_value() -> ListTagsPaginatorName:
return "list_tags"
# ListTagsPaginatorName definition
ListTagsPaginatorName = Literal[
"list_tags",
]
PolicyQualifierIdType#
# PolicyQualifierIdType usage example
from mypy_boto3_acm_pca.literals import PolicyQualifierIdType
def get_value() -> PolicyQualifierIdType:
return "CPS"
# PolicyQualifierIdType definition
PolicyQualifierIdType = Literal[
"CPS",
]
ResourceOwnerType#
# ResourceOwnerType usage example
from mypy_boto3_acm_pca.literals import ResourceOwnerType
def get_value() -> ResourceOwnerType:
return "OTHER_ACCOUNTS"
# ResourceOwnerType definition
ResourceOwnerType = Literal[
"OTHER_ACCOUNTS",
"SELF",
]
RevocationReasonType#
# RevocationReasonType usage example
from mypy_boto3_acm_pca.literals import RevocationReasonType
def get_value() -> RevocationReasonType:
return "AFFILIATION_CHANGED"
# RevocationReasonType definition
RevocationReasonType = Literal[
"A_A_COMPROMISE",
"AFFILIATION_CHANGED",
"CERTIFICATE_AUTHORITY_COMPROMISE",
"CESSATION_OF_OPERATION",
"KEY_COMPROMISE",
"PRIVILEGE_WITHDRAWN",
"SUPERSEDED",
"UNSPECIFIED",
]
S3ObjectAclType#
# S3ObjectAclType usage example
from mypy_boto3_acm_pca.literals import S3ObjectAclType
def get_value() -> S3ObjectAclType:
return "BUCKET_OWNER_FULL_CONTROL"
# S3ObjectAclType definition
S3ObjectAclType = Literal[
"BUCKET_OWNER_FULL_CONTROL",
"PUBLIC_READ",
]
SigningAlgorithmType#
# SigningAlgorithmType usage example
from mypy_boto3_acm_pca.literals import SigningAlgorithmType
def get_value() -> SigningAlgorithmType:
return "SHA256WITHECDSA"
# SigningAlgorithmType definition
SigningAlgorithmType = Literal[
"SHA256WITHECDSA",
"SHA256WITHRSA",
"SHA384WITHECDSA",
"SHA384WITHRSA",
"SHA512WITHECDSA",
"SHA512WITHRSA",
"SM3WITHSM2",
]
ValidityPeriodTypeType#
# ValidityPeriodTypeType usage example
from mypy_boto3_acm_pca.literals import ValidityPeriodTypeType
def get_value() -> ValidityPeriodTypeType:
return "ABSOLUTE"
# ValidityPeriodTypeType definition
ValidityPeriodTypeType = Literal[
"ABSOLUTE",
"DAYS",
"END_DATE",
"MONTHS",
"YEARS",
]
ACMPCAServiceName#
# ACMPCAServiceName usage example
from mypy_boto3_acm_pca.literals import ACMPCAServiceName
def get_value() -> ACMPCAServiceName:
return "acm-pca"
# ACMPCAServiceName definition
ACMPCAServiceName = Literal[
"acm-pca",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_acm_pca.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_acm_pca.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_acm_pca.literals import PaginatorName
def get_value() -> PaginatorName:
return "list_certificate_authorities"
# PaginatorName definition
PaginatorName = Literal[
"list_certificate_authorities",
"list_permissions",
"list_tags",
]
WaiterName#
# WaiterName usage example
from mypy_boto3_acm_pca.literals import WaiterName
def get_value() -> WaiterName:
return "audit_report_created"
# WaiterName definition
WaiterName = Literal[
"audit_report_created",
"certificate_authority_csr_created",
"certificate_issued",
]
RegionName#
# RegionName usage example
from mypy_boto3_acm_pca.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",
]