Skip to content

Literals#

Index > ACMPCA > Literals

Auto-generated documentation for ACMPCA type annotations stubs module types-aiobotocore-acm-pca.

AccessMethodTypeType#

# AccessMethodTypeType usage example

from types_aiobotocore_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 types_aiobotocore_acm_pca.literals import ActionTypeType

def get_value() -> ActionTypeType:
    return "GetCertificate"
# ActionTypeType definition

ActionTypeType = Literal[
    "GetCertificate",
    "IssueCertificate",
    "ListPermissions",
]

AuditReportCreatedWaiterName#

# AuditReportCreatedWaiterName usage example

from types_aiobotocore_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 types_aiobotocore_acm_pca.literals import AuditReportResponseFormatType

def get_value() -> AuditReportResponseFormatType:
    return "CSV"
# AuditReportResponseFormatType definition

AuditReportResponseFormatType = Literal[
    "CSV",
    "JSON",
]

AuditReportStatusType#

# AuditReportStatusType usage example

from types_aiobotocore_acm_pca.literals import AuditReportStatusType

def get_value() -> AuditReportStatusType:
    return "CREATING"
# AuditReportStatusType definition

AuditReportStatusType = Literal[
    "CREATING",
    "FAILED",
    "SUCCESS",
]

CertificateAuthorityCSRCreatedWaiterName#

# CertificateAuthorityCSRCreatedWaiterName usage example

from types_aiobotocore_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 types_aiobotocore_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 types_aiobotocore_acm_pca.literals import CertificateAuthorityTypeType

def get_value() -> CertificateAuthorityTypeType:
    return "ROOT"
# CertificateAuthorityTypeType definition

CertificateAuthorityTypeType = Literal[
    "ROOT",
    "SUBORDINATE",
]

CertificateAuthorityUsageModeType#

# CertificateAuthorityUsageModeType usage example

from types_aiobotocore_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 types_aiobotocore_acm_pca.literals import CertificateIssuedWaiterName

def get_value() -> CertificateIssuedWaiterName:
    return "certificate_issued"
# CertificateIssuedWaiterName definition

CertificateIssuedWaiterName = Literal[
    "certificate_issued",
]

ExtendedKeyUsageTypeType#

# ExtendedKeyUsageTypeType usage example

from types_aiobotocore_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 types_aiobotocore_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 types_aiobotocore_acm_pca.literals import KeyAlgorithmType

def get_value() -> KeyAlgorithmType:
    return "EC_prime256v1"
# KeyAlgorithmType definition

KeyAlgorithmType = Literal[
    "EC_prime256v1",
    "EC_secp384r1",
    "RSA_2048",
    "RSA_4096",
]

KeyStorageSecurityStandardType#

# KeyStorageSecurityStandardType usage example

from types_aiobotocore_acm_pca.literals import KeyStorageSecurityStandardType

def get_value() -> KeyStorageSecurityStandardType:
    return "FIPS_140_2_LEVEL_2_OR_HIGHER"
# KeyStorageSecurityStandardType definition

KeyStorageSecurityStandardType = Literal[
    "FIPS_140_2_LEVEL_2_OR_HIGHER",
    "FIPS_140_2_LEVEL_3_OR_HIGHER",
]

ListCertificateAuthoritiesPaginatorName#

# ListCertificateAuthoritiesPaginatorName usage example

from types_aiobotocore_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 types_aiobotocore_acm_pca.literals import ListPermissionsPaginatorName

def get_value() -> ListPermissionsPaginatorName:
    return "list_permissions"
# ListPermissionsPaginatorName definition

ListPermissionsPaginatorName = Literal[
    "list_permissions",
]

ListTagsPaginatorName#

# ListTagsPaginatorName usage example

from types_aiobotocore_acm_pca.literals import ListTagsPaginatorName

def get_value() -> ListTagsPaginatorName:
    return "list_tags"
# ListTagsPaginatorName definition

ListTagsPaginatorName = Literal[
    "list_tags",
]

PolicyQualifierIdType#

# PolicyQualifierIdType usage example

from types_aiobotocore_acm_pca.literals import PolicyQualifierIdType

def get_value() -> PolicyQualifierIdType:
    return "CPS"
# PolicyQualifierIdType definition

PolicyQualifierIdType = Literal[
    "CPS",
]

ResourceOwnerType#

# ResourceOwnerType usage example

from types_aiobotocore_acm_pca.literals import ResourceOwnerType

def get_value() -> ResourceOwnerType:
    return "OTHER_ACCOUNTS"
# ResourceOwnerType definition

ResourceOwnerType = Literal[
    "OTHER_ACCOUNTS",
    "SELF",
]

RevocationReasonType#

# RevocationReasonType usage example

from types_aiobotocore_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 types_aiobotocore_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 types_aiobotocore_acm_pca.literals import SigningAlgorithmType

def get_value() -> SigningAlgorithmType:
    return "SHA256WITHECDSA"
# SigningAlgorithmType definition

SigningAlgorithmType = Literal[
    "SHA256WITHECDSA",
    "SHA256WITHRSA",
    "SHA384WITHECDSA",
    "SHA384WITHRSA",
    "SHA512WITHECDSA",
    "SHA512WITHRSA",
]

ValidityPeriodTypeType#

# ValidityPeriodTypeType usage example

from types_aiobotocore_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 types_aiobotocore_acm_pca.literals import ACMPCAServiceName

def get_value() -> ACMPCAServiceName:
    return "acm-pca"
# ACMPCAServiceName definition

ACMPCAServiceName = Literal[
    "acm-pca",
]

ServiceName#

# ServiceName usage example

from types_aiobotocore_acm_pca.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",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "backup",
    "backup-gateway",
    "backupstorage",
    "batch",
    "billingconductor",
    "braket",
    "budgets",
    "ce",
    "chime",
    "chime-sdk-identity",
    "chime-sdk-media-pipelines",
    "chime-sdk-meetings",
    "chime-sdk-messaging",
    "chime-sdk-voice",
    "cleanrooms",
    "cloud9",
    "cloudcontrol",
    "clouddirectory",
    "cloudformation",
    "cloudfront",
    "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",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "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",
    "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",
    "fsx",
    "gamelift",
    "gamesparks",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "honeycode",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector2",
    "internetmonitor",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-roborunner",
    "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",
    "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",
    "macie",
    "macie2",
    "managedblockchain",
    "managedblockchain-query",
    "marketplace-catalog",
    "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",
    "network-firewall",
    "networkmanager",
    "nimble",
    "oam",
    "omics",
    "opensearch",
    "opensearchserverless",
    "opsworks",
    "opsworkscm",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "payment-cryptography",
    "payment-cryptography-data",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "privatenetworks",
    "proton",
    "qldb",
    "qldb-session",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "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",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "textract",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-web",
    "xray",
]

ResourceServiceName#

# ResourceServiceName usage example

from types_aiobotocore_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 types_aiobotocore_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 types_aiobotocore_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 types_aiobotocore_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",
    "ca-central-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",
    "me-central-1",
    "me-south-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]