Skip to content

Literals#

Index > EC2 > Literals

Auto-generated documentation for EC2 type annotations stubs module types-boto3-ec2.

AcceleratorManufacturerType#

# AcceleratorManufacturerType usage example
from types_boto3_ec2.literals import AcceleratorManufacturerType

def get_value() -> AcceleratorManufacturerType:
    return "amazon-web-services"
# AcceleratorManufacturerType definition
AcceleratorManufacturerType = Literal[
    "amazon-web-services",
    "amd",
    "habana",
    "nvidia",
    "xilinx",
]

AcceleratorNameType#

# AcceleratorNameType usage example
from types_boto3_ec2.literals import AcceleratorNameType

def get_value() -> AcceleratorNameType:
    return "a100"
# AcceleratorNameType definition
AcceleratorNameType = Literal[
    "a100",
    "a10g",
    "h100",
    "inferentia",
    "k520",
    "k80",
    "m60",
    "radeon-pro-v520",
    "t4",
    "t4g",
    "v100",
    "vu9p",
]

AcceleratorTypeType#

# AcceleratorTypeType usage example
from types_boto3_ec2.literals import AcceleratorTypeType

def get_value() -> AcceleratorTypeType:
    return "fpga"
# AcceleratorTypeType definition
AcceleratorTypeType = Literal[
    "fpga",
    "gpu",
    "inference",
]

AccountAttributeNameType#

# AccountAttributeNameType usage example
from types_boto3_ec2.literals import AccountAttributeNameType

def get_value() -> AccountAttributeNameType:
    return "default-vpc"
# AccountAttributeNameType definition
AccountAttributeNameType = Literal[
    "default-vpc",
    "supported-platforms",
]

ActivityStatusType#

# ActivityStatusType usage example
from types_boto3_ec2.literals import ActivityStatusType

def get_value() -> ActivityStatusType:
    return "error"
# ActivityStatusType definition
ActivityStatusType = Literal[
    "error",
    "fulfilled",
    "pending_fulfillment",
    "pending_termination",
]

AddressAttributeNameType#

# AddressAttributeNameType usage example
from types_boto3_ec2.literals import AddressAttributeNameType

def get_value() -> AddressAttributeNameType:
    return "domain-name"
# AddressAttributeNameType definition
AddressAttributeNameType = Literal[
    "domain-name",
]

AddressFamilyType#

# AddressFamilyType usage example
from types_boto3_ec2.literals import AddressFamilyType

def get_value() -> AddressFamilyType:
    return "ipv4"
# AddressFamilyType definition
AddressFamilyType = Literal[
    "ipv4",
    "ipv6",
]

AddressTransferStatusType#

# AddressTransferStatusType usage example
from types_boto3_ec2.literals import AddressTransferStatusType

def get_value() -> AddressTransferStatusType:
    return "accepted"
# AddressTransferStatusType definition
AddressTransferStatusType = Literal[
    "accepted",
    "disabled",
    "pending",
]

AffinityType#

# AffinityType usage example
from types_boto3_ec2.literals import AffinityType

def get_value() -> AffinityType:
    return "default"
# AffinityType definition
AffinityType = Literal[
    "default",
    "host",
]

AllocationStateType#

# AllocationStateType usage example
from types_boto3_ec2.literals import AllocationStateType

def get_value() -> AllocationStateType:
    return "available"
# AllocationStateType definition
AllocationStateType = Literal[
    "available",
    "pending",
    "permanent-failure",
    "released",
    "released-permanent-failure",
    "under-assessment",
]

AllocationStrategyType#

# AllocationStrategyType usage example
from types_boto3_ec2.literals import AllocationStrategyType

def get_value() -> AllocationStrategyType:
    return "capacityOptimized"
# AllocationStrategyType definition
AllocationStrategyType = Literal[
    "capacityOptimized",
    "capacityOptimizedPrioritized",
    "diversified",
    "lowestPrice",
    "priceCapacityOptimized",
]

AllocationTypeType#

# AllocationTypeType usage example
from types_boto3_ec2.literals import AllocationTypeType

def get_value() -> AllocationTypeType:
    return "future"
# AllocationTypeType definition
AllocationTypeType = Literal[
    "future",
    "used",
]

AllowedImagesSettingsDisabledStateType#

# AllowedImagesSettingsDisabledStateType usage example
from types_boto3_ec2.literals import AllowedImagesSettingsDisabledStateType

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

AllowedImagesSettingsEnabledStateType#

# AllowedImagesSettingsEnabledStateType usage example
from types_boto3_ec2.literals import AllowedImagesSettingsEnabledStateType

def get_value() -> AllowedImagesSettingsEnabledStateType:
    return "audit-mode"
# AllowedImagesSettingsEnabledStateType definition
AllowedImagesSettingsEnabledStateType = Literal[
    "audit-mode",
    "enabled",
]

AllowsMultipleInstanceTypesType#

# AllowsMultipleInstanceTypesType usage example
from types_boto3_ec2.literals import AllowsMultipleInstanceTypesType

def get_value() -> AllowsMultipleInstanceTypesType:
    return "off"
# AllowsMultipleInstanceTypesType definition
AllowsMultipleInstanceTypesType = Literal[
    "off",
    "on",
]

AmdSevSnpSpecificationType#

# AmdSevSnpSpecificationType usage example
from types_boto3_ec2.literals import AmdSevSnpSpecificationType

def get_value() -> AmdSevSnpSpecificationType:
    return "disabled"
# AmdSevSnpSpecificationType definition
AmdSevSnpSpecificationType = Literal[
    "disabled",
    "enabled",
]

AnalysisStatusType#

# AnalysisStatusType usage example
from types_boto3_ec2.literals import AnalysisStatusType

def get_value() -> AnalysisStatusType:
    return "failed"
# AnalysisStatusType definition
AnalysisStatusType = Literal[
    "failed",
    "running",
    "succeeded",
]

ApplianceModeSupportValueType#

# ApplianceModeSupportValueType usage example
from types_boto3_ec2.literals import ApplianceModeSupportValueType

def get_value() -> ApplianceModeSupportValueType:
    return "disable"
# ApplianceModeSupportValueType definition
ApplianceModeSupportValueType = Literal[
    "disable",
    "enable",
]

ArchitectureTypeType#

# ArchitectureTypeType usage example
from types_boto3_ec2.literals import ArchitectureTypeType

def get_value() -> ArchitectureTypeType:
    return "arm64"
# ArchitectureTypeType definition
ArchitectureTypeType = Literal[
    "arm64",
    "arm64_mac",
    "i386",
    "x86_64",
    "x86_64_mac",
]

ArchitectureValuesType#

# ArchitectureValuesType usage example
from types_boto3_ec2.literals import ArchitectureValuesType

def get_value() -> ArchitectureValuesType:
    return "arm64"
# ArchitectureValuesType definition
ArchitectureValuesType = Literal[
    "arm64",
    "arm64_mac",
    "i386",
    "x86_64",
    "x86_64_mac",
]

AsnAssociationStateType#

# AsnAssociationStateType usage example
from types_boto3_ec2.literals import AsnAssociationStateType

def get_value() -> AsnAssociationStateType:
    return "associated"
# AsnAssociationStateType definition
AsnAssociationStateType = Literal[
    "associated",
    "disassociated",
    "failed-association",
    "failed-disassociation",
    "pending-association",
    "pending-disassociation",
]

AsnStateType#

# AsnStateType usage example
from types_boto3_ec2.literals import AsnStateType

def get_value() -> AsnStateType:
    return "deprovisioned"
# AsnStateType definition
AsnStateType = Literal[
    "deprovisioned",
    "failed-deprovision",
    "failed-provision",
    "pending-deprovision",
    "pending-provision",
    "provisioned",
]

AssociatedNetworkTypeType#

# AssociatedNetworkTypeType usage example
from types_boto3_ec2.literals import AssociatedNetworkTypeType

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

AssociationStatusCodeType#

# AssociationStatusCodeType usage example
from types_boto3_ec2.literals import AssociationStatusCodeType

def get_value() -> AssociationStatusCodeType:
    return "associated"
# AssociationStatusCodeType definition
AssociationStatusCodeType = Literal[
    "associated",
    "associating",
    "association-failed",
    "disassociated",
    "disassociating",
]

AttachmentStatusType#

# AttachmentStatusType usage example
from types_boto3_ec2.literals import AttachmentStatusType

def get_value() -> AttachmentStatusType:
    return "attached"
# AttachmentStatusType definition
AttachmentStatusType = Literal[
    "attached",
    "attaching",
    "detached",
    "detaching",
]

AutoAcceptSharedAssociationsValueType#

# AutoAcceptSharedAssociationsValueType usage example
from types_boto3_ec2.literals import AutoAcceptSharedAssociationsValueType

def get_value() -> AutoAcceptSharedAssociationsValueType:
    return "disable"
# AutoAcceptSharedAssociationsValueType definition
AutoAcceptSharedAssociationsValueType = Literal[
    "disable",
    "enable",
]

AutoAcceptSharedAttachmentsValueType#

# AutoAcceptSharedAttachmentsValueType usage example
from types_boto3_ec2.literals import AutoAcceptSharedAttachmentsValueType

def get_value() -> AutoAcceptSharedAttachmentsValueType:
    return "disable"
# AutoAcceptSharedAttachmentsValueType definition
AutoAcceptSharedAttachmentsValueType = Literal[
    "disable",
    "enable",
]

AutoPlacementType#

# AutoPlacementType usage example
from types_boto3_ec2.literals import AutoPlacementType

def get_value() -> AutoPlacementType:
    return "off"
# AutoPlacementType definition
AutoPlacementType = Literal[
    "off",
    "on",
]

AvailabilityZoneOptInStatusType#

# AvailabilityZoneOptInStatusType usage example
from types_boto3_ec2.literals import AvailabilityZoneOptInStatusType

def get_value() -> AvailabilityZoneOptInStatusType:
    return "not-opted-in"
# AvailabilityZoneOptInStatusType definition
AvailabilityZoneOptInStatusType = Literal[
    "not-opted-in",
    "opt-in-not-required",
    "opted-in",
]

AvailabilityZoneStateType#

# AvailabilityZoneStateType usage example
from types_boto3_ec2.literals import AvailabilityZoneStateType

def get_value() -> AvailabilityZoneStateType:
    return "available"
# AvailabilityZoneStateType definition
AvailabilityZoneStateType = Literal[
    "available",
    "constrained",
    "impaired",
    "information",
    "unavailable",
]

BandwidthWeightingTypeType#

# BandwidthWeightingTypeType usage example
from types_boto3_ec2.literals import BandwidthWeightingTypeType

def get_value() -> BandwidthWeightingTypeType:
    return "default"
# BandwidthWeightingTypeType definition
BandwidthWeightingTypeType = Literal[
    "default",
    "ebs-1",
    "vpc-1",
]

BareMetalType#

# BareMetalType usage example
from types_boto3_ec2.literals import BareMetalType

def get_value() -> BareMetalType:
    return "excluded"
# BareMetalType definition
BareMetalType = Literal[
    "excluded",
    "included",
    "required",
]

BatchStateType#

# BatchStateType usage example
from types_boto3_ec2.literals import BatchStateType

def get_value() -> BatchStateType:
    return "active"
# BatchStateType definition
BatchStateType = Literal[
    "active",
    "cancelled",
    "cancelled_running",
    "cancelled_terminating",
    "failed",
    "modifying",
    "submitted",
]

BgpStatusType#

# BgpStatusType usage example
from types_boto3_ec2.literals import BgpStatusType

def get_value() -> BgpStatusType:
    return "down"
# BgpStatusType definition
BgpStatusType = Literal[
    "down",
    "up",
]

BlockPublicAccessModeType#

# BlockPublicAccessModeType usage example
from types_boto3_ec2.literals import BlockPublicAccessModeType

def get_value() -> BlockPublicAccessModeType:
    return "block-bidirectional"
# BlockPublicAccessModeType definition
BlockPublicAccessModeType = Literal[
    "block-bidirectional",
    "block-ingress",
    "off",
]

BootModeTypeType#

# BootModeTypeType usage example
from types_boto3_ec2.literals import BootModeTypeType

def get_value() -> BootModeTypeType:
    return "legacy-bios"
# BootModeTypeType definition
BootModeTypeType = Literal[
    "legacy-bios",
    "uefi",
]

BootModeValuesType#

# BootModeValuesType usage example
from types_boto3_ec2.literals import BootModeValuesType

def get_value() -> BootModeValuesType:
    return "legacy-bios"
# BootModeValuesType definition
BootModeValuesType = Literal[
    "legacy-bios",
    "uefi",
    "uefi-preferred",
]

BundleTaskCompleteWaiterName#

# BundleTaskCompleteWaiterName usage example
from types_boto3_ec2.literals import BundleTaskCompleteWaiterName

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

BundleTaskStateType#

# BundleTaskStateType usage example
from types_boto3_ec2.literals import BundleTaskStateType

def get_value() -> BundleTaskStateType:
    return "bundling"
# BundleTaskStateType definition
BundleTaskStateType = Literal[
    "bundling",
    "cancelling",
    "complete",
    "failed",
    "pending",
    "storing",
    "waiting-for-shutdown",
]

BurstablePerformanceType#

# BurstablePerformanceType usage example
from types_boto3_ec2.literals import BurstablePerformanceType

def get_value() -> BurstablePerformanceType:
    return "excluded"
# BurstablePerformanceType definition
BurstablePerformanceType = Literal[
    "excluded",
    "included",
    "required",
]

ByoipCidrStateType#

# ByoipCidrStateType usage example
from types_boto3_ec2.literals import ByoipCidrStateType

def get_value() -> ByoipCidrStateType:
    return "advertised"
# ByoipCidrStateType definition
ByoipCidrStateType = Literal[
    "advertised",
    "deprovisioned",
    "failed-deprovision",
    "failed-provision",
    "pending-deprovision",
    "pending-provision",
    "provisioned",
    "provisioned-not-publicly-advertisable",
]

CallerRoleType#

# CallerRoleType usage example
from types_boto3_ec2.literals import CallerRoleType

def get_value() -> CallerRoleType:
    return "odcr-owner"
# CallerRoleType definition
CallerRoleType = Literal[
    "odcr-owner",
    "unused-reservation-billing-owner",
]

CancelBatchErrorCodeType#

# CancelBatchErrorCodeType usage example
from types_boto3_ec2.literals import CancelBatchErrorCodeType

def get_value() -> CancelBatchErrorCodeType:
    return "fleetRequestIdDoesNotExist"
# CancelBatchErrorCodeType definition
CancelBatchErrorCodeType = Literal[
    "fleetRequestIdDoesNotExist",
    "fleetRequestIdMalformed",
    "fleetRequestNotInCancellableState",
    "unexpectedError",
]

CancelSpotInstanceRequestStateType#

# CancelSpotInstanceRequestStateType usage example
from types_boto3_ec2.literals import CancelSpotInstanceRequestStateType

def get_value() -> CancelSpotInstanceRequestStateType:
    return "active"
# CancelSpotInstanceRequestStateType definition
CancelSpotInstanceRequestStateType = Literal[
    "active",
    "cancelled",
    "closed",
    "completed",
    "open",
]

CapacityBlockExtensionStatusType#

# CapacityBlockExtensionStatusType usage example
from types_boto3_ec2.literals import CapacityBlockExtensionStatusType

def get_value() -> CapacityBlockExtensionStatusType:
    return "payment-failed"
# CapacityBlockExtensionStatusType definition
CapacityBlockExtensionStatusType = Literal[
    "payment-failed",
    "payment-pending",
    "payment-succeeded",
]

CapacityReservationBillingRequestStatusType#

# CapacityReservationBillingRequestStatusType usage example
from types_boto3_ec2.literals import CapacityReservationBillingRequestStatusType

def get_value() -> CapacityReservationBillingRequestStatusType:
    return "accepted"
# CapacityReservationBillingRequestStatusType definition
CapacityReservationBillingRequestStatusType = Literal[
    "accepted",
    "cancelled",
    "expired",
    "pending",
    "rejected",
    "revoked",
]

CapacityReservationDeliveryPreferenceType#

# CapacityReservationDeliveryPreferenceType usage example
from types_boto3_ec2.literals import CapacityReservationDeliveryPreferenceType

def get_value() -> CapacityReservationDeliveryPreferenceType:
    return "fixed"
# CapacityReservationDeliveryPreferenceType definition
CapacityReservationDeliveryPreferenceType = Literal[
    "fixed",
    "incremental",
]

CapacityReservationFleetStateType#

# CapacityReservationFleetStateType usage example
from types_boto3_ec2.literals import CapacityReservationFleetStateType

def get_value() -> CapacityReservationFleetStateType:
    return "active"
# CapacityReservationFleetStateType definition
CapacityReservationFleetStateType = Literal[
    "active",
    "cancelled",
    "cancelling",
    "expired",
    "expiring",
    "failed",
    "modifying",
    "partially_fulfilled",
    "submitted",
]

CapacityReservationInstancePlatformType#

# CapacityReservationInstancePlatformType usage example
from types_boto3_ec2.literals import CapacityReservationInstancePlatformType

def get_value() -> CapacityReservationInstancePlatformType:
    return "Linux with SQL Server Enterprise"
# CapacityReservationInstancePlatformType definition
CapacityReservationInstancePlatformType = Literal[
    "Linux with SQL Server Enterprise",
    "Linux with SQL Server Standard",
    "Linux with SQL Server Web",
    "Linux/UNIX",
    "Red Hat Enterprise Linux",
    "RHEL with HA",
    "RHEL with HA and SQL Server Enterprise",
    "RHEL with HA and SQL Server Standard",
    "RHEL with SQL Server Enterprise",
    "RHEL with SQL Server Standard",
    "RHEL with SQL Server Web",
    "SUSE Linux",
    "Ubuntu Pro",
    "Windows",
    "Windows with SQL Server",
    "Windows with SQL Server Enterprise",
    "Windows with SQL Server Standard",
    "Windows with SQL Server Web",
]

CapacityReservationPreferenceType#

# CapacityReservationPreferenceType usage example
from types_boto3_ec2.literals import CapacityReservationPreferenceType

def get_value() -> CapacityReservationPreferenceType:
    return "capacity-reservations-only"
# CapacityReservationPreferenceType definition
CapacityReservationPreferenceType = Literal[
    "capacity-reservations-only",
    "none",
    "open",
]

CapacityReservationStateType#

# CapacityReservationStateType usage example
from types_boto3_ec2.literals import CapacityReservationStateType

def get_value() -> CapacityReservationStateType:
    return "active"
# CapacityReservationStateType definition
CapacityReservationStateType = Literal[
    "active",
    "assessing",
    "cancelled",
    "delayed",
    "expired",
    "failed",
    "payment-failed",
    "payment-pending",
    "pending",
    "scheduled",
    "unsupported",
]

CapacityReservationTenancyType#

# CapacityReservationTenancyType usage example
from types_boto3_ec2.literals import CapacityReservationTenancyType

def get_value() -> CapacityReservationTenancyType:
    return "dedicated"
# CapacityReservationTenancyType definition
CapacityReservationTenancyType = Literal[
    "dedicated",
    "default",
]

CapacityReservationTypeType#

# CapacityReservationTypeType usage example
from types_boto3_ec2.literals import CapacityReservationTypeType

def get_value() -> CapacityReservationTypeType:
    return "capacity-block"
# CapacityReservationTypeType definition
CapacityReservationTypeType = Literal[
    "capacity-block",
    "default",
]

CarrierGatewayStateType#

# CarrierGatewayStateType usage example
from types_boto3_ec2.literals import CarrierGatewayStateType

def get_value() -> CarrierGatewayStateType:
    return "available"
# CarrierGatewayStateType definition
CarrierGatewayStateType = Literal[
    "available",
    "deleted",
    "deleting",
    "pending",
]

ClientCertificateRevocationListStatusCodeType#

# ClientCertificateRevocationListStatusCodeType usage example
from types_boto3_ec2.literals import ClientCertificateRevocationListStatusCodeType

def get_value() -> ClientCertificateRevocationListStatusCodeType:
    return "active"
# ClientCertificateRevocationListStatusCodeType definition
ClientCertificateRevocationListStatusCodeType = Literal[
    "active",
    "pending",
]

ClientVpnAuthenticationTypeType#

# ClientVpnAuthenticationTypeType usage example
from types_boto3_ec2.literals import ClientVpnAuthenticationTypeType

def get_value() -> ClientVpnAuthenticationTypeType:
    return "certificate-authentication"
# ClientVpnAuthenticationTypeType definition
ClientVpnAuthenticationTypeType = Literal[
    "certificate-authentication",
    "directory-service-authentication",
    "federated-authentication",
]

ClientVpnAuthorizationRuleStatusCodeType#

# ClientVpnAuthorizationRuleStatusCodeType usage example
from types_boto3_ec2.literals import ClientVpnAuthorizationRuleStatusCodeType

def get_value() -> ClientVpnAuthorizationRuleStatusCodeType:
    return "active"
# ClientVpnAuthorizationRuleStatusCodeType definition
ClientVpnAuthorizationRuleStatusCodeType = Literal[
    "active",
    "authorizing",
    "failed",
    "revoking",
]

ClientVpnConnectionStatusCodeType#

# ClientVpnConnectionStatusCodeType usage example
from types_boto3_ec2.literals import ClientVpnConnectionStatusCodeType

def get_value() -> ClientVpnConnectionStatusCodeType:
    return "active"
# ClientVpnConnectionStatusCodeType definition
ClientVpnConnectionStatusCodeType = Literal[
    "active",
    "failed-to-terminate",
    "terminated",
    "terminating",
]

ClientVpnEndpointAttributeStatusCodeType#

# ClientVpnEndpointAttributeStatusCodeType usage example
from types_boto3_ec2.literals import ClientVpnEndpointAttributeStatusCodeType

def get_value() -> ClientVpnEndpointAttributeStatusCodeType:
    return "applied"
# ClientVpnEndpointAttributeStatusCodeType definition
ClientVpnEndpointAttributeStatusCodeType = Literal[
    "applied",
    "applying",
]

ClientVpnEndpointStatusCodeType#

# ClientVpnEndpointStatusCodeType usage example
from types_boto3_ec2.literals import ClientVpnEndpointStatusCodeType

def get_value() -> ClientVpnEndpointStatusCodeType:
    return "available"
# ClientVpnEndpointStatusCodeType definition
ClientVpnEndpointStatusCodeType = Literal[
    "available",
    "deleted",
    "deleting",
    "pending-associate",
]

ClientVpnRouteStatusCodeType#

# ClientVpnRouteStatusCodeType usage example
from types_boto3_ec2.literals import ClientVpnRouteStatusCodeType

def get_value() -> ClientVpnRouteStatusCodeType:
    return "active"
# ClientVpnRouteStatusCodeType definition
ClientVpnRouteStatusCodeType = Literal[
    "active",
    "creating",
    "deleting",
    "failed",
]

ConnectionNotificationStateType#

# ConnectionNotificationStateType usage example
from types_boto3_ec2.literals import ConnectionNotificationStateType

def get_value() -> ConnectionNotificationStateType:
    return "Disabled"
# ConnectionNotificationStateType definition
ConnectionNotificationStateType = Literal[
    "Disabled",
    "Enabled",
]

ConnectionNotificationTypeType#

# ConnectionNotificationTypeType usage example
from types_boto3_ec2.literals import ConnectionNotificationTypeType

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

ConnectivityTypeType#

# ConnectivityTypeType usage example
from types_boto3_ec2.literals import ConnectivityTypeType

def get_value() -> ConnectivityTypeType:
    return "private"
# ConnectivityTypeType definition
ConnectivityTypeType = Literal[
    "private",
    "public",
]

ContainerFormatType#

# ContainerFormatType usage example
from types_boto3_ec2.literals import ContainerFormatType

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

ConversionTaskCancelledWaiterName#

# ConversionTaskCancelledWaiterName usage example
from types_boto3_ec2.literals import ConversionTaskCancelledWaiterName

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

ConversionTaskCompletedWaiterName#

# ConversionTaskCompletedWaiterName usage example
from types_boto3_ec2.literals import ConversionTaskCompletedWaiterName

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

ConversionTaskDeletedWaiterName#

# ConversionTaskDeletedWaiterName usage example
from types_boto3_ec2.literals import ConversionTaskDeletedWaiterName

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

ConversionTaskStateType#

# ConversionTaskStateType usage example
from types_boto3_ec2.literals import ConversionTaskStateType

def get_value() -> ConversionTaskStateType:
    return "active"
# ConversionTaskStateType definition
ConversionTaskStateType = Literal[
    "active",
    "cancelled",
    "cancelling",
    "completed",
]

CopyTagsFromSourceType#

# CopyTagsFromSourceType usage example
from types_boto3_ec2.literals import CopyTagsFromSourceType

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

CpuManufacturerType#

# CpuManufacturerType usage example
from types_boto3_ec2.literals import CpuManufacturerType

def get_value() -> CpuManufacturerType:
    return "amazon-web-services"
# CpuManufacturerType definition
CpuManufacturerType = Literal[
    "amazon-web-services",
    "amd",
    "apple",
    "intel",
]

CurrencyCodeValuesType#

# CurrencyCodeValuesType usage example
from types_boto3_ec2.literals import CurrencyCodeValuesType

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

