packages/aws-cdk-lib/core/lib/analytics-data-source/enums.ts (4,092 lines of code) (raw):
/* eslint-disable quote-props */
/* eslint-disable @stylistic/comma-dangle */
/* eslint-disable @cdklabs/no-literal-partition */
/*
* Do not edit this file manually. To prevent misconfiguration, this file
* should only be modified by an automated GitHub workflow, that ensures
* that the ENUMs present in this list
*
*/
export const AWS_CDK_ENUMS: { [key: string]: any } = {
'AccessEntryType': [
'STANDARD',
'FARGATE_LINUX',
'EC2_LINUX',
'EC2_WINDOWS'
],
'AccessKeyStatus': [
'Active',
'Inactive'
],
'AccessLevel': [
'READ',
'READ_VERSIONED',
'LIST',
'WRITE',
'DELETE'
],
'AccessScopeType': [
'namespace',
'cluster'
],
'AccountRecovery': [
0,
1,
2,
3,
4,
5
],
'Action': [
'allow',
'deny'
],
'ActionAfterCompletion': [
'NONE',
'DELETE'
],
'ActionCategory': [
'Source',
'Build',
'Test',
'Approval',
'Deploy',
'Invoke',
'Compute'
],
'ActionOnFailure': [
'TERMINATE_CLUSTER',
'CANCEL_AND_WAIT',
'CONTINUE'
],
'ActionPoint': [
'PRE_CREATE_HOSTED_CONFIGURATION_VERSION',
'PRE_START_DEPLOYMENT',
'ON_DEPLOYMENT_START',
'ON_DEPLOYMENT_STEP',
'ON_DEPLOYMENT_BAKING',
'ON_DEPLOYMENT_COMPLETE',
'ON_DEPLOYMENT_ROLLED_BACK',
'AT_DEPLOYMENT_TICK'
],
'AdditionalHealthCheckType': [
'ELB',
'EBS',
'VPC_LATTICE'
],
'AddressFamily': [
'IPv4',
'IPv6'
],
'AdjustmentType': [
'ChangeInCapacity',
'PercentChangeInCapacity',
'ExactCapacity'
],
'AdotLambdaExecWrapper': [
'/opt/otel-handler',
'/opt/otel-proxy-handler',
'/opt/otel-stream-handler',
'/opt/otel-instrument',
'/opt/otel-sqs-handler'
],
'AdotLambdaLayerType': [
'JAVA_SDK',
'JAVA_AUTO_INSTRUMENTATION',
'JAVASCRIPT_SDK',
'PYTHON_SDK',
'GENERIC'
],
'AdvancedSecurityMode': [
'ENFORCED',
'AUDIT',
'OFF'
],
'AlarmBehavior': [
'ROLLBACK_ON_ALARM',
'FAIL_ON_ALARM'
],
'AlarmState': [
'ALARM',
'OK',
'INSUFFICIENT_DATA'
],
'AlarmStatusWidgetSortBy': [
'default',
'stateUpdatedTimestamp',
'timestamp'
],
'AlbScheme': [
'internal',
'internet-facing'
],
'AllocationStrategy': [
'BEST_FIT',
'BEST_FIT_PROGRESSIVE',
'SPOT_CAPACITY_OPTIMIZED',
'SPOT_PRICE_CAPACITY_OPTIMIZED'
],
'AlpnPolicy': [
'HTTP1Only',
'HTTP2Only',
'HTTP2Optional',
'HTTP2Preferred',
'None'
],
'AmazonLinuxCpuType': [
'arm64',
'x86_64'
],
'AmazonLinuxEdition': [
'standard',
'minimal'
],
'AmazonLinuxGeneration': [
'amzn',
'amzn2',
'al2022',
'al2023'
],
'AmazonLinuxKernel': [
'kernel-5.10',
'kernel-6.1'
],
'AmazonLinuxStorage': [
'ebs',
's3',
'gp2'
],
'AmazonLinuxVirt': [
'hvm',
'pv'
],
'AmiHardwareType': [
'Standard',
'GPU',
'ARM64',
'Neuron'
],
'ApiKeySourceType': [
'HEADER',
'AUTHORIZER'
],
'AppSyncAuthorizationType': [
'API_KEY',
'AWS_IAM',
'AMAZON_COGNITO_USER_POOLS',
'OPENID_CONNECT',
'AWS_LAMBDA'
],
'AppSyncDataSourceType': [
'AWS_LAMBDA',
'AMAZON_DYNAMODB',
'AMAZON_EVENTBRIDGE',
'AMAZON_OPENSEARCH_SERVICE',
'HTTP',
'RELATIONAL_DATABASE',
'AMAZON_BEDROCK_RUNTIME'
],
'AppSyncFieldLogLevel': [
'NONE',
'ERROR',
'INFO',
'DEBUG',
'ALL'
],
'ApplicationLoadBalancedServiceRecordType': [
0,
1,
2
],
'ApplicationLogLevel': [
'INFO',
'DEBUG',
'WARN',
'TRACE',
'ERROR',
'FATAL'
],
'ApplicationProtocol': [
'HTTP',
'HTTPS'
],
'ApplicationProtocolVersion': [
'GRPC',
'HTTP1',
'HTTP2'
],
'ApproximateCreationDateTimePrecision': [
'MILLISECOND',
'MICROSECOND'
],
'ArnFormat': [
'arn:aws:service:region:account:resource',
'arn:aws:service:region:account:resource:resourceName',
'arn:aws:service:region:account:resource/resourceName',
'arn:aws:service:region:account:/resource/resourceName'
],
'ArtifactsEncryptionMode': [
'SSE_S3',
'SSE_KMS'
],
'AssembleWith': [
'None',
'Line'
],
'AssertionType': [
'equals',
'objectLike',
'arrayWith'
],
'AssetHashType': [
'source',
'bundle',
'output',
'custom'
],
'AssetType': [
'file',
'docker-image'
],
'AttachmentTargetType': [
'AWS::RDS::DBInstance',
'deprecated_AWS::RDS::DBInstance',
'AWS::RDS::DBCluster',
'deprecated_AWS::RDS::DBCluster',
'AWS::RDS::DBProxy',
'AWS::Redshift::Cluster',
'AWS::DocDB::DBInstance',
'AWS::DocDB::DBCluster'
],
'AttributeType': [
'B',
'N',
'S'
],
'AuditCheck': [
'AUTHENTICATED_COGNITO_ROLE_OVERLY_PERMISSIVE_CHECK',
'CA_CERTIFICATE_EXPIRING_CHECK',
'CA_CERTIFICATE_KEY_QUALITY_CHECK',
'CONFLICTING_CLIENT_IDS_CHECK',
'DEVICE_CERTIFICATE_EXPIRING_CHECK',
'DEVICE_CERTIFICATE_KEY_QUALITY_CHECK',
'DEVICE_CERTIFICATE_SHARED_CHECK',
'IOT_POLICY_OVERLY_PERMISSIVE_CHECK',
'IOT_ROLE_ALIAS_ALLOWS_ACCESS_TO_UNUSED_SERVICES_CHECK',
'IOT_ROLE_ALIAS_OVERLY_PERMISSIVE_CHECK',
'LOGGING_DISABLED_CHECK',
'REVOKED_CA_CERTIFICATE_STILL_ACTIVE_CHECK',
'REVOKED_DEVICE_CERTIFICATE_STILL_ACTIVE_CHECK',
'UNAUTHENTICATED_COGNITO_ROLE_OVERLY_PERMISSIVE_CHECK'
],
'AuroraCapacityUnit': [
1,
2,
4,
8,
16,
32,
64,
128,
192,
256,
384
],
'AuthType': [
'NO_AUTH',
'IAM_ROLE',
'RESOURCE_POLICY'
],
'AuthenticationMethod': [
'SASL_SCRAM_512_AUTH',
'SASL_SCRAM_256_AUTH',
'BASIC_AUTH',
'CLIENT_CERTIFICATE_TLS_AUTH'
],
'AuthenticationMode': [
'CONFIG_MAP',
'API_AND_CONFIG_MAP',
'API'
],
'AuthorizationType': [
'API_KEY',
'BASIC',
'OAUTH_CLIENT_CREDENTIALS'
],
'AuthorizerPayloadVersion': [
'1.0',
'2.0'
],
'AutoRollbackEvent': [
'DEPLOYMENT_FAILURE',
'DEPLOYMENT_STOP_ON_ALARM',
'DEPLOYMENT_STOP_ON_REQUEST'
],
'AvailabilityZoneRebalancing': [
'ENABLED',
'DISABLED'
],
'AwsLogDriverMode': [
'blocking',
'non-blocking'
],
'AwsServiceName': [
'ec2'
],
'BackoffFunction': [
'ARITHMETIC',
'EXPONENTIAL',
'GEOMETRIC',
'LINEAR'
],
'BackupMode': [
0,
1
],
'BackupVaultEvents': [
'BACKUP_JOB_STARTED',
'BACKUP_JOB_COMPLETED',
'BACKUP_JOB_SUCCESSFUL',
'BACKUP_JOB_FAILED',
'BACKUP_JOB_EXPIRED',
'RESTORE_JOB_STARTED',
'RESTORE_JOB_COMPLETED',
'RESTORE_JOB_SUCCESSFUL',
'RESTORE_JOB_FAILED',
'COPY_JOB_STARTED',
'COPY_JOB_SUCCESSFUL',
'COPY_JOB_FAILED',
'RECOVERY_POINT_MODIFIED',
'BACKUP_PLAN_CREATED',
'BACKUP_PLAN_MODIFIED',
'S3_BACKUP_OBJECT_FAILED',
'S3_RESTORE_OBJECT_FAILED'
],
'BalancingStrategy': [
'SPOT_ONLY',
'SPOT_PREFERRED',
'ON_DEMAND_ONLY'
],
'BatchStrategy': [
'MultiRecord',
'SingleRecord'
],
'BillingMode': [
'PAY_PER_REQUEST',
'PROVISIONED'
],
'BinPackResource': [
'CPU',
'MEMORY'
],
'BottlerocketEcsVariant': [
'aws-ecs-1',
'aws-ecs-1-nvidia',
'aws-ecs-2',
'aws-ecs-2-nvidia'
],
'BucketAccessControl': [
'Private',
'PublicRead',
'PublicReadWrite',
'AuthenticatedRead',
'LogDeliveryWrite',
'BucketOwnerRead',
'BucketOwnerFullControl',
'AwsExecRead'
],
'BucketEncryption': [
'UNENCRYPTED',
'KMS_MANAGED',
'S3_MANAGED',
'KMS',
'DSSE_MANAGED',
'DSSE'
],
'BucketNotificationDestinationType': [
0,
1,
2
],
'BuildEnvironmentVariableType': [
'PLAINTEXT',
'PARAMETER_STORE',
'SECRETS_MANAGER'
],
'BundlingFileAccess': [
'VOLUME_COPY',
'BIND_MOUNT'
],
'BundlingOutput': [
'archived',
'not-archived',
'auto-discover',
'single-file'
],
'CaaTag': [
'issue',
'issuewild',
'iodef'
],
'CacheConfigType': [
'AMPLIFY_MANAGED',
'AMPLIFY_MANAGED_NO_COOKIES'
],
'Capability': [
'ALL',
'AUDIT_CONTROL',
'AUDIT_WRITE',
'BLOCK_SUSPEND',
'CHOWN',
'DAC_OVERRIDE',
'DAC_READ_SEARCH',
'FOWNER',
'FSETID',
'IPC_LOCK',
'IPC_OWNER',
'KILL',
'LEASE',
'LINUX_IMMUTABLE',
'MAC_ADMIN',
'MAC_OVERRIDE',
'MKNOD',
'NET_ADMIN',
'NET_BIND_SERVICE',
'NET_BROADCAST',
'NET_RAW',
'SETFCAP',
'SETGID',
'SETPCAP',
'SETUID',
'SYS_ADMIN',
'SYS_BOOT',
'SYS_CHROOT',
'SYS_MODULE',
'SYS_NICE',
'SYS_PACCT',
'SYS_PTRACE',
'SYS_RAWIO',
'SYS_RESOURCE',
'SYS_TIME',
'SYS_TTY_CONFIG',
'SYSLOG',
'WAKE_ALARM'
],
'CapacityDistributionStrategy': [
'balanced-only',
'balanced-best-effort'
],
'CapacityMode': [
'FIXED',
'AUTOSCALED'
],
'CapacityType': [
'SPOT',
'ON_DEMAND',
'CAPACITY_BLOCK'
],
'CfnCapabilities': [
'',
'CAPABILITY_IAM',
'CAPABILITY_NAMED_IAM',
'CAPABILITY_AUTO_EXPAND'
],
'CfnDeletionPolicy': [
'Delete',
'Retain',
'RetainExceptOnCreate',
'Snapshot'
],
'CfnDynamicReferenceService': [
'ssm',
'ssm-secure',
'secretsmanager'
],
'CfnParsingContext': [
0,
1
],
'CfnTrafficRoutingType': [
'AllAtOnce',
'TimeBasedCanary',
'TimeBasedLinear'
],
'CfnUtilsResourceType': [
'Custom::AWSCDKCfnJson',
'Custom::AWSCDKCfnJsonStringify'
],
'ChannelType': [
'STANDARD',
'BASIC',
'ADVANCED_SD',
'ADVANCED_HD'
],
'Charset': [
'ascii',
'utf8'
],
'Cleanup': [
'nothing',
'lambda'
],
'ClientAction': [
'elasticfilesystem:ClientMount',
'elasticfilesystem:ClientWrite',
'elasticfilesystem:ClientRootAccess'
],
'ClientAffinity': [
'NONE',
'SOURCE_IP'
],
'ClientBrokerEncryption': [
'TLS',
'TLS_PLAINTEXT',
'PLAINTEXT'
],
'ClientPasswordAuthType': [
'MYSQL_NATIVE_PASSWORD',
'POSTGRES_SCRAM_SHA_256',
'POSTGRES_MD5',
'SQL_SERVER_AUTHENTICATION'
],
'ClientRoutingPolicy': [
'availability_zone_affinity',
'partial_availability_zone_affinity',
'any_availability_zone'
],
'ClientVpnSessionTimeout': [
8,
10,
12,
24
],
'CloudFormationCapabilities': [
'',
'CAPABILITY_IAM',
'CAPABILITY_NAMED_IAM',
'CAPABILITY_AUTO_EXPAND'
],
'CloudFrontAllowedCachedMethods': [
'GH',
'GHO'
],
'CloudFrontAllowedMethods': [
'GH',
'GHO',
'ALL'
],
'CloudWatchDimensionSource': [
'emailHeader',
'linkTag',
'messageTag'
],
'CloudWatchEncryptionMode': [
'SSE-KMS'
],
'ClusterLoggingTypes': [
'api',
'audit',
'authenticator',
'controllerManager',
'scheduler'
],
'ClusterMonitoringLevel': [
'DEFAULT',
'PER_BROKER',
'PER_TOPIC_PER_BROKER',
'PER_TOPIC_PER_PARTITION'
],
'ClusterScailabilityType': [
'standard',
'limitless'
],
'ClusterScalabilityType': [
'standard',
'limitless'
],
'ClusterType': [
'single-node',
'multi-node'
],
'CodeBuildActionType': [
0,
1
],
'CodeBuildProjectType': [
'SYNTH',
'ASSETS',
'SELF_MUTATE',
'STEP'
],
'CodeCommitTrigger': [
'None',
'Poll',
'Events'
],
'ColumnCountMismatchHandlingAction': [
'DISABLED',
'FAIL',
'SET_TO_NULL',
'DROP_ROW'
],
'ColumnEncoding': [
'AUTO',
'RAW',
'AZ64',
'BYTEDICT',
'DELTA',
'DELTA32K',
'LZO',
'MOSTLY8',
'MOSTLY16',
'MOSTLY32',
'RUNLENGTH',
'TEXT255',
'TEXT32K',
'ZSTD'
],
'ComparisonOperator': [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38
],
'Compatibility': [
0,
1,
2,
3
],
'ComponentType': [
'Function',
'SingletonFunction',
'CustomResourceProvider',
'NoOp'
],
'CompoundOperator': [
0,
1
],
'CompressionType': [
'None',
'Gzip'
],
'ComputePlatform': [
'AWSLambda',
'Default'
],
'ComputeType': [
'BUILD_GENERAL1_SMALL',
'BUILD_GENERAL1_MEDIUM',
'BUILD_GENERAL1_LARGE',
'BUILD_GENERAL1_XLARGE',
'BUILD_GENERAL1_2XLARGE',
'BUILD_LAMBDA_1GB',
'BUILD_LAMBDA_2GB',
'BUILD_LAMBDA_4GB',
'BUILD_LAMBDA_8GB',
'BUILD_LAMBDA_10GB',
'ATTRIBUTE_BASED_COMPUTE'
],
'ConditionLogicalOperator': [
'EQUALS'
],
'ConfigurationSetTlsPolicy': [
'REQUIRE',
'OPTIONAL'
],
'ConfigurationSourceType': [
'S3',
'SECRETS_MANAGER',
'SSM_PARAMETER',
'SSM_DOCUMENT',
'CODE_PIPELINE'
],
'ConfigurationType': [
'AWS.Freeform',
'AWS.AppConfig.FeatureFlags'
],
'ConnectionProtocol': [
'TCP',
'UDP'
],
'ConnectionType': [
'INTERNET',
'VPC_LINK'
],
'ContainerDependencyCondition': [
'START',
'COMPLETE',
'SUCCESS',
'HEALTHY'
],
'ContainerFormat': [
'TS',
'FRAGMENTED_MP4'
],
'ContainerInsights': [
'enabled',
'disabled',
'enhanced'
],
'ContainerProviderTypes': [
'EKS'
],
'ContentHandling': [
'CONVERT_TO_BINARY',
'CONVERT_TO_TEXT'
],
'ContentType': [
'text/plain',
'text/css',
'text/html',
'application/javascript',
'application/json'
],
'Continent': [
'AF',
'AN',
'AS',
'EU',
'OC',
'NA',
'SA'
],
'CoreDnsComputeType': [
'ec2',
'fargate'
],
'CorsHttpMethod': [
'*',
'DELETE',
'GET',
'HEAD',
'OPTIONS',
'PATCH',
'POST',
'PUT'
],
'CountType': [
'imageCountMoreThan',
'sinceImagePushed'
],
'CpuArch': [
'arm64',
'x86_64'
],
'CpuCredits': [
'standard',
'unlimited'
],
'CrawlerState': [
'RUNNING',
'CANCELLING',
'CANCELLED',
'SUCCEEDED',
'FAILED',
'ERROR'
],
'CsvDelimiter': [
'COMMA',
'PIPE',
'SEMICOLON',
'SPACE',
'TAB'
],
'CsvHeaderLocation': [
'FIRST_ROW',
'GIVEN'
],
'CustomLambdaDeploymentConfigType': [
'Canary',
'Linear'
],
'CustomLayer': [
'POI'
],
'CustomResourceProviderRuntime': [
'nodejs12.x',
'deprecated_nodejs12.x',
'nodejs14.x',
'nodejs16.x',
'nodejs18.x',
'nodejs20.x'
],
'CustomThreatProtectionMode': [
'ENFORCED',
'AUDIT'
],
'DBClusterStorageType': [
'aurora',
'aurora-iopt1'
],
'DataResourceType': [
'AWS::Lambda::Function',
'AWS::S3::Object'
],
'DataSource': [
'Esri',
'Grab',
'Here'
],
'DatabaseInsightsMode': [
'standard',
'advanced'
],
'DayOfWeek': [
'SUN',
'MON',
'TUE',
'WED',
'THU',
'FRI',
'SAT',
'UNSET_VALUE'
],
'DeduplicationScope': [
'messageGroup',
'queue'
],
'DefaultCapacityType': [
0,
1
],
'DefaultInstanceTenancy': [
'default',
'dedicated',
'host'
],
'DefaultResult': [
'CONTINUE',
'ABANDON'
],
'DeleteOption': [
'SAFE_DELETE',
'FORCE_DELETE',
'RETAIN'
],
'DeletionProtectionCheck': [
'ACCOUNT_DEFAULT',
'APPLY',
'BYPASS'
],
'DependenciesFile': [
'requirements.txt',
'poetry.lock',
'Pipfile.lock',
''
],
'DependencyOperation': [
0,
1
],
'DeploymentControllerType': [
'ECS',
'CODE_DEPLOY',
'EXTERNAL'
],
'DesiredState': [
'RUNNING',
'STOPPED'
],
'DestinationType': [
'Failure',
'Success'
],
'DesyncMitigationMode': [
'monitor',
'defensive',
'strictest'
],
'DetailType': [
'BASIC',
'FULL'
],
'DevicePermission': [
'read',
'write',
'mknod'
],
'DiscoveryType': [
'API',
'DNS_AND_API'
],
'Distribution': [
'ByLogStream',
'Random'
],
'DnsPolicy': [
'Default',
'ClusterFirst',
'ClusterFirstWithHostNet'
],
'DnsRecordType': [
'A',
'AAAA',
'A, AAAA',
'SRV',
'CNAME'
],
'DnsResponseType': [
'LOADBALANCER',
'ENDPOINTS'
],
'DockerCredentialUsage': [
'SYNTH',
'SELF_UPDATE',
'ASSET_PUBLISHING'
],
'DockerVolumeConsistency': [
'consistent',
'delegated',
'cached'
],
'DriveCacheType': [
'NONE',
'READ'
],
'DynamoConsumedCapacity': [
'INDEXES',
'TOTAL',
'NONE'
],
'DynamoDBStartingPosition': [
'TRIM_HORIZON',
'LATEST'
],
'DynamoItemCollectionMetrics': [
'SIZE',
'NONE'
],
'DynamoMethod': [
'Get',
'Put',
'Delete',
'Update'
],
'DynamoReturnValues': [
'NONE',
'ALL_OLD',
'UPDATED_OLD',
'ALL_NEW',
'UPDATED_NEW'
],
'EasyDkimSigningKeyLength': [
'RSA_1024_BIT',
'RSA_2048_BIT'
],
'EbsDeviceVolumeType': [
'standard',
'io1',
'io2',
'gp2',
'gp3',
'st1',
'sc1',
'gp2',
'gp3',
'io1',
'io2',
'st1',
'sc1',
'standard'
],
'EbsPropagatedTagSource': [
'SERVICE',
'TASK_DEFINITION'
],
'Ec2InstanceAction': [
'stop',
'terminate',
'recover',
'reboot'
],
'EcsMachineImageType': [
'ECS_AL2',
'ECS_AL2023',
'ECS_AL2_NVIDIA'
],
'Effect': [
'Allow',
'Deny'
],
'EksMachineImageType': [
'EKS_AL2',
'EKS_AL2_NVIDIA'
],
'EmailEncoding': [
'Base64',
'UTF-8'
],
'EmailSendingEvent': [
'send',
'reject',
'bounce',
'complaint',
'delivery',
'open',
'click',
'renderingFailure',
'deliveryDelay',
'subscription'
],
'EmptyDirMediumType': [
'',
'Memory'
],
'EncryptionOption': [
'SSE_S3',
'SSE_KMS',
'CSE_KMS'
],
'EndpointType': [
'EDGE',
'REGIONAL'
],
'EngineLifecycleSupport': [
'open-source-rds-extended-support',
'open-source-rds-extended-support-disabled'
],
'EnvironmentFileType': [
's3'
],
'EnvironmentType': [
'ARM_CONTAINER',
'LINUX_CONTAINER',
'LINUX_GPU_CONTAINER',
'WINDOWS_SERVER_2019_CONTAINER',
'WINDOWS_SERVER_2022_CONTAINER',
'MAC_ARM',
'LINUX_EC2',
'ARM_EC2',
'WINDOWS_EC2'
],
'EventAction': [
'PUSH',
'PULL_REQUEST_CREATED',
'PULL_REQUEST_UPDATED',
'PULL_REQUEST_CLOSED',
'PULL_REQUEST_MERGED',
'PULL_REQUEST_REOPENED',
'RELEASED',
'PRERELEASED',
'WORKFLOW_JOB_QUEUED'
],
'EventEvaluation': [
'BATCH',
'SERIAL'
],
'EventSource': [
'aws.config'
],
'EventType': [
's3:ObjectCreated:*',
's3:ObjectCreated:Put',
's3:ObjectCreated:Post',
's3:ObjectCreated:Copy',
's3:ObjectCreated:CompleteMultipartUpload',
's3:ObjectRemoved:*',
's3:ObjectRemoved:Delete',
's3:ObjectRemoved:DeleteMarkerCreated',
's3:ObjectRestore:Post',
's3:ObjectRestore:Completed',
's3:ObjectRestore:Delete',
's3:ReducedRedundancyLostObject',
's3:Replication:OperationFailedReplication',
's3:Replication:OperationMissedThreshold',
's3:Replication:OperationReplicatedAfterThreshold',
's3:Replication:OperationNotTracked',
's3:LifecycleExpiration:*',
's3:LifecycleExpiration:Delete',
's3:LifecycleExpiration:DeleteMarkerCreated',
's3:LifecycleTransition',
's3:IntelligentTiering',
's3:ObjectTagging:*',
's3:ObjectTagging:Put',
's3:ObjectTagging:Delete',
's3:ObjectAcl:Put',
's3:ObjectRestore:*',
's3:Replication:*'
],
'ExecuteCommandLogging': [
'NONE',
'DEFAULT',
'OVERRIDE'
],
'ExecutionClass': [
'FLEX',
'STANDARD'
],
'ExecutionMode': [
'QUEUED',
'SUPERSEDED',
'PARALLEL'
],
'FailoverStatusCode': [
403,
404,
500,
502,
503,
504
],
'FargatePlatformVersion': [
'LATEST',
'1.4.0',
'1.3.0',
'1.2.0',
'1.1.0',
'1.0.0'
],
'FeaturePlan': [
'LITE',
'ESSENTIALS',
'PLUS'
],
'FieldLogLevel': [
'NONE',
'ERROR',
'INFO',
'DEBUG',
'ALL'
],
'FifoThroughputLimit': [
'perQueue',
'perMessageGroupId'
],
'FifoThroughputScope': [
'Topic',
'MessageGroup'
],
'FileAssetPackaging': [
'zip',
'file'
],
'FileSystemType': [
'ext3',
'ext4',
'xfs',
'ntfs'
],
'FileSystemTypeVersion': [
'2.10',
'2.12',
'2.15'
],
'FilterOrPolicyType': [
0,
1
],
'FirehoseRecordSeparator': [
'\n',
'\t',
'\r\n',
','
],
'FirelensConfigFileType': [
's3',
'file'
],
'FirelensLogRouterType': [
'fluentbit',
'fluentd'
],
'FlagType': [
0,
1,
2,
3
],
'FleetComputeType': [
'BUILD_GENERAL1_SMALL',
'BUILD_GENERAL1_MEDIUM',
'BUILD_GENERAL1_LARGE',
'BUILD_GENERAL1_XLARGE',
'BUILD_GENERAL1_2XLARGE',
'ATTRIBUTE_BASED_COMPUTE'
],
'FlowLogDestinationType': [
'cloud-watch-logs',
's3',
'kinesis-data-firehose'
],
'FlowLogFileFormat': [
'plain-text',
'parquet'
],
'FlowLogMaxAggregationInterval': [
60,
600
],
'FlowLogTrafficType': [
'ACCEPT',
'ALL',
'REJECT'
],
'FollowMode': [
'never',
'always',
'external',
'internal-only'
],
'Frequency': [
'DAILY',
'WEEKLY',
'BIWEEKLY',
'MONTHLY'
],
'FunctionEventType': [
'viewer-request',
'viewer-response'
],
'FunctionRuntimeFamily': [
'APPSYNC_JS'
],
'FunctionUrlAuthType': [
'AWS_IAM',
'NONE'
],
'GelfCompressionType': [
'gzip',
'zlib',
'none'
],
'GitHubTrigger': [
'None',
'Poll',
'WebHook'
],
'GitPullRequestEvent': [
'OPEN',
'UPDATED',
'CLOSED'
],
'GlueVersion': [
'0.9',
'1.0',
'2.0',
'3.0',
'4.0',
'5.0'
],
'GraphWidgetView': [
'timeSeries',
'bar',
'pie'
],
'GrowthType': [
'LINEAR',
'EXPONENTIAL'
],
'GrpcRetryEvent': [
'cancelled',
'deadline-exceeded',
'internal',
'resource-exhausted',
'unavailable'
],
'HandlerBehavior': [
'CODE',
'DIRECT'
],
'HandlerName': [
'user',
'table',
'user-table-privileges'
],
'HeadersFrameOption': [
'DENY',
'SAMEORIGIN'
],
'HeadersReferrerPolicy': [
'no-referrer',
'no-referrer-when-downgrade',
'origin',
'origin-when-cross-origin',
'same-origin',
'strict-origin',
'strict-origin-when-cross-origin',
'unsafe-url'
],
'HealthCheckProtocol': [
'TCP',
'HTTP',
'HTTPS'
],
'HealthCheckProtocolType': [
'HTTP',
'TCP'
],
'HealthCheckType': [
'HTTP',
'HTTPS',
'TCP'
],
'HttpAuthorizerType': [
'AWS_IAM',
'JWT',
'REQUEST'
],
'HttpCodeElb': [
'HTTPCode_ELB_3XX_Count',
'HTTPCode_ELB_4XX_Count',
'HTTPCode_ELB_5XX_Count',
'HTTPCode_ELB_500_Count',
'HTTPCode_ELB_502_Count',
'HTTPCode_ELB_503_Count',
'HTTPCode_ELB_504_Count'
],
'HttpCodeTarget': [
'HTTPCode_Target_2XX_Count',
'HTTPCode_Target_3XX_Count',
'HTTPCode_Target_4XX_Count',
'HTTPCode_Target_5XX_Count'
],
'HttpConnectionType': [
'VPC_LINK',
'INTERNET'
],
'HttpIntegrationSubtype': [
'EventBridge-PutEvents',
'SQS-SendMessage',
'SQS-ReceiveMessage',
'SQS-DeleteMessage',
'SQS-PurgeQueue',
'AppConfig-GetConfiguration',
'Kinesis-PutRecord',
'StepFunctions-StartExecution',
'StepFunctions-StartSyncExecution',
'StepFunctions-StopExecution'
],
'HttpIntegrationType': [
'HTTP_PROXY',
'AWS_PROXY'
],
'HttpLambdaResponseType': [
0,
1
],
'HttpMethod': [
'GET',
'POST',
'PUT',
'DELETE',
'PATCH',
'HEAD',
'OPTIONS'
],
'HttpMethods': [
'GET',
'POST',
'PUT',
'DELETE',
'PATCH',
'HEAD'
],
'HttpRetryEvent': [
'server-error',
'gateway-error',
'client-error',
'stream-error'
],
'HttpRouteAuthorizationType': [
'AWS_IAM',
'JWT',
'CUSTOM',
'NONE'
],
'HttpRouteMethod': [
'GET',
'HEAD',
'POST',
'PUT',
'DELETE',
'CONNECT',
'OPTIONS',
'TRACE',
'PATCH'
],
'HttpRouteProtocol': [
'http',
'https'
],
'HttpVersion': [
'http1.1',
'http2',
'http2and3',
'http3'
],
'IdentityPoolProviderType': [
'Facebook',
'Google',
'Amazon',
'Apple',
'Twitter',
'OpenId',
'Saml',
'UserPool',
'Custom'
],
'IdentityType': [
'IRSA',
'POD_IDENTITY'
],
'IgnoreMode': [
'glob',
'git',
'docker'
],
'ImageId': [
'amazonlinux-2-x86_64',
'amazonlinux-2023-x86_64',
'ubuntu-18.04-x86_64',
'ubuntu-22.04-x86_64'
],
'ImagePullPolicy': [
'Always',
'IfNotPresent',
'Never'
],
'ImagePullPrincipalType': [
'CODEBUILD',
'SERVICE_ROLE'
],
'ImageRepositoryType': [
'ECR_PUBLIC',
'ECR'
],
'IncludeExecutionData': [
'ALL'
],
'InitElementType': [
'PACKAGE',
'GROUP',
'USER',
'SOURCE',
'FILE',
'COMMAND',
'SERVICE'
],
'InitPlatform': [
'WINDOWS',
'LINUX'
],
'InputCompressionType': [
'GZIP',
'ZSTD',
'NONE'
],
'InputMode': [
'Pipe',
'File',
'FastFile'
],
'InputType': [
0,
1
],
'InstanceArchitecture': [
'arm64',
'x86_64'
],
'InstanceClass': [
'standard3',
'm3',
'standard4',
'm4',
'standard5',
'm5',
'standard5-nvme-drive',
'm5d',
'standard5-amd',
'm5a',
'standard5-amd-nvme-drive',
'm5ad',
'standard5-high-performance',
'm5n',
'standard5-nvme-drive-high-performance',
'm5dn',
'standard5-high-compute',
'm5zn',
'memory3',
'r3',
'memory4',
'r4',
'memory5',
'r5',
'memory6-amd',
'r6a',
'memory6-intel',
'r6i',
'memory6-intel-nvme-drive',
'r6id',
'memory6-intel-high-performance',
'r6in',
'memory6-intel-nvme-drive-high-performance',
'r6idn',
'memory5-high-performance',
'r5n',
'memory5-nvme-drive',
'r5d',
'memory5-nvme-drive-high-performance',
'r5dn',
'memory5-amd',
'r5a',
'memory5-amd-nvme-drive',
'r5ad',
'high-memory-3tb-1',
'u-3tb1',
'high-memory-6tb-1',
'u-6tb1',
'high-memory-9tb-1',
'u-9tb1',
'high-memory-12tb-1',
'u-12tb1',
'high-memory-18tb-1',
'u-18tb1',
'high-memory-24tb-1',
'u-24tb1',
'high-memory-6tb-7',
'u7i-6tb',
'high-memory-8tb-7',
'u7i-8tb',
'high-memory-12tb-7',
'u7i-12tb',
'high-memory-high-network-16tb-7',
'u7in-16tb',
'high-memory-high-network-24tb-7',
'u7in-24tb',
'high-memory-high-network-32tb-7',
'u7in-32tb',
'high-memory-high-network-hpe-32tb-7',
'u7inh-32tb',
'memory5-ebs-optimized',
'r5b',
'memory6-graviton',
'r6g',
'memory6-graviton2-nvme-drive',
'r6gd',
'memory7-graviton',
'r7g',
'memory7-graviton3-nvme-drive',
'r7gd',
'memory7-intel-base',
'r7i',
'memory7-intel',
'r7iz',
'memory7-amd',
'r7a',
'memory8-graviton',
'r8g',
'compute3',
'c3',
'compute4',
'c4',
'compute5',
'c5',
'compute5-nvme-drive',
'c5d',
'compute5-amd',
'c5a',
'compute5-amd-nvme-drive',
'c5ad',
'compute5-high-performance',
'c5n',
'compute6-intel',
'c6i',
'compute6-intel-nvme-drive',
'c6id',
'compute6-intel-high-performance',
'c6in',
'compute6-amd',
'c6a',
'compute6-graviton2',
'c6g',
'compute7-graviton3',
'c7g',
'compute8-graviton4',
'c8g',
'compute6-graviton2-nvme-drive',
'c6gd',
'compute7-graviton3-nvme-drive',
'c7gd',
'compute6-graviton2-high-network-bandwidth',
'c6gn',
'compute7-graviton3-high-network-bandwidth',
'c7gn',
'compute7-intel',
'c7i',
'compute7-intel-flex',
'c7i-flex',
'compute7-amd',
'c7a',
'storage2',
'd2',
'storage3',
'd3',
'storage3-enhanced-network',
'd3en',
'storage-compute-1',
'h1',
'training-accelerator1',
'trn1',
'training-accelerator1-enhanced-network',
'trn1n',
'training-accelerator2',
'trn2',
'training-accelerator2-ultraserver',
'trn2u',
'io3',
'i3',
'io3-dense-nvme-drive',
'i3en',
'io4_intel',
'i4i',
'storage4_graviton',
'i4g',
'storage4-graviton-network-optimized',
'im4gn',
'storage4-graviton-network-storage-optimized',
'is4gen',
'storage7-intel-storage-optimized',
'i7ie',
'storage8-graviton',
'i8g',
'burstable2',
't2',
'burstable3',
't3',
'burstable3-amd',
't3a',
'burstable4-graviton',
't4g',
'memory-intensive-1',
'x1',
'memory-intensive-1-extended',
'x1e',
'memory-intensive-2-graviton2',
'x2g',
'memory-intensive-2-graviton2-nvme-drive',
'x2gd',
'memory_intensive_2_xt_intel',
'x2iedn',
'memory_intensive_2_intel',
'x2idn',
'memory_intensive_2_xtz_intel',
'x2iezn',
'memory-intensive-8-graviton',
'x8g',
'fpga1',
'f1',
'fpga2',
'f2',
'graphics3-small',
'g3s',
'graphics3',
'g3',
'graphics4-nvme-drive-high-performance',
'g4dn',
'graphics4-amd-nvme-drive',
'g4ad',
'graphics5',
'g5',
'graphics5-graviton2',
'g5g',
'graphics6',
'g6',
'graphics6-efficient',
'g6e',
'graphics-ram-6',
'gr6',
'parallel2',
'p2',
'parallel3',
'p3',
'parallel3-nvme-drive-high-performance',
'p3dn',
'parallel4-nvme-drive-extended',
'p4de',
'parallel4',
'p4d',
'parallel5',
'p5',
'parallel5-extended',
'p5e',
'parallel5-extended-network',
'p5en',
'arm1',
'a1',
'standard6-graviton',
'm6g',
'standard6-intel',
'm6i',
'standard6-intel-nvme-drive',
'm6id',
'standard6-intel-high-performance',
'm6in',
'standard6-intel-nvme-drive-high-performance',
'm6idn',
'standard6-amd',
'm6a',
'standard6-graviton2-nvme-drive',
'm6gd',
'standard7-graviton',
'm7g',
'standard8-graviton',
'm8g',
'standard7-graviton3-nvme-drive',
'm7gd',
'standard7-intel',
'm7i',
'standard7-intel-flex',
'm7i-flex',
'standard7-amd',
'm7a',
'high-compute-memory1',
'z1d',
'inference1',
'inf1',
'inference2',
'inf2',
'macintosh1-intel',
'mac1',
'macintosh2-m1',
'mac2',
'macintosh2-m2',
'mac2-m2',
'macintosh2-m2-pro',
'mac2-m2pro',
'macintosh2-m1-ultra',
'mac2-m1ultra',
'video-transcoding1',
'vt1',
'high-performance-computing6-amd',
'hpc6a',
'high-performance-computing6-intel-nvme-drive',
'hpc6id',
'high-performance-computing7-amd',
'hpc7a',
'high-performance-computing7-graviton',
'hpc7g',
'deep-learning1',
'dl1',
'deep-learning2-qualcomm',
'dl2q'
],
'InstanceInitiatedShutdownBehavior': [
'stop',
'terminate'
],
'InstanceSize': [
'nano',
'micro',
'small',
'medium',
'large',
'xlarge',
'2xlarge',
'3xlarge',
'4xlarge',
'6xlarge',
'8xlarge',
'9xlarge',
'10xlarge',
'12xlarge',
'16xlarge',
'18xlarge',
'24xlarge',
'32xlarge',
'48xlarge',
'56xlarge',
'96xlarge',
'112xlarge',
'224xlarge',
'480xlarge',
'metal',
'metal-16xl',
'metal-24xl',
'metal-32xl',
'metal-48xl'
],
'InstanceType': [
'PROVISIONED',
'SERVERLESS_V2'
],
'InstanceUpdateBehaviour': [
'BULK',
'ROLLING'
],
'InsufficientDataHealthStatusEnum': [
'Healthy',
'Unhealthy',
'LastKnownStatus'
],
'IntegrationPattern': [
'REQUEST_RESPONSE',
'RUN_JOB',
'WAIT_FOR_TASK_TOKEN'
],
'IntegrationType': [
'AWS',
'AWS_PROXY',
'HTTP',
'HTTP_PROXY',
'MOCK'
],
'IntendedUse': [
'SingleUse',
'Storage'
],
'IntrospectionConfig': [
'ENABLED',
'DISABLED'
],
'InvalidCharHandlingAction': [
'DISABLED',
'FAIL',
'SET_TO_NULL',
'DROP_ROW',
'REPLACE'
],
'InventoryFormat': [
'CSV',
'Parquet',
'ORC'
],
'InventoryFrequency': [
'Daily',
'Weekly'
],
'InventoryObjectVersion': [
'All',
'Current'
],
'InvocationHttpResponseCode': [
'Invocation4XXErrors',
'Invocation5XXErrors'
],
'InvocationType': [
'RequestResponse',
'Event',
'DryRun'
],
'InvokeMode': [
'BUFFERED',
'RESPONSE_STREAM'
],
'IpAddressType': [
'ipv4',
'dualstack',
'dualstack-without-public-ipv4'
],
'IpFamily': [
'ipv4',
'ipv6'
],
'IpPreference': [
'IPv4_ONLY',
'IPv4_PREFERRED',
'IPv6_ONLY',
'IPv6_PREFERRED'
],
'IpProtocol': [
'Ipv4_Only',
'Dual_Stack'
],
'IpamPoolPublicIpSource': [
'byoip',
'amazon'
],
'IpamScopeType': [
'default',
'custom'
],
'IpcMode': [
'none',
'host',
'task'
],
'JenkinsActionType': [
0,
1
],
'JitterType': [
'FULL',
'NONE'
],
'JobBookmarksEncryptionMode': [
'CSE-KMS'
],
'JobLanguage': [
'scala',
'python'
],
'JobState': [
'SUCCEEDED',
'FAILED',
'TIMEOUT',
'STARTING',
'RUNNING',
'STOPPING',
'STOPPED'
],
'JobStateTimeLimitActionsAction': [
'CANCEL'
],
'JobStateTimeLimitActionsReason': [
'CAPACITY:INSUFFICIENT_INSTANCE_CAPACITY',
'MISCONFIGURATION:COMPUTE_ENVIRONMENT_MAX_RESOURCE',
'MISCONFIGURATION:JOB_RESOURCE_REQUIREMENT'
],
'JobStateTimeLimitActionsState': [
'RUNNABLE'
],
'JobType': [
'glueetl',
'gluestreaming',
'pythonshell',
'glueray'
],
'JsonSchemaType': [
'null',
'boolean',
'object',
'array',
'number',
'integer',
'string'
],
'JsonSchemaVersion': [
'http://json-schema.org/draft-04/schema#',
'http://json-schema.org/draft-07/schema#'
],
'KeyPairFormat': [
'ppk',
'pem'
],
'KeyPairType': [
'rsa',
'ed25519'
],
'KeySigningKeyStatus': [
'ACTIVE',
'INACTIVE'
],
'KeySpec': [
'SYMMETRIC_DEFAULT',
'RSA_2048',
'RSA_3072',
'RSA_4096',
'ECC_NIST_P256',
'ECC_NIST_P384',
'ECC_NIST_P521',
'ECC_SECG_P256K1',
'HMAC_224',
'HMAC_256',
'HMAC_384',
'HMAC_512',
'SM2'
],
'KeyUsage': [
'ENCRYPT_DECRYPT',
'SIGN_VERIFY',
'GENERATE_VERIFY_MAC',
'KEY_AGREEMENT'
],
'KinesisStartingPosition': [
'TRIM_HORIZON',
'LATEST',
'AT_TIMESTAMP'
],
'LambdaEdgeEventType': [
'origin-request',
'origin-response',
'viewer-request',
'viewer-response'
],
'LambdaFunctionInvocationType': [
'FIRE_AND_FORGET',
'REQUEST_RESPONSE'
],
'LambdaInvocationType': [
'RequestResponse',
'Event',
'DryRun'
],
'LambdaInvokeType': [
'EVENT',
'REQUEST_RESPONSE'
],
'LambdaVersion': [
'V1_0',
'V2_0',
'V3_0'
],
'LatencyMode': [
'LOW',
'NORMAL'
],
'LaunchTemplateHttpTokens': [
'optional',
'required'
],
'LaunchType': [
'EC2',
'FARGATE',
'EXTERNAL'
],
'LegendPosition': [
'bottom',
'right',
'hidden'
],
'LicenseModel': [
'license-included',
'bring-your-own-license',
'general-public-license'
],
'LifecycleLabel': [
'OnDemand',
'Ec2Spot'
],
'LifecyclePolicy': [
'AFTER_1_DAY',
'AFTER_7_DAYS',
'AFTER_14_DAYS',
'AFTER_30_DAYS',
'AFTER_60_DAYS',
'AFTER_90_DAYS',
'AFTER_180_DAYS',
'AFTER_270_DAYS',
'AFTER_365_DAYS'
],
'LifecycleTransition': [
'autoscaling:EC2_INSTANCE_LAUNCHING',
'autoscaling:EC2_INSTANCE_TERMINATING'
],
'LoadBalancerGeneration': [
0,
1
],
'LoadBalancerIpAddressType': [
'ipv4',
'dualstack',
'dualstack-without-public-ipv4'
],
'LoadBalancingProtocol': [
'tcp',
'ssl',
'http',
'https'
],
'LocalCacheMode': [
'LOCAL_SOURCE_CACHE',
'LOCAL_DOCKER_LAYER_CACHE',
'LOCAL_CUSTOM_CACHE'
],
'LockFile': [
'package-lock.json',
'yarn.lock',
'bun.lockb',
'pnpm-lock.yaml'
],
'LogFormat': [
'Text',
'JSON'
],
'LogGroupClass': [
'STANDARD',
'INFREQUENT_ACCESS'
],
'LogLevel': [
'OFF',
'ALL',
'ERROR',
'FATAL'
],
'LogQueryVisualizationType': [
'table',
'line',
'stackedarea',
'bar',
'pie'
],
'LogType': [
'None',
'Tail'
],
'LoggingFormat': [
'Text',
'JSON'
],
'LoggingLevel': [
'ERROR',
'INFO',
'NONE'
],
'LoggingProtocol': [
'http/s',
'sqs',
'lambda',
'firehose',
'application'
],
'LustreAutoImportPolicy': [
'NONE',
'NEW',
'NEW_CHANGED',
'NEW_CHANGED_DELETED'
],
'LustreDataCompressionType': [
'NONE',
'LZ4'
],
'LustreDeploymentType': [
'SCRATCH_1',
'SCRATCH_2',
'PERSISTENT_1',
'PERSISTENT_2'
],
'MachineImageType': [
0,
1
],
'MachineType': [
'GENERAL',
'NVME'
],
'MailFromBehaviorOnMxFailure': [
'USE_DEFAULT_VALUE',
'REJECT_MESSAGE'
],
'MaintenanceTrackName': [
'current',
'trailing'
],
'ManagedLoginVersion': [
1,
2
],
'ManagementEventSources': [
'kms.amazonaws.com',
'rdsdata.amazonaws.com'
],
'MaxCapacity': [
0.0625,
1
],
'MaximumExecutionFrequency': [
'One_Hour',
'Three_Hours',
'Six_Hours',
'Twelve_Hours',
'TwentyFour_Hours'
],
'MaximumResolution': [
'FULL_HD',
'HD',
'SD'
],
'MergeType': [
'MANUAL_MERGE',
'AUTO_MERGE'
],
'MeshFilterType': [
'ALLOW_ALL',
'DROP_ALL'
],
'MessageAttributeDataType': [
'String',
'String.Array',
'Number',
'Binary'
],
'MessageLanguage': [
'en',
'jp',
'zh'
],
'MessageType': [
'ConfigurationItemChangeNotification',
'OversizedConfigurationItemChangeNotification',
'ScheduledNotification',
'ConfigurationSnapshotDeliveryCompleted'
],
'MetadataType': [
'aws:cdk:analytics:construct',
'aws:cdk:analytics:method',
'aws:cdk:analytics:featureflag'
],
'MethodLoggingLevel': [
'OFF',
'ERROR',
'INFO'
],
'MetricAggregationType': [
'Average',
'Minimum',
'Maximum'
],
'MetricType': [
'EventCount'
],
'MetricsLevel': [
'APPLICATION',
'TASK',
'OPERATOR',
'PARALLELISM'
],
'Mfa': [
'OFF',
'OPTIONAL',
'ON'
],
'Mode': [
'SingleModel',
'MultiModel'
],
'MonitorType': [
0,
1
],
'Monitoring': [
0,
1
],
'MqttQualityOfService': [
0,
1
],
'MutualAuthenticationMode': [
'off',
'passthrough',
'verify'
],
'NamespaceType': [
'HTTP',
'DNS_PRIVATE',
'DNS_PUBLIC'
],
'NatConnectivityType': [
'public',
'private'
],
'NatTrafficDirection': [
'OUTBOUND_ONLY',
'INBOUND_AND_OUTBOUND',
'NONE'
],
'NetworkLoadBalancedServiceRecordType': [
0,
1,
2
],
'NetworkMode': [
'none',
'bridge',
'awsvpc',
'host',
'nat'
],
'NetworkType': [
'IPV4',
'DUAL'
],
'NodeType': [
'coordinator'
],
'NodegroupAmiType': [
'AL2_x86_64',
'AL2_x86_64_GPU',
'AL2_ARM_64',
'BOTTLEROCKET_ARM_64',
'BOTTLEROCKET_x86_64',
'BOTTLEROCKET_ARM_64_NVIDIA',
'BOTTLEROCKET_x86_64_NVIDIA',
'BOTTLEROCKET_ARM_64_FIPS',
'BOTTLEROCKET_x86_64_FIPS',
'WINDOWS_CORE_2019_x86_64',
'WINDOWS_CORE_2022_x86_64',
'WINDOWS_FULL_2019_x86_64',
'WINDOWS_FULL_2022_x86_64',
'AL2023_x86_64_STANDARD',
'AL2023_x86_64_NEURON',
'AL2023_x86_64_NVIDIA',
'AL2023_ARM_64_STANDARD'
],
'NumericOverflowHandlingAction': [
'DISABLED',
'FAIL',
'SET_TO_NULL',
'DROP_ROW'
],
'ObjectLockMode': [
'GOVERNANCE',
'COMPLIANCE'
],
'ObjectOwnership': [
'BucketOwnerEnforced',
'BucketOwnerPreferred',
'ObjectWriter'
],
'OidcAttributeRequestMethod': [
'GET',
'POST'
],
'OnDemandAllocationStrategy': [
'prioritized',
'lowest-price'
],
'OnPartialBatchItemFailure': [
'AUTOMATIC_BISECT'
],
'OperatingSystem': [
'AMAZON_LINUX',
'AMAZON_LINUX_2',
'AMAZON_LINUX_2023',
'WINDOWS_2012',
'WINDOWS_2016'
],
'OperatingSystemType': [
0,
1,
2
],
'Operation': [
'GetItem',
'BatchGetItem',
'Scan',
'Query',
'GetRecords',
'PutItem',
'DeleteItem',
'UpdateItem',
'BatchWriteItem',
'TransactWriteItems',
'TransactGetItems',
'ExecuteTransaction',
'BatchExecuteStatement',
'ExecuteStatement'
],
'Operator': [
'AND',
'OR',
'NOT'
],
'OpsItemCategory': [
'Availability',
'Cost',
'Performance',
'Recovery',
'Security'
],
'OpsItemSeverity': [
'1',
'2',
'3',
'4'
],
'OrcColumnMappingType': [
'name',
'position'
],
'OriginAccessControlOriginType': [
's3',
'lambda',
'mediastore',
'mediapackagev2'
],
'OriginProtocolPolicy': [
'http-only',
'match-viewer',
'https-only'
],
'OriginSelectionCriteria': [
'default',
'media-quality-based'
],
'OriginSslPolicy': [
'SSLv3',
'TLSv1',
'TLSv1.1',
'TLSv1.2'
],
'OutOfInfrequentAccessPolicy': [
'AFTER_1_ACCESS'
],
'OutputFormat': [
'cjs',
'esm'
],
'OutputType': [
'JSON',
'JSONL'
],
'ParameterDataType': [
'text',
'aws:ec2:image'
],
'ParameterTier': [
'Advanced',
'Intelligent-Tiering',
'Standard'
],
'ParameterType': [
'String',
'SecureString',
'StringList',
'AWS::EC2::Image::Id'
],
'ParameterValueType': [
'String',
'AWS::EC2::AvailabilityZone::Name',
'AWS::EC2::Image::Id',
'AWS::EC2::Instance::Id',
'AWS::EC2::KeyPair::KeyName',
'AWS::EC2::SecurityGroup::GroupName',
'AWS::EC2::SecurityGroup::Id',
'AWS::EC2::Subnet::Id',
'AWS::EC2::Volume::Id',
'AWS::EC2::VPC::Id',
'AWS::Route53::HostedZone::Id'
],
'ParamsAndSecretsLogLevel': [
'debug',
'info',
'warn',
'error',
'none'
],
'ParamsAndSecretsVersions': [
'1.0.103'
],
'Partition': [
'aws',
'aws-cn',
'aws-us-gov',
'aws-iso',
'aws-iso-b',
'aws-iso-f',
'aws-iso-e'
],
'PartitionDateSource': [
'EventTime',
'DeliveryTime'
],
'PasskeyUserVerification': [
'preferred',
'required'
],
'PassthroughBehavior': [
'WHEN_NO_MATCH',
'NEVER',
'WHEN_NO_TEMPLATES'
],
'PatchType': [
'json',
'merge',
'strategic'
],
'PerformanceInsightRetention': [
7,
31,
62,
93,
124,
155,
186,
217,
248,
279,
310,
341,
372,
403,
434,
465,
496,
527,
558,
589,
620,
651,
682,
713,
731
],
'PerformanceMode': [
'generalPurpose',
'maxIO'
],
'Period': [
'DAY',
'WEEK',
'MONTH'
],
'PeriodOverride': [
'auto',
'inherit'
],
'PidMode': [
'host',
'task'
],
'PipeVariable': [
'<aws.pipes.pipe-arn>',
'<aws.pipes.pipe-name>',
'<aws.pipes.source-arn>',
'<aws.pipes.enrichment-arn>',
'<aws.pipes.target-arn>',
'<aws.pipes.event.ingestion-time>',
'<aws.pipes.event>',
'<aws.pipes.event.json>'
],
'PipelineNotificationEvents': [
'codepipeline-pipeline-pipeline-execution-failed',
'codepipeline-pipeline-pipeline-execution-canceled',
'codepipeline-pipeline-pipeline-execution-started',
'codepipeline-pipeline-pipeline-execution-resumed',
'codepipeline-pipeline-pipeline-execution-succeeded',
'codepipeline-pipeline-pipeline-execution-superseded',
'codepipeline-pipeline-stage-execution-started',
'codepipeline-pipeline-stage-execution-succeeded',
'codepipeline-pipeline-stage-execution-resumed',
'codepipeline-pipeline-stage-execution-canceled',
'codepipeline-pipeline-stage-execution-failed',
'codepipeline-pipeline-action-execution-succeeded',
'codepipeline-pipeline-action-execution-failed',
'codepipeline-pipeline-action-execution-canceled',
'codepipeline-pipeline-action-execution-started',
'codepipeline-pipeline-manual-approval-failed',
'codepipeline-pipeline-manual-approval-needed',
'codepipeline-pipeline-manual-approval-succeeded'
],
'PipelineType': [
'V1',
'V2'
],
'PlacementGroupSpreadLevel': [
'host',
'rack'
],
'PlacementGroupStrategy': [
'cluster',
'partition',
'spread'
],
'Platform': [
'x86-64',
'ARM64'
],
'Policy': [
'ALLOW',
'REQUIRE'
],
'PolicyValidationReportStatusBeta1': [
'success',
'failure'
],
'PoliticalView': [
'IND'
],
'PoolState': [
'Hibernated',
'Running',
'Stopped'
],
'PositionFiltering': [
'TimeBased',
'DistanceBased',
'AccuracyBased'
],
'PredefinedMetric': [
'ASGAverageCPUUtilization',
'ASGAverageNetworkIn',
'ASGAverageNetworkOut',
'ALBRequestCountPerTarget'
],
'PredicateLogical': [
'AND',
'ANY'
],
'Preset': [
'CONSTRAINED_BANDWIDTH_DELIVERY',
'HIGHER_BANDWIDTH_DELIVERY'
],
'PriceClass': [
'PriceClass_100',
'PriceClass_200',
'PriceClass_All'
],
'PriorityType': [
'LATENCY',
'COST',
'DESTINATION',
'LOCATION'
],
'ProcessorMode': [
'INLINE',
'DISTRIBUTED'
],
'ProcessorType': [
'STANDARD',
'EXPRESS'
],
'ProjectNotificationEvents': [
'codebuild-project-build-state-failed',
'codebuild-project-build-state-succeeded',
'codebuild-project-build-state-in-progress',
'codebuild-project-build-state-stopped',
'codebuild-project-build-phase-failure',
'codebuild-project-build-phase-success'
],
'ProjectVisibility': [
'PUBLIC_READ',
'PRIVATE'
],
'ProjectionType': [
'KEYS_ONLY',
'INCLUDE',
'ALL'
],
'PropagatedTagSource': [
'SERVICE',
'TASK_DEFINITION',
'NONE'
],
'Protocol': [
'HTTP',
'HTTPS',
'TCP',
'TLS',
'UDP',
'TCP_UDP'
],
'ProviderType': [
'CodeStarSourceConnection'
],
'PythonVersion': [
'2',
'3',
'3.9'
],
'QueryLanguage': [
'JSONPath',
'JSONata'
],
'QueueEncryption': [
'NONE',
'KMS_MANAGED',
'KMS',
'SQS_MANAGED'
],
'ReadWriteType': [
'ReadOnly',
'WriteOnly',
'All',
'None'
],
'ReceiptFilterPolicy': [
'Allow',
'Block'
],
'RecordType': [
'A',
'AAAA',
'CAA',
'CNAME',
'DS',
'HTTPS',
'MX',
'NAPTR',
'NS',
'PTR',
'SOA',
'SPF',
'SRV',
'SSHFP',
'SVCB',
'TLSA',
'TXT'
],
'RecordWrapperType': [
'None',
'RecordIO'
],
'RecordingMode': [
'INTERVAL',
'DISABLED'
],
'RecursiveLoop': [
'Allow',
'Terminate'
],
'RedirectProtocol': [
'http',
'https'
],
'RedirectStatus': [
'200',
'301',
'302',
'404',
'404-200'
],
'RedrivePermission': [
'allowAll',
'denyAll',
'byQueue'
],
'ReferenceRendering': [
0,
1
],
'RegistryType': [
'private',
'public'
],
'RemovalPolicy': [
'destroy',
'retain',
'snapshot',
'retain-on-update-or-delete'
],
'RenditionSelection': [
'ALL',
'NONE',
'CUSTOM'
],
'ReplicationOverwriteProtection': [
'ENABLED',
'DISABLED'
],
'ReportGroupType': [
'TEST',
'CODE_COVERAGE'
],
'RepositoryEventTrigger': [
'all',
'updateReference',
'createReference',
'deleteReference'
],
'RepositoryNotificationEvents': [
'codecommit-repository-comments-on-commits',
'codecommit-repository-comments-on-pull-requests',
'codecommit-repository-approvals-status-changed',
'codecommit-repository-approvals-rule-override',
'codecommit-repository-pull-request-created',
'codecommit-repository-pull-request-source-updated',
'codecommit-repository-pull-request-status-changed',
'codecommit-repository-pull-request-merged',
'codecommit-repository-branches-and-tags-created',
'codecommit-repository-branches-and-tags-deleted',
'codecommit-repository-branches-and-tags-updated'
],
'RepositoryVisibility': [
0,
1
],
'Resolution': [
'FULL_HD',
'HD',
'SD',
'LOWEST_RESOLUTION'
],
'ResolutionTypeHint': [
'string',
'number',
'string-list'
],
'ResourceAction': [
'pause-cluster',
'resume-cluster',
'failover-primary-compute'
],
'RestApiMode': [
'overwrite',
'merge'
],
'Result': [
'ROLLBACK',
'FAIL',
'RETRY',
'SKIP'
],
'RetentionDays': [
1,
3,
5,
7,
14,
30,
60,
90,
120,
150,
180,
365,
400,
545,
731,
1096,
1827,
2192,
2557,
2922,
3288,
3653,
9999
],
'RetryMode': [
'ALL_ACTIONS',
'FAILED_ACTIONS'
],
'RevisionType': [
'COMMIT_ID',
'IMAGE_DIGEST',
'S3_OBJECT_VERSION_ID',
'S3_OBJECT_KEY'
],
'RevocationType': [
'CRL'
],
'RoleMappingMatchType': [
'Equals',
'Contains',
'StartsWith',
'NotEqual'
],
'RouterType': [
'CarrierGateway',
'EgressOnlyInternetGateway',
'Gateway',
'Instance',
'LocalGateway',
'NatGateway',
'NetworkInterface',
'TransitGateway',
'VpcPeeringConnection',
'VpcEndpoint'
],
'RoutingPolicy': [
'WEIGHTED',
'MULTIVALUE'
],
'Runtime': [
'nodejs18.x',
'python3.9',
'python3.10',
'python3.11'
],
'RuntimeFamily': [
0,
1,
2
],
'S3DataDistributionType': [
'FullyReplicated',
'ShardedByS3Key'
],
'S3DataType': [
'ManifestFile',
'S3Prefix',
'AugmentedManifestFile'
],
'S3EncryptionMode': [
'SSE-S3',
'SSE-KMS'
],
'S3OutputFormat': [
'plain',
'json',
'w3c'
],
'S3Trigger': [
'None',
'Poll',
'Events'
],
'SSLMethod': [
'sni-only',
'vip',
'static-ip'
],
'ScalingEvent': [
'autoscaling:EC2_INSTANCE_LAUNCH',
'autoscaling:EC2_INSTANCE_TERMINATE',
'autoscaling:EC2_INSTANCE_TERMINATE_ERROR',
'autoscaling:EC2_INSTANCE_LAUNCH_ERROR',
'autoscaling:TEST_NOTIFICATION'
],
'ScalingMode': [
'STANDARD',
'MANAGED'
],
'ScalingProcess': [
'Launch',
'Terminate',
'HealthCheck',
'ReplaceUnhealthy',
'AZRebalance',
'AlarmNotification',
'ScheduledActions',
'AddToLoadBalancer',
'InstanceRefresh'
],
'Scope': [
'task',
'shared'
],
'SecurityPolicy': [
'TLS_1_0',
'TLS_1_2'
],
'SecurityPolicyProtocol': [
'SSLv3',
'TLSv1',
'TLSv1_2016',
'TLSv1.1_2016',
'TLSv1.2_2018',
'TLSv1.2_2019',
'TLSv1.2_2021'
],
'ServerSideEncryption': [
'AES256',
'aws:kms',
'aws:kms:dsse'
],
'ServiceIntegrationPattern': [
'FIRE_AND_FORGET',
'SYNC',
'WAIT_FOR_TASK_TOKEN'
],
'ServiceManager': [
0,
1,
2
],
'ServiceNamespace': [
'ecs',
'elasticmapreduce',
'ec2',
'appstream',
'dynamodb',
'rds',
'sagemaker',
'custom-resource',
'lambda',
'comprehend',
'kafka',
'elasticache',
'neptune',
'cassandra',
'workspaces'
],
'Shading': [
'none',
'above',
'below'
],
'SharePermission': [
0,
1
],
'SigningAlgorithm': [
'rsa-sha256'
],
'SigningBehavior': [
'always',
'never',
'no-override'
],
'SigningProtocol': [
'sigv4'
],
'SizeRoundingBehavior': [
0,
1,
2
],
'SnsActionMessageFormat': [
'RAW',
'JSON'
],
'SourceMapMode': [
'default',
'external',
'inline',
'both'
],
'SourceType': [
'lambda',
'sqs',
'sns',
'events'
],
'SplitType': [
'None',
'Line',
'RecordIO',
'TFRecord'
],
'SplunkLogFormat': [
'inline',
'json',
'raw'
],
'SpotAllocationStrategy': [
'lowest-price',
'capacity-optimized',
'capacity-optimized-prioritized',
'price-capacity-optimized'
],
'SpotInstanceInterruption': [
'stop',
'terminate',
'hibernate'
],
'SpotRequestType': [
'one-time',
'persistent'
],
'SslPolicy': [
'ELBSecurityPolicy-TLS13-1-2-2021-06',
'ELBSecurityPolicy-2016-08',
'ELBSecurityPolicy-TLS13-1-2-Res-2021-06',
'ELBSecurityPolicy-TLS13-1-2-Ext1-2021-06',
'ELBSecurityPolicy-TLS13-1-2-Ext2-2021-06',
'ELBSecurityPolicy-TLS13-1-0-2021-06',
'ELBSecurityPolicy-TLS13-1-1-2021-06',
'ELBSecurityPolicy-TLS13-1-3-2021-06',
'ELBSecurityPolicy-TLS13-1-3-FIPS-2023-04',
'ELBSecurityPolicy-TLS13-1-2-Res-FIPS-2023-04',
'ELBSecurityPolicy-TLS13-1-2-FIPS-2023-04',
'ELBSecurityPolicy-TLS13-1-2-Ext0-FIPS-2023-04',
'ELBSecurityPolicy-TLS13-1-2-Ext1-FIPS-2023-04',
'ELBSecurityPolicy-TLS13-1-2-Ext2-FIPS-2023-04',
'ELBSecurityPolicy-TLS13-1-1-FIPS-2023-04',
'ELBSecurityPolicy-TLS13-1-0-FIPS-2023-04',
'ELBSecurityPolicy-FS-1-2-Res-2020-10',
'ELBSecurityPolicy-FS-1-2-Res-2019-08',
'ELBSecurityPolicy-FS-1-2-2019-08',
'ELBSecurityPolicy-FS-1-1-2019-08',
'ELBSecurityPolicy-FS-2018-06',
'ELBSecurityPolicy-TLS-1-2-2017-01',
'ELBSecurityPolicy-TLS-1-2-Ext-2018-06',
'ELBSecurityPolicy-TLS-1-1-2017-01',
'ELBSecurityPolicy-TLS-1-0-2015-04'
],
'StackSetOrganizationsAutoDeployment': [
'Enabled',
'Disabled',
'EnabledWithStackRetention'
],
'StandardThreatProtectionMode': [
'ENFORCED',
'AUDIT',
'OFF'
],
'StartingPosition': [
'TRIM_HORIZON',
'LATEST',
'AT_TIMESTAMP'
],
'StateMachineInvocationType': [
'FIRE_AND_FORGET',
'REQUEST_RESPONSE'
],
'StateMachineType': [
'EXPRESS',
'STANDARD'
],
'StateType': [
'Pass',
'Task',
'Choice',
'Wait',
'Succeed',
'Fail',
'Parallel',
'Map'
],
'Statistic': [
'SampleCount',
'Average',
'Sum',
'Minimum',
'Maximum'
],
'Status': [
'pass',
'fail'
],
'Storage': [
'SEQUENTIAL',
'LATEST'
],
'StorageClass': [
'STANDARD',
'REDUCED_REDUNDANCY',
'STANDARD_IA',
'ONEZONE_IA',
'INTELLIGENT_TIERING',
'GLACIER',
'DEEP_ARCHIVE'
],
'StorageMode': [
'LOCAL',
'TIERED'
],
'StorageParameters': [
'skip.header.line.count',
'data_cleansing_enabled',
'compression_type',
'invalid_char_handling',
'replacement_char',
'numeric_overflow_handling',
'surplus_bytes_handling',
'surplus_char_handling',
'column_count_mismatch_handling',
'num_rows',
'serialization.null.format',
'orc.schema.resolution',
'write.parallel',
'write.maxfilesize.mb',
'write.kms.key.id'
],
'StorageType': [
'standard',
'gp2',
'gp3',
'io1',
'io2'
],
'StreamEncryption': [
'NONE',
'KMS',
'MANAGED'
],
'StreamEncryptionType': [
0,
1,
2
],
'StreamMode': [
'PROVISIONED',
'ON_DEMAND'
],
'StreamViewType': [
'NEW_IMAGE',
'OLD_IMAGE',
'NEW_AND_OLD_IMAGES',
'KEYS_ONLY'
],
'Style': [
'VectorEsriNavigation',
'RasterEsriImagery',
'VectorEsriLightGrayCanvas',
'VectorEsriTopographic',
'VectorEsriStreets',
'VectorEsriDarkGrayCanvas',
'VectorHereExplore',
'RasterHereExploreSatellite',
'HybridHereExploreSatellite',
'VectorHereContrast',
'VectorHereExploreTruck',
'VectorGrabStandardLight',
'VectorGrabStandardDark',
'VectorOpenDataStandardLight',
'VectorOpenDataStandardDark',
'VectorOpenDataVisualizationLight',
'VectorOpenDataVisualizationDark'
],
'SubnetType': [
'Isolated',
'Deprecated_Isolated',
'Private',
'Deprecated_Private_NAT',
'Deprecated_Private',
'Public'
],
'SubscriptionProtocol': [
'http',
'https',
'email',
'email-json',
'sms',
'sqs',
'application',
'lambda',
'firehose'
],
'SuppressionReasons': [
'BOUNCES_AND_COMPLAINTS',
'BOUNCES_ONLY',
'COMPLAINTS_ONLY'
],
'SurplusBytesHandlingAction': [
'SET_TO_NULL',
'DISABLED',
'FAIL',
'DROP_ROW',
'TRUNCATE'
],
'SurplusCharHandlingAction': [
'SET_TO_NULL',
'DISABLED',
'FAIL',
'DROP_ROW',
'TRUNCATE'
],
'SymlinkFollowMode': [
'never',
'always',
'external',
'internal-only'
],
'SynthesisMessageLevel': [
'info',
'warning',
'error'
],
'SystemLogLevel': [
'INFO',
'DEBUG',
'WARN'
],
'TLSSecurityPolicy': [
'Policy-Min-TLS-1-0-2019-07',
'Policy-Min-TLS-1-2-2019-07',
'Policy-Min-TLS-1-2-PFS-2023-10'
],
'TableAction': [
0,
1,
2,
3,
4,
5,
6
],
'TableClass': [
'STANDARD',
'STANDARD_INFREQUENT_ACCESS'
],
'TableDistStyle': [
'AUTO',
'EVEN',
'KEY',
'ALL'
],
'TableEncryption': [
'AWS_OWNED',
'CUSTOMER_MANAGED',
'AWS_MANAGED'
],
'TableLayout': [
'horizontal',
'vertical'
],
'TableSortStyle': [
'AUTO',
'COMPOUND',
'INTERLEAVED'
],
'TableSummaryColumn': [
'MIN',
'MAX',
'SUM',
'AVG'
],
'TagMutability': [
'MUTABLE',
'IMMUTABLE'
],
'TagOperation': [
'STRINGEQUALS',
'dummy'
],
'TagStatus': [
'any',
'tagged',
'untagged'
],
'TagType': [
'StandardTag',
'AutoScalingGroupTag',
'StringToStringMap',
'KeyValue',
'NotTaggable'
],
'TaintEffect': [
'NO_SCHEDULE',
'PREFER_NO_SCHEDULE',
'NO_EXECUTE'
],
'TargetGroupIpAddressType': [
'ipv4',
'ipv6'
],
'TargetGroupLoadBalancingAlgorithmType': [
'round_robin',
'least_outstanding_requests',
'weighted_random'
],
'TargetType': [
'instance',
'ip',
'lambda',
'alb'
],
'TcpRetryEvent': [
'connection-error'
],
'TemplateType': [
'Text',
'Object'
],
'TerminationPolicy': [
'AllocationStrategy',
'ClosestToNextInstanceHour',
'Default',
'NewestInstance',
'OldestInstance',
'OldestLaunchConfiguration',
'OldestLaunchTemplate',
'CustomLambdaFunction'
],
'TextWidgetBackground': [
'solid',
'transparent'
],
'ThroughputMode': [
'bursting',
'provisioned',
'elastic'
],
'TimeoutAction': [
'ForceApplyCapacityChange',
'RollbackCapacityChange'
],
'TlsMode': [
'STRICT',
'PERMISSIVE',
'DISABLED'
],
'TlsPolicy': [
'Optional',
'Require'
],
'TmpfsMountOption': [
'defaults',
'ro',
'rw',
'suid',
'nosuid',
'dev',
'nodev',
'exec',
'noexec',
'sync',
'async',
'dirsync',
'remount',
'mand',
'nomand',
'atime',
'noatime',
'diratime',
'nodiratime',
'bind',
'rbind',
'unbindable',
'runbindable',
'private',
'rprivate',
'shared',
'rshared',
'slave',
'rslave',
'relatime',
'norelatime',
'strictatime',
'nostrictatime',
'mode',
'uid',
'gid',
'nr_inodes',
'nr_blocks',
'mpol'
],
'TraceConfigurationVendor': [
'AWSXRAY'
],
'Tracing': [
'Active',
'PassThrough',
'Disabled'
],
'TracingConfig': [
'PassThrough',
'Active'
],
'TrafficDirection': [
0,
1
],
'Transformation': [
'NONE',
'COMPACT',
'FLATTEN'
],
'TransitGatewayFeatureStatus': [
'enable',
'disable'
],
'TransitionDefaultMinimumObjectSize': [
'all_storage_classes_128K',
'varies_by_storage_class'
],
'TransportProtocol': [
'tcp',
'udp'
],
'TreatMissingData': [
'breaching',
'notBreaching',
'ignore',
'missing'
],
'TriggerInvalidation': [
'WHEN_FUNCTION_CHANGES'
],
'URLEncodingFormat': [
'BRACKETS',
'COMMAS',
'DEFAULT',
'INDICES',
'NONE',
'REPEAT'
],
'UlimitName': [
'core',
'cpu',
'data',
'fsize',
'locks',
'memlock',
'msgqueue',
'nice',
'nofile',
'nproc',
'rss',
'rtprio',
'rttime',
'sigpending',
'stack'
],
'UnauthenticatedAction': [
'deny',
'allow',
'authenticate'
],
'Unit': [
'Seconds',
'Microseconds',
'Milliseconds',
'Bytes',
'Kilobytes',
'Megabytes',
'Gigabytes',
'Terabytes',
'Bits',
'Kilobits',
'Megabits',
'Gigabits',
'Terabits',
'Percent',
'Count',
'Bytes/Second',
'Kilobytes/Second',
'Megabytes/Second',
'Gigabytes/Second',
'Terabytes/Second',
'Bits/Second',
'Kilobits/Second',
'Megabits/Second',
'Gigabits/Second',
'Terabits/Second',
'Count/Second',
'None'
],
'UnreferencedFileRemovalStatus': [
'Enabled',
'Disabled'
],
'UntrustedArtifactOnDeployment': [
'Enforce',
'Warn'
],
'UpdateType': [
'None',
'Replace',
'RollingUpdate'
],
'UsagePlanKeyType': [
'API_KEY'
],
'UserPoolDefaultAction': [
'ALLOW',
'DENY'
],
'UserPoolIdentityProviderSamlMetadataType': [
'url',
'file'
],
'ValidationMethod': [
'EMAIL',
'DNS'
],
'ValidatorType': [
'JSON_SCHEMA',
'LAMBDA'
],
'VariableInputType': [
'input',
'radio',
'select'
],
'VariableType': [
'property',
'pattern'
],
'VerificationEmailStyle': [
'CONFIRM_WITH_CODE',
'CONFIRM_WITH_LINK'
],
'VersionConsistency': [
'enabled',
'disabled'
],
'VerticalShading': [
'none',
'before',
'after'
],
'ViewerProtocolPolicy': [
'https-only',
'redirect-to-https',
'allow-all'
],
'Visibility': [
'GLOBAL',
'PRIVATE'
],
'VpcEndpointDnsRecordIpType': [
'ipv4',
'ipv6',
'dualstack',
'service-defined'
],
'VpcEndpointIpAddressType': [
'ipv4',
'ipv6',
'dualstack'
],
'VpcEndpointPrivateDnsOnlyForInboundResolverEndpoint': [
'AllResolvers',
'OnlyInboundResolver'
],
'VpcEndpointType': [
'Interface',
'Gateway',
'GatewayLoadBalancer',
'ServiceNetwork',
'Resource'
],
'VpcSubnetGroupType': [
'Public',
'Private',
'Isolated'
],
'VpnConnectionType': [
'ipsec.1',
'dummy'
],
'VpnPort': [
443,
1194
],
'WebSocketAuthorizerType': [
'REQUEST',
'AWS_IAM'
],
'WebSocketIntegrationType': [
'AWS_PROXY',
'MOCK',
'AWS'
],
'WebhookFilterTypes': [
'FILE_PATH',
'COMMIT_MESSAGE',
'HEAD_REF',
'ACTOR_ACCOUNT_ID',
'BASE_REF',
'REPOSITORY_NAME'
],
'Weekday': [
'1',
'2',
'3',
'4',
'5',
'6',
'7'
],
'WindowsImageType': [
'WINDOWS_CONTAINER',
'WINDOWS_SERVER_2019_CONTAINER',
'WINDOWS_SERVER_2022_CONTAINER'
],
'WindowsOptimizedVersion': [
'2022',
'2019',
'2016'
],
'WindowsVersion': [
'Windows_Server-2019-English-Core-EKS_Optimized-1.22',
'Windows_Server-2019-English-Full-EKS_Optimized-1.22',
'Windows_Server-2019-English-Core-EKS_Optimized-1.23',
'Windows_Server-2019-English-Full-EKS_Optimized-1.23',
'Windows_Server-2019-English-Core-EKS_Optimized-1.24',
'Windows_Server-2019-English-Full-EKS_Optimized-1.24',
'Windows_Server-2019-English-Core-EKS_Optimized-1.25',
'Windows_Server-2019-English-Full-EKS_Optimized-1.25',
'Windows_Server-2019-English-Core-EKS_Optimized-1.26',
'Windows_Server-2019-English-Full-EKS_Optimized-1.26',
'Windows_Server-2019-English-Core-EKS_Optimized-1.27',
'Windows_Server-2019-English-Full-EKS_Optimized-1.27',
'Windows_Server-2019-English-Core-EKS_Optimized-1.28',
'Windows_Server-2019-English-Full-EKS_Optimized-1.28',
'Windows_Server-2022-English-Core-EKS_Optimized-1.23',
'Windows_Server-2022-English-Full-EKS_Optimized-1.23',
'Windows_Server-2022-English-Core-EKS_Optimized-1.24',
'Windows_Server-2022-English-Full-EKS_Optimized-1.24',
'Windows_Server-2022-English-Core-EKS_Optimized-1.25',
'Windows_Server-2022-English-Full-EKS_Optimized-1.25',
'Windows_Server-2022-English-Core-EKS_Optimized-1.26',
'Windows_Server-2022-English-Full-EKS_Optimized-1.26',
'Windows_Server-2022-English-Core-EKS_Optimized-1.27',
'Windows_Server-2022-English-Full-EKS_Optimized-1.27',
'Windows_Server-2022-English-Core-EKS_Optimized-1.28',
'Windows_Server-2022-English-Full-EKS_Optimized-1.28',
'Windows_Server-1709-English-Core-ContainersLatest',
'Windows_Server-1709-English-Core-Base',
'Windows_Server-1803-English-Core-Base',
'Windows_Server-1803-English-Core-ContainersLatest',
'Windows_Server-1809-English-Core-Base',
'Windows_Server-1809-English-Core-ContainersLatest',
'Windows_Server-2003-R2_SP2-Language_Packs-32Bit-Base',
'Windows_Server-2003-R2_SP2-English-64Bit-SQL_2005_SP4_Express',
'Windows_Server-2003-R2_SP2-Language_Packs-64Bit-SQL_2005_SP4_Standard',
'Windows_Server-2003-R2_SP2-English-32Bit-Base',
'Windows_Server-2003-R2_SP2-English-64Bit-Base',
'Windows_Server-2003-R2_SP2-Language_Packs-64Bit-SQL_2005_SP4_Express',
'Windows_Server-2003-R2_SP2-English-64Bit-SQL_2005_SP4_Standard',
'Windows_Server-2003-R2_SP2-Language_Packs-64Bit-Base',
'Windows_Server-2008-R2_SP1-Language_Packs-64Bit-Base',
'Windows_Server-2008-SP2-English-64Bit-SQL_2008_SP4_Express',
'Windows_Server-2008-R2_SP1-English-64Bit-SQL_2008_R2_SP3_Web',
'Windows_Server-2008-R2_SP1-English-64Bit-SQL_2012_SP4_Express',
'Windows_Server-2008-R2_SP1-Korean-64Bit-Base',
'Windows_Server-2008-R2_SP1-Chinese_Hong_Kong_SAR-64Bit-Base',
'Windows_Server-2008-R2_SP1-Chinese_PRC-64Bit-Base',
'Windows_Server-2008-R2_SP1-English-64Bit-SQL_2008_R2_SP3_Express',
'Windows_Server-2008-SP2-English-32Bit-Base',
'Windows_Server-2008-R2_SP1-English-64Bit-SQL_2012_SP4_Web',
'Windows_Server-2008-R2_SP1-Japanese-64Bit-Base',
'Windows_Server-2008-SP2-English-64Bit-SQL_2008_SP4_Standard',
'Windows_Server-2008-R2_SP1-Japanese-64Bit-SQL_2012_SP4_Express',
'Windows_Server-2008-R2_SP1-Japanese-64Bit-SQL_2008_R2_SP3_Web',
'Windows_Server-2008-R2_SP1-Japanese-64Bit-SQL_2012_SP4_Standard',
'Windows_Server-2008-R2_SP1-Japanese-64Bit-SQL_2008_R2_SP3_Standard',
'Windows_Server-2008-SP2-English-64Bit-Base',
'Windows_Server-2008-R2_SP1-English-64Bit-SQL_2012_SP4_Enterprise',
'Windows_Server-2008-R2_SP1-Japanese-64Bit-SQL_2008_R2_SP3_Express',
'Windows_Server-2008-R2_SP1-Portuguese_Brazil-64Bit-Base',
'Windows_Server-2008-R2_SP1-Portugese_Brazil-64Bit-Base',
'Windows_Server-2008-R2_SP1-Language_Packs-64Bit-SQL_2008_R2_SP3_Standard',
'Windows_Server-2008-R2_SP1-English-64Bit-SQL_2012_RTM_SP2_Enterprise',
'Windows_Server-2008-R2_SP1-English-64Bit-SQL_2012_SP4_Standard',
'Windows_Server-2008-SP2-Portuguese_Brazil-32Bit-Base',
'Windows_Server-2008-SP2-Portugese_Brazil-32Bit-Base',
'Windows_Server-2008-R2_SP1-English-64Bit-Base',
'Windows_Server-2008-R2_SP1-Language_Packs-64Bit-SQL_2008_R2_SP3_Express',
'Windows_Server-2008-R2_SP1-English-64Bit-Core_SQL_2012_SP4_Standard',
'Windows_Server-2008-R2_SP1-English-64Bit-Core',
'Windows_Server-2008-R2_SP1-English-64Bit-SQL_2008_R2_SP3_Standard',
'Windows_Server-2008-R2_SP1-English-64Bit-SharePoint_2010_SP2_Foundation',
'Windows_Server-2012-R2_RTM-Chinese_Simplified-64Bit-Base',
'Windows_Server-2012-R2_RTM-Chinese_Traditional-64Bit-Base',
'Windows_Server-2012-R2_RTM-Dutch-64Bit-Base',
'Windows_Server-2012-R2_RTM-English-64Bit-SQL_2014_SP2_Enterprise',
'Windows_Server-2012-R2_RTM-Hungarian-64Bit-Base',
'Windows_Server-2012-R2_RTM-Japanese-64Bit-Base',
'Windows_Server-2012-RTM-English-64Bit-SQL_2008_R2_SP3_Express',
'Windows_Server-2008-R2_SP1-Portuguese_Brazil-64Bit-Core',
'Windows_Server-2008-R2_SP1-Portugese_Brazil-64Bit-Core',
'Windows_Server-2012-R2_RTM-English-64Bit-SQL_2016_SP2_Standard',
'Windows_Server-2012-RTM-English-64Bit-SQL_2014_SP2_Express',
'Windows_Server-2012-RTM-Italian-64Bit-Base',
'Windows_Server-2012-R2_RTM-English-64Bit-SQL_2016_SP1_Express',
'Windows_Server-2012-R2_RTM-Japanese-64Bit-SQL_2016_SP2_Web',
'Windows_Server-2012-R2_RTM-English-64Bit-SQL_2014_SP3_Standard',
'Windows_Server-2012-R2_RTM-English-64Bit-SQL_2016_SP2_Express',
'Windows_Server-2012-R2_RTM-English-Deep-Learning',
'Windows_Server-2012-R2_RTM-German-64Bit-Base',
'Windows_Server-2012-R2_RTM-Japanese-64Bit-SQL_2016_SP1_Express',
'Windows_Server-2012-R2_RTM-Russian-64Bit-Base',
'Windows_Server-2012-RTM-Chinese_Traditional_Hong_Kong_SAR-64Bit-Base',
'Windows_Server-2012-RTM-Hungarian-64Bit-Base',
'Windows_Server-2012-RTM-Japanese-64Bit-SQL_2014_SP3_Standard',
'Windows_Server-2012-RTM-French-64Bit-Base',
'Windows_Server-2012-R2_RTM-French-64Bit-Base',
'Windows_Server-2012-R2_RTM-Polish-64Bit-Base',
'Windows_Server-2012-RTM-English-64Bit-SQL_2012_SP4_Express',
'Windows_Server-2012-RTM-English-64Bit-SQL_2014_SP3_Standard',
'Windows_Server-2012-RTM-Japanese-64Bit-SQL_2012_SP4_Standard',
'Windows_Server-2012-R2_RTM-English-64Bit-SQL_2014_SP2_Express',
'Windows_Server-2012-R2_RTM-English-64Bit-SQL_2014_SP3_Web',
'Windows_Server-2012-R2_RTM-Japanese-64Bit-SQL_2016_SP1_Web',
'Windows_Server-2012-R2_RTM-English-64Bit-Core',
'Windows_Server-2012-R2_RTM-English-64Bit-SQL_2014_SP2_Web',
'Windows_Server-2012-R2_RTM-English-64Bit-SQL_2014_SP3_Enterprise',
'Windows_Server-2012-R2_RTM-Japanese-64Bit-SQL_2016_SP2_Standard',
'Windows_Server-2012-RTM-English-64Bit-SQL_2014_SP3_Web',
'Windows_Server-2012-RTM-Swedish-64Bit-Base',
'Windows_Server-2012-R2_RTM-Portuguese_Brazil-64Bit-Base',
'Windows_Server-2012-R2_RTM-Portugese_Brazil-64Bit-Base',
'Windows_Server-2012-R2_RTM-Portuguese_Portugal-64Bit-Base',
'Windows_Server-2012-R2_RTM-Portugese_Portugal-64Bit-Base',
'Windows_Server-2012-R2_RTM-Swedish-64Bit-Base',
'Windows_Server-2012-R2_RTM-English-64Bit-SQL_2012_SP4_Enterprise',
'Windows_Server-2012-RTM-Chinese_Traditional-64Bit-Base',
'Windows_Server-2012-RTM-English-64Bit-SQL_2014_SP2_Standard',
'Windows_Server-2012-RTM-Czech-64Bit-Base',
'Windows_Server-2012-RTM-Turkish-64Bit-Base',
'Windows_Server-2012-R2_RTM-English-64Bit-HyperV',
'Windows_Server-2012-RTM-Korean-64Bit-Base',
'Windows_Server-2012-RTM-Russian-64Bit-Base',
'Windows_Server-2012_R2_RTM-English-Full-Base',
'Windows_Server-2012-R2_RTM-English-64Bit-SQL_2014_SP2_Standard',
'Windows_Server-2012-R2_RTM-Italian-64Bit-Base',
'Windows_Server-2012-RTM-English-64Bit-Base',
'Windows_Server-2012-RTM-English-64Bit-SQL_2008_R2_SP3_Standard',
'Windows_Server-2012-R2_RTM-Japanese-64Bit-SQL_2016_SP1_Standard',
'Windows_Server-2012-RTM-English-64Bit-SQL_2008_R2_SP3_Web',
'Windows_Server-2012-RTM-Japanese-64Bit-SQL_2014_SP2_Web',
'Windows_Server-2012-RTM-Japanese-64Bit-SQL_2014_SP2_Express',
'Windows_Server-2012-R2_RTM-Czech-64Bit-Base',
'Windows_Server-2012-R2_RTM-English-64Bit-SQL_2016_SP1_Standard',
'Windows_Server-2012-R2_RTM-Japanese-64Bit-SQL_2014_SP2_Express',
'Windows_Server-2012-RTM-English-64Bit-SQL_2012_SP4_Standard',
'Windows_Server-2008-SP2-Portuguese_Brazil-64Bit-Base',
'Windows_Server-2008-SP2-Portugese_Brazil-64Bit-Base',
'Windows_Server-2012-R2_RTM-English-64Bit-SQL_2016_SP1_Web',
'Windows_Server-2012-R2_RTM-Japanese-64Bit-SQL_2014_SP3_Express',
'Windows_Server-2012-R2_RTM-Japanese-64Bit-SQL_2016_SP2_Enterprise',
'Windows_Server-2012-RTM-Japanese-64Bit-Base',
'Windows_Server-2012-R2_RTM-Japanese-64Bit-SQL_2016_SP1_Enterprise',
'Windows_Server-2012-R2_RTM-Japanese-64Bit-SQL_2016_SP2_Express',
'Windows_Server-2012-RTM-English-64Bit-SQL_2014_SP3_Express',
'Windows_Server-2012-RTM-Japanese-64Bit-SQL_2014_SP2_Standard',
'Windows_Server-2012_RTM-English-Full-Base',
'Windows_Server-2012-R2-English-STIG-Full',
'Windows_Server-2012-RTM-Portuguese_Portugal-64Bit-Base',
'Windows_Server-2012-RTM-Portugese_Portugal-64Bit-Base',
'Windows_Server-2012-R2_RTM-English-64Bit-SQL_2016_SP1_Enterprise',
'Windows_Server-2012-RTM-English-64Bit-SQL_2014_SP2_Web',
'Windows_Server-2012-RTM-Japanese-64Bit-SQL_2008_R2_SP3_Express',
'Windows_Server-2012-R2_RTM-English-64Bit-Base',
'Windows_Server-2012-RTM-Portuguese_Brazil-64Bit-Base',
'Windows_Server-2012-RTM-Portugese_Brazil-64Bit-Base',
'Windows_Server-2012-R2_RTM-English-P3',
'Windows_Server-2012-R2_RTM-Japanese-64Bit-SQL_2014_SP3_Standard',
'Windows_Server-2012-R2_RTM-Spanish-64Bit-Base',
'Windows_Server-2012-RTM-Japanese-64Bit-SQL_2014_SP3_Express',
'Windows_Server-2012-R2_RTM-Japanese-64Bit-SQL_2016_SP3_Standard',
'Windows_Server-2012-R2-English-STIG-Core',
'Windows_Server-2012-R2_RTM-Turkish-64Bit-Base',
'Windows_Server-2012-RTM-Japanese-64Bit-SQL_2012_SP4_Web',
'Windows_Server-2012-RTM-Polish-64Bit-Base',
'Windows_Server-2012-RTM-Spanish-64Bit-Base',
'Windows_Server-2012-R2_RTM-English-64Bit-SQL_2016_SP2_Web',
'Windows_Server-2012-R2_RTM-Korean-64Bit-Base',
'Windows_Server-2012-RTM-Dutch-64Bit-Base',
'Windows_Server-2012-R2_RTM-Chinese_Traditional_Hong_Kong-64Bit-Base',
'Windows_Server-2012-R2_RTM-English-64Bit-SQL_2014_SP3_Express',
'Windows_Server-2012-R2_RTM-English-64Bit-SQL_2016_SP2_Enterprise',
'Windows_Server-2012-RTM-Chinese_Simplified-64Bit-Base',
'Windows_Server-2012-RTM-English-64Bit-SQL_2012_SP4_Web',
'Windows_Server-2012-RTM-Japanese-64Bit-SQL_2014_SP3_Web',
'Windows_Server-2012-R2_RTM-Japanese-64Bit-SQL_2016_SP3_Express',
'Windows_Server-2012-R2_RTM-Japanese-64Bit-SQL_2016_SP3_Web',
'Windows_Server-2012-R2_RTM-English-64Bit-SQL_2016_SP3_Standard',
'Windows_Server-2012-R2_RTM-English-64Bit-SQL_2016_SP3_Express',
'Windows_Server-2012-R2_RTM-English-64Bit-SQL_2016_SP3_Web',
'Windows_Server-2012-R2_RTM-Japanese-64Bit-SQL_2014_SP2_Standard',
'Windows_Server-2012-RTM-Japanese-64Bit-SQL_2012_SP4_Express',
'Windows_Server-2012-R2_RTM-Japanese-64Bit-SQL_2016_SP3_Enterprise',
'Windows_Server-2012-R2_RTM-English-64Bit-SQL_2016_SP3_Enterprise',
'Windows_Server-2016-English-Core-Containers',
'Windows_Server-2016-English-Core-SQL_2016_SP1_Web',
'Windows_Server-2016-German-Full-Base',
'Windows_Server-2016-Germal-Full-Base',
'Windows_Server-2016-English-Core-SQL_2016_SP1_Express',
'Windows_Server-2016-English-Deep-Learning',
'Windows_Server-2016-Japanese-Full-SQL_2016_SP2_Web',
'Windows_Server-2016-Korean-Full-Base',
'Windows_Server-2016-Korean-Full-SQL_2016_SP2_Standard',
'Windows_Server-2016-Polish-Full-Base',
'Windows_Server-2016-English-Full-Containers',
'Windows_Server-2016-English-Full-SQL_2016_SP1_Standard',
'Windows_Server-2016-Russian-Full-Base',
'Windows_Server-2016-English-Core-SQL_2016_SP2_Enterprise',
'Windows_Server-2016-English-Full-SQL_2016_SP1_Express',
'Windows_Server-2016-Italian-Full-Base',
'Windows_Server-2016-Spanish-Full-Base',
'Windows_Server-2012-RTM-German-64Bit-Base',
'Windows_Server-2012-RTM-Japanese-64Bit-SQL_2008_R2_SP3_Standard',
'Windows_Server-2016-English-Full-SQL_2016_SP2_Standard',
'Windows_Server-2016-English-Full-SQL_2016_SP2_Enterprise',
'Windows_Server-2016-English-Full-HyperV',
'Windows_Server-2016-English-Core-ContainersLatest',
'Windows_Server-2016-Dutch-Full-Base',
'Windows_Server-2016-English-Full-SQL_2016_SP2_Express',
'Windows_Server-2016-English-Full-SQL_2017_Enterprise',
'Windows_Server-2016-Hungarian-Full-Base',
'Windows_Server-2016-Korean-Full-SQL_2016_SP1_Standard',
'Windows_Server-2016-English-Core-Base',
'Windows_Server-2016-English-Full-Base',
'Windows_Server-2016-English-Full-SQL_2017_Web',
'Windows_Server-2016-English-Core-SQL_2016_SP1_Enterprise',
'Windows_Server-2016-Japanese-Full-SQL_2016_SP1_Web',
'Windows_Server-2016-Swedish-Full-Base',
'Windows_Server-2016-Turkish-Full-Base',
'Windows_Server-2016-Portuguese_Brazil-Full-Base',
'Windows_Server-2016-Portugese_Brazil-Full-Base',
'Windows_Server-2016-English-Full-SQL_2019_Standard',
'Windows_Server-2016-English-Full-SQL_2014_SP3_Standard',
'Windows_Server-2016-Japanese-Full-SQL_2016_SP3_Enterprise',
'Windows_Server-2016-English-64Bit-SQL_2012_SP4_Enterprise',
'Windows_Server-2016-English-Core-SQL_2016_SP1_Standard',
'Windows_Server-2016-English-Core-SQL_2016_SP2_Express',
'Windows_Server-2016-English-Core-SQL_2016_SP2_Web',
'Windows_Server-2016-English-Full-SQL_2017_Standard',
'Windows_Server-2016-Portuguese_Portugal-Full-Base',
'Windows_Server-2016-Portugese_Portugal-Full-Base',
'Windows_Server-2016-English-Full-SQL_2014_SP3_Enterprise',
'Windows_Server-2016-English-Full-SQL_2019_Enterprise',
'Windows_Server-2016-Japanese-Full-SQL_2017_Standard',
'Windows_Server-2016-English-Full-SQL_2019_Express',
'Windows_Server-2016-Japanese-Full-SQL_2017_Web',
'Windows_Server-2016-English-Core-SQL_2016_SP3_Web',
'Windows_Server-2016-English-Full-SQL_2016_SP3_Enterprise',
'Windows_Server-2016-English-STIG-Core',
'Windows_Server-2016-Korean-Full-SQL_2016_SP3_Standard',
'Windows_Server-2016-English-Full-ECS_Optimized',
'Windows_Server-2016-English-Full-SQL_2016_SP3_Standard',
'Windows_Server-2016-Japanese-Full-SQL_2017_Enterprise',
'Windows_Server-2016-Japanese-Full-SQL_2016_SP2_Express',
'Windows_Server-2016-Japanese-Full-SQL_2019_Web',
'Windows_Server-2016-English-Full-SQL_2016_SP3_Web',
'Windows_Server-2016-English-Full-SQL_2016_SP1_Web',
'Windows_Server-2016-English-P3',
'Windows_Server-2016-Japanese-Full-SQL_2016_SP1_Enterprise',
'Windows_Server-2016-Japanese-Full-Base',
'Windows_Server-2016-Chinese_Simplified-Full-Base',
'Windows_Server-2016-French-Full-Base',
'Windows_Server-2016-Japanese-Full-SQL_2016_SP2_Enterprise',
'Windows_Server-2016-Czech-Full-Base',
'Windows_Server-2016-Japanese-Full-SQL_2016_SP1_Standard',
'Windows_Server-2016-English-Core-SQL_2016_SP2_Standard',
'Windows_Server-2016-Japanese-Full-SQL_2016_SP2_Standard',
'Windows_Server-2016-Chinese_Traditional-Full-Base',
'Windows_Server-2016-English-Full-SQL_2016_SP2_Web',
'Windows_Server-2016-English-Full-SQL_2017_Express',
'Windows_Server-2016-English-Full-SQL_2019_Web',
'Windows_Server-2016-English-Core-SQL_2016_SP3_Express',
'Windows_Server-2016-Japanese-Full-SQL_2019_Standard',
'Windows_Server-2016-English-Tesla',
'Windows_Server-2016-Japanese-Full-SQL_2016_SP3_Express',
'Windows_Server-2016-English-STIG-Full',
'Windows_Server-2016-Japanese-Full-SQL_2016_SP3_Standard',
'Windows_Server-2016-Japanese-Full-SQL_2019_Enterprise',
'Windows_Server-2016-English-Core-SQL_2016_SP3_Enterprise',
'Windows_Server-2016-English-Full-SQL_2016_SP3_Express',
'Windows_Server-2016-Japanese-Full-SQL_2016_SP3_Web',
'Windows_Server-2016-English-Core-SQL_2016_SP3_Standard',
'Windows_Server-2016-Japanese-Full-SQL_2016_SP1_Express',
'Windows_Server-2016-English-Full-SQL_2016_SP1_Enterprise',
'Windows_Server-2019-English-Full-SQL_2017_Web',
'Windows_Server-2019-French-Full-Base',
'Windows_Server-2019-Korean-Full-Base',
'Windows_Server-2019-Italian-Full-Base',
'Windows_Server-2019-Chinese_Simplified-Full-Base',
'Windows_Server-2019-English-Full-SQL_2016_SP2_Web',
'Windows_Server-2019-English-Full-HyperV',
'Windows_Server-2019-English-Full-SQL_2016_SP2_Standard',
'Windows_Server-2019-Hungarian-Full-Base',
'Windows_Server-2019-English-Full-SQL_2016_SP2_Express',
'Windows_Server-2019-Turkish-Full-Base',
'Windows_Server-2019-English-Full-SQL_2019_Standard',
'Windows_Server-2019-English-Full-SQL_2017_Standard',
'Windows_Server-2019-English-Core-ContainersLatest',
'Windows_Server-2019-English-Full-SQL_2017_Express',
'Windows_Server-2019-Japanese-Full-Base',
'Windows_Server-2019-Russian-Full-Base',
'Windows_Server-2019-Chinese_Traditional-Full-Base',
'Windows_Server-2019-English-Core-Base',
'Windows_Server-2019-English-Full-Base',
'Windows_Server-2019-Japanese-Full-SQL_2022_Standard',
'Windows_Server-2019-Japanese-Full-SQL_2022_Enterprise',
'Windows_Server-2019-English-Tesla',
'Windows_Server-2019-English-Full-SQL_2019_Enterprise',
'Windows_Server-2019-Spanish-Full-Base',
'Windows_Server-2019-English-Full-SQL_2022_Enterprise',
'Windows_Server-2019-English-STIG-Full',
'Windows_Server-2019-English-Full-SQL_2016_SP3_Web',
'Windows_Server-2019-English-Full-SQL_2016_SP3_Standard',
'Windows_Server-2019-Japanese-Full-SQL_2017_Enterprise',
'Windows_Server-2019-English-Full-SQL_2016_SP2_Enterprise',
'Windows_Server-2019-Portuguese_Portugal-Full-Base',
'Windows_Server-2019-Portugese_Portugal-Full-Base',
'Windows_Server-2019-Swedish-Full-Base',
'Windows_Server-2019-English-Full-SQL_2022_Express',
'Windows_Server-2019-Japanese-Full-SQL_2022_Web',
'Windows_Server-2019-English-Full-SQL_2016_SP3_Enterprise',
'Windows_Server-2019-English-Full-SQL_2022_Web',
'Windows_Server-2019-English-Full-SQL_2019_Web',
'Windows_Server-2019-Portuguese_Brazil-Full-Base',
'Windows_Server-2019-Portugese_Brazil-Full-Base',
'Windows_Server-2019-English-Full-ContainersLatest',
'Windows_Server-2019-English-Full-SQL_2017_Enterprise',
'Windows_Server-2019-Japanese-Full-SQL_2019_Enterprise',
'Windows_Server-2019-English-Full-SQL_2019_Express',
'Windows_Server-2019-Japanese-Full-SQL_2017_Web',
'Windows_Server-2019-English-Full-SQL_2016_SP3_Express',
'Windows_Server-2019-English-STIG-Core',
'Windows_Server-2019-English-Core-ECS_Optimized',
'Windows_Server-2019-English-Full-SQL_2022_Standard',
'Windows_Server-2019-Japanese-Full-SQL_2017_Standard',
'Windows_Server-2019-Japanese-Full-SQL_2019_Web',
'Windows_Server-2019-English-Full-ECS_Optimized',
'Windows_Server-2019-English-Deep-Learning',
'Windows_Server-2019-Japanese-Full-SQL_2019_Standard',
'Windows_Server-2019-Czech-Full-Base',
'Windows_Server-2019-Polish-Full-Base',
'Windows_Server-2019-German-Full-Base',
'Windows_Server-2019-Dutch-Full-Base',
'Windows_Server-2022-English-STIG-Full',
'Windows_Server-2022-Japanese-Full-SQL_2022_Web',
'Windows_Server-2022-English-Full-SQL_2022_Web',
'Windows_Server-2022-English-STIG-Core',
'Windows_Server-2022-Japanese-Full-SQL_2019_Enterprise',
'Windows_Server-2022-Portuguese_Brazil-Full-Base',
'Windows_Server-2022-Italian-Full-Base',
'Windows_Server-2022-English-Full-ContainersLatest',
'Windows_Server-2022-Russian-Full-Base',
'Windows_Server-2022-English-Full-SQL_2019_Express',
'Windows_Server-2022-Polish-Full-Base',
'Windows_Server-2022-English-Core-Base',
'Windows_Server-2022-Hungarian-Full-Base',
'Windows_Server-2022-English-Full-SQL_2017_Express',
'Windows_Server-2022-German-Full-Base',
'Windows_Server-2022-English-Core-ContainersLatest',
'Windows_Server-2022-English-Full-SQL_2019_Standard',
'Windows_Server-2022-Japanese-Full-SQL_2017_Web',
'Windows_Server-2022-English-Full-SQL_2017_Web',
'Windows_Server-2022-Japanese-Full-Base',
'Windows_Server-2022-Korean-Full-Base',
'Windows_Server-2022-Japanese-Full-SQL_2017_Enterprise',
'Windows_Server-2022-Japanese-Full-SQL_2019_Standard',
'Windows_Server-2022-Chinese_Simplified-Full-Base',
'Windows_Server-2022-English-Full-SQL_2019_Web',
'Windows_Server-2022-Spanish-Full-Base',
'Windows_Server-2022-English-Core-ECS_Optimized',
'Windows_Server-2022-English-Full-SQL_2017_Standard',
'Windows_Server-2022-Chinese_Traditional-Full-Base',
'Windows_Server-2022-English-Full-SQL_2019_Enterprise',
'Windows_Server-2022-French-Full-Base',
'Windows_Server-2022-Japanese-Full-SQL_2017_Standard',
'Windows_Server-2022-English-Full-Base',
'Windows_Server-2022-Japanese-Full-SQL_2019_Web',
'Windows_Server-2022-Turkish-Full-Base',
'Windows_Server-2022-English-Full-SQL_2017_Enterprise',
'Windows_Server-2022-Portuguese_Portugal-Full-Base',
'Windows_Server-2022-Czech-Full-Base',
'Windows_Server-2022-English-Full-ECS_Optimized',
'Windows_Server-2022-Dutch-Full-Base',
'Windows_Server-2022-Swedish-Full-Base',
'Windows_Server-2022-English-Full-SQL_2022_Enterprise',
'Windows_Server-2022-English-Full-SQL_2022_Express',
'Windows_Server-2022-English-Full-SQL_2022_Standard',
'Windows_Server-2022-Japanese-Full-SQL_2022_Standard',
'Windows_Server-2022-Japanese-Full-SQL_2022_Enterprise',
'Windows_Server-2025-Chinese_Simplified-Full-Base',
'Windows_Server-2025-Chinese_Traditional-Full-Base',
'Windows_Server-2025-English-Core-Base',
'Windows_Server-2025-English-Full-Base',
'Windows_Server-2025-English-Full-SQL_2022_Enterprise',
'Windows_Server-2025-English-Full-SQL_2022_Express',
'Windows_Server-2025-English-Full-SQL_2022_Standard',
'Windows_Server-2025-English-Full-SQL_2022_Web',
'Windows_Server-2025-Japanese-Full-Base',
'Windows_Server-2025-Korean-Full-Base'
],
'WorkerType': [
'Standard',
'G.025X',
'G.1X',
'G.2X',
'G.4X',
'G.8X',
'Z.2X'
],
'WriteParallel': [
'on',
'off'
],
'XffHeaderProcessingMode': [
'append',
'preserve',
'remove'
]
};