Skip to content

Literals#

Index > SecurityAgent > Literals

Auto-generated documentation for SecurityAgent type annotations stubs module types-boto3-securityagent.

AccessTypeType#

# AccessTypeType usage example
from types_boto3_securityagent.literals import AccessTypeType

def get_value() -> AccessTypeType:
    return "PRIVATE"
# AccessTypeType definition
AccessTypeType = Literal[
    "PRIVATE",
    "PUBLIC",
]

ArtifactTypeType#

# ArtifactTypeType usage example
from types_boto3_securityagent.literals import ArtifactTypeType

def get_value() -> ArtifactTypeType:
    return "DOC"
# ArtifactTypeType definition
ArtifactTypeType = Literal[
    "DOC",
    "DOCX",
    "JPEG",
    "JSON",
    "MD",
    "PDF",
    "PNG",
    "TXT",
    "YAML",
]

AuthenticationProviderTypeType#

# AuthenticationProviderTypeType usage example
from types_boto3_securityagent.literals import AuthenticationProviderTypeType

def get_value() -> AuthenticationProviderTypeType:
    return "AWS_IAM_ROLE"
# AuthenticationProviderTypeType definition
AuthenticationProviderTypeType = Literal[
    "AWS_IAM_ROLE",
    "AWS_INTERNAL",
    "AWS_LAMBDA",
    "SECRETS_MANAGER",
]

CodeRemediationStrategyType#

# CodeRemediationStrategyType usage example
from types_boto3_securityagent.literals import CodeRemediationStrategyType

def get_value() -> CodeRemediationStrategyType:
    return "AUTOMATIC"
# CodeRemediationStrategyType definition
CodeRemediationStrategyType = Literal[
    "AUTOMATIC",
    "DISABLED",
]

CodeRemediationTaskStatusType#

# CodeRemediationTaskStatusType usage example
from types_boto3_securityagent.literals import CodeRemediationTaskStatusType

def get_value() -> CodeRemediationTaskStatusType:
    return "COMPLETED"
# CodeRemediationTaskStatusType definition
CodeRemediationTaskStatusType = Literal[
    "COMPLETED",
    "FAILED",
    "IN_PROGRESS",
]

ConfidenceLevelType#

# ConfidenceLevelType usage example
from types_boto3_securityagent.literals import ConfidenceLevelType

def get_value() -> ConfidenceLevelType:
    return "FALSE_POSITIVE"
# ConfidenceLevelType definition
ConfidenceLevelType = Literal[
    "FALSE_POSITIVE",
    "HIGH",
    "LOW",
    "MEDIUM",
    "UNCONFIRMED",
]

ContextTypeType#

# ContextTypeType usage example
from types_boto3_securityagent.literals import ContextTypeType

def get_value() -> ContextTypeType:
    return "CLIENT_ERROR"
# ContextTypeType definition
ContextTypeType = Literal[
    "CLIENT_ERROR",
    "ERROR",
    "INFO",
    "WARNING",
]

DNSRecordTypeType#

# DNSRecordTypeType usage example
from types_boto3_securityagent.literals import DNSRecordTypeType

def get_value() -> DNSRecordTypeType:
    return "TXT"
# DNSRecordTypeType definition
DNSRecordTypeType = Literal[
    "TXT",
]

DomainVerificationMethodType#

# DomainVerificationMethodType usage example
from types_boto3_securityagent.literals import DomainVerificationMethodType

def get_value() -> DomainVerificationMethodType:
    return "DNS_TXT"
# DomainVerificationMethodType definition
DomainVerificationMethodType = Literal[
    "DNS_TXT",
    "HTTP_ROUTE",
]

ErrorCodeType#

# ErrorCodeType usage example
from types_boto3_securityagent.literals import ErrorCodeType

def get_value() -> ErrorCodeType:
    return "CLIENT_ERROR"
# ErrorCodeType definition
ErrorCodeType = Literal[
    "CLIENT_ERROR",
    "INTERNAL_ERROR",
    "STOPPED_BY_USER",
]

FindingStatusType#

# FindingStatusType usage example
from types_boto3_securityagent.literals import FindingStatusType