CustomerGatewayAvailableWaiterName#

# CustomerGatewayAvailableWaiterName usage example
from types_boto3_ec2.literals import CustomerGatewayAvailableWaiterName

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

DatafeedSubscriptionStateType#

# DatafeedSubscriptionStateType usage example
from types_boto3_ec2.literals import DatafeedSubscriptionStateType

def get_value() -> DatafeedSubscriptionStateType:
    return "Active"
# DatafeedSubscriptionStateType definition
DatafeedSubscriptionStateType = Literal[
    "Active",
    "Inactive",
]

DefaultInstanceMetadataEndpointStateType#

# DefaultInstanceMetadataEndpointStateType usage example
from types_boto3_ec2.literals import DefaultInstanceMetadataEndpointStateType

def get_value() -> DefaultInstanceMetadataEndpointStateType:
    return "disabled"
# DefaultInstanceMetadataEndpointStateType definition
DefaultInstanceMetadataEndpointStateType = Literal[
    "disabled",
    "enabled",
    "no-preference",
]

DefaultInstanceMetadataTagsStateType#

# DefaultInstanceMetadataTagsStateType usage example
from types_boto3_ec2.literals import DefaultInstanceMetadataTagsStateType

def get_value() -> DefaultInstanceMetadataTagsStateType:
    return "disabled"
# DefaultInstanceMetadataTagsStateType definition
DefaultInstanceMetadataTagsStateType = Literal[
    "disabled",
    "enabled",
    "no-preference",
]

DefaultRouteTableAssociationValueType#

# DefaultRouteTableAssociationValueType usage example
from types_boto3_ec2.literals import DefaultRouteTableAssociationValueType

def get_value() -> DefaultRouteTableAssociationValueType:
    return "disable"
# DefaultRouteTableAssociationValueType definition
DefaultRouteTableAssociationValueType = Literal[
    "disable",
    "enable",
]

DefaultRouteTablePropagationValueType#

# DefaultRouteTablePropagationValueType usage example
from types_boto3_ec2.literals import DefaultRouteTablePropagationValueType

def get_value() -> DefaultRouteTablePropagationValueType:
    return "disable"
# DefaultRouteTablePropagationValueType definition
DefaultRouteTablePropagationValueType = Literal[
    "disable",
    "enable",
]

DefaultTargetCapacityTypeType#

# DefaultTargetCapacityTypeType usage example
from types_boto3_ec2.literals import DefaultTargetCapacityTypeType

def get_value() -> DefaultTargetCapacityTypeType:
    return "capacity-block"
# DefaultTargetCapacityTypeType definition
DefaultTargetCapacityTypeType = Literal[
    "capacity-block",
    "on-demand",
    "spot",
]

DeleteFleetErrorCodeType#

# DeleteFleetErrorCodeType usage example
from types_boto3_ec2.literals import DeleteFleetErrorCodeType

def get_value() -> DeleteFleetErrorCodeType:
    return "fleetIdDoesNotExist"
# DeleteFleetErrorCodeType definition
DeleteFleetErrorCodeType = Literal[
    "fleetIdDoesNotExist",
    "fleetIdMalformed",
    "fleetNotInDeletableState",
    "unexpectedError",
]

DeleteQueuedReservedInstancesErrorCodeType#

# DeleteQueuedReservedInstancesErrorCodeType usage example
from types_boto3_ec2.literals import DeleteQueuedReservedInstancesErrorCodeType

def get_value() -> DeleteQueuedReservedInstancesErrorCodeType:
    return "reserved-instances-id-invalid"
# DeleteQueuedReservedInstancesErrorCodeType definition
DeleteQueuedReservedInstancesErrorCodeType = Literal[
    "reserved-instances-id-invalid",
    "reserved-instances-not-in-queued-state",
    "unexpected-error",
]

DescribeAddressTransfersPaginatorName#

# DescribeAddressTransfersPaginatorName usage example
from types_boto3_ec2.literals import DescribeAddressTransfersPaginatorName

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

DescribeAddressesAttributePaginatorName#

# DescribeAddressesAttributePaginatorName usage example
from types_boto3_ec2.literals import DescribeAddressesAttributePaginatorName

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

DescribeAwsNetworkPerformanceMetricSubscriptionsPaginatorName#

# DescribeAwsNetworkPerformanceMetricSubscriptionsPaginatorName usage example
from types_boto3_ec2.literals import DescribeAwsNetworkPerformanceMetricSubscriptionsPaginatorName

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

DescribeByoipCidrsPaginatorName#

# DescribeByoipCidrsPaginatorName usage example
from types_boto3_ec2.literals import DescribeByoipCidrsPaginatorName

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

DescribeCapacityBlockExtensionHistoryPaginatorName#

# DescribeCapacityBlockExtensionHistoryPaginatorName usage example
from types_boto3_ec2.literals import DescribeCapacityBlockExtensionHistoryPaginatorName

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

DescribeCapacityBlockExtensionOfferingsPaginatorName#

# DescribeCapacityBlockExtensionOfferingsPaginatorName usage example
from types_boto3_ec2.literals import DescribeCapacityBlockExtensionOfferingsPaginatorName

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

DescribeCapacityBlockOfferingsPaginatorName#

# DescribeCapacityBlockOfferingsPaginatorName usage example
from types_boto3_ec2.literals import DescribeCapacityBlockOfferingsPaginatorName

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

DescribeCapacityReservationBillingRequestsPaginatorName#

# DescribeCapacityReservationBillingRequestsPaginatorName usage example
from types_boto3_ec2.literals import DescribeCapacityReservationBillingRequestsPaginatorName

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

DescribeCapacityReservationFleetsPaginatorName#

# DescribeCapacityReservationFleetsPaginatorName usage example
from types_boto3_ec2.literals import DescribeCapacityReservationFleetsPaginatorName

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

DescribeCapacityReservationsPaginatorName#

# DescribeCapacityReservationsPaginatorName usage example
from types_boto3_ec2.literals import DescribeCapacityReservationsPaginatorName

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

DescribeCarrierGatewaysPaginatorName#

# DescribeCarrierGatewaysPaginatorName usage example
from types_boto3_ec2.literals import DescribeCarrierGatewaysPaginatorName

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

DescribeClassicLinkInstancesPaginatorName#

# DescribeClassicLinkInstancesPaginatorName usage example
from types_boto3_ec2.literals import DescribeClassicLinkInstancesPaginatorName

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

DescribeClientVpnAuthorizationRulesPaginatorName#

# DescribeClientVpnAuthorizationRulesPaginatorName usage example
from types_boto3_ec2.literals import DescribeClientVpnAuthorizationRulesPaginatorName

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

DescribeClientVpnConnectionsPaginatorName#

# DescribeClientVpnConnectionsPaginatorName usage example
from types_boto3_ec2.literals import DescribeClientVpnConnectionsPaginatorName

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

DescribeClientVpnEndpointsPaginatorName#

# DescribeClientVpnEndpointsPaginatorName usage example
from types_boto3_ec2.literals import DescribeClientVpnEndpointsPaginatorName

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

DescribeClientVpnRoutesPaginatorName#

# DescribeClientVpnRoutesPaginatorName usage example
from types_boto3_ec2.literals import DescribeClientVpnRoutesPaginatorName

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

DescribeClientVpnTargetNetworksPaginatorName#

# DescribeClientVpnTargetNetworksPaginatorName usage example
from types_boto3_ec2.literals import DescribeClientVpnTargetNetworksPaginatorName

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

DescribeCoipPoolsPaginatorName#

# DescribeCoipPoolsPaginatorName usage example
from types_boto3_ec2.literals import DescribeCoipPoolsPaginatorName

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

DescribeDhcpOptionsPaginatorName#

# DescribeDhcpOptionsPaginatorName usage example
from types_boto3_ec2.literals import DescribeDhcpOptionsPaginatorName

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

DescribeEgressOnlyInternetGatewaysPaginatorName#

# DescribeEgressOnlyInternetGatewaysPaginatorName usage example
from types_boto3_ec2.literals import DescribeEgressOnlyInternetGatewaysPaginatorName

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

DescribeExportImageTasksPaginatorName#

# DescribeExportImageTasksPaginatorName usage example
from types_boto3_ec2.literals import DescribeExportImageTasksPaginatorName

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

DescribeFastLaunchImagesPaginatorName#

# DescribeFastLaunchImagesPaginatorName usage example
from types_boto3_ec2.literals import DescribeFastLaunchImagesPaginatorName

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

DescribeFastSnapshotRestoresPaginatorName#

# DescribeFastSnapshotRestoresPaginatorName usage example
from types_boto3_ec2.literals import DescribeFastSnapshotRestoresPaginatorName

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

DescribeFleetsPaginatorName#

# DescribeFleetsPaginatorName usage example
from types_boto3_ec2.literals import DescribeFleetsPaginatorName

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

DescribeFlowLogsPaginatorName#

# DescribeFlowLogsPaginatorName usage example
from types_boto3_ec2.literals import DescribeFlowLogsPaginatorName

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

DescribeFpgaImagesPaginatorName#

# DescribeFpgaImagesPaginatorName usage example
from types_boto3_ec2.literals import DescribeFpgaImagesPaginatorName

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

DescribeHostReservationOfferingsPaginatorName#

# DescribeHostReservationOfferingsPaginatorName usage example
from types_boto3_ec2.literals import DescribeHostReservationOfferingsPaginatorName

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

DescribeHostReservationsPaginatorName#

# DescribeHostReservationsPaginatorName usage example
from types_boto3_ec2.literals import DescribeHostReservationsPaginatorName

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

DescribeHostsPaginatorName#

# DescribeHostsPaginatorName usage example
from types_boto3_ec2.literals import DescribeHostsPaginatorName

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

DescribeIamInstanceProfileAssociationsPaginatorName#

# DescribeIamInstanceProfileAssociationsPaginatorName usage example
from types_boto3_ec2.literals import DescribeIamInstanceProfileAssociationsPaginatorName

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

DescribeImagesPaginatorName#

# DescribeImagesPaginatorName usage example
from types_boto3_ec2.literals import DescribeImagesPaginatorName

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

DescribeImportImageTasksPaginatorName#

# DescribeImportImageTasksPaginatorName usage example
from types_boto3_ec2.literals import DescribeImportImageTasksPaginatorName

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

DescribeImportSnapshotTasksPaginatorName#

# DescribeImportSnapshotTasksPaginatorName usage example
from types_boto3_ec2.literals import DescribeImportSnapshotTasksPaginatorName

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

DescribeInstanceConnectEndpointsPaginatorName#

# DescribeInstanceConnectEndpointsPaginatorName usage example
from types_boto3_ec2.literals import DescribeInstanceConnectEndpointsPaginatorName

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

DescribeInstanceCreditSpecificationsPaginatorName#

# DescribeInstanceCreditSpecificationsPaginatorName usage example
from types_boto3_ec2.literals import DescribeInstanceCreditSpecificationsPaginatorName

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

DescribeInstanceEventWindowsPaginatorName#

# DescribeInstanceEventWindowsPaginatorName usage example
from types_boto3_ec2.literals import DescribeInstanceEventWindowsPaginatorName

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

DescribeInstanceImageMetadataPaginatorName#

# DescribeInstanceImageMetadataPaginatorName usage example
from types_boto3_ec2.literals import DescribeInstanceImageMetadataPaginatorName

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

DescribeInstanceStatusPaginatorName#

# DescribeInstanceStatusPaginatorName usage example
from types_boto3_ec2.literals import DescribeInstanceStatusPaginatorName

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

DescribeInstanceTopologyPaginatorName#

# DescribeInstanceTopologyPaginatorName usage example
from types_boto3_ec2.literals import DescribeInstanceTopologyPaginatorName

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

DescribeInstanceTypeOfferingsPaginatorName#

# DescribeInstanceTypeOfferingsPaginatorName usage example
from types_boto3_ec2.literals import DescribeInstanceTypeOfferingsPaginatorName

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

DescribeInstanceTypesPaginatorName#

# DescribeInstanceTypesPaginatorName usage example
from types_boto3_ec2.literals import DescribeInstanceTypesPaginatorName

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

DescribeInstancesPaginatorName#

# DescribeInstancesPaginatorName usage example
from types_boto3_ec2.literals import DescribeInstancesPaginatorName

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

DescribeInternetGatewaysPaginatorName#

# DescribeInternetGatewaysPaginatorName usage example
from types_boto3_ec2.literals import DescribeInternetGatewaysPaginatorName

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

DescribeIpamPoolsPaginatorName#

# DescribeIpamPoolsPaginatorName usage example
from types_boto3_ec2.literals import DescribeIpamPoolsPaginatorName

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

DescribeIpamResourceDiscoveriesPaginatorName#

# DescribeIpamResourceDiscoveriesPaginatorName usage example
from types_boto3_ec2.literals import DescribeIpamResourceDiscoveriesPaginatorName

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

DescribeIpamResourceDiscoveryAssociationsPaginatorName#

# DescribeIpamResourceDiscoveryAssociationsPaginatorName usage example
from types_boto3_ec2.literals import DescribeIpamResourceDiscoveryAssociationsPaginatorName

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

DescribeIpamScopesPaginatorName#

# DescribeIpamScopesPaginatorName usage example
from types_boto3_ec2.literals import DescribeIpamScopesPaginatorName

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

DescribeIpamsPaginatorName#

# DescribeIpamsPaginatorName usage example
from types_boto3_ec2.literals import DescribeIpamsPaginatorName

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

DescribeIpv6PoolsPaginatorName#

# DescribeIpv6PoolsPaginatorName usage example
from types_boto3_ec2.literals import DescribeIpv6PoolsPaginatorName

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

DescribeLaunchTemplateVersionsPaginatorName#

# DescribeLaunchTemplateVersionsPaginatorName usage example
from types_boto3_ec2.literals import DescribeLaunchTemplateVersionsPaginatorName

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

DescribeLaunchTemplatesPaginatorName#

# DescribeLaunchTemplatesPaginatorName usage example
from types_boto3_ec2.literals import DescribeLaunchTemplatesPaginatorName

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

DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginatorName#

# DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginatorName usage example
from types_boto3_ec2.literals import DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginatorName

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

DescribeLocalGatewayRouteTableVpcAssociationsPaginatorName#

# DescribeLocalGatewayRouteTableVpcAssociationsPaginatorName usage example
from types_boto3_ec2.literals import DescribeLocalGatewayRouteTableVpcAssociationsPaginatorName

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

DescribeLocalGatewayRouteTablesPaginatorName#

# DescribeLocalGatewayRouteTablesPaginatorName usage example
from types_boto3_ec2.literals import DescribeLocalGatewayRouteTablesPaginatorName

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

DescribeLocalGatewayVirtualInterfaceGroupsPaginatorName#

# DescribeLocalGatewayVirtualInterfaceGroupsPaginatorName usage example
from types_boto3_ec2.literals import DescribeLocalGatewayVirtualInterfaceGroupsPaginatorName

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

DescribeLocalGatewayVirtualInterfacesPaginatorName#

# DescribeLocalGatewayVirtualInterfacesPaginatorName usage example
from types_boto3_ec2.literals import DescribeLocalGatewayVirtualInterfacesPaginatorName

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

DescribeLocalGatewaysPaginatorName#

# DescribeLocalGatewaysPaginatorName usage example
from types_boto3_ec2.literals import DescribeLocalGatewaysPaginatorName

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

DescribeMacHostsPaginatorName#

# DescribeMacHostsPaginatorName usage example
from types_boto3_ec2.literals import DescribeMacHostsPaginatorName

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

DescribeManagedPrefixListsPaginatorName#

# DescribeManagedPrefixListsPaginatorName usage example
from types_boto3_ec2.literals import DescribeManagedPrefixListsPaginatorName

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

DescribeMovingAddressesPaginatorName#

# DescribeMovingAddressesPaginatorName usage example
from types_boto3_ec2.literals import DescribeMovingAddressesPaginatorName

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

DescribeNatGatewaysPaginatorName#

# DescribeNatGatewaysPaginatorName usage example
from types_boto3_ec2.literals import DescribeNatGatewaysPaginatorName

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

DescribeNetworkAclsPaginatorName#

# DescribeNetworkAclsPaginatorName usage example
from types_boto3_ec2.literals import DescribeNetworkAclsPaginatorName

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

DescribeNetworkInsightsAccessScopeAnalysesPaginatorName#

# DescribeNetworkInsightsAccessScopeAnalysesPaginatorName usage example
from types_boto3_ec2.literals import DescribeNetworkInsightsAccessScopeAnalysesPaginatorName

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

DescribeNetworkInsightsAccessScopesPaginatorName#

# DescribeNetworkInsightsAccessScopesPaginatorName usage example
from types_boto3_ec2.literals import DescribeNetworkInsightsAccessScopesPaginatorName

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

DescribeNetworkInsightsAnalysesPaginatorName#

# DescribeNetworkInsightsAnalysesPaginatorName usage example
from types_boto3_ec2.literals import DescribeNetworkInsightsAnalysesPaginatorName

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

DescribeNetworkInsightsPathsPaginatorName#

# DescribeNetworkInsightsPathsPaginatorName usage example
from types_boto3_ec2.literals import DescribeNetworkInsightsPathsPaginatorName

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

DescribeNetworkInterfacePermissionsPaginatorName#

# DescribeNetworkInterfacePermissionsPaginatorName usage example
from types_boto3_ec2.literals import DescribeNetworkInterfacePermissionsPaginatorName

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

DescribeNetworkInterfacesPaginatorName#

# DescribeNetworkInterfacesPaginatorName usage example
from types_boto3_ec2.literals import DescribeNetworkInterfacesPaginatorName

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

DescribePrefixListsPaginatorName#

# DescribePrefixListsPaginatorName usage example
from types_boto3_ec2.literals import DescribePrefixListsPaginatorName

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

DescribePrincipalIdFormatPaginatorName#

# DescribePrincipalIdFormatPaginatorName usage example
from types_boto3_ec2.literals import DescribePrincipalIdFormatPaginatorName

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

DescribePublicIpv4PoolsPaginatorName#

# DescribePublicIpv4PoolsPaginatorName usage example
from types_boto3_ec2.literals import DescribePublicIpv4PoolsPaginatorName

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

DescribeReplaceRootVolumeTasksPaginatorName#

# DescribeReplaceRootVolumeTasksPaginatorName usage example
from types_boto3_ec2.literals import DescribeReplaceRootVolumeTasksPaginatorName

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

DescribeReservedInstancesModificationsPaginatorName#

# DescribeReservedInstancesModificationsPaginatorName usage example
from types_boto3_ec2.literals import DescribeReservedInstancesModificationsPaginatorName

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

DescribeReservedInstancesOfferingsPaginatorName#

# DescribeReservedInstancesOfferingsPaginatorName usage example
from types_boto3_ec2.literals import DescribeReservedInstancesOfferingsPaginatorName

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

DescribeRouteTablesPaginatorName#

# DescribeRouteTablesPaginatorName usage example
from types_boto3_ec2.literals import DescribeRouteTablesPaginatorName

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

DescribeScheduledInstanceAvailabilityPaginatorName#

# DescribeScheduledInstanceAvailabilityPaginatorName usage example
from types_boto3_ec2.literals import DescribeScheduledInstanceAvailabilityPaginatorName

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

DescribeScheduledInstancesPaginatorName#

# DescribeScheduledInstancesPaginatorName usage example
from types_boto3_ec2.literals import DescribeScheduledInstancesPaginatorName

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

DescribeSecurityGroupRulesPaginatorName#

# DescribeSecurityGroupRulesPaginatorName usage example
from types_boto3_ec2.literals import DescribeSecurityGroupRulesPaginatorName

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

DescribeSecurityGroupVpcAssociationsPaginatorName#

# DescribeSecurityGroupVpcAssociationsPaginatorName usage example
from types_boto3_ec2.literals import DescribeSecurityGroupVpcAssociationsPaginatorName

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

DescribeSecurityGroupsPaginatorName#

# DescribeSecurityGroupsPaginatorName usage example
from types_boto3_ec2.literals import DescribeSecurityGroupsPaginatorName

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

DescribeSnapshotTierStatusPaginatorName#

# DescribeSnapshotTierStatusPaginatorName usage example
from types_boto3_ec2.literals import DescribeSnapshotTierStatusPaginatorName

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

DescribeSnapshotsPaginatorName#

# DescribeSnapshotsPaginatorName usage example
from types_boto3_ec2.literals import DescribeSnapshotsPaginatorName

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

DescribeSpotFleetInstancesPaginatorName#

# DescribeSpotFleetInstancesPaginatorName usage example
from types_boto3_ec2.literals import DescribeSpotFleetInstancesPaginatorName

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

DescribeSpotFleetRequestsPaginatorName#

# DescribeSpotFleetRequestsPaginatorName usage example
from types_boto3_ec2.literals import DescribeSpotFleetRequestsPaginatorName

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

DescribeSpotInstanceRequestsPaginatorName#

# DescribeSpotInstanceRequestsPaginatorName usage example
from types_boto3_ec2.literals import DescribeSpotInstanceRequestsPaginatorName

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

DescribeSpotPriceHistoryPaginatorName#

# DescribeSpotPriceHistoryPaginatorName usage example
from types_boto3_ec2.literals import DescribeSpotPriceHistoryPaginatorName

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

DescribeStaleSecurityGroupsPaginatorName#

# DescribeStaleSecurityGroupsPaginatorName usage example
from types_boto3_ec2.literals import DescribeStaleSecurityGroupsPaginatorName

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

DescribeStoreImageTasksPaginatorName#

# DescribeStoreImageTasksPaginatorName usage example
from types_boto3_ec2.literals import DescribeStoreImageTasksPaginatorName

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

DescribeSubnetsPaginatorName#

# DescribeSubnetsPaginatorName usage example
from types_boto3_ec2.literals import DescribeSubnetsPaginatorName

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

DescribeTagsPaginatorName#

# DescribeTagsPaginatorName usage example
from types_boto3_ec2.literals import DescribeTagsPaginatorName

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

DescribeTrafficMirrorFiltersPaginatorName#

# DescribeTrafficMirrorFiltersPaginatorName usage example
from types_boto3_ec2.literals import DescribeTrafficMirrorFiltersPaginatorName

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

DescribeTrafficMirrorSessionsPaginatorName#

# DescribeTrafficMirrorSessionsPaginatorName usage example
from types_boto3_ec2.literals import DescribeTrafficMirrorSessionsPaginatorName

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

DescribeTrafficMirrorTargetsPaginatorName#

# DescribeTrafficMirrorTargetsPaginatorName usage example
from types_boto3_ec2.literals import DescribeTrafficMirrorTargetsPaginatorName

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

DescribeTransitGatewayAttachmentsPaginatorName#

# DescribeTransitGatewayAttachmentsPaginatorName usage example
from types_boto3_ec2.literals import DescribeTransitGatewayAttachmentsPaginatorName

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

DescribeTransitGatewayConnectPeersPaginatorName#

# DescribeTransitGatewayConnectPeersPaginatorName usage example
from types_boto3_ec2.literals import DescribeTransitGatewayConnectPeersPaginatorName

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

DescribeTransitGatewayConnectsPaginatorName#

# DescribeTransitGatewayConnectsPaginatorName usage example
from types_boto3_ec2.literals import DescribeTransitGatewayConnectsPaginatorName

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

DescribeTransitGatewayMulticastDomainsPaginatorName#

# DescribeTransitGatewayMulticastDomainsPaginatorName usage example
from types_boto3_ec2.literals import DescribeTransitGatewayMulticastDomainsPaginatorName

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

DescribeTransitGatewayPeeringAttachmentsPaginatorName#

# DescribeTransitGatewayPeeringAttachmentsPaginatorName usage example
from types_boto3_ec2.literals import DescribeTransitGatewayPeeringAttachmentsPaginatorName

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

DescribeTransitGatewayPolicyTablesPaginatorName#

# DescribeTransitGatewayPolicyTablesPaginatorName usage example
from types_boto3_ec2.literals import DescribeTransitGatewayPolicyTablesPaginatorName

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

DescribeTransitGatewayRouteTableAnnouncementsPaginatorName#

# DescribeTransitGatewayRouteTableAnnouncementsPaginatorName usage example
from types_boto3_ec2.literals import DescribeTransitGatewayRouteTableAnnouncementsPaginatorName

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

DescribeTransitGatewayRouteTablesPaginatorName#

# DescribeTransitGatewayRouteTablesPaginatorName usage example
from types_boto3_ec2.literals import DescribeTransitGatewayRouteTablesPaginatorName

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

DescribeTransitGatewayVpcAttachmentsPaginatorName#

# DescribeTransitGatewayVpcAttachmentsPaginatorName usage example
from types_boto3_ec2.literals import DescribeTransitGatewayVpcAttachmentsPaginatorName

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

DescribeTransitGatewaysPaginatorName#

# DescribeTransitGatewaysPaginatorName usage example
from types_boto3_ec2.literals import DescribeTransitGatewaysPaginatorName

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

DescribeTrunkInterfaceAssociationsPaginatorName#

# DescribeTrunkInterfaceAssociationsPaginatorName usage example
from types_boto3_ec2.literals import DescribeTrunkInterfaceAssociationsPaginatorName

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

