aws-cdk-lib 2.153.0__py3-none-any.whl → 2.154.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +157 -215
- aws_cdk/_jsii/__init__.py +2 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.153.0.jsii.tgz → aws-cdk-lib@2.154.1.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +3 -3
- aws_cdk/aws_accessanalyzer/__init__.py +5 -5
- aws_cdk/aws_acmpca/__init__.py +79 -24
- aws_cdk/aws_amazonmq/__init__.py +161 -161
- aws_cdk/aws_amplify/__init__.py +36 -36
- aws_cdk/aws_amplifyuibuilder/__init__.py +32 -32
- aws_cdk/aws_apigateway/__init__.py +122 -122
- aws_cdk/aws_apigatewayv2/__init__.py +143 -130
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +12 -12
- aws_cdk/aws_appconfig/__init__.py +59 -59
- aws_cdk/aws_appflow/__init__.py +20 -20
- aws_cdk/aws_appintegrations/__init__.py +19 -19
- aws_cdk/aws_applicationautoscaling/__init__.py +31 -16
- aws_cdk/aws_applicationinsights/__init__.py +11 -11
- aws_cdk/aws_applicationsignals/__init__.py +5 -5
- aws_cdk/aws_appmesh/__init__.py +35 -35
- aws_cdk/aws_apprunner/__init__.py +25 -25
- aws_cdk/aws_appstream/__init__.py +105 -105
- aws_cdk/aws_appsync/__init__.py +89 -89
- aws_cdk/aws_apptest/__init__.py +25 -25
- aws_cdk/aws_aps/__init__.py +14 -14
- aws_cdk/aws_arczonalshift/__init__.py +200 -3
- aws_cdk/aws_athena/__init__.py +25 -25
- aws_cdk/aws_auditmanager/__init__.py +15 -15
- aws_cdk/aws_autoscaling/__init__.py +84 -84
- aws_cdk/aws_autoscalingplans/__init__.py +2 -2
- aws_cdk/aws_b2bi/__init__.py +24 -24
- aws_cdk/aws_backup/__init__.py +33 -33
- aws_cdk/aws_backupgateway/__init__.py +7 -7
- aws_cdk/aws_batch/__init__.py +289 -35
- aws_cdk/aws_bcmdataexports/__init__.py +2 -2
- aws_cdk/aws_bedrock/__init__.py +15766 -3438
- aws_cdk/aws_billingconductor/__init__.py +28 -28
- aws_cdk/aws_budgets/__init__.py +12 -12
- aws_cdk/aws_cassandra/__init__.py +16 -16
- aws_cdk/aws_ce/__init__.py +17 -17
- aws_cdk/aws_certificatemanager/__init__.py +9 -9
- aws_cdk/aws_chatbot/__init__.py +22 -22
- aws_cdk/aws_cleanrooms/__init__.py +2470 -307
- aws_cdk/aws_cleanroomsml/__init__.py +5 -5
- aws_cdk/aws_cloud9/__init__.py +10 -10
- aws_cdk/aws_cloudformation/__init__.py +94 -69
- aws_cdk/aws_cloudfront/__init__.py +47 -33
- aws_cdk/aws_cloudtrail/__init__.py +46 -44
- aws_cdk/aws_cloudwatch/__init__.py +61 -69
- aws_cdk/aws_codeartifact/__init__.py +19 -19
- aws_cdk/aws_codebuild/__init__.py +99 -68
- aws_cdk/aws_codecommit/__init__.py +10 -6
- aws_cdk/aws_codeconnections/__init__.py +5 -5
- aws_cdk/aws_codedeploy/__init__.py +28 -28
- aws_cdk/aws_codeguruprofiler/__init__.py +5 -5
- aws_cdk/aws_codegurureviewer/__init__.py +6 -6
- aws_cdk/aws_codepipeline/__init__.py +849 -52
- aws_cdk/aws_codepipeline_actions/__init__.py +1 -1
- aws_cdk/aws_codestar/__init__.py +8 -8
- aws_cdk/aws_codestarconnections/__init__.py +17 -17
- aws_cdk/aws_codestarnotifications/__init__.py +10 -10
- aws_cdk/aws_cognito/__init__.py +465 -133
- aws_cdk/aws_comprehend/__init__.py +20 -20
- aws_cdk/aws_config/__init__.py +67 -67
- aws_cdk/aws_connect/__init__.py +139 -137
- aws_cdk/aws_connectcampaigns/__init__.py +5 -5
- aws_cdk/aws_controltower/__init__.py +12 -12
- aws_cdk/aws_cur/__init__.py +12 -12
- aws_cdk/aws_customerprofiles/__init__.py +36 -36
- aws_cdk/aws_databrew/__init__.py +45 -45
- aws_cdk/aws_datapipeline/__init__.py +12 -8
- aws_cdk/aws_datasync/__init__.py +119 -117
- aws_cdk/aws_datazone/__init__.py +63 -63
- aws_cdk/aws_dax/__init__.py +20 -20
- aws_cdk/aws_deadline/__init__.py +221 -292
- aws_cdk/aws_detective/__init__.py +8 -8
- aws_cdk/aws_devicefarm/__init__.py +37 -37
- aws_cdk/aws_devopsguru/__init__.py +2 -2
- aws_cdk/aws_directoryservice/__init__.py +15 -15
- aws_cdk/aws_dlm/__init__.py +12 -12
- aws_cdk/aws_dms/__init__.py +300 -298
- aws_cdk/aws_docdb/__init__.py +49 -49
- aws_cdk/aws_docdbelastic/__init__.py +14 -14
- aws_cdk/aws_dynamodb/__init__.py +371 -37
- aws_cdk/aws_ec2/__init__.py +914 -612
- aws_cdk/aws_ecr/__init__.py +117 -77
- aws_cdk/aws_ecr_assets/__init__.py +4 -4
- aws_cdk/aws_ecs/__init__.py +192 -191
- aws_cdk/aws_ecs_patterns/__init__.py +2 -2
- aws_cdk/aws_efs/__init__.py +22 -22
- aws_cdk/aws_eks/__init__.py +177 -61
- aws_cdk/aws_elasticache/__init__.py +218 -226
- aws_cdk/aws_elasticbeanstalk/__init__.py +25 -25
- aws_cdk/aws_elasticloadbalancing/__init__.py +16 -16
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +1066 -102
- aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +86 -4
- aws_cdk/aws_elasticsearch/__init__.py +16 -16
- aws_cdk/aws_emr/__init__.py +74 -74
- aws_cdk/aws_emrcontainers/__init__.py +3 -3
- aws_cdk/aws_emrserverless/__init__.py +157 -14
- aws_cdk/aws_entityresolution/__init__.py +613 -35
- aws_cdk/aws_events/__init__.py +42 -42
- aws_cdk/aws_eventschemas/__init__.py +16 -16
- aws_cdk/aws_evidently/__init__.py +38 -38
- aws_cdk/aws_finspace/__init__.py +8 -8
- aws_cdk/aws_fis/__init__.py +12 -12
- aws_cdk/aws_fms/__init__.py +21 -21
- aws_cdk/aws_forecast/__init__.py +18 -11
- aws_cdk/aws_frauddetector/__init__.py +35 -35
- aws_cdk/aws_fsx/__init__.py +35 -35
- aws_cdk/aws_gamelift/__init__.py +155 -143
- aws_cdk/aws_globalaccelerator/__init__.py +46 -24
- aws_cdk/aws_glue/__init__.py +187 -143
- aws_cdk/aws_grafana/__init__.py +17 -17
- aws_cdk/aws_greengrass/__init__.py +48 -48
- aws_cdk/aws_greengrassv2/__init__.py +10 -10
- aws_cdk/aws_groundstation/__init__.py +16 -16
- aws_cdk/aws_guardduty/__init__.py +40 -38
- aws_cdk/aws_healthimaging/__init__.py +3 -3
- aws_cdk/aws_healthlake/__init__.py +6 -6
- aws_cdk/aws_iam/__init__.py +120 -122
- aws_cdk/aws_identitystore/__init__.py +6 -6
- aws_cdk/aws_imagebuilder/__init__.py +98 -98
- aws_cdk/aws_inspector/__init__.py +8 -8
- aws_cdk/aws_inspectorv2/__init__.py +102 -97
- aws_cdk/aws_internetmonitor/__init__.py +12 -12
- aws_cdk/aws_iot/__init__.py +141 -141
- aws_cdk/aws_iot1click/__init__.py +9 -9
- aws_cdk/aws_iotanalytics/__init__.py +21 -21
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +2 -2
- aws_cdk/aws_iotevents/__init__.py +20 -20
- aws_cdk/aws_iotfleethub/__init__.py +4 -4
- aws_cdk/aws_iotfleetwise/__init__.py +45 -45
- aws_cdk/aws_iotsitewise/__init__.py +40 -40
- aws_cdk/aws_iotthingsgraph/__init__.py +2 -2
- aws_cdk/aws_iottwinmaker/__init__.py +34 -34
- aws_cdk/aws_iotwireless/__init__.py +66 -66
- aws_cdk/aws_ivs/__init__.py +490 -34
- aws_cdk/aws_ivschat/__init__.py +9 -9
- aws_cdk/aws_kafkaconnect/__init__.py +22 -22
- aws_cdk/aws_kendra/__init__.py +28 -28
- aws_cdk/aws_kendraranking/__init__.py +4 -4
- aws_cdk/aws_kinesis/__init__.py +8 -8
- aws_cdk/aws_kinesisanalytics/__init__.py +23 -23
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +15 -15
- aws_cdk/aws_kinesisfirehose/__init__.py +677 -18
- aws_cdk/aws_kinesisvideo/__init__.py +10 -10
- aws_cdk/aws_kms/__init__.py +20 -20
- aws_cdk/aws_lakeformation/__init__.py +36 -36
- aws_cdk/aws_lambda/__init__.py +174 -118
- aws_cdk/aws_launchwizard/__init__.py +508 -0
- aws_cdk/aws_lex/__init__.py +24 -24
- aws_cdk/aws_licensemanager/__init__.py +17 -17
- aws_cdk/aws_lightsail/__init__.py +90 -90
- aws_cdk/aws_location/__init__.py +41 -41
- aws_cdk/aws_logs/__init__.py +50 -50
- aws_cdk/aws_lookoutequipment/__init__.py +9 -9
- aws_cdk/aws_lookoutmetrics/__init__.py +10 -10
- aws_cdk/aws_lookoutvision/__init__.py +1 -1
- aws_cdk/aws_m2/__init__.py +20 -20
- aws_cdk/aws_macie/__init__.py +19 -19
- aws_cdk/aws_managedblockchain/__init__.py +10 -10
- aws_cdk/aws_mediaconnect/__init__.py +114 -77
- aws_cdk/aws_mediaconvert/__init__.py +20 -20
- aws_cdk/aws_medialive/__init__.py +49 -40
- aws_cdk/aws_mediapackage/__init__.py +38 -38
- aws_cdk/aws_mediapackagev2/__init__.py +178 -25
- aws_cdk/aws_mediastore/__init__.py +7 -7
- aws_cdk/aws_mediatailor/__init__.py +40 -40
- aws_cdk/aws_memorydb/__init__.py +41 -41
- aws_cdk/aws_msk/__init__.py +127 -39
- aws_cdk/aws_mwaa/__init__.py +25 -25
- aws_cdk/aws_neptune/__init__.py +55 -55
- aws_cdk/aws_neptunegraph/__init__.py +11 -11
- aws_cdk/aws_networkfirewall/__init__.py +36 -30
- aws_cdk/aws_networkmanager/__init__.py +1062 -91
- aws_cdk/aws_nimblestudio/__init__.py +31 -31
- aws_cdk/aws_oam/__init__.py +8 -8
- aws_cdk/aws_omics/__init__.py +36 -36
- aws_cdk/aws_opensearchserverless/__init__.py +25 -25
- aws_cdk/aws_opensearchservice/__init__.py +20 -20
- aws_cdk/aws_opsworks/__init__.py +87 -87
- aws_cdk/aws_opsworkscm/__init__.py +21 -21
- aws_cdk/aws_organizations/__init__.py +17 -17
- aws_cdk/aws_osis/__init__.py +122 -9
- aws_cdk/aws_panorama/__init__.py +27 -22
- aws_cdk/aws_paymentcryptography/__init__.py +7 -7
- aws_cdk/aws_pcaconnectorad/__init__.py +17 -17
- aws_cdk/aws_personalize/__init__.py +19 -19
- aws_cdk/aws_pinpoint/__init__.py +122 -122
- aws_cdk/aws_pinpointemail/__init__.py +16 -16
- aws_cdk/aws_pipes/__init__.py +14 -16
- aws_cdk/aws_proton/__init__.py +19 -19
- aws_cdk/aws_qbusiness/__init__.py +160 -45
- aws_cdk/aws_qldb/__init__.py +12 -12
- aws_cdk/aws_quicksight/__init__.py +91 -91
- aws_cdk/aws_ram/__init__.py +11 -11
- aws_cdk/aws_rds/__init__.py +365 -259
- aws_cdk/aws_redshift/__init__.py +136 -91
- aws_cdk/aws_redshiftserverless/__init__.py +27 -27
- aws_cdk/aws_refactorspaces/__init__.py +26 -26
- aws_cdk/aws_rekognition/__init__.py +16 -16
- aws_cdk/aws_resiliencehub/__init__.py +15 -15
- aws_cdk/aws_resourceexplorer2/__init__.py +8 -8
- aws_cdk/aws_resourcegroups/__init__.py +6 -6
- aws_cdk/aws_robomaker/__init__.py +25 -25
- aws_cdk/aws_rolesanywhere/__init__.py +67 -19
- aws_cdk/aws_route53/__init__.py +36 -36
- aws_cdk/aws_route53profiles/__init__.py +11 -11
- aws_cdk/aws_route53recoverycontrol/__init__.py +14 -14
- aws_cdk/aws_route53recoveryreadiness/__init__.py +13 -13
- aws_cdk/aws_route53resolver/__init__.py +123 -82
- aws_cdk/aws_rum/__init__.py +6 -6
- aws_cdk/aws_s3/__init__.py +136 -80
- aws_cdk/aws_s3_deployment/__init__.py +30 -24
- aws_cdk/aws_s3_notifications/__init__.py +3 -4
- aws_cdk/aws_s3express/__init__.py +5 -5
- aws_cdk/aws_s3objectlambda/__init__.py +6 -6
- aws_cdk/aws_s3outposts/__init__.py +16 -16
- aws_cdk/aws_sagemaker/__init__.py +2414 -282
- aws_cdk/aws_sam/__init__.py +101 -101
- aws_cdk/aws_scheduler/__init__.py +13 -13
- aws_cdk/aws_sdb/__init__.py +1 -1
- aws_cdk/aws_secretsmanager/__init__.py +20 -19
- aws_cdk/aws_securityhub/__init__.py +70 -57
- aws_cdk/aws_securitylake/__init__.py +341 -16
- aws_cdk/aws_servicecatalog/__init__.py +87 -87
- aws_cdk/aws_servicecatalogappregistry/__init__.py +12 -12
- aws_cdk/aws_servicediscovery/__init__.py +23 -23
- aws_cdk/aws_ses/__init__.py +12038 -5604
- aws_cdk/aws_shield/__init__.py +15 -15
- aws_cdk/aws_signer/__init__.py +9 -9
- aws_cdk/aws_simspaceweaver/__init__.py +5 -5
- aws_cdk/aws_sns/__init__.py +28 -28
- aws_cdk/aws_sqs/__init__.py +20 -20
- aws_cdk/aws_ssm/__init__.py +176 -105
- aws_cdk/aws_ssmcontacts/__init__.py +18 -18
- aws_cdk/aws_ssmincidents/__init__.py +11 -11
- aws_cdk/aws_sso/__init__.py +31 -31
- aws_cdk/aws_stepfunctions/__init__.py +370 -28
- aws_cdk/aws_supportapp/__init__.py +11 -11
- aws_cdk/aws_synthetics/__init__.py +18 -18
- aws_cdk/aws_systemsmanagersap/__init__.py +48 -7
- aws_cdk/aws_timestream/__init__.py +34 -34
- aws_cdk/aws_transfer/__init__.py +57 -57
- aws_cdk/aws_verifiedpermissions/__init__.py +11 -11
- aws_cdk/aws_voiceid/__init__.py +4 -4
- aws_cdk/aws_vpclattice/__init__.py +42 -42
- aws_cdk/aws_waf/__init__.py +17 -17
- aws_cdk/aws_wafregional/__init__.py +28 -28
- aws_cdk/aws_wafv2/__init__.py +39 -39
- aws_cdk/aws_wisdom/__init__.py +16 -16
- aws_cdk/aws_workspaces/__init__.py +18 -18
- aws_cdk/aws_workspacesthinclient/__init__.py +63 -9
- aws_cdk/aws_workspacesweb/__init__.py +87 -46
- aws_cdk/aws_xray/__init__.py +12 -12
- aws_cdk/cloud_assembly_schema/__init__.py +348 -239
- aws_cdk/custom_resources/__init__.py +289 -0
- aws_cdk/cx_api/__init__.py +15 -15
- aws_cdk/pipelines/__init__.py +172 -237
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/METADATA +3 -2
- aws_cdk_lib-2.154.1.dist-info/RECORD +292 -0
- aws_cdk_lib-2.153.0.dist-info/RECORD +0 -291
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/top_level.txt +0 -0
aws_cdk/aws_gamelift/__init__.py
CHANGED
|
@@ -178,7 +178,7 @@ class CfnAlias(
|
|
|
178
178
|
if __debug__:
|
|
179
179
|
type_hints = typing.get_type_hints(_typecheckingstub__8666b32153f5438f8d6ea2d03ad01cbf8c67bad1071d8e1cdc42963a8912ad3c)
|
|
180
180
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
181
|
-
jsii.set(self, "name", value)
|
|
181
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
182
182
|
|
|
183
183
|
@builtins.property
|
|
184
184
|
@jsii.member(jsii_name="routingStrategy")
|
|
@@ -196,7 +196,7 @@ class CfnAlias(
|
|
|
196
196
|
if __debug__:
|
|
197
197
|
type_hints = typing.get_type_hints(_typecheckingstub__529d8fec4c06eafb4c38da47298670dd8132ede4d21975eafb43f51a366a3d82)
|
|
198
198
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
199
|
-
jsii.set(self, "routingStrategy", value)
|
|
199
|
+
jsii.set(self, "routingStrategy", value) # pyright: ignore[reportArgumentType]
|
|
200
200
|
|
|
201
201
|
@builtins.property
|
|
202
202
|
@jsii.member(jsii_name="description")
|
|
@@ -209,7 +209,7 @@ class CfnAlias(
|
|
|
209
209
|
if __debug__:
|
|
210
210
|
type_hints = typing.get_type_hints(_typecheckingstub__98d25b43c56fe6060dfb6e36792550c92a6a537d6d2e31b8c97947858787f55a)
|
|
211
211
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
212
|
-
jsii.set(self, "description", value)
|
|
212
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
213
213
|
|
|
214
214
|
@jsii.data_type(
|
|
215
215
|
jsii_type="aws-cdk-lib.aws_gamelift.CfnAlias.RoutingStrategyProperty",
|
|
@@ -537,7 +537,7 @@ class CfnBuild(
|
|
|
537
537
|
if __debug__:
|
|
538
538
|
type_hints = typing.get_type_hints(_typecheckingstub__3a86d40dd79232f1b81dd44ba375e9a9432429c05c3444beaf1128ab336d19dc)
|
|
539
539
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
540
|
-
jsii.set(self, "name", value)
|
|
540
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
541
541
|
|
|
542
542
|
@builtins.property
|
|
543
543
|
@jsii.member(jsii_name="operatingSystem")
|
|
@@ -550,7 +550,7 @@ class CfnBuild(
|
|
|
550
550
|
if __debug__:
|
|
551
551
|
type_hints = typing.get_type_hints(_typecheckingstub__086f4a5a0a253ca19c97937d0f25a8ade9bb623ef1c01cacdc76233a24f4ef0a)
|
|
552
552
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
553
|
-
jsii.set(self, "operatingSystem", value)
|
|
553
|
+
jsii.set(self, "operatingSystem", value) # pyright: ignore[reportArgumentType]
|
|
554
554
|
|
|
555
555
|
@builtins.property
|
|
556
556
|
@jsii.member(jsii_name="serverSdkVersion")
|
|
@@ -563,7 +563,7 @@ class CfnBuild(
|
|
|
563
563
|
if __debug__:
|
|
564
564
|
type_hints = typing.get_type_hints(_typecheckingstub__cb7f1e9548565a4821c004b0e86bae438a45b45de61043075555fb43127d349d)
|
|
565
565
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
566
|
-
jsii.set(self, "serverSdkVersion", value)
|
|
566
|
+
jsii.set(self, "serverSdkVersion", value) # pyright: ignore[reportArgumentType]
|
|
567
567
|
|
|
568
568
|
@builtins.property
|
|
569
569
|
@jsii.member(jsii_name="storageLocation")
|
|
@@ -581,7 +581,7 @@ class CfnBuild(
|
|
|
581
581
|
if __debug__:
|
|
582
582
|
type_hints = typing.get_type_hints(_typecheckingstub__fdd3e9ea10aa8547b05a398258efac5d3e786e68d7875c76104c89d2a3178e02)
|
|
583
583
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
584
|
-
jsii.set(self, "storageLocation", value)
|
|
584
|
+
jsii.set(self, "storageLocation", value) # pyright: ignore[reportArgumentType]
|
|
585
585
|
|
|
586
586
|
@builtins.property
|
|
587
587
|
@jsii.member(jsii_name="version")
|
|
@@ -594,7 +594,7 @@ class CfnBuild(
|
|
|
594
594
|
if __debug__:
|
|
595
595
|
type_hints = typing.get_type_hints(_typecheckingstub__3f69e6e764a220fcdeac2ac30cce1d3fbf57e0ef02b497976b1bb0e8162a6a67)
|
|
596
596
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
597
|
-
jsii.set(self, "version", value)
|
|
597
|
+
jsii.set(self, "version", value) # pyright: ignore[reportArgumentType]
|
|
598
598
|
|
|
599
599
|
@jsii.data_type(
|
|
600
600
|
jsii_type="aws-cdk-lib.aws_gamelift.CfnBuild.StorageLocationProperty",
|
|
@@ -863,7 +863,9 @@ class CfnContainerGroupDefinition(
|
|
|
863
863
|
metaclass=jsii.JSIIMeta,
|
|
864
864
|
jsii_type="aws-cdk-lib.aws_gamelift.CfnContainerGroupDefinition",
|
|
865
865
|
):
|
|
866
|
-
'''*This data type is
|
|
866
|
+
'''*This data type is currently not available.
|
|
867
|
+
|
|
868
|
+
It is under improvement as we respond to customer feedback from the Containers public preview.*
|
|
867
869
|
|
|
868
870
|
The properties that describe a container group resource. Container group definition properties can't be updated. To change a property, create a new container group definition.
|
|
869
871
|
|
|
@@ -955,8 +957,8 @@ class CfnContainerGroupDefinition(
|
|
|
955
957
|
:param container_definitions: The set of container definitions that are included in the container group.
|
|
956
958
|
:param name: A descriptive identifier for the container group definition. The name value is unique in an AWS Region.
|
|
957
959
|
:param operating_system: The platform required for all containers in the container group definition. .. epigraph:: Amazon Linux 2 (AL2) will reach end of support on 6/30/2025. See more details in the `Amazon Linux 2 FAQs <https://docs.aws.amazon.com/https://aws.amazon.com/amazon-linux-2/faqs/>`_ . For game servers that are hosted on AL2 and use Amazon GameLift server SDK 4.x., first update the game server build to server SDK 5.x, and then deploy to AL2023 instances. See `Migrate to Amazon GameLift server SDK version 5. <https://docs.aws.amazon.com/gamelift/latest/developerguide/reference-serversdk5-migration.html>`_
|
|
958
|
-
:param total_cpu_limit: The amount of CPU units on a fleet instance to allocate for the container group. All containers in the group share these resources. This property is an integer value in CPU units (1 vCPU is equal to 1024 CPU units). You can set additional limits for each ``ContainerDefinition`` in the group. If individual containers have limits, this value must be equal to or greater than the sum of all container-specific CPU limits in the group.
|
|
959
|
-
:param total_memory_limit: The amount of memory (in MiB) on a fleet instance to allocate for the container group. All containers in the group share these resources. You can set additional limits for each ``ContainerDefinition`` in the group. If individual containers have limits, this value must meet the following requirements: - Equal to or greater than the sum of all container-specific soft memory limits in the group. - Equal to or greater than any container-specific hard limits in the group.
|
|
960
|
+
:param total_cpu_limit: The amount of CPU units on a fleet instance to allocate for the container group. All containers in the group share these resources. This property is an integer value in CPU units (1 vCPU is equal to 1024 CPU units). You can set additional limits for each ``ContainerDefinition`` in the group. If individual containers have limits, this value must be equal to or greater than the sum of all container-specific CPU limits in the group.
|
|
961
|
+
:param total_memory_limit: The amount of memory (in MiB) on a fleet instance to allocate for the container group. All containers in the group share these resources. You can set additional limits for each ``ContainerDefinition`` in the group. If individual containers have limits, this value must meet the following requirements: - Equal to or greater than the sum of all container-specific soft memory limits in the group. - Equal to or greater than any container-specific hard limits in the group.
|
|
960
962
|
:param scheduling_strategy: The method for deploying the container group across fleet instances. A replica container group might have multiple copies on each fleet instance. A daemon container group maintains only one copy per fleet instance.
|
|
961
963
|
:param tags: An array of key-value pairs to apply to this resource.
|
|
962
964
|
'''
|
|
@@ -1053,7 +1055,7 @@ class CfnContainerGroupDefinition(
|
|
|
1053
1055
|
if __debug__:
|
|
1054
1056
|
type_hints = typing.get_type_hints(_typecheckingstub__1d575dc521c3da1f3682c88ce08e24b38977a41bef8807469e908a4fc94b8be0)
|
|
1055
1057
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1056
|
-
jsii.set(self, "containerDefinitions", value)
|
|
1058
|
+
jsii.set(self, "containerDefinitions", value) # pyright: ignore[reportArgumentType]
|
|
1057
1059
|
|
|
1058
1060
|
@builtins.property
|
|
1059
1061
|
@jsii.member(jsii_name="name")
|
|
@@ -1066,7 +1068,7 @@ class CfnContainerGroupDefinition(
|
|
|
1066
1068
|
if __debug__:
|
|
1067
1069
|
type_hints = typing.get_type_hints(_typecheckingstub__90e8a024d1021ae9b57dadc57167a55f375efa5756fd3358541d1bbca8f16cf0)
|
|
1068
1070
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1069
|
-
jsii.set(self, "name", value)
|
|
1071
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
1070
1072
|
|
|
1071
1073
|
@builtins.property
|
|
1072
1074
|
@jsii.member(jsii_name="operatingSystem")
|
|
@@ -1079,7 +1081,7 @@ class CfnContainerGroupDefinition(
|
|
|
1079
1081
|
if __debug__:
|
|
1080
1082
|
type_hints = typing.get_type_hints(_typecheckingstub__8f85c42319aa42e6c796369d8760bfb73c97a6305632fa1b86497b93a214a2ec)
|
|
1081
1083
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1082
|
-
jsii.set(self, "operatingSystem", value)
|
|
1084
|
+
jsii.set(self, "operatingSystem", value) # pyright: ignore[reportArgumentType]
|
|
1083
1085
|
|
|
1084
1086
|
@builtins.property
|
|
1085
1087
|
@jsii.member(jsii_name="totalCpuLimit")
|
|
@@ -1092,7 +1094,7 @@ class CfnContainerGroupDefinition(
|
|
|
1092
1094
|
if __debug__:
|
|
1093
1095
|
type_hints = typing.get_type_hints(_typecheckingstub__c70806f2091ef0e31ae18f95ca9388e13070bc234c9db0acb79308e3bb8064c8)
|
|
1094
1096
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1095
|
-
jsii.set(self, "totalCpuLimit", value)
|
|
1097
|
+
jsii.set(self, "totalCpuLimit", value) # pyright: ignore[reportArgumentType]
|
|
1096
1098
|
|
|
1097
1099
|
@builtins.property
|
|
1098
1100
|
@jsii.member(jsii_name="totalMemoryLimit")
|
|
@@ -1105,7 +1107,7 @@ class CfnContainerGroupDefinition(
|
|
|
1105
1107
|
if __debug__:
|
|
1106
1108
|
type_hints = typing.get_type_hints(_typecheckingstub__b4cc7de67e0ef4b7a915c9522aa5d27817d4c88d3cc0d6cc3897ec44fe82624e)
|
|
1107
1109
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1108
|
-
jsii.set(self, "totalMemoryLimit", value)
|
|
1110
|
+
jsii.set(self, "totalMemoryLimit", value) # pyright: ignore[reportArgumentType]
|
|
1109
1111
|
|
|
1110
1112
|
@builtins.property
|
|
1111
1113
|
@jsii.member(jsii_name="schedulingStrategy")
|
|
@@ -1118,7 +1120,7 @@ class CfnContainerGroupDefinition(
|
|
|
1118
1120
|
if __debug__:
|
|
1119
1121
|
type_hints = typing.get_type_hints(_typecheckingstub__ee4192c1232484aa6cb4b7a0ff2133a07c228af7fc593005174668d67f88e787)
|
|
1120
1122
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1121
|
-
jsii.set(self, "schedulingStrategy", value)
|
|
1123
|
+
jsii.set(self, "schedulingStrategy", value) # pyright: ignore[reportArgumentType]
|
|
1122
1124
|
|
|
1123
1125
|
@builtins.property
|
|
1124
1126
|
@jsii.member(jsii_name="tags")
|
|
@@ -1131,7 +1133,7 @@ class CfnContainerGroupDefinition(
|
|
|
1131
1133
|
if __debug__:
|
|
1132
1134
|
type_hints = typing.get_type_hints(_typecheckingstub__39d9905e11429554186c96e0a5c07109b132519014161fc8e8d7aa9f4250218d)
|
|
1133
1135
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1134
|
-
jsii.set(self, "tags", value)
|
|
1136
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
1135
1137
|
|
|
1136
1138
|
@jsii.data_type(
|
|
1137
1139
|
jsii_type="aws-cdk-lib.aws_gamelift.CfnContainerGroupDefinition.ContainerDefinitionProperty",
|
|
@@ -1170,7 +1172,9 @@ class CfnContainerGroupDefinition(
|
|
|
1170
1172
|
resolved_image_digest: typing.Optional[builtins.str] = None,
|
|
1171
1173
|
working_directory: typing.Optional[builtins.str] = None,
|
|
1172
1174
|
) -> None:
|
|
1173
|
-
'''*This data type is
|
|
1175
|
+
'''*This data type is currently not available.
|
|
1176
|
+
|
|
1177
|
+
It is under improvement as we respond to customer feedback from the Containers public preview.*
|
|
1174
1178
|
|
|
1175
1179
|
Describes a container in a container fleet, the resources available to the container, and the commands that are run when the container starts. Container properties can't be updated. To change a property, create a new container group definition. See also ``ContainerDefinitionInput`` .
|
|
1176
1180
|
|
|
@@ -1468,7 +1472,9 @@ class CfnContainerGroupDefinition(
|
|
|
1468
1472
|
condition: builtins.str,
|
|
1469
1473
|
container_name: builtins.str,
|
|
1470
1474
|
) -> None:
|
|
1471
|
-
'''*This data type is
|
|
1475
|
+
'''*This data type is currently not available.
|
|
1476
|
+
|
|
1477
|
+
It is under improvement as we respond to customer feedback from the Containers public preview.*
|
|
1472
1478
|
|
|
1473
1479
|
A container's dependency on another container in the same container group. The dependency impacts how the dependent container is able to start or shut down based the status of the other container.
|
|
1474
1480
|
|
|
@@ -1545,7 +1551,9 @@ class CfnContainerGroupDefinition(
|
|
|
1545
1551
|
)
|
|
1546
1552
|
class ContainerEnvironmentProperty:
|
|
1547
1553
|
def __init__(self, *, name: builtins.str, value: builtins.str) -> None:
|
|
1548
|
-
'''*This data type is
|
|
1554
|
+
'''*This data type is currently not available.
|
|
1555
|
+
|
|
1556
|
+
It is under improvement as we respond to customer feedback from the Containers public preview.*
|
|
1549
1557
|
|
|
1550
1558
|
An environment variable to set inside a container, in the form of a key-value pair.
|
|
1551
1559
|
|
|
@@ -1759,7 +1767,9 @@ class CfnContainerGroupDefinition(
|
|
|
1759
1767
|
protocol: builtins.str,
|
|
1760
1768
|
to_port: jsii.Number,
|
|
1761
1769
|
) -> None:
|
|
1762
|
-
'''*This data type is
|
|
1770
|
+
'''*This data type is currently not available.
|
|
1771
|
+
|
|
1772
|
+
It is under improvement as we respond to customer feedback from the Containers public preview.*
|
|
1763
1773
|
|
|
1764
1774
|
A set of one or more port numbers that can be opened on the container.
|
|
1765
1775
|
|
|
@@ -2001,8 +2011,8 @@ class CfnContainerGroupDefinitionProps:
|
|
|
2001
2011
|
:param container_definitions: The set of container definitions that are included in the container group.
|
|
2002
2012
|
:param name: A descriptive identifier for the container group definition. The name value is unique in an AWS Region.
|
|
2003
2013
|
:param operating_system: The platform required for all containers in the container group definition. .. epigraph:: Amazon Linux 2 (AL2) will reach end of support on 6/30/2025. See more details in the `Amazon Linux 2 FAQs <https://docs.aws.amazon.com/https://aws.amazon.com/amazon-linux-2/faqs/>`_ . For game servers that are hosted on AL2 and use Amazon GameLift server SDK 4.x., first update the game server build to server SDK 5.x, and then deploy to AL2023 instances. See `Migrate to Amazon GameLift server SDK version 5. <https://docs.aws.amazon.com/gamelift/latest/developerguide/reference-serversdk5-migration.html>`_
|
|
2004
|
-
:param total_cpu_limit: The amount of CPU units on a fleet instance to allocate for the container group. All containers in the group share these resources. This property is an integer value in CPU units (1 vCPU is equal to 1024 CPU units). You can set additional limits for each ``ContainerDefinition`` in the group. If individual containers have limits, this value must be equal to or greater than the sum of all container-specific CPU limits in the group.
|
|
2005
|
-
:param total_memory_limit: The amount of memory (in MiB) on a fleet instance to allocate for the container group. All containers in the group share these resources. You can set additional limits for each ``ContainerDefinition`` in the group. If individual containers have limits, this value must meet the following requirements: - Equal to or greater than the sum of all container-specific soft memory limits in the group. - Equal to or greater than any container-specific hard limits in the group.
|
|
2014
|
+
:param total_cpu_limit: The amount of CPU units on a fleet instance to allocate for the container group. All containers in the group share these resources. This property is an integer value in CPU units (1 vCPU is equal to 1024 CPU units). You can set additional limits for each ``ContainerDefinition`` in the group. If individual containers have limits, this value must be equal to or greater than the sum of all container-specific CPU limits in the group.
|
|
2015
|
+
:param total_memory_limit: The amount of memory (in MiB) on a fleet instance to allocate for the container group. All containers in the group share these resources. You can set additional limits for each ``ContainerDefinition`` in the group. If individual containers have limits, this value must meet the following requirements: - Equal to or greater than the sum of all container-specific soft memory limits in the group. - Equal to or greater than any container-specific hard limits in the group.
|
|
2006
2016
|
:param scheduling_strategy: The method for deploying the container group across fleet instances. A replica container group might have multiple copies on each fleet instance. A daemon container group maintains only one copy per fleet instance.
|
|
2007
2017
|
:param tags: An array of key-value pairs to apply to this resource.
|
|
2008
2018
|
|
|
@@ -2136,8 +2146,6 @@ class CfnContainerGroupDefinitionProps:
|
|
|
2136
2146
|
|
|
2137
2147
|
You can set additional limits for each ``ContainerDefinition`` in the group. If individual containers have limits, this value must be equal to or greater than the sum of all container-specific CPU limits in the group.
|
|
2138
2148
|
|
|
2139
|
-
For more details on memory allocation, see the `Container fleet design guide <https://docs.aws.amazon.com/gamelift/latest/developerguide/containers-design-fleet>`_ .
|
|
2140
|
-
|
|
2141
2149
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-containergroupdefinition.html#cfn-gamelift-containergroupdefinition-totalcpulimit
|
|
2142
2150
|
'''
|
|
2143
2151
|
result = self._values.get("total_cpu_limit")
|
|
@@ -2155,8 +2163,6 @@ class CfnContainerGroupDefinitionProps:
|
|
|
2155
2163
|
- Equal to or greater than the sum of all container-specific soft memory limits in the group.
|
|
2156
2164
|
- Equal to or greater than any container-specific hard limits in the group.
|
|
2157
2165
|
|
|
2158
|
-
For more details on memory allocation, see the `Container fleet design guide <https://docs.aws.amazon.com/gamelift/latest/developerguide/containers-design-fleet>`_ .
|
|
2159
|
-
|
|
2160
2166
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-containergroupdefinition.html#cfn-gamelift-containergroupdefinition-totalmemorylimit
|
|
2161
2167
|
'''
|
|
2162
2168
|
result = self._values.get("total_memory_limit")
|
|
@@ -2348,19 +2354,19 @@ class CfnFleet(
|
|
|
2348
2354
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
2349
2355
|
:param name: A descriptive label that is associated with a fleet. Fleet names do not need to be unique.
|
|
2350
2356
|
:param anywhere_configuration: Amazon GameLift Anywhere configuration options.
|
|
2351
|
-
:param apply_capacity: Current resource capacity settings for managed EC2 fleets
|
|
2357
|
+
:param apply_capacity: Current resource capacity settings for managed EC2 fleets. For multi-location fleets, location values might refer to a fleet's remote location or its home Region. *Returned by:* `DescribeFleetCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeFleetCapacity.html>`_ , `DescribeFleetLocationCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeFleetLocationCapacity.html>`_ , `UpdateFleetCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_UpdateFleetCapacity.html>`_
|
|
2352
2358
|
:param build_id: A unique identifier for a build to be deployed on the new fleet. If you are deploying the fleet with a custom game build, you must specify this property. The build must have been successfully uploaded to Amazon GameLift and be in a ``READY`` status. This fleet setting cannot be changed once the fleet is created.
|
|
2353
2359
|
:param certificate_configuration: Prompts Amazon GameLift to generate a TLS/SSL certificate for the fleet. Amazon GameLift uses the certificates to encrypt traffic between game clients and the game servers running on Amazon GameLift. By default, the ``CertificateConfiguration`` is ``DISABLED`` . You can't change this property after you create the fleet. AWS Certificate Manager (ACM) certificates expire after 13 months. Certificate expiration can cause fleets to fail, preventing players from connecting to instances in the fleet. We recommend you replace fleets before 13 months, consider using fleet aliases for a smooth transition. .. epigraph:: ACM isn't available in all AWS regions. A fleet creation request with certificate generation enabled in an unsupported Region, fails with a 4xx error. For more information about the supported Regions, see `Supported Regions <https://docs.aws.amazon.com/acm/latest/userguide/acm-regions.html>`_ in the *AWS Certificate Manager User Guide* .
|
|
2354
2360
|
:param compute_type: The type of compute resource used to host your game servers. - ``EC2`` – The game server build is deployed to Amazon EC2 instances for cloud hosting. This is the default setting. - ``CONTAINER`` – Container images with your game server build and supporting software are deployed to Amazon EC2 instances for cloud hosting. With this compute type, you must specify the ``ContainerGroupsConfiguration`` parameter. - ``ANYWHERE`` – Game servers or container images with your game server and supporting software are deployed to compute resources that are provided and managed by you. With this compute type, you can also set the ``AnywhereConfiguration`` parameter.
|
|
2355
|
-
:param container_groups_configuration: *This data type is
|
|
2361
|
+
:param container_groups_configuration: *This data type is currently not available. It is under improvement as we respond to customer feedback from the Containers public preview.* Configuration details for a set of container groups, for use when creating a fleet with compute type ``CONTAINER`` . *Used with:* ``CreateFleet``
|
|
2356
2362
|
:param description: A description for the fleet.
|
|
2357
2363
|
:param desired_ec2_instances: The number of EC2 instances that you want this fleet to host. When creating a new fleet, GameLift automatically sets this value to "1" and initiates a single instance. Once the fleet is active, update this value to trigger GameLift to add or remove instances from the fleet.
|
|
2358
2364
|
:param ec2_inbound_permissions: The IP address ranges and port settings that allow inbound traffic to access game server processes and other processes on this fleet. Set this parameter for EC2 and container fleets. You can leave this parameter empty when creating the fleet, but you must call ``UpdateFleetPortSettings`` to set it before players can connect to game sessions. As a best practice, we recommend opening ports for remote access only when you need them and closing them when you're finished. For Realtime Servers fleets, Amazon GameLift automatically sets TCP and UDP ranges. To manage inbound access for a container fleet, set this parameter to the same port numbers that you set for the fleet's connection port range. During the life of the fleet, update this parameter to control which connection ports are open to inbound traffic.
|
|
2359
2365
|
:param ec2_instance_type: The Amazon GameLift-supported Amazon EC2 instance type to use with EC2 and container fleets. Instance type determines the computing resources that will be used to host your game servers, including CPU, memory, storage, and networking capacity. See `Amazon Elastic Compute Cloud Instance Types <https://docs.aws.amazon.com/ec2/instance-types/>`_ for detailed descriptions of Amazon EC2 instance types.
|
|
2360
2366
|
:param fleet_type: Indicates whether to use On-Demand or Spot instances for this fleet. By default, this property is set to ``ON_DEMAND`` . Learn more about when to use `On-Demand versus Spot Instances <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-ec2-instances.html#gamelift-ec2-instances-spot>`_ . This fleet property can't be changed after the fleet is created.
|
|
2361
|
-
:param instance_role_arn: A unique identifier for an IAM role with access permissions to other AWS services. Any application that runs on an instance in the fleet--including install scripts, server processes, and other processes--can use these permissions to interact with AWS resources that you own or have access to. For more information about using the role with your game server builds, see `Communicate with other AWS resources from your fleets <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-resources.html>`_ . This attribute is used with fleets where ``ComputeType`` is "EC2"
|
|
2362
|
-
:param instance_role_credentials_provider: Indicates that fleet instances maintain a shared credentials file for the IAM role defined in ``InstanceRoleArn`` . Shared credentials allow applications that are deployed with the game server executable to communicate with other AWS resources. This property is used only when the game server is integrated with the server SDK version 5.x. For more information about using shared credentials, see `Communicate with other AWS resources from your fleets <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-resources.html>`_ . This attribute is used with fleets where ``ComputeType`` is "EC2"
|
|
2363
|
-
:param locations: A set of remote locations to deploy additional instances to and manage as
|
|
2367
|
+
:param instance_role_arn: A unique identifier for an IAM role with access permissions to other AWS services. Any application that runs on an instance in the fleet--including install scripts, server processes, and other processes--can use these permissions to interact with AWS resources that you own or have access to. For more information about using the role with your game server builds, see `Communicate with other AWS resources from your fleets <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-resources.html>`_ . This attribute is used with fleets where ``ComputeType`` is "EC2".
|
|
2368
|
+
:param instance_role_credentials_provider: Indicates that fleet instances maintain a shared credentials file for the IAM role defined in ``InstanceRoleArn`` . Shared credentials allow applications that are deployed with the game server executable to communicate with other AWS resources. This property is used only when the game server is integrated with the server SDK version 5.x. For more information about using shared credentials, see `Communicate with other AWS resources from your fleets <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-resources.html>`_ . This attribute is used with fleets where ``ComputeType`` is "EC2".
|
|
2369
|
+
:param locations: A set of remote locations to deploy additional instances to and manage as a multi-location fleet. Use this parameter when creating a fleet in AWS Regions that support multiple locations. You can add any AWS Region or Local Zone that's supported by Amazon GameLift. Provide a list of one or more AWS Region codes, such as ``us-west-2`` , or Local Zone names. When using this parameter, Amazon GameLift requires you to include your home location in the request. For a list of supported Regions and Local Zones, see `Amazon GameLift service locations <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html>`_ for managed hosting.
|
|
2364
2370
|
:param log_paths: (deprecated) This parameter is no longer used. When hosting a custom game build, specify where Amazon GameLift should store log files using the Amazon GameLift server API call ProcessReady()
|
|
2365
2371
|
:param max_size: The maximum number of instances that are allowed in the specified fleet location. If this parameter is not set, the default is 1.
|
|
2366
2372
|
:param metric_groups: The name of an AWS CloudWatch metric group to add this fleet to. A metric group is used to aggregate the metrics for multiple fleets. You can specify an existing metric group name or set a new name to create a new metric group. A fleet can be included in only one metric group at a time.
|
|
@@ -2478,7 +2484,7 @@ class CfnFleet(
|
|
|
2478
2484
|
if __debug__:
|
|
2479
2485
|
type_hints = typing.get_type_hints(_typecheckingstub__dd3e6bf68da3a08ee0a6dbdff6b571a1a9348dfd6d1f15864e1efd85595ae689)
|
|
2480
2486
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2481
|
-
jsii.set(self, "name", value)
|
|
2487
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
2482
2488
|
|
|
2483
2489
|
@builtins.property
|
|
2484
2490
|
@jsii.member(jsii_name="anywhereConfiguration")
|
|
@@ -2496,12 +2502,12 @@ class CfnFleet(
|
|
|
2496
2502
|
if __debug__:
|
|
2497
2503
|
type_hints = typing.get_type_hints(_typecheckingstub__bc575abdd043760dd1cbe4178328d65df4b96ee18072484d24bd88d2e2d340ac)
|
|
2498
2504
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2499
|
-
jsii.set(self, "anywhereConfiguration", value)
|
|
2505
|
+
jsii.set(self, "anywhereConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
2500
2506
|
|
|
2501
2507
|
@builtins.property
|
|
2502
2508
|
@jsii.member(jsii_name="applyCapacity")
|
|
2503
2509
|
def apply_capacity(self) -> typing.Optional[builtins.str]:
|
|
2504
|
-
'''Current resource capacity settings for managed EC2 fleets
|
|
2510
|
+
'''Current resource capacity settings for managed EC2 fleets.'''
|
|
2505
2511
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "applyCapacity"))
|
|
2506
2512
|
|
|
2507
2513
|
@apply_capacity.setter
|
|
@@ -2509,7 +2515,7 @@ class CfnFleet(
|
|
|
2509
2515
|
if __debug__:
|
|
2510
2516
|
type_hints = typing.get_type_hints(_typecheckingstub__6e4da24e64fdcbb7830d9e09a27219d611e9c486d09dd2a970381192b5e97213)
|
|
2511
2517
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2512
|
-
jsii.set(self, "applyCapacity", value)
|
|
2518
|
+
jsii.set(self, "applyCapacity", value) # pyright: ignore[reportArgumentType]
|
|
2513
2519
|
|
|
2514
2520
|
@builtins.property
|
|
2515
2521
|
@jsii.member(jsii_name="buildId")
|
|
@@ -2522,7 +2528,7 @@ class CfnFleet(
|
|
|
2522
2528
|
if __debug__:
|
|
2523
2529
|
type_hints = typing.get_type_hints(_typecheckingstub__fecb16629d96a3f0b5b4acdf8ba4a4b1a44a9314ada24ee4bf29122c11df18e7)
|
|
2524
2530
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2525
|
-
jsii.set(self, "buildId", value)
|
|
2531
|
+
jsii.set(self, "buildId", value) # pyright: ignore[reportArgumentType]
|
|
2526
2532
|
|
|
2527
2533
|
@builtins.property
|
|
2528
2534
|
@jsii.member(jsii_name="certificateConfiguration")
|
|
@@ -2540,7 +2546,7 @@ class CfnFleet(
|
|
|
2540
2546
|
if __debug__:
|
|
2541
2547
|
type_hints = typing.get_type_hints(_typecheckingstub__9f46d27389fd45eb3384977842c4289c60e5795c4a4bd6e08002ec26643232bc)
|
|
2542
2548
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2543
|
-
jsii.set(self, "certificateConfiguration", value)
|
|
2549
|
+
jsii.set(self, "certificateConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
2544
2550
|
|
|
2545
2551
|
@builtins.property
|
|
2546
2552
|
@jsii.member(jsii_name="computeType")
|
|
@@ -2553,14 +2559,14 @@ class CfnFleet(
|
|
|
2553
2559
|
if __debug__:
|
|
2554
2560
|
type_hints = typing.get_type_hints(_typecheckingstub__022e8bf70858e61cedf1ac2f0bbe1af01706924dda3af7f4e655e78c1b5985db)
|
|
2555
2561
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2556
|
-
jsii.set(self, "computeType", value)
|
|
2562
|
+
jsii.set(self, "computeType", value) # pyright: ignore[reportArgumentType]
|
|
2557
2563
|
|
|
2558
2564
|
@builtins.property
|
|
2559
2565
|
@jsii.member(jsii_name="containerGroupsConfiguration")
|
|
2560
2566
|
def container_groups_configuration(
|
|
2561
2567
|
self,
|
|
2562
2568
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFleet.ContainerGroupsConfigurationProperty"]]:
|
|
2563
|
-
'''*This data type is
|
|
2569
|
+
'''*This data type is currently not available.'''
|
|
2564
2570
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFleet.ContainerGroupsConfigurationProperty"]], jsii.get(self, "containerGroupsConfiguration"))
|
|
2565
2571
|
|
|
2566
2572
|
@container_groups_configuration.setter
|
|
@@ -2571,7 +2577,7 @@ class CfnFleet(
|
|
|
2571
2577
|
if __debug__:
|
|
2572
2578
|
type_hints = typing.get_type_hints(_typecheckingstub__12ab5ebb46adc7fe2bb2e1911285f98090170c29093f6e28b584096baafa36aa)
|
|
2573
2579
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2574
|
-
jsii.set(self, "containerGroupsConfiguration", value)
|
|
2580
|
+
jsii.set(self, "containerGroupsConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
2575
2581
|
|
|
2576
2582
|
@builtins.property
|
|
2577
2583
|
@jsii.member(jsii_name="description")
|
|
@@ -2584,7 +2590,7 @@ class CfnFleet(
|
|
|
2584
2590
|
if __debug__:
|
|
2585
2591
|
type_hints = typing.get_type_hints(_typecheckingstub__eec78595476346beb2b42a6ac89d6890fb357c8bc49fbafff985bc1417bca206)
|
|
2586
2592
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2587
|
-
jsii.set(self, "description", value)
|
|
2593
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
2588
2594
|
|
|
2589
2595
|
@builtins.property
|
|
2590
2596
|
@jsii.member(jsii_name="desiredEc2Instances")
|
|
@@ -2597,7 +2603,7 @@ class CfnFleet(
|
|
|
2597
2603
|
if __debug__:
|
|
2598
2604
|
type_hints = typing.get_type_hints(_typecheckingstub__4941614413c1e1554010809926c621b6030f9b38418b19c26a4dbbfc56fd9cfd)
|
|
2599
2605
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2600
|
-
jsii.set(self, "desiredEc2Instances", value)
|
|
2606
|
+
jsii.set(self, "desiredEc2Instances", value) # pyright: ignore[reportArgumentType]
|
|
2601
2607
|
|
|
2602
2608
|
@builtins.property
|
|
2603
2609
|
@jsii.member(jsii_name="ec2InboundPermissions")
|
|
@@ -2615,7 +2621,7 @@ class CfnFleet(
|
|
|
2615
2621
|
if __debug__:
|
|
2616
2622
|
type_hints = typing.get_type_hints(_typecheckingstub__d84bfe64c88748026f1ea76b00a3c1eeeffe26c5a9e7df3f052f9069032249c9)
|
|
2617
2623
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2618
|
-
jsii.set(self, "ec2InboundPermissions", value)
|
|
2624
|
+
jsii.set(self, "ec2InboundPermissions", value) # pyright: ignore[reportArgumentType]
|
|
2619
2625
|
|
|
2620
2626
|
@builtins.property
|
|
2621
2627
|
@jsii.member(jsii_name="ec2InstanceType")
|
|
@@ -2628,7 +2634,7 @@ class CfnFleet(
|
|
|
2628
2634
|
if __debug__:
|
|
2629
2635
|
type_hints = typing.get_type_hints(_typecheckingstub__f5edb81bb6e5f986aaa8654e60493e7ec0e42f57ed43a7481b48714433fb0b95)
|
|
2630
2636
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2631
|
-
jsii.set(self, "ec2InstanceType", value)
|
|
2637
|
+
jsii.set(self, "ec2InstanceType", value) # pyright: ignore[reportArgumentType]
|
|
2632
2638
|
|
|
2633
2639
|
@builtins.property
|
|
2634
2640
|
@jsii.member(jsii_name="fleetType")
|
|
@@ -2641,7 +2647,7 @@ class CfnFleet(
|
|
|
2641
2647
|
if __debug__:
|
|
2642
2648
|
type_hints = typing.get_type_hints(_typecheckingstub__bc9a52bd70aa79d8d459ba6e23d2020447c1f1d4faa157c8836aad4e87181d56)
|
|
2643
2649
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2644
|
-
jsii.set(self, "fleetType", value)
|
|
2650
|
+
jsii.set(self, "fleetType", value) # pyright: ignore[reportArgumentType]
|
|
2645
2651
|
|
|
2646
2652
|
@builtins.property
|
|
2647
2653
|
@jsii.member(jsii_name="instanceRoleArn")
|
|
@@ -2654,7 +2660,7 @@ class CfnFleet(
|
|
|
2654
2660
|
if __debug__:
|
|
2655
2661
|
type_hints = typing.get_type_hints(_typecheckingstub__7947f4ea6b160028fb5bbf20fcbd0cc9eb46ba122d737f3c792a6be5043d8577)
|
|
2656
2662
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2657
|
-
jsii.set(self, "instanceRoleArn", value)
|
|
2663
|
+
jsii.set(self, "instanceRoleArn", value) # pyright: ignore[reportArgumentType]
|
|
2658
2664
|
|
|
2659
2665
|
@builtins.property
|
|
2660
2666
|
@jsii.member(jsii_name="instanceRoleCredentialsProvider")
|
|
@@ -2670,14 +2676,14 @@ class CfnFleet(
|
|
|
2670
2676
|
if __debug__:
|
|
2671
2677
|
type_hints = typing.get_type_hints(_typecheckingstub__6765d7366d76df2864c4535568d1edf808ceec869046e302b0c842674b46c102)
|
|
2672
2678
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2673
|
-
jsii.set(self, "instanceRoleCredentialsProvider", value)
|
|
2679
|
+
jsii.set(self, "instanceRoleCredentialsProvider", value) # pyright: ignore[reportArgumentType]
|
|
2674
2680
|
|
|
2675
2681
|
@builtins.property
|
|
2676
2682
|
@jsii.member(jsii_name="locations")
|
|
2677
2683
|
def locations(
|
|
2678
2684
|
self,
|
|
2679
2685
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnFleet.LocationConfigurationProperty"]]]]:
|
|
2680
|
-
'''A set of remote locations to deploy additional instances to and manage as
|
|
2686
|
+
'''A set of remote locations to deploy additional instances to and manage as a multi-location fleet.'''
|
|
2681
2687
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnFleet.LocationConfigurationProperty"]]]], jsii.get(self, "locations"))
|
|
2682
2688
|
|
|
2683
2689
|
@locations.setter
|
|
@@ -2688,7 +2694,7 @@ class CfnFleet(
|
|
|
2688
2694
|
if __debug__:
|
|
2689
2695
|
type_hints = typing.get_type_hints(_typecheckingstub__1377dfdecc90d2457b2fe3e90aa35cecb44bf218eb1836fc28cbc15b7a4812f3)
|
|
2690
2696
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2691
|
-
jsii.set(self, "locations", value)
|
|
2697
|
+
jsii.set(self, "locations", value) # pyright: ignore[reportArgumentType]
|
|
2692
2698
|
|
|
2693
2699
|
@builtins.property
|
|
2694
2700
|
@jsii.member(jsii_name="logPaths")
|
|
@@ -2706,7 +2712,7 @@ class CfnFleet(
|
|
|
2706
2712
|
if __debug__:
|
|
2707
2713
|
type_hints = typing.get_type_hints(_typecheckingstub__35b29d2e11870cd4d0ea412c5de5d02fbb8bb765ed67873227f57868f234fe52)
|
|
2708
2714
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2709
|
-
jsii.set(self, "logPaths", value)
|
|
2715
|
+
jsii.set(self, "logPaths", value) # pyright: ignore[reportArgumentType]
|
|
2710
2716
|
|
|
2711
2717
|
@builtins.property
|
|
2712
2718
|
@jsii.member(jsii_name="maxSize")
|
|
@@ -2719,7 +2725,7 @@ class CfnFleet(
|
|
|
2719
2725
|
if __debug__:
|
|
2720
2726
|
type_hints = typing.get_type_hints(_typecheckingstub__cbc74cb38ce8a622308c22d16cb5fe99f9f601acdfd26460b9b33bd15037e42f)
|
|
2721
2727
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2722
|
-
jsii.set(self, "maxSize", value)
|
|
2728
|
+
jsii.set(self, "maxSize", value) # pyright: ignore[reportArgumentType]
|
|
2723
2729
|
|
|
2724
2730
|
@builtins.property
|
|
2725
2731
|
@jsii.member(jsii_name="metricGroups")
|
|
@@ -2732,7 +2738,7 @@ class CfnFleet(
|
|
|
2732
2738
|
if __debug__:
|
|
2733
2739
|
type_hints = typing.get_type_hints(_typecheckingstub__02facc74087efba3bcf2b21fc12cd9fae063e33440abacb0fdfdf65ecb3fe7ad)
|
|
2734
2740
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2735
|
-
jsii.set(self, "metricGroups", value)
|
|
2741
|
+
jsii.set(self, "metricGroups", value) # pyright: ignore[reportArgumentType]
|
|
2736
2742
|
|
|
2737
2743
|
@builtins.property
|
|
2738
2744
|
@jsii.member(jsii_name="minSize")
|
|
@@ -2745,7 +2751,7 @@ class CfnFleet(
|
|
|
2745
2751
|
if __debug__:
|
|
2746
2752
|
type_hints = typing.get_type_hints(_typecheckingstub__d460bc2f634afc1e2c222819f53ddf45b2647b9ccf197380a1419dfb4b91c61a)
|
|
2747
2753
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2748
|
-
jsii.set(self, "minSize", value)
|
|
2754
|
+
jsii.set(self, "minSize", value) # pyright: ignore[reportArgumentType]
|
|
2749
2755
|
|
|
2750
2756
|
@builtins.property
|
|
2751
2757
|
@jsii.member(jsii_name="newGameSessionProtectionPolicy")
|
|
@@ -2761,7 +2767,7 @@ class CfnFleet(
|
|
|
2761
2767
|
if __debug__:
|
|
2762
2768
|
type_hints = typing.get_type_hints(_typecheckingstub__7c8b79569fe310aaed26b6fa78159b7101d72974e478dd380ca0713aea1d9a9f)
|
|
2763
2769
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2764
|
-
jsii.set(self, "newGameSessionProtectionPolicy", value)
|
|
2770
|
+
jsii.set(self, "newGameSessionProtectionPolicy", value) # pyright: ignore[reportArgumentType]
|
|
2765
2771
|
|
|
2766
2772
|
@builtins.property
|
|
2767
2773
|
@jsii.member(jsii_name="peerVpcAwsAccountId")
|
|
@@ -2774,7 +2780,7 @@ class CfnFleet(
|
|
|
2774
2780
|
if __debug__:
|
|
2775
2781
|
type_hints = typing.get_type_hints(_typecheckingstub__a648f419a89a6e5926858e8481241ede65ca343e3b797aecd480dec6c8b20939)
|
|
2776
2782
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2777
|
-
jsii.set(self, "peerVpcAwsAccountId", value)
|
|
2783
|
+
jsii.set(self, "peerVpcAwsAccountId", value) # pyright: ignore[reportArgumentType]
|
|
2778
2784
|
|
|
2779
2785
|
@builtins.property
|
|
2780
2786
|
@jsii.member(jsii_name="peerVpcId")
|
|
@@ -2787,7 +2793,7 @@ class CfnFleet(
|
|
|
2787
2793
|
if __debug__:
|
|
2788
2794
|
type_hints = typing.get_type_hints(_typecheckingstub__3fd0ab83e874e8110a1f4093ff1e48395bf94729c8f475c6e23b4d22971f3428)
|
|
2789
2795
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2790
|
-
jsii.set(self, "peerVpcId", value)
|
|
2796
|
+
jsii.set(self, "peerVpcId", value) # pyright: ignore[reportArgumentType]
|
|
2791
2797
|
|
|
2792
2798
|
@builtins.property
|
|
2793
2799
|
@jsii.member(jsii_name="resourceCreationLimitPolicy")
|
|
@@ -2805,7 +2811,7 @@ class CfnFleet(
|
|
|
2805
2811
|
if __debug__:
|
|
2806
2812
|
type_hints = typing.get_type_hints(_typecheckingstub__21ee8415ef994fb87ac2edf852ffd98a21384f9eccc26d3a0537563c2b00fbed)
|
|
2807
2813
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2808
|
-
jsii.set(self, "resourceCreationLimitPolicy", value)
|
|
2814
|
+
jsii.set(self, "resourceCreationLimitPolicy", value) # pyright: ignore[reportArgumentType]
|
|
2809
2815
|
|
|
2810
2816
|
@builtins.property
|
|
2811
2817
|
@jsii.member(jsii_name="runtimeConfiguration")
|
|
@@ -2823,7 +2829,7 @@ class CfnFleet(
|
|
|
2823
2829
|
if __debug__:
|
|
2824
2830
|
type_hints = typing.get_type_hints(_typecheckingstub__91bbc8eaa0f72d2032ef5cfd51906c5fc923f7ed24ede99b907cb24fe23da499)
|
|
2825
2831
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2826
|
-
jsii.set(self, "runtimeConfiguration", value)
|
|
2832
|
+
jsii.set(self, "runtimeConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
2827
2833
|
|
|
2828
2834
|
@builtins.property
|
|
2829
2835
|
@jsii.member(jsii_name="scalingPolicies")
|
|
@@ -2841,7 +2847,7 @@ class CfnFleet(
|
|
|
2841
2847
|
if __debug__:
|
|
2842
2848
|
type_hints = typing.get_type_hints(_typecheckingstub__082c3456142a6049adc9dd4639e8b2ca94a21dbf9412cc70d0ea2e1babccf7c3)
|
|
2843
2849
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2844
|
-
jsii.set(self, "scalingPolicies", value)
|
|
2850
|
+
jsii.set(self, "scalingPolicies", value) # pyright: ignore[reportArgumentType]
|
|
2845
2851
|
|
|
2846
2852
|
@builtins.property
|
|
2847
2853
|
@jsii.member(jsii_name="scriptId")
|
|
@@ -2854,7 +2860,7 @@ class CfnFleet(
|
|
|
2854
2860
|
if __debug__:
|
|
2855
2861
|
type_hints = typing.get_type_hints(_typecheckingstub__9d89c92d80f54ea7b8f3b7a14762b9c71a927d074d3727f05bc330349648ba92)
|
|
2856
2862
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2857
|
-
jsii.set(self, "scriptId", value)
|
|
2863
|
+
jsii.set(self, "scriptId", value) # pyright: ignore[reportArgumentType]
|
|
2858
2864
|
|
|
2859
2865
|
@builtins.property
|
|
2860
2866
|
@jsii.member(jsii_name="serverLaunchParameters")
|
|
@@ -2872,7 +2878,7 @@ class CfnFleet(
|
|
|
2872
2878
|
if __debug__:
|
|
2873
2879
|
type_hints = typing.get_type_hints(_typecheckingstub__b86e485f6c758ba0a09838614ee6f5e63a4ba69e6100fd77af039cc9f223b152)
|
|
2874
2880
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2875
|
-
jsii.set(self, "serverLaunchParameters", value)
|
|
2881
|
+
jsii.set(self, "serverLaunchParameters", value) # pyright: ignore[reportArgumentType]
|
|
2876
2882
|
|
|
2877
2883
|
@builtins.property
|
|
2878
2884
|
@jsii.member(jsii_name="serverLaunchPath")
|
|
@@ -2890,7 +2896,7 @@ class CfnFleet(
|
|
|
2890
2896
|
if __debug__:
|
|
2891
2897
|
type_hints = typing.get_type_hints(_typecheckingstub__63d5bf96be81c4a6b00ef1deb4d8846acf0053313fb89efd0ded1f0931c66844)
|
|
2892
2898
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2893
|
-
jsii.set(self, "serverLaunchPath", value)
|
|
2899
|
+
jsii.set(self, "serverLaunchPath", value) # pyright: ignore[reportArgumentType]
|
|
2894
2900
|
|
|
2895
2901
|
@jsii.data_type(
|
|
2896
2902
|
jsii_type="aws-cdk-lib.aws_gamelift.CfnFleet.AnywhereConfigurationProperty",
|
|
@@ -3012,7 +3018,9 @@ class CfnFleet(
|
|
|
3012
3018
|
)
|
|
3013
3019
|
class ConnectionPortRangeProperty:
|
|
3014
3020
|
def __init__(self, *, from_port: jsii.Number, to_port: jsii.Number) -> None:
|
|
3015
|
-
'''*This
|
|
3021
|
+
'''*This data type is currently not available.
|
|
3022
|
+
|
|
3023
|
+
It is under improvement as we respond to customer feedback from the Containers public preview.*
|
|
3016
3024
|
|
|
3017
3025
|
The set of port numbers to open on each instance in a container fleet. Connection ports are used by inbound traffic to connect with processes that are running in containers on the fleet.
|
|
3018
3026
|
|
|
@@ -3094,7 +3102,9 @@ class CfnFleet(
|
|
|
3094
3102
|
container_group_definition_names: typing.Sequence[builtins.str],
|
|
3095
3103
|
container_groups_per_instance: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFleet.ContainerGroupsPerInstanceProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3096
3104
|
) -> None:
|
|
3097
|
-
'''*This data type is
|
|
3105
|
+
'''*This data type is currently not available.
|
|
3106
|
+
|
|
3107
|
+
It is under improvement as we respond to customer feedback from the Containers public preview.*
|
|
3098
3108
|
|
|
3099
3109
|
Configuration details for a set of container groups, for use when creating a fleet with compute type ``CONTAINER`` .
|
|
3100
3110
|
|
|
@@ -3207,7 +3217,9 @@ class CfnFleet(
|
|
|
3207
3217
|
desired_replica_container_groups_per_instance: typing.Optional[jsii.Number] = None,
|
|
3208
3218
|
max_replica_container_groups_per_instance: typing.Optional[jsii.Number] = None,
|
|
3209
3219
|
) -> None:
|
|
3210
|
-
'''*This data type is
|
|
3220
|
+
'''*This data type is currently not available.
|
|
3221
|
+
|
|
3222
|
+
It is under improvement as we respond to customer feedback from the Containers public preview.*
|
|
3211
3223
|
|
|
3212
3224
|
Determines how many replica container groups that Amazon GameLift deploys to each instance in a container fleet.
|
|
3213
3225
|
|
|
@@ -3418,7 +3430,7 @@ class CfnFleet(
|
|
|
3418
3430
|
max_size: jsii.Number,
|
|
3419
3431
|
min_size: jsii.Number,
|
|
3420
3432
|
) -> None:
|
|
3421
|
-
'''Current resource capacity settings for managed EC2 fleets
|
|
3433
|
+
'''Current resource capacity settings for managed EC2 fleets.
|
|
3422
3434
|
|
|
3423
3435
|
For multi-location fleets, location values might refer to a fleet's remote location or its home Region.
|
|
3424
3436
|
|
|
@@ -3513,12 +3525,10 @@ class CfnFleet(
|
|
|
3513
3525
|
location: builtins.str,
|
|
3514
3526
|
location_capacity: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFleet.LocationCapacityProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3515
3527
|
) -> None:
|
|
3516
|
-
'''
|
|
3528
|
+
'''A remote location where a multi-location fleet can deploy game servers for game hosting.
|
|
3517
3529
|
|
|
3518
|
-
|
|
3519
|
-
|
|
3520
|
-
:param location: An AWS Region code, such as ``us-west-2`` .
|
|
3521
|
-
:param location_capacity: Current resource capacity settings for managed EC2 fleets and container fleets. For multi-location fleets, location values might refer to a fleet's remote location or its home Region. *Returned by:* `DescribeFleetCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeFleetCapacity.html>`_ , `DescribeFleetLocationCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeFleetLocationCapacity.html>`_ , `UpdateFleetCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_UpdateFleetCapacity.html>`_
|
|
3530
|
+
:param location: An AWS Region code, such as ``us-west-2`` . For a list of supported Regions and Local Zones, see `Amazon GameLift service locations <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html>`_ for managed hosting.
|
|
3531
|
+
:param location_capacity: Current resource capacity settings for managed EC2 fleets. For multi-location fleets, location values might refer to a fleet's remote location or its home Region. *Returned by:* `DescribeFleetCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeFleetCapacity.html>`_ , `DescribeFleetLocationCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeFleetLocationCapacity.html>`_ , `UpdateFleetCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_UpdateFleetCapacity.html>`_
|
|
3522
3532
|
|
|
3523
3533
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-locationconfiguration.html
|
|
3524
3534
|
:exampleMetadata: fixture=_generated
|
|
@@ -3554,6 +3564,8 @@ class CfnFleet(
|
|
|
3554
3564
|
def location(self) -> builtins.str:
|
|
3555
3565
|
'''An AWS Region code, such as ``us-west-2`` .
|
|
3556
3566
|
|
|
3567
|
+
For a list of supported Regions and Local Zones, see `Amazon GameLift service locations <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html>`_ for managed hosting.
|
|
3568
|
+
|
|
3557
3569
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-locationconfiguration.html#cfn-gamelift-fleet-locationconfiguration-location
|
|
3558
3570
|
'''
|
|
3559
3571
|
result = self._values.get("location")
|
|
@@ -3564,7 +3576,7 @@ class CfnFleet(
|
|
|
3564
3576
|
def location_capacity(
|
|
3565
3577
|
self,
|
|
3566
3578
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFleet.LocationCapacityProperty"]]:
|
|
3567
|
-
'''Current resource capacity settings for managed EC2 fleets
|
|
3579
|
+
'''Current resource capacity settings for managed EC2 fleets.
|
|
3568
3580
|
|
|
3569
3581
|
For multi-location fleets, location values might refer to a fleet's remote location or its home Region.
|
|
3570
3582
|
|
|
@@ -3691,7 +3703,7 @@ class CfnFleet(
|
|
|
3691
3703
|
A GameLift instance is limited to 50 processes running concurrently. To calculate the total number of processes in a runtime configuration, add the values of the ``ConcurrentExecutions`` parameter for each ServerProcess. Learn more about `Running Multiple Processes on a Fleet <https://docs.aws.amazon.com/gamelift/latest/developerguide/fleets-multiprocess.html>`_ .
|
|
3692
3704
|
|
|
3693
3705
|
:param game_session_activation_timeout_seconds: The maximum amount of time (in seconds) allowed to launch a new game session and have it report ready to host players. During this time, the game session is in status ``ACTIVATING`` . If the game session does not become active before the timeout, it is ended and the game session status is changed to ``TERMINATED`` .
|
|
3694
|
-
:param max_concurrent_game_session_activations: The number of game sessions in status ``ACTIVATING`` to allow on an instance
|
|
3706
|
+
:param max_concurrent_game_session_activations: The number of game sessions in status ``ACTIVATING`` to allow on an instance. This setting limits the instance resources that can be used for new game activations at any one time.
|
|
3695
3707
|
:param server_processes: A collection of server process configurations that identify what server processes to run on fleet computes.
|
|
3696
3708
|
|
|
3697
3709
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html
|
|
@@ -3745,7 +3757,7 @@ class CfnFleet(
|
|
|
3745
3757
|
def max_concurrent_game_session_activations(
|
|
3746
3758
|
self,
|
|
3747
3759
|
) -> typing.Optional[jsii.Number]:
|
|
3748
|
-
'''The number of game sessions in status ``ACTIVATING`` to allow on an instance
|
|
3760
|
+
'''The number of game sessions in status ``ACTIVATING`` to allow on an instance.
|
|
3749
3761
|
|
|
3750
3762
|
This setting limits the instance resources that can be used for new game activations at any one time.
|
|
3751
3763
|
|
|
@@ -4073,7 +4085,7 @@ class CfnFleet(
|
|
|
4073
4085
|
|
|
4074
4086
|
Server processes run either an executable in a custom game build or a Realtime Servers script.
|
|
4075
4087
|
|
|
4076
|
-
:param concurrent_executions: The number of server processes using this configuration that run concurrently on each instance
|
|
4088
|
+
:param concurrent_executions: The number of server processes using this configuration that run concurrently on each instance.
|
|
4077
4089
|
:param launch_path: The location of a game build executable or Realtime script. Game builds and Realtime scripts are installed on instances at the root: - Windows (custom game builds only): ``C:\\game`` . Example: " ``C:\\game\\MyGame\\server.exe`` " - Linux: ``/local/game`` . Examples: " ``/local/game/MyGame/server.exe`` " or " ``/local/game/MyRealtimeScript.js`` " .. epigraph:: Amazon GameLift doesn't support the use of setup scripts that launch the game executable. For custom game builds, this parameter must indicate the executable that calls the server SDK operations ``initSDK()`` and ``ProcessReady()`` .
|
|
4078
4090
|
:param parameters: An optional list of parameters to pass to the server executable or Realtime script on launch. Length Constraints: Minimum length of 1. Maximum length of 1024. Pattern: [A-Za-z0-9_:.+/\\- =@{},?'[]"]+
|
|
4079
4091
|
|
|
@@ -4108,7 +4120,7 @@ class CfnFleet(
|
|
|
4108
4120
|
|
|
4109
4121
|
@builtins.property
|
|
4110
4122
|
def concurrent_executions(self) -> jsii.Number:
|
|
4111
|
-
'''The number of server processes using this configuration that run concurrently on each instance
|
|
4123
|
+
'''The number of server processes using this configuration that run concurrently on each instance.
|
|
4112
4124
|
|
|
4113
4125
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-serverprocess.html#cfn-gamelift-fleet-serverprocess-concurrentexecutions
|
|
4114
4126
|
'''
|
|
@@ -4287,19 +4299,19 @@ class CfnFleetProps:
|
|
|
4287
4299
|
|
|
4288
4300
|
:param name: A descriptive label that is associated with a fleet. Fleet names do not need to be unique.
|
|
4289
4301
|
:param anywhere_configuration: Amazon GameLift Anywhere configuration options.
|
|
4290
|
-
:param apply_capacity: Current resource capacity settings for managed EC2 fleets
|
|
4302
|
+
:param apply_capacity: Current resource capacity settings for managed EC2 fleets. For multi-location fleets, location values might refer to a fleet's remote location or its home Region. *Returned by:* `DescribeFleetCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeFleetCapacity.html>`_ , `DescribeFleetLocationCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeFleetLocationCapacity.html>`_ , `UpdateFleetCapacity <https://docs.aws.amazon.com/gamelift/latest/apireference/API_UpdateFleetCapacity.html>`_
|
|
4291
4303
|
:param build_id: A unique identifier for a build to be deployed on the new fleet. If you are deploying the fleet with a custom game build, you must specify this property. The build must have been successfully uploaded to Amazon GameLift and be in a ``READY`` status. This fleet setting cannot be changed once the fleet is created.
|
|
4292
4304
|
:param certificate_configuration: Prompts Amazon GameLift to generate a TLS/SSL certificate for the fleet. Amazon GameLift uses the certificates to encrypt traffic between game clients and the game servers running on Amazon GameLift. By default, the ``CertificateConfiguration`` is ``DISABLED`` . You can't change this property after you create the fleet. AWS Certificate Manager (ACM) certificates expire after 13 months. Certificate expiration can cause fleets to fail, preventing players from connecting to instances in the fleet. We recommend you replace fleets before 13 months, consider using fleet aliases for a smooth transition. .. epigraph:: ACM isn't available in all AWS regions. A fleet creation request with certificate generation enabled in an unsupported Region, fails with a 4xx error. For more information about the supported Regions, see `Supported Regions <https://docs.aws.amazon.com/acm/latest/userguide/acm-regions.html>`_ in the *AWS Certificate Manager User Guide* .
|
|
4293
4305
|
:param compute_type: The type of compute resource used to host your game servers. - ``EC2`` – The game server build is deployed to Amazon EC2 instances for cloud hosting. This is the default setting. - ``CONTAINER`` – Container images with your game server build and supporting software are deployed to Amazon EC2 instances for cloud hosting. With this compute type, you must specify the ``ContainerGroupsConfiguration`` parameter. - ``ANYWHERE`` – Game servers or container images with your game server and supporting software are deployed to compute resources that are provided and managed by you. With this compute type, you can also set the ``AnywhereConfiguration`` parameter.
|
|
4294
|
-
:param container_groups_configuration: *This data type is
|
|
4306
|
+
:param container_groups_configuration: *This data type is currently not available. It is under improvement as we respond to customer feedback from the Containers public preview.* Configuration details for a set of container groups, for use when creating a fleet with compute type ``CONTAINER`` . *Used with:* ``CreateFleet``
|
|
4295
4307
|
:param description: A description for the fleet.
|
|
4296
4308
|
:param desired_ec2_instances: The number of EC2 instances that you want this fleet to host. When creating a new fleet, GameLift automatically sets this value to "1" and initiates a single instance. Once the fleet is active, update this value to trigger GameLift to add or remove instances from the fleet.
|
|
4297
4309
|
:param ec2_inbound_permissions: The IP address ranges and port settings that allow inbound traffic to access game server processes and other processes on this fleet. Set this parameter for EC2 and container fleets. You can leave this parameter empty when creating the fleet, but you must call ``UpdateFleetPortSettings`` to set it before players can connect to game sessions. As a best practice, we recommend opening ports for remote access only when you need them and closing them when you're finished. For Realtime Servers fleets, Amazon GameLift automatically sets TCP and UDP ranges. To manage inbound access for a container fleet, set this parameter to the same port numbers that you set for the fleet's connection port range. During the life of the fleet, update this parameter to control which connection ports are open to inbound traffic.
|
|
4298
4310
|
:param ec2_instance_type: The Amazon GameLift-supported Amazon EC2 instance type to use with EC2 and container fleets. Instance type determines the computing resources that will be used to host your game servers, including CPU, memory, storage, and networking capacity. See `Amazon Elastic Compute Cloud Instance Types <https://docs.aws.amazon.com/ec2/instance-types/>`_ for detailed descriptions of Amazon EC2 instance types.
|
|
4299
4311
|
:param fleet_type: Indicates whether to use On-Demand or Spot instances for this fleet. By default, this property is set to ``ON_DEMAND`` . Learn more about when to use `On-Demand versus Spot Instances <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-ec2-instances.html#gamelift-ec2-instances-spot>`_ . This fleet property can't be changed after the fleet is created.
|
|
4300
|
-
:param instance_role_arn: A unique identifier for an IAM role with access permissions to other AWS services. Any application that runs on an instance in the fleet--including install scripts, server processes, and other processes--can use these permissions to interact with AWS resources that you own or have access to. For more information about using the role with your game server builds, see `Communicate with other AWS resources from your fleets <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-resources.html>`_ . This attribute is used with fleets where ``ComputeType`` is "EC2"
|
|
4301
|
-
:param instance_role_credentials_provider: Indicates that fleet instances maintain a shared credentials file for the IAM role defined in ``InstanceRoleArn`` . Shared credentials allow applications that are deployed with the game server executable to communicate with other AWS resources. This property is used only when the game server is integrated with the server SDK version 5.x. For more information about using shared credentials, see `Communicate with other AWS resources from your fleets <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-resources.html>`_ . This attribute is used with fleets where ``ComputeType`` is "EC2"
|
|
4302
|
-
:param locations: A set of remote locations to deploy additional instances to and manage as
|
|
4312
|
+
:param instance_role_arn: A unique identifier for an IAM role with access permissions to other AWS services. Any application that runs on an instance in the fleet--including install scripts, server processes, and other processes--can use these permissions to interact with AWS resources that you own or have access to. For more information about using the role with your game server builds, see `Communicate with other AWS resources from your fleets <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-resources.html>`_ . This attribute is used with fleets where ``ComputeType`` is "EC2".
|
|
4313
|
+
:param instance_role_credentials_provider: Indicates that fleet instances maintain a shared credentials file for the IAM role defined in ``InstanceRoleArn`` . Shared credentials allow applications that are deployed with the game server executable to communicate with other AWS resources. This property is used only when the game server is integrated with the server SDK version 5.x. For more information about using shared credentials, see `Communicate with other AWS resources from your fleets <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-resources.html>`_ . This attribute is used with fleets where ``ComputeType`` is "EC2".
|
|
4314
|
+
:param locations: A set of remote locations to deploy additional instances to and manage as a multi-location fleet. Use this parameter when creating a fleet in AWS Regions that support multiple locations. You can add any AWS Region or Local Zone that's supported by Amazon GameLift. Provide a list of one or more AWS Region codes, such as ``us-west-2`` , or Local Zone names. When using this parameter, Amazon GameLift requires you to include your home location in the request. For a list of supported Regions and Local Zones, see `Amazon GameLift service locations <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html>`_ for managed hosting.
|
|
4303
4315
|
:param log_paths: (deprecated) This parameter is no longer used. When hosting a custom game build, specify where Amazon GameLift should store log files using the Amazon GameLift server API call ProcessReady()
|
|
4304
4316
|
:param max_size: The maximum number of instances that are allowed in the specified fleet location. If this parameter is not set, the default is 1.
|
|
4305
4317
|
:param metric_groups: The name of an AWS CloudWatch metric group to add this fleet to. A metric group is used to aggregate the metrics for multiple fleets. You can specify an existing metric group name or set a new name to create a new metric group. A fleet can be included in only one metric group at a time.
|
|
@@ -4529,7 +4541,7 @@ class CfnFleetProps:
|
|
|
4529
4541
|
|
|
4530
4542
|
@builtins.property
|
|
4531
4543
|
def apply_capacity(self) -> typing.Optional[builtins.str]:
|
|
4532
|
-
'''Current resource capacity settings for managed EC2 fleets
|
|
4544
|
+
'''Current resource capacity settings for managed EC2 fleets.
|
|
4533
4545
|
|
|
4534
4546
|
For multi-location fleets, location values might refer to a fleet's remote location or its home Region.
|
|
4535
4547
|
|
|
@@ -4586,7 +4598,9 @@ class CfnFleetProps:
|
|
|
4586
4598
|
def container_groups_configuration(
|
|
4587
4599
|
self,
|
|
4588
4600
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnFleet.ContainerGroupsConfigurationProperty]]:
|
|
4589
|
-
'''*This data type is
|
|
4601
|
+
'''*This data type is currently not available.
|
|
4602
|
+
|
|
4603
|
+
It is under improvement as we respond to customer feedback from the Containers public preview.*
|
|
4590
4604
|
|
|
4591
4605
|
Configuration details for a set of container groups, for use when creating a fleet with compute type ``CONTAINER`` .
|
|
4592
4606
|
|
|
@@ -4658,7 +4672,7 @@ class CfnFleetProps:
|
|
|
4658
4672
|
def instance_role_arn(self) -> typing.Optional[builtins.str]:
|
|
4659
4673
|
'''A unique identifier for an IAM role with access permissions to other AWS services.
|
|
4660
4674
|
|
|
4661
|
-
Any application that runs on an instance in the fleet--including install scripts, server processes, and other processes--can use these permissions to interact with AWS resources that you own or have access to. For more information about using the role with your game server builds, see `Communicate with other AWS resources from your fleets <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-resources.html>`_ . This attribute is used with fleets where ``ComputeType`` is "EC2"
|
|
4675
|
+
Any application that runs on an instance in the fleet--including install scripts, server processes, and other processes--can use these permissions to interact with AWS resources that you own or have access to. For more information about using the role with your game server builds, see `Communicate with other AWS resources from your fleets <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-resources.html>`_ . This attribute is used with fleets where ``ComputeType`` is "EC2".
|
|
4662
4676
|
|
|
4663
4677
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-instancerolearn
|
|
4664
4678
|
'''
|
|
@@ -4669,7 +4683,7 @@ class CfnFleetProps:
|
|
|
4669
4683
|
def instance_role_credentials_provider(self) -> typing.Optional[builtins.str]:
|
|
4670
4684
|
'''Indicates that fleet instances maintain a shared credentials file for the IAM role defined in ``InstanceRoleArn`` .
|
|
4671
4685
|
|
|
4672
|
-
Shared credentials allow applications that are deployed with the game server executable to communicate with other AWS resources. This property is used only when the game server is integrated with the server SDK version 5.x. For more information about using shared credentials, see `Communicate with other AWS resources from your fleets <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-resources.html>`_ . This attribute is used with fleets where ``ComputeType`` is "EC2"
|
|
4686
|
+
Shared credentials allow applications that are deployed with the game server executable to communicate with other AWS resources. This property is used only when the game server is integrated with the server SDK version 5.x. For more information about using shared credentials, see `Communicate with other AWS resources from your fleets <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-resources.html>`_ . This attribute is used with fleets where ``ComputeType`` is "EC2".
|
|
4673
4687
|
|
|
4674
4688
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-instancerolecredentialsprovider
|
|
4675
4689
|
'''
|
|
@@ -4680,11 +4694,9 @@ class CfnFleetProps:
|
|
|
4680
4694
|
def locations(
|
|
4681
4695
|
self,
|
|
4682
4696
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnFleet.LocationConfigurationProperty]]]]:
|
|
4683
|
-
'''A set of remote locations to deploy additional instances to and manage as
|
|
4684
|
-
|
|
4685
|
-
This parameter can only be used when creating fleets in AWS Regions that support multiple locations. You can add any Amazon GameLift-supported AWS Region as a remote location, in the form of an AWS Region code, such as ``us-west-2`` or Local Zone code. To create a fleet with instances in the home Region only, don't set this parameter.
|
|
4697
|
+
'''A set of remote locations to deploy additional instances to and manage as a multi-location fleet.
|
|
4686
4698
|
|
|
4687
|
-
When using this parameter, Amazon GameLift requires you to include your home location in the request.
|
|
4699
|
+
Use this parameter when creating a fleet in AWS Regions that support multiple locations. You can add any AWS Region or Local Zone that's supported by Amazon GameLift. Provide a list of one or more AWS Region codes, such as ``us-west-2`` , or Local Zone names. When using this parameter, Amazon GameLift requires you to include your home location in the request. For a list of supported Regions and Local Zones, see `Amazon GameLift service locations <https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html>`_ for managed hosting.
|
|
4688
4700
|
|
|
4689
4701
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-locations
|
|
4690
4702
|
'''
|
|
@@ -5063,7 +5075,7 @@ class CfnGameServerGroup(
|
|
|
5063
5075
|
if __debug__:
|
|
5064
5076
|
type_hints = typing.get_type_hints(_typecheckingstub__89556427a3cb2e1aa05738182ce0459e80e576c3c25bd0cc1d7dc630a122bd67)
|
|
5065
5077
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5066
|
-
jsii.set(self, "gameServerGroupName", value)
|
|
5078
|
+
jsii.set(self, "gameServerGroupName", value) # pyright: ignore[reportArgumentType]
|
|
5067
5079
|
|
|
5068
5080
|
@builtins.property
|
|
5069
5081
|
@jsii.member(jsii_name="instanceDefinitions")
|
|
@@ -5081,7 +5093,7 @@ class CfnGameServerGroup(
|
|
|
5081
5093
|
if __debug__:
|
|
5082
5094
|
type_hints = typing.get_type_hints(_typecheckingstub__868421ea021122381c2075a524c1d4785b63637a5ae0e28ee1747043ceaf14fc)
|
|
5083
5095
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5084
|
-
jsii.set(self, "instanceDefinitions", value)
|
|
5096
|
+
jsii.set(self, "instanceDefinitions", value) # pyright: ignore[reportArgumentType]
|
|
5085
5097
|
|
|
5086
5098
|
@builtins.property
|
|
5087
5099
|
@jsii.member(jsii_name="roleArn")
|
|
@@ -5094,7 +5106,7 @@ class CfnGameServerGroup(
|
|
|
5094
5106
|
if __debug__:
|
|
5095
5107
|
type_hints = typing.get_type_hints(_typecheckingstub__c76aa84abc5cd589d0abb99434e1ecea33850fb0ccbb6eee11380bfa754fc482)
|
|
5096
5108
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5097
|
-
jsii.set(self, "roleArn", value)
|
|
5109
|
+
jsii.set(self, "roleArn", value) # pyright: ignore[reportArgumentType]
|
|
5098
5110
|
|
|
5099
5111
|
@builtins.property
|
|
5100
5112
|
@jsii.member(jsii_name="autoScalingPolicy")
|
|
@@ -5112,7 +5124,7 @@ class CfnGameServerGroup(
|
|
|
5112
5124
|
if __debug__:
|
|
5113
5125
|
type_hints = typing.get_type_hints(_typecheckingstub__a5ee0eb377684162644f965e1106f08af9e4431bca94796da59b89abc7ffd998)
|
|
5114
5126
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5115
|
-
jsii.set(self, "autoScalingPolicy", value)
|
|
5127
|
+
jsii.set(self, "autoScalingPolicy", value) # pyright: ignore[reportArgumentType]
|
|
5116
5128
|
|
|
5117
5129
|
@builtins.property
|
|
5118
5130
|
@jsii.member(jsii_name="balancingStrategy")
|
|
@@ -5125,7 +5137,7 @@ class CfnGameServerGroup(
|
|
|
5125
5137
|
if __debug__:
|
|
5126
5138
|
type_hints = typing.get_type_hints(_typecheckingstub__a5fc25560f0a78783f5ed8bb510e2e86e267d9629bd271a2403e866afa14e22e)
|
|
5127
5139
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5128
|
-
jsii.set(self, "balancingStrategy", value)
|
|
5140
|
+
jsii.set(self, "balancingStrategy", value) # pyright: ignore[reportArgumentType]
|
|
5129
5141
|
|
|
5130
5142
|
@builtins.property
|
|
5131
5143
|
@jsii.member(jsii_name="deleteOption")
|
|
@@ -5138,7 +5150,7 @@ class CfnGameServerGroup(
|
|
|
5138
5150
|
if __debug__:
|
|
5139
5151
|
type_hints = typing.get_type_hints(_typecheckingstub__a84355ef62b2fd37a277a26c39b2735a06cf204ad010f5de3744a8280e5be056)
|
|
5140
5152
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5141
|
-
jsii.set(self, "deleteOption", value)
|
|
5153
|
+
jsii.set(self, "deleteOption", value) # pyright: ignore[reportArgumentType]
|
|
5142
5154
|
|
|
5143
5155
|
@builtins.property
|
|
5144
5156
|
@jsii.member(jsii_name="gameServerProtectionPolicy")
|
|
@@ -5154,7 +5166,7 @@ class CfnGameServerGroup(
|
|
|
5154
5166
|
if __debug__:
|
|
5155
5167
|
type_hints = typing.get_type_hints(_typecheckingstub__29b538c5660178a7532c29be9d3acb184e85dfbac80460c002d5f219fa429d79)
|
|
5156
5168
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5157
|
-
jsii.set(self, "gameServerProtectionPolicy", value)
|
|
5169
|
+
jsii.set(self, "gameServerProtectionPolicy", value) # pyright: ignore[reportArgumentType]
|
|
5158
5170
|
|
|
5159
5171
|
@builtins.property
|
|
5160
5172
|
@jsii.member(jsii_name="launchTemplate")
|
|
@@ -5172,7 +5184,7 @@ class CfnGameServerGroup(
|
|
|
5172
5184
|
if __debug__:
|
|
5173
5185
|
type_hints = typing.get_type_hints(_typecheckingstub__2e1b30118131dd3fcdd29554603028109f41bf9f28d638ff1f26fc0de989e8b6)
|
|
5174
5186
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5175
|
-
jsii.set(self, "launchTemplate", value)
|
|
5187
|
+
jsii.set(self, "launchTemplate", value) # pyright: ignore[reportArgumentType]
|
|
5176
5188
|
|
|
5177
5189
|
@builtins.property
|
|
5178
5190
|
@jsii.member(jsii_name="maxSize")
|
|
@@ -5185,7 +5197,7 @@ class CfnGameServerGroup(
|
|
|
5185
5197
|
if __debug__:
|
|
5186
5198
|
type_hints = typing.get_type_hints(_typecheckingstub__c07d732b195687bb610c12d0db39761316bbb61e6416116d630f224124000c66)
|
|
5187
5199
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5188
|
-
jsii.set(self, "maxSize", value)
|
|
5200
|
+
jsii.set(self, "maxSize", value) # pyright: ignore[reportArgumentType]
|
|
5189
5201
|
|
|
5190
5202
|
@builtins.property
|
|
5191
5203
|
@jsii.member(jsii_name="minSize")
|
|
@@ -5198,7 +5210,7 @@ class CfnGameServerGroup(
|
|
|
5198
5210
|
if __debug__:
|
|
5199
5211
|
type_hints = typing.get_type_hints(_typecheckingstub__b7e884c21390c0adc461578e34ea9d201ce75716ffda1892218e4f39b5f6ae3e)
|
|
5200
5212
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5201
|
-
jsii.set(self, "minSize", value)
|
|
5213
|
+
jsii.set(self, "minSize", value) # pyright: ignore[reportArgumentType]
|
|
5202
5214
|
|
|
5203
5215
|
@builtins.property
|
|
5204
5216
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -5211,7 +5223,7 @@ class CfnGameServerGroup(
|
|
|
5211
5223
|
if __debug__:
|
|
5212
5224
|
type_hints = typing.get_type_hints(_typecheckingstub__0dba0594bea5d13fc9125228769f878f9679d696d511472809787acd5605b3e6)
|
|
5213
5225
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5214
|
-
jsii.set(self, "tagsRaw", value)
|
|
5226
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
5215
5227
|
|
|
5216
5228
|
@builtins.property
|
|
5217
5229
|
@jsii.member(jsii_name="vpcSubnets")
|
|
@@ -5224,7 +5236,7 @@ class CfnGameServerGroup(
|
|
|
5224
5236
|
if __debug__:
|
|
5225
5237
|
type_hints = typing.get_type_hints(_typecheckingstub__0b4d5326a42c1fdc1afa97e1f31ad389e2aac7fbe1c4f2c6a3f614b0d23761c7)
|
|
5226
5238
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5227
|
-
jsii.set(self, "vpcSubnets", value)
|
|
5239
|
+
jsii.set(self, "vpcSubnets", value) # pyright: ignore[reportArgumentType]
|
|
5228
5240
|
|
|
5229
5241
|
@jsii.data_type(
|
|
5230
5242
|
jsii_type="aws-cdk-lib.aws_gamelift.CfnGameServerGroup.AutoScalingPolicyProperty",
|
|
@@ -5999,7 +6011,7 @@ class CfnGameSessionQueue(
|
|
|
5999
6011
|
if __debug__:
|
|
6000
6012
|
type_hints = typing.get_type_hints(_typecheckingstub__ac381d2dd8ded0682b62f79246a99597b2aca0600afaa30c9f48b5f1411bbfa8)
|
|
6001
6013
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6002
|
-
jsii.set(self, "name", value)
|
|
6014
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
6003
6015
|
|
|
6004
6016
|
@builtins.property
|
|
6005
6017
|
@jsii.member(jsii_name="customEventData")
|
|
@@ -6012,7 +6024,7 @@ class CfnGameSessionQueue(
|
|
|
6012
6024
|
if __debug__:
|
|
6013
6025
|
type_hints = typing.get_type_hints(_typecheckingstub__5d8260843224b7180260627c762aaa0ae5afbcd912f5da71a3c576430e069f9e)
|
|
6014
6026
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6015
|
-
jsii.set(self, "customEventData", value)
|
|
6027
|
+
jsii.set(self, "customEventData", value) # pyright: ignore[reportArgumentType]
|
|
6016
6028
|
|
|
6017
6029
|
@builtins.property
|
|
6018
6030
|
@jsii.member(jsii_name="destinations")
|
|
@@ -6030,7 +6042,7 @@ class CfnGameSessionQueue(
|
|
|
6030
6042
|
if __debug__:
|
|
6031
6043
|
type_hints = typing.get_type_hints(_typecheckingstub__f656db0c32504c821ba5c5d5067bac317db7def96a39500c5847a853576e95ec)
|
|
6032
6044
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6033
|
-
jsii.set(self, "destinations", value)
|
|
6045
|
+
jsii.set(self, "destinations", value) # pyright: ignore[reportArgumentType]
|
|
6034
6046
|
|
|
6035
6047
|
@builtins.property
|
|
6036
6048
|
@jsii.member(jsii_name="filterConfiguration")
|
|
@@ -6048,7 +6060,7 @@ class CfnGameSessionQueue(
|
|
|
6048
6060
|
if __debug__:
|
|
6049
6061
|
type_hints = typing.get_type_hints(_typecheckingstub__08e5b9b16ae8732de19b82da87c71cb00a9d06d7a37c8d217314158c063bf0f7)
|
|
6050
6062
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6051
|
-
jsii.set(self, "filterConfiguration", value)
|
|
6063
|
+
jsii.set(self, "filterConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
6052
6064
|
|
|
6053
6065
|
@builtins.property
|
|
6054
6066
|
@jsii.member(jsii_name="notificationTarget")
|
|
@@ -6061,7 +6073,7 @@ class CfnGameSessionQueue(
|
|
|
6061
6073
|
if __debug__:
|
|
6062
6074
|
type_hints = typing.get_type_hints(_typecheckingstub__2f838580d46a0a1a08c09d8b8b17de066bfb74896289f61432e755d32429e2a4)
|
|
6063
6075
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6064
|
-
jsii.set(self, "notificationTarget", value)
|
|
6076
|
+
jsii.set(self, "notificationTarget", value) # pyright: ignore[reportArgumentType]
|
|
6065
6077
|
|
|
6066
6078
|
@builtins.property
|
|
6067
6079
|
@jsii.member(jsii_name="playerLatencyPolicies")
|
|
@@ -6079,7 +6091,7 @@ class CfnGameSessionQueue(
|
|
|
6079
6091
|
if __debug__:
|
|
6080
6092
|
type_hints = typing.get_type_hints(_typecheckingstub__3da0f541db3f4dba488790dc678e2dd0872a5271bf05bb0ddcb181884f5dfb80)
|
|
6081
6093
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6082
|
-
jsii.set(self, "playerLatencyPolicies", value)
|
|
6094
|
+
jsii.set(self, "playerLatencyPolicies", value) # pyright: ignore[reportArgumentType]
|
|
6083
6095
|
|
|
6084
6096
|
@builtins.property
|
|
6085
6097
|
@jsii.member(jsii_name="priorityConfiguration")
|
|
@@ -6097,7 +6109,7 @@ class CfnGameSessionQueue(
|
|
|
6097
6109
|
if __debug__:
|
|
6098
6110
|
type_hints = typing.get_type_hints(_typecheckingstub__622dc07e672d46f719db763d6bf2dec499f84a17b72186d593df03f3fcb1ae7f)
|
|
6099
6111
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6100
|
-
jsii.set(self, "priorityConfiguration", value)
|
|
6112
|
+
jsii.set(self, "priorityConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
6101
6113
|
|
|
6102
6114
|
@builtins.property
|
|
6103
6115
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -6110,7 +6122,7 @@ class CfnGameSessionQueue(
|
|
|
6110
6122
|
if __debug__:
|
|
6111
6123
|
type_hints = typing.get_type_hints(_typecheckingstub__e3a8c431c366d3fa711cfb42cebf2d1647b8f2a1a5e129b5536c91cdf0135eb8)
|
|
6112
6124
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6113
|
-
jsii.set(self, "tagsRaw", value)
|
|
6125
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
6114
6126
|
|
|
6115
6127
|
@builtins.property
|
|
6116
6128
|
@jsii.member(jsii_name="timeoutInSeconds")
|
|
@@ -6123,7 +6135,7 @@ class CfnGameSessionQueue(
|
|
|
6123
6135
|
if __debug__:
|
|
6124
6136
|
type_hints = typing.get_type_hints(_typecheckingstub__5ad24ec0156a0a24d8fe08ecf8470df28f9f1501a3ab442e887e2d1c5ef03df4)
|
|
6125
6137
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6126
|
-
jsii.set(self, "timeoutInSeconds", value)
|
|
6138
|
+
jsii.set(self, "timeoutInSeconds", value) # pyright: ignore[reportArgumentType]
|
|
6127
6139
|
|
|
6128
6140
|
@jsii.data_type(
|
|
6129
6141
|
jsii_type="aws-cdk-lib.aws_gamelift.CfnGameSessionQueue.DestinationProperty",
|
|
@@ -6732,7 +6744,7 @@ class CfnLocation(
|
|
|
6732
6744
|
:param scope: Scope in which this resource is defined.
|
|
6733
6745
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
6734
6746
|
:param location_name: A descriptive name for the custom location.
|
|
6735
|
-
:param tags: A list of labels to assign to the new
|
|
6747
|
+
:param tags: A list of labels to assign to the new resource. Tags are developer-defined key-value pairs. Tagging AWS resources are useful for resource management, access management, and cost allocation. For more information, see `Tagging AWS Resources <https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html>`_ in the *AWS General Rareference* .
|
|
6736
6748
|
'''
|
|
6737
6749
|
if __debug__:
|
|
6738
6750
|
type_hints = typing.get_type_hints(_typecheckingstub__404fc5857cf63bdcf757784b5c810e73ce1c99d8d82c264eec7a145724580816)
|
|
@@ -6805,12 +6817,12 @@ class CfnLocation(
|
|
|
6805
6817
|
if __debug__:
|
|
6806
6818
|
type_hints = typing.get_type_hints(_typecheckingstub__50f9bf4f89ef7693448c9209f894d6900bab55884642fc136222c211e82f3015)
|
|
6807
6819
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6808
|
-
jsii.set(self, "locationName", value)
|
|
6820
|
+
jsii.set(self, "locationName", value) # pyright: ignore[reportArgumentType]
|
|
6809
6821
|
|
|
6810
6822
|
@builtins.property
|
|
6811
6823
|
@jsii.member(jsii_name="tagsRaw")
|
|
6812
6824
|
def tags_raw(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
6813
|
-
'''A list of labels to assign to the new
|
|
6825
|
+
'''A list of labels to assign to the new resource.'''
|
|
6814
6826
|
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tagsRaw"))
|
|
6815
6827
|
|
|
6816
6828
|
@tags_raw.setter
|
|
@@ -6818,7 +6830,7 @@ class CfnLocation(
|
|
|
6818
6830
|
if __debug__:
|
|
6819
6831
|
type_hints = typing.get_type_hints(_typecheckingstub__db22dc038d314307a9d7182d88d8959bd024bf2feff9aee7f03deba1df46ca5c)
|
|
6820
6832
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6821
|
-
jsii.set(self, "tagsRaw", value)
|
|
6833
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
6822
6834
|
|
|
6823
6835
|
|
|
6824
6836
|
@jsii.data_type(
|
|
@@ -6836,7 +6848,7 @@ class CfnLocationProps:
|
|
|
6836
6848
|
'''Properties for defining a ``CfnLocation``.
|
|
6837
6849
|
|
|
6838
6850
|
:param location_name: A descriptive name for the custom location.
|
|
6839
|
-
:param tags: A list of labels to assign to the new
|
|
6851
|
+
:param tags: A list of labels to assign to the new resource. Tags are developer-defined key-value pairs. Tagging AWS resources are useful for resource management, access management, and cost allocation. For more information, see `Tagging AWS Resources <https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html>`_ in the *AWS General Rareference* .
|
|
6840
6852
|
|
|
6841
6853
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-location.html
|
|
6842
6854
|
:exampleMetadata: fixture=_generated
|
|
@@ -6879,9 +6891,9 @@ class CfnLocationProps:
|
|
|
6879
6891
|
|
|
6880
6892
|
@builtins.property
|
|
6881
6893
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
6882
|
-
'''A list of labels to assign to the new
|
|
6894
|
+
'''A list of labels to assign to the new resource.
|
|
6883
6895
|
|
|
6884
|
-
Tags are developer-defined key-value pairs. Tagging AWS resources are useful for resource management, access management and cost allocation. For more information, see `Tagging AWS Resources <https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html>`_ in the *AWS General Rareference* .
|
|
6896
|
+
Tags are developer-defined key-value pairs. Tagging AWS resources are useful for resource management, access management, and cost allocation. For more information, see `Tagging AWS Resources <https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html>`_ in the *AWS General Rareference* .
|
|
6885
6897
|
|
|
6886
6898
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-location.html#cfn-gamelift-location-tags
|
|
6887
6899
|
'''
|
|
@@ -7092,7 +7104,7 @@ class CfnMatchmakingConfiguration(
|
|
|
7092
7104
|
if __debug__:
|
|
7093
7105
|
type_hints = typing.get_type_hints(_typecheckingstub__22e4fb0874509d31426b22f3ffefc8f7d3c205a887689be775fe8344351315b4)
|
|
7094
7106
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7095
|
-
jsii.set(self, "acceptanceRequired", value)
|
|
7107
|
+
jsii.set(self, "acceptanceRequired", value) # pyright: ignore[reportArgumentType]
|
|
7096
7108
|
|
|
7097
7109
|
@builtins.property
|
|
7098
7110
|
@jsii.member(jsii_name="name")
|
|
@@ -7105,7 +7117,7 @@ class CfnMatchmakingConfiguration(
|
|
|
7105
7117
|
if __debug__:
|
|
7106
7118
|
type_hints = typing.get_type_hints(_typecheckingstub__50207e3d686076a987e377c81a96125dab3ab3f1620c58f788384cb08b17f088)
|
|
7107
7119
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7108
|
-
jsii.set(self, "name", value)
|
|
7120
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
7109
7121
|
|
|
7110
7122
|
@builtins.property
|
|
7111
7123
|
@jsii.member(jsii_name="requestTimeoutSeconds")
|
|
@@ -7118,7 +7130,7 @@ class CfnMatchmakingConfiguration(
|
|
|
7118
7130
|
if __debug__:
|
|
7119
7131
|
type_hints = typing.get_type_hints(_typecheckingstub__a26beba0933992ac93ce4a627f18fa7a10ad26da6a35a99b1e377d5afa493b78)
|
|
7120
7132
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7121
|
-
jsii.set(self, "requestTimeoutSeconds", value)
|
|
7133
|
+
jsii.set(self, "requestTimeoutSeconds", value) # pyright: ignore[reportArgumentType]
|
|
7122
7134
|
|
|
7123
7135
|
@builtins.property
|
|
7124
7136
|
@jsii.member(jsii_name="ruleSetName")
|
|
@@ -7131,7 +7143,7 @@ class CfnMatchmakingConfiguration(
|
|
|
7131
7143
|
if __debug__:
|
|
7132
7144
|
type_hints = typing.get_type_hints(_typecheckingstub__e22642273b822aeccc60cfa3d9595fa6bc154a168c63626eefb68d6a746ffad0)
|
|
7133
7145
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7134
|
-
jsii.set(self, "ruleSetName", value)
|
|
7146
|
+
jsii.set(self, "ruleSetName", value) # pyright: ignore[reportArgumentType]
|
|
7135
7147
|
|
|
7136
7148
|
@builtins.property
|
|
7137
7149
|
@jsii.member(jsii_name="acceptanceTimeoutSeconds")
|
|
@@ -7144,7 +7156,7 @@ class CfnMatchmakingConfiguration(
|
|
|
7144
7156
|
if __debug__:
|
|
7145
7157
|
type_hints = typing.get_type_hints(_typecheckingstub__c28ab17b4e7b606d702229a14a7e46b7f9e86cb64d8dc6e0585fbcb058d0b242)
|
|
7146
7158
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7147
|
-
jsii.set(self, "acceptanceTimeoutSeconds", value)
|
|
7159
|
+
jsii.set(self, "acceptanceTimeoutSeconds", value) # pyright: ignore[reportArgumentType]
|
|
7148
7160
|
|
|
7149
7161
|
@builtins.property
|
|
7150
7162
|
@jsii.member(jsii_name="additionalPlayerCount")
|
|
@@ -7157,7 +7169,7 @@ class CfnMatchmakingConfiguration(
|
|
|
7157
7169
|
if __debug__:
|
|
7158
7170
|
type_hints = typing.get_type_hints(_typecheckingstub__92699d7bd325a7ad10bdb62647176ac995f2c17688efde0d91661c8f0815eda7)
|
|
7159
7171
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7160
|
-
jsii.set(self, "additionalPlayerCount", value)
|
|
7172
|
+
jsii.set(self, "additionalPlayerCount", value) # pyright: ignore[reportArgumentType]
|
|
7161
7173
|
|
|
7162
7174
|
@builtins.property
|
|
7163
7175
|
@jsii.member(jsii_name="backfillMode")
|
|
@@ -7170,7 +7182,7 @@ class CfnMatchmakingConfiguration(
|
|
|
7170
7182
|
if __debug__:
|
|
7171
7183
|
type_hints = typing.get_type_hints(_typecheckingstub__b63753d38be440877984c0aa86a81bd07b6d2ce3aec33c9d8dd34c0ccde356c3)
|
|
7172
7184
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7173
|
-
jsii.set(self, "backfillMode", value)
|
|
7185
|
+
jsii.set(self, "backfillMode", value) # pyright: ignore[reportArgumentType]
|
|
7174
7186
|
|
|
7175
7187
|
@builtins.property
|
|
7176
7188
|
@jsii.member(jsii_name="creationTime")
|
|
@@ -7183,7 +7195,7 @@ class CfnMatchmakingConfiguration(
|
|
|
7183
7195
|
if __debug__:
|
|
7184
7196
|
type_hints = typing.get_type_hints(_typecheckingstub__31d3fbc33faadd8b20143f6719f4142fc516a089f7e572e974783578c57954d8)
|
|
7185
7197
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7186
|
-
jsii.set(self, "creationTime", value)
|
|
7198
|
+
jsii.set(self, "creationTime", value) # pyright: ignore[reportArgumentType]
|
|
7187
7199
|
|
|
7188
7200
|
@builtins.property
|
|
7189
7201
|
@jsii.member(jsii_name="customEventData")
|
|
@@ -7196,7 +7208,7 @@ class CfnMatchmakingConfiguration(
|
|
|
7196
7208
|
if __debug__:
|
|
7197
7209
|
type_hints = typing.get_type_hints(_typecheckingstub__fac8d8c2d6825f23811aeea9f440bf664e97a02184ef417460a8d92056b2fb27)
|
|
7198
7210
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7199
|
-
jsii.set(self, "customEventData", value)
|
|
7211
|
+
jsii.set(self, "customEventData", value) # pyright: ignore[reportArgumentType]
|
|
7200
7212
|
|
|
7201
7213
|
@builtins.property
|
|
7202
7214
|
@jsii.member(jsii_name="description")
|
|
@@ -7209,7 +7221,7 @@ class CfnMatchmakingConfiguration(
|
|
|
7209
7221
|
if __debug__:
|
|
7210
7222
|
type_hints = typing.get_type_hints(_typecheckingstub__a956b02b663049817a64e32bfd1f09f9857feedac28f4eca2d36141c326cc5e1)
|
|
7211
7223
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7212
|
-
jsii.set(self, "description", value)
|
|
7224
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
7213
7225
|
|
|
7214
7226
|
@builtins.property
|
|
7215
7227
|
@jsii.member(jsii_name="flexMatchMode")
|
|
@@ -7222,7 +7234,7 @@ class CfnMatchmakingConfiguration(
|
|
|
7222
7234
|
if __debug__:
|
|
7223
7235
|
type_hints = typing.get_type_hints(_typecheckingstub__a047908ff094a894704a6965c30654d87bb94e2aff3bd57abb16673fd6e98318)
|
|
7224
7236
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7225
|
-
jsii.set(self, "flexMatchMode", value)
|
|
7237
|
+
jsii.set(self, "flexMatchMode", value) # pyright: ignore[reportArgumentType]
|
|
7226
7238
|
|
|
7227
7239
|
@builtins.property
|
|
7228
7240
|
@jsii.member(jsii_name="gameProperties")
|
|
@@ -7240,7 +7252,7 @@ class CfnMatchmakingConfiguration(
|
|
|
7240
7252
|
if __debug__:
|
|
7241
7253
|
type_hints = typing.get_type_hints(_typecheckingstub__0086331ec6c1fe164de53253519ecf95f522026cd3c4b9b2c0b16c300b99ceb2)
|
|
7242
7254
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7243
|
-
jsii.set(self, "gameProperties", value)
|
|
7255
|
+
jsii.set(self, "gameProperties", value) # pyright: ignore[reportArgumentType]
|
|
7244
7256
|
|
|
7245
7257
|
@builtins.property
|
|
7246
7258
|
@jsii.member(jsii_name="gameSessionData")
|
|
@@ -7253,7 +7265,7 @@ class CfnMatchmakingConfiguration(
|
|
|
7253
7265
|
if __debug__:
|
|
7254
7266
|
type_hints = typing.get_type_hints(_typecheckingstub__ad31d919af9b1fb2de550bd5b00fcb306185a91f87127b6250e135a48937df4d)
|
|
7255
7267
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7256
|
-
jsii.set(self, "gameSessionData", value)
|
|
7268
|
+
jsii.set(self, "gameSessionData", value) # pyright: ignore[reportArgumentType]
|
|
7257
7269
|
|
|
7258
7270
|
@builtins.property
|
|
7259
7271
|
@jsii.member(jsii_name="gameSessionQueueArns")
|
|
@@ -7269,7 +7281,7 @@ class CfnMatchmakingConfiguration(
|
|
|
7269
7281
|
if __debug__:
|
|
7270
7282
|
type_hints = typing.get_type_hints(_typecheckingstub__beae0e02206ffef8c392d9dd656f3a5ac2476b679628f1884cf15a4e8092c49d)
|
|
7271
7283
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7272
|
-
jsii.set(self, "gameSessionQueueArns", value)
|
|
7284
|
+
jsii.set(self, "gameSessionQueueArns", value) # pyright: ignore[reportArgumentType]
|
|
7273
7285
|
|
|
7274
7286
|
@builtins.property
|
|
7275
7287
|
@jsii.member(jsii_name="notificationTarget")
|
|
@@ -7282,7 +7294,7 @@ class CfnMatchmakingConfiguration(
|
|
|
7282
7294
|
if __debug__:
|
|
7283
7295
|
type_hints = typing.get_type_hints(_typecheckingstub__83e843d11896164f9fbc52e89ade017c17b6cce0da297e20b5f554281c6c8e7e)
|
|
7284
7296
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7285
|
-
jsii.set(self, "notificationTarget", value)
|
|
7297
|
+
jsii.set(self, "notificationTarget", value) # pyright: ignore[reportArgumentType]
|
|
7286
7298
|
|
|
7287
7299
|
@builtins.property
|
|
7288
7300
|
@jsii.member(jsii_name="ruleSetArn")
|
|
@@ -7295,7 +7307,7 @@ class CfnMatchmakingConfiguration(
|
|
|
7295
7307
|
if __debug__:
|
|
7296
7308
|
type_hints = typing.get_type_hints(_typecheckingstub__b47741240f35249cfb706757b5199576646836e89e8f9fcd9e6bb884d238a3c9)
|
|
7297
7309
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7298
|
-
jsii.set(self, "ruleSetArn", value)
|
|
7310
|
+
jsii.set(self, "ruleSetArn", value) # pyright: ignore[reportArgumentType]
|
|
7299
7311
|
|
|
7300
7312
|
@builtins.property
|
|
7301
7313
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -7308,7 +7320,7 @@ class CfnMatchmakingConfiguration(
|
|
|
7308
7320
|
if __debug__:
|
|
7309
7321
|
type_hints = typing.get_type_hints(_typecheckingstub__9777adaa1c91123290fcf69dfad3f29c9d5affe68344eb61a6147f7c78954b2c)
|
|
7310
7322
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7311
|
-
jsii.set(self, "tagsRaw", value)
|
|
7323
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
7312
7324
|
|
|
7313
7325
|
@jsii.data_type(
|
|
7314
7326
|
jsii_type="aws-cdk-lib.aws_gamelift.CfnMatchmakingConfiguration.GamePropertyProperty",
|
|
@@ -7882,7 +7894,7 @@ class CfnMatchmakingRuleSet(
|
|
|
7882
7894
|
if __debug__:
|
|
7883
7895
|
type_hints = typing.get_type_hints(_typecheckingstub__e140482b102c49c4f1893c669d34c3cb70704179735bb2d142748745913c03a1)
|
|
7884
7896
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7885
|
-
jsii.set(self, "name", value)
|
|
7897
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
7886
7898
|
|
|
7887
7899
|
@builtins.property
|
|
7888
7900
|
@jsii.member(jsii_name="ruleSetBody")
|
|
@@ -7895,7 +7907,7 @@ class CfnMatchmakingRuleSet(
|
|
|
7895
7907
|
if __debug__:
|
|
7896
7908
|
type_hints = typing.get_type_hints(_typecheckingstub__2901f58b94659dc1e7b989a5220ec6f85b0fd07e208ae745469d1ed13b3ecb5e)
|
|
7897
7909
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7898
|
-
jsii.set(self, "ruleSetBody", value)
|
|
7910
|
+
jsii.set(self, "ruleSetBody", value) # pyright: ignore[reportArgumentType]
|
|
7899
7911
|
|
|
7900
7912
|
@builtins.property
|
|
7901
7913
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -7908,7 +7920,7 @@ class CfnMatchmakingRuleSet(
|
|
|
7908
7920
|
if __debug__:
|
|
7909
7921
|
type_hints = typing.get_type_hints(_typecheckingstub__0b8486d81489f869526b41e6ebf2b191599f06a6370135adbf247ac933792cd6)
|
|
7910
7922
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7911
|
-
jsii.set(self, "tagsRaw", value)
|
|
7923
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
7912
7924
|
|
|
7913
7925
|
|
|
7914
7926
|
@jsii.data_type(
|
|
@@ -8174,7 +8186,7 @@ class CfnScript(
|
|
|
8174
8186
|
if __debug__:
|
|
8175
8187
|
type_hints = typing.get_type_hints(_typecheckingstub__67239519d512a22693f642bf29d26d0bffc0cf4f5f242e2295be3b8cf8bc1f30)
|
|
8176
8188
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8177
|
-
jsii.set(self, "storageLocation", value)
|
|
8189
|
+
jsii.set(self, "storageLocation", value) # pyright: ignore[reportArgumentType]
|
|
8178
8190
|
|
|
8179
8191
|
@builtins.property
|
|
8180
8192
|
@jsii.member(jsii_name="name")
|
|
@@ -8187,7 +8199,7 @@ class CfnScript(
|
|
|
8187
8199
|
if __debug__:
|
|
8188
8200
|
type_hints = typing.get_type_hints(_typecheckingstub__df6266bf40e8b346c6a57c12d46137c3fe4f29ca8b9c37ef0dfb5715f82fbbf1)
|
|
8189
8201
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8190
|
-
jsii.set(self, "name", value)
|
|
8202
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
8191
8203
|
|
|
8192
8204
|
@builtins.property
|
|
8193
8205
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -8200,7 +8212,7 @@ class CfnScript(
|
|
|
8200
8212
|
if __debug__:
|
|
8201
8213
|
type_hints = typing.get_type_hints(_typecheckingstub__59fee6448a284bb6932305c7159828353c13832415292cceb7a74453dd8177cc)
|
|
8202
8214
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8203
|
-
jsii.set(self, "tagsRaw", value)
|
|
8215
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
8204
8216
|
|
|
8205
8217
|
@builtins.property
|
|
8206
8218
|
@jsii.member(jsii_name="version")
|
|
@@ -8213,7 +8225,7 @@ class CfnScript(
|
|
|
8213
8225
|
if __debug__:
|
|
8214
8226
|
type_hints = typing.get_type_hints(_typecheckingstub__22d619527b7b1b8b21c8e5ffa7ab4abbd6f2c76a23e5179dd879485530ec9e39)
|
|
8215
8227
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8216
|
-
jsii.set(self, "version", value)
|
|
8228
|
+
jsii.set(self, "version", value) # pyright: ignore[reportArgumentType]
|
|
8217
8229
|
|
|
8218
8230
|
@jsii.data_type(
|
|
8219
8231
|
jsii_type="aws-cdk-lib.aws_gamelift.CfnScript.S3LocationProperty",
|