def get_value() -> FindingStatusType:
    return "ACCEPTED"
# FindingStatusType definition
FindingStatusType = Literal[
    "ACCEPTED",
    "ACTIVE",
    "FALSE_POSITIVE",
    "RESOLVED",
]

JobStatusType#

# JobStatusType usage example
from types_boto3_securityagent.literals import JobStatusType

def get_value() -> JobStatusType:
    return "COMPLETED"
# JobStatusType definition
JobStatusType = Literal[
    "COMPLETED",
    "FAILED",
    "IN_PROGRESS",
    "STOPPED",
    "STOPPING",
]

ListAgentSpacesPaginatorName#

# ListAgentSpacesPaginatorName usage example
from types_boto3_securityagent.literals import ListAgentSpacesPaginatorName

def get_value() -> ListAgentSpacesPaginatorName:
    return "list_agent_spaces"
# ListAgentSpacesPaginatorName definition
ListAgentSpacesPaginatorName = Literal[
    "list_agent_spaces",
]

ListApplicationsPaginatorName#

# ListApplicationsPaginatorName usage example
from types_boto3_securityagent.literals import ListApplicationsPaginatorName

def get_value() -> ListApplicationsPaginatorName:
    return "list_applications"
# ListApplicationsPaginatorName definition
ListApplicationsPaginatorName = Literal[
    "list_applications",
]

ListArtifactsPaginatorName#

# ListArtifactsPaginatorName usage example
from types_boto3_securityagent.literals import ListArtifactsPaginatorName

def get_value() -> ListArtifactsPaginatorName:
    return "list_artifacts"
# ListArtifactsPaginatorName definition
ListArtifactsPaginatorName = Literal[
    "list_artifacts",
]

ListDiscoveredEndpointsPaginatorName#

# ListDiscoveredEndpointsPaginatorName usage example
from types_boto3_securityagent.literals import ListDiscoveredEndpointsPaginatorName

def get_value() -> ListDiscoveredEndpointsPaginatorName:
    return "list_discovered_endpoints"
# ListDiscoveredEndpointsPaginatorName definition
ListDiscoveredEndpointsPaginatorName = Literal[
    "list_discovered_endpoints",
]

ListFindingsPaginatorName#

# ListFindingsPaginatorName usage example
from types_boto3_securityagent.literals import ListFindingsPaginatorName

def get_value() -> ListFindingsPaginatorName:
    return "list_findings"
# ListFindingsPaginatorName definition
ListFindingsPaginatorName = Literal[
    "list_findings",
]

ListIntegratedResourcesPaginatorName#

# ListIntegratedResourcesPaginatorName usage example
from types_boto3_securityagent.literals import ListIntegratedResourcesPaginatorName

def get_value() -> ListIntegratedResourcesPaginatorName:
    return "list_integrated_resources"
# ListIntegratedResourcesPaginatorName definition
ListIntegratedResourcesPaginatorName = Literal[
    "list_integrated_resources",
]

ListIntegrationsPaginatorName#

# ListIntegrationsPaginatorName usage example
from types_boto3_securityagent.literals import ListIntegrationsPaginatorName

def get_value() -> ListIntegrationsPaginatorName:
    return "list_integrations"
# ListIntegrationsPaginatorName definition
ListIntegrationsPaginatorName = Literal[
    "list_integrations",
]

ListMembershipsPaginatorName#

# ListMembershipsPaginatorName usage example
from types_boto3_securityagent.literals import ListMembershipsPaginatorName

def get_value() -> ListMembershipsPaginatorName:
    return "list_memberships"
# ListMembershipsPaginatorName definition
ListMembershipsPaginatorName = Literal[
    "list_memberships",
]

ListPentestJobTasksPaginatorName#

# ListPentestJobTasksPaginatorName usage example
from types_boto3_securityagent.literals import ListPentestJobTasksPaginatorName

def get_value() -> ListPentestJobTasksPaginatorName:
    return "list_pentest_job_tasks"
# ListPentestJobTasksPaginatorName definition
ListPentestJobTasksPaginatorName = Literal[
    "list_pentest_job_tasks",
]