DescribeVerifiedAccessEndpointsPaginatorName#

# DescribeVerifiedAccessEndpointsPaginatorName usage example
from types_boto3_ec2.literals import DescribeVerifiedAccessEndpointsPaginatorName

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

DescribeVerifiedAccessGroupsPaginatorName#

# DescribeVerifiedAccessGroupsPaginatorName usage example
from types_boto3_ec2.literals import DescribeVerifiedAccessGroupsPaginatorName

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

DescribeVerifiedAccessInstanceLoggingConfigurationsPaginatorName#

# DescribeVerifiedAccessInstanceLoggingConfigurationsPaginatorName usage example
from types_boto3_ec2.literals import DescribeVerifiedAccessInstanceLoggingConfigurationsPaginatorName

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

DescribeVerifiedAccessInstancesPaginatorName#

# DescribeVerifiedAccessInstancesPaginatorName usage example
from types_boto3_ec2.literals import DescribeVerifiedAccessInstancesPaginatorName

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

DescribeVerifiedAccessTrustProvidersPaginatorName#

# DescribeVerifiedAccessTrustProvidersPaginatorName usage example
from types_boto3_ec2.literals import DescribeVerifiedAccessTrustProvidersPaginatorName

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

DescribeVolumeStatusPaginatorName#

# DescribeVolumeStatusPaginatorName usage example
from types_boto3_ec2.literals import DescribeVolumeStatusPaginatorName

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

DescribeVolumesModificationsPaginatorName#

# DescribeVolumesModificationsPaginatorName usage example
from types_boto3_ec2.literals import DescribeVolumesModificationsPaginatorName

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

DescribeVolumesPaginatorName#

# DescribeVolumesPaginatorName usage example
from types_boto3_ec2.literals import DescribeVolumesPaginatorName

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

DescribeVpcClassicLinkDnsSupportPaginatorName#

# DescribeVpcClassicLinkDnsSupportPaginatorName usage example
from types_boto3_ec2.literals import DescribeVpcClassicLinkDnsSupportPaginatorName

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

DescribeVpcEndpointConnectionNotificationsPaginatorName#

# DescribeVpcEndpointConnectionNotificationsPaginatorName usage example
from types_boto3_ec2.literals import DescribeVpcEndpointConnectionNotificationsPaginatorName

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

DescribeVpcEndpointConnectionsPaginatorName#

# DescribeVpcEndpointConnectionsPaginatorName usage example
from types_boto3_ec2.literals import DescribeVpcEndpointConnectionsPaginatorName

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

DescribeVpcEndpointServiceConfigurationsPaginatorName#

# DescribeVpcEndpointServiceConfigurationsPaginatorName usage example
from types_boto3_ec2.literals import DescribeVpcEndpointServiceConfigurationsPaginatorName

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

DescribeVpcEndpointServicePermissionsPaginatorName#

# DescribeVpcEndpointServicePermissionsPaginatorName usage example
from types_boto3_ec2.literals import DescribeVpcEndpointServicePermissionsPaginatorName

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

DescribeVpcEndpointServicesPaginatorName#

# DescribeVpcEndpointServicesPaginatorName usage example
from types_boto3_ec2.literals import DescribeVpcEndpointServicesPaginatorName

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

DescribeVpcEndpointsPaginatorName#

# DescribeVpcEndpointsPaginatorName usage example
from types_boto3_ec2.literals import DescribeVpcEndpointsPaginatorName

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

DescribeVpcPeeringConnectionsPaginatorName#

# DescribeVpcPeeringConnectionsPaginatorName usage example
from types_boto3_ec2.literals import DescribeVpcPeeringConnectionsPaginatorName

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

DescribeVpcsPaginatorName#

# DescribeVpcsPaginatorName usage example
from types_boto3_ec2.literals import DescribeVpcsPaginatorName

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

DestinationFileFormatType#

# DestinationFileFormatType usage example
from types_boto3_ec2.literals import DestinationFileFormatType

def get_value() -> DestinationFileFormatType:
    return "parquet"
# DestinationFileFormatType definition
DestinationFileFormatType = Literal[
    "parquet",
    "plain-text",
]

DeviceTrustProviderTypeType#

# DeviceTrustProviderTypeType usage example
from types_boto3_ec2.literals import DeviceTrustProviderTypeType

def get_value() -> DeviceTrustProviderTypeType:
    return "crowdstrike"
# DeviceTrustProviderTypeType definition
DeviceTrustProviderTypeType = Literal[
    "crowdstrike",
    "jamf",
    "jumpcloud",
]

DeviceTypeType#

# DeviceTypeType usage example
from types_boto3_ec2.literals import DeviceTypeType

def get_value() -> DeviceTypeType:
    return "ebs"
# DeviceTypeType definition
DeviceTypeType = Literal[
    "ebs",
    "instance-store",
]

DiskImageFormatType#

# DiskImageFormatType usage example
from types_boto3_ec2.literals import DiskImageFormatType

def get_value() -> DiskImageFormatType:
    return "RAW"
# DiskImageFormatType definition
DiskImageFormatType = Literal[
    "RAW",
    "VHD",
    "VMDK",
]

DiskTypeType#

# DiskTypeType usage example
from types_boto3_ec2.literals import DiskTypeType

def get_value() -> DiskTypeType:
    return "hdd"
# DiskTypeType definition
DiskTypeType = Literal[
    "hdd",
    "ssd",
]

DnsNameStateType#

# DnsNameStateType usage example
from types_boto3_ec2.literals import DnsNameStateType

def get_value() -> DnsNameStateType:
    return "failed"
# DnsNameStateType definition
DnsNameStateType = Literal[
    "failed",
    "pendingVerification",
    "verified",
]

DnsRecordIpTypeType#

# DnsRecordIpTypeType usage example
from types_boto3_ec2.literals import DnsRecordIpTypeType

def get_value() -> DnsRecordIpTypeType:
    return "dualstack"
# DnsRecordIpTypeType definition
DnsRecordIpTypeType = Literal[
    "dualstack",
    "ipv4",
    "ipv6",
    "service-defined",
]

DnsSupportValueType#

# DnsSupportValueType usage example
from types_boto3_ec2.literals import DnsSupportValueType

def get_value() -> DnsSupportValueType:
    return "disable"
# DnsSupportValueType definition
DnsSupportValueType = Literal[
    "disable",
    "enable",
]

DomainTypeType#

# DomainTypeType usage example
from types_boto3_ec2.literals import DomainTypeType

def get_value() -> DomainTypeType:
    return "standard"
# DomainTypeType definition
DomainTypeType = Literal[
    "standard",
    "vpc",
]

DynamicRoutingValueType#

# DynamicRoutingValueType usage example
from types_boto3_ec2.literals import DynamicRoutingValueType

def get_value() -> DynamicRoutingValueType:
    return "disable"
# DynamicRoutingValueType definition
DynamicRoutingValueType = Literal[
    "disable",
    "enable",
]

EbsEncryptionSupportType#

# EbsEncryptionSupportType usage example
from types_boto3_ec2.literals import EbsEncryptionSupportType

def get_value() -> EbsEncryptionSupportType:
    return "supported"
# EbsEncryptionSupportType definition
EbsEncryptionSupportType = Literal[
    "supported",
    "unsupported",
]

EbsNvmeSupportType#

# EbsNvmeSupportType usage example
from types_boto3_ec2.literals import EbsNvmeSupportType

def get_value() -> EbsNvmeSupportType:
    return "required"
# EbsNvmeSupportType definition
EbsNvmeSupportType = Literal[
    "required",
    "supported",
    "unsupported",
]

EbsOptimizedSupportType#

# EbsOptimizedSupportType usage example
from types_boto3_ec2.literals import EbsOptimizedSupportType

def get_value() -> EbsOptimizedSupportType:
    return "default"
# EbsOptimizedSupportType definition
EbsOptimizedSupportType = Literal[
    "default",
    "supported",
    "unsupported",
]

Ec2InstanceConnectEndpointStateType#

# Ec2InstanceConnectEndpointStateType usage example
from types_boto3_ec2.literals import Ec2InstanceConnectEndpointStateType

def get_value() -> Ec2InstanceConnectEndpointStateType:
    return "create-complete"
# Ec2InstanceConnectEndpointStateType definition
Ec2InstanceConnectEndpointStateType = Literal[
    "create-complete",
    "create-failed",
    "create-in-progress",
    "delete-complete",
    "delete-failed",
    "delete-in-progress",
]

EkPubKeyFormatType#

# EkPubKeyFormatType usage example
from types_boto3_ec2.literals import EkPubKeyFormatType

def get_value() -> EkPubKeyFormatType:
    return "der"
# EkPubKeyFormatType definition
EkPubKeyFormatType = Literal[
    "der",
    "tpmt",
]

EkPubKeyTypeType#

# EkPubKeyTypeType usage example
from types_boto3_ec2.literals import EkPubKeyTypeType

def get_value() -> EkPubKeyTypeType:
    return "ecc-sec-p384"
# EkPubKeyTypeType definition
EkPubKeyTypeType = Literal[
    "ecc-sec-p384",
    "rsa-2048",
]

ElasticGpuStateType#

# ElasticGpuStateType usage example
from types_boto3_ec2.literals import ElasticGpuStateType

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

ElasticGpuStatusType#

# ElasticGpuStatusType usage example
from types_boto3_ec2.literals import ElasticGpuStatusType

def get_value() -> ElasticGpuStatusType:
    return "IMPAIRED"
# ElasticGpuStatusType definition
ElasticGpuStatusType = Literal[
    "IMPAIRED",
    "OK",
]

EnaSupportType#

# EnaSupportType usage example
from types_boto3_ec2.literals import EnaSupportType

def get_value() -> EnaSupportType:
    return "required"
# EnaSupportType definition
EnaSupportType = Literal[
    "required",
    "supported",
    "unsupported",
]

EndDateTypeType#

# EndDateTypeType usage example
from types_boto3_ec2.literals import EndDateTypeType

def get_value() -> EndDateTypeType:
    return "limited"
# EndDateTypeType definition
EndDateTypeType = Literal[
    "limited",
    "unlimited",
]

EphemeralNvmeSupportType#

# EphemeralNvmeSupportType usage example
from types_boto3_ec2.literals import EphemeralNvmeSupportType

def get_value() -> EphemeralNvmeSupportType:
    return "required"
# EphemeralNvmeSupportType definition
EphemeralNvmeSupportType = Literal[
    "required",
    "supported",
    "unsupported",
]

EventCodeType#

# EventCodeType usage example
from types_boto3_ec2.literals import EventCodeType

def get_value() -> EventCodeType:
    return "instance-reboot"
# EventCodeType definition
EventCodeType = Literal[
    "instance-reboot",
    "instance-retirement",
    "instance-stop",
    "system-maintenance",
    "system-reboot",
]

EventTypeType#

# EventTypeType usage example
from types_boto3_ec2.literals import EventTypeType

def get_value() -> EventTypeType:
    return "error"
# EventTypeType definition
EventTypeType = Literal[
    "error",
    "fleetRequestChange",
    "information",
    "instanceChange",
]

ExcessCapacityTerminationPolicyType#

# ExcessCapacityTerminationPolicyType usage example
from types_boto3_ec2.literals import ExcessCapacityTerminationPolicyType

def get_value() -> ExcessCapacityTerminationPolicyType:
    return "default"
# ExcessCapacityTerminationPolicyType definition
ExcessCapacityTerminationPolicyType = Literal[
    "default",
    "noTermination",
]

ExportEnvironmentType#

# ExportEnvironmentType usage example
from types_boto3_ec2.literals import ExportEnvironmentType

def get_value() -> ExportEnvironmentType:
    return "citrix"
# ExportEnvironmentType definition
ExportEnvironmentType = Literal[
    "citrix",
    "microsoft",
    "vmware",
]

ExportTaskCancelledWaiterName#

# ExportTaskCancelledWaiterName usage example
from types_boto3_ec2.literals import ExportTaskCancelledWaiterName

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

ExportTaskCompletedWaiterName#

# ExportTaskCompletedWaiterName usage example
from types_boto3_ec2.literals import ExportTaskCompletedWaiterName

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

ExportTaskStateType#

# ExportTaskStateType usage example
from types_boto3_ec2.literals import ExportTaskStateType

def get_value() -> ExportTaskStateType:
    return "active"
# ExportTaskStateType definition
ExportTaskStateType = Literal[
    "active",
    "cancelled",
    "cancelling",
    "completed",
]

FastLaunchResourceTypeType#

# FastLaunchResourceTypeType usage example
from types_boto3_ec2.literals import FastLaunchResourceTypeType

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

FastLaunchStateCodeType#

# FastLaunchStateCodeType usage example
from types_boto3_ec2.literals import FastLaunchStateCodeType

def get_value() -> FastLaunchStateCodeType:
    return "disabling"
# FastLaunchStateCodeType definition
FastLaunchStateCodeType = Literal[
    "disabling",
    "disabling-failed",
    "enabled",
    "enabled-failed",
    "enabling",
    "enabling-failed",
]

FastSnapshotRestoreStateCodeType#

# FastSnapshotRestoreStateCodeType usage example
from types_boto3_ec2.literals import FastSnapshotRestoreStateCodeType

def get_value() -> FastSnapshotRestoreStateCodeType:
    return "disabled"
# FastSnapshotRestoreStateCodeType definition
FastSnapshotRestoreStateCodeType = Literal[
    "disabled",
    "disabling",
    "enabled",
    "enabling",
    "optimizing",
]

FindingsFoundType#

# FindingsFoundType usage example
from types_boto3_ec2.literals import FindingsFoundType

def get_value() -> FindingsFoundType:
    return "false"
# FindingsFoundType definition
FindingsFoundType = Literal[
    "false",
    "true",
    "unknown",
]

FleetActivityStatusType#

# FleetActivityStatusType usage example
from types_boto3_ec2.literals import FleetActivityStatusType

def get_value() -> FleetActivityStatusType:
    return "error"
# FleetActivityStatusType definition
FleetActivityStatusType = Literal[
    "error",
    "fulfilled",
    "pending_fulfillment",
    "pending_termination",
]

FleetCapacityReservationTenancyType#

# FleetCapacityReservationTenancyType usage example
from types_boto3_ec2.literals import FleetCapacityReservationTenancyType

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

FleetCapacityReservationUsageStrategyType#

# FleetCapacityReservationUsageStrategyType usage example
from types_boto3_ec2.literals import FleetCapacityReservationUsageStrategyType

def get_value() -> FleetCapacityReservationUsageStrategyType:
    return "use-capacity-reservations-first"
# FleetCapacityReservationUsageStrategyType definition
FleetCapacityReservationUsageStrategyType = Literal[
    "use-capacity-reservations-first",
]

FleetEventTypeType#

# FleetEventTypeType usage example
from types_boto3_ec2.literals import FleetEventTypeType

def get_value() -> FleetEventTypeType:
    return "fleet-change"
# FleetEventTypeType definition
FleetEventTypeType = Literal[
    "fleet-change",
    "instance-change",
    "service-error",
]

FleetExcessCapacityTerminationPolicyType#

# FleetExcessCapacityTerminationPolicyType usage example
from types_boto3_ec2.literals import FleetExcessCapacityTerminationPolicyType

def get_value() -> FleetExcessCapacityTerminationPolicyType:
    return "no-termination"
# FleetExcessCapacityTerminationPolicyType definition
FleetExcessCapacityTerminationPolicyType = Literal[
    "no-termination",
    "termination",
]

FleetInstanceMatchCriteriaType#

# FleetInstanceMatchCriteriaType usage example
from types_boto3_ec2.literals import FleetInstanceMatchCriteriaType

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

FleetOnDemandAllocationStrategyType#

# FleetOnDemandAllocationStrategyType usage example
from types_boto3_ec2.literals import FleetOnDemandAllocationStrategyType

def get_value() -> FleetOnDemandAllocationStrategyType:
    return "lowest-price"
# FleetOnDemandAllocationStrategyType definition
FleetOnDemandAllocationStrategyType = Literal[
    "lowest-price",
    "prioritized",
]

FleetReplacementStrategyType#

# FleetReplacementStrategyType usage example
from types_boto3_ec2.literals import FleetReplacementStrategyType

def get_value() -> FleetReplacementStrategyType:
    return "launch"
# FleetReplacementStrategyType definition
FleetReplacementStrategyType = Literal[
    "launch",
    "launch-before-terminate",
]

FleetStateCodeType#

# FleetStateCodeType usage example
from types_boto3_ec2.literals import FleetStateCodeType

def get_value() -> FleetStateCodeType:
    return "active"
# FleetStateCodeType definition
FleetStateCodeType = Literal[
    "active",
    "deleted",
    "deleted_running",
    "deleted_terminating",
    "failed",
    "modifying",
    "submitted",
]

FleetTypeType#

# FleetTypeType usage example
from types_boto3_ec2.literals import FleetTypeType

def get_value() -> FleetTypeType:
    return "instant"
# FleetTypeType definition
FleetTypeType = Literal[
    "instant",
    "maintain",
    "request",
]

FlowLogsResourceTypeType#

# FlowLogsResourceTypeType usage example
from types_boto3_ec2.literals import FlowLogsResourceTypeType

def get_value() -> FlowLogsResourceTypeType:
    return "NetworkInterface"
# FlowLogsResourceTypeType definition
FlowLogsResourceTypeType = Literal[
    "NetworkInterface",
    "Subnet",
    "TransitGateway",
    "TransitGatewayAttachment",
    "VPC",
]

FpgaImageAttributeNameType#

# FpgaImageAttributeNameType usage example
from types_boto3_ec2.literals import FpgaImageAttributeNameType

def get_value() -> FpgaImageAttributeNameType:
    return "description"
# FpgaImageAttributeNameType definition
FpgaImageAttributeNameType = Literal[
    "description",
    "loadPermission",
    "name",
    "productCodes",
]

FpgaImageStateCodeType#

# FpgaImageStateCodeType usage example
from types_boto3_ec2.literals import FpgaImageStateCodeType

def get_value() -> FpgaImageStateCodeType:
    return "available"
# FpgaImageStateCodeType definition
FpgaImageStateCodeType = Literal[
    "available",
    "failed",
    "pending",
    "unavailable",
]

GatewayAssociationStateType#

# GatewayAssociationStateType usage example
from types_boto3_ec2.literals import GatewayAssociationStateType

def get_value() -> GatewayAssociationStateType:
    return "associated"
# GatewayAssociationStateType definition
GatewayAssociationStateType = Literal[
    "associated",
    "associating",
    "disassociating",
    "not-associated",
]

GatewayTypeType#

# GatewayTypeType usage example
from types_boto3_ec2.literals import GatewayTypeType

def get_value() -> GatewayTypeType:
    return "ipsec.1"
# GatewayTypeType definition
GatewayTypeType = Literal[
    "ipsec.1",
]

GetAssociatedIpv6PoolCidrsPaginatorName#

# GetAssociatedIpv6PoolCidrsPaginatorName usage example
from types_boto3_ec2.literals import GetAssociatedIpv6PoolCidrsPaginatorName

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

GetAwsNetworkPerformanceDataPaginatorName#

# GetAwsNetworkPerformanceDataPaginatorName usage example
from types_boto3_ec2.literals import GetAwsNetworkPerformanceDataPaginatorName

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

GetGroupsForCapacityReservationPaginatorName#

# GetGroupsForCapacityReservationPaginatorName usage example
from types_boto3_ec2.literals import GetGroupsForCapacityReservationPaginatorName

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

GetInstanceTypesFromInstanceRequirementsPaginatorName#

# GetInstanceTypesFromInstanceRequirementsPaginatorName usage example
from types_boto3_ec2.literals import GetInstanceTypesFromInstanceRequirementsPaginatorName

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

GetIpamAddressHistoryPaginatorName#

# GetIpamAddressHistoryPaginatorName usage example
from types_boto3_ec2.literals import GetIpamAddressHistoryPaginatorName

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

GetIpamDiscoveredAccountsPaginatorName#

# GetIpamDiscoveredAccountsPaginatorName usage example
from types_boto3_ec2.literals import GetIpamDiscoveredAccountsPaginatorName

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

GetIpamDiscoveredResourceCidrsPaginatorName#

# GetIpamDiscoveredResourceCidrsPaginatorName usage example
from types_boto3_ec2.literals import GetIpamDiscoveredResourceCidrsPaginatorName

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

GetIpamPoolAllocationsPaginatorName#

# GetIpamPoolAllocationsPaginatorName usage example
from types_boto3_ec2.literals import GetIpamPoolAllocationsPaginatorName

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

GetIpamPoolCidrsPaginatorName#

# GetIpamPoolCidrsPaginatorName usage example
from types_boto3_ec2.literals import GetIpamPoolCidrsPaginatorName

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

GetIpamResourceCidrsPaginatorName#

# GetIpamResourceCidrsPaginatorName usage example
from types_boto3_ec2.literals import GetIpamResourceCidrsPaginatorName

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

GetManagedPrefixListAssociationsPaginatorName#

# GetManagedPrefixListAssociationsPaginatorName usage example
from types_boto3_ec2.literals import GetManagedPrefixListAssociationsPaginatorName

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

GetManagedPrefixListEntriesPaginatorName#

# GetManagedPrefixListEntriesPaginatorName usage example
from types_boto3_ec2.literals import GetManagedPrefixListEntriesPaginatorName

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

GetNetworkInsightsAccessScopeAnalysisFindingsPaginatorName#

# GetNetworkInsightsAccessScopeAnalysisFindingsPaginatorName usage example
from types_boto3_ec2.literals import GetNetworkInsightsAccessScopeAnalysisFindingsPaginatorName

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

GetSecurityGroupsForVpcPaginatorName#

# GetSecurityGroupsForVpcPaginatorName usage example
from types_boto3_ec2.literals import GetSecurityGroupsForVpcPaginatorName

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

GetSpotPlacementScoresPaginatorName#

# GetSpotPlacementScoresPaginatorName usage example
from types_boto3_ec2.literals import GetSpotPlacementScoresPaginatorName

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

GetTransitGatewayAttachmentPropagationsPaginatorName#

# GetTransitGatewayAttachmentPropagationsPaginatorName usage example
from types_boto3_ec2.literals import GetTransitGatewayAttachmentPropagationsPaginatorName

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

GetTransitGatewayMulticastDomainAssociationsPaginatorName#

# GetTransitGatewayMulticastDomainAssociationsPaginatorName usage example
from types_boto3_ec2.literals import GetTransitGatewayMulticastDomainAssociationsPaginatorName

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

GetTransitGatewayPolicyTableAssociationsPaginatorName#

# GetTransitGatewayPolicyTableAssociationsPaginatorName usage example
from types_boto3_ec2.literals import GetTransitGatewayPolicyTableAssociationsPaginatorName

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

GetTransitGatewayPrefixListReferencesPaginatorName#

# GetTransitGatewayPrefixListReferencesPaginatorName usage example
from types_boto3_ec2.literals import GetTransitGatewayPrefixListReferencesPaginatorName

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

GetTransitGatewayRouteTableAssociationsPaginatorName#

# GetTransitGatewayRouteTableAssociationsPaginatorName usage example
from types_boto3_ec2.literals import GetTransitGatewayRouteTableAssociationsPaginatorName

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

GetTransitGatewayRouteTablePropagationsPaginatorName#

# GetTransitGatewayRouteTablePropagationsPaginatorName usage example
from types_boto3_ec2.literals import GetTransitGatewayRouteTablePropagationsPaginatorName

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

GetVpnConnectionDeviceTypesPaginatorName#

# GetVpnConnectionDeviceTypesPaginatorName usage example
from types_boto3_ec2.literals import GetVpnConnectionDeviceTypesPaginatorName

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

HostMaintenanceType#

# HostMaintenanceType usage example
from types_boto3_ec2.literals import HostMaintenanceType

def get_value() -> HostMaintenanceType:
    return "off"
# HostMaintenanceType definition
HostMaintenanceType = Literal[
    "off",
    "on",
]

HostRecoveryType#

# HostRecoveryType usage example
from types_boto3_ec2.literals import HostRecoveryType

def get_value() -> HostRecoveryType:
    return "off"
# HostRecoveryType definition
HostRecoveryType = Literal[
    "off",
    "on",
]

HostTenancyType#

# HostTenancyType usage example
from types_boto3_ec2.literals import HostTenancyType

def get_value() -> HostTenancyType:
    return "dedicated"
# HostTenancyType definition
HostTenancyType = Literal[
    "dedicated",
    "default",
    "host",
]

HostnameTypeType#

# HostnameTypeType usage example
from types_boto3_ec2.literals import HostnameTypeType

def get_value() -> HostnameTypeType:
    return "ip-name"
# HostnameTypeType definition
HostnameTypeType = Literal[
    "ip-name",
    "resource-name",
]

HttpTokensStateType#

# HttpTokensStateType usage example
from types_boto3_ec2.literals import HttpTokensStateType

def get_value() -> HttpTokensStateType:
    return "optional"
# HttpTokensStateType definition
HttpTokensStateType = Literal[
    "optional",
    "required",
]

HypervisorTypeType#

# HypervisorTypeType usage example
from types_boto3_ec2.literals import HypervisorTypeType

def get_value() -> HypervisorTypeType:
    return "ovm"
