aws-cdk-lib 2.153.0__py3-none-any.whl → 2.154.0__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.0.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 +135 -121
- 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 +13239 -3277
- 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 +31 -30
- 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 +60 -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 +900 -606
- aws_cdk/aws_ecr/__init__.py +117 -77
- aws_cdk/aws_ecr_assets/__init__.py +4 -4
- aws_cdk/aws_ecs/__init__.py +190 -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 +103 -103
- aws_cdk/aws_globalaccelerator/__init__.py +46 -24
- aws_cdk/aws_glue/__init__.py +132 -139
- 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 +92 -92
- 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 +32 -32
- 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 +44 -76
- 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 +39 -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 +2412 -280
- 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 +172 -101
- 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 +283 -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.0.dist-info}/METADATA +3 -2
- aws_cdk_lib-2.154.0.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.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_deadline/__init__.py
CHANGED
|
@@ -110,7 +110,7 @@ class CfnFarm(
|
|
|
110
110
|
'''
|
|
111
111
|
:param scope: Scope in which this resource is defined.
|
|
112
112
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
113
|
-
:param display_name: The display name of the farm.
|
|
113
|
+
:param display_name: The display name of the farm. .. epigraph:: This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
|
|
114
114
|
:param description: A description of the farm that helps identify what the farm is used for. Default: - ""
|
|
115
115
|
:param kms_key_arn: The ARN for the KMS key.
|
|
116
116
|
:param tags: The tags to add to your farm. Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.
|
|
@@ -198,7 +198,7 @@ class CfnFarm(
|
|
|
198
198
|
if __debug__:
|
|
199
199
|
type_hints = typing.get_type_hints(_typecheckingstub__7e3487107fca3fbd8f0f2e3e65063da63a41a523cd6d5ffd0aef63e8ec4c680c)
|
|
200
200
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
201
|
-
jsii.set(self, "displayName", value)
|
|
201
|
+
jsii.set(self, "displayName", value) # pyright: ignore[reportArgumentType]
|
|
202
202
|
|
|
203
203
|
@builtins.property
|
|
204
204
|
@jsii.member(jsii_name="description")
|
|
@@ -211,7 +211,7 @@ class CfnFarm(
|
|
|
211
211
|
if __debug__:
|
|
212
212
|
type_hints = typing.get_type_hints(_typecheckingstub__225609e046f467aa1cff6857451a01a60bf944d05094eaea191c40155a7b5ee4)
|
|
213
213
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
214
|
-
jsii.set(self, "description", value)
|
|
214
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
215
215
|
|
|
216
216
|
@builtins.property
|
|
217
217
|
@jsii.member(jsii_name="kmsKeyArn")
|
|
@@ -224,7 +224,7 @@ class CfnFarm(
|
|
|
224
224
|
if __debug__:
|
|
225
225
|
type_hints = typing.get_type_hints(_typecheckingstub__1bd09d08fc701cc061b023ad6a5d72db4516ff09e295b470365e390436475464)
|
|
226
226
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
227
|
-
jsii.set(self, "kmsKeyArn", value)
|
|
227
|
+
jsii.set(self, "kmsKeyArn", value) # pyright: ignore[reportArgumentType]
|
|
228
228
|
|
|
229
229
|
@builtins.property
|
|
230
230
|
@jsii.member(jsii_name="tags")
|
|
@@ -237,7 +237,7 @@ class CfnFarm(
|
|
|
237
237
|
if __debug__:
|
|
238
238
|
type_hints = typing.get_type_hints(_typecheckingstub__0e0688a8dc8cdc7f618bc0975895ced63b43e9c85cd1b97a6a84272f1b38fefe)
|
|
239
239
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
240
|
-
jsii.set(self, "tags", value)
|
|
240
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
241
241
|
|
|
242
242
|
|
|
243
243
|
@jsii.data_type(
|
|
@@ -261,7 +261,7 @@ class CfnFarmProps:
|
|
|
261
261
|
) -> None:
|
|
262
262
|
'''Properties for defining a ``CfnFarm``.
|
|
263
263
|
|
|
264
|
-
:param display_name: The display name of the farm.
|
|
264
|
+
:param display_name: The display name of the farm. .. epigraph:: This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
|
|
265
265
|
:param description: A description of the farm that helps identify what the farm is used for. Default: - ""
|
|
266
266
|
:param kms_key_arn: The ARN for the KMS key.
|
|
267
267
|
:param tags: The tags to add to your farm. Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.
|
|
@@ -307,6 +307,10 @@ class CfnFarmProps:
|
|
|
307
307
|
def display_name(self) -> builtins.str:
|
|
308
308
|
'''The display name of the farm.
|
|
309
309
|
|
|
310
|
+
.. epigraph::
|
|
311
|
+
|
|
312
|
+
This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
|
|
313
|
+
|
|
310
314
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-farm.html#cfn-deadline-farm-displayname
|
|
311
315
|
'''
|
|
312
316
|
result = self._values.get("display_name")
|
|
@@ -469,12 +473,12 @@ class CfnFleet(
|
|
|
469
473
|
)
|
|
470
474
|
),
|
|
471
475
|
display_name="displayName",
|
|
476
|
+
farm_id="farmId",
|
|
472
477
|
max_worker_count=123,
|
|
473
478
|
role_arn="roleArn",
|
|
474
479
|
|
|
475
480
|
# the properties below are optional
|
|
476
481
|
description="description",
|
|
477
|
-
farm_id="farmId",
|
|
478
482
|
min_worker_count=123,
|
|
479
483
|
tags=[CfnTag(
|
|
480
484
|
key="key",
|
|
@@ -490,10 +494,10 @@ class CfnFleet(
|
|
|
490
494
|
*,
|
|
491
495
|
configuration: typing.Union[_IResolvable_da3f097b, typing.Union["CfnFleet.FleetConfigurationProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
492
496
|
display_name: builtins.str,
|
|
497
|
+
farm_id: builtins.str,
|
|
493
498
|
max_worker_count: jsii.Number,
|
|
494
499
|
role_arn: builtins.str,
|
|
495
500
|
description: typing.Optional[builtins.str] = None,
|
|
496
|
-
farm_id: typing.Optional[builtins.str] = None,
|
|
497
501
|
min_worker_count: typing.Optional[jsii.Number] = None,
|
|
498
502
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
499
503
|
) -> None:
|
|
@@ -501,11 +505,11 @@ class CfnFleet(
|
|
|
501
505
|
:param scope: Scope in which this resource is defined.
|
|
502
506
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
503
507
|
:param configuration: The configuration details for the fleet.
|
|
504
|
-
:param display_name: The display name of the fleet summary to update.
|
|
508
|
+
:param display_name: The display name of the fleet summary to update. .. epigraph:: This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
|
|
509
|
+
:param farm_id: The farm ID.
|
|
505
510
|
:param max_worker_count: The maximum number of workers specified in the fleet.
|
|
506
511
|
:param role_arn: The IAM role that workers in the fleet use when processing jobs.
|
|
507
512
|
:param description: A description that helps identify what the fleet is used for. Default: - ""
|
|
508
|
-
:param farm_id: The farm ID.
|
|
509
513
|
:param min_worker_count: The minimum number of workers in the fleet. Default: - 0
|
|
510
514
|
:param tags: The tags to add to your fleet. Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.
|
|
511
515
|
'''
|
|
@@ -516,10 +520,10 @@ class CfnFleet(
|
|
|
516
520
|
props = CfnFleetProps(
|
|
517
521
|
configuration=configuration,
|
|
518
522
|
display_name=display_name,
|
|
523
|
+
farm_id=farm_id,
|
|
519
524
|
max_worker_count=max_worker_count,
|
|
520
525
|
role_arn=role_arn,
|
|
521
526
|
description=description,
|
|
522
|
-
farm_id=farm_id,
|
|
523
527
|
min_worker_count=min_worker_count,
|
|
524
528
|
tags=tags,
|
|
525
529
|
)
|
|
@@ -627,7 +631,7 @@ class CfnFleet(
|
|
|
627
631
|
if __debug__:
|
|
628
632
|
type_hints = typing.get_type_hints(_typecheckingstub__9e2fe844317b39494e7f7a1851d6e5842bc0627b2cc937a6709042cb43a27a3f)
|
|
629
633
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
630
|
-
jsii.set(self, "configuration", value)
|
|
634
|
+
jsii.set(self, "configuration", value) # pyright: ignore[reportArgumentType]
|
|
631
635
|
|
|
632
636
|
@builtins.property
|
|
633
637
|
@jsii.member(jsii_name="displayName")
|
|
@@ -640,7 +644,20 @@ class CfnFleet(
|
|
|
640
644
|
if __debug__:
|
|
641
645
|
type_hints = typing.get_type_hints(_typecheckingstub__8d501705678e5cc3f1a305c922a22f7ba207d560bdb5761b3ce0e042852101fa)
|
|
642
646
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
643
|
-
jsii.set(self, "displayName", value)
|
|
647
|
+
jsii.set(self, "displayName", value) # pyright: ignore[reportArgumentType]
|
|
648
|
+
|
|
649
|
+
@builtins.property
|
|
650
|
+
@jsii.member(jsii_name="farmId")
|
|
651
|
+
def farm_id(self) -> builtins.str:
|
|
652
|
+
'''The farm ID.'''
|
|
653
|
+
return typing.cast(builtins.str, jsii.get(self, "farmId"))
|
|
654
|
+
|
|
655
|
+
@farm_id.setter
|
|
656
|
+
def farm_id(self, value: builtins.str) -> None:
|
|
657
|
+
if __debug__:
|
|
658
|
+
type_hints = typing.get_type_hints(_typecheckingstub__30ce1167517d9e9a39c50fdbd55b565e28d3f5dca61d4b795926951043d1cc2d)
|
|
659
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
660
|
+
jsii.set(self, "farmId", value) # pyright: ignore[reportArgumentType]
|
|
644
661
|
|
|
645
662
|
@builtins.property
|
|
646
663
|
@jsii.member(jsii_name="maxWorkerCount")
|
|
@@ -653,7 +670,7 @@ class CfnFleet(
|
|
|
653
670
|
if __debug__:
|
|
654
671
|
type_hints = typing.get_type_hints(_typecheckingstub__435144cf5095e3c8ecf5073fcb2ee802817fde90c7c30f2fa7b579407c82a89a)
|
|
655
672
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
656
|
-
jsii.set(self, "maxWorkerCount", value)
|
|
673
|
+
jsii.set(self, "maxWorkerCount", value) # pyright: ignore[reportArgumentType]
|
|
657
674
|
|
|
658
675
|
@builtins.property
|
|
659
676
|
@jsii.member(jsii_name="roleArn")
|
|
@@ -666,7 +683,7 @@ class CfnFleet(
|
|
|
666
683
|
if __debug__:
|
|
667
684
|
type_hints = typing.get_type_hints(_typecheckingstub__471ed3a4e000dd618e2be0578e42aa2e8288223309b77395023cba44dff3a738)
|
|
668
685
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
669
|
-
jsii.set(self, "roleArn", value)
|
|
686
|
+
jsii.set(self, "roleArn", value) # pyright: ignore[reportArgumentType]
|
|
670
687
|
|
|
671
688
|
@builtins.property
|
|
672
689
|
@jsii.member(jsii_name="description")
|
|
@@ -679,20 +696,7 @@ class CfnFleet(
|
|
|
679
696
|
if __debug__:
|
|
680
697
|
type_hints = typing.get_type_hints(_typecheckingstub__084da5a242d843b332de24a8c53af7e8830cd00d0dca22235f0c3d665732570b)
|
|
681
698
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
682
|
-
jsii.set(self, "description", value)
|
|
683
|
-
|
|
684
|
-
@builtins.property
|
|
685
|
-
@jsii.member(jsii_name="farmId")
|
|
686
|
-
def farm_id(self) -> typing.Optional[builtins.str]:
|
|
687
|
-
'''The farm ID.'''
|
|
688
|
-
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "farmId"))
|
|
689
|
-
|
|
690
|
-
@farm_id.setter
|
|
691
|
-
def farm_id(self, value: typing.Optional[builtins.str]) -> None:
|
|
692
|
-
if __debug__:
|
|
693
|
-
type_hints = typing.get_type_hints(_typecheckingstub__30ce1167517d9e9a39c50fdbd55b565e28d3f5dca61d4b795926951043d1cc2d)
|
|
694
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
695
|
-
jsii.set(self, "farmId", value)
|
|
699
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
696
700
|
|
|
697
701
|
@builtins.property
|
|
698
702
|
@jsii.member(jsii_name="minWorkerCount")
|
|
@@ -705,7 +709,7 @@ class CfnFleet(
|
|
|
705
709
|
if __debug__:
|
|
706
710
|
type_hints = typing.get_type_hints(_typecheckingstub__e98aa63695c4cd93c0aae20c0cd7e90226c1100540a8732e0be19b9d6cc5e094)
|
|
707
711
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
708
|
-
jsii.set(self, "minWorkerCount", value)
|
|
712
|
+
jsii.set(self, "minWorkerCount", value) # pyright: ignore[reportArgumentType]
|
|
709
713
|
|
|
710
714
|
@builtins.property
|
|
711
715
|
@jsii.member(jsii_name="tags")
|
|
@@ -718,7 +722,7 @@ class CfnFleet(
|
|
|
718
722
|
if __debug__:
|
|
719
723
|
type_hints = typing.get_type_hints(_typecheckingstub__9c9ddff2a0e8eb5e8397bf64d0158ac4f8fba30ee673a959c2d550657e6f0248)
|
|
720
724
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
721
|
-
jsii.set(self, "tags", value)
|
|
725
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
722
726
|
|
|
723
727
|
@jsii.data_type(
|
|
724
728
|
jsii_type="aws-cdk-lib.aws_deadline.CfnFleet.AcceleratorCountRangeProperty",
|
|
@@ -2272,10 +2276,10 @@ class CfnFleet(
|
|
|
2272
2276
|
name_mapping={
|
|
2273
2277
|
"configuration": "configuration",
|
|
2274
2278
|
"display_name": "displayName",
|
|
2279
|
+
"farm_id": "farmId",
|
|
2275
2280
|
"max_worker_count": "maxWorkerCount",
|
|
2276
2281
|
"role_arn": "roleArn",
|
|
2277
2282
|
"description": "description",
|
|
2278
|
-
"farm_id": "farmId",
|
|
2279
2283
|
"min_worker_count": "minWorkerCount",
|
|
2280
2284
|
"tags": "tags",
|
|
2281
2285
|
},
|
|
@@ -2286,21 +2290,21 @@ class CfnFleetProps:
|
|
|
2286
2290
|
*,
|
|
2287
2291
|
configuration: typing.Union[_IResolvable_da3f097b, typing.Union[CfnFleet.FleetConfigurationProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
2288
2292
|
display_name: builtins.str,
|
|
2293
|
+
farm_id: builtins.str,
|
|
2289
2294
|
max_worker_count: jsii.Number,
|
|
2290
2295
|
role_arn: builtins.str,
|
|
2291
2296
|
description: typing.Optional[builtins.str] = None,
|
|
2292
|
-
farm_id: typing.Optional[builtins.str] = None,
|
|
2293
2297
|
min_worker_count: typing.Optional[jsii.Number] = None,
|
|
2294
2298
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2295
2299
|
) -> None:
|
|
2296
2300
|
'''Properties for defining a ``CfnFleet``.
|
|
2297
2301
|
|
|
2298
2302
|
:param configuration: The configuration details for the fleet.
|
|
2299
|
-
:param display_name: The display name of the fleet summary to update.
|
|
2303
|
+
:param display_name: The display name of the fleet summary to update. .. epigraph:: This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
|
|
2304
|
+
:param farm_id: The farm ID.
|
|
2300
2305
|
:param max_worker_count: The maximum number of workers specified in the fleet.
|
|
2301
2306
|
:param role_arn: The IAM role that workers in the fleet use when processing jobs.
|
|
2302
2307
|
:param description: A description that helps identify what the fleet is used for. Default: - ""
|
|
2303
|
-
:param farm_id: The farm ID.
|
|
2304
2308
|
:param min_worker_count: The minimum number of workers in the fleet. Default: - 0
|
|
2305
2309
|
:param tags: The tags to add to your fleet. Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.
|
|
2306
2310
|
|
|
@@ -2406,12 +2410,12 @@ class CfnFleetProps:
|
|
|
2406
2410
|
)
|
|
2407
2411
|
),
|
|
2408
2412
|
display_name="displayName",
|
|
2413
|
+
farm_id="farmId",
|
|
2409
2414
|
max_worker_count=123,
|
|
2410
2415
|
role_arn="roleArn",
|
|
2411
2416
|
|
|
2412
2417
|
# the properties below are optional
|
|
2413
2418
|
description="description",
|
|
2414
|
-
farm_id="farmId",
|
|
2415
2419
|
min_worker_count=123,
|
|
2416
2420
|
tags=[CfnTag(
|
|
2417
2421
|
key="key",
|
|
@@ -2423,22 +2427,21 @@ class CfnFleetProps:
|
|
|
2423
2427
|
type_hints = typing.get_type_hints(_typecheckingstub__a1472efddb89af74b2ae4dc1156d30448332099bec47f03ae56886a44d2d7c7a)
|
|
2424
2428
|
check_type(argname="argument configuration", value=configuration, expected_type=type_hints["configuration"])
|
|
2425
2429
|
check_type(argname="argument display_name", value=display_name, expected_type=type_hints["display_name"])
|
|
2430
|
+
check_type(argname="argument farm_id", value=farm_id, expected_type=type_hints["farm_id"])
|
|
2426
2431
|
check_type(argname="argument max_worker_count", value=max_worker_count, expected_type=type_hints["max_worker_count"])
|
|
2427
2432
|
check_type(argname="argument role_arn", value=role_arn, expected_type=type_hints["role_arn"])
|
|
2428
2433
|
check_type(argname="argument description", value=description, expected_type=type_hints["description"])
|
|
2429
|
-
check_type(argname="argument farm_id", value=farm_id, expected_type=type_hints["farm_id"])
|
|
2430
2434
|
check_type(argname="argument min_worker_count", value=min_worker_count, expected_type=type_hints["min_worker_count"])
|
|
2431
2435
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
2432
2436
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2433
2437
|
"configuration": configuration,
|
|
2434
2438
|
"display_name": display_name,
|
|
2439
|
+
"farm_id": farm_id,
|
|
2435
2440
|
"max_worker_count": max_worker_count,
|
|
2436
2441
|
"role_arn": role_arn,
|
|
2437
2442
|
}
|
|
2438
2443
|
if description is not None:
|
|
2439
2444
|
self._values["description"] = description
|
|
2440
|
-
if farm_id is not None:
|
|
2441
|
-
self._values["farm_id"] = farm_id
|
|
2442
2445
|
if min_worker_count is not None:
|
|
2443
2446
|
self._values["min_worker_count"] = min_worker_count
|
|
2444
2447
|
if tags is not None:
|
|
@@ -2460,12 +2463,26 @@ class CfnFleetProps:
|
|
|
2460
2463
|
def display_name(self) -> builtins.str:
|
|
2461
2464
|
'''The display name of the fleet summary to update.
|
|
2462
2465
|
|
|
2466
|
+
.. epigraph::
|
|
2467
|
+
|
|
2468
|
+
This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
|
|
2469
|
+
|
|
2463
2470
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-fleet.html#cfn-deadline-fleet-displayname
|
|
2464
2471
|
'''
|
|
2465
2472
|
result = self._values.get("display_name")
|
|
2466
2473
|
assert result is not None, "Required property 'display_name' is missing"
|
|
2467
2474
|
return typing.cast(builtins.str, result)
|
|
2468
2475
|
|
|
2476
|
+
@builtins.property
|
|
2477
|
+
def farm_id(self) -> builtins.str:
|
|
2478
|
+
'''The farm ID.
|
|
2479
|
+
|
|
2480
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-fleet.html#cfn-deadline-fleet-farmid
|
|
2481
|
+
'''
|
|
2482
|
+
result = self._values.get("farm_id")
|
|
2483
|
+
assert result is not None, "Required property 'farm_id' is missing"
|
|
2484
|
+
return typing.cast(builtins.str, result)
|
|
2485
|
+
|
|
2469
2486
|
@builtins.property
|
|
2470
2487
|
def max_worker_count(self) -> jsii.Number:
|
|
2471
2488
|
'''The maximum number of workers specified in the fleet.
|
|
@@ -2497,15 +2514,6 @@ class CfnFleetProps:
|
|
|
2497
2514
|
result = self._values.get("description")
|
|
2498
2515
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
2499
2516
|
|
|
2500
|
-
@builtins.property
|
|
2501
|
-
def farm_id(self) -> typing.Optional[builtins.str]:
|
|
2502
|
-
'''The farm ID.
|
|
2503
|
-
|
|
2504
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-fleet.html#cfn-deadline-fleet-farmid
|
|
2505
|
-
'''
|
|
2506
|
-
result = self._values.get("farm_id")
|
|
2507
|
-
return typing.cast(typing.Optional[builtins.str], result)
|
|
2508
|
-
|
|
2509
2517
|
@builtins.property
|
|
2510
2518
|
def min_worker_count(self) -> typing.Optional[jsii.Number]:
|
|
2511
2519
|
'''The minimum number of workers in the fleet.
|
|
@@ -2699,7 +2707,7 @@ class CfnLicenseEndpoint(
|
|
|
2699
2707
|
if __debug__:
|
|
2700
2708
|
type_hints = typing.get_type_hints(_typecheckingstub__15b00e03274c83f79c32752b72b984299a4efe64919097bbbdec40f67b386b22)
|
|
2701
2709
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2702
|
-
jsii.set(self, "securityGroupIds", value)
|
|
2710
|
+
jsii.set(self, "securityGroupIds", value) # pyright: ignore[reportArgumentType]
|
|
2703
2711
|
|
|
2704
2712
|
@builtins.property
|
|
2705
2713
|
@jsii.member(jsii_name="subnetIds")
|
|
@@ -2712,7 +2720,7 @@ class CfnLicenseEndpoint(
|
|
|
2712
2720
|
if __debug__:
|
|
2713
2721
|
type_hints = typing.get_type_hints(_typecheckingstub__e81d93007bb20eb36480796e83aad3e6a0742393a78a71a87a71f081d070227a)
|
|
2714
2722
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2715
|
-
jsii.set(self, "subnetIds", value)
|
|
2723
|
+
jsii.set(self, "subnetIds", value) # pyright: ignore[reportArgumentType]
|
|
2716
2724
|
|
|
2717
2725
|
@builtins.property
|
|
2718
2726
|
@jsii.member(jsii_name="vpcId")
|
|
@@ -2725,7 +2733,7 @@ class CfnLicenseEndpoint(
|
|
|
2725
2733
|
if __debug__:
|
|
2726
2734
|
type_hints = typing.get_type_hints(_typecheckingstub__4fe095c981d830b60af0a60f921ac267a1eba38300aa520b18fa3678230ddaf7)
|
|
2727
2735
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2728
|
-
jsii.set(self, "vpcId", value)
|
|
2736
|
+
jsii.set(self, "vpcId", value) # pyright: ignore[reportArgumentType]
|
|
2729
2737
|
|
|
2730
2738
|
@builtins.property
|
|
2731
2739
|
@jsii.member(jsii_name="tags")
|
|
@@ -2738,7 +2746,7 @@ class CfnLicenseEndpoint(
|
|
|
2738
2746
|
if __debug__:
|
|
2739
2747
|
type_hints = typing.get_type_hints(_typecheckingstub__328d44ddd074858e36e2c2a2c68ed8b77068feeb72199a2b74d4b41ff444c616)
|
|
2740
2748
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2741
|
-
jsii.set(self, "tags", value)
|
|
2749
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
2742
2750
|
|
|
2743
2751
|
|
|
2744
2752
|
@jsii.data_type(
|
|
@@ -2874,11 +2882,8 @@ class CfnMeteredProduct(
|
|
|
2874
2882
|
from aws_cdk import aws_deadline as deadline
|
|
2875
2883
|
|
|
2876
2884
|
cfn_metered_product = deadline.CfnMeteredProduct(self, "MyCfnMeteredProduct",
|
|
2877
|
-
family="family",
|
|
2878
2885
|
license_endpoint_id="licenseEndpointId",
|
|
2879
|
-
|
|
2880
|
-
product_id="productId",
|
|
2881
|
-
vendor="vendor"
|
|
2886
|
+
product_id="productId"
|
|
2882
2887
|
)
|
|
2883
2888
|
'''
|
|
2884
2889
|
|
|
@@ -2887,31 +2892,21 @@ class CfnMeteredProduct(
|
|
|
2887
2892
|
scope: _constructs_77d1e7e8.Construct,
|
|
2888
2893
|
id: builtins.str,
|
|
2889
2894
|
*,
|
|
2890
|
-
family: typing.Optional[builtins.str] = None,
|
|
2891
2895
|
license_endpoint_id: typing.Optional[builtins.str] = None,
|
|
2892
|
-
port: typing.Optional[jsii.Number] = None,
|
|
2893
2896
|
product_id: typing.Optional[builtins.str] = None,
|
|
2894
|
-
vendor: typing.Optional[builtins.str] = None,
|
|
2895
2897
|
) -> None:
|
|
2896
2898
|
'''
|
|
2897
2899
|
:param scope: Scope in which this resource is defined.
|
|
2898
2900
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
2899
|
-
:param family:
|
|
2900
2901
|
:param license_endpoint_id: The Amazon EC2 identifier of the license endpoint.
|
|
2901
|
-
:param port:
|
|
2902
2902
|
:param product_id: The product ID.
|
|
2903
|
-
:param vendor:
|
|
2904
2903
|
'''
|
|
2905
2904
|
if __debug__:
|
|
2906
2905
|
type_hints = typing.get_type_hints(_typecheckingstub__1349660e6447c1e6551d1ce7cde2c5dc6adbf1fb1fdceb9f214b066a5a6b4ebe)
|
|
2907
2906
|
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2908
2907
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2909
2908
|
props = CfnMeteredProductProps(
|
|
2910
|
-
|
|
2911
|
-
license_endpoint_id=license_endpoint_id,
|
|
2912
|
-
port=port,
|
|
2913
|
-
product_id=product_id,
|
|
2914
|
-
vendor=vendor,
|
|
2909
|
+
license_endpoint_id=license_endpoint_id, product_id=product_id
|
|
2915
2910
|
)
|
|
2916
2911
|
|
|
2917
2912
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
@@ -2956,21 +2951,36 @@ class CfnMeteredProduct(
|
|
|
2956
2951
|
return typing.cast(builtins.str, jsii.get(self, "attrArn"))
|
|
2957
2952
|
|
|
2958
2953
|
@builtins.property
|
|
2959
|
-
@jsii.member(jsii_name="
|
|
2960
|
-
def
|
|
2961
|
-
|
|
2954
|
+
@jsii.member(jsii_name="attrFamily")
|
|
2955
|
+
def attr_family(self) -> builtins.str:
|
|
2956
|
+
'''The family to which the metered product belongs.
|
|
2957
|
+
|
|
2958
|
+
:cloudformationAttribute: Family
|
|
2959
|
+
'''
|
|
2960
|
+
return typing.cast(builtins.str, jsii.get(self, "attrFamily"))
|
|
2962
2961
|
|
|
2963
2962
|
@builtins.property
|
|
2964
|
-
@jsii.member(jsii_name="
|
|
2965
|
-
def
|
|
2966
|
-
|
|
2963
|
+
@jsii.member(jsii_name="attrPort")
|
|
2964
|
+
def attr_port(self) -> jsii.Number:
|
|
2965
|
+
'''The port on which the metered product should run.
|
|
2967
2966
|
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2967
|
+
:cloudformationAttribute: Port
|
|
2968
|
+
'''
|
|
2969
|
+
return typing.cast(jsii.Number, jsii.get(self, "attrPort"))
|
|
2970
|
+
|
|
2971
|
+
@builtins.property
|
|
2972
|
+
@jsii.member(jsii_name="attrVendor")
|
|
2973
|
+
def attr_vendor(self) -> builtins.str:
|
|
2974
|
+
'''The vendor.
|
|
2975
|
+
|
|
2976
|
+
:cloudformationAttribute: Vendor
|
|
2977
|
+
'''
|
|
2978
|
+
return typing.cast(builtins.str, jsii.get(self, "attrVendor"))
|
|
2979
|
+
|
|
2980
|
+
@builtins.property
|
|
2981
|
+
@jsii.member(jsii_name="cfnProperties")
|
|
2982
|
+
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
2983
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
2974
2984
|
|
|
2975
2985
|
@builtins.property
|
|
2976
2986
|
@jsii.member(jsii_name="licenseEndpointId")
|
|
@@ -2983,19 +2993,7 @@ class CfnMeteredProduct(
|
|
|
2983
2993
|
if __debug__:
|
|
2984
2994
|
type_hints = typing.get_type_hints(_typecheckingstub__2392ecb737206631d7a319a666b254d855fea916d5e5430c1cb1bbe9c43d20de)
|
|
2985
2995
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2986
|
-
jsii.set(self, "licenseEndpointId", value)
|
|
2987
|
-
|
|
2988
|
-
@builtins.property
|
|
2989
|
-
@jsii.member(jsii_name="port")
|
|
2990
|
-
def port(self) -> typing.Optional[jsii.Number]:
|
|
2991
|
-
return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "port"))
|
|
2992
|
-
|
|
2993
|
-
@port.setter
|
|
2994
|
-
def port(self, value: typing.Optional[jsii.Number]) -> None:
|
|
2995
|
-
if __debug__:
|
|
2996
|
-
type_hints = typing.get_type_hints(_typecheckingstub__866a9b65a442c0e4da725c11f8f3210a936a0cf69a370c376e7d42450692f1c6)
|
|
2997
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2998
|
-
jsii.set(self, "port", value)
|
|
2996
|
+
jsii.set(self, "licenseEndpointId", value) # pyright: ignore[reportArgumentType]
|
|
2999
2997
|
|
|
3000
2998
|
@builtins.property
|
|
3001
2999
|
@jsii.member(jsii_name="productId")
|
|
@@ -3008,49 +3006,28 @@ class CfnMeteredProduct(
|
|
|
3008
3006
|
if __debug__:
|
|
3009
3007
|
type_hints = typing.get_type_hints(_typecheckingstub__b7b3217dc50a692aa63ba3c945affcba562e3dca3ad6c9440d62b98f397be2ac)
|
|
3010
3008
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3011
|
-
jsii.set(self, "productId", value)
|
|
3012
|
-
|
|
3013
|
-
@builtins.property
|
|
3014
|
-
@jsii.member(jsii_name="vendor")
|
|
3015
|
-
def vendor(self) -> typing.Optional[builtins.str]:
|
|
3016
|
-
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "vendor"))
|
|
3017
|
-
|
|
3018
|
-
@vendor.setter
|
|
3019
|
-
def vendor(self, value: typing.Optional[builtins.str]) -> None:
|
|
3020
|
-
if __debug__:
|
|
3021
|
-
type_hints = typing.get_type_hints(_typecheckingstub__b31f8edad3d25c952475ac2363b0c1e60099e4c875dc5b54b5e01e1c9a364a59)
|
|
3022
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3023
|
-
jsii.set(self, "vendor", value)
|
|
3009
|
+
jsii.set(self, "productId", value) # pyright: ignore[reportArgumentType]
|
|
3024
3010
|
|
|
3025
3011
|
|
|
3026
3012
|
@jsii.data_type(
|
|
3027
3013
|
jsii_type="aws-cdk-lib.aws_deadline.CfnMeteredProductProps",
|
|
3028
3014
|
jsii_struct_bases=[],
|
|
3029
3015
|
name_mapping={
|
|
3030
|
-
"family": "family",
|
|
3031
3016
|
"license_endpoint_id": "licenseEndpointId",
|
|
3032
|
-
"port": "port",
|
|
3033
3017
|
"product_id": "productId",
|
|
3034
|
-
"vendor": "vendor",
|
|
3035
3018
|
},
|
|
3036
3019
|
)
|
|
3037
3020
|
class CfnMeteredProductProps:
|
|
3038
3021
|
def __init__(
|
|
3039
3022
|
self,
|
|
3040
3023
|
*,
|
|
3041
|
-
family: typing.Optional[builtins.str] = None,
|
|
3042
3024
|
license_endpoint_id: typing.Optional[builtins.str] = None,
|
|
3043
|
-
port: typing.Optional[jsii.Number] = None,
|
|
3044
3025
|
product_id: typing.Optional[builtins.str] = None,
|
|
3045
|
-
vendor: typing.Optional[builtins.str] = None,
|
|
3046
3026
|
) -> None:
|
|
3047
3027
|
'''Properties for defining a ``CfnMeteredProduct``.
|
|
3048
3028
|
|
|
3049
|
-
:param family:
|
|
3050
3029
|
:param license_endpoint_id: The Amazon EC2 identifier of the license endpoint.
|
|
3051
|
-
:param port:
|
|
3052
3030
|
:param product_id: The product ID.
|
|
3053
|
-
:param vendor:
|
|
3054
3031
|
|
|
3055
3032
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-meteredproduct.html
|
|
3056
3033
|
:exampleMetadata: fixture=_generated
|
|
@@ -3062,39 +3039,19 @@ class CfnMeteredProductProps:
|
|
|
3062
3039
|
from aws_cdk import aws_deadline as deadline
|
|
3063
3040
|
|
|
3064
3041
|
cfn_metered_product_props = deadline.CfnMeteredProductProps(
|
|
3065
|
-
family="family",
|
|
3066
3042
|
license_endpoint_id="licenseEndpointId",
|
|
3067
|
-
|
|
3068
|
-
product_id="productId",
|
|
3069
|
-
vendor="vendor"
|
|
3043
|
+
product_id="productId"
|
|
3070
3044
|
)
|
|
3071
3045
|
'''
|
|
3072
3046
|
if __debug__:
|
|
3073
3047
|
type_hints = typing.get_type_hints(_typecheckingstub__64de1639a953ff86a7b38c87a1ecf80a18f6b715e19b894e265cf51c1b6d4920)
|
|
3074
|
-
check_type(argname="argument family", value=family, expected_type=type_hints["family"])
|
|
3075
3048
|
check_type(argname="argument license_endpoint_id", value=license_endpoint_id, expected_type=type_hints["license_endpoint_id"])
|
|
3076
|
-
check_type(argname="argument port", value=port, expected_type=type_hints["port"])
|
|
3077
3049
|
check_type(argname="argument product_id", value=product_id, expected_type=type_hints["product_id"])
|
|
3078
|
-
check_type(argname="argument vendor", value=vendor, expected_type=type_hints["vendor"])
|
|
3079
3050
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
3080
|
-
if family is not None:
|
|
3081
|
-
self._values["family"] = family
|
|
3082
3051
|
if license_endpoint_id is not None:
|
|
3083
3052
|
self._values["license_endpoint_id"] = license_endpoint_id
|
|
3084
|
-
if port is not None:
|
|
3085
|
-
self._values["port"] = port
|
|
3086
3053
|
if product_id is not None:
|
|
3087
3054
|
self._values["product_id"] = product_id
|
|
3088
|
-
if vendor is not None:
|
|
3089
|
-
self._values["vendor"] = vendor
|
|
3090
|
-
|
|
3091
|
-
@builtins.property
|
|
3092
|
-
def family(self) -> typing.Optional[builtins.str]:
|
|
3093
|
-
'''
|
|
3094
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-meteredproduct.html#cfn-deadline-meteredproduct-family
|
|
3095
|
-
'''
|
|
3096
|
-
result = self._values.get("family")
|
|
3097
|
-
return typing.cast(typing.Optional[builtins.str], result)
|
|
3098
3055
|
|
|
3099
3056
|
@builtins.property
|
|
3100
3057
|
def license_endpoint_id(self) -> typing.Optional[builtins.str]:
|
|
@@ -3105,14 +3062,6 @@ class CfnMeteredProductProps:
|
|
|
3105
3062
|
result = self._values.get("license_endpoint_id")
|
|
3106
3063
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
3107
3064
|
|
|
3108
|
-
@builtins.property
|
|
3109
|
-
def port(self) -> typing.Optional[jsii.Number]:
|
|
3110
|
-
'''
|
|
3111
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-meteredproduct.html#cfn-deadline-meteredproduct-port
|
|
3112
|
-
'''
|
|
3113
|
-
result = self._values.get("port")
|
|
3114
|
-
return typing.cast(typing.Optional[jsii.Number], result)
|
|
3115
|
-
|
|
3116
3065
|
@builtins.property
|
|
3117
3066
|
def product_id(self) -> typing.Optional[builtins.str]:
|
|
3118
3067
|
'''The product ID.
|
|
@@ -3122,14 +3071,6 @@ class CfnMeteredProductProps:
|
|
|
3122
3071
|
result = self._values.get("product_id")
|
|
3123
3072
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
3124
3073
|
|
|
3125
|
-
@builtins.property
|
|
3126
|
-
def vendor(self) -> typing.Optional[builtins.str]:
|
|
3127
|
-
'''
|
|
3128
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-meteredproduct.html#cfn-deadline-meteredproduct-vendor
|
|
3129
|
-
'''
|
|
3130
|
-
result = self._values.get("vendor")
|
|
3131
|
-
return typing.cast(typing.Optional[builtins.str], result)
|
|
3132
|
-
|
|
3133
3074
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
3134
3075
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
3135
3076
|
|
|
@@ -3183,7 +3124,7 @@ class CfnMonitor(
|
|
|
3183
3124
|
'''
|
|
3184
3125
|
:param scope: Scope in which this resource is defined.
|
|
3185
3126
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
3186
|
-
:param display_name: The name of the monitor that displays on the Deadline Cloud console.
|
|
3127
|
+
:param display_name: The name of the monitor that displays on the Deadline Cloud console. .. epigraph:: This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
|
|
3187
3128
|
:param identity_center_instance_arn: The Amazon Resource Name (ARN) of the IAM Identity Center instance responsible for authenticating monitor users.
|
|
3188
3129
|
:param role_arn: The Amazon Resource Name (ARN) of the IAM role for the monitor. Users of the monitor use this role to access Deadline Cloud resources.
|
|
3189
3130
|
:param subdomain: The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
|
|
@@ -3285,7 +3226,7 @@ class CfnMonitor(
|
|
|
3285
3226
|
if __debug__:
|
|
3286
3227
|
type_hints = typing.get_type_hints(_typecheckingstub__cd05a5ff2a07e5a75374ecc156ae00d0a6e91d279c624096810f85c9256018d7)
|
|
3287
3228
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3288
|
-
jsii.set(self, "displayName", value)
|
|
3229
|
+
jsii.set(self, "displayName", value) # pyright: ignore[reportArgumentType]
|
|
3289
3230
|
|
|
3290
3231
|
@builtins.property
|
|
3291
3232
|
@jsii.member(jsii_name="identityCenterInstanceArn")
|
|
@@ -3298,7 +3239,7 @@ class CfnMonitor(
|
|
|
3298
3239
|
if __debug__:
|
|
3299
3240
|
type_hints = typing.get_type_hints(_typecheckingstub__c053887b44a69dae4a5252bf5ed30d5c0860a420abef5a4311391458def3adb4)
|
|
3300
3241
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3301
|
-
jsii.set(self, "identityCenterInstanceArn", value)
|
|
3242
|
+
jsii.set(self, "identityCenterInstanceArn", value) # pyright: ignore[reportArgumentType]
|
|
3302
3243
|
|
|
3303
3244
|
@builtins.property
|
|
3304
3245
|
@jsii.member(jsii_name="roleArn")
|
|
@@ -3311,7 +3252,7 @@ class CfnMonitor(
|
|
|
3311
3252
|
if __debug__:
|
|
3312
3253
|
type_hints = typing.get_type_hints(_typecheckingstub__fe63f6c222a13b138ae1c490c190488357f30099efa2e4d1b187453abaa01669)
|
|
3313
3254
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3314
|
-
jsii.set(self, "roleArn", value)
|
|
3255
|
+
jsii.set(self, "roleArn", value) # pyright: ignore[reportArgumentType]
|
|
3315
3256
|
|
|
3316
3257
|
@builtins.property
|
|
3317
3258
|
@jsii.member(jsii_name="subdomain")
|
|
@@ -3324,7 +3265,7 @@ class CfnMonitor(
|
|
|
3324
3265
|
if __debug__:
|
|
3325
3266
|
type_hints = typing.get_type_hints(_typecheckingstub__92a6ea9073f47adeb866001ba027d5701cc6d06e3e3b1842bc227c77014cbf45)
|
|
3326
3267
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3327
|
-
jsii.set(self, "subdomain", value)
|
|
3268
|
+
jsii.set(self, "subdomain", value) # pyright: ignore[reportArgumentType]
|
|
3328
3269
|
|
|
3329
3270
|
|
|
3330
3271
|
@jsii.data_type(
|
|
@@ -3348,7 +3289,7 @@ class CfnMonitorProps:
|
|
|
3348
3289
|
) -> None:
|
|
3349
3290
|
'''Properties for defining a ``CfnMonitor``.
|
|
3350
3291
|
|
|
3351
|
-
:param display_name: The name of the monitor that displays on the Deadline Cloud console.
|
|
3292
|
+
:param display_name: The name of the monitor that displays on the Deadline Cloud console. .. epigraph:: This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
|
|
3352
3293
|
:param identity_center_instance_arn: The Amazon Resource Name (ARN) of the IAM Identity Center instance responsible for authenticating monitor users.
|
|
3353
3294
|
:param role_arn: The Amazon Resource Name (ARN) of the IAM role for the monitor. Users of the monitor use this role to access Deadline Cloud resources.
|
|
3354
3295
|
:param subdomain: The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
|
|
@@ -3386,6 +3327,10 @@ class CfnMonitorProps:
|
|
|
3386
3327
|
def display_name(self) -> builtins.str:
|
|
3387
3328
|
'''The name of the monitor that displays on the Deadline Cloud console.
|
|
3388
3329
|
|
|
3330
|
+
.. epigraph::
|
|
3331
|
+
|
|
3332
|
+
This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
|
|
3333
|
+
|
|
3389
3334
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-monitor.html#cfn-deadline-monitor-displayname
|
|
3390
3335
|
'''
|
|
3391
3336
|
result = self._values.get("display_name")
|
|
@@ -3460,12 +3405,12 @@ class CfnQueue(
|
|
|
3460
3405
|
|
|
3461
3406
|
cfn_queue = deadline.CfnQueue(self, "MyCfnQueue",
|
|
3462
3407
|
display_name="displayName",
|
|
3408
|
+
farm_id="farmId",
|
|
3463
3409
|
|
|
3464
3410
|
# the properties below are optional
|
|
3465
3411
|
allowed_storage_profile_ids=["allowedStorageProfileIds"],
|
|
3466
3412
|
default_budget_action="defaultBudgetAction",
|
|
3467
3413
|
description="description",
|
|
3468
|
-
farm_id="farmId",
|
|
3469
3414
|
job_attachment_settings=deadline.CfnQueue.JobAttachmentSettingsProperty(
|
|
3470
3415
|
root_prefix="rootPrefix",
|
|
3471
3416
|
s3_bucket_name="s3BucketName"
|
|
@@ -3498,10 +3443,10 @@ class CfnQueue(
|
|
|
3498
3443
|
id: builtins.str,
|
|
3499
3444
|
*,
|
|
3500
3445
|
display_name: builtins.str,
|
|
3446
|
+
farm_id: builtins.str,
|
|
3501
3447
|
allowed_storage_profile_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
3502
3448
|
default_budget_action: typing.Optional[builtins.str] = None,
|
|
3503
3449
|
description: typing.Optional[builtins.str] = None,
|
|
3504
|
-
farm_id: typing.Optional[builtins.str] = None,
|
|
3505
3450
|
job_attachment_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnQueue.JobAttachmentSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3506
3451
|
job_run_as_user: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnQueue.JobRunAsUserProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3507
3452
|
required_file_system_location_names: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
@@ -3511,11 +3456,11 @@ class CfnQueue(
|
|
|
3511
3456
|
'''
|
|
3512
3457
|
:param scope: Scope in which this resource is defined.
|
|
3513
3458
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
3514
|
-
:param display_name: The display name of the queue summary to update.
|
|
3459
|
+
:param display_name: The display name of the queue summary to update. .. epigraph:: This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
|
|
3460
|
+
:param farm_id: The farm ID.
|
|
3515
3461
|
:param allowed_storage_profile_ids: The identifiers of the storage profiles that this queue can use to share assets between workers using different operating systems.
|
|
3516
3462
|
:param default_budget_action: The default action taken on a queue summary if a budget wasn't configured. Default: - "NONE"
|
|
3517
3463
|
:param description: A description of the queue that helps identify what the queue is used for. Default: - ""
|
|
3518
|
-
:param farm_id: The farm ID.
|
|
3519
3464
|
:param job_attachment_settings: The job attachment settings. These are the Amazon S3 bucket name and the Amazon S3 prefix.
|
|
3520
3465
|
:param job_run_as_user: Identifies the user for a job.
|
|
3521
3466
|
:param required_file_system_location_names: The file system location that the queue uses.
|
|
@@ -3528,10 +3473,10 @@ class CfnQueue(
|
|
|
3528
3473
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3529
3474
|
props = CfnQueueProps(
|
|
3530
3475
|
display_name=display_name,
|
|
3476
|
+
farm_id=farm_id,
|
|
3531
3477
|
allowed_storage_profile_ids=allowed_storage_profile_ids,
|
|
3532
3478
|
default_budget_action=default_budget_action,
|
|
3533
3479
|
description=description,
|
|
3534
|
-
farm_id=farm_id,
|
|
3535
3480
|
job_attachment_settings=job_attachment_settings,
|
|
3536
3481
|
job_run_as_user=job_run_as_user,
|
|
3537
3482
|
required_file_system_location_names=required_file_system_location_names,
|
|
@@ -3611,7 +3556,20 @@ class CfnQueue(
|
|
|
3611
3556
|
if __debug__:
|
|
3612
3557
|
type_hints = typing.get_type_hints(_typecheckingstub__abb08cf6c0a4af9928a3c56fba912abab7cd2c3c4760117e91af2d94f15d5f6e)
|
|
3613
3558
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3614
|
-
jsii.set(self, "displayName", value)
|
|
3559
|
+
jsii.set(self, "displayName", value) # pyright: ignore[reportArgumentType]
|
|
3560
|
+
|
|
3561
|
+
@builtins.property
|
|
3562
|
+
@jsii.member(jsii_name="farmId")
|
|
3563
|
+
def farm_id(self) -> builtins.str:
|
|
3564
|
+
'''The farm ID.'''
|
|
3565
|
+
return typing.cast(builtins.str, jsii.get(self, "farmId"))
|
|
3566
|
+
|
|
3567
|
+
@farm_id.setter
|
|
3568
|
+
def farm_id(self, value: builtins.str) -> None:
|
|
3569
|
+
if __debug__:
|
|
3570
|
+
type_hints = typing.get_type_hints(_typecheckingstub__fef4d1848bd17d1a655bb4cb1236551eab481ebefcdbbd4e5ae7acc710720145)
|
|
3571
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3572
|
+
jsii.set(self, "farmId", value) # pyright: ignore[reportArgumentType]
|
|
3615
3573
|
|
|
3616
3574
|
@builtins.property
|
|
3617
3575
|
@jsii.member(jsii_name="allowedStorageProfileIds")
|
|
@@ -3627,7 +3585,7 @@ class CfnQueue(
|
|
|
3627
3585
|
if __debug__:
|
|
3628
3586
|
type_hints = typing.get_type_hints(_typecheckingstub__261c15a318630458194b6ce3058afe2cbf9e193004fd4e7287059f40d08582f2)
|
|
3629
3587
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3630
|
-
jsii.set(self, "allowedStorageProfileIds", value)
|
|
3588
|
+
jsii.set(self, "allowedStorageProfileIds", value) # pyright: ignore[reportArgumentType]
|
|
3631
3589
|
|
|
3632
3590
|
@builtins.property
|
|
3633
3591
|
@jsii.member(jsii_name="defaultBudgetAction")
|
|
@@ -3640,7 +3598,7 @@ class CfnQueue(
|
|
|
3640
3598
|
if __debug__:
|
|
3641
3599
|
type_hints = typing.get_type_hints(_typecheckingstub__8ed3fcb26efc70612b9ed8cbcccb35da23ffe53b337b83ec742c863a4da84b6d)
|
|
3642
3600
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3643
|
-
jsii.set(self, "defaultBudgetAction", value)
|
|
3601
|
+
jsii.set(self, "defaultBudgetAction", value) # pyright: ignore[reportArgumentType]
|
|
3644
3602
|
|
|
3645
3603
|
@builtins.property
|
|
3646
3604
|
@jsii.member(jsii_name="description")
|
|
@@ -3653,20 +3611,7 @@ class CfnQueue(
|
|
|
3653
3611
|
if __debug__:
|
|
3654
3612
|
type_hints = typing.get_type_hints(_typecheckingstub__b2559bfc8e75a5a3fe6743bfc64664fbf4a6fc6cb24717a6669ce9a31c288f44)
|
|
3655
3613
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3656
|
-
jsii.set(self, "description", value)
|
|
3657
|
-
|
|
3658
|
-
@builtins.property
|
|
3659
|
-
@jsii.member(jsii_name="farmId")
|
|
3660
|
-
def farm_id(self) -> typing.Optional[builtins.str]:
|
|
3661
|
-
'''The farm ID.'''
|
|
3662
|
-
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "farmId"))
|
|
3663
|
-
|
|
3664
|
-
@farm_id.setter
|
|
3665
|
-
def farm_id(self, value: typing.Optional[builtins.str]) -> None:
|
|
3666
|
-
if __debug__:
|
|
3667
|
-
type_hints = typing.get_type_hints(_typecheckingstub__fef4d1848bd17d1a655bb4cb1236551eab481ebefcdbbd4e5ae7acc710720145)
|
|
3668
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3669
|
-
jsii.set(self, "farmId", value)
|
|
3614
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
3670
3615
|
|
|
3671
3616
|
@builtins.property
|
|
3672
3617
|
@jsii.member(jsii_name="jobAttachmentSettings")
|
|
@@ -3684,7 +3629,7 @@ class CfnQueue(
|
|
|
3684
3629
|
if __debug__:
|
|
3685
3630
|
type_hints = typing.get_type_hints(_typecheckingstub__358c548fac5f624a3c1d72ec9252063f4d1a9bd3c0342b2e54358d53c0204b5c)
|
|
3686
3631
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3687
|
-
jsii.set(self, "jobAttachmentSettings", value)
|
|
3632
|
+
jsii.set(self, "jobAttachmentSettings", value) # pyright: ignore[reportArgumentType]
|
|
3688
3633
|
|
|
3689
3634
|
@builtins.property
|
|
3690
3635
|
@jsii.member(jsii_name="jobRunAsUser")
|
|
@@ -3702,7 +3647,7 @@ class CfnQueue(
|
|
|
3702
3647
|
if __debug__:
|
|
3703
3648
|
type_hints = typing.get_type_hints(_typecheckingstub__5b1f44b18bbd9cd34d33d3fe1de23e5f60be6648dd1ee50efa7531459cd7ae65)
|
|
3704
3649
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3705
|
-
jsii.set(self, "jobRunAsUser", value)
|
|
3650
|
+
jsii.set(self, "jobRunAsUser", value) # pyright: ignore[reportArgumentType]
|
|
3706
3651
|
|
|
3707
3652
|
@builtins.property
|
|
3708
3653
|
@jsii.member(jsii_name="requiredFileSystemLocationNames")
|
|
@@ -3720,7 +3665,7 @@ class CfnQueue(
|
|
|
3720
3665
|
if __debug__:
|
|
3721
3666
|
type_hints = typing.get_type_hints(_typecheckingstub__0d9c178caaac7844afec201e90468fdd98d393162443d88987d2fd5342fb2025)
|
|
3722
3667
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3723
|
-
jsii.set(self, "requiredFileSystemLocationNames", value)
|
|
3668
|
+
jsii.set(self, "requiredFileSystemLocationNames", value) # pyright: ignore[reportArgumentType]
|
|
3724
3669
|
|
|
3725
3670
|
@builtins.property
|
|
3726
3671
|
@jsii.member(jsii_name="roleArn")
|
|
@@ -3733,7 +3678,7 @@ class CfnQueue(
|
|
|
3733
3678
|
if __debug__:
|
|
3734
3679
|
type_hints = typing.get_type_hints(_typecheckingstub__cfb5bb7ca40abe81d0cb9afaa09246c4bbb7553021c1125ddbc8a2f83d0da3db)
|
|
3735
3680
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3736
|
-
jsii.set(self, "roleArn", value)
|
|
3681
|
+
jsii.set(self, "roleArn", value) # pyright: ignore[reportArgumentType]
|
|
3737
3682
|
|
|
3738
3683
|
@builtins.property
|
|
3739
3684
|
@jsii.member(jsii_name="tags")
|
|
@@ -3746,7 +3691,7 @@ class CfnQueue(
|
|
|
3746
3691
|
if __debug__:
|
|
3747
3692
|
type_hints = typing.get_type_hints(_typecheckingstub__57b6aaea7cc5d22bb58ee62113bb0f076ca6250b3869aeb5848ed24fd0103755)
|
|
3748
3693
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3749
|
-
jsii.set(self, "tags", value)
|
|
3694
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
3750
3695
|
|
|
3751
3696
|
@jsii.data_type(
|
|
3752
3697
|
jsii_type="aws-cdk-lib.aws_deadline.CfnQueue.JobAttachmentSettingsProperty",
|
|
@@ -4177,7 +4122,7 @@ class CfnQueueEnvironment(
|
|
|
4177
4122
|
if __debug__:
|
|
4178
4123
|
type_hints = typing.get_type_hints(_typecheckingstub__ee0a8ebb761f1a339ba695cf1c4453345e0569d6f01c23d4df36dd86031814e2)
|
|
4179
4124
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4180
|
-
jsii.set(self, "farmId", value)
|
|
4125
|
+
jsii.set(self, "farmId", value) # pyright: ignore[reportArgumentType]
|
|
4181
4126
|
|
|
4182
4127
|
@builtins.property
|
|
4183
4128
|
@jsii.member(jsii_name="priority")
|
|
@@ -4190,7 +4135,7 @@ class CfnQueueEnvironment(
|
|
|
4190
4135
|
if __debug__:
|
|
4191
4136
|
type_hints = typing.get_type_hints(_typecheckingstub__462f62b321d72f5a88f323c76e44d85eaa3374e0f6adb3f512104435274114c0)
|
|
4192
4137
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4193
|
-
jsii.set(self, "priority", value)
|
|
4138
|
+
jsii.set(self, "priority", value) # pyright: ignore[reportArgumentType]
|
|
4194
4139
|
|
|
4195
4140
|
@builtins.property
|
|
4196
4141
|
@jsii.member(jsii_name="queueId")
|
|
@@ -4203,7 +4148,7 @@ class CfnQueueEnvironment(
|
|
|
4203
4148
|
if __debug__:
|
|
4204
4149
|
type_hints = typing.get_type_hints(_typecheckingstub__e636e4de083154e3080b3a798c660c93a0d0503ff898703d5f4337707ee40a26)
|
|
4205
4150
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4206
|
-
jsii.set(self, "queueId", value)
|
|
4151
|
+
jsii.set(self, "queueId", value) # pyright: ignore[reportArgumentType]
|
|
4207
4152
|
|
|
4208
4153
|
@builtins.property
|
|
4209
4154
|
@jsii.member(jsii_name="template")
|
|
@@ -4216,7 +4161,7 @@ class CfnQueueEnvironment(
|
|
|
4216
4161
|
if __debug__:
|
|
4217
4162
|
type_hints = typing.get_type_hints(_typecheckingstub__bebb6c72d0cd02e4f9a11ae2664110700bb277dc5fc328e6a9679f00fe106638)
|
|
4218
4163
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4219
|
-
jsii.set(self, "template", value)
|
|
4164
|
+
jsii.set(self, "template", value) # pyright: ignore[reportArgumentType]
|
|
4220
4165
|
|
|
4221
4166
|
@builtins.property
|
|
4222
4167
|
@jsii.member(jsii_name="templateType")
|
|
@@ -4229,7 +4174,7 @@ class CfnQueueEnvironment(
|
|
|
4229
4174
|
if __debug__:
|
|
4230
4175
|
type_hints = typing.get_type_hints(_typecheckingstub__c4192f38c45d04e5d9283902f89bf09ebe24569bc7c096f6e34e9a156c7f2896)
|
|
4231
4176
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4232
|
-
jsii.set(self, "templateType", value)
|
|
4177
|
+
jsii.set(self, "templateType", value) # pyright: ignore[reportArgumentType]
|
|
4233
4178
|
|
|
4234
4179
|
|
|
4235
4180
|
@jsii.data_type(
|
|
@@ -4452,7 +4397,7 @@ class CfnQueueFleetAssociation(
|
|
|
4452
4397
|
if __debug__:
|
|
4453
4398
|
type_hints = typing.get_type_hints(_typecheckingstub__e19729f1c6fb8ec0c8b6f6c31e0865e9725dd22fc08c9ec2197711d95f5baa21)
|
|
4454
4399
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4455
|
-
jsii.set(self, "farmId", value)
|
|
4400
|
+
jsii.set(self, "farmId", value) # pyright: ignore[reportArgumentType]
|
|
4456
4401
|
|
|
4457
4402
|
@builtins.property
|
|
4458
4403
|
@jsii.member(jsii_name="fleetId")
|
|
@@ -4465,7 +4410,7 @@ class CfnQueueFleetAssociation(
|
|
|
4465
4410
|
if __debug__:
|
|
4466
4411
|
type_hints = typing.get_type_hints(_typecheckingstub__2bf8c906b58e9214a10c2d83a1b139049a42f93254fc8ec57da660c71ab58bb1)
|
|
4467
4412
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4468
|
-
jsii.set(self, "fleetId", value)
|
|
4413
|
+
jsii.set(self, "fleetId", value) # pyright: ignore[reportArgumentType]
|
|
4469
4414
|
|
|
4470
4415
|
@builtins.property
|
|
4471
4416
|
@jsii.member(jsii_name="queueId")
|
|
@@ -4478,7 +4423,7 @@ class CfnQueueFleetAssociation(
|
|
|
4478
4423
|
if __debug__:
|
|
4479
4424
|
type_hints = typing.get_type_hints(_typecheckingstub__ad97a4082938a418ac03725615af17abfdffa0f3dcb8f92815671754e0657141)
|
|
4480
4425
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4481
|
-
jsii.set(self, "queueId", value)
|
|
4426
|
+
jsii.set(self, "queueId", value) # pyright: ignore[reportArgumentType]
|
|
4482
4427
|
|
|
4483
4428
|
|
|
4484
4429
|
@jsii.data_type(
|
|
@@ -4573,10 +4518,10 @@ class CfnQueueFleetAssociationProps:
|
|
|
4573
4518
|
jsii_struct_bases=[],
|
|
4574
4519
|
name_mapping={
|
|
4575
4520
|
"display_name": "displayName",
|
|
4521
|
+
"farm_id": "farmId",
|
|
4576
4522
|
"allowed_storage_profile_ids": "allowedStorageProfileIds",
|
|
4577
4523
|
"default_budget_action": "defaultBudgetAction",
|
|
4578
4524
|
"description": "description",
|
|
4579
|
-
"farm_id": "farmId",
|
|
4580
4525
|
"job_attachment_settings": "jobAttachmentSettings",
|
|
4581
4526
|
"job_run_as_user": "jobRunAsUser",
|
|
4582
4527
|
"required_file_system_location_names": "requiredFileSystemLocationNames",
|
|
@@ -4589,10 +4534,10 @@ class CfnQueueProps:
|
|
|
4589
4534
|
self,
|
|
4590
4535
|
*,
|
|
4591
4536
|
display_name: builtins.str,
|
|
4537
|
+
farm_id: builtins.str,
|
|
4592
4538
|
allowed_storage_profile_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
4593
4539
|
default_budget_action: typing.Optional[builtins.str] = None,
|
|
4594
4540
|
description: typing.Optional[builtins.str] = None,
|
|
4595
|
-
farm_id: typing.Optional[builtins.str] = None,
|
|
4596
4541
|
job_attachment_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnQueue.JobAttachmentSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4597
4542
|
job_run_as_user: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnQueue.JobRunAsUserProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4598
4543
|
required_file_system_location_names: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
@@ -4601,11 +4546,11 @@ class CfnQueueProps:
|
|
|
4601
4546
|
) -> None:
|
|
4602
4547
|
'''Properties for defining a ``CfnQueue``.
|
|
4603
4548
|
|
|
4604
|
-
:param display_name: The display name of the queue summary to update.
|
|
4549
|
+
:param display_name: The display name of the queue summary to update. .. epigraph:: This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
|
|
4550
|
+
:param farm_id: The farm ID.
|
|
4605
4551
|
:param allowed_storage_profile_ids: The identifiers of the storage profiles that this queue can use to share assets between workers using different operating systems.
|
|
4606
4552
|
:param default_budget_action: The default action taken on a queue summary if a budget wasn't configured. Default: - "NONE"
|
|
4607
4553
|
:param description: A description of the queue that helps identify what the queue is used for. Default: - ""
|
|
4608
|
-
:param farm_id: The farm ID.
|
|
4609
4554
|
:param job_attachment_settings: The job attachment settings. These are the Amazon S3 bucket name and the Amazon S3 prefix.
|
|
4610
4555
|
:param job_run_as_user: Identifies the user for a job.
|
|
4611
4556
|
:param required_file_system_location_names: The file system location that the queue uses.
|
|
@@ -4623,12 +4568,12 @@ class CfnQueueProps:
|
|
|
4623
4568
|
|
|
4624
4569
|
cfn_queue_props = deadline.CfnQueueProps(
|
|
4625
4570
|
display_name="displayName",
|
|
4571
|
+
farm_id="farmId",
|
|
4626
4572
|
|
|
4627
4573
|
# the properties below are optional
|
|
4628
4574
|
allowed_storage_profile_ids=["allowedStorageProfileIds"],
|
|
4629
4575
|
default_budget_action="defaultBudgetAction",
|
|
4630
4576
|
description="description",
|
|
4631
|
-
farm_id="farmId",
|
|
4632
4577
|
job_attachment_settings=deadline.CfnQueue.JobAttachmentSettingsProperty(
|
|
4633
4578
|
root_prefix="rootPrefix",
|
|
4634
4579
|
s3_bucket_name="s3BucketName"
|
|
@@ -4657,10 +4602,10 @@ class CfnQueueProps:
|
|
|
4657
4602
|
if __debug__:
|
|
4658
4603
|
type_hints = typing.get_type_hints(_typecheckingstub__a92d64f51023fd5b945aa0d9e2b696749e02f9df358265737e05dd4a730fd30d)
|
|
4659
4604
|
check_type(argname="argument display_name", value=display_name, expected_type=type_hints["display_name"])
|
|
4605
|
+
check_type(argname="argument farm_id", value=farm_id, expected_type=type_hints["farm_id"])
|
|
4660
4606
|
check_type(argname="argument allowed_storage_profile_ids", value=allowed_storage_profile_ids, expected_type=type_hints["allowed_storage_profile_ids"])
|
|
4661
4607
|
check_type(argname="argument default_budget_action", value=default_budget_action, expected_type=type_hints["default_budget_action"])
|
|
4662
4608
|
check_type(argname="argument description", value=description, expected_type=type_hints["description"])
|
|
4663
|
-
check_type(argname="argument farm_id", value=farm_id, expected_type=type_hints["farm_id"])
|
|
4664
4609
|
check_type(argname="argument job_attachment_settings", value=job_attachment_settings, expected_type=type_hints["job_attachment_settings"])
|
|
4665
4610
|
check_type(argname="argument job_run_as_user", value=job_run_as_user, expected_type=type_hints["job_run_as_user"])
|
|
4666
4611
|
check_type(argname="argument required_file_system_location_names", value=required_file_system_location_names, expected_type=type_hints["required_file_system_location_names"])
|
|
@@ -4668,6 +4613,7 @@ class CfnQueueProps:
|
|
|
4668
4613
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
4669
4614
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
4670
4615
|
"display_name": display_name,
|
|
4616
|
+
"farm_id": farm_id,
|
|
4671
4617
|
}
|
|
4672
4618
|
if allowed_storage_profile_ids is not None:
|
|
4673
4619
|
self._values["allowed_storage_profile_ids"] = allowed_storage_profile_ids
|
|
@@ -4675,8 +4621,6 @@ class CfnQueueProps:
|
|
|
4675
4621
|
self._values["default_budget_action"] = default_budget_action
|
|
4676
4622
|
if description is not None:
|
|
4677
4623
|
self._values["description"] = description
|
|
4678
|
-
if farm_id is not None:
|
|
4679
|
-
self._values["farm_id"] = farm_id
|
|
4680
4624
|
if job_attachment_settings is not None:
|
|
4681
4625
|
self._values["job_attachment_settings"] = job_attachment_settings
|
|
4682
4626
|
if job_run_as_user is not None:
|
|
@@ -4692,12 +4636,26 @@ class CfnQueueProps:
|
|
|
4692
4636
|
def display_name(self) -> builtins.str:
|
|
4693
4637
|
'''The display name of the queue summary to update.
|
|
4694
4638
|
|
|
4639
|
+
.. epigraph::
|
|
4640
|
+
|
|
4641
|
+
This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
|
|
4642
|
+
|
|
4695
4643
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-queue.html#cfn-deadline-queue-displayname
|
|
4696
4644
|
'''
|
|
4697
4645
|
result = self._values.get("display_name")
|
|
4698
4646
|
assert result is not None, "Required property 'display_name' is missing"
|
|
4699
4647
|
return typing.cast(builtins.str, result)
|
|
4700
4648
|
|
|
4649
|
+
@builtins.property
|
|
4650
|
+
def farm_id(self) -> builtins.str:
|
|
4651
|
+
'''The farm ID.
|
|
4652
|
+
|
|
4653
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-queue.html#cfn-deadline-queue-farmid
|
|
4654
|
+
'''
|
|
4655
|
+
result = self._values.get("farm_id")
|
|
4656
|
+
assert result is not None, "Required property 'farm_id' is missing"
|
|
4657
|
+
return typing.cast(builtins.str, result)
|
|
4658
|
+
|
|
4701
4659
|
@builtins.property
|
|
4702
4660
|
def allowed_storage_profile_ids(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
4703
4661
|
'''The identifiers of the storage profiles that this queue can use to share assets between workers using different operating systems.
|
|
@@ -4729,15 +4687,6 @@ class CfnQueueProps:
|
|
|
4729
4687
|
result = self._values.get("description")
|
|
4730
4688
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
4731
4689
|
|
|
4732
|
-
@builtins.property
|
|
4733
|
-
def farm_id(self) -> typing.Optional[builtins.str]:
|
|
4734
|
-
'''The farm ID.
|
|
4735
|
-
|
|
4736
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-queue.html#cfn-deadline-queue-farmid
|
|
4737
|
-
'''
|
|
4738
|
-
result = self._values.get("farm_id")
|
|
4739
|
-
return typing.cast(typing.Optional[builtins.str], result)
|
|
4740
|
-
|
|
4741
4690
|
@builtins.property
|
|
4742
4691
|
def job_attachment_settings(
|
|
4743
4692
|
self,
|
|
@@ -4825,10 +4774,10 @@ class CfnStorageProfile(
|
|
|
4825
4774
|
|
|
4826
4775
|
cfn_storage_profile = deadline.CfnStorageProfile(self, "MyCfnStorageProfile",
|
|
4827
4776
|
display_name="displayName",
|
|
4777
|
+
farm_id="farmId",
|
|
4828
4778
|
os_family="osFamily",
|
|
4829
4779
|
|
|
4830
4780
|
# the properties below are optional
|
|
4831
|
-
farm_id="farmId",
|
|
4832
4781
|
file_system_locations=[deadline.CfnStorageProfile.FileSystemLocationProperty(
|
|
4833
4782
|
name="name",
|
|
4834
4783
|
path="path",
|
|
@@ -4843,16 +4792,16 @@ class CfnStorageProfile(
|
|
|
4843
4792
|
id: builtins.str,
|
|
4844
4793
|
*,
|
|
4845
4794
|
display_name: builtins.str,
|
|
4795
|
+
farm_id: builtins.str,
|
|
4846
4796
|
os_family: builtins.str,
|
|
4847
|
-
farm_id: typing.Optional[builtins.str] = None,
|
|
4848
4797
|
file_system_locations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnStorageProfile.FileSystemLocationProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
4849
4798
|
) -> None:
|
|
4850
4799
|
'''
|
|
4851
4800
|
:param scope: Scope in which this resource is defined.
|
|
4852
4801
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
4853
|
-
:param display_name: The display name of the storage profile summary to update.
|
|
4854
|
-
:param os_family: The operating system (OS) family.
|
|
4802
|
+
:param display_name: The display name of the storage profile summary to update. .. epigraph:: This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
|
|
4855
4803
|
:param farm_id: The unique identifier of the farm that contains the storage profile.
|
|
4804
|
+
:param os_family: The operating system (OS) family.
|
|
4856
4805
|
:param file_system_locations: Operating system specific file system path to the storage location.
|
|
4857
4806
|
'''
|
|
4858
4807
|
if __debug__:
|
|
@@ -4861,8 +4810,8 @@ class CfnStorageProfile(
|
|
|
4861
4810
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4862
4811
|
props = CfnStorageProfileProps(
|
|
4863
4812
|
display_name=display_name,
|
|
4864
|
-
os_family=os_family,
|
|
4865
4813
|
farm_id=farm_id,
|
|
4814
|
+
os_family=os_family,
|
|
4866
4815
|
file_system_locations=file_system_locations,
|
|
4867
4816
|
)
|
|
4868
4817
|
|
|
@@ -4923,7 +4872,20 @@ class CfnStorageProfile(
|
|
|
4923
4872
|
if __debug__:
|
|
4924
4873
|
type_hints = typing.get_type_hints(_typecheckingstub__f20c6213a2c65defbfbde8129f9b8c1e7681d519ea98354db0d5bbcf5e03e8d6)
|
|
4925
4874
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4926
|
-
jsii.set(self, "displayName", value)
|
|
4875
|
+
jsii.set(self, "displayName", value) # pyright: ignore[reportArgumentType]
|
|
4876
|
+
|
|
4877
|
+
@builtins.property
|
|
4878
|
+
@jsii.member(jsii_name="farmId")
|
|
4879
|
+
def farm_id(self) -> builtins.str:
|
|
4880
|
+
'''The unique identifier of the farm that contains the storage profile.'''
|
|
4881
|
+
return typing.cast(builtins.str, jsii.get(self, "farmId"))
|
|
4882
|
+
|
|
4883
|
+
@farm_id.setter
|
|
4884
|
+
def farm_id(self, value: builtins.str) -> None:
|
|
4885
|
+
if __debug__:
|
|
4886
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f736eedcb6c466af3ef1210e274e369c621b42de8f8102b78a138c4d5cc04f9c)
|
|
4887
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4888
|
+
jsii.set(self, "farmId", value) # pyright: ignore[reportArgumentType]
|
|
4927
4889
|
|
|
4928
4890
|
@builtins.property
|
|
4929
4891
|
@jsii.member(jsii_name="osFamily")
|
|
@@ -4936,20 +4898,7 @@ class CfnStorageProfile(
|
|
|
4936
4898
|
if __debug__:
|
|
4937
4899
|
type_hints = typing.get_type_hints(_typecheckingstub__ff32f8bb060d0ada4a6522805c78bae216b6b86ab15b16b64b07a49ae94df357)
|
|
4938
4900
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4939
|
-
jsii.set(self, "osFamily", value)
|
|
4940
|
-
|
|
4941
|
-
@builtins.property
|
|
4942
|
-
@jsii.member(jsii_name="farmId")
|
|
4943
|
-
def farm_id(self) -> typing.Optional[builtins.str]:
|
|
4944
|
-
'''The unique identifier of the farm that contains the storage profile.'''
|
|
4945
|
-
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "farmId"))
|
|
4946
|
-
|
|
4947
|
-
@farm_id.setter
|
|
4948
|
-
def farm_id(self, value: typing.Optional[builtins.str]) -> None:
|
|
4949
|
-
if __debug__:
|
|
4950
|
-
type_hints = typing.get_type_hints(_typecheckingstub__f736eedcb6c466af3ef1210e274e369c621b42de8f8102b78a138c4d5cc04f9c)
|
|
4951
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4952
|
-
jsii.set(self, "farmId", value)
|
|
4901
|
+
jsii.set(self, "osFamily", value) # pyright: ignore[reportArgumentType]
|
|
4953
4902
|
|
|
4954
4903
|
@builtins.property
|
|
4955
4904
|
@jsii.member(jsii_name="fileSystemLocations")
|
|
@@ -4967,7 +4916,7 @@ class CfnStorageProfile(
|
|
|
4967
4916
|
if __debug__:
|
|
4968
4917
|
type_hints = typing.get_type_hints(_typecheckingstub__41022fa9902dd4229e3676de8f74c666e01c3237936ce7470d2c1ab45b6055ea)
|
|
4969
4918
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4970
|
-
jsii.set(self, "fileSystemLocations", value)
|
|
4919
|
+
jsii.set(self, "fileSystemLocations", value) # pyright: ignore[reportArgumentType]
|
|
4971
4920
|
|
|
4972
4921
|
@jsii.data_type(
|
|
4973
4922
|
jsii_type="aws-cdk-lib.aws_deadline.CfnStorageProfile.FileSystemLocationProperty",
|
|
@@ -5061,8 +5010,8 @@ class CfnStorageProfile(
|
|
|
5061
5010
|
jsii_struct_bases=[],
|
|
5062
5011
|
name_mapping={
|
|
5063
5012
|
"display_name": "displayName",
|
|
5064
|
-
"os_family": "osFamily",
|
|
5065
5013
|
"farm_id": "farmId",
|
|
5014
|
+
"os_family": "osFamily",
|
|
5066
5015
|
"file_system_locations": "fileSystemLocations",
|
|
5067
5016
|
},
|
|
5068
5017
|
)
|
|
@@ -5071,15 +5020,15 @@ class CfnStorageProfileProps:
|
|
|
5071
5020
|
self,
|
|
5072
5021
|
*,
|
|
5073
5022
|
display_name: builtins.str,
|
|
5023
|
+
farm_id: builtins.str,
|
|
5074
5024
|
os_family: builtins.str,
|
|
5075
|
-
farm_id: typing.Optional[builtins.str] = None,
|
|
5076
5025
|
file_system_locations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnStorageProfile.FileSystemLocationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
5077
5026
|
) -> None:
|
|
5078
5027
|
'''Properties for defining a ``CfnStorageProfile``.
|
|
5079
5028
|
|
|
5080
|
-
:param display_name: The display name of the storage profile summary to update.
|
|
5081
|
-
:param os_family: The operating system (OS) family.
|
|
5029
|
+
:param display_name: The display name of the storage profile summary to update. .. epigraph:: This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
|
|
5082
5030
|
:param farm_id: The unique identifier of the farm that contains the storage profile.
|
|
5031
|
+
:param os_family: The operating system (OS) family.
|
|
5083
5032
|
:param file_system_locations: Operating system specific file system path to the storage location.
|
|
5084
5033
|
|
|
5085
5034
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-storageprofile.html
|
|
@@ -5093,10 +5042,10 @@ class CfnStorageProfileProps:
|
|
|
5093
5042
|
|
|
5094
5043
|
cfn_storage_profile_props = deadline.CfnStorageProfileProps(
|
|
5095
5044
|
display_name="displayName",
|
|
5045
|
+
farm_id="farmId",
|
|
5096
5046
|
os_family="osFamily",
|
|
5097
5047
|
|
|
5098
5048
|
# the properties below are optional
|
|
5099
|
-
farm_id="farmId",
|
|
5100
5049
|
file_system_locations=[deadline.CfnStorageProfile.FileSystemLocationProperty(
|
|
5101
5050
|
name="name",
|
|
5102
5051
|
path="path",
|
|
@@ -5107,15 +5056,14 @@ class CfnStorageProfileProps:
|
|
|
5107
5056
|
if __debug__:
|
|
5108
5057
|
type_hints = typing.get_type_hints(_typecheckingstub__0d873ae2006c75776847d16361d1b495d51e00d618e49d32a001db4fe2f72991)
|
|
5109
5058
|
check_type(argname="argument display_name", value=display_name, expected_type=type_hints["display_name"])
|
|
5110
|
-
check_type(argname="argument os_family", value=os_family, expected_type=type_hints["os_family"])
|
|
5111
5059
|
check_type(argname="argument farm_id", value=farm_id, expected_type=type_hints["farm_id"])
|
|
5060
|
+
check_type(argname="argument os_family", value=os_family, expected_type=type_hints["os_family"])
|
|
5112
5061
|
check_type(argname="argument file_system_locations", value=file_system_locations, expected_type=type_hints["file_system_locations"])
|
|
5113
5062
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
5114
5063
|
"display_name": display_name,
|
|
5064
|
+
"farm_id": farm_id,
|
|
5115
5065
|
"os_family": os_family,
|
|
5116
5066
|
}
|
|
5117
|
-
if farm_id is not None:
|
|
5118
|
-
self._values["farm_id"] = farm_id
|
|
5119
5067
|
if file_system_locations is not None:
|
|
5120
5068
|
self._values["file_system_locations"] = file_system_locations
|
|
5121
5069
|
|
|
@@ -5123,12 +5071,26 @@ class CfnStorageProfileProps:
|
|
|
5123
5071
|
def display_name(self) -> builtins.str:
|
|
5124
5072
|
'''The display name of the storage profile summary to update.
|
|
5125
5073
|
|
|
5074
|
+
.. epigraph::
|
|
5075
|
+
|
|
5076
|
+
This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
|
|
5077
|
+
|
|
5126
5078
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-storageprofile.html#cfn-deadline-storageprofile-displayname
|
|
5127
5079
|
'''
|
|
5128
5080
|
result = self._values.get("display_name")
|
|
5129
5081
|
assert result is not None, "Required property 'display_name' is missing"
|
|
5130
5082
|
return typing.cast(builtins.str, result)
|
|
5131
5083
|
|
|
5084
|
+
@builtins.property
|
|
5085
|
+
def farm_id(self) -> builtins.str:
|
|
5086
|
+
'''The unique identifier of the farm that contains the storage profile.
|
|
5087
|
+
|
|
5088
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-storageprofile.html#cfn-deadline-storageprofile-farmid
|
|
5089
|
+
'''
|
|
5090
|
+
result = self._values.get("farm_id")
|
|
5091
|
+
assert result is not None, "Required property 'farm_id' is missing"
|
|
5092
|
+
return typing.cast(builtins.str, result)
|
|
5093
|
+
|
|
5132
5094
|
@builtins.property
|
|
5133
5095
|
def os_family(self) -> builtins.str:
|
|
5134
5096
|
'''The operating system (OS) family.
|
|
@@ -5139,15 +5101,6 @@ class CfnStorageProfileProps:
|
|
|
5139
5101
|
assert result is not None, "Required property 'os_family' is missing"
|
|
5140
5102
|
return typing.cast(builtins.str, result)
|
|
5141
5103
|
|
|
5142
|
-
@builtins.property
|
|
5143
|
-
def farm_id(self) -> typing.Optional[builtins.str]:
|
|
5144
|
-
'''The unique identifier of the farm that contains the storage profile.
|
|
5145
|
-
|
|
5146
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-storageprofile.html#cfn-deadline-storageprofile-farmid
|
|
5147
|
-
'''
|
|
5148
|
-
result = self._values.get("farm_id")
|
|
5149
|
-
return typing.cast(typing.Optional[builtins.str], result)
|
|
5150
|
-
|
|
5151
5104
|
@builtins.property
|
|
5152
5105
|
def file_system_locations(
|
|
5153
5106
|
self,
|
|
@@ -5258,10 +5211,10 @@ def _typecheckingstub__b982dfa2ac88548efd13c63c65f7144bf79a74dd670eebe5a13537f1f
|
|
|
5258
5211
|
*,
|
|
5259
5212
|
configuration: typing.Union[_IResolvable_da3f097b, typing.Union[CfnFleet.FleetConfigurationProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
5260
5213
|
display_name: builtins.str,
|
|
5214
|
+
farm_id: builtins.str,
|
|
5261
5215
|
max_worker_count: jsii.Number,
|
|
5262
5216
|
role_arn: builtins.str,
|
|
5263
5217
|
description: typing.Optional[builtins.str] = None,
|
|
5264
|
-
farm_id: typing.Optional[builtins.str] = None,
|
|
5265
5218
|
min_worker_count: typing.Optional[jsii.Number] = None,
|
|
5266
5219
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5267
5220
|
) -> None:
|
|
@@ -5292,6 +5245,12 @@ def _typecheckingstub__8d501705678e5cc3f1a305c922a22f7ba207d560bdb5761b3ce0e0428
|
|
|
5292
5245
|
"""Type checking stubs"""
|
|
5293
5246
|
pass
|
|
5294
5247
|
|
|
5248
|
+
def _typecheckingstub__30ce1167517d9e9a39c50fdbd55b565e28d3f5dca61d4b795926951043d1cc2d(
|
|
5249
|
+
value: builtins.str,
|
|
5250
|
+
) -> None:
|
|
5251
|
+
"""Type checking stubs"""
|
|
5252
|
+
pass
|
|
5253
|
+
|
|
5295
5254
|
def _typecheckingstub__435144cf5095e3c8ecf5073fcb2ee802817fde90c7c30f2fa7b579407c82a89a(
|
|
5296
5255
|
value: jsii.Number,
|
|
5297
5256
|
) -> None:
|
|
@@ -5310,12 +5269,6 @@ def _typecheckingstub__084da5a242d843b332de24a8c53af7e8830cd00d0dca22235f0c3d665
|
|
|
5310
5269
|
"""Type checking stubs"""
|
|
5311
5270
|
pass
|
|
5312
5271
|
|
|
5313
|
-
def _typecheckingstub__30ce1167517d9e9a39c50fdbd55b565e28d3f5dca61d4b795926951043d1cc2d(
|
|
5314
|
-
value: typing.Optional[builtins.str],
|
|
5315
|
-
) -> None:
|
|
5316
|
-
"""Type checking stubs"""
|
|
5317
|
-
pass
|
|
5318
|
-
|
|
5319
5272
|
def _typecheckingstub__e98aa63695c4cd93c0aae20c0cd7e90226c1100540a8732e0be19b9d6cc5e094(
|
|
5320
5273
|
value: typing.Optional[jsii.Number],
|
|
5321
5274
|
) -> None:
|
|
@@ -5460,10 +5413,10 @@ def _typecheckingstub__a1472efddb89af74b2ae4dc1156d30448332099bec47f03ae56886a44
|
|
|
5460
5413
|
*,
|
|
5461
5414
|
configuration: typing.Union[_IResolvable_da3f097b, typing.Union[CfnFleet.FleetConfigurationProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
5462
5415
|
display_name: builtins.str,
|
|
5416
|
+
farm_id: builtins.str,
|
|
5463
5417
|
max_worker_count: jsii.Number,
|
|
5464
5418
|
role_arn: builtins.str,
|
|
5465
5419
|
description: typing.Optional[builtins.str] = None,
|
|
5466
|
-
farm_id: typing.Optional[builtins.str] = None,
|
|
5467
5420
|
min_worker_count: typing.Optional[jsii.Number] = None,
|
|
5468
5421
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5469
5422
|
) -> None:
|
|
@@ -5532,11 +5485,8 @@ def _typecheckingstub__1349660e6447c1e6551d1ce7cde2c5dc6adbf1fb1fdceb9f214b066a5
|
|
|
5532
5485
|
scope: _constructs_77d1e7e8.Construct,
|
|
5533
5486
|
id: builtins.str,
|
|
5534
5487
|
*,
|
|
5535
|
-
family: typing.Optional[builtins.str] = None,
|
|
5536
5488
|
license_endpoint_id: typing.Optional[builtins.str] = None,
|
|
5537
|
-
port: typing.Optional[jsii.Number] = None,
|
|
5538
5489
|
product_id: typing.Optional[builtins.str] = None,
|
|
5539
|
-
vendor: typing.Optional[builtins.str] = None,
|
|
5540
5490
|
) -> None:
|
|
5541
5491
|
"""Type checking stubs"""
|
|
5542
5492
|
pass
|
|
@@ -5553,43 +5503,22 @@ def _typecheckingstub__4ed6d8167aeed2952e867a5d1c33ef70cf0763f5978f31bbc292859ff
|
|
|
5553
5503
|
"""Type checking stubs"""
|
|
5554
5504
|
pass
|
|
5555
5505
|
|
|
5556
|
-
def _typecheckingstub__748584b3e13e6b6b100e3e825e6d4334d2e0c93a3397f0df55aae36a0abdc733(
|
|
5557
|
-
value: typing.Optional[builtins.str],
|
|
5558
|
-
) -> None:
|
|
5559
|
-
"""Type checking stubs"""
|
|
5560
|
-
pass
|
|
5561
|
-
|
|
5562
5506
|
def _typecheckingstub__2392ecb737206631d7a319a666b254d855fea916d5e5430c1cb1bbe9c43d20de(
|
|
5563
5507
|
value: typing.Optional[builtins.str],
|
|
5564
5508
|
) -> None:
|
|
5565
5509
|
"""Type checking stubs"""
|
|
5566
5510
|
pass
|
|
5567
5511
|
|
|
5568
|
-
def _typecheckingstub__866a9b65a442c0e4da725c11f8f3210a936a0cf69a370c376e7d42450692f1c6(
|
|
5569
|
-
value: typing.Optional[jsii.Number],
|
|
5570
|
-
) -> None:
|
|
5571
|
-
"""Type checking stubs"""
|
|
5572
|
-
pass
|
|
5573
|
-
|
|
5574
5512
|
def _typecheckingstub__b7b3217dc50a692aa63ba3c945affcba562e3dca3ad6c9440d62b98f397be2ac(
|
|
5575
5513
|
value: typing.Optional[builtins.str],
|
|
5576
5514
|
) -> None:
|
|
5577
5515
|
"""Type checking stubs"""
|
|
5578
5516
|
pass
|
|
5579
5517
|
|
|
5580
|
-
def _typecheckingstub__b31f8edad3d25c952475ac2363b0c1e60099e4c875dc5b54b5e01e1c9a364a59(
|
|
5581
|
-
value: typing.Optional[builtins.str],
|
|
5582
|
-
) -> None:
|
|
5583
|
-
"""Type checking stubs"""
|
|
5584
|
-
pass
|
|
5585
|
-
|
|
5586
5518
|
def _typecheckingstub__64de1639a953ff86a7b38c87a1ecf80a18f6b715e19b894e265cf51c1b6d4920(
|
|
5587
5519
|
*,
|
|
5588
|
-
family: typing.Optional[builtins.str] = None,
|
|
5589
5520
|
license_endpoint_id: typing.Optional[builtins.str] = None,
|
|
5590
|
-
port: typing.Optional[jsii.Number] = None,
|
|
5591
5521
|
product_id: typing.Optional[builtins.str] = None,
|
|
5592
|
-
vendor: typing.Optional[builtins.str] = None,
|
|
5593
5522
|
) -> None:
|
|
5594
5523
|
"""Type checking stubs"""
|
|
5595
5524
|
pass
|
|
@@ -5657,10 +5586,10 @@ def _typecheckingstub__7c8ed104ef6a730c7b90ba82ab4ab0b37d213e5444e12df63d7d60b1e
|
|
|
5657
5586
|
id: builtins.str,
|
|
5658
5587
|
*,
|
|
5659
5588
|
display_name: builtins.str,
|
|
5589
|
+
farm_id: builtins.str,
|
|
5660
5590
|
allowed_storage_profile_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
5661
5591
|
default_budget_action: typing.Optional[builtins.str] = None,
|
|
5662
5592
|
description: typing.Optional[builtins.str] = None,
|
|
5663
|
-
farm_id: typing.Optional[builtins.str] = None,
|
|
5664
5593
|
job_attachment_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnQueue.JobAttachmentSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5665
5594
|
job_run_as_user: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnQueue.JobRunAsUserProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5666
5595
|
required_file_system_location_names: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
@@ -5688,25 +5617,25 @@ def _typecheckingstub__abb08cf6c0a4af9928a3c56fba912abab7cd2c3c4760117e91af2d94f
|
|
|
5688
5617
|
"""Type checking stubs"""
|
|
5689
5618
|
pass
|
|
5690
5619
|
|
|
5691
|
-
def
|
|
5692
|
-
value:
|
|
5620
|
+
def _typecheckingstub__fef4d1848bd17d1a655bb4cb1236551eab481ebefcdbbd4e5ae7acc710720145(
|
|
5621
|
+
value: builtins.str,
|
|
5693
5622
|
) -> None:
|
|
5694
5623
|
"""Type checking stubs"""
|
|
5695
5624
|
pass
|
|
5696
5625
|
|
|
5697
|
-
def
|
|
5698
|
-
value: typing.Optional[builtins.str],
|
|
5626
|
+
def _typecheckingstub__261c15a318630458194b6ce3058afe2cbf9e193004fd4e7287059f40d08582f2(
|
|
5627
|
+
value: typing.Optional[typing.List[builtins.str]],
|
|
5699
5628
|
) -> None:
|
|
5700
5629
|
"""Type checking stubs"""
|
|
5701
5630
|
pass
|
|
5702
5631
|
|
|
5703
|
-
def
|
|
5632
|
+
def _typecheckingstub__8ed3fcb26efc70612b9ed8cbcccb35da23ffe53b337b83ec742c863a4da84b6d(
|
|
5704
5633
|
value: typing.Optional[builtins.str],
|
|
5705
5634
|
) -> None:
|
|
5706
5635
|
"""Type checking stubs"""
|
|
5707
5636
|
pass
|
|
5708
5637
|
|
|
5709
|
-
def
|
|
5638
|
+
def _typecheckingstub__b2559bfc8e75a5a3fe6743bfc64664fbf4a6fc6cb24717a6669ce9a31c288f44(
|
|
5710
5639
|
value: typing.Optional[builtins.str],
|
|
5711
5640
|
) -> None:
|
|
5712
5641
|
"""Type checking stubs"""
|
|
@@ -5894,10 +5823,10 @@ def _typecheckingstub__5457199586ad5b5517f14765c4203a9a198d98c68deaf06933477e9fc
|
|
|
5894
5823
|
def _typecheckingstub__a92d64f51023fd5b945aa0d9e2b696749e02f9df358265737e05dd4a730fd30d(
|
|
5895
5824
|
*,
|
|
5896
5825
|
display_name: builtins.str,
|
|
5826
|
+
farm_id: builtins.str,
|
|
5897
5827
|
allowed_storage_profile_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
5898
5828
|
default_budget_action: typing.Optional[builtins.str] = None,
|
|
5899
5829
|
description: typing.Optional[builtins.str] = None,
|
|
5900
|
-
farm_id: typing.Optional[builtins.str] = None,
|
|
5901
5830
|
job_attachment_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnQueue.JobAttachmentSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5902
5831
|
job_run_as_user: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnQueue.JobRunAsUserProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5903
5832
|
required_file_system_location_names: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
@@ -5912,8 +5841,8 @@ def _typecheckingstub__d3bb4938fbe160a975ec7626f79799d48d7603f2cc166cf513bf1920d
|
|
|
5912
5841
|
id: builtins.str,
|
|
5913
5842
|
*,
|
|
5914
5843
|
display_name: builtins.str,
|
|
5844
|
+
farm_id: builtins.str,
|
|
5915
5845
|
os_family: builtins.str,
|
|
5916
|
-
farm_id: typing.Optional[builtins.str] = None,
|
|
5917
5846
|
file_system_locations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnStorageProfile.FileSystemLocationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
5918
5847
|
) -> None:
|
|
5919
5848
|
"""Type checking stubs"""
|
|
@@ -5937,14 +5866,14 @@ def _typecheckingstub__f20c6213a2c65defbfbde8129f9b8c1e7681d519ea98354db0d5bbcf5
|
|
|
5937
5866
|
"""Type checking stubs"""
|
|
5938
5867
|
pass
|
|
5939
5868
|
|
|
5940
|
-
def
|
|
5869
|
+
def _typecheckingstub__f736eedcb6c466af3ef1210e274e369c621b42de8f8102b78a138c4d5cc04f9c(
|
|
5941
5870
|
value: builtins.str,
|
|
5942
5871
|
) -> None:
|
|
5943
5872
|
"""Type checking stubs"""
|
|
5944
5873
|
pass
|
|
5945
5874
|
|
|
5946
|
-
def
|
|
5947
|
-
value:
|
|
5875
|
+
def _typecheckingstub__ff32f8bb060d0ada4a6522805c78bae216b6b86ab15b16b64b07a49ae94df357(
|
|
5876
|
+
value: builtins.str,
|
|
5948
5877
|
) -> None:
|
|
5949
5878
|
"""Type checking stubs"""
|
|
5950
5879
|
pass
|
|
@@ -5967,8 +5896,8 @@ def _typecheckingstub__30accc33e266fd187349c32faa815a79744e919f16060567a73b75c87
|
|
|
5967
5896
|
def _typecheckingstub__0d873ae2006c75776847d16361d1b495d51e00d618e49d32a001db4fe2f72991(
|
|
5968
5897
|
*,
|
|
5969
5898
|
display_name: builtins.str,
|
|
5899
|
+
farm_id: builtins.str,
|
|
5970
5900
|
os_family: builtins.str,
|
|
5971
|
-
farm_id: typing.Optional[builtins.str] = None,
|
|
5972
5901
|
file_system_locations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnStorageProfile.FileSystemLocationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
5973
5902
|
) -> None:
|
|
5974
5903
|
"""Type checking stubs"""
|