ListPentestJobsForPentestPaginatorName#

# ListPentestJobsForPentestPaginatorName usage example
from types_boto3_securityagent.literals import ListPentestJobsForPentestPaginatorName

def get_value() -> ListPentestJobsForPentestPaginatorName:
    return "list_pentest_jobs_for_pentest"
# ListPentestJobsForPentestPaginatorName definition
ListPentestJobsForPentestPaginatorName = Literal[
    "list_pentest_jobs_for_pentest",
]

ListPentestsPaginatorName#

# ListPentestsPaginatorName usage example
from types_boto3_securityagent.literals import ListPentestsPaginatorName

def get_value() -> ListPentestsPaginatorName:
    return "list_pentests"
# ListPentestsPaginatorName definition
ListPentestsPaginatorName = Literal[
    "list_pentests",
]

ListTargetDomainsPaginatorName#

# ListTargetDomainsPaginatorName usage example
from types_boto3_securityagent.literals import ListTargetDomainsPaginatorName

def get_value() -> ListTargetDomainsPaginatorName:
    return "list_target_domains"
# ListTargetDomainsPaginatorName definition
ListTargetDomainsPaginatorName = Literal[
    "list_target_domains",
]

LogTypeType#

# LogTypeType usage example
from types_boto3_securityagent.literals import LogTypeType

def get_value() -> LogTypeType:
    return "CLOUDWATCH"
# LogTypeType definition
LogTypeType = Literal[
    "CLOUDWATCH",
]

MembershipTypeFilterType#

# MembershipTypeFilterType usage example
from types_boto3_securityagent.literals import MembershipTypeFilterType

def get_value() -> MembershipTypeFilterType:
    return "ALL"
# MembershipTypeFilterType definition
MembershipTypeFilterType = Literal[
    "ALL",
    "USER",
]

MembershipTypeType#

# MembershipTypeType usage example
from types_boto3_securityagent.literals import MembershipTypeType

def get_value() -> MembershipTypeType:
    return "USER"
# MembershipTypeType definition
MembershipTypeType = Literal[
    "USER",
]

NetworkTrafficRuleEffectType#

# NetworkTrafficRuleEffectType usage example
from types_boto3_securityagent.literals import NetworkTrafficRuleEffectType

def get_value() -> NetworkTrafficRuleEffectType:
    return "ALLOW"
# NetworkTrafficRuleEffectType definition
NetworkTrafficRuleEffectType = Literal[
    "ALLOW",
    "DENY",
]

NetworkTrafficRuleTypeType#

# NetworkTrafficRuleTypeType usage example
from types_boto3_securityagent.literals import NetworkTrafficRuleTypeType

def get_value() -> NetworkTrafficRuleTypeType:
    return "URL"
# NetworkTrafficRuleTypeType definition
NetworkTrafficRuleTypeType = Literal[
    "URL",
]

ProviderType#

# ProviderType usage example
from types_boto3_securityagent.literals import ProviderType

def get_value() -> ProviderType:
    return "GITHUB"
# ProviderType definition
ProviderType = Literal[
    "GITHUB",
]

ProviderTypeType#

# ProviderTypeType usage example
from types_boto3_securityagent.literals import ProviderTypeType

def get_value() -> ProviderTypeType:
    return "DOCUMENTATION"
# ProviderTypeType definition
ProviderTypeType = Literal[
    "DOCUMENTATION",
    "SOURCE_CODE",
]

ResourceTypeType#

# ResourceTypeType usage example
from types_boto3_securityagent.literals import ResourceTypeType

def get_value() -> ResourceTypeType:
    return "CODE_REPOSITORY"
# ResourceTypeType definition
ResourceTypeType = Literal[
    "CODE_REPOSITORY",
]

RiskLevelType#

# RiskLevelType usage example
from types_boto3_securityagent.literals import RiskLevelType

def get_value() -> RiskLevelType:
    return "CRITICAL"
# RiskLevelType definition
RiskLevelType = Literal[
    "CRITICAL",
    "HIGH",
    "INFORMATIONAL",
    "LOW",
    "MEDIUM",
    "UNKNOWN",
]