# HypervisorTypeType definition
HypervisorTypeType = Literal[
    "ovm",
    "xen",
]

IamInstanceProfileAssociationStateType#

# IamInstanceProfileAssociationStateType usage example
from types_boto3_ec2.literals import IamInstanceProfileAssociationStateType

def get_value() -> IamInstanceProfileAssociationStateType:
    return "associated"
# IamInstanceProfileAssociationStateType definition
IamInstanceProfileAssociationStateType = Literal[
    "associated",
    "associating",
    "disassociated",
    "disassociating",
]

Igmpv2SupportValueType#

# Igmpv2SupportValueType usage example
from types_boto3_ec2.literals import Igmpv2SupportValueType

def get_value() -> Igmpv2SupportValueType:
    return "disable"
# Igmpv2SupportValueType definition
Igmpv2SupportValueType = Literal[
    "disable",
    "enable",
]

ImageAttributeNameType#

# ImageAttributeNameType usage example
from types_boto3_ec2.literals import ImageAttributeNameType

def get_value() -> ImageAttributeNameType:
    return "blockDeviceMapping"
# ImageAttributeNameType definition
ImageAttributeNameType = Literal[
    "blockDeviceMapping",
    "bootMode",
    "deregistrationProtection",
    "description",
    "imdsSupport",
    "kernel",
    "lastLaunchedTime",
    "launchPermission",
    "productCodes",
    "ramdisk",
    "sriovNetSupport",
    "tpmSupport",
    "uefiData",
]

ImageAvailableWaiterName#

# ImageAvailableWaiterName usage example
from types_boto3_ec2.literals import ImageAvailableWaiterName

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

ImageBlockPublicAccessDisabledStateType#

# ImageBlockPublicAccessDisabledStateType usage example
from types_boto3_ec2.literals import ImageBlockPublicAccessDisabledStateType

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

ImageBlockPublicAccessEnabledStateType#

# ImageBlockPublicAccessEnabledStateType usage example
from types_boto3_ec2.literals import ImageBlockPublicAccessEnabledStateType

def get_value() -> ImageBlockPublicAccessEnabledStateType:
    return "block-new-sharing"
# ImageBlockPublicAccessEnabledStateType definition
ImageBlockPublicAccessEnabledStateType = Literal[
    "block-new-sharing",
]

ImageExistsWaiterName#

# ImageExistsWaiterName usage example
from types_boto3_ec2.literals import ImageExistsWaiterName

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

ImageStateType#

# ImageStateType usage example
from types_boto3_ec2.literals import ImageStateType

def get_value() -> ImageStateType:
    return "available"
# ImageStateType definition
ImageStateType = Literal[
    "available",
    "deregistered",
    "disabled",
    "error",
    "failed",
    "invalid",
    "pending",
    "transient",
]

ImageTypeValuesType#

# ImageTypeValuesType usage example
from types_boto3_ec2.literals import ImageTypeValuesType

def get_value() -> ImageTypeValuesType:
    return "kernel"
# ImageTypeValuesType definition
ImageTypeValuesType = Literal[
    "kernel",
    "machine",
    "ramdisk",
]

ImdsSupportValuesType#

# ImdsSupportValuesType usage example
from types_boto3_ec2.literals import ImdsSupportValuesType

def get_value() -> ImdsSupportValuesType:
    return "v2.0"
# ImdsSupportValuesType definition
ImdsSupportValuesType = Literal[
    "v2.0",
]

InstanceAttributeNameType#

# InstanceAttributeNameType usage example
from types_boto3_ec2.literals import InstanceAttributeNameType

def get_value() -> InstanceAttributeNameType:
    return "blockDeviceMapping"
# InstanceAttributeNameType definition
InstanceAttributeNameType = Literal[
    "blockDeviceMapping",
    "disableApiStop",
    "disableApiTermination",
    "ebsOptimized",
    "enaSupport",
    "enclaveOptions",
    "groupSet",
    "instanceInitiatedShutdownBehavior",
    "instanceType",
    "kernel",
    "productCodes",
    "ramdisk",
    "rootDeviceName",
    "sourceDestCheck",
    "sriovNetSupport",
    "userData",
]

InstanceAutoRecoveryStateType#

# InstanceAutoRecoveryStateType usage example
from types_boto3_ec2.literals import InstanceAutoRecoveryStateType

def get_value() -> InstanceAutoRecoveryStateType:
    return "default"
# InstanceAutoRecoveryStateType definition
InstanceAutoRecoveryStateType = Literal[
    "default",
    "disabled",
]

InstanceBandwidthWeightingType#

# InstanceBandwidthWeightingType usage example
from types_boto3_ec2.literals import InstanceBandwidthWeightingType

def get_value() -> InstanceBandwidthWeightingType:
    return "default"
# InstanceBandwidthWeightingType definition
InstanceBandwidthWeightingType = Literal[
    "default",
    "ebs-1",
    "vpc-1",
]

InstanceBootModeValuesType#

# InstanceBootModeValuesType usage example
from types_boto3_ec2.literals import InstanceBootModeValuesType

def get_value() -> InstanceBootModeValuesType:
    return "legacy-bios"
# InstanceBootModeValuesType definition
InstanceBootModeValuesType = Literal[
    "legacy-bios",
    "uefi",
]

InstanceEventWindowStateType#

# InstanceEventWindowStateType usage example
from types_boto3_ec2.literals import InstanceEventWindowStateType

def get_value() -> InstanceEventWindowStateType:
    return "active"
# InstanceEventWindowStateType definition
InstanceEventWindowStateType = Literal[
    "active",
    "creating",
    "deleted",
    "deleting",
]

InstanceExistsWaiterName#

# InstanceExistsWaiterName usage example
from types_boto3_ec2.literals import InstanceExistsWaiterName

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

InstanceGenerationType#

# InstanceGenerationType usage example
from types_boto3_ec2.literals import InstanceGenerationType

def get_value() -> InstanceGenerationType:
    return "current"
# InstanceGenerationType definition
InstanceGenerationType = Literal[
    "current",
    "previous",
]

InstanceHealthStatusType#

# InstanceHealthStatusType usage example
from types_boto3_ec2.literals import InstanceHealthStatusType

def get_value() -> InstanceHealthStatusType:
    return "healthy"
# InstanceHealthStatusType definition
InstanceHealthStatusType = Literal[
    "healthy",
    "unhealthy",
]

InstanceInterruptionBehaviorType#

# InstanceInterruptionBehaviorType usage example
from types_boto3_ec2.literals import InstanceInterruptionBehaviorType

def get_value() -> InstanceInterruptionBehaviorType:
    return "hibernate"
# InstanceInterruptionBehaviorType definition
InstanceInterruptionBehaviorType = Literal[
    "hibernate",
    "stop",
    "terminate",
]

InstanceLifecycleType#

# InstanceLifecycleType usage example
from types_boto3_ec2.literals import InstanceLifecycleType

def get_value() -> InstanceLifecycleType:
    return "on-demand"
# InstanceLifecycleType definition
InstanceLifecycleType = Literal[
    "on-demand",
    "spot",
]

InstanceLifecycleTypeType#

# InstanceLifecycleTypeType usage example
from types_boto3_ec2.literals import InstanceLifecycleTypeType

def get_value() -> InstanceLifecycleTypeType:
    return "capacity-block"
# InstanceLifecycleTypeType definition
InstanceLifecycleTypeType = Literal[
    "capacity-block",
    "scheduled",
    "spot",
]

InstanceMatchCriteriaType#

# InstanceMatchCriteriaType usage example
from types_boto3_ec2.literals import InstanceMatchCriteriaType

def get_value() -> InstanceMatchCriteriaType:
    return "open"
# InstanceMatchCriteriaType definition
InstanceMatchCriteriaType = Literal[
    "open",
    "targeted",
]

InstanceMetadataEndpointStateType#

# InstanceMetadataEndpointStateType usage example
from types_boto3_ec2.literals import InstanceMetadataEndpointStateType

def get_value() -> InstanceMetadataEndpointStateType:
    return "disabled"
# InstanceMetadataEndpointStateType definition
InstanceMetadataEndpointStateType = Literal[
    "disabled",
    "enabled",
]

InstanceMetadataOptionsStateType#

# InstanceMetadataOptionsStateType usage example
from types_boto3_ec2.literals import InstanceMetadataOptionsStateType

def get_value() -> InstanceMetadataOptionsStateType:
    return "applied"
# InstanceMetadataOptionsStateType definition
InstanceMetadataOptionsStateType = Literal[
    "applied",
    "pending",
]

InstanceMetadataProtocolStateType#

# InstanceMetadataProtocolStateType usage example
from types_boto3_ec2.literals import InstanceMetadataProtocolStateType

def get_value() -> InstanceMetadataProtocolStateType:
    return "disabled"
# InstanceMetadataProtocolStateType definition
InstanceMetadataProtocolStateType = Literal[
    "disabled",
    "enabled",
]

InstanceMetadataTagsStateType#

# InstanceMetadataTagsStateType usage example
from types_boto3_ec2.literals import InstanceMetadataTagsStateType

def get_value() -> InstanceMetadataTagsStateType:
    return "disabled"
# InstanceMetadataTagsStateType definition
InstanceMetadataTagsStateType = Literal[
    "disabled",
    "enabled",
]

InstanceRunningWaiterName#

# InstanceRunningWaiterName usage example
from types_boto3_ec2.literals import InstanceRunningWaiterName

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

InstanceStateNameType#

# InstanceStateNameType usage example
from types_boto3_ec2.literals import InstanceStateNameType

def get_value() -> InstanceStateNameType:
    return "pending"
# InstanceStateNameType definition
InstanceStateNameType = Literal[
    "pending",
    "running",
    "shutting-down",
    "stopped",
    "stopping",
    "terminated",
]

InstanceStatusOkWaiterName#

# InstanceStatusOkWaiterName usage example
from types_boto3_ec2.literals import InstanceStatusOkWaiterName

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

InstanceStoppedWaiterName#

# InstanceStoppedWaiterName usage example
from types_boto3_ec2.literals import InstanceStoppedWaiterName

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

InstanceStorageEncryptionSupportType#

# InstanceStorageEncryptionSupportType usage example
from types_boto3_ec2.literals import InstanceStorageEncryptionSupportType

def get_value() -> InstanceStorageEncryptionSupportType:
    return "required"
# InstanceStorageEncryptionSupportType definition
InstanceStorageEncryptionSupportType = Literal[
    "required",
    "unsupported",
]

InstanceTerminatedWaiterName#

# InstanceTerminatedWaiterName usage example
from types_boto3_ec2.literals import InstanceTerminatedWaiterName

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

InstanceTypeHypervisorType#

# InstanceTypeHypervisorType usage example
from types_boto3_ec2.literals import InstanceTypeHypervisorType

def get_value() -> InstanceTypeHypervisorType:
    return "nitro"
# InstanceTypeHypervisorType definition
InstanceTypeHypervisorType = Literal[
    "nitro",
    "xen",
]

InstanceTypeType#

# InstanceTypeType usage example
from types_boto3_ec2.literals import InstanceTypeType

def get_value() -> InstanceTypeType:
    return "a1.2xlarge"
# InstanceTypeType definition
InstanceTypeType = Literal[
    "a1.2xlarge",
    "a1.4xlarge",
    "a1.large",
    "a1.medium",
    "a1.metal",
    "a1.xlarge",
    "c1.medium",
    "c1.xlarge",
    "c3.2xlarge",
    "c3.4xlarge",
    "c3.8xlarge",
    "c3.large",
    "c3.xlarge",
    "c4.2xlarge",
    "c4.4xlarge",
    "c4.8xlarge",
    "c4.large",
    "c4.xlarge",
    "c5.12xlarge",
    "c5.18xlarge",
    "c5.24xlarge",
    "c5.2xlarge",
    "c5.4xlarge",
    "c5.9xlarge",
    "c5.large",
    "c5.metal",
    "c5.xlarge",
    "c5a.12xlarge",
    "c5a.16xlarge",
    "c5a.24xlarge",
    "c5a.2xlarge",
    "c5a.4xlarge",
    "c5a.8xlarge",
    "c5a.large",
    "c5a.xlarge",
    "c5ad.12xlarge",
    "c5ad.16xlarge",
    "c5ad.24xlarge",
    "c5ad.2xlarge",
    "c5ad.4xlarge",
    "c5ad.8xlarge",
    "c5ad.large",
    "c5ad.xlarge",
    "c5d.12xlarge",
    "c5d.18xlarge",
    "c5d.24xlarge",
    "c5d.2xlarge",
    "c5d.4xlarge",
    "c5d.9xlarge",
    "c5d.large",
    "c5d.metal",
    "c5d.xlarge",
    "c5n.18xlarge",
    "c5n.2xlarge",
    "c5n.4xlarge",
    "c5n.9xlarge",
    "c5n.large",
    "c5n.metal",
    "c5n.xlarge",
    "c6a.12xlarge",
    "c6a.16xlarge",
    "c6a.24xlarge",
    "c6a.2xlarge",
    "c6a.32xlarge",
    "c6a.48xlarge",
    "c6a.4xlarge",
    "c6a.8xlarge",
    "c6a.large",
    "c6a.metal",
    "c6a.xlarge",
    "c6g.12xlarge",
    "c6g.16xlarge",
    "c6g.2xlarge",
    "c6g.4xlarge",
    "c6g.8xlarge",
    "c6g.large",
    "c6g.medium",
    "c6g.metal",
    "c6g.xlarge",
    "c6gd.12xlarge",
    "c6gd.16xlarge",
    "c6gd.2xlarge",
    "c6gd.4xlarge",
    "c6gd.8xlarge",
    "c6gd.large",
    "c6gd.medium",
    "c6gd.metal",
    "c6gd.xlarge",
    "c6gn.12xlarge",
    "c6gn.16xlarge",
    "c6gn.2xlarge",
    "c6gn.4xlarge",
    "c6gn.8xlarge",
    "c6gn.large",
    "c6gn.medium",
    "c6gn.xlarge",
    "c6i.12xlarge",
    "c6i.16xlarge",
    "c6i.24xlarge",
    "c6i.2xlarge",
    "c6i.32xlarge",
    "c6i.4xlarge",
    "c6i.8xlarge",
    "c6i.large",
    "c6i.metal",
    "c6i.xlarge",
    "c6id.12xlarge",
    "c6id.16xlarge",
    "c6id.24xlarge",
    "c6id.2xlarge",
    "c6id.32xlarge",
    "c6id.4xlarge",
    "c6id.8xlarge",
    "c6id.large",
    "c6id.metal",
    "c6id.xlarge",
    "c6in.12xlarge",
    "c6in.16xlarge",
    "c6in.24xlarge",
    "c6in.2xlarge",
    "c6in.32xlarge",
    "c6in.4xlarge",
    "c6in.8xlarge",
    "c6in.large",
    "c6in.metal",
    "c6in.xlarge",
    "c7a.12xlarge",
    "c7a.16xlarge",
    "c7a.24xlarge",
    "c7a.2xlarge",
    "c7a.32xlarge",
    "c7a.48xlarge",
    "c7a.4xlarge",
    "c7a.8xlarge",
    "c7a.large",
    "c7a.medium",
    "c7a.metal-48xl",
    "c7a.xlarge",
    "c7g.12xlarge",
    "c7g.16xlarge",
    "c7g.2xlarge",
    "c7g.4xlarge",
    "c7g.8xlarge",
    "c7g.large",
    "c7g.medium",
    "c7g.metal",
    "c7g.xlarge",
    "c7gd.12xlarge",
    "c7gd.16xlarge",
    "c7gd.2xlarge",
    "c7gd.4xlarge",
    "c7gd.8xlarge",
    "c7gd.large",
    "c7gd.medium",
    "c7gd.metal",
    "c7gd.xlarge",
    "c7gn.12xlarge",
    "c7gn.16xlarge",
    "c7gn.2xlarge",
    "c7gn.4xlarge",
    "c7gn.8xlarge",
    "c7gn.large",
    "c7gn.medium",
    "c7gn.metal",
    "c7gn.xlarge",
    "c7i-flex.2xlarge",
    "c7i-flex.4xlarge",
    "c7i-flex.8xlarge",
    "c7i-flex.large",
    "c7i-flex.xlarge",
    "c7i.12xlarge",
    "c7i.16xlarge",
    "c7i.24xlarge",
    "c7i.2xlarge",
    "c7i.48xlarge",
    "c7i.4xlarge",
    "c7i.8xlarge",
    "c7i.large",
    "c7i.metal-24xl",
    "c7i.metal-48xl",
    "c7i.xlarge",
    "c8g.12xlarge",
    "c8g.16xlarge",
    "c8g.24xlarge",
    "c8g.2xlarge",
    "c8g.48xlarge",
    "c8g.4xlarge",
    "c8g.8xlarge",
    "c8g.large",
    "c8g.medium",
    "c8g.metal-24xl",
    "c8g.metal-48xl",
    "c8g.xlarge",
    "cc1.4xlarge",
    "cc2.8xlarge",
    "cg1.4xlarge",
    "cr1.8xlarge",
    "d2.2xlarge",
    "d2.4xlarge",
    "d2.8xlarge",
    "d2.xlarge",
    "d3.2xlarge",
    "d3.4xlarge",
    "d3.8xlarge",
    "d3.xlarge",
    "d3en.12xlarge",
    "d3en.2xlarge",
    "d3en.4xlarge",
    "d3en.6xlarge",
    "d3en.8xlarge",
    "d3en.xlarge",
    "dl1.24xlarge",
    "dl2q.24xlarge",
    "f1.16xlarge",
    "f1.2xlarge",
    "f1.4xlarge",
    "f2.12xlarge",
    "f2.48xlarge",
    "g2.2xlarge",
    "g2.8xlarge",
    "g3.16xlarge",
    "g3.4xlarge",
    "g3.8xlarge",
    "g3s.xlarge",
    "g4ad.16xlarge",
    "g4ad.2xlarge",
    "g4ad.4xlarge",
    "g4ad.8xlarge",
    "g4ad.xlarge",
    "g4dn.12xlarge",
    "g4dn.16xlarge",
    "g4dn.2xlarge",
    "g4dn.4xlarge",
    "g4dn.8xlarge",
    "g4dn.metal",
    "g4dn.xlarge",
    "g5.12xlarge",
    "g5.16xlarge",
    "g5.24xlarge",
    "g5.2xlarge",
    "g5.48xlarge",
    "g5.4xlarge",
    "g5.8xlarge",
    "g5.xlarge",
    "g5g.16xlarge",
    "g5g.2xlarge",
    "g5g.4xlarge",
    "g5g.8xlarge",
    "g5g.metal",
    "g5g.xlarge",
    "g6.12xlarge",
    "g6.16xlarge",
    "g6.24xlarge",
    "g6.2xlarge",
    "g6.48xlarge",
    "g6.4xlarge",
    "g6.8xlarge",
    "g6.xlarge",
    "g6e.12xlarge",
    "g6e.16xlarge",
    "g6e.24xlarge",
    "g6e.2xlarge",
    "g6e.48xlarge",
    "g6e.4xlarge",
    "g6e.8xlarge",
    "g6e.xlarge",
    "gr6.4xlarge",
    "gr6.8xlarge",
    "h1.16xlarge",
    "h1.2xlarge",
    "h1.4xlarge",
    "h1.8xlarge",
    "hi1.4xlarge",
    "hpc6a.48xlarge",
    "hpc6id.32xlarge",
    "hpc7a.12xlarge",
    "hpc7a.24xlarge",
    "hpc7a.48xlarge",
    "hpc7a.96xlarge",
    "hpc7g.16xlarge",
    "hpc7g.4xlarge",
    "hpc7g.8xlarge",
    "hs1.8xlarge",
    "i2.2xlarge",
    "i2.4xlarge",
    "i2.8xlarge",
    "i2.xlarge",
    "i3.16xlarge",
    "i3.2xlarge",
    "i3.4xlarge",
    "i3.8xlarge",
    "i3.large",
    "i3.metal",
    "i3.xlarge",
    "i3en.12xlarge",
    "i3en.24xlarge",
    "i3en.2xlarge",
    "i3en.3xlarge",
    "i3en.6xlarge",
    "i3en.large",
    "i3en.metal",
    "i3en.xlarge",
    "i4g.16xlarge",
    "i4g.2xlarge",
    "i4g.4xlarge",
    "i4g.8xlarge",
    "i4g.large",
    "i4g.xlarge",
    "i4i.12xlarge",
    "i4i.16xlarge",
    "i4i.24xlarge",
    "i4i.2xlarge",
    "i4i.32xlarge",
    "i4i.4xlarge",
    "i4i.8xlarge",
    "i4i.large",
    "i4i.metal",
    "i4i.xlarge",
    "i7ie.12xlarge",
    "i7ie.18xlarge",
    "i7ie.24xlarge",
    "i7ie.2xlarge",
    "i7ie.3xlarge",
    "i7ie.48xlarge",
    "i7ie.6xlarge",
    "i7ie.large",
    "i7ie.xlarge",
    "i8g.12xlarge",
    "i8g.16xlarge",
    "i8g.24xlarge",
    "i8g.2xlarge",
    "i8g.4xlarge",
    "i8g.8xlarge",
    "i8g.large",
    "i8g.metal-24xl",
    "i8g.xlarge",
    "im4gn.16xlarge",
    "im4gn.2xlarge",
    "im4gn.4xlarge",
    "im4gn.8xlarge",
    "im4gn.large",
    "im4gn.xlarge",
    "inf1.24xlarge",
    "inf1.2xlarge",
    "inf1.6xlarge",
    "inf1.xlarge",
    "inf2.24xlarge",
    "inf2.48xlarge",
    "inf2.8xlarge",
    "inf2.xlarge",
    "is4gen.2xlarge",
    "is4gen.4xlarge",
    "is4gen.8xlarge",
    "is4gen.large",
    "is4gen.medium",
    "is4gen.xlarge",
    "m1.large",
    "m1.medium",
    "m1.small",
    "m1.xlarge",
    "m2.2xlarge",
    "m2.4xlarge",
    "m2.xlarge",
    "m3.2xlarge",
    "m3.large",
    "m3.medium",
    "m3.xlarge",
    "m4.10xlarge",
    "m4.16xlarge",
    "m4.2xlarge",
    "m4.4xlarge",
    "m4.large",
    "m4.xlarge",
    "m5.12xlarge",
    "m5.16xlarge",
    "m5.24xlarge",
    "m5.2xlarge",
    "m5.4xlarge",
    "m5.8xlarge",
    "m5.large",
    "m5.metal",
    "m5.xlarge",
    "m5a.12xlarge",
    "m5a.16xlarge",
    "m5a.24xlarge",
    "m5a.2xlarge",
    "m5a.4xlarge",
    "m5a.8xlarge",
    "m5a.large",
    "m5a.xlarge",
    "m5ad.12xlarge",
    "m5ad.16xlarge",
    "m5ad.24xlarge",
    "m5ad.2xlarge",
    "m5ad.4xlarge",
    "m5ad.8xlarge",
    "m5ad.large",
    "m5ad.xlarge",
    "m5d.12xlarge",
    "m5d.16xlarge",
    "m5d.24xlarge",
    "m5d.2xlarge",
    "m5d.4xlarge",
    "m5d.8xlarge",
    "m5d.large",
    "m5d.metal",
    "m5d.xlarge",
    "m5dn.12xlarge",
    "m5dn.16xlarge",
    "m5dn.24xlarge",
    "m5dn.2xlarge",
    "m5dn.4xlarge",
    "m5dn.8xlarge",
    "m5dn.large",
    "m5dn.metal",
    "m5dn.xlarge",
    "m5n.12xlarge",
    "m5n.16xlarge",
    "m5n.24xlarge",
    "m5n.2xlarge",
    "m5n.4xlarge",
    "m5n.8xlarge",
    "m5n.large",
    "m5n.metal",
    "m5n.xlarge",
    "m5zn.12xlarge",
    "m5zn.2xlarge",
    "m5zn.3xlarge",
    "m5zn.6xlarge",
    "m5zn.large",
    "m5zn.metal",
    "m5zn.xlarge",
    "m6a.12xlarge",
    "m6a.16xlarge",
    "m6a.24xlarge",
    "m6a.2xlarge",
    "m6a.32xlarge",
    "m6a.48xlarge",
    "m6a.4xlarge",
    "m6a.8xlarge",
    "m6a.large",
    "m6a.metal",
    "m6a.xlarge",
    "m6g.12xlarge",
    "m6g.16xlarge",
    "m6g.2xlarge",
    "m6g.4xlarge",
    "m6g.8xlarge",
    "m6g.large",
    "m6g.medium",
    "m6g.metal",
    "m6g.xlarge",
    "m6gd.12xlarge",
    "m6gd.16xlarge",
    "m6gd.2xlarge",
    "m6gd.4xlarge",
    "m6gd.8xlarge",
    "m6gd.large",
    "m6gd.medium",
    "m6gd.metal",
    "m6gd.xlarge",
    "m6i.12xlarge",
    "m6i.16xlarge",
    "m6i.24xlarge",
    "m6i.2xlarge",
    "m6i.32xlarge",
    "m6i.4xlarge",
    "m6i.8xlarge",
    "m6i.large",
    "m6i.metal",
    "m6i.xlarge",
    "m6id.12xlarge",
    "m6id.16xlarge",
    "m6id.24xlarge",
    "m6id.2xlarge",
    "m6id.32xlarge",
    "m6id.4xlarge",
    "m6id.8xlarge",
    "m6id.large",
    "m6id.metal",
    "m6id.xlarge",
    "m6idn.12xlarge",
    "m6idn.16xlarge",
    "m6idn.24xlarge",
    "m6idn.2xlarge",
    "m6idn.32xlarge",
    "m6idn.4xlarge",
    "m6idn.8xlarge",
    "m6idn.large",
    "m6idn.metal",
    "m6idn.xlarge",
    "m6in.12xlarge",
    "m6in.16xlarge",
    "m6in.24xlarge",
    "m6in.2xlarge",
    "m6in.32xlarge",
    "m6in.4xlarge",
    "m6in.8xlarge",
    "m6in.large",
    "m6in.metal",
    "m6in.xlarge",
    "m7a.12xlarge",
    "m7a.16xlarge",
    "m7a.24xlarge",
    "m7a.2xlarge",
    "m7a.32xlarge",
    "m7a.48xlarge",
    "m7a.4xlarge",
    "m7a.8xlarge",
    "m7a.large",
    "m7a.medium",
    "m7a.metal-48xl",
    "m7a.xlarge",
    "m7g.12xlarge",
    "m7g.16xlarge",
    "m7g.2xlarge",
    "m7g.4xlarge",
    "m7g.8xlarge",
    "m7g.large",
    "m7g.medium",
    "m7g.metal",
    "m7g.xlarge",
    "m7gd.12xlarge",
    "m7gd.16xlarge",
    "m7gd.2xlarge",
    "m7gd.4xlarge",
    "m7gd.8xlarge",
    "m7gd.large",
    "m7gd.medium",
    "m7gd.metal",
    "m7gd.xlarge",
    "m7i-flex.2xlarge",
    "m7i-flex.4xlarge",
    "m7i-flex.8xlarge",
    "m7i-flex.large",
    "m7i-flex.xlarge",
    "m7i.12xlarge",
    "m7i.16xlarge",
    "m7i.24xlarge",
    "m7i.2xlarge",
    "m7i.48xlarge",
    "m7i.4xlarge",
    "m7i.8xlarge",
    "m7i.large",
    "m7i.metal-24xl",
    "m7i.metal-48xl",
    "m7i.xlarge",
    "m8g.12xlarge",
    "m8g.16xlarge",
    "m8g.24xlarge",
    "m8g.2xlarge",
    "m8g.48xlarge",
    "m8g.4xlarge",
    "m8g.8xlarge",
    "m8g.large",
    "m8g.medium",
    "m8g.metal-24xl",
    "m8g.metal-48xl",
    "m8g.xlarge",
    "mac1.metal",
    "mac2-m1ultra.metal",
    "mac2-m2.metal",
    "mac2-m2pro.metal",
    "mac2.metal",
    "p2.16xlarge",
    "p2.8xlarge",
    "p2.xlarge",
    "p3.16xlarge",
    "p3.2xlarge",
    "p3.8xlarge",
    "p3dn.24xlarge",
    "p4d.24xlarge",
    "p4de.24xlarge",
    "p5.48xlarge",
    "p5e.48xlarge",
    "p5en.48xlarge",
    "r3.2xlarge",
    "r3.4xlarge",
    "r3.8xlarge",
    "r3.large",
    "r3.xlarge",
    "r4.16xlarge",
    "r4.2xlarge",
    "r4.4xlarge",
    "r4.8xlarge",
    "r4.large",
    "r4.xlarge",
    "r5.12xlarge",
    "r5.16xlarge",
    "r5.24xlarge",
    "r5.2xlarge",
    "r5.4xlarge",
    "r5.8xlarge",
    "r5.large",
    "r5.metal",
    "r5.xlarge",
    "r5a.12xlarge",
    "r5a.16xlarge",
    "r5a.24xlarge",
    "r5a.2xlarge",
    "r5a.4xlarge",
    "r5a.8xlarge",
    "r5a.large",
    "r5a.xlarge",
    "r5ad.12xlarge",
    "r5ad.16xlarge",
    "r5ad.24xlarge",
    "r5ad.2xlarge",
    "r5ad.4xlarge",
    "r5ad.8xlarge",
    "r5ad.large",
    "r5ad.xlarge",
    "r5b.12xlarge",
    "r5b.16xlarge",
    "r5b.24xlarge",
    "r5b.2xlarge",
    "r5b.4xlarge",
    "r5b.8xlarge",
    "r5b.large",
    "r5b.metal",
    "r5b.xlarge",
    "r5d.12xlarge",
    "r5d.16xlarge",
    "r5d.24xlarge",
    "r5d.2xlarge",
    "r5d.4xlarge",
    "r5d.8xlarge",
    "r5d.large",
    "r5d.metal",
    "r5d.xlarge",
    "r5dn.12xlarge",
    "r5dn.16xlarge",
    "r5dn.24xlarge",
    "r5dn.2xlarge",
    "r5dn.4xlarge",
    "r5dn.8xlarge",
    "r5dn.large",
    "r5dn.metal",
    "r5dn.xlarge",
    "r5n.12xlarge",
    "r5n.16xlarge",
    "r5n.24xlarge",
    "r5n.2xlarge",
    "r5n.4xlarge",
    "r5n.8xlarge",
    "r5n.large",
    "r5n.metal",
    "r5n.xlarge",
    "r6a.12xlarge",
    "r6a.16xlarge",
    "r6a.24xlarge",
    "r6a.2xlarge",
    "r6a.32xlarge",
    "r6a.48xlarge",
    "r6a.4xlarge",
    "r6a.8xlarge",
    "r6a.large",
    "r6a.metal",
    "r6a.xlarge",
    "r6g.12xlarge",
    "r6g.16xlarge",
    "r6g.2xlarge",
    "r6g.4xlarge",
    "r6g.8xlarge",
    "r6g.large",
    "r6g.medium",
    "r6g.metal",
    "r6g.xlarge",
    "r6gd.12xlarge",
    "r6gd.16xlarge",
    "r6gd.2xlarge",
    "r6gd.4xlarge",
    "r6gd.8xlarge",
    "r6gd.large",
    "r6gd.medium",
    "r6gd.metal",
    "r6gd.xlarge",
    "r6i.12xlarge",
    "r6i.16xlarge",
    "r6i.24xlarge",
    "r6i.2xlarge",
    "r6i.32xlarge",
    "r6i.4xlarge",
    "r6i.8xlarge",
    "r6i.large",
    "r6i.metal",
    "r6i.xlarge",
    "r6id.12xlarge",
    "r6id.16xlarge",
    "r6id.24xlarge",
    "r6id.2xlarge",
    "r6id.32xlarge",
    "r6id.4xlarge",
    "r6id.8xlarge",
    "r6id.large",
    "r6id.metal",
    "r6id.xlarge",
    "r6idn.12xlarge",
    "r6idn.16xlarge",
    "r6idn.24xlarge",
    "r6idn.2xlarge",
    "r6idn.32xlarge",
    "r6idn.4xlarge",
    "r6idn.8xlarge",
    "r6idn.large",
    "r6idn.metal",
    "r6idn.xlarge",
    "r6in.12xlarge",
    "r6in.16xlarge",
    "r6in.24xlarge",
    "r6in.2xlarge",
    "r6in.32xlarge",
    "r6in.4xlarge",
    "r6in.8xlarge",
    "r6in.large",
    "r6in.metal",
    "r6in.xlarge",
    "r7a.12xlarge",
    "r7a.16xlarge",
    "r7a.24xlarge",
    "r7a.2xlarge",
    "r7a.32xlarge",
    "r7a.48xlarge",
    "r7a.4xlarge",
    "r7a.8xlarge",
    "r7a.large",
    "r7a.medium",
    "r7a.metal-48xl",
    "r7a.xlarge",
    "r7g.12xlarge",
    "r7g.16xlarge",
    "r7g.2xlarge",
    "r7g.4xlarge",
    "r7g.8xlarge",
    "r7g.large",
    "r7g.medium",
    "r7g.metal",
    "r7g.xlarge",
    "r7gd.12xlarge",
    "r7gd.16xlarge",
    "r7gd.2xlarge",
    "r7gd.4xlarge",
    "r7gd.8xlarge",
    "r7gd.large",
    "r7gd.medium",
    "r7gd.metal",
    "r7gd.xlarge",
    "r7i.12xlarge",
    "r7i.16xlarge",
    "r7i.24xlarge",
    "r7i.2xlarge",
    "r7i.48xlarge",
    "r7i.4xlarge",
    "r7i.8xlarge",
    "r7i.large",
    "r7i.metal-24xl",
    "r7i.metal-48xl",
    "r7i.xlarge",
    "r7iz.12xlarge",
    "r7iz.16xlarge",
    "r7iz.2xlarge",
    "r7iz.32xlarge",
    "r7iz.4xlarge",
    "r7iz.8xlarge",
    "r7iz.large",
    "r7iz.metal-16xl",
    "r7iz.metal-32xl",
    "r7iz.xlarge",
    "r8g.12xlarge",
    "r8g.16xlarge",
    "r8g.24xlarge",
    "r8g.2xlarge",
    "r8g.48xlarge",
    "r8g.4xlarge",
    "r8g.8xlarge",
    "r8g.large",
    "r8g.medium",
    "r8g.metal-24xl",
    "r8g.metal-48xl",
    "r8g.xlarge",
    "t1.micro",
    "t2.2xlarge",
    "t2.large",
    "t2.medium",
    "t2.micro",
    "t2.nano",
    "t2.small",
    "t2.xlarge",
    "t3.2xlarge",
    "t3.large",
    "t3.medium",
    "t3.micro",
    "t3.nano",
    "t3.small",
    "t3.xlarge",
    "t3a.2xlarge",
    "t3a.large",
    "t3a.medium",
    "t3a.micro",
    "t3a.nano",
    "t3a.small",
    "t3a.xlarge",
    "t4g.2xlarge",
    "t4g.large",
    "t4g.medium",
    "t4g.micro",
    "t4g.nano",
    "t4g.small",
    "t4g.xlarge",
    "trn1.2xlarge",
    "trn1.32xlarge",
    "trn1n.32xlarge",
    "trn2.48xlarge",
    "u-12tb1.112xlarge",
    "u-12tb1.metal",
    "u-18tb1.112xlarge",
    "u-18tb1.metal",
    "u-24tb1.112xlarge",
    "u-24tb1.metal",
    "u-3tb1.56xlarge",
    "u-6tb1.112xlarge",
    "u-6tb1.56xlarge",
    "u-6tb1.metal",
    "u-9tb1.112xlarge",
    "u-9tb1.metal",
    "u7i-12tb.224xlarge",
    "u7i-6tb.112xlarge",
    "u7i-8tb.112xlarge",
    "u7ib-12tb.224xlarge",
    "u7in-16tb.224xlarge",
    "u7in-24tb.224xlarge",
    "u7in-32tb.224xlarge",
    "u7inh-32tb.480xlarge",
    "vt1.24xlarge",
    "vt1.3xlarge",
    "vt1.6xlarge",
    "x1.16xlarge",
    "x1.32xlarge",
    "x1e.16xlarge",
    "x1e.2xlarge",
    "x1e.32xlarge",
    "x1e.4xlarge",
    "x1e.8xlarge",
    "x1e.xlarge",
    "x2gd.12xlarge",
    "x2gd.16xlarge",
    "x2gd.2xlarge",
    "x2gd.4xlarge",
    "x2gd.8xlarge",
    "x2gd.large",
    "x2gd.medium",
    "x2gd.metal",
    "x2gd.xlarge",
    "x2idn.16xlarge",
    "x2idn.24xlarge",
    "x2idn.32xlarge",
    "x2idn.metal",
    "x2iedn.16xlarge",
    "x2iedn.24xlarge",
    "x2iedn.2xlarge",
    "x2iedn.32xlarge",
    "x2iedn.4xlarge",
    "x2iedn.8xlarge",
    "x2iedn.metal",
    "x2iedn.xlarge",
    "x2iezn.12xlarge",
    "x2iezn.2xlarge",
    "x2iezn.4xlarge",
    "x2iezn.6xlarge",
    "x2iezn.8xlarge",
    "x2iezn.metal",
    "x8g.12xlarge",
    "x8g.16xlarge",
    "x8g.24xlarge",
    "x8g.2xlarge",
    "x8g.48xlarge",
    "x8g.4xlarge",
    "x8g.8xlarge",
    "x8g.large",
    "x8g.medium",
    "x8g.metal-24xl",
    "x8g.metal-48xl",
    "x8g.xlarge",
    "z1d.12xlarge",
    "z1d.2xlarge",
    "z1d.3xlarge",
    "z1d.6xlarge",
    "z1d.large",
    "z1d.metal",
    "z1d.xlarge",
]

InterfacePermissionTypeType#

# InterfacePermissionTypeType usage example
from types_boto3_ec2.literals import InterfacePermissionTypeType

def get_value() -> InterfacePermissionTypeType:
    return "EIP-ASSOCIATE"
# InterfacePermissionTypeType definition
InterfacePermissionTypeType = Literal[
    "EIP-ASSOCIATE",
    "INSTANCE-ATTACH",
]

InterfaceProtocolTypeType#

# InterfaceProtocolTypeType usage example
from types_boto3_ec2.literals import InterfaceProtocolTypeType

def get_value() -> InterfaceProtocolTypeType:
    return "GRE"
# InterfaceProtocolTypeType definition
InterfaceProtocolTypeType = Literal[
    "GRE",
    "VLAN",
]

InternetGatewayBlockModeType#

# InternetGatewayBlockModeType usage example
from types_boto3_ec2.literals import InternetGatewayBlockModeType

def get_value() -> InternetGatewayBlockModeType:
    return "block-bidirectional"
# InternetGatewayBlockModeType definition
InternetGatewayBlockModeType = Literal[
    "block-bidirectional",
    "block-ingress",
    "off",
]

InternetGatewayExclusionModeType#

# InternetGatewayExclusionModeType usage example
from types_boto3_ec2.literals import InternetGatewayExclusionModeType

def get_value() -> InternetGatewayExclusionModeType:
    return "allow-bidirectional"
# InternetGatewayExclusionModeType definition
InternetGatewayExclusionModeType = Literal[
    "allow-bidirectional",
    "allow-egress",
]

InternetGatewayExistsWaiterName#

# InternetGatewayExistsWaiterName usage example
from types_boto3_ec2.literals import InternetGatewayExistsWaiterName

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

IpAddressTypeType#

# IpAddressTypeType usage example
from types_boto3_ec2.literals import IpAddressTypeType

def get_value() -> IpAddressTypeType:
    return "dualstack"
# IpAddressTypeType definition
IpAddressTypeType = Literal[
    "dualstack",
    "ipv4",
    "ipv6",
]

IpSourceType#

# IpSourceType usage example
from types_boto3_ec2.literals import IpSourceType

def get_value() -> IpSourceType:
    return "amazon"
# IpSourceType definition
IpSourceType = Literal[
    "amazon",
    "byoip",
    "none",
]

IpamAddressHistoryResourceTypeType#

# IpamAddressHistoryResourceTypeType usage example
from types_boto3_ec2.literals import IpamAddressHistoryResourceTypeType

def get_value() -> IpamAddressHistoryResourceTypeType:
    return "eip"
# IpamAddressHistoryResourceTypeType definition
IpamAddressHistoryResourceTypeType = Literal[
    "eip",
    "instance",
    "network-interface",
    "subnet",
    "vpc",
]

IpamAssociatedResourceDiscoveryStatusType#

# IpamAssociatedResourceDiscoveryStatusType usage example
from types_boto3_ec2.literals import IpamAssociatedResourceDiscoveryStatusType

def get_value() -> IpamAssociatedResourceDiscoveryStatusType:
    return "active"
# IpamAssociatedResourceDiscoveryStatusType definition
IpamAssociatedResourceDiscoveryStatusType = Literal[
    "active",
    "not-found",
]

IpamComplianceStatusType#

# IpamComplianceStatusType usage example
from types_boto3_ec2.literals import IpamComplianceStatusType

def get_value() -> IpamComplianceStatusType:
    return "compliant"
# IpamComplianceStatusType definition
IpamComplianceStatusType = Literal[
    "compliant",
    "ignored",
    "noncompliant",
    "unmanaged",
]

IpamDiscoveryFailureCodeType#

# IpamDiscoveryFailureCodeType usage example
from types_boto3_ec2.literals import IpamDiscoveryFailureCodeType

def get_value() -> IpamDiscoveryFailureCodeType:
    return "assume-role-failure"
# IpamDiscoveryFailureCodeType definition
IpamDiscoveryFailureCodeType = Literal[
    "assume-role-failure",
    "throttling-failure",
    "unauthorized-failure",
]

IpamExternalResourceVerificationTokenStateType#

# IpamExternalResourceVerificationTokenStateType usage example
from types_boto3_ec2.literals import IpamExternalResourceVerificationTokenStateType

def get_value() -> IpamExternalResourceVerificationTokenStateType:
    return "create-complete"
# IpamExternalResourceVerificationTokenStateType definition
IpamExternalResourceVerificationTokenStateType = Literal[
    "create-complete",
    "create-failed",
    "create-in-progress",
    "delete-complete",
    "delete-failed",
    "delete-in-progress",
]

IpamManagementStateType#

# IpamManagementStateType usage example
from types_boto3_ec2.literals import IpamManagementStateType

def get_value() -> IpamManagementStateType:
    return "ignored"
# IpamManagementStateType definition
IpamManagementStateType = Literal[
    "ignored",
    "managed",
    "unmanaged",
]

IpamNetworkInterfaceAttachmentStatusType#

# IpamNetworkInterfaceAttachmentStatusType usage example
from types_boto3_ec2.literals import IpamNetworkInterfaceAttachmentStatusType

def get_value() -> IpamNetworkInterfaceAttachmentStatusType:
    return "available"
# IpamNetworkInterfaceAttachmentStatusType definition
IpamNetworkInterfaceAttachmentStatusType = Literal[
    "available",
    "in-use",
]

IpamOverlapStatusType#

# IpamOverlapStatusType usage example
from types_boto3_ec2.literals import IpamOverlapStatusType

def get_value() -> IpamOverlapStatusType:
    return "ignored"
# IpamOverlapStatusType definition
IpamOverlapStatusType = Literal[
    "ignored",
    "nonoverlapping",
    "overlapping",
]

IpamPoolAllocationResourceTypeType#

# IpamPoolAllocationResourceTypeType usage example
from types_boto3_ec2.literals import IpamPoolAllocationResourceTypeType

def get_value() -> IpamPoolAllocationResourceTypeType:
    return "custom"
# IpamPoolAllocationResourceTypeType definition
IpamPoolAllocationResourceTypeType = Literal[
    "custom",
    "ec2-public-ipv4-pool",
    "eip",
    "ipam-pool",
    "subnet",
    "vpc",
]

IpamPoolAwsServiceType#

# IpamPoolAwsServiceType usage example
from types_boto3_ec2.literals import IpamPoolAwsServiceType

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

IpamPoolCidrFailureCodeType#

# IpamPoolCidrFailureCodeType usage example
from types_boto3_ec2.literals import IpamPoolCidrFailureCodeType

def get_value() -> IpamPoolCidrFailureCodeType:
    return "cidr-not-available"
# IpamPoolCidrFailureCodeType definition
IpamPoolCidrFailureCodeType = Literal[
    "cidr-not-available",
    "limit-exceeded",
]

IpamPoolCidrStateType#

# IpamPoolCidrStateType usage example
from types_boto3_ec2.literals import IpamPoolCidrStateType

def get_value() -> IpamPoolCidrStateType:
    return "deprovisioned"
# IpamPoolCidrStateType definition
IpamPoolCidrStateType = Literal[
    "deprovisioned",
    "failed-deprovision",
    "failed-import",
    "failed-provision",
    "pending-deprovision",
    "pending-import",
    "pending-provision",
    "provisioned",
]

IpamPoolPublicIpSourceType#

# IpamPoolPublicIpSourceType usage example
from types_boto3_ec2.literals import IpamPoolPublicIpSourceType

def get_value() -> IpamPoolPublicIpSourceType:
    return "amazon"
# IpamPoolPublicIpSourceType definition
IpamPoolPublicIpSourceType = Literal[
    "amazon",
    "byoip",
]

IpamPoolSourceResourceTypeType#

# IpamPoolSourceResourceTypeType usage example
from types_boto3_ec2.literals import IpamPoolSourceResourceTypeType

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

IpamPoolStateType#

# IpamPoolStateType usage example
from types_boto3_ec2.literals import IpamPoolStateType

def get_value() -> IpamPoolStateType:
    return "create-complete"
# IpamPoolStateType definition
IpamPoolStateType = Literal[
    "create-complete",
    "create-failed",
    "create-in-progress",
    "delete-complete",
    "delete-failed",
    "delete-in-progress",
    "isolate-complete",
    "isolate-in-progress",
    "modify-complete",
    "modify-failed",
    "modify-in-progress",
    "restore-in-progress",
]

IpamPublicAddressAssociationStatusType#

# IpamPublicAddressAssociationStatusType usage example
from types_boto3_ec2.literals import IpamPublicAddressAssociationStatusType

def get_value() -> IpamPublicAddressAssociationStatusType:
    return "associated"
# IpamPublicAddressAssociationStatusType definition
IpamPublicAddressAssociationStatusType = Literal[
    "associated",
    "disassociated",
]

IpamPublicAddressAwsServiceType#

# IpamPublicAddressAwsServiceType usage example
from types_boto3_ec2.literals import IpamPublicAddressAwsServiceType

def get_value() -> IpamPublicAddressAwsServiceType:
    return "database-migration-service"
# IpamPublicAddressAwsServiceType definition
IpamPublicAddressAwsServiceType = Literal[
    "database-migration-service",
    "elastic-container-service",
    "global-accelerator",
    "load-balancer",
    "nat-gateway",
    "other",
    "redshift",
    "relational-database-service",
    "site-to-site-vpn",
]

IpamPublicAddressTypeType#

# IpamPublicAddressTypeType usage example
from types_boto3_ec2.literals import IpamPublicAddressTypeType

def get_value() -> IpamPublicAddressTypeType:
    return "amazon-owned-contig"
# IpamPublicAddressTypeType definition
IpamPublicAddressTypeType = Literal[
    "amazon-owned-contig",
    "amazon-owned-eip",
    "byoip",
    "ec2-public-ip",
    "service-managed-byoip",
    "service-managed-ip",
]

IpamResourceCidrIpSourceType#

# IpamResourceCidrIpSourceType usage example
from types_boto3_ec2.literals import IpamResourceCidrIpSourceType

def get_value() -> IpamResourceCidrIpSourceType:
    return "amazon"
# IpamResourceCidrIpSourceType definition
IpamResourceCidrIpSourceType = Literal[
    "amazon",
    "byoip",
    "none",
]

IpamResourceDiscoveryAssociationStateType#

# IpamResourceDiscoveryAssociationStateType usage example
from types_boto3_ec2.literals import IpamResourceDiscoveryAssociationStateType

def get_value() -> IpamResourceDiscoveryAssociationStateType:
    return "associate-complete"
# IpamResourceDiscoveryAssociationStateType definition
IpamResourceDiscoveryAssociationStateType = Literal[
    "associate-complete",
    "associate-failed",
    "associate-in-progress",
    "disassociate-complete",
    "disassociate-failed",
    "disassociate-in-progress",
    "isolate-complete",
    "isolate-in-progress",
    "restore-in-progress",
]

IpamResourceDiscoveryStateType#

# IpamResourceDiscoveryStateType usage example
from types_boto3_ec2.literals import IpamResourceDiscoveryStateType

def get_value() -> IpamResourceDiscoveryStateType:
    return "create-complete"
# IpamResourceDiscoveryStateType definition
IpamResourceDiscoveryStateType = Literal[
    "create-complete",
    "create-failed",
    "create-in-progress",
    "delete-complete",
    "delete-failed",
    "delete-in-progress",
    "isolate-complete",
    "isolate-in-progress",
    "modify-complete",
    "modify-failed",
    "modify-in-progress",
    "restore-in-progress",
]

IpamResourceTypeType#

# IpamResourceTypeType usage example
from types_boto3_ec2.literals import IpamResourceTypeType

def get_value() -> IpamResourceTypeType:
    return "eip"
# IpamResourceTypeType definition
IpamResourceTypeType = Literal[
    "eip",
    "eni",
    "ipv6-pool",
    "public-ipv4-pool",
    "subnet",
    "vpc",
]

IpamScopeStateType#

# IpamScopeStateType usage example
from types_boto3_ec2.literals import IpamScopeStateType

def get_value() -> IpamScopeStateType:
    return "create-complete"
# IpamScopeStateType definition
IpamScopeStateType = Literal[
    "create-complete",
    "create-failed",
    "create-in-progress",
    "delete-complete",
    "delete-failed",
    "delete-in-progress",
    "isolate-complete",
    "isolate-in-progress",
    "modify-complete",
    "modify-failed",
    "modify-in-progress",
    "restore-in-progress",
]

IpamScopeTypeType#