RiskTypeType#

# RiskTypeType usage example
from types_boto3_securityagent.literals import RiskTypeType

def get_value() -> RiskTypeType:
    return "ARBITRARY_FILE_UPLOAD"
# RiskTypeType definition
RiskTypeType = Literal[
    "ARBITRARY_FILE_UPLOAD",
    "BUSINESS_LOGIC_VULNERABILITIES",
    "CODE_INJECTION",
    "COMMAND_INJECTION",
    "CROSS_SITE_SCRIPTING",
    "CRYPTOGRAPHIC_VULNERABILITIES",
    "DATABASE_ACCESS",
    "DATABASE_MODIFICATION",
    "DEFAULT_CREDENTIALS",
    "DENIAL_OF_SERVICE",
    "FILE_ACCESS",
    "FILE_CREATION",
    "FILE_DELETION",
    "GRAPHQL_VULNERABILITIES",
    "INFORMATION_DISCLOSURE",
    "INSECURE_DESERIALIZATION",
    "INSECURE_DIRECT_OBJECT_REFERENCE",
    "JSON_WEB_TOKEN_VULNERABILITIES",
    "LOCAL_FILE_INCLUSION",
    "OTHER",
    "OUTBOUND_SERVICE_REQUEST",
    "PATH_TRAVERSAL",
    "PRIVILEGE_ESCALATION",
    "SERVER_SIDE_REQUEST_FORGERY",
    "SERVER_SIDE_TEMPLATE_INJECTION",
    "SQL_INJECTION",
    "UNKNOWN",
    "XML_EXTERNAL_ENTITY",
]

StepNameType#

# StepNameType usage example
from types_boto3_securityagent.literals import StepNameType

def get_value() -> StepNameType:
    return "FINALIZING"
# StepNameType definition
StepNameType = Literal[
    "FINALIZING",
    "PENTEST",
    "PREFLIGHT",
    "STATIC_ANALYSIS",
]

StepStatusType#

# StepStatusType usage example
from types_boto3_securityagent.literals import StepStatusType

def get_value() -> StepStatusType:
    return "COMPLETED"
# StepStatusType definition
StepStatusType = Literal[
    "COMPLETED",
    "FAILED",
    "IN_PROGRESS",
    "NOT_STARTED",
    "STOPPED",
]

TargetDomainStatusType#

# TargetDomainStatusType usage example
from types_boto3_securityagent.literals import TargetDomainStatusType

def get_value() -> TargetDomainStatusType:
    return "FAILED"
# TargetDomainStatusType definition
TargetDomainStatusType = Literal[
    "FAILED",
    "PENDING",
    "UNREACHABLE",
    "VERIFIED",
]

TaskExecutionStatusType#

# TaskExecutionStatusType usage example
from types_boto3_securityagent.literals import TaskExecutionStatusType

def get_value() -> TaskExecutionStatusType:
    return "ABORTED"
# TaskExecutionStatusType definition
TaskExecutionStatusType = Literal[
    "ABORTED",
    "COMPLETED",
    "FAILED",
    "IN_PROGRESS",
    "INTERNAL_ERROR",
]

UserRoleType#

# UserRoleType usage example
from types_boto3_securityagent.literals import UserRoleType

def get_value() -> UserRoleType:
    return "MEMBER"
# UserRoleType definition
UserRoleType = Literal[
    "MEMBER",
]

SecurityAgentServiceName#

# SecurityAgentServiceName usage example
from types_boto3_securityagent.literals import SecurityAgentServiceName

def get_value() -> SecurityAgentServiceName:
    return "securityagent"
# SecurityAgentServiceName definition
SecurityAgentServiceName = Literal[
    "securityagent",
]

ServiceName#

# ServiceName usage example
from types_boto3_securityagent.literals import ServiceName

def get_value() -> ServiceName:
    return "accessanalyzer"