# IpamScopeTypeType usage example
from types_boto3_ec2.literals import IpamScopeTypeType

def get_value() -> IpamScopeTypeType:
    return "private"
# IpamScopeTypeType definition
IpamScopeTypeType = Literal[
    "private",
    "public",
]

IpamStateType#

# IpamStateType usage example
from types_boto3_ec2.literals import IpamStateType

def get_value() -> IpamStateType:
    return "create-complete"
# IpamStateType definition
IpamStateType = Literal[
    "create-complete",
    "create-failed",
    "create-in-progress",
    "delete-complete",
    "delete-failed",
    "delete-in-progress",
    "isolate-complete",
    "isolate-in-progress",
    "modify-complete",
    "modify-failed",
    "modify-in-progress",
    "restore-in-progress",
]

IpamTierType#

# IpamTierType usage example
from types_boto3_ec2.literals import IpamTierType

def get_value() -> IpamTierType:
    return "advanced"
# IpamTierType definition
IpamTierType = Literal[
    "advanced",
    "free",
]

Ipv6AddressAttributeType#

# Ipv6AddressAttributeType usage example
from types_boto3_ec2.literals import Ipv6AddressAttributeType

def get_value() -> Ipv6AddressAttributeType:
    return "private"
# Ipv6AddressAttributeType definition
Ipv6AddressAttributeType = Literal[
    "private",
    "public",
]

Ipv6SupportValueType#

# Ipv6SupportValueType usage example
from types_boto3_ec2.literals import Ipv6SupportValueType

def get_value() -> Ipv6SupportValueType:
    return "disable"
# Ipv6SupportValueType definition
Ipv6SupportValueType = Literal[
    "disable",
    "enable",
]

KeyFormatType#

# KeyFormatType usage example
from types_boto3_ec2.literals import KeyFormatType

def get_value() -> KeyFormatType:
    return "pem"
# KeyFormatType definition
KeyFormatType = Literal[
    "pem",
    "ppk",
]

KeyPairExistsWaiterName#

# KeyPairExistsWaiterName usage example
from types_boto3_ec2.literals import KeyPairExistsWaiterName

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

KeyTypeType#

# KeyTypeType usage example
from types_boto3_ec2.literals import KeyTypeType

def get_value() -> KeyTypeType:
    return "ed25519"
# KeyTypeType definition
KeyTypeType = Literal[
    "ed25519",
    "rsa",
]

LaunchTemplateAutoRecoveryStateType#

# LaunchTemplateAutoRecoveryStateType usage example
from types_boto3_ec2.literals import LaunchTemplateAutoRecoveryStateType

def get_value() -> LaunchTemplateAutoRecoveryStateType:
    return "default"
# LaunchTemplateAutoRecoveryStateType definition
LaunchTemplateAutoRecoveryStateType = Literal[
    "default",
    "disabled",
]

LaunchTemplateErrorCodeType#

# LaunchTemplateErrorCodeType usage example
from types_boto3_ec2.literals import LaunchTemplateErrorCodeType

def get_value() -> LaunchTemplateErrorCodeType:
    return "launchTemplateIdDoesNotExist"
# LaunchTemplateErrorCodeType definition
LaunchTemplateErrorCodeType = Literal[
    "launchTemplateIdDoesNotExist",
    "launchTemplateIdMalformed",
    "launchTemplateNameDoesNotExist",
    "launchTemplateNameMalformed",
    "launchTemplateVersionDoesNotExist",
    "unexpectedError",
]

LaunchTemplateHttpTokensStateType#

# LaunchTemplateHttpTokensStateType usage example
from types_boto3_ec2.literals import LaunchTemplateHttpTokensStateType

def get_value() -> LaunchTemplateHttpTokensStateType:
    return "optional"
# LaunchTemplateHttpTokensStateType definition
LaunchTemplateHttpTokensStateType = Literal[
    "optional",
    "required",
]

LaunchTemplateInstanceMetadataEndpointStateType#

# LaunchTemplateInstanceMetadataEndpointStateType usage example
from types_boto3_ec2.literals import LaunchTemplateInstanceMetadataEndpointStateType

def get_value() -> LaunchTemplateInstanceMetadataEndpointStateType:
    return "disabled"
# LaunchTemplateInstanceMetadataEndpointStateType definition
LaunchTemplateInstanceMetadataEndpointStateType = Literal[
    "disabled",
    "enabled",
]

LaunchTemplateInstanceMetadataOptionsStateType#

# LaunchTemplateInstanceMetadataOptionsStateType usage example
from types_boto3_ec2.literals import LaunchTemplateInstanceMetadataOptionsStateType

def get_value() -> LaunchTemplateInstanceMetadataOptionsStateType:
    return "applied"
# LaunchTemplateInstanceMetadataOptionsStateType definition
LaunchTemplateInstanceMetadataOptionsStateType = Literal[
    "applied",
    "pending",
]

LaunchTemplateInstanceMetadataProtocolIpv6Type#

# LaunchTemplateInstanceMetadataProtocolIpv6Type usage example
from types_boto3_ec2.literals import LaunchTemplateInstanceMetadataProtocolIpv6Type

def get_value() -> LaunchTemplateInstanceMetadataProtocolIpv6Type:
    return "disabled"
# LaunchTemplateInstanceMetadataProtocolIpv6Type definition
LaunchTemplateInstanceMetadataProtocolIpv6Type = Literal[
    "disabled",
    "enabled",
]

LaunchTemplateInstanceMetadataTagsStateType#

# LaunchTemplateInstanceMetadataTagsStateType usage example
from types_boto3_ec2.literals import LaunchTemplateInstanceMetadataTagsStateType

def get_value() -> LaunchTemplateInstanceMetadataTagsStateType:
    return "disabled"
# LaunchTemplateInstanceMetadataTagsStateType definition
LaunchTemplateInstanceMetadataTagsStateType = Literal[
    "disabled",
    "enabled",
]

ListImagesInRecycleBinPaginatorName#

# ListImagesInRecycleBinPaginatorName usage example
from types_boto3_ec2.literals import ListImagesInRecycleBinPaginatorName

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

ListSnapshotsInRecycleBinPaginatorName#

# ListSnapshotsInRecycleBinPaginatorName usage example
from types_boto3_ec2.literals import ListSnapshotsInRecycleBinPaginatorName

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

ListingStateType#

# ListingStateType usage example
from types_boto3_ec2.literals import ListingStateType

def get_value() -> ListingStateType:
    return "available"
# ListingStateType definition
ListingStateType = Literal[
    "available",
    "cancelled",
    "pending",
    "sold",
]

ListingStatusType#

# ListingStatusType usage example
from types_boto3_ec2.literals import ListingStatusType

def get_value() -> ListingStatusType:
    return "active"
# ListingStatusType definition
ListingStatusType = Literal[
    "active",
    "cancelled",
    "closed",
    "pending",
]

LocalGatewayRouteStateType#

# LocalGatewayRouteStateType usage example
from types_boto3_ec2.literals import LocalGatewayRouteStateType

def get_value() -> LocalGatewayRouteStateType:
    return "active"
# LocalGatewayRouteStateType definition
LocalGatewayRouteStateType = Literal[
    "active",
    "blackhole",
    "deleted",
    "deleting",
    "pending",
]

LocalGatewayRouteTableModeType#

# LocalGatewayRouteTableModeType usage example
from types_boto3_ec2.literals import LocalGatewayRouteTableModeType

def get_value() -> LocalGatewayRouteTableModeType:
    return "coip"
# LocalGatewayRouteTableModeType definition
LocalGatewayRouteTableModeType = Literal[
    "coip",
    "direct-vpc-routing",
]

LocalGatewayRouteTypeType#

# LocalGatewayRouteTypeType usage example
from types_boto3_ec2.literals import LocalGatewayRouteTypeType

def get_value() -> LocalGatewayRouteTypeType:
    return "propagated"
# LocalGatewayRouteTypeType definition
LocalGatewayRouteTypeType = Literal[
    "propagated",
    "static",
]

LocalStorageType#

# LocalStorageType usage example
from types_boto3_ec2.literals import LocalStorageType

def get_value() -> LocalStorageType:
    return "excluded"
# LocalStorageType definition
LocalStorageType = Literal[
    "excluded",
    "included",
    "required",
]

LocalStorageTypeType#

# LocalStorageTypeType usage example
from types_boto3_ec2.literals import LocalStorageTypeType

def get_value() -> LocalStorageTypeType:
    return "hdd"
# LocalStorageTypeType definition
LocalStorageTypeType = Literal[
    "hdd",
    "ssd",
]

LocationTypeType#

# LocationTypeType usage example
from types_boto3_ec2.literals import LocationTypeType

def get_value() -> LocationTypeType:
    return "availability-zone"
# LocationTypeType definition
LocationTypeType = Literal[
    "availability-zone",
    "availability-zone-id",
    "outpost",
    "region",
]

LockModeType#

# LockModeType usage example
from types_boto3_ec2.literals import LockModeType

def get_value() -> LockModeType:
    return "compliance"
# LockModeType definition
LockModeType = Literal[
    "compliance",
    "governance",
]

LockStateType#

# LockStateType usage example
from types_boto3_ec2.literals import LockStateType

def get_value() -> LockStateType:
    return "compliance"
# LockStateType definition
LockStateType = Literal[
    "compliance",
    "compliance-cooloff",
    "expired",
    "governance",
]

LogDestinationTypeType#

# LogDestinationTypeType usage example
from types_boto3_ec2.literals import LogDestinationTypeType

def get_value() -> LogDestinationTypeType:
    return "cloud-watch-logs"
# LogDestinationTypeType definition
LogDestinationTypeType = Literal[
    "cloud-watch-logs",
    "kinesis-data-firehose",
    "s3",
]

ManagedByType#

# ManagedByType usage example
from types_boto3_ec2.literals import ManagedByType

def get_value() -> ManagedByType:
    return "account"
# ManagedByType definition
ManagedByType = Literal[
    "account",
    "declarative-policy",
]

MarketTypeType#

# MarketTypeType usage example
from types_boto3_ec2.literals import MarketTypeType

def get_value() -> MarketTypeType:
    return "capacity-block"
# MarketTypeType definition
MarketTypeType = Literal[
    "capacity-block",
    "spot",
]

MembershipTypeType#

# MembershipTypeType usage example
from types_boto3_ec2.literals import MembershipTypeType

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

MetadataDefaultHttpTokensStateType#

# MetadataDefaultHttpTokensStateType usage example
from types_boto3_ec2.literals import MetadataDefaultHttpTokensStateType

def get_value() -> MetadataDefaultHttpTokensStateType:
    return "no-preference"
# MetadataDefaultHttpTokensStateType definition
MetadataDefaultHttpTokensStateType = Literal[
    "no-preference",
    "optional",
    "required",
]

MetricTypeType#

# MetricTypeType usage example
from types_boto3_ec2.literals import MetricTypeType

def get_value() -> MetricTypeType:
    return "aggregate-latency"
# MetricTypeType definition
MetricTypeType = Literal[
    "aggregate-latency",
]

ModifyAvailabilityZoneOptInStatusType#

# ModifyAvailabilityZoneOptInStatusType usage example
from types_boto3_ec2.literals import ModifyAvailabilityZoneOptInStatusType

def get_value() -> ModifyAvailabilityZoneOptInStatusType:
    return "not-opted-in"
# ModifyAvailabilityZoneOptInStatusType definition
ModifyAvailabilityZoneOptInStatusType = Literal[
    "not-opted-in",
    "opted-in",
]

MonitoringStateType#

# MonitoringStateType usage example
from types_boto3_ec2.literals import MonitoringStateType

def get_value() -> MonitoringStateType:
    return "disabled"
# MonitoringStateType definition
MonitoringStateType = Literal[
    "disabled",
    "disabling",
    "enabled",
    "pending",
]

MoveStatusType#

# MoveStatusType usage example
from types_boto3_ec2.literals import MoveStatusType

def get_value() -> MoveStatusType:
    return "movingToVpc"
# MoveStatusType definition
MoveStatusType = Literal[
    "movingToVpc",
    "restoringToClassic",
]

MulticastSupportValueType#

# MulticastSupportValueType usage example
from types_boto3_ec2.literals import MulticastSupportValueType

def get_value() -> MulticastSupportValueType:
    return "disable"
# MulticastSupportValueType definition
MulticastSupportValueType = Literal[
    "disable",
    "enable",
]

NatGatewayAddressStatusType#

# NatGatewayAddressStatusType usage example
from types_boto3_ec2.literals import NatGatewayAddressStatusType

def get_value() -> NatGatewayAddressStatusType:
    return "assigning"
# NatGatewayAddressStatusType definition
NatGatewayAddressStatusType = Literal[
    "assigning",
    "associating",
    "disassociating",
    "failed",
    "succeeded",
    "unassigning",
]

NatGatewayAvailableWaiterName#

# NatGatewayAvailableWaiterName usage example
from types_boto3_ec2.literals import NatGatewayAvailableWaiterName

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

NatGatewayDeletedWaiterName#

# NatGatewayDeletedWaiterName usage example
from types_boto3_ec2.literals import NatGatewayDeletedWaiterName

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

NatGatewayStateType#

# NatGatewayStateType usage example
from types_boto3_ec2.literals import NatGatewayStateType

def get_value() -> NatGatewayStateType:
    return "available"
# NatGatewayStateType definition
NatGatewayStateType = Literal[
    "available",
    "deleted",
    "deleting",
    "failed",
    "pending",
]

NetworkInterfaceAttributeType#

# NetworkInterfaceAttributeType usage example
from types_boto3_ec2.literals import NetworkInterfaceAttributeType

def get_value() -> NetworkInterfaceAttributeType:
    return "associatePublicIpAddress"
# NetworkInterfaceAttributeType definition
NetworkInterfaceAttributeType = Literal[
    "associatePublicIpAddress",
    "attachment",
    "description",
    "groupSet",
    "sourceDestCheck",
]

NetworkInterfaceAvailableWaiterName#

# NetworkInterfaceAvailableWaiterName usage example
from types_boto3_ec2.literals import NetworkInterfaceAvailableWaiterName

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

NetworkInterfaceCreationTypeType#

# NetworkInterfaceCreationTypeType usage example
from types_boto3_ec2.literals import NetworkInterfaceCreationTypeType

def get_value() -> NetworkInterfaceCreationTypeType:
    return "branch"
# NetworkInterfaceCreationTypeType definition
NetworkInterfaceCreationTypeType = Literal[
    "branch",
    "efa",
    "efa-only",
    "trunk",
]

NetworkInterfacePermissionStateCodeType#

# NetworkInterfacePermissionStateCodeType usage example
from types_boto3_ec2.literals import NetworkInterfacePermissionStateCodeType

def get_value() -> NetworkInterfacePermissionStateCodeType:
    return "granted"
# NetworkInterfacePermissionStateCodeType definition
NetworkInterfacePermissionStateCodeType = Literal[
    "granted",
    "pending",
    "revoked",
    "revoking",
]

NetworkInterfaceStatusType#

# NetworkInterfaceStatusType usage example
from types_boto3_ec2.literals import NetworkInterfaceStatusType

def get_value() -> NetworkInterfaceStatusType:
    return "associated"
# NetworkInterfaceStatusType definition
NetworkInterfaceStatusType = Literal[
    "associated",
    "attaching",
    "available",
    "detaching",
    "in-use",
]

NetworkInterfaceTypeType#

# NetworkInterfaceTypeType usage example
from types_boto3_ec2.literals import NetworkInterfaceTypeType

def get_value() -> NetworkInterfaceTypeType:
    return "api_gateway_managed"
# NetworkInterfaceTypeType definition
NetworkInterfaceTypeType = Literal[
    "api_gateway_managed",
    "aws_codestar_connections_managed",
    "branch",
    "efa",
    "efa-only",
    "gateway_load_balancer",
    "gateway_load_balancer_endpoint",
    "global_accelerator_managed",
    "interface",
    "iot_rules_managed",
    "lambda",
    "load_balancer",
    "natGateway",
    "network_load_balancer",
    "quicksight",
    "transit_gateway",
    "trunk",
    "vpc_endpoint",
]

NitroEnclavesSupportType#

# NitroEnclavesSupportType usage example
from types_boto3_ec2.literals import NitroEnclavesSupportType

def get_value() -> NitroEnclavesSupportType:
    return "supported"
# NitroEnclavesSupportType definition
NitroEnclavesSupportType = Literal[
    "supported",
    "unsupported",
]

NitroTpmSupportType#

# NitroTpmSupportType usage example
from types_boto3_ec2.literals import NitroTpmSupportType

def get_value() -> NitroTpmSupportType:
    return "supported"
# NitroTpmSupportType definition
NitroTpmSupportType = Literal[
    "supported",
    "unsupported",
]

OfferingClassTypeType#

# OfferingClassTypeType usage example
from types_boto3_ec2.literals import OfferingClassTypeType

def get_value() -> OfferingClassTypeType:
    return "convertible"
# OfferingClassTypeType definition
OfferingClassTypeType = Literal[
    "convertible",
    "standard",
]

OfferingTypeValuesType#

# OfferingTypeValuesType usage example
from types_boto3_ec2.literals import OfferingTypeValuesType

def get_value() -> OfferingTypeValuesType:
    return "All Upfront"
# OfferingTypeValuesType definition
OfferingTypeValuesType = Literal[
    "All Upfront",
    "Heavy Utilization",
    "Light Utilization",
    "Medium Utilization",
    "No Upfront",
    "Partial Upfront",
]

OnDemandAllocationStrategyType#

# OnDemandAllocationStrategyType usage example
from types_boto3_ec2.literals import OnDemandAllocationStrategyType

def get_value() -> OnDemandAllocationStrategyType:
    return "lowestPrice"
# OnDemandAllocationStrategyType definition
OnDemandAllocationStrategyType = Literal[
    "lowestPrice",
    "prioritized",
]

OperationTypeType#

# OperationTypeType usage example
from types_boto3_ec2.literals import OperationTypeType

def get_value() -> OperationTypeType:
    return "add"
# OperationTypeType definition
OperationTypeType = Literal[
    "add",
    "remove",
]

PartitionLoadFrequencyType#

# PartitionLoadFrequencyType usage example
from types_boto3_ec2.literals import PartitionLoadFrequencyType

def get_value() -> PartitionLoadFrequencyType:
    return "daily"
# PartitionLoadFrequencyType definition
PartitionLoadFrequencyType = Literal[
    "daily",
    "monthly",
    "none",
    "weekly",
]

PasswordDataAvailableWaiterName#

# PasswordDataAvailableWaiterName usage example
from types_boto3_ec2.literals import PasswordDataAvailableWaiterName

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

PayerResponsibilityType#

# PayerResponsibilityType usage example
from types_boto3_ec2.literals import PayerResponsibilityType

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

PaymentOptionType#

# PaymentOptionType usage example
from types_boto3_ec2.literals import PaymentOptionType

def get_value() -> PaymentOptionType:
    return "AllUpfront"
# PaymentOptionType definition
PaymentOptionType = Literal[
    "AllUpfront",
    "NoUpfront",
    "PartialUpfront",
]

PeriodTypeType#

# PeriodTypeType usage example
from types_boto3_ec2.literals import PeriodTypeType

def get_value() -> PeriodTypeType:
    return "fifteen-minutes"
# PeriodTypeType definition
PeriodTypeType = Literal[
    "fifteen-minutes",
    "five-minutes",
    "one-day",
    "one-hour",
    "one-week",
    "three-hours",
]

PermissionGroupType#

# PermissionGroupType usage example
from types_boto3_ec2.literals import PermissionGroupType

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

PhcSupportType#

# PhcSupportType usage example
from types_boto3_ec2.literals import PhcSupportType

def get_value() -> PhcSupportType:
    return "supported"
# PhcSupportType definition
PhcSupportType = Literal[
    "supported",
    "unsupported",
]

PlacementGroupStateType#

# PlacementGroupStateType usage example
from types_boto3_ec2.literals import PlacementGroupStateType

def get_value() -> PlacementGroupStateType:
    return "available"
# PlacementGroupStateType definition
PlacementGroupStateType = Literal[
    "available",
    "deleted",
    "deleting",
    "pending",
]

PlacementGroupStrategyType#

# PlacementGroupStrategyType usage example
from types_boto3_ec2.literals import PlacementGroupStrategyType

def get_value() -> PlacementGroupStrategyType:
    return "cluster"
# PlacementGroupStrategyType definition
PlacementGroupStrategyType = Literal[
    "cluster",
    "partition",
    "spread",
]

PlacementStrategyType#

# PlacementStrategyType usage example
from types_boto3_ec2.literals import PlacementStrategyType

def get_value() -> PlacementStrategyType:
    return "cluster"
# PlacementStrategyType definition
PlacementStrategyType = Literal[
    "cluster",
    "partition",
    "spread",
]

PlatformValuesType#

# PlatformValuesType usage example
from types_boto3_ec2.literals import PlatformValuesType

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

PrefixListStateType#

# PrefixListStateType usage example
from types_boto3_ec2.literals import PrefixListStateType

def get_value() -> PrefixListStateType:
    return "create-complete"
# PrefixListStateType definition
PrefixListStateType = Literal[
    "create-complete",
    "create-failed",
    "create-in-progress",
    "delete-complete",
    "delete-failed",
    "delete-in-progress",
    "modify-complete",
    "modify-failed",
    "modify-in-progress",
    "restore-complete",
    "restore-failed",
    "restore-in-progress",
]

PrincipalTypeType#

# PrincipalTypeType usage example
from types_boto3_ec2.literals import PrincipalTypeType

def get_value() -> PrincipalTypeType:
    return "Account"
# PrincipalTypeType definition
PrincipalTypeType = Literal[
    "Account",
    "All",
    "OrganizationUnit",
    "Role",
    "Service",
    "User",
]

ProductCodeValuesType#

# ProductCodeValuesType usage example
from types_boto3_ec2.literals import ProductCodeValuesType

def get_value() -> ProductCodeValuesType:
    return "devpay"
# ProductCodeValuesType definition
ProductCodeValuesType = Literal[
    "devpay",
    "marketplace",
]

ProtocolType#

# ProtocolType usage example
from types_boto3_ec2.literals import ProtocolType

def get_value() -> ProtocolType:
    return "tcp"
# ProtocolType definition
ProtocolType = Literal[
    "tcp",
    "udp",
]

ProtocolValueType#

# ProtocolValueType usage example
from types_boto3_ec2.literals import ProtocolValueType

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

RIProductDescriptionType#

# RIProductDescriptionType usage example
from types_boto3_ec2.literals import RIProductDescriptionType

def get_value() -> RIProductDescriptionType:
    return "Linux/UNIX"
# RIProductDescriptionType definition
RIProductDescriptionType = Literal[
    "Linux/UNIX",
    "Linux/UNIX (Amazon VPC)",
    "Windows",
    "Windows (Amazon VPC)",
]

RecurringChargeFrequencyType#

# RecurringChargeFrequencyType usage example
from types_boto3_ec2.literals import RecurringChargeFrequencyType

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

ReplaceRootVolumeTaskStateType#

# ReplaceRootVolumeTaskStateType usage example
from types_boto3_ec2.literals import ReplaceRootVolumeTaskStateType

def get_value() -> ReplaceRootVolumeTaskStateType:
    return "failed"
# ReplaceRootVolumeTaskStateType definition
ReplaceRootVolumeTaskStateType = Literal[
    "failed",
    "failed-detached",
    "failing",
    "in-progress",
    "pending",
    "succeeded",
]

ReplacementStrategyType#

# ReplacementStrategyType usage example
from types_boto3_ec2.literals import ReplacementStrategyType

def get_value() -> ReplacementStrategyType:
    return "launch"
# ReplacementStrategyType definition
ReplacementStrategyType = Literal[
    "launch",
    "launch-before-terminate",
]

ReportInstanceReasonCodesType#

# ReportInstanceReasonCodesType usage example
from types_boto3_ec2.literals import ReportInstanceReasonCodesType

def get_value() -> ReportInstanceReasonCodesType:
    return "instance-stuck-in-state"
# ReportInstanceReasonCodesType definition
ReportInstanceReasonCodesType = Literal[
    "instance-stuck-in-state",
    "not-accepting-credentials",
    "other",
    "password-not-available",
    "performance-ebs-volume",
    "performance-instance-store",
    "performance-network",
    "performance-other",
    "unresponsive",
]

ReportStateType#

# ReportStateType usage example
from types_boto3_ec2.literals import ReportStateType

def get_value() -> ReportStateType:
    return "cancelled"
# ReportStateType definition
ReportStateType = Literal[
    "cancelled",
    "complete",
    "error",
    "running",
]

ReportStatusTypeType#

# ReportStatusTypeType usage example
from types_boto3_ec2.literals import ReportStatusTypeType

def get_value() -> ReportStatusTypeType:
    return "impaired"
# ReportStatusTypeType definition
ReportStatusTypeType = Literal[
    "impaired",
    "ok",
]

ReservationStateType#

# ReservationStateType usage example
from types_boto3_ec2.literals import ReservationStateType

def get_value() -> ReservationStateType:
    return "active"
# ReservationStateType definition
ReservationStateType = Literal[
    "active",
    "payment-failed",
    "payment-pending",
    "retired",
]

ReservedInstanceStateType#

# ReservedInstanceStateType usage example
from types_boto3_ec2.literals import ReservedInstanceStateType

def get_value() -> ReservedInstanceStateType:
    return "active"
# ReservedInstanceStateType definition
ReservedInstanceStateType = Literal[
    "active",
    "payment-failed",
    "payment-pending",
    "queued",
    "queued-deleted",
    "retired",
]

ResetFpgaImageAttributeNameType#

# ResetFpgaImageAttributeNameType usage example
from types_boto3_ec2.literals import ResetFpgaImageAttributeNameType

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

ResetImageAttributeNameType#

# ResetImageAttributeNameType usage example
from types_boto3_ec2.literals import ResetImageAttributeNameType

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

ResourceTypeType#

# ResourceTypeType usage example
from types_boto3_ec2.literals import ResourceTypeType

def get_value() -> ResourceTypeType:
    return "capacity-reservation"
# ResourceTypeType definition
ResourceTypeType = Literal[
    "capacity-reservation",
    "capacity-reservation-fleet",
    "carrier-gateway",
    "client-vpn-endpoint",
    "coip-pool",
    "customer-gateway",
    "declarative-policies-report",
    "dedicated-host",
    "dhcp-options",
    "egress-only-internet-gateway",
    "elastic-gpu",
    "elastic-ip",
    "export-image-task",
    "export-instance-task",
    "fleet",
    "fpga-image",
    "host-reservation",
    "image",
    "import-image-task",
    "import-snapshot-task",
    "instance",
    "instance-connect-endpoint",
    "instance-event-window",
    "internet-gateway",
    "ipam",
    "ipam-external-resource-verification-token",
    "ipam-pool",
    "ipam-resource-discovery",
    "ipam-resource-discovery-association",
    "ipam-scope",
    "ipv4pool-ec2",
    "ipv6pool-ec2",
    "key-pair",
    "launch-template",
    "local-gateway",
    "local-gateway-route-table",
    "local-gateway-route-table-virtual-interface-group-association",
    "local-gateway-route-table-vpc-association",
    "local-gateway-virtual-interface",
    "local-gateway-virtual-interface-group",
    "natgateway",
    "network-acl",
    "network-insights-access-scope",
    "network-insights-access-scope-analysis",
    "network-insights-analysis",
    "network-insights-path",
    "network-interface",
    "placement-group",
    "prefix-list",
    "replace-root-volume-task",
    "reserved-instances",
    "route-table",
    "security-group",
    "security-group-rule",
    "snapshot",
    "spot-fleet-request",
    "spot-instances-request",
    "subnet",
    "subnet-cidr-reservation",
    "traffic-mirror-filter",
    "traffic-mirror-filter-rule",
    "traffic-mirror-session",
    "traffic-mirror-target",
    "transit-gateway",
    "transit-gateway-attachment",
    "transit-gateway-connect-peer",
    "transit-gateway-multicast-domain",
    "transit-gateway-policy-table",
    "transit-gateway-route-table",
    "transit-gateway-route-table-announcement",
    "verified-access-endpoint",
    "verified-access-endpoint-target",
    "verified-access-group",
    "verified-access-instance",
    "verified-access-policy",
    "verified-access-trust-provider",
    "volume",
    "vpc",
    "vpc-block-public-access-exclusion",
    "vpc-endpoint",
    "vpc-endpoint-connection",
    "vpc-endpoint-connection-device-type",
    "vpc-endpoint-service",
    "vpc-endpoint-service-permission",
    "vpc-flow-log",
    "vpc-peering-connection",
    "vpn-connection",
    "vpn-connection-device-type",
    "vpn-gateway",
]

RootDeviceTypeType#

# RootDeviceTypeType usage example
from types_boto3_ec2.literals import RootDeviceTypeType

def get_value() -> RootDeviceTypeType:
    return "ebs"
# RootDeviceTypeType definition
RootDeviceTypeType = Literal[
    "ebs",
    "instance-store",
]

RouteOriginType#

# RouteOriginType usage example
from types_boto3_ec2.literals import RouteOriginType

def get_value() -> RouteOriginType:
    return "CreateRoute"
# RouteOriginType definition
RouteOriginType = Literal[
    "CreateRoute",
    "CreateRouteTable",
    "EnableVgwRoutePropagation",
]

RouteStateType#

# RouteStateType usage example
from types_boto3_ec2.literals import RouteStateType

def get_value() -> RouteStateType:
    return "active"
# RouteStateType definition
RouteStateType = Literal[
    "active",
    "blackhole",
]

RouteTableAssociationStateCodeType#

# RouteTableAssociationStateCodeType usage example
from types_boto3_ec2.literals import RouteTableAssociationStateCodeType

def get_value() -> RouteTableAssociationStateCodeType:
    return "associated"
# RouteTableAssociationStateCodeType definition
RouteTableAssociationStateCodeType = Literal[
    "associated",
    "associating",
    "disassociated",
    "disassociating",
    "failed",
]

RuleActionType#

# RuleActionType usage example
from types_boto3_ec2.literals import RuleActionType

def get_value() -> RuleActionType:
    return "allow"
# RuleActionType definition
RuleActionType = Literal[
    "allow",
    "deny",
]

SSETypeType#

# SSETypeType usage example
from types_boto3_ec2.literals import SSETypeType

def get_value() -> SSETypeType:
    return "none"
# SSETypeType definition
SSETypeType = Literal[
    "none",
    "sse-ebs",
    "sse-kms",
]

ScopeType#

# ScopeType usage example
from types_boto3_ec2.literals import ScopeType

def get_value() -> ScopeType:
    return "Availability Zone"
# ScopeType definition
ScopeType = Literal[
    "Availability Zone",
    "Region",
]

SearchLocalGatewayRoutesPaginatorName#

# SearchLocalGatewayRoutesPaginatorName usage example
from types_boto3_ec2.literals import SearchLocalGatewayRoutesPaginatorName

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

SearchTransitGatewayMulticastGroupsPaginatorName#

# SearchTransitGatewayMulticastGroupsPaginatorName usage example
from types_boto3_ec2.literals import SearchTransitGatewayMulticastGroupsPaginatorName

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

SecurityGroupExistsWaiterName#

# SecurityGroupExistsWaiterName usage example
from types_boto3_ec2.literals import SecurityGroupExistsWaiterName

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

SecurityGroupReferencingSupportValueType#

# SecurityGroupReferencingSupportValueType usage example
from types_boto3_ec2.literals import SecurityGroupReferencingSupportValueType

def get_value() -> SecurityGroupReferencingSupportValueType:
    return "disable"
# SecurityGroupReferencingSupportValueType definition
SecurityGroupReferencingSupportValueType = Literal[
    "disable",
    "enable",
]

SecurityGroupVpcAssociationStateType#

# SecurityGroupVpcAssociationStateType usage example
from types_boto3_ec2.literals import SecurityGroupVpcAssociationStateType

def get_value() -> SecurityGroupVpcAssociationStateType:
    return "associated"
# SecurityGroupVpcAssociationStateType definition
SecurityGroupVpcAssociationStateType = Literal[
    "associated",
    "associating",
    "association-failed",
    "disassociated",
    "disassociating",
    "disassociation-failed",
]

SelfServicePortalType#

# SelfServicePortalType usage example
from types_boto3_ec2.literals import SelfServicePortalType

def get_value() -> SelfServicePortalType:
    return "disabled"
# SelfServicePortalType definition
SelfServicePortalType = Literal[
    "disabled",
    "enabled",
]

ServiceConnectivityTypeType#

# ServiceConnectivityTypeType usage example
from types_boto3_ec2.literals import ServiceConnectivityTypeType

def get_value() -> ServiceConnectivityTypeType:
    return "ipv4"
# ServiceConnectivityTypeType definition
ServiceConnectivityTypeType = Literal[
    "ipv4",
    "ipv6",
]

ServiceStateType#

# ServiceStateType usage example
from types_boto3_ec2.literals import ServiceStateType

def get_value() -> ServiceStateType:
    return "Available"
# ServiceStateType definition
ServiceStateType = Literal[
    "Available",
    "Deleted",
    "Deleting",
    "Failed",
    "Pending",
]

ServiceTypeType#

# ServiceTypeType usage example
from types_boto3_ec2.literals import ServiceTypeType

def get_value() -> ServiceTypeType:
    return "Gateway"
# ServiceTypeType definition
ServiceTypeType = Literal[
    "Gateway",
    "GatewayLoadBalancer",
    "Interface",
]

ShutdownBehaviorType#

# ShutdownBehaviorType usage example
from types_boto3_ec2.literals import ShutdownBehaviorType

def get_value() -> ShutdownBehaviorType:
    return "stop"
# ShutdownBehaviorType definition
ShutdownBehaviorType = Literal[
    "stop",
    "terminate",
]

SnapshotAttributeNameType#

# SnapshotAttributeNameType usage example
from types_boto3_ec2.literals import SnapshotAttributeNameType

def get_value() -> SnapshotAttributeNameType:
    return "createVolumePermission"
# SnapshotAttributeNameType definition
SnapshotAttributeNameType = Literal[
    "createVolumePermission",
    "productCodes",
]

SnapshotBlockPublicAccessStateType#

# SnapshotBlockPublicAccessStateType usage example
from types_boto3_ec2.literals import SnapshotBlockPublicAccessStateType

def get_value() -> SnapshotBlockPublicAccessStateType:
    return "block-all-sharing"
# SnapshotBlockPublicAccessStateType definition
SnapshotBlockPublicAccessStateType = Literal[
    "block-all-sharing",
    "block-new-sharing",
    "unblocked",
]

SnapshotCompletedWaiterName#

# SnapshotCompletedWaiterName usage example
from types_boto3_ec2.literals import SnapshotCompletedWaiterName

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

SnapshotImportedWaiterName#

# SnapshotImportedWaiterName usage example
from types_boto3_ec2.literals import SnapshotImportedWaiterName

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

SnapshotLocationEnumType#

# SnapshotLocationEnumType usage example
from types_boto3_ec2.literals import SnapshotLocationEnumType

def get_value() -> SnapshotLocationEnumType:
    return "local"
# SnapshotLocationEnumType definition
SnapshotLocationEnumType = Literal[
    "local",
    "regional",
]

SnapshotStateType#

# SnapshotStateType usage example
from types_boto3_ec2.literals import SnapshotStateType

def get_value() -> SnapshotStateType:
    return "completed"
# SnapshotStateType definition
SnapshotStateType = Literal[
    "completed",
    "error",
    "pending",
    "recoverable",
    "recovering",
]

SpotAllocationStrategyType#

# SpotAllocationStrategyType usage example
from types_boto3_ec2.literals import SpotAllocationStrategyType

def get_value() -> SpotAllocationStrategyType:
    return "capacity-optimized"
# SpotAllocationStrategyType definition
SpotAllocationStrategyType = Literal[
    "capacity-optimized",
    "capacity-optimized-prioritized",
    "diversified",
    "lowest-price",
    "price-capacity-optimized",
]

SpotInstanceInterruptionBehaviorType#

# SpotInstanceInterruptionBehaviorType usage example
from types_boto3_ec2.literals import SpotInstanceInterruptionBehaviorType

def get_value() -> SpotInstanceInterruptionBehaviorType:
    return "hibernate"
# SpotInstanceInterruptionBehaviorType definition
SpotInstanceInterruptionBehaviorType = Literal[
    "hibernate",
    "stop",
    "terminate",
]

SpotInstanceRequestFulfilledWaiterName#

# SpotInstanceRequestFulfilledWaiterName usage example
from types_boto3_ec2.literals import SpotInstanceRequestFulfilledWaiterName

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

SpotInstanceStateType#

# SpotInstanceStateType usage example
from types_boto3_ec2.literals import SpotInstanceStateType

def get_value() -> SpotInstanceStateType:
    return "active"
# SpotInstanceStateType definition
SpotInstanceStateType = Literal[
    "active",
    "cancelled",
    "closed",
    "disabled",
    "failed",
    "open",
]

SpotInstanceTypeType#

# SpotInstanceTypeType usage example
from types_boto3_ec2.literals import SpotInstanceTypeType

def get_value() -> SpotInstanceTypeType:
    return "one-time"
# SpotInstanceTypeType definition
SpotInstanceTypeType = Literal[
    "one-time",
    "persistent",
]

SpreadLevelType#

# SpreadLevelType usage example
from types_boto3_ec2.literals import SpreadLevelType

def get_value() -> SpreadLevelType:
    return "host"
# SpreadLevelType definition
SpreadLevelType = Literal[
    "host",
    "rack",
]

StateType#

# StateType usage example
from types_boto3_ec2.literals import StateType

def get_value() -> StateType:
    return "Available"
# StateType definition
StateType = Literal[
    "Available",
    "Deleted",
    "Deleting",
    "Expired",
    "Failed",
    "Partial",
    "Pending",
    "PendingAcceptance",
    "Rejected",
]

StaticSourcesSupportValueType#

# StaticSourcesSupportValueType usage example
from types_boto3_ec2.literals import StaticSourcesSupportValueType

def get_value() -> StaticSourcesSupportValueType:
    return "disable"
# StaticSourcesSupportValueType definition
StaticSourcesSupportValueType = Literal[
    "disable",
    "enable",
]

StatisticTypeType#

# StatisticTypeType usage example
from types_boto3_ec2.literals import StatisticTypeType

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

StatusNameType#

# StatusNameType usage example
from types_boto3_ec2.literals import StatusNameType

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

StatusType#

# StatusType usage example
from types_boto3_ec2.literals import StatusType

def get_value() -> StatusType:
    return "InClassic"
# StatusType definition
StatusType = Literal[
    "InClassic",
    "InVpc",
    "MoveInProgress",
]

StatusTypeType#

# StatusTypeType usage example
from types_boto3_ec2.literals import StatusTypeType

def get_value() -> StatusTypeType:
    return "failed"
# StatusTypeType definition
StatusTypeType = Literal[
    "failed",
    "initializing",
    "insufficient-data",
    "passed",
]

StorageTierType#

# StorageTierType usage example
from types_boto3_ec2.literals import StorageTierType

def get_value() -> StorageTierType:
    return "archive"
# StorageTierType definition
StorageTierType = Literal[
    "archive",
    "standard",
]

StoreImageTaskCompleteWaiterName#

# StoreImageTaskCompleteWaiterName usage example
from types_boto3_ec2.literals import StoreImageTaskCompleteWaiterName

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

SubnetAvailableWaiterName#

# SubnetAvailableWaiterName usage example
from types_boto3_ec2.literals import SubnetAvailableWaiterName

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

SubnetCidrBlockStateCodeType#

# SubnetCidrBlockStateCodeType usage example
from types_boto3_ec2.literals import SubnetCidrBlockStateCodeType

def get_value() -> SubnetCidrBlockStateCodeType:
    return "associated"
# SubnetCidrBlockStateCodeType definition
SubnetCidrBlockStateCodeType = Literal[
    "associated",
    "associating",
    "disassociated",
    "disassociating",
    "failed",
    "failing",
]

SubnetCidrReservationTypeType#

# SubnetCidrReservationTypeType usage example
from types_boto3_ec2.literals import SubnetCidrReservationTypeType

def get_value() -> SubnetCidrReservationTypeType:
    return "explicit"
# SubnetCidrReservationTypeType definition
SubnetCidrReservationTypeType = Literal[
    "explicit",
    "prefix",
]

SubnetStateType#

# SubnetStateType usage example
from types_boto3_ec2.literals import SubnetStateType

def get_value() -> SubnetStateType:
    return "available"
# SubnetStateType definition
SubnetStateType = Literal[
    "available",
    "pending",
    "unavailable",
]

SummaryStatusType#

# SummaryStatusType usage example
from types_boto3_ec2.literals import SummaryStatusType

def get_value() -> SummaryStatusType:
    return "impaired"
# SummaryStatusType definition
SummaryStatusType = Literal[
    "impaired",
    "initializing",
    "insufficient-data",
    "not-applicable",
    "ok",
]

SupportedAdditionalProcessorFeatureType#

# SupportedAdditionalProcessorFeatureType usage example
from types_boto3_ec2.literals import SupportedAdditionalProcessorFeatureType

def get_value() -> SupportedAdditionalProcessorFeatureType:
    return "amd-sev-snp"
# SupportedAdditionalProcessorFeatureType definition
SupportedAdditionalProcessorFeatureType = Literal[
    "amd-sev-snp",
]

SystemStatusOkWaiterName#

# SystemStatusOkWaiterName usage example
from types_boto3_ec2.literals import SystemStatusOkWaiterName

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

TargetCapacityUnitTypeType#

# TargetCapacityUnitTypeType usage example
from types_boto3_ec2.literals import TargetCapacityUnitTypeType

def get_value() -> TargetCapacityUnitTypeType:
    return "memory-mib"
# TargetCapacityUnitTypeType definition
TargetCapacityUnitTypeType = Literal[
    "memory-mib",
    "units",
    "vcpu",
]

TargetStorageTierType#

# TargetStorageTierType usage example
from types_boto3_ec2.literals import TargetStorageTierType

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

TelemetryStatusType#

# TelemetryStatusType usage example
from types_boto3_ec2.literals import TelemetryStatusType

def get_value() -> TelemetryStatusType:
    return "DOWN"
# TelemetryStatusType definition
TelemetryStatusType = Literal[
    "DOWN",
    "UP",
]

TenancyType#

# TenancyType usage example
from types_boto3_ec2.literals import TenancyType

def get_value() -> TenancyType:
    return "dedicated"
# TenancyType definition
TenancyType = Literal[
    "dedicated",
    "default",
    "host",
]

TieringOperationStatusType#

# TieringOperationStatusType usage example
from types_boto3_ec2.literals import TieringOperationStatusType

def get_value() -> TieringOperationStatusType:
    return "archival-completed"
# TieringOperationStatusType definition
TieringOperationStatusType = Literal[
    "archival-completed",
    "archival-failed",
    "archival-in-progress",
    "permanent-restore-completed",
    "permanent-restore-failed",
    "permanent-restore-in-progress",
    "temporary-restore-completed",
    "temporary-restore-failed",
    "temporary-restore-in-progress",
]

TokenStateType#

# TokenStateType usage example
from types_boto3_ec2.literals import TokenStateType

def get_value() -> TokenStateType:
    return "expired"
# TokenStateType definition
TokenStateType = Literal[
    "expired",
    "valid",
]

TpmSupportValuesType#

# TpmSupportValuesType usage example
from types_boto3_ec2.literals import TpmSupportValuesType

def get_value() -> TpmSupportValuesType:
    return "v2.0"
# TpmSupportValuesType definition
TpmSupportValuesType = Literal[
    "v2.0",
]

TrafficDirectionType#

# TrafficDirectionType usage example
from types_boto3_ec2.literals import TrafficDirectionType

def get_value() -> TrafficDirectionType:
    return "egress"
# TrafficDirectionType definition
TrafficDirectionType = Literal[
    "egress",
    "ingress",
]

TrafficMirrorFilterRuleFieldType#

# TrafficMirrorFilterRuleFieldType usage example
from types_boto3_ec2.literals import TrafficMirrorFilterRuleFieldType

def get_value() -> TrafficMirrorFilterRuleFieldType:
    return "description"
# TrafficMirrorFilterRuleFieldType definition
TrafficMirrorFilterRuleFieldType = Literal[
    "description",
    "destination-port-range",
    "protocol",
    "source-port-range",
]

TrafficMirrorNetworkServiceType#

# TrafficMirrorNetworkServiceType usage example
from types_boto3_ec2.literals import TrafficMirrorNetworkServiceType

def get_value() -> TrafficMirrorNetworkServiceType:
    return "amazon-dns"
# TrafficMirrorNetworkServiceType definition
TrafficMirrorNetworkServiceType = Literal[
    "amazon-dns",
]

TrafficMirrorRuleActionType#

# TrafficMirrorRuleActionType usage example
from types_boto3_ec2.literals import TrafficMirrorRuleActionType

def get_value() -> TrafficMirrorRuleActionType:
    return "accept"
# TrafficMirrorRuleActionType definition
TrafficMirrorRuleActionType = Literal[
    "accept",
    "reject",
]

TrafficMirrorSessionFieldType#

# TrafficMirrorSessionFieldType usage example
from types_boto3_ec2.literals import TrafficMirrorSessionFieldType

def get_value() -> TrafficMirrorSessionFieldType:
    return "description"
# TrafficMirrorSessionFieldType definition
TrafficMirrorSessionFieldType = Literal[
    "description",
    "packet-length",
    "virtual-network-id",
]

TrafficMirrorTargetTypeType#

# TrafficMirrorTargetTypeType usage example
from types_boto3_ec2.literals import TrafficMirrorTargetTypeType

def get_value() -> TrafficMirrorTargetTypeType:
    return "gateway-load-balancer-endpoint"
# TrafficMirrorTargetTypeType definition
TrafficMirrorTargetTypeType = Literal[
    "gateway-load-balancer-endpoint",
    "network-interface",
    "network-load-balancer",
]

TrafficTypeType#

# TrafficTypeType usage example
from types_boto3_ec2.literals import TrafficTypeType

def get_value() -> TrafficTypeType:
    return "ACCEPT"
# TrafficTypeType definition
TrafficTypeType = Literal[
    "ACCEPT",
    "ALL",
    "REJECT",
]

TransferTypeType#

# TransferTypeType usage example
from types_boto3_ec2.literals import TransferTypeType

def get_value() -> TransferTypeType:
    return "standard"
# TransferTypeType definition
TransferTypeType = Literal[
    "standard",
    "time-based",
]

TransitGatewayAssociationStateType#

# TransitGatewayAssociationStateType usage example
from types_boto3_ec2.literals import TransitGatewayAssociationStateType

def get_value() -> TransitGatewayAssociationStateType:
    return "associated"
# TransitGatewayAssociationStateType definition
TransitGatewayAssociationStateType = Literal[
    "associated",
    "associating",
    "disassociated",
    "disassociating",
]

TransitGatewayAttachmentResourceTypeType#

# TransitGatewayAttachmentResourceTypeType usage example
from types_boto3_ec2.literals import TransitGatewayAttachmentResourceTypeType

def get_value() -> TransitGatewayAttachmentResourceTypeType:
    return "connect"
# TransitGatewayAttachmentResourceTypeType definition
TransitGatewayAttachmentResourceTypeType = Literal[
    "connect",
    "direct-connect-gateway",
    "peering",
    "tgw-peering",
    "vpc",
    "vpn",
]

TransitGatewayAttachmentStateType#

# TransitGatewayAttachmentStateType usage example
from types_boto3_ec2.literals import TransitGatewayAttachmentStateType

def get_value() -> TransitGatewayAttachmentStateType:
    return "available"
# TransitGatewayAttachmentStateType definition
TransitGatewayAttachmentStateType = Literal[
    "available",
    "deleted",
    "deleting",
    "failed",
    "failing",
    "initiating",
    "initiatingRequest",
    "modifying",
    "pending",
    "pendingAcceptance",
    "rejected",
    "rejecting",
    "rollingBack",
]

TransitGatewayConnectPeerStateType#

# TransitGatewayConnectPeerStateType usage example
from types_boto3_ec2.literals import TransitGatewayConnectPeerStateType

def get_value() -> TransitGatewayConnectPeerStateType:
    return "available"
# TransitGatewayConnectPeerStateType definition
TransitGatewayConnectPeerStateType = Literal[
    "available",
    "deleted",
    "deleting",
    "pending",
]

TransitGatewayMulitcastDomainAssociationStateType#

# TransitGatewayMulitcastDomainAssociationStateType usage example
from types_boto3_ec2.literals import TransitGatewayMulitcastDomainAssociationStateType

def get_value() -> TransitGatewayMulitcastDomainAssociationStateType:
    return "associated"
# TransitGatewayMulitcastDomainAssociationStateType definition
TransitGatewayMulitcastDomainAssociationStateType = Literal[
    "associated",
    "associating",
    "disassociated",
    "disassociating",
    "failed",
    "pendingAcceptance",
    "rejected",
]

TransitGatewayMulticastDomainStateType#

# TransitGatewayMulticastDomainStateType usage example
from types_boto3_ec2.literals import TransitGatewayMulticastDomainStateType

def get_value() -> TransitGatewayMulticastDomainStateType:
    return "available"
# TransitGatewayMulticastDomainStateType definition
TransitGatewayMulticastDomainStateType = Literal[
    "available",
    "deleted",
    "deleting",
    "pending",
]

TransitGatewayPolicyTableStateType#

# TransitGatewayPolicyTableStateType usage example
from types_boto3_ec2.literals import TransitGatewayPolicyTableStateType

def get_value() -> TransitGatewayPolicyTableStateType:
    return "available"
# TransitGatewayPolicyTableStateType definition
TransitGatewayPolicyTableStateType = Literal[
    "available",
    "deleted",
    "deleting",
    "pending",
]

TransitGatewayPrefixListReferenceStateType#

# TransitGatewayPrefixListReferenceStateType usage example
from types_boto3_ec2.literals import TransitGatewayPrefixListReferenceStateType

def get_value() -> TransitGatewayPrefixListReferenceStateType:
    return "available"
# TransitGatewayPrefixListReferenceStateType definition
TransitGatewayPrefixListReferenceStateType = Literal[
    "available",
    "deleting",
    "modifying",
    "pending",
]