# ServiceName definition
ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "aiops",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "application-signals",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-region-switch",
    "arc-zonal-shift",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "backupsearch",
    "batch",
    "bcm-dashboards",
    "bcm-data-exports",
    "bcm-pricing-calculator",
    "bcm-recommended-actions",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "bedrock-agentcore",
    "bedrock-agentcore-control",
    "bedrock-data-automation",
    "bedrock-data-automation-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",
    "compute-optimizer-automation",
    "config",
    "connect",
    "connect-contact-lens",
    "connectcampaigns",
    "connectcampaignsv2",
    "connectcases",
    "connecthealth",
    "connectparticipant",
    "controlcatalog",
    "controltower",
    "cost-optimization-hub",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "datazone",
    "dax",
    "deadline",
    "detective",
    "devicefarm",
    "devops-agent",
    "devops-guru",
    "directconnect",
    "discovery",
    "dlm",
    "dms",
    "docdb",
    "docdb-elastic",
    "drs",
    "ds",
    "ds-data",
    "dsql",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "eks-auth",
    "elasticache",
    "elasticbeanstalk",
    "elb",
    "elbv2",
    "elementalinference",
    "emr",
    "emr-containers",
    "emr-serverless",
    "entityresolution",
    "es",
    "events",
    "evs",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "freetier",
    "fsx",
    "gamelift",
    "gameliftstreams",
    "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",
    "invoicing",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-managed-integrations",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivs-realtime",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "kendra-ranking",
    "keyspaces",
    "keyspacesstreams",
    "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",
    "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",
    "mpa",
    "mq",
    "mturk",
    "mwaa",
    "mwaa-serverless",
    "neptune",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkflowmonitor",
    "networkmanager",
    "networkmonitor",
    "notifications",
    "notificationscontacts",
    "nova-act",
    "oam",
    "observabilityadmin",
    "odb",
    "omics",
    "opensearch",
    "opensearchserverless",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "partnercentral-account",
    "partnercentral-benefits",
    "partnercentral-channel",
    "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",
    "proton",
    "qapps",
    "qbusiness",
    "qconnect",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "repostspace",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "route53globalresolver",
    "route53profiles",
    "route53resolver",
    "rtbfabric",
    "rum",
    "s3",
    "s3control",
    "s3outposts",
    "s3tables",
    "s3vectors",
    "sagemaker",
    "sagemaker-a2i-runtime",
    "sagemaker-edge",
    "sagemaker-featurestore-runtime",
    "sagemaker-geospatial",
    "sagemaker-metrics",
    "sagemaker-runtime",
    "savingsplans",
    "scheduler",
    "schemas",
    "sdb",
    "secretsmanager",
    "security-ir",
    "securityagent",
    "securityhub",
    "securitylake",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "signer-data",
    "signin",
    "simpledbv2",
    "simspaceweaver",
    "snow-device-management",
    "snowball",
    "sns",
    "socialmessaging",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-guiconnect",
    "ssm-incidents",
    "ssm-quicksetup",
    "ssm-sap",
    "sso",
    "sso-admin",
    "sso-oidc",
    "stepfunctions",
    "storagegateway",
    "sts",
    "supplychain",
    "support",
    "support-app",
    "sustainability",
    "swf",
    "synthetics",
    "taxsettings",
    "textract",
    "timestream-influxdb",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "trustedadvisor",
    "uxc",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wickr",
    "wisdom",
    "workdocs",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-instances",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]

ResourceServiceName#

# ResourceServiceName usage example
from types_boto3_securityagent.literals import ResourceServiceName

def get_value() -> ResourceServiceName:
    return "cloudformation"
# ResourceServiceName definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "s3",
    "sns",
    "sqs",
]

PaginatorName#

# PaginatorName usage example
from types_boto3_securityagent.literals import PaginatorName

def get_value() -> PaginatorName:
    return "list_agent_spaces"
# PaginatorName definition
PaginatorName = Literal[
    "list_agent_spaces",
    "list_applications",
    "list_artifacts",
    "list_discovered_endpoints",
    "list_findings",
    "list_integrated_resources",
    "list_integrations",
    "list_memberships",
    "list_pentest_job_tasks",
    "list_pentest_jobs_for_pentest",
    "list_pentests",
    "list_target_domains",
]