TransitGatewayPropagationStateType#

# TransitGatewayPropagationStateType usage example
from types_boto3_ec2.literals import TransitGatewayPropagationStateType

def get_value() -> TransitGatewayPropagationStateType:
    return "disabled"
# TransitGatewayPropagationStateType definition
TransitGatewayPropagationStateType = Literal[
    "disabled",
    "disabling",
    "enabled",
    "enabling",
]

TransitGatewayRouteStateType#

# TransitGatewayRouteStateType usage example
from types_boto3_ec2.literals import TransitGatewayRouteStateType

def get_value() -> TransitGatewayRouteStateType:
    return "active"
# TransitGatewayRouteStateType definition
TransitGatewayRouteStateType = Literal[
    "active",
    "blackhole",
    "deleted",
    "deleting",
    "pending",
]

TransitGatewayRouteTableAnnouncementDirectionType#

# TransitGatewayRouteTableAnnouncementDirectionType usage example
from types_boto3_ec2.literals import TransitGatewayRouteTableAnnouncementDirectionType

def get_value() -> TransitGatewayRouteTableAnnouncementDirectionType:
    return "incoming"
# TransitGatewayRouteTableAnnouncementDirectionType definition
TransitGatewayRouteTableAnnouncementDirectionType = Literal[
    "incoming",
    "outgoing",
]

TransitGatewayRouteTableAnnouncementStateType#

# TransitGatewayRouteTableAnnouncementStateType usage example
from types_boto3_ec2.literals import TransitGatewayRouteTableAnnouncementStateType

def get_value() -> TransitGatewayRouteTableAnnouncementStateType:
    return "available"
# TransitGatewayRouteTableAnnouncementStateType definition
TransitGatewayRouteTableAnnouncementStateType = Literal[
    "available",
    "deleted",
    "deleting",
    "failed",
    "failing",
    "pending",
]

TransitGatewayRouteTableStateType#

# TransitGatewayRouteTableStateType usage example
from types_boto3_ec2.literals import TransitGatewayRouteTableStateType

def get_value() -> TransitGatewayRouteTableStateType:
    return "available"
# TransitGatewayRouteTableStateType definition
TransitGatewayRouteTableStateType = Literal[
    "available",
    "deleted",
    "deleting",
    "pending",
]

TransitGatewayRouteTypeType#

# TransitGatewayRouteTypeType usage example
from types_boto3_ec2.literals import TransitGatewayRouteTypeType

def get_value() -> TransitGatewayRouteTypeType:
    return "propagated"
# TransitGatewayRouteTypeType definition
TransitGatewayRouteTypeType = Literal[
    "propagated",
    "static",
]

TransitGatewayStateType#

# TransitGatewayStateType usage example
from types_boto3_ec2.literals import TransitGatewayStateType

def get_value() -> TransitGatewayStateType:
    return "available"
# TransitGatewayStateType definition
TransitGatewayStateType = Literal[
    "available",
    "deleted",
    "deleting",
    "modifying",
    "pending",
]

TransportProtocolType#

# TransportProtocolType usage example
from types_boto3_ec2.literals import TransportProtocolType

def get_value() -> TransportProtocolType:
    return "tcp"
# TransportProtocolType definition
TransportProtocolType = Literal[
    "tcp",
    "udp",
]

TrustProviderTypeType#

# TrustProviderTypeType usage example
from types_boto3_ec2.literals import TrustProviderTypeType

def get_value() -> TrustProviderTypeType:
    return "device"
# TrustProviderTypeType definition
TrustProviderTypeType = Literal[
    "device",
    "user",
]

TunnelInsideIpVersionType#

# TunnelInsideIpVersionType usage example
from types_boto3_ec2.literals import TunnelInsideIpVersionType

def get_value() -> TunnelInsideIpVersionType:
    return "ipv4"
# TunnelInsideIpVersionType definition
TunnelInsideIpVersionType = Literal[
    "ipv4",
    "ipv6",
]

UnlimitedSupportedInstanceFamilyType#

# UnlimitedSupportedInstanceFamilyType usage example
from types_boto3_ec2.literals import UnlimitedSupportedInstanceFamilyType

def get_value() -> UnlimitedSupportedInstanceFamilyType:
    return "t2"
# UnlimitedSupportedInstanceFamilyType definition
UnlimitedSupportedInstanceFamilyType = Literal[
    "t2",
    "t3",
    "t3a",
    "t4g",
]

UnsuccessfulInstanceCreditSpecificationErrorCodeType#

# UnsuccessfulInstanceCreditSpecificationErrorCodeType usage example
from types_boto3_ec2.literals import UnsuccessfulInstanceCreditSpecificationErrorCodeType

def get_value() -> UnsuccessfulInstanceCreditSpecificationErrorCodeType:
    return "IncorrectInstanceState"
# UnsuccessfulInstanceCreditSpecificationErrorCodeType definition
UnsuccessfulInstanceCreditSpecificationErrorCodeType = Literal[
    "IncorrectInstanceState",
    "InstanceCreditSpecification.NotSupported",
    "InvalidInstanceID.Malformed",
    "InvalidInstanceID.NotFound",
]

UsageClassTypeType#

# UsageClassTypeType usage example
from types_boto3_ec2.literals import UsageClassTypeType

def get_value() -> UsageClassTypeType:
    return "capacity-block"
# UsageClassTypeType definition
UsageClassTypeType = Literal[
    "capacity-block",
    "on-demand",
    "spot",
]

UserTrustProviderTypeType#

# UserTrustProviderTypeType usage example
from types_boto3_ec2.literals import UserTrustProviderTypeType

def get_value() -> UserTrustProviderTypeType:
    return "iam-identity-center"
# UserTrustProviderTypeType definition
UserTrustProviderTypeType = Literal[
    "iam-identity-center",
    "oidc",
]

VerificationMethodType#

# VerificationMethodType usage example
from types_boto3_ec2.literals import VerificationMethodType

def get_value() -> VerificationMethodType:
    return "dns-token"
# VerificationMethodType definition
VerificationMethodType = Literal[
    "dns-token",
    "remarks-x509",
]

VerifiedAccessEndpointAttachmentTypeType#

# VerifiedAccessEndpointAttachmentTypeType usage example
from types_boto3_ec2.literals import VerifiedAccessEndpointAttachmentTypeType

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

VerifiedAccessEndpointProtocolType#

# VerifiedAccessEndpointProtocolType usage example
from types_boto3_ec2.literals import VerifiedAccessEndpointProtocolType

def get_value() -> VerifiedAccessEndpointProtocolType:
    return "http"
# VerifiedAccessEndpointProtocolType definition
VerifiedAccessEndpointProtocolType = Literal[
    "http",
    "https",
    "tcp",
]

VerifiedAccessEndpointStatusCodeType#

# VerifiedAccessEndpointStatusCodeType usage example
from types_boto3_ec2.literals import VerifiedAccessEndpointStatusCodeType

def get_value() -> VerifiedAccessEndpointStatusCodeType:
    return "active"
# VerifiedAccessEndpointStatusCodeType definition
VerifiedAccessEndpointStatusCodeType = Literal[
    "active",
    "deleted",
    "deleting",
    "pending",
    "updating",
]

VerifiedAccessEndpointTypeType#

# VerifiedAccessEndpointTypeType usage example
from types_boto3_ec2.literals import VerifiedAccessEndpointTypeType

def get_value() -> VerifiedAccessEndpointTypeType:
    return "cidr"
# VerifiedAccessEndpointTypeType definition
VerifiedAccessEndpointTypeType = Literal[
    "cidr",
    "load-balancer",
    "network-interface",
    "rds",
]

VerifiedAccessLogDeliveryStatusCodeType#

# VerifiedAccessLogDeliveryStatusCodeType usage example
from types_boto3_ec2.literals import VerifiedAccessLogDeliveryStatusCodeType

def get_value() -> VerifiedAccessLogDeliveryStatusCodeType:
    return "failed"
# VerifiedAccessLogDeliveryStatusCodeType definition
VerifiedAccessLogDeliveryStatusCodeType = Literal[
    "failed",
    "success",
]

VirtualizationTypeType#

# VirtualizationTypeType usage example
from types_boto3_ec2.literals import VirtualizationTypeType

def get_value() -> VirtualizationTypeType:
    return "hvm"
# VirtualizationTypeType definition
VirtualizationTypeType = Literal[
    "hvm",
    "paravirtual",
]

VolumeAttachmentStateType#

# VolumeAttachmentStateType usage example
from types_boto3_ec2.literals import VolumeAttachmentStateType

def get_value() -> VolumeAttachmentStateType:
    return "attached"
# VolumeAttachmentStateType definition
VolumeAttachmentStateType = Literal[
    "attached",
    "attaching",
    "busy",
    "detached",
    "detaching",
]

VolumeAttributeNameType#

# VolumeAttributeNameType usage example
from types_boto3_ec2.literals import VolumeAttributeNameType

def get_value() -> VolumeAttributeNameType:
    return "autoEnableIO"
# VolumeAttributeNameType definition
VolumeAttributeNameType = Literal[
    "autoEnableIO",
    "productCodes",
]

VolumeAvailableWaiterName#

# VolumeAvailableWaiterName usage example
from types_boto3_ec2.literals import VolumeAvailableWaiterName

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

VolumeDeletedWaiterName#

# VolumeDeletedWaiterName usage example
from types_boto3_ec2.literals import VolumeDeletedWaiterName

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

VolumeInUseWaiterName#

# VolumeInUseWaiterName usage example
from types_boto3_ec2.literals import VolumeInUseWaiterName

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

VolumeModificationStateType#

# VolumeModificationStateType usage example
from types_boto3_ec2.literals import VolumeModificationStateType

def get_value() -> VolumeModificationStateType:
    return "completed"
# VolumeModificationStateType definition
VolumeModificationStateType = Literal[
    "completed",
    "failed",
    "modifying",
    "optimizing",
]

VolumeStateType#

# VolumeStateType usage example
from types_boto3_ec2.literals import VolumeStateType

def get_value() -> VolumeStateType:
    return "available"
# VolumeStateType definition
VolumeStateType = Literal[
    "available",
    "creating",
    "deleted",
    "deleting",
    "error",
    "in-use",
]

VolumeStatusInfoStatusType#

# VolumeStatusInfoStatusType usage example
from types_boto3_ec2.literals import VolumeStatusInfoStatusType

def get_value() -> VolumeStatusInfoStatusType:
    return "impaired"
# VolumeStatusInfoStatusType definition
VolumeStatusInfoStatusType = Literal[
    "impaired",
    "insufficient-data",
    "ok",
]

VolumeStatusNameType#

# VolumeStatusNameType usage example
from types_boto3_ec2.literals import VolumeStatusNameType

def get_value() -> VolumeStatusNameType:
    return "io-enabled"
# VolumeStatusNameType definition
VolumeStatusNameType = Literal[
    "io-enabled",
    "io-performance",
]

VolumeTypeType#

# VolumeTypeType usage example
from types_boto3_ec2.literals import VolumeTypeType

def get_value() -> VolumeTypeType:
    return "gp2"
# VolumeTypeType definition
VolumeTypeType = Literal[
    "gp2",
    "gp3",
    "io1",
    "io2",
    "sc1",
    "st1",
    "standard",
]

VpcAttributeNameType#

# VpcAttributeNameType usage example
from types_boto3_ec2.literals import VpcAttributeNameType

def get_value() -> VpcAttributeNameType:
    return "enableDnsHostnames"
# VpcAttributeNameType definition
VpcAttributeNameType = Literal[
    "enableDnsHostnames",
    "enableDnsSupport",
    "enableNetworkAddressUsageMetrics",
]

VpcAvailableWaiterName#

# VpcAvailableWaiterName usage example
from types_boto3_ec2.literals import VpcAvailableWaiterName

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

VpcBlockPublicAccessExclusionStateType#

# VpcBlockPublicAccessExclusionStateType usage example
from types_boto3_ec2.literals import VpcBlockPublicAccessExclusionStateType

def get_value() -> VpcBlockPublicAccessExclusionStateType:
    return "create-complete"
# VpcBlockPublicAccessExclusionStateType definition
VpcBlockPublicAccessExclusionStateType = Literal[
    "create-complete",
    "create-failed",
    "create-in-progress",
    "delete-complete",
    "delete-in-progress",
    "disable-complete",
    "disable-in-progress",
    "update-complete",
    "update-failed",
    "update-in-progress",
]

VpcBlockPublicAccessExclusionsAllowedType#

# VpcBlockPublicAccessExclusionsAllowedType usage example
from types_boto3_ec2.literals import VpcBlockPublicAccessExclusionsAllowedType

def get_value() -> VpcBlockPublicAccessExclusionsAllowedType:
    return "allowed"
# VpcBlockPublicAccessExclusionsAllowedType definition
VpcBlockPublicAccessExclusionsAllowedType = Literal[
    "allowed",
    "not-allowed",
]

VpcBlockPublicAccessStateType#

# VpcBlockPublicAccessStateType usage example
from types_boto3_ec2.literals import VpcBlockPublicAccessStateType

def get_value() -> VpcBlockPublicAccessStateType:
    return "default-state"
# VpcBlockPublicAccessStateType definition
VpcBlockPublicAccessStateType = Literal[
    "default-state",
    "update-complete",
    "update-in-progress",
]

VpcCidrBlockStateCodeType#

# VpcCidrBlockStateCodeType usage example
from types_boto3_ec2.literals import VpcCidrBlockStateCodeType

def get_value() -> VpcCidrBlockStateCodeType:
    return "associated"
# VpcCidrBlockStateCodeType definition
VpcCidrBlockStateCodeType = Literal[
    "associated",
    "associating",
    "disassociated",
    "disassociating",
    "failed",
    "failing",
]

VpcEndpointTypeType#

# VpcEndpointTypeType usage example
from types_boto3_ec2.literals import VpcEndpointTypeType

def get_value() -> VpcEndpointTypeType:
    return "Gateway"
# VpcEndpointTypeType definition
VpcEndpointTypeType = Literal[
    "Gateway",
    "GatewayLoadBalancer",
    "Interface",
    "Resource",
    "ServiceNetwork",
]

VpcExistsWaiterName#

# VpcExistsWaiterName usage example
from types_boto3_ec2.literals import VpcExistsWaiterName

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

VpcPeeringConnectionDeletedWaiterName#

# VpcPeeringConnectionDeletedWaiterName usage example
from types_boto3_ec2.literals import VpcPeeringConnectionDeletedWaiterName

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

VpcPeeringConnectionExistsWaiterName#

# VpcPeeringConnectionExistsWaiterName usage example
from types_boto3_ec2.literals import VpcPeeringConnectionExistsWaiterName

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

VpcPeeringConnectionStateReasonCodeType#

# VpcPeeringConnectionStateReasonCodeType usage example
from types_boto3_ec2.literals import VpcPeeringConnectionStateReasonCodeType

def get_value() -> VpcPeeringConnectionStateReasonCodeType:
    return "active"
# VpcPeeringConnectionStateReasonCodeType definition
VpcPeeringConnectionStateReasonCodeType = Literal[
    "active",
    "deleted",
    "deleting",
    "expired",
    "failed",
    "initiating-request",
    "pending-acceptance",
    "provisioning",
    "rejected",
]

VpcStateType#

# VpcStateType usage example
from types_boto3_ec2.literals import VpcStateType

def get_value() -> VpcStateType:
    return "available"
# VpcStateType definition
VpcStateType = Literal[
    "available",
    "pending",
]

VpcTenancyType#

# VpcTenancyType usage example
from types_boto3_ec2.literals import VpcTenancyType

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

VpnConnectionAvailableWaiterName#

# VpnConnectionAvailableWaiterName usage example
from types_boto3_ec2.literals import VpnConnectionAvailableWaiterName

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

VpnConnectionDeletedWaiterName#

# VpnConnectionDeletedWaiterName usage example
from types_boto3_ec2.literals import VpnConnectionDeletedWaiterName

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

VpnEcmpSupportValueType#

# VpnEcmpSupportValueType usage example
from types_boto3_ec2.literals import VpnEcmpSupportValueType

def get_value() -> VpnEcmpSupportValueType:
    return "disable"
# VpnEcmpSupportValueType definition
VpnEcmpSupportValueType = Literal[
    "disable",
    "enable",
]

VpnProtocolType#

# VpnProtocolType usage example
from types_boto3_ec2.literals import VpnProtocolType

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

VpnStateType#

# VpnStateType usage example
from types_boto3_ec2.literals import VpnStateType

def get_value() -> VpnStateType:
    return "available"
# VpnStateType definition
VpnStateType = Literal[
    "available",
    "deleted",
    "deleting",
    "pending",
]

VpnStaticRouteSourceType#

# VpnStaticRouteSourceType usage example
from types_boto3_ec2.literals import VpnStaticRouteSourceType

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

WeekDayType#

# WeekDayType usage example
from types_boto3_ec2.literals import WeekDayType

def get_value() -> WeekDayType:
    return "friday"
# WeekDayType definition
WeekDayType = Literal[
    "friday",
    "monday",
    "saturday",
    "sunday",
    "thursday",
    "tuesday",
    "wednesday",
]

EC2ServiceName#

# EC2ServiceName usage example
from types_boto3_ec2.literals import EC2ServiceName

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

ServiceName#

# ServiceName usage example
from types_boto3_ec2.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",
    "backupsearch",
    "batch",
    "bcm-data-exports",
    "bcm-pricing-calculator",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "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",
    "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",
    "dsql",
    "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",
    "invoicing",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "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",
    "networkflowmonitor",
    "networkmanager",
    "networkmonitor",
    "notifications",
    "notificationscontacts",
    "oam",
    "observabilityadmin",
    "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",
    "s3tables",
    "sagemaker",
    "sagemaker-a2i-runtime",
    "sagemaker-edge",
    "sagemaker-featurestore-runtime",
    "sagemaker-geospatial",
    "sagemaker-metrics",
    "sagemaker-runtime",
    "savingsplans",
    "scheduler",
    "schemas",
    "sdb",
    "secretsmanager",
    "security-ir",
    "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 types_boto3_ec2.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_boto3_ec2.literals import PaginatorName

def get_value() -> PaginatorName:
    return "describe_address_transfers"
# PaginatorName definition
PaginatorName = Literal[
    "describe_address_transfers",
    "describe_addresses_attribute",
    "describe_aws_network_performance_metric_subscriptions",
    "describe_byoip_cidrs",
    "describe_capacity_block_extension_history",
    "describe_capacity_block_extension_offerings",
    "describe_capacity_block_offerings",
    "describe_capacity_reservation_billing_requests",
    "describe_capacity_reservation_fleets",
    "describe_capacity_reservations",
    "describe_carrier_gateways",
    "describe_classic_link_instances",
    "describe_client_vpn_authorization_rules",
    "describe_client_vpn_connections",
    "describe_client_vpn_endpoints",
    "describe_client_vpn_routes",
    "describe_client_vpn_target_networks",
    "describe_coip_pools",
    "describe_dhcp_options",
    "describe_egress_only_internet_gateways",
    "describe_export_image_tasks",
    "describe_fast_launch_images",
    "describe_fast_snapshot_restores",
    "describe_fleets",
    "describe_flow_logs",
    "describe_fpga_images",
    "describe_host_reservation_offerings",
    "describe_host_reservations",
    "describe_hosts",
    "describe_iam_instance_profile_associations",
    "describe_images",
    "describe_import_image_tasks",
    "describe_import_snapshot_tasks",
    "describe_instance_connect_endpoints",
    "describe_instance_credit_specifications",
    "describe_instance_event_windows",
    "describe_instance_image_metadata",
    "describe_instance_status",
    "describe_instance_topology",
    "describe_instance_type_offerings",
    "describe_instance_types",
    "describe_instances",
    "describe_internet_gateways",
    "describe_ipam_pools",
    "describe_ipam_resource_discoveries",
    "describe_ipam_resource_discovery_associations",
    "describe_ipam_scopes",
    "describe_ipams",
    "describe_ipv6_pools",
    "describe_launch_template_versions",
    "describe_launch_templates",
    "describe_local_gateway_route_table_virtual_interface_group_associations",
    "describe_local_gateway_route_table_vpc_associations",
    "describe_local_gateway_route_tables",
    "describe_local_gateway_virtual_interface_groups",
    "describe_local_gateway_virtual_interfaces",
    "describe_local_gateways",
    "describe_mac_hosts",
    "describe_managed_prefix_lists",
    "describe_moving_addresses",
    "describe_nat_gateways",
    "describe_network_acls",
    "describe_network_insights_access_scope_analyses",
    "describe_network_insights_access_scopes",
    "describe_network_insights_analyses",
    "describe_network_insights_paths",
    "describe_network_interface_permissions",
    "describe_network_interfaces",
    "describe_prefix_lists",
    "describe_principal_id_format",
    "describe_public_ipv4_pools",
    "describe_replace_root_volume_tasks",
    "describe_reserved_instances_modifications",
    "describe_reserved_instances_offerings",
    "describe_route_tables",
    "describe_scheduled_instance_availability",
    "describe_scheduled_instances",
    "describe_security_group_rules",
    "describe_security_group_vpc_associations",
    "describe_security_groups",
    "describe_snapshot_tier_status",
    "describe_snapshots",
    "describe_spot_fleet_instances",
    "describe_spot_fleet_requests",
    "describe_spot_instance_requests",
    "describe_spot_price_history",
    "describe_stale_security_groups",
    "describe_store_image_tasks",
    "describe_subnets",
    "describe_tags",
    "describe_traffic_mirror_filters",
    "describe_traffic_mirror_sessions",
    "describe_traffic_mirror_targets",
    "describe_transit_gateway_attachments",
    "describe_transit_gateway_connect_peers",
    "describe_transit_gateway_connects",
    "describe_transit_gateway_multicast_domains",
    "describe_transit_gateway_peering_attachments",
    "describe_transit_gateway_policy_tables",
    "describe_transit_gateway_route_table_announcements",
    "describe_transit_gateway_route_tables",
    "describe_transit_gateway_vpc_attachments",
    "describe_transit_gateways",
    "describe_trunk_interface_associations",
    "describe_verified_access_endpoints",
    "describe_verified_access_groups",
    "describe_verified_access_instance_logging_configurations",
    "describe_verified_access_instances",
    "describe_verified_access_trust_providers",
    "describe_volume_status",
    "describe_volumes",
    "describe_volumes_modifications",
    "describe_vpc_classic_link_dns_support",
    "describe_vpc_endpoint_connection_notifications",
    "describe_vpc_endpoint_connections",
    "describe_vpc_endpoint_service_configurations",
    "describe_vpc_endpoint_service_permissions",
    "describe_vpc_endpoint_services",
    "describe_vpc_endpoints",
    "describe_vpc_peering_connections",
    "describe_vpcs",
    "get_associated_ipv6_pool_cidrs",
    "get_aws_network_performance_data",
    "get_groups_for_capacity_reservation",
    "get_instance_types_from_instance_requirements",
    "get_ipam_address_history",
    "get_ipam_discovered_accounts",
    "get_ipam_discovered_resource_cidrs",
    "get_ipam_pool_allocations",
    "get_ipam_pool_cidrs",
    "get_ipam_resource_cidrs",
    "get_managed_prefix_list_associations",
    "get_managed_prefix_list_entries",
    "get_network_insights_access_scope_analysis_findings",
    "get_security_groups_for_vpc",
    "get_spot_placement_scores",
    "get_transit_gateway_attachment_propagations",
    "get_transit_gateway_multicast_domain_associations",
    "get_transit_gateway_policy_table_associations",
    "get_transit_gateway_prefix_list_references",
    "get_transit_gateway_route_table_associations",
    "get_transit_gateway_route_table_propagations",
    "get_vpn_connection_device_types",
    "list_images_in_recycle_bin",
    "list_snapshots_in_recycle_bin",
    "search_local_gateway_routes",
    "search_transit_gateway_multicast_groups",
]

WaiterName#

# WaiterName usage example
from types_boto3_ec2.literals import WaiterName

def get_value() -> WaiterName:
    return "bundle_task_complete"
# WaiterName definition
WaiterName = Literal[
    "bundle_task_complete",
    "conversion_task_cancelled",
    "conversion_task_completed",
    "conversion_task_deleted",
    "customer_gateway_available",
    "export_task_cancelled",
    "export_task_completed",
    "image_available",
    "image_exists",
    "instance_exists",
    "instance_running",
    "instance_status_ok",
    "instance_stopped",
    "instance_terminated",
    "internet_gateway_exists",
    "key_pair_exists",
    "nat_gateway_available",
    "nat_gateway_deleted",
    "network_interface_available",
    "password_data_available",
    "security_group_exists",
    "snapshot_completed",
    "snapshot_imported",
    "spot_instance_request_fulfilled",
    "store_image_task_complete",
    "subnet_available",
    "system_status_ok",
    "volume_available",
    "volume_deleted",
    "volume_in_use",
    "vpc_available",
    "vpc_exists",
    "vpc_peering_connection_deleted",
    "vpc_peering_connection_exists",
    "vpn_connection_available",
    "vpn_connection_deleted",
]

RegionName#

# RegionName usage example
from types_boto3_ec2.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",
    "ap-southeast-7",
    "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",
    "mx-central-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]