aws-cdk-lib 2.153.0__py3-none-any.whl → 2.154.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +157 -215
- aws_cdk/_jsii/__init__.py +2 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.153.0.jsii.tgz → aws-cdk-lib@2.154.1.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +3 -3
- aws_cdk/aws_accessanalyzer/__init__.py +5 -5
- aws_cdk/aws_acmpca/__init__.py +79 -24
- aws_cdk/aws_amazonmq/__init__.py +161 -161
- aws_cdk/aws_amplify/__init__.py +36 -36
- aws_cdk/aws_amplifyuibuilder/__init__.py +32 -32
- aws_cdk/aws_apigateway/__init__.py +122 -122
- aws_cdk/aws_apigatewayv2/__init__.py +143 -130
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +12 -12
- aws_cdk/aws_appconfig/__init__.py +59 -59
- aws_cdk/aws_appflow/__init__.py +20 -20
- aws_cdk/aws_appintegrations/__init__.py +19 -19
- aws_cdk/aws_applicationautoscaling/__init__.py +31 -16
- aws_cdk/aws_applicationinsights/__init__.py +11 -11
- aws_cdk/aws_applicationsignals/__init__.py +5 -5
- aws_cdk/aws_appmesh/__init__.py +35 -35
- aws_cdk/aws_apprunner/__init__.py +25 -25
- aws_cdk/aws_appstream/__init__.py +105 -105
- aws_cdk/aws_appsync/__init__.py +89 -89
- aws_cdk/aws_apptest/__init__.py +25 -25
- aws_cdk/aws_aps/__init__.py +14 -14
- aws_cdk/aws_arczonalshift/__init__.py +200 -3
- aws_cdk/aws_athena/__init__.py +25 -25
- aws_cdk/aws_auditmanager/__init__.py +15 -15
- aws_cdk/aws_autoscaling/__init__.py +84 -84
- aws_cdk/aws_autoscalingplans/__init__.py +2 -2
- aws_cdk/aws_b2bi/__init__.py +24 -24
- aws_cdk/aws_backup/__init__.py +33 -33
- aws_cdk/aws_backupgateway/__init__.py +7 -7
- aws_cdk/aws_batch/__init__.py +289 -35
- aws_cdk/aws_bcmdataexports/__init__.py +2 -2
- aws_cdk/aws_bedrock/__init__.py +15766 -3438
- aws_cdk/aws_billingconductor/__init__.py +28 -28
- aws_cdk/aws_budgets/__init__.py +12 -12
- aws_cdk/aws_cassandra/__init__.py +16 -16
- aws_cdk/aws_ce/__init__.py +17 -17
- aws_cdk/aws_certificatemanager/__init__.py +9 -9
- aws_cdk/aws_chatbot/__init__.py +22 -22
- aws_cdk/aws_cleanrooms/__init__.py +2470 -307
- aws_cdk/aws_cleanroomsml/__init__.py +5 -5
- aws_cdk/aws_cloud9/__init__.py +10 -10
- aws_cdk/aws_cloudformation/__init__.py +94 -69
- aws_cdk/aws_cloudfront/__init__.py +47 -33
- aws_cdk/aws_cloudtrail/__init__.py +46 -44
- aws_cdk/aws_cloudwatch/__init__.py +61 -69
- aws_cdk/aws_codeartifact/__init__.py +19 -19
- aws_cdk/aws_codebuild/__init__.py +99 -68
- aws_cdk/aws_codecommit/__init__.py +10 -6
- aws_cdk/aws_codeconnections/__init__.py +5 -5
- aws_cdk/aws_codedeploy/__init__.py +28 -28
- aws_cdk/aws_codeguruprofiler/__init__.py +5 -5
- aws_cdk/aws_codegurureviewer/__init__.py +6 -6
- aws_cdk/aws_codepipeline/__init__.py +849 -52
- aws_cdk/aws_codepipeline_actions/__init__.py +1 -1
- aws_cdk/aws_codestar/__init__.py +8 -8
- aws_cdk/aws_codestarconnections/__init__.py +17 -17
- aws_cdk/aws_codestarnotifications/__init__.py +10 -10
- aws_cdk/aws_cognito/__init__.py +465 -133
- aws_cdk/aws_comprehend/__init__.py +20 -20
- aws_cdk/aws_config/__init__.py +67 -67
- aws_cdk/aws_connect/__init__.py +139 -137
- aws_cdk/aws_connectcampaigns/__init__.py +5 -5
- aws_cdk/aws_controltower/__init__.py +12 -12
- aws_cdk/aws_cur/__init__.py +12 -12
- aws_cdk/aws_customerprofiles/__init__.py +36 -36
- aws_cdk/aws_databrew/__init__.py +45 -45
- aws_cdk/aws_datapipeline/__init__.py +12 -8
- aws_cdk/aws_datasync/__init__.py +119 -117
- aws_cdk/aws_datazone/__init__.py +63 -63
- aws_cdk/aws_dax/__init__.py +20 -20
- aws_cdk/aws_deadline/__init__.py +221 -292
- aws_cdk/aws_detective/__init__.py +8 -8
- aws_cdk/aws_devicefarm/__init__.py +37 -37
- aws_cdk/aws_devopsguru/__init__.py +2 -2
- aws_cdk/aws_directoryservice/__init__.py +15 -15
- aws_cdk/aws_dlm/__init__.py +12 -12
- aws_cdk/aws_dms/__init__.py +300 -298
- aws_cdk/aws_docdb/__init__.py +49 -49
- aws_cdk/aws_docdbelastic/__init__.py +14 -14
- aws_cdk/aws_dynamodb/__init__.py +371 -37
- aws_cdk/aws_ec2/__init__.py +914 -612
- aws_cdk/aws_ecr/__init__.py +117 -77
- aws_cdk/aws_ecr_assets/__init__.py +4 -4
- aws_cdk/aws_ecs/__init__.py +192 -191
- aws_cdk/aws_ecs_patterns/__init__.py +2 -2
- aws_cdk/aws_efs/__init__.py +22 -22
- aws_cdk/aws_eks/__init__.py +177 -61
- aws_cdk/aws_elasticache/__init__.py +218 -226
- aws_cdk/aws_elasticbeanstalk/__init__.py +25 -25
- aws_cdk/aws_elasticloadbalancing/__init__.py +16 -16
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +1066 -102
- aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +86 -4
- aws_cdk/aws_elasticsearch/__init__.py +16 -16
- aws_cdk/aws_emr/__init__.py +74 -74
- aws_cdk/aws_emrcontainers/__init__.py +3 -3
- aws_cdk/aws_emrserverless/__init__.py +157 -14
- aws_cdk/aws_entityresolution/__init__.py +613 -35
- aws_cdk/aws_events/__init__.py +42 -42
- aws_cdk/aws_eventschemas/__init__.py +16 -16
- aws_cdk/aws_evidently/__init__.py +38 -38
- aws_cdk/aws_finspace/__init__.py +8 -8
- aws_cdk/aws_fis/__init__.py +12 -12
- aws_cdk/aws_fms/__init__.py +21 -21
- aws_cdk/aws_forecast/__init__.py +18 -11
- aws_cdk/aws_frauddetector/__init__.py +35 -35
- aws_cdk/aws_fsx/__init__.py +35 -35
- aws_cdk/aws_gamelift/__init__.py +155 -143
- aws_cdk/aws_globalaccelerator/__init__.py +46 -24
- aws_cdk/aws_glue/__init__.py +187 -143
- aws_cdk/aws_grafana/__init__.py +17 -17
- aws_cdk/aws_greengrass/__init__.py +48 -48
- aws_cdk/aws_greengrassv2/__init__.py +10 -10
- aws_cdk/aws_groundstation/__init__.py +16 -16
- aws_cdk/aws_guardduty/__init__.py +40 -38
- aws_cdk/aws_healthimaging/__init__.py +3 -3
- aws_cdk/aws_healthlake/__init__.py +6 -6
- aws_cdk/aws_iam/__init__.py +120 -122
- aws_cdk/aws_identitystore/__init__.py +6 -6
- aws_cdk/aws_imagebuilder/__init__.py +98 -98
- aws_cdk/aws_inspector/__init__.py +8 -8
- aws_cdk/aws_inspectorv2/__init__.py +102 -97
- aws_cdk/aws_internetmonitor/__init__.py +12 -12
- aws_cdk/aws_iot/__init__.py +141 -141
- aws_cdk/aws_iot1click/__init__.py +9 -9
- aws_cdk/aws_iotanalytics/__init__.py +21 -21
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +2 -2
- aws_cdk/aws_iotevents/__init__.py +20 -20
- aws_cdk/aws_iotfleethub/__init__.py +4 -4
- aws_cdk/aws_iotfleetwise/__init__.py +45 -45
- aws_cdk/aws_iotsitewise/__init__.py +40 -40
- aws_cdk/aws_iotthingsgraph/__init__.py +2 -2
- aws_cdk/aws_iottwinmaker/__init__.py +34 -34
- aws_cdk/aws_iotwireless/__init__.py +66 -66
- aws_cdk/aws_ivs/__init__.py +490 -34
- aws_cdk/aws_ivschat/__init__.py +9 -9
- aws_cdk/aws_kafkaconnect/__init__.py +22 -22
- aws_cdk/aws_kendra/__init__.py +28 -28
- aws_cdk/aws_kendraranking/__init__.py +4 -4
- aws_cdk/aws_kinesis/__init__.py +8 -8
- aws_cdk/aws_kinesisanalytics/__init__.py +23 -23
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +15 -15
- aws_cdk/aws_kinesisfirehose/__init__.py +677 -18
- aws_cdk/aws_kinesisvideo/__init__.py +10 -10
- aws_cdk/aws_kms/__init__.py +20 -20
- aws_cdk/aws_lakeformation/__init__.py +36 -36
- aws_cdk/aws_lambda/__init__.py +174 -118
- aws_cdk/aws_launchwizard/__init__.py +508 -0
- aws_cdk/aws_lex/__init__.py +24 -24
- aws_cdk/aws_licensemanager/__init__.py +17 -17
- aws_cdk/aws_lightsail/__init__.py +90 -90
- aws_cdk/aws_location/__init__.py +41 -41
- aws_cdk/aws_logs/__init__.py +50 -50
- aws_cdk/aws_lookoutequipment/__init__.py +9 -9
- aws_cdk/aws_lookoutmetrics/__init__.py +10 -10
- aws_cdk/aws_lookoutvision/__init__.py +1 -1
- aws_cdk/aws_m2/__init__.py +20 -20
- aws_cdk/aws_macie/__init__.py +19 -19
- aws_cdk/aws_managedblockchain/__init__.py +10 -10
- aws_cdk/aws_mediaconnect/__init__.py +114 -77
- aws_cdk/aws_mediaconvert/__init__.py +20 -20
- aws_cdk/aws_medialive/__init__.py +49 -40
- aws_cdk/aws_mediapackage/__init__.py +38 -38
- aws_cdk/aws_mediapackagev2/__init__.py +178 -25
- aws_cdk/aws_mediastore/__init__.py +7 -7
- aws_cdk/aws_mediatailor/__init__.py +40 -40
- aws_cdk/aws_memorydb/__init__.py +41 -41
- aws_cdk/aws_msk/__init__.py +127 -39
- aws_cdk/aws_mwaa/__init__.py +25 -25
- aws_cdk/aws_neptune/__init__.py +55 -55
- aws_cdk/aws_neptunegraph/__init__.py +11 -11
- aws_cdk/aws_networkfirewall/__init__.py +36 -30
- aws_cdk/aws_networkmanager/__init__.py +1062 -91
- aws_cdk/aws_nimblestudio/__init__.py +31 -31
- aws_cdk/aws_oam/__init__.py +8 -8
- aws_cdk/aws_omics/__init__.py +36 -36
- aws_cdk/aws_opensearchserverless/__init__.py +25 -25
- aws_cdk/aws_opensearchservice/__init__.py +20 -20
- aws_cdk/aws_opsworks/__init__.py +87 -87
- aws_cdk/aws_opsworkscm/__init__.py +21 -21
- aws_cdk/aws_organizations/__init__.py +17 -17
- aws_cdk/aws_osis/__init__.py +122 -9
- aws_cdk/aws_panorama/__init__.py +27 -22
- aws_cdk/aws_paymentcryptography/__init__.py +7 -7
- aws_cdk/aws_pcaconnectorad/__init__.py +17 -17
- aws_cdk/aws_personalize/__init__.py +19 -19
- aws_cdk/aws_pinpoint/__init__.py +122 -122
- aws_cdk/aws_pinpointemail/__init__.py +16 -16
- aws_cdk/aws_pipes/__init__.py +14 -16
- aws_cdk/aws_proton/__init__.py +19 -19
- aws_cdk/aws_qbusiness/__init__.py +160 -45
- aws_cdk/aws_qldb/__init__.py +12 -12
- aws_cdk/aws_quicksight/__init__.py +91 -91
- aws_cdk/aws_ram/__init__.py +11 -11
- aws_cdk/aws_rds/__init__.py +365 -259
- aws_cdk/aws_redshift/__init__.py +136 -91
- aws_cdk/aws_redshiftserverless/__init__.py +27 -27
- aws_cdk/aws_refactorspaces/__init__.py +26 -26
- aws_cdk/aws_rekognition/__init__.py +16 -16
- aws_cdk/aws_resiliencehub/__init__.py +15 -15
- aws_cdk/aws_resourceexplorer2/__init__.py +8 -8
- aws_cdk/aws_resourcegroups/__init__.py +6 -6
- aws_cdk/aws_robomaker/__init__.py +25 -25
- aws_cdk/aws_rolesanywhere/__init__.py +67 -19
- aws_cdk/aws_route53/__init__.py +36 -36
- aws_cdk/aws_route53profiles/__init__.py +11 -11
- aws_cdk/aws_route53recoverycontrol/__init__.py +14 -14
- aws_cdk/aws_route53recoveryreadiness/__init__.py +13 -13
- aws_cdk/aws_route53resolver/__init__.py +123 -82
- aws_cdk/aws_rum/__init__.py +6 -6
- aws_cdk/aws_s3/__init__.py +136 -80
- aws_cdk/aws_s3_deployment/__init__.py +30 -24
- aws_cdk/aws_s3_notifications/__init__.py +3 -4
- aws_cdk/aws_s3express/__init__.py +5 -5
- aws_cdk/aws_s3objectlambda/__init__.py +6 -6
- aws_cdk/aws_s3outposts/__init__.py +16 -16
- aws_cdk/aws_sagemaker/__init__.py +2414 -282
- aws_cdk/aws_sam/__init__.py +101 -101
- aws_cdk/aws_scheduler/__init__.py +13 -13
- aws_cdk/aws_sdb/__init__.py +1 -1
- aws_cdk/aws_secretsmanager/__init__.py +20 -19
- aws_cdk/aws_securityhub/__init__.py +70 -57
- aws_cdk/aws_securitylake/__init__.py +341 -16
- aws_cdk/aws_servicecatalog/__init__.py +87 -87
- aws_cdk/aws_servicecatalogappregistry/__init__.py +12 -12
- aws_cdk/aws_servicediscovery/__init__.py +23 -23
- aws_cdk/aws_ses/__init__.py +12038 -5604
- aws_cdk/aws_shield/__init__.py +15 -15
- aws_cdk/aws_signer/__init__.py +9 -9
- aws_cdk/aws_simspaceweaver/__init__.py +5 -5
- aws_cdk/aws_sns/__init__.py +28 -28
- aws_cdk/aws_sqs/__init__.py +20 -20
- aws_cdk/aws_ssm/__init__.py +176 -105
- aws_cdk/aws_ssmcontacts/__init__.py +18 -18
- aws_cdk/aws_ssmincidents/__init__.py +11 -11
- aws_cdk/aws_sso/__init__.py +31 -31
- aws_cdk/aws_stepfunctions/__init__.py +370 -28
- aws_cdk/aws_supportapp/__init__.py +11 -11
- aws_cdk/aws_synthetics/__init__.py +18 -18
- aws_cdk/aws_systemsmanagersap/__init__.py +48 -7
- aws_cdk/aws_timestream/__init__.py +34 -34
- aws_cdk/aws_transfer/__init__.py +57 -57
- aws_cdk/aws_verifiedpermissions/__init__.py +11 -11
- aws_cdk/aws_voiceid/__init__.py +4 -4
- aws_cdk/aws_vpclattice/__init__.py +42 -42
- aws_cdk/aws_waf/__init__.py +17 -17
- aws_cdk/aws_wafregional/__init__.py +28 -28
- aws_cdk/aws_wafv2/__init__.py +39 -39
- aws_cdk/aws_wisdom/__init__.py +16 -16
- aws_cdk/aws_workspaces/__init__.py +18 -18
- aws_cdk/aws_workspacesthinclient/__init__.py +63 -9
- aws_cdk/aws_workspacesweb/__init__.py +87 -46
- aws_cdk/aws_xray/__init__.py +12 -12
- aws_cdk/cloud_assembly_schema/__init__.py +348 -239
- aws_cdk/custom_resources/__init__.py +289 -0
- aws_cdk/cx_api/__init__.py +15 -15
- aws_cdk/pipelines/__init__.py +172 -237
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/METADATA +3 -2
- aws_cdk_lib-2.154.1.dist-info/RECORD +292 -0
- aws_cdk_lib-2.153.0.dist-info/RECORD +0 -291
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/top_level.txt +0 -0
aws_cdk/aws_datasync/__init__.py
CHANGED
|
@@ -205,7 +205,7 @@ class CfnAgent(
|
|
|
205
205
|
if __debug__:
|
|
206
206
|
type_hints = typing.get_type_hints(_typecheckingstub__487cd8023e4b2808d444a1f5c85f66a51d757299d1239cf71233c99176c0522d)
|
|
207
207
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
208
|
-
jsii.set(self, "activationKey", value)
|
|
208
|
+
jsii.set(self, "activationKey", value) # pyright: ignore[reportArgumentType]
|
|
209
209
|
|
|
210
210
|
@builtins.property
|
|
211
211
|
@jsii.member(jsii_name="agentName")
|
|
@@ -218,7 +218,7 @@ class CfnAgent(
|
|
|
218
218
|
if __debug__:
|
|
219
219
|
type_hints = typing.get_type_hints(_typecheckingstub__a4450f3881b2dffdb43cc0604c9cfd8a0efa10d69ac51ad3d1bf11d605de50a3)
|
|
220
220
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
221
|
-
jsii.set(self, "agentName", value)
|
|
221
|
+
jsii.set(self, "agentName", value) # pyright: ignore[reportArgumentType]
|
|
222
222
|
|
|
223
223
|
@builtins.property
|
|
224
224
|
@jsii.member(jsii_name="securityGroupArns")
|
|
@@ -234,7 +234,7 @@ class CfnAgent(
|
|
|
234
234
|
if __debug__:
|
|
235
235
|
type_hints = typing.get_type_hints(_typecheckingstub__3397ee88e1e2dd7128616ed90dbaaeea7d67a2ae384d286cdcfaa48849d48f9c)
|
|
236
236
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
237
|
-
jsii.set(self, "securityGroupArns", value)
|
|
237
|
+
jsii.set(self, "securityGroupArns", value) # pyright: ignore[reportArgumentType]
|
|
238
238
|
|
|
239
239
|
@builtins.property
|
|
240
240
|
@jsii.member(jsii_name="subnetArns")
|
|
@@ -247,7 +247,7 @@ class CfnAgent(
|
|
|
247
247
|
if __debug__:
|
|
248
248
|
type_hints = typing.get_type_hints(_typecheckingstub__0c121bd2b79eb0fd51d5790002f0a61a6ac6a1606ce08b2d3d61b1bb196968ae)
|
|
249
249
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
250
|
-
jsii.set(self, "subnetArns", value)
|
|
250
|
+
jsii.set(self, "subnetArns", value) # pyright: ignore[reportArgumentType]
|
|
251
251
|
|
|
252
252
|
@builtins.property
|
|
253
253
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -260,7 +260,7 @@ class CfnAgent(
|
|
|
260
260
|
if __debug__:
|
|
261
261
|
type_hints = typing.get_type_hints(_typecheckingstub__ae8ff35f7c199f1e5218a6432dc5893a46003bc8921b159534e548343397b69c)
|
|
262
262
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
263
|
-
jsii.set(self, "tagsRaw", value)
|
|
263
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
264
264
|
|
|
265
265
|
@builtins.property
|
|
266
266
|
@jsii.member(jsii_name="vpcEndpointId")
|
|
@@ -273,7 +273,7 @@ class CfnAgent(
|
|
|
273
273
|
if __debug__:
|
|
274
274
|
type_hints = typing.get_type_hints(_typecheckingstub__382a2bd8de9abd26a4050c65ad2d6baa552585795b8cb589d8cc033b01c16bcd)
|
|
275
275
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
276
|
-
jsii.set(self, "vpcEndpointId", value)
|
|
276
|
+
jsii.set(self, "vpcEndpointId", value) # pyright: ignore[reportArgumentType]
|
|
277
277
|
|
|
278
278
|
|
|
279
279
|
@jsii.data_type(
|
|
@@ -589,7 +589,7 @@ class CfnLocationAzureBlob(
|
|
|
589
589
|
if __debug__:
|
|
590
590
|
type_hints = typing.get_type_hints(_typecheckingstub__04d94ab53395a58893ca5e5668d51e78b5d567de304ebc1b3c8937ab5824c459)
|
|
591
591
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
592
|
-
jsii.set(self, "agentArns", value)
|
|
592
|
+
jsii.set(self, "agentArns", value) # pyright: ignore[reportArgumentType]
|
|
593
593
|
|
|
594
594
|
@builtins.property
|
|
595
595
|
@jsii.member(jsii_name="azureBlobAuthenticationType")
|
|
@@ -602,7 +602,7 @@ class CfnLocationAzureBlob(
|
|
|
602
602
|
if __debug__:
|
|
603
603
|
type_hints = typing.get_type_hints(_typecheckingstub__d66037c88c30360a6dbdeedf60b7cdd8b0d971ae11fb4944eb61af92fe413080)
|
|
604
604
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
605
|
-
jsii.set(self, "azureBlobAuthenticationType", value)
|
|
605
|
+
jsii.set(self, "azureBlobAuthenticationType", value) # pyright: ignore[reportArgumentType]
|
|
606
606
|
|
|
607
607
|
@builtins.property
|
|
608
608
|
@jsii.member(jsii_name="azureAccessTier")
|
|
@@ -615,7 +615,7 @@ class CfnLocationAzureBlob(
|
|
|
615
615
|
if __debug__:
|
|
616
616
|
type_hints = typing.get_type_hints(_typecheckingstub__38eadceb910bce5de77c7dd9c218a003ad2d8b865f6b732f47b6b7fea8c1f40d)
|
|
617
617
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
618
|
-
jsii.set(self, "azureAccessTier", value)
|
|
618
|
+
jsii.set(self, "azureAccessTier", value) # pyright: ignore[reportArgumentType]
|
|
619
619
|
|
|
620
620
|
@builtins.property
|
|
621
621
|
@jsii.member(jsii_name="azureBlobContainerUrl")
|
|
@@ -628,7 +628,7 @@ class CfnLocationAzureBlob(
|
|
|
628
628
|
if __debug__:
|
|
629
629
|
type_hints = typing.get_type_hints(_typecheckingstub__795c3fa003f02e9d97d1fae401c02ed1af3b616ece635550bbc9fd6c2e0dde05)
|
|
630
630
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
631
|
-
jsii.set(self, "azureBlobContainerUrl", value)
|
|
631
|
+
jsii.set(self, "azureBlobContainerUrl", value) # pyright: ignore[reportArgumentType]
|
|
632
632
|
|
|
633
633
|
@builtins.property
|
|
634
634
|
@jsii.member(jsii_name="azureBlobSasConfiguration")
|
|
@@ -646,7 +646,7 @@ class CfnLocationAzureBlob(
|
|
|
646
646
|
if __debug__:
|
|
647
647
|
type_hints = typing.get_type_hints(_typecheckingstub__60754be8cb63c6569b923d0c78a823449ddaa3c5aba51833aae257e02f1bd392)
|
|
648
648
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
649
|
-
jsii.set(self, "azureBlobSasConfiguration", value)
|
|
649
|
+
jsii.set(self, "azureBlobSasConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
650
650
|
|
|
651
651
|
@builtins.property
|
|
652
652
|
@jsii.member(jsii_name="azureBlobType")
|
|
@@ -659,7 +659,7 @@ class CfnLocationAzureBlob(
|
|
|
659
659
|
if __debug__:
|
|
660
660
|
type_hints = typing.get_type_hints(_typecheckingstub__e74328b40eb55d86e422d5f30530d28f29d1393792015d7646eb06c8819408d0)
|
|
661
661
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
662
|
-
jsii.set(self, "azureBlobType", value)
|
|
662
|
+
jsii.set(self, "azureBlobType", value) # pyright: ignore[reportArgumentType]
|
|
663
663
|
|
|
664
664
|
@builtins.property
|
|
665
665
|
@jsii.member(jsii_name="subdirectory")
|
|
@@ -672,7 +672,7 @@ class CfnLocationAzureBlob(
|
|
|
672
672
|
if __debug__:
|
|
673
673
|
type_hints = typing.get_type_hints(_typecheckingstub__861788b0a9a32f402ab93793acdec22ae6bb15d217371b8ba36d7cb8ba33fc6b)
|
|
674
674
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
675
|
-
jsii.set(self, "subdirectory", value)
|
|
675
|
+
jsii.set(self, "subdirectory", value) # pyright: ignore[reportArgumentType]
|
|
676
676
|
|
|
677
677
|
@builtins.property
|
|
678
678
|
@jsii.member(jsii_name="tags")
|
|
@@ -685,7 +685,7 @@ class CfnLocationAzureBlob(
|
|
|
685
685
|
if __debug__:
|
|
686
686
|
type_hints = typing.get_type_hints(_typecheckingstub__49f572b838ff9ece4d89d77403924adeec2030197b239758db39cea71436acfb)
|
|
687
687
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
688
|
-
jsii.set(self, "tags", value)
|
|
688
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
689
689
|
|
|
690
690
|
@jsii.data_type(
|
|
691
691
|
jsii_type="aws-cdk-lib.aws_datasync.CfnLocationAzureBlob.AzureBlobSasConfigurationProperty",
|
|
@@ -1096,7 +1096,7 @@ class CfnLocationEFS(
|
|
|
1096
1096
|
if __debug__:
|
|
1097
1097
|
type_hints = typing.get_type_hints(_typecheckingstub__d49a9691cc648acec6401c31a8bd66d218ef81be6a8c7372287fd0137a541e69)
|
|
1098
1098
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1099
|
-
jsii.set(self, "ec2Config", value)
|
|
1099
|
+
jsii.set(self, "ec2Config", value) # pyright: ignore[reportArgumentType]
|
|
1100
1100
|
|
|
1101
1101
|
@builtins.property
|
|
1102
1102
|
@jsii.member(jsii_name="accessPointArn")
|
|
@@ -1109,7 +1109,7 @@ class CfnLocationEFS(
|
|
|
1109
1109
|
if __debug__:
|
|
1110
1110
|
type_hints = typing.get_type_hints(_typecheckingstub__5a5354be840dc5932b18b5eb78c21c9212f8dfeaf26584c5369c42c79b0feda0)
|
|
1111
1111
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1112
|
-
jsii.set(self, "accessPointArn", value)
|
|
1112
|
+
jsii.set(self, "accessPointArn", value) # pyright: ignore[reportArgumentType]
|
|
1113
1113
|
|
|
1114
1114
|
@builtins.property
|
|
1115
1115
|
@jsii.member(jsii_name="efsFilesystemArn")
|
|
@@ -1122,7 +1122,7 @@ class CfnLocationEFS(
|
|
|
1122
1122
|
if __debug__:
|
|
1123
1123
|
type_hints = typing.get_type_hints(_typecheckingstub__1daff75583eb771bbf36150a90de86f19ae11bcb1891de8abe3057537f0e6439)
|
|
1124
1124
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1125
|
-
jsii.set(self, "efsFilesystemArn", value)
|
|
1125
|
+
jsii.set(self, "efsFilesystemArn", value) # pyright: ignore[reportArgumentType]
|
|
1126
1126
|
|
|
1127
1127
|
@builtins.property
|
|
1128
1128
|
@jsii.member(jsii_name="fileSystemAccessRoleArn")
|
|
@@ -1135,7 +1135,7 @@ class CfnLocationEFS(
|
|
|
1135
1135
|
if __debug__:
|
|
1136
1136
|
type_hints = typing.get_type_hints(_typecheckingstub__3b6f2d80c69bdbcb291a9018a79abaac597880c119d6d606fc8af02dd73a8289)
|
|
1137
1137
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1138
|
-
jsii.set(self, "fileSystemAccessRoleArn", value)
|
|
1138
|
+
jsii.set(self, "fileSystemAccessRoleArn", value) # pyright: ignore[reportArgumentType]
|
|
1139
1139
|
|
|
1140
1140
|
@builtins.property
|
|
1141
1141
|
@jsii.member(jsii_name="inTransitEncryption")
|
|
@@ -1148,7 +1148,7 @@ class CfnLocationEFS(
|
|
|
1148
1148
|
if __debug__:
|
|
1149
1149
|
type_hints = typing.get_type_hints(_typecheckingstub__0148fd532364a7b64fc661f81d6f489722b42c925d8bb2ca2c363cec6d7aa6fb)
|
|
1150
1150
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1151
|
-
jsii.set(self, "inTransitEncryption", value)
|
|
1151
|
+
jsii.set(self, "inTransitEncryption", value) # pyright: ignore[reportArgumentType]
|
|
1152
1152
|
|
|
1153
1153
|
@builtins.property
|
|
1154
1154
|
@jsii.member(jsii_name="subdirectory")
|
|
@@ -1161,7 +1161,7 @@ class CfnLocationEFS(
|
|
|
1161
1161
|
if __debug__:
|
|
1162
1162
|
type_hints = typing.get_type_hints(_typecheckingstub__5c79c757570d3b36786238e89b35ce024a869534edc2665cbf1292460b498cc3)
|
|
1163
1163
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1164
|
-
jsii.set(self, "subdirectory", value)
|
|
1164
|
+
jsii.set(self, "subdirectory", value) # pyright: ignore[reportArgumentType]
|
|
1165
1165
|
|
|
1166
1166
|
@builtins.property
|
|
1167
1167
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -1174,7 +1174,7 @@ class CfnLocationEFS(
|
|
|
1174
1174
|
if __debug__:
|
|
1175
1175
|
type_hints = typing.get_type_hints(_typecheckingstub__e70a483245df685cb33e660b85ed2768354b191a41a3909b76b309f43c43c73e)
|
|
1176
1176
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1177
|
-
jsii.set(self, "tagsRaw", value)
|
|
1177
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
1178
1178
|
|
|
1179
1179
|
@jsii.data_type(
|
|
1180
1180
|
jsii_type="aws-cdk-lib.aws_datasync.CfnLocationEFS.Ec2ConfigProperty",
|
|
@@ -1566,7 +1566,7 @@ class CfnLocationFSxLustre(
|
|
|
1566
1566
|
if __debug__:
|
|
1567
1567
|
type_hints = typing.get_type_hints(_typecheckingstub__99604bc3d8ba3f9cebd4d615800e9e9a5eaa9a24ac1406cc329212e19bb3f563)
|
|
1568
1568
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1569
|
-
jsii.set(self, "securityGroupArns", value)
|
|
1569
|
+
jsii.set(self, "securityGroupArns", value) # pyright: ignore[reportArgumentType]
|
|
1570
1570
|
|
|
1571
1571
|
@builtins.property
|
|
1572
1572
|
@jsii.member(jsii_name="fsxFilesystemArn")
|
|
@@ -1579,7 +1579,7 @@ class CfnLocationFSxLustre(
|
|
|
1579
1579
|
if __debug__:
|
|
1580
1580
|
type_hints = typing.get_type_hints(_typecheckingstub__3f40986c7e15e37098358bbc0b06f54552260ebd0c2cbbb23d0aa7575a77572d)
|
|
1581
1581
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1582
|
-
jsii.set(self, "fsxFilesystemArn", value)
|
|
1582
|
+
jsii.set(self, "fsxFilesystemArn", value) # pyright: ignore[reportArgumentType]
|
|
1583
1583
|
|
|
1584
1584
|
@builtins.property
|
|
1585
1585
|
@jsii.member(jsii_name="subdirectory")
|
|
@@ -1592,7 +1592,7 @@ class CfnLocationFSxLustre(
|
|
|
1592
1592
|
if __debug__:
|
|
1593
1593
|
type_hints = typing.get_type_hints(_typecheckingstub__c2de39d8f3d5835ff4125e18bd0c7dc9e8523a72a468c28a594ec8bcbcfc0280)
|
|
1594
1594
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1595
|
-
jsii.set(self, "subdirectory", value)
|
|
1595
|
+
jsii.set(self, "subdirectory", value) # pyright: ignore[reportArgumentType]
|
|
1596
1596
|
|
|
1597
1597
|
@builtins.property
|
|
1598
1598
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -1605,7 +1605,7 @@ class CfnLocationFSxLustre(
|
|
|
1605
1605
|
if __debug__:
|
|
1606
1606
|
type_hints = typing.get_type_hints(_typecheckingstub__a21025c45a3ae349b404b0660292a1df2a3f9dfb1668c68c70eaac990ad31495)
|
|
1607
1607
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1608
|
-
jsii.set(self, "tagsRaw", value)
|
|
1608
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
1609
1609
|
|
|
1610
1610
|
|
|
1611
1611
|
@jsii.data_type(
|
|
@@ -1891,7 +1891,7 @@ class CfnLocationFSxONTAP(
|
|
|
1891
1891
|
if __debug__:
|
|
1892
1892
|
type_hints = typing.get_type_hints(_typecheckingstub__f43462066b9ef98956b46d8c5c9b702871e858cd735a7625c74fc7ccbcf3881a)
|
|
1893
1893
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1894
|
-
jsii.set(self, "securityGroupArns", value)
|
|
1894
|
+
jsii.set(self, "securityGroupArns", value) # pyright: ignore[reportArgumentType]
|
|
1895
1895
|
|
|
1896
1896
|
@builtins.property
|
|
1897
1897
|
@jsii.member(jsii_name="storageVirtualMachineArn")
|
|
@@ -1904,7 +1904,7 @@ class CfnLocationFSxONTAP(
|
|
|
1904
1904
|
if __debug__:
|
|
1905
1905
|
type_hints = typing.get_type_hints(_typecheckingstub__f60908dedc90f4e4aaa149c48a33bbbbc89033f34371228431f30831e0fb33b7)
|
|
1906
1906
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1907
|
-
jsii.set(self, "storageVirtualMachineArn", value)
|
|
1907
|
+
jsii.set(self, "storageVirtualMachineArn", value) # pyright: ignore[reportArgumentType]
|
|
1908
1908
|
|
|
1909
1909
|
@builtins.property
|
|
1910
1910
|
@jsii.member(jsii_name="protocol")
|
|
@@ -1922,7 +1922,7 @@ class CfnLocationFSxONTAP(
|
|
|
1922
1922
|
if __debug__:
|
|
1923
1923
|
type_hints = typing.get_type_hints(_typecheckingstub__5733cffea1e4acc30fa46f3869492191e577ff7fb19e3b0a0964257388c93711)
|
|
1924
1924
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1925
|
-
jsii.set(self, "protocol", value)
|
|
1925
|
+
jsii.set(self, "protocol", value) # pyright: ignore[reportArgumentType]
|
|
1926
1926
|
|
|
1927
1927
|
@builtins.property
|
|
1928
1928
|
@jsii.member(jsii_name="subdirectory")
|
|
@@ -1935,7 +1935,7 @@ class CfnLocationFSxONTAP(
|
|
|
1935
1935
|
if __debug__:
|
|
1936
1936
|
type_hints = typing.get_type_hints(_typecheckingstub__f1a8a96a468989ae9c3368522664b5a8e7caf45b58424f818667a6642c442f18)
|
|
1937
1937
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1938
|
-
jsii.set(self, "subdirectory", value)
|
|
1938
|
+
jsii.set(self, "subdirectory", value) # pyright: ignore[reportArgumentType]
|
|
1939
1939
|
|
|
1940
1940
|
@builtins.property
|
|
1941
1941
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -1948,7 +1948,7 @@ class CfnLocationFSxONTAP(
|
|
|
1948
1948
|
if __debug__:
|
|
1949
1949
|
type_hints = typing.get_type_hints(_typecheckingstub__bf18f603ac473d61e4ddeeabdd924bdda3ada2926fd940579ba552851ac8e4a6)
|
|
1950
1950
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1951
|
-
jsii.set(self, "tagsRaw", value)
|
|
1951
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
1952
1952
|
|
|
1953
1953
|
@jsii.data_type(
|
|
1954
1954
|
jsii_type="aws-cdk-lib.aws_datasync.CfnLocationFSxONTAP.NFSProperty",
|
|
@@ -2665,7 +2665,7 @@ class CfnLocationFSxOpenZFS(
|
|
|
2665
2665
|
if __debug__:
|
|
2666
2666
|
type_hints = typing.get_type_hints(_typecheckingstub__ddafc49b43359e47266c55b1856065646a5a0a4d1fee7e74184b46d0a9ea1323)
|
|
2667
2667
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2668
|
-
jsii.set(self, "protocol", value)
|
|
2668
|
+
jsii.set(self, "protocol", value) # pyright: ignore[reportArgumentType]
|
|
2669
2669
|
|
|
2670
2670
|
@builtins.property
|
|
2671
2671
|
@jsii.member(jsii_name="securityGroupArns")
|
|
@@ -2678,7 +2678,7 @@ class CfnLocationFSxOpenZFS(
|
|
|
2678
2678
|
if __debug__:
|
|
2679
2679
|
type_hints = typing.get_type_hints(_typecheckingstub__1541ed866ade55559c6d5705d3e2c71e861be18522927a112e488f0495a437ce)
|
|
2680
2680
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2681
|
-
jsii.set(self, "securityGroupArns", value)
|
|
2681
|
+
jsii.set(self, "securityGroupArns", value) # pyright: ignore[reportArgumentType]
|
|
2682
2682
|
|
|
2683
2683
|
@builtins.property
|
|
2684
2684
|
@jsii.member(jsii_name="fsxFilesystemArn")
|
|
@@ -2691,7 +2691,7 @@ class CfnLocationFSxOpenZFS(
|
|
|
2691
2691
|
if __debug__:
|
|
2692
2692
|
type_hints = typing.get_type_hints(_typecheckingstub__ed3bb479112a50476f67687992c13945d7c7956773f0372592cc754ca002e2be)
|
|
2693
2693
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2694
|
-
jsii.set(self, "fsxFilesystemArn", value)
|
|
2694
|
+
jsii.set(self, "fsxFilesystemArn", value) # pyright: ignore[reportArgumentType]
|
|
2695
2695
|
|
|
2696
2696
|
@builtins.property
|
|
2697
2697
|
@jsii.member(jsii_name="subdirectory")
|
|
@@ -2704,7 +2704,7 @@ class CfnLocationFSxOpenZFS(
|
|
|
2704
2704
|
if __debug__:
|
|
2705
2705
|
type_hints = typing.get_type_hints(_typecheckingstub__dad170792efea1b233597f89fd5ab9cb0ae92aa33fc727fac7ab53c7c07c2dc7)
|
|
2706
2706
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2707
|
-
jsii.set(self, "subdirectory", value)
|
|
2707
|
+
jsii.set(self, "subdirectory", value) # pyright: ignore[reportArgumentType]
|
|
2708
2708
|
|
|
2709
2709
|
@builtins.property
|
|
2710
2710
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -2717,7 +2717,7 @@ class CfnLocationFSxOpenZFS(
|
|
|
2717
2717
|
if __debug__:
|
|
2718
2718
|
type_hints = typing.get_type_hints(_typecheckingstub__1c49d460645d98663ac93a723deb6ca797169b9d9ede4cada79adec615c02492)
|
|
2719
2719
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2720
|
-
jsii.set(self, "tagsRaw", value)
|
|
2720
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
2721
2721
|
|
|
2722
2722
|
@jsii.data_type(
|
|
2723
2723
|
jsii_type="aws-cdk-lib.aws_datasync.CfnLocationFSxOpenZFS.MountOptionsProperty",
|
|
@@ -3188,7 +3188,7 @@ class CfnLocationFSxWindows(
|
|
|
3188
3188
|
if __debug__:
|
|
3189
3189
|
type_hints = typing.get_type_hints(_typecheckingstub__627d2025f40a7ab53f282cdc8322a1d894fdfaa9a3bd70d74612c70ade3e0325)
|
|
3190
3190
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3191
|
-
jsii.set(self, "securityGroupArns", value)
|
|
3191
|
+
jsii.set(self, "securityGroupArns", value) # pyright: ignore[reportArgumentType]
|
|
3192
3192
|
|
|
3193
3193
|
@builtins.property
|
|
3194
3194
|
@jsii.member(jsii_name="user")
|
|
@@ -3201,7 +3201,7 @@ class CfnLocationFSxWindows(
|
|
|
3201
3201
|
if __debug__:
|
|
3202
3202
|
type_hints = typing.get_type_hints(_typecheckingstub__91d45f9d99683ac8fb9741da3800803485aee87f8917d4e8dc41b244517870b4)
|
|
3203
3203
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3204
|
-
jsii.set(self, "user", value)
|
|
3204
|
+
jsii.set(self, "user", value) # pyright: ignore[reportArgumentType]
|
|
3205
3205
|
|
|
3206
3206
|
@builtins.property
|
|
3207
3207
|
@jsii.member(jsii_name="domain")
|
|
@@ -3214,7 +3214,7 @@ class CfnLocationFSxWindows(
|
|
|
3214
3214
|
if __debug__:
|
|
3215
3215
|
type_hints = typing.get_type_hints(_typecheckingstub__356f65660a522cc7efd2dbff7f12ba4d654cc19ff311a66ebb391fc6f659ef92)
|
|
3216
3216
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3217
|
-
jsii.set(self, "domain", value)
|
|
3217
|
+
jsii.set(self, "domain", value) # pyright: ignore[reportArgumentType]
|
|
3218
3218
|
|
|
3219
3219
|
@builtins.property
|
|
3220
3220
|
@jsii.member(jsii_name="fsxFilesystemArn")
|
|
@@ -3227,7 +3227,7 @@ class CfnLocationFSxWindows(
|
|
|
3227
3227
|
if __debug__:
|
|
3228
3228
|
type_hints = typing.get_type_hints(_typecheckingstub__1cfc208b531344d673280b57ea62e26f43f7ae28704e223829300459ed7a5ae5)
|
|
3229
3229
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3230
|
-
jsii.set(self, "fsxFilesystemArn", value)
|
|
3230
|
+
jsii.set(self, "fsxFilesystemArn", value) # pyright: ignore[reportArgumentType]
|
|
3231
3231
|
|
|
3232
3232
|
@builtins.property
|
|
3233
3233
|
@jsii.member(jsii_name="password")
|
|
@@ -3240,7 +3240,7 @@ class CfnLocationFSxWindows(
|
|
|
3240
3240
|
if __debug__:
|
|
3241
3241
|
type_hints = typing.get_type_hints(_typecheckingstub__ebf29df57a68b0e86263f1ac5ee2f8f2c771094dfd4377bb7e540e3af1f598c7)
|
|
3242
3242
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3243
|
-
jsii.set(self, "password", value)
|
|
3243
|
+
jsii.set(self, "password", value) # pyright: ignore[reportArgumentType]
|
|
3244
3244
|
|
|
3245
3245
|
@builtins.property
|
|
3246
3246
|
@jsii.member(jsii_name="subdirectory")
|
|
@@ -3253,7 +3253,7 @@ class CfnLocationFSxWindows(
|
|
|
3253
3253
|
if __debug__:
|
|
3254
3254
|
type_hints = typing.get_type_hints(_typecheckingstub__5a35bda492feb7951b7758508a280efaf76334f6397db60c3c1225de0566b628)
|
|
3255
3255
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3256
|
-
jsii.set(self, "subdirectory", value)
|
|
3256
|
+
jsii.set(self, "subdirectory", value) # pyright: ignore[reportArgumentType]
|
|
3257
3257
|
|
|
3258
3258
|
@builtins.property
|
|
3259
3259
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -3266,7 +3266,7 @@ class CfnLocationFSxWindows(
|
|
|
3266
3266
|
if __debug__:
|
|
3267
3267
|
type_hints = typing.get_type_hints(_typecheckingstub__602782cd2d11ed3007adaab1a6e7826b15d7a1236d0d2fa763c3a9b1471eda1a)
|
|
3268
3268
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3269
|
-
jsii.set(self, "tagsRaw", value)
|
|
3269
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
3270
3270
|
|
|
3271
3271
|
|
|
3272
3272
|
@jsii.data_type(
|
|
@@ -3509,7 +3509,7 @@ class CfnLocationHDFS(
|
|
|
3509
3509
|
'''
|
|
3510
3510
|
:param scope: Scope in which this resource is defined.
|
|
3511
3511
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
3512
|
-
:param agent_arns: The Amazon Resource Names (ARNs) of the agents that
|
|
3512
|
+
:param agent_arns: The Amazon Resource Names (ARNs) of the DataSync agents that can connect to your HDFS cluster.
|
|
3513
3513
|
:param authentication_type: The authentication mode used to determine identity of user.
|
|
3514
3514
|
:param name_nodes: The NameNode that manages the HDFS namespace. The NameNode performs operations such as opening, closing, and renaming files and directories. The NameNode contains the information to map blocks of data to the DataNodes. You can use only one NameNode.
|
|
3515
3515
|
:param block_size: The size of data blocks to write into the HDFS cluster. The block size must be a multiple of 512 bytes. The default block size is 128 mebibytes (MiB).
|
|
@@ -3607,7 +3607,7 @@ class CfnLocationHDFS(
|
|
|
3607
3607
|
@builtins.property
|
|
3608
3608
|
@jsii.member(jsii_name="agentArns")
|
|
3609
3609
|
def agent_arns(self) -> typing.List[builtins.str]:
|
|
3610
|
-
'''The Amazon Resource Names (ARNs) of the agents that
|
|
3610
|
+
'''The Amazon Resource Names (ARNs) of the DataSync agents that can connect to your HDFS cluster.'''
|
|
3611
3611
|
return typing.cast(typing.List[builtins.str], jsii.get(self, "agentArns"))
|
|
3612
3612
|
|
|
3613
3613
|
@agent_arns.setter
|
|
@@ -3615,7 +3615,7 @@ class CfnLocationHDFS(
|
|
|
3615
3615
|
if __debug__:
|
|
3616
3616
|
type_hints = typing.get_type_hints(_typecheckingstub__589134abb411230e5151d5dbdc2d3f57049d54aa4991a0e31b28febbed363542)
|
|
3617
3617
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3618
|
-
jsii.set(self, "agentArns", value)
|
|
3618
|
+
jsii.set(self, "agentArns", value) # pyright: ignore[reportArgumentType]
|
|
3619
3619
|
|
|
3620
3620
|
@builtins.property
|
|
3621
3621
|
@jsii.member(jsii_name="authenticationType")
|
|
@@ -3628,7 +3628,7 @@ class CfnLocationHDFS(
|
|
|
3628
3628
|
if __debug__:
|
|
3629
3629
|
type_hints = typing.get_type_hints(_typecheckingstub__1212707812d568c33e201782b49fb54b24478da5aafb6b468e2de0fce2aa31bb)
|
|
3630
3630
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3631
|
-
jsii.set(self, "authenticationType", value)
|
|
3631
|
+
jsii.set(self, "authenticationType", value) # pyright: ignore[reportArgumentType]
|
|
3632
3632
|
|
|
3633
3633
|
@builtins.property
|
|
3634
3634
|
@jsii.member(jsii_name="nameNodes")
|
|
@@ -3646,7 +3646,7 @@ class CfnLocationHDFS(
|
|
|
3646
3646
|
if __debug__:
|
|
3647
3647
|
type_hints = typing.get_type_hints(_typecheckingstub__a76145fef05ad13cf6d623dec2e81ad7c19c154ecd30d8aae3a73e81c6576491)
|
|
3648
3648
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3649
|
-
jsii.set(self, "nameNodes", value)
|
|
3649
|
+
jsii.set(self, "nameNodes", value) # pyright: ignore[reportArgumentType]
|
|
3650
3650
|
|
|
3651
3651
|
@builtins.property
|
|
3652
3652
|
@jsii.member(jsii_name="blockSize")
|
|
@@ -3659,7 +3659,7 @@ class CfnLocationHDFS(
|
|
|
3659
3659
|
if __debug__:
|
|
3660
3660
|
type_hints = typing.get_type_hints(_typecheckingstub__abf27e0cd386bf2173a19ecd724060c7f84d674c6012a12d7d80434a642f7669)
|
|
3661
3661
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3662
|
-
jsii.set(self, "blockSize", value)
|
|
3662
|
+
jsii.set(self, "blockSize", value) # pyright: ignore[reportArgumentType]
|
|
3663
3663
|
|
|
3664
3664
|
@builtins.property
|
|
3665
3665
|
@jsii.member(jsii_name="kerberosKeytab")
|
|
@@ -3672,7 +3672,7 @@ class CfnLocationHDFS(
|
|
|
3672
3672
|
if __debug__:
|
|
3673
3673
|
type_hints = typing.get_type_hints(_typecheckingstub__f6057391a851d073ac6f1367fe8fd1c48123fb8ce205d25a7b62dab5b2526403)
|
|
3674
3674
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3675
|
-
jsii.set(self, "kerberosKeytab", value)
|
|
3675
|
+
jsii.set(self, "kerberosKeytab", value) # pyright: ignore[reportArgumentType]
|
|
3676
3676
|
|
|
3677
3677
|
@builtins.property
|
|
3678
3678
|
@jsii.member(jsii_name="kerberosKrb5Conf")
|
|
@@ -3685,7 +3685,7 @@ class CfnLocationHDFS(
|
|
|
3685
3685
|
if __debug__:
|
|
3686
3686
|
type_hints = typing.get_type_hints(_typecheckingstub__b27c3b0c34aebfd29ee44b9714b36c3784836c4bafab215880054ced544ffceb)
|
|
3687
3687
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3688
|
-
jsii.set(self, "kerberosKrb5Conf", value)
|
|
3688
|
+
jsii.set(self, "kerberosKrb5Conf", value) # pyright: ignore[reportArgumentType]
|
|
3689
3689
|
|
|
3690
3690
|
@builtins.property
|
|
3691
3691
|
@jsii.member(jsii_name="kerberosPrincipal")
|
|
@@ -3698,7 +3698,7 @@ class CfnLocationHDFS(
|
|
|
3698
3698
|
if __debug__:
|
|
3699
3699
|
type_hints = typing.get_type_hints(_typecheckingstub__5bb3b88f77d23303189ba83b98eb4ba536946b54369bfcbde6934d23750d702d)
|
|
3700
3700
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3701
|
-
jsii.set(self, "kerberosPrincipal", value)
|
|
3701
|
+
jsii.set(self, "kerberosPrincipal", value) # pyright: ignore[reportArgumentType]
|
|
3702
3702
|
|
|
3703
3703
|
@builtins.property
|
|
3704
3704
|
@jsii.member(jsii_name="kmsKeyProviderUri")
|
|
@@ -3711,7 +3711,7 @@ class CfnLocationHDFS(
|
|
|
3711
3711
|
if __debug__:
|
|
3712
3712
|
type_hints = typing.get_type_hints(_typecheckingstub__b391dcf3cbfdc1b073c64fdd7b6cf479a7438a0decfd4019ee6bed21145ed395)
|
|
3713
3713
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3714
|
-
jsii.set(self, "kmsKeyProviderUri", value)
|
|
3714
|
+
jsii.set(self, "kmsKeyProviderUri", value) # pyright: ignore[reportArgumentType]
|
|
3715
3715
|
|
|
3716
3716
|
@builtins.property
|
|
3717
3717
|
@jsii.member(jsii_name="qopConfiguration")
|
|
@@ -3729,7 +3729,7 @@ class CfnLocationHDFS(
|
|
|
3729
3729
|
if __debug__:
|
|
3730
3730
|
type_hints = typing.get_type_hints(_typecheckingstub__4eada24423cf34a46defb2fb08ff49d30f58ea6d6486c0e6ccf15fc65da913ff)
|
|
3731
3731
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3732
|
-
jsii.set(self, "qopConfiguration", value)
|
|
3732
|
+
jsii.set(self, "qopConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
3733
3733
|
|
|
3734
3734
|
@builtins.property
|
|
3735
3735
|
@jsii.member(jsii_name="replicationFactor")
|
|
@@ -3742,7 +3742,7 @@ class CfnLocationHDFS(
|
|
|
3742
3742
|
if __debug__:
|
|
3743
3743
|
type_hints = typing.get_type_hints(_typecheckingstub__d3ee4cc2c6ca661c5acfc5a8bd53136b2b61234dbf0df2632f2355ceb274c2df)
|
|
3744
3744
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3745
|
-
jsii.set(self, "replicationFactor", value)
|
|
3745
|
+
jsii.set(self, "replicationFactor", value) # pyright: ignore[reportArgumentType]
|
|
3746
3746
|
|
|
3747
3747
|
@builtins.property
|
|
3748
3748
|
@jsii.member(jsii_name="simpleUser")
|
|
@@ -3755,7 +3755,7 @@ class CfnLocationHDFS(
|
|
|
3755
3755
|
if __debug__:
|
|
3756
3756
|
type_hints = typing.get_type_hints(_typecheckingstub__6cacb880eb4be9b59946ed860edadb54c1921088c8a1676c2966339de1ad488d)
|
|
3757
3757
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3758
|
-
jsii.set(self, "simpleUser", value)
|
|
3758
|
+
jsii.set(self, "simpleUser", value) # pyright: ignore[reportArgumentType]
|
|
3759
3759
|
|
|
3760
3760
|
@builtins.property
|
|
3761
3761
|
@jsii.member(jsii_name="subdirectory")
|
|
@@ -3768,7 +3768,7 @@ class CfnLocationHDFS(
|
|
|
3768
3768
|
if __debug__:
|
|
3769
3769
|
type_hints = typing.get_type_hints(_typecheckingstub__00f88a655a03c9f1a9a7cf557e70ba70d9c5e3ea34a07249c483f3de0111a360)
|
|
3770
3770
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3771
|
-
jsii.set(self, "subdirectory", value)
|
|
3771
|
+
jsii.set(self, "subdirectory", value) # pyright: ignore[reportArgumentType]
|
|
3772
3772
|
|
|
3773
3773
|
@builtins.property
|
|
3774
3774
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -3781,7 +3781,7 @@ class CfnLocationHDFS(
|
|
|
3781
3781
|
if __debug__:
|
|
3782
3782
|
type_hints = typing.get_type_hints(_typecheckingstub__2aae452f9b71c01ce6062b4ea9224245a9cc1780c588d392319b30c53a0bc99d)
|
|
3783
3783
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3784
|
-
jsii.set(self, "tagsRaw", value)
|
|
3784
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
3785
3785
|
|
|
3786
3786
|
@jsii.data_type(
|
|
3787
3787
|
jsii_type="aws-cdk-lib.aws_datasync.CfnLocationHDFS.NameNodeProperty",
|
|
@@ -3974,7 +3974,7 @@ class CfnLocationHDFSProps:
|
|
|
3974
3974
|
) -> None:
|
|
3975
3975
|
'''Properties for defining a ``CfnLocationHDFS``.
|
|
3976
3976
|
|
|
3977
|
-
:param agent_arns: The Amazon Resource Names (ARNs) of the agents that
|
|
3977
|
+
:param agent_arns: The Amazon Resource Names (ARNs) of the DataSync agents that can connect to your HDFS cluster.
|
|
3978
3978
|
:param authentication_type: The authentication mode used to determine identity of user.
|
|
3979
3979
|
:param name_nodes: The NameNode that manages the HDFS namespace. The NameNode performs operations such as opening, closing, and renaming files and directories. The NameNode contains the information to map blocks of data to the DataNodes. You can use only one NameNode.
|
|
3980
3980
|
:param block_size: The size of data blocks to write into the HDFS cluster. The block size must be a multiple of 512 bytes. The default block size is 128 mebibytes (MiB).
|
|
@@ -4067,7 +4067,7 @@ class CfnLocationHDFSProps:
|
|
|
4067
4067
|
|
|
4068
4068
|
@builtins.property
|
|
4069
4069
|
def agent_arns(self) -> typing.List[builtins.str]:
|
|
4070
|
-
'''The Amazon Resource Names (ARNs) of the agents that
|
|
4070
|
+
'''The Amazon Resource Names (ARNs) of the DataSync agents that can connect to your HDFS cluster.
|
|
4071
4071
|
|
|
4072
4072
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationhdfs.html#cfn-datasync-locationhdfs-agentarns
|
|
4073
4073
|
'''
|
|
@@ -4275,7 +4275,7 @@ class CfnLocationNFS(
|
|
|
4275
4275
|
'''
|
|
4276
4276
|
:param scope: Scope in which this resource is defined.
|
|
4277
4277
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
4278
|
-
:param on_prem_config: Specifies the Amazon Resource Name (ARN) of the DataSync agent that
|
|
4278
|
+
:param on_prem_config: Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect to your NFS file server. You can specify more than one agent. For more information, see `Using multiple DataSync agents <https://docs.aws.amazon.com/datasync/latest/userguide/do-i-need-datasync-agent.html#multiple-agents>`_ .
|
|
4279
4279
|
:param mount_options: Specifies the options that DataSync can use to mount your NFS file server.
|
|
4280
4280
|
:param server_hostname: Specifies the Domain Name System (DNS) name or IP version 4 address of the NFS file server that your DataSync agent connects to.
|
|
4281
4281
|
:param subdirectory: Specifies the export path in your NFS file server that you want DataSync to mount. This path (or a subdirectory of the path) is where DataSync transfers data to or from. For information on configuring an export for DataSync, see `Accessing NFS file servers <https://docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html#accessing-nfs>`_ .
|
|
@@ -4359,7 +4359,7 @@ class CfnLocationNFS(
|
|
|
4359
4359
|
def on_prem_config(
|
|
4360
4360
|
self,
|
|
4361
4361
|
) -> typing.Union[_IResolvable_da3f097b, "CfnLocationNFS.OnPremConfigProperty"]:
|
|
4362
|
-
'''Specifies the Amazon Resource Name (ARN) of the DataSync agent that
|
|
4362
|
+
'''Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect to your NFS file server.'''
|
|
4363
4363
|
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnLocationNFS.OnPremConfigProperty"], jsii.get(self, "onPremConfig"))
|
|
4364
4364
|
|
|
4365
4365
|
@on_prem_config.setter
|
|
@@ -4370,7 +4370,7 @@ class CfnLocationNFS(
|
|
|
4370
4370
|
if __debug__:
|
|
4371
4371
|
type_hints = typing.get_type_hints(_typecheckingstub__ef5244b8ff59527535d3ba0996f08c461f6affc766845b00ae3805171907b04c)
|
|
4372
4372
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4373
|
-
jsii.set(self, "onPremConfig", value)
|
|
4373
|
+
jsii.set(self, "onPremConfig", value) # pyright: ignore[reportArgumentType]
|
|
4374
4374
|
|
|
4375
4375
|
@builtins.property
|
|
4376
4376
|
@jsii.member(jsii_name="mountOptions")
|
|
@@ -4388,7 +4388,7 @@ class CfnLocationNFS(
|
|
|
4388
4388
|
if __debug__:
|
|
4389
4389
|
type_hints = typing.get_type_hints(_typecheckingstub__f53e27778ea596fd0d4e8ad60113269d0f0aac45137d89e2a99be7a5c30e4fb6)
|
|
4390
4390
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4391
|
-
jsii.set(self, "mountOptions", value)
|
|
4391
|
+
jsii.set(self, "mountOptions", value) # pyright: ignore[reportArgumentType]
|
|
4392
4392
|
|
|
4393
4393
|
@builtins.property
|
|
4394
4394
|
@jsii.member(jsii_name="serverHostname")
|
|
@@ -4401,7 +4401,7 @@ class CfnLocationNFS(
|
|
|
4401
4401
|
if __debug__:
|
|
4402
4402
|
type_hints = typing.get_type_hints(_typecheckingstub__db78699845c639e22a20c2990d72ef74b39b3dfd71d7723e31c7fb2f10aafea0)
|
|
4403
4403
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4404
|
-
jsii.set(self, "serverHostname", value)
|
|
4404
|
+
jsii.set(self, "serverHostname", value) # pyright: ignore[reportArgumentType]
|
|
4405
4405
|
|
|
4406
4406
|
@builtins.property
|
|
4407
4407
|
@jsii.member(jsii_name="subdirectory")
|
|
@@ -4414,7 +4414,7 @@ class CfnLocationNFS(
|
|
|
4414
4414
|
if __debug__:
|
|
4415
4415
|
type_hints = typing.get_type_hints(_typecheckingstub__f230ca1995ad30becaf0c71d285ca8bab104210d7223f477c8537757ea6e972b)
|
|
4416
4416
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4417
|
-
jsii.set(self, "subdirectory", value)
|
|
4417
|
+
jsii.set(self, "subdirectory", value) # pyright: ignore[reportArgumentType]
|
|
4418
4418
|
|
|
4419
4419
|
@builtins.property
|
|
4420
4420
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -4427,7 +4427,7 @@ class CfnLocationNFS(
|
|
|
4427
4427
|
if __debug__:
|
|
4428
4428
|
type_hints = typing.get_type_hints(_typecheckingstub__6775dcca43d86f1ff2a8795efb1205f09fdcee773716c549b06acac462432bcd)
|
|
4429
4429
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4430
|
-
jsii.set(self, "tagsRaw", value)
|
|
4430
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
4431
4431
|
|
|
4432
4432
|
@jsii.data_type(
|
|
4433
4433
|
jsii_type="aws-cdk-lib.aws_datasync.CfnLocationNFS.MountOptionsProperty",
|
|
@@ -4500,9 +4500,9 @@ class CfnLocationNFS(
|
|
|
4500
4500
|
)
|
|
4501
4501
|
class OnPremConfigProperty:
|
|
4502
4502
|
def __init__(self, *, agent_arns: typing.Sequence[builtins.str]) -> None:
|
|
4503
|
-
'''The AWS DataSync agents that
|
|
4503
|
+
'''The AWS DataSync agents that can connect to your Network File System (NFS) file server.
|
|
4504
4504
|
|
|
4505
|
-
:param agent_arns: The Amazon Resource Names (ARNs) of the agents
|
|
4505
|
+
:param agent_arns: The Amazon Resource Names (ARNs) of the DataSync agents that can connect to your NFS file server. You can specify more than one agent. For more information, see `Using multiple DataSync agents <https://docs.aws.amazon.com/datasync/latest/userguide/do-i-need-datasync-agent.html#multiple-agents>`_ .
|
|
4506
4506
|
|
|
4507
4507
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationnfs-onpremconfig.html
|
|
4508
4508
|
:exampleMetadata: fixture=_generated
|
|
@@ -4526,7 +4526,9 @@ class CfnLocationNFS(
|
|
|
4526
4526
|
|
|
4527
4527
|
@builtins.property
|
|
4528
4528
|
def agent_arns(self) -> typing.List[builtins.str]:
|
|
4529
|
-
'''The Amazon Resource Names (ARNs) of the agents
|
|
4529
|
+
'''The Amazon Resource Names (ARNs) of the DataSync agents that can connect to your NFS file server.
|
|
4530
|
+
|
|
4531
|
+
You can specify more than one agent. For more information, see `Using multiple DataSync agents <https://docs.aws.amazon.com/datasync/latest/userguide/do-i-need-datasync-agent.html#multiple-agents>`_ .
|
|
4530
4532
|
|
|
4531
4533
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationnfs-onpremconfig.html#cfn-datasync-locationnfs-onpremconfig-agentarns
|
|
4532
4534
|
'''
|
|
@@ -4569,7 +4571,7 @@ class CfnLocationNFSProps:
|
|
|
4569
4571
|
) -> None:
|
|
4570
4572
|
'''Properties for defining a ``CfnLocationNFS``.
|
|
4571
4573
|
|
|
4572
|
-
:param on_prem_config: Specifies the Amazon Resource Name (ARN) of the DataSync agent that
|
|
4574
|
+
:param on_prem_config: Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect to your NFS file server. You can specify more than one agent. For more information, see `Using multiple DataSync agents <https://docs.aws.amazon.com/datasync/latest/userguide/do-i-need-datasync-agent.html#multiple-agents>`_ .
|
|
4573
4575
|
:param mount_options: Specifies the options that DataSync can use to mount your NFS file server.
|
|
4574
4576
|
:param server_hostname: Specifies the Domain Name System (DNS) name or IP version 4 address of the NFS file server that your DataSync agent connects to.
|
|
4575
4577
|
:param subdirectory: Specifies the export path in your NFS file server that you want DataSync to mount. This path (or a subdirectory of the path) is where DataSync transfers data to or from. For information on configuring an export for DataSync, see `Accessing NFS file servers <https://docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html#accessing-nfs>`_ .
|
|
@@ -4624,9 +4626,9 @@ class CfnLocationNFSProps:
|
|
|
4624
4626
|
def on_prem_config(
|
|
4625
4627
|
self,
|
|
4626
4628
|
) -> typing.Union[_IResolvable_da3f097b, CfnLocationNFS.OnPremConfigProperty]:
|
|
4627
|
-
'''Specifies the Amazon Resource Name (ARN) of the DataSync agent that
|
|
4629
|
+
'''Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect to your NFS file server.
|
|
4628
4630
|
|
|
4629
|
-
You can specify more than one agent. For more information, see `Using multiple agents
|
|
4631
|
+
You can specify more than one agent. For more information, see `Using multiple DataSync agents <https://docs.aws.amazon.com/datasync/latest/userguide/do-i-need-datasync-agent.html#multiple-agents>`_ .
|
|
4630
4632
|
|
|
4631
4633
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationnfs.html#cfn-datasync-locationnfs-onpremconfig
|
|
4632
4634
|
'''
|
|
@@ -4746,7 +4748,7 @@ class CfnLocationObjectStorage(
|
|
|
4746
4748
|
'''
|
|
4747
4749
|
:param scope: Scope in which this resource is defined.
|
|
4748
4750
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
4749
|
-
:param agent_arns: Specifies the Amazon Resource Names (ARNs) of the DataSync agents that can
|
|
4751
|
+
:param agent_arns: Specifies the Amazon Resource Names (ARNs) of the DataSync agents that can connect with your object storage system.
|
|
4750
4752
|
:param access_key: Specifies the access key (for example, a user name) if credentials are required to authenticate with the object storage server.
|
|
4751
4753
|
:param bucket_name: Specifies the name of the object storage bucket involved in the transfer.
|
|
4752
4754
|
:param secret_key: Specifies the secret key (for example, a password) if credentials are required to authenticate with the object storage server.
|
|
@@ -4838,7 +4840,7 @@ class CfnLocationObjectStorage(
|
|
|
4838
4840
|
@builtins.property
|
|
4839
4841
|
@jsii.member(jsii_name="agentArns")
|
|
4840
4842
|
def agent_arns(self) -> typing.List[builtins.str]:
|
|
4841
|
-
'''Specifies the Amazon Resource Names (ARNs) of the DataSync agents that can
|
|
4843
|
+
'''Specifies the Amazon Resource Names (ARNs) of the DataSync agents that can connect with your object storage system.'''
|
|
4842
4844
|
return typing.cast(typing.List[builtins.str], jsii.get(self, "agentArns"))
|
|
4843
4845
|
|
|
4844
4846
|
@agent_arns.setter
|
|
@@ -4846,7 +4848,7 @@ class CfnLocationObjectStorage(
|
|
|
4846
4848
|
if __debug__:
|
|
4847
4849
|
type_hints = typing.get_type_hints(_typecheckingstub__af42e226779e989fe6f4a4e7403f44c0a7f4048f3185f2bd0fdbbe0f191363ec)
|
|
4848
4850
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4849
|
-
jsii.set(self, "agentArns", value)
|
|
4851
|
+
jsii.set(self, "agentArns", value) # pyright: ignore[reportArgumentType]
|
|
4850
4852
|
|
|
4851
4853
|
@builtins.property
|
|
4852
4854
|
@jsii.member(jsii_name="accessKey")
|
|
@@ -4859,7 +4861,7 @@ class CfnLocationObjectStorage(
|
|
|
4859
4861
|
if __debug__:
|
|
4860
4862
|
type_hints = typing.get_type_hints(_typecheckingstub__5bab62678e3c33f0a6edfb878fe17304321977ba3655bb45d3504aa54de9dadc)
|
|
4861
4863
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4862
|
-
jsii.set(self, "accessKey", value)
|
|
4864
|
+
jsii.set(self, "accessKey", value) # pyright: ignore[reportArgumentType]
|
|
4863
4865
|
|
|
4864
4866
|
@builtins.property
|
|
4865
4867
|
@jsii.member(jsii_name="bucketName")
|
|
@@ -4872,7 +4874,7 @@ class CfnLocationObjectStorage(
|
|
|
4872
4874
|
if __debug__:
|
|
4873
4875
|
type_hints = typing.get_type_hints(_typecheckingstub__daf6330b6613abe7771487991e7b16db5686e2242ecdbb63f4ef7e946766b4ad)
|
|
4874
4876
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4875
|
-
jsii.set(self, "bucketName", value)
|
|
4877
|
+
jsii.set(self, "bucketName", value) # pyright: ignore[reportArgumentType]
|
|
4876
4878
|
|
|
4877
4879
|
@builtins.property
|
|
4878
4880
|
@jsii.member(jsii_name="secretKey")
|
|
@@ -4885,7 +4887,7 @@ class CfnLocationObjectStorage(
|
|
|
4885
4887
|
if __debug__:
|
|
4886
4888
|
type_hints = typing.get_type_hints(_typecheckingstub__0cdc4af71140887c9702de30a25cd730dad08983bb31931dbba45c838b77c638)
|
|
4887
4889
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4888
|
-
jsii.set(self, "secretKey", value)
|
|
4890
|
+
jsii.set(self, "secretKey", value) # pyright: ignore[reportArgumentType]
|
|
4889
4891
|
|
|
4890
4892
|
@builtins.property
|
|
4891
4893
|
@jsii.member(jsii_name="serverCertificate")
|
|
@@ -4898,7 +4900,7 @@ class CfnLocationObjectStorage(
|
|
|
4898
4900
|
if __debug__:
|
|
4899
4901
|
type_hints = typing.get_type_hints(_typecheckingstub__abe1a19b9b619faa0e6cc523990a61cf54a53b8ce9dee6069266a8bba0751c3c)
|
|
4900
4902
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4901
|
-
jsii.set(self, "serverCertificate", value)
|
|
4903
|
+
jsii.set(self, "serverCertificate", value) # pyright: ignore[reportArgumentType]
|
|
4902
4904
|
|
|
4903
4905
|
@builtins.property
|
|
4904
4906
|
@jsii.member(jsii_name="serverHostname")
|
|
@@ -4911,7 +4913,7 @@ class CfnLocationObjectStorage(
|
|
|
4911
4913
|
if __debug__:
|
|
4912
4914
|
type_hints = typing.get_type_hints(_typecheckingstub__aa6bb2a89a6471b8beee100b564375c694c575449e9d04bc9ede967e993738b2)
|
|
4913
4915
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4914
|
-
jsii.set(self, "serverHostname", value)
|
|
4916
|
+
jsii.set(self, "serverHostname", value) # pyright: ignore[reportArgumentType]
|
|
4915
4917
|
|
|
4916
4918
|
@builtins.property
|
|
4917
4919
|
@jsii.member(jsii_name="serverPort")
|
|
@@ -4924,7 +4926,7 @@ class CfnLocationObjectStorage(
|
|
|
4924
4926
|
if __debug__:
|
|
4925
4927
|
type_hints = typing.get_type_hints(_typecheckingstub__26f25c8e19d015decf49fc7f700522b335ae1d335eb9ab2a8043361791c53294)
|
|
4926
4928
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4927
|
-
jsii.set(self, "serverPort", value)
|
|
4929
|
+
jsii.set(self, "serverPort", value) # pyright: ignore[reportArgumentType]
|
|
4928
4930
|
|
|
4929
4931
|
@builtins.property
|
|
4930
4932
|
@jsii.member(jsii_name="serverProtocol")
|
|
@@ -4937,7 +4939,7 @@ class CfnLocationObjectStorage(
|
|
|
4937
4939
|
if __debug__:
|
|
4938
4940
|
type_hints = typing.get_type_hints(_typecheckingstub__45d86ff038021519c6b78d57b7c787246ca9822b5a3abe776e0b1a8086f5b1c2)
|
|
4939
4941
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4940
|
-
jsii.set(self, "serverProtocol", value)
|
|
4942
|
+
jsii.set(self, "serverProtocol", value) # pyright: ignore[reportArgumentType]
|
|
4941
4943
|
|
|
4942
4944
|
@builtins.property
|
|
4943
4945
|
@jsii.member(jsii_name="subdirectory")
|
|
@@ -4950,7 +4952,7 @@ class CfnLocationObjectStorage(
|
|
|
4950
4952
|
if __debug__:
|
|
4951
4953
|
type_hints = typing.get_type_hints(_typecheckingstub__3632c6248d8275b49a1adcc3708b5bb2fe80efcf6c9244f62d25487bffc9a210)
|
|
4952
4954
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4953
|
-
jsii.set(self, "subdirectory", value)
|
|
4955
|
+
jsii.set(self, "subdirectory", value) # pyright: ignore[reportArgumentType]
|
|
4954
4956
|
|
|
4955
4957
|
@builtins.property
|
|
4956
4958
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -4963,7 +4965,7 @@ class CfnLocationObjectStorage(
|
|
|
4963
4965
|
if __debug__:
|
|
4964
4966
|
type_hints = typing.get_type_hints(_typecheckingstub__4c7a3d48757bffde04fd1015e50d6672207d2522eec04091eebdb3ac177fb39a)
|
|
4965
4967
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4966
|
-
jsii.set(self, "tagsRaw", value)
|
|
4968
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
4967
4969
|
|
|
4968
4970
|
|
|
4969
4971
|
@jsii.data_type(
|
|
@@ -4999,7 +5001,7 @@ class CfnLocationObjectStorageProps:
|
|
|
4999
5001
|
) -> None:
|
|
5000
5002
|
'''Properties for defining a ``CfnLocationObjectStorage``.
|
|
5001
5003
|
|
|
5002
|
-
:param agent_arns: Specifies the Amazon Resource Names (ARNs) of the DataSync agents that can
|
|
5004
|
+
:param agent_arns: Specifies the Amazon Resource Names (ARNs) of the DataSync agents that can connect with your object storage system.
|
|
5003
5005
|
:param access_key: Specifies the access key (for example, a user name) if credentials are required to authenticate with the object storage server.
|
|
5004
5006
|
:param bucket_name: Specifies the name of the object storage bucket involved in the transfer.
|
|
5005
5007
|
:param secret_key: Specifies the secret key (for example, a password) if credentials are required to authenticate with the object storage server.
|
|
@@ -5073,7 +5075,7 @@ class CfnLocationObjectStorageProps:
|
|
|
5073
5075
|
|
|
5074
5076
|
@builtins.property
|
|
5075
5077
|
def agent_arns(self) -> typing.List[builtins.str]:
|
|
5076
|
-
'''Specifies the Amazon Resource Names (ARNs) of the DataSync agents that can
|
|
5078
|
+
'''Specifies the Amazon Resource Names (ARNs) of the DataSync agents that can connect with your object storage system.
|
|
5077
5079
|
|
|
5078
5080
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationobjectstorage.html#cfn-datasync-locationobjectstorage-agentarns
|
|
5079
5081
|
'''
|
|
@@ -5339,7 +5341,7 @@ class CfnLocationS3(
|
|
|
5339
5341
|
if __debug__:
|
|
5340
5342
|
type_hints = typing.get_type_hints(_typecheckingstub__97a8e39b836dbbdb49d0bd113962d59b27158d2ab86e97500f5dda21fc6f2d70)
|
|
5341
5343
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5342
|
-
jsii.set(self, "s3Config", value)
|
|
5344
|
+
jsii.set(self, "s3Config", value) # pyright: ignore[reportArgumentType]
|
|
5343
5345
|
|
|
5344
5346
|
@builtins.property
|
|
5345
5347
|
@jsii.member(jsii_name="s3BucketArn")
|
|
@@ -5352,7 +5354,7 @@ class CfnLocationS3(
|
|
|
5352
5354
|
if __debug__:
|
|
5353
5355
|
type_hints = typing.get_type_hints(_typecheckingstub__49ff9004432edb3637a4fd05fa9fd3158f9d7b6094ac54156943f7d6dd1d5047)
|
|
5354
5356
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5355
|
-
jsii.set(self, "s3BucketArn", value)
|
|
5357
|
+
jsii.set(self, "s3BucketArn", value) # pyright: ignore[reportArgumentType]
|
|
5356
5358
|
|
|
5357
5359
|
@builtins.property
|
|
5358
5360
|
@jsii.member(jsii_name="s3StorageClass")
|
|
@@ -5365,7 +5367,7 @@ class CfnLocationS3(
|
|
|
5365
5367
|
if __debug__:
|
|
5366
5368
|
type_hints = typing.get_type_hints(_typecheckingstub__82a7d8ab492fdfb044b0e230d97fa1965715c74f4b35ab0403115732834d1e49)
|
|
5367
5369
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5368
|
-
jsii.set(self, "s3StorageClass", value)
|
|
5370
|
+
jsii.set(self, "s3StorageClass", value) # pyright: ignore[reportArgumentType]
|
|
5369
5371
|
|
|
5370
5372
|
@builtins.property
|
|
5371
5373
|
@jsii.member(jsii_name="subdirectory")
|
|
@@ -5378,7 +5380,7 @@ class CfnLocationS3(
|
|
|
5378
5380
|
if __debug__:
|
|
5379
5381
|
type_hints = typing.get_type_hints(_typecheckingstub__9d2ceccded2a2b37bcf132c0f563dba3e5c80cc42a7c55df19724af65ac2d8a4)
|
|
5380
5382
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5381
|
-
jsii.set(self, "subdirectory", value)
|
|
5383
|
+
jsii.set(self, "subdirectory", value) # pyright: ignore[reportArgumentType]
|
|
5382
5384
|
|
|
5383
5385
|
@builtins.property
|
|
5384
5386
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -5391,7 +5393,7 @@ class CfnLocationS3(
|
|
|
5391
5393
|
if __debug__:
|
|
5392
5394
|
type_hints = typing.get_type_hints(_typecheckingstub__6d6b2dd8b444ebab79ed4aae8987dfed0864cb4e3663bdfd36a643d72264608e)
|
|
5393
5395
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5394
|
-
jsii.set(self, "tagsRaw", value)
|
|
5396
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
5395
5397
|
|
|
5396
5398
|
@jsii.data_type(
|
|
5397
5399
|
jsii_type="aws-cdk-lib.aws_datasync.CfnLocationS3.S3ConfigProperty",
|
|
@@ -5749,7 +5751,7 @@ class CfnLocationSMB(
|
|
|
5749
5751
|
if __debug__:
|
|
5750
5752
|
type_hints = typing.get_type_hints(_typecheckingstub__21ee66e7697fa761c39fe555b5fae211e45dedf33951d3701b7b6389dd8452b6)
|
|
5751
5753
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5752
|
-
jsii.set(self, "agentArns", value)
|
|
5754
|
+
jsii.set(self, "agentArns", value) # pyright: ignore[reportArgumentType]
|
|
5753
5755
|
|
|
5754
5756
|
@builtins.property
|
|
5755
5757
|
@jsii.member(jsii_name="user")
|
|
@@ -5762,7 +5764,7 @@ class CfnLocationSMB(
|
|
|
5762
5764
|
if __debug__:
|
|
5763
5765
|
type_hints = typing.get_type_hints(_typecheckingstub__9112e8b177e52fbd055f221015988972f906f8c7291b4a1992bb1656cd033faa)
|
|
5764
5766
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5765
|
-
jsii.set(self, "user", value)
|
|
5767
|
+
jsii.set(self, "user", value) # pyright: ignore[reportArgumentType]
|
|
5766
5768
|
|
|
5767
5769
|
@builtins.property
|
|
5768
5770
|
@jsii.member(jsii_name="domain")
|
|
@@ -5775,7 +5777,7 @@ class CfnLocationSMB(
|
|
|
5775
5777
|
if __debug__:
|
|
5776
5778
|
type_hints = typing.get_type_hints(_typecheckingstub__645408d26d2b2afb233a71045cf02aab2ca6bb9a00176ca0b16d93e1e633bf92)
|
|
5777
5779
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5778
|
-
jsii.set(self, "domain", value)
|
|
5780
|
+
jsii.set(self, "domain", value) # pyright: ignore[reportArgumentType]
|
|
5779
5781
|
|
|
5780
5782
|
@builtins.property
|
|
5781
5783
|
@jsii.member(jsii_name="mountOptions")
|
|
@@ -5793,7 +5795,7 @@ class CfnLocationSMB(
|
|
|
5793
5795
|
if __debug__:
|
|
5794
5796
|
type_hints = typing.get_type_hints(_typecheckingstub__b9983585f73509aeb431e7337689500eb00129c754b73a4ef4022bebcd1bbc1c)
|
|
5795
5797
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5796
|
-
jsii.set(self, "mountOptions", value)
|
|
5798
|
+
jsii.set(self, "mountOptions", value) # pyright: ignore[reportArgumentType]
|
|
5797
5799
|
|
|
5798
5800
|
@builtins.property
|
|
5799
5801
|
@jsii.member(jsii_name="password")
|
|
@@ -5806,7 +5808,7 @@ class CfnLocationSMB(
|
|
|
5806
5808
|
if __debug__:
|
|
5807
5809
|
type_hints = typing.get_type_hints(_typecheckingstub__188ea071908278e310db901e923a61e61176a5283d6d637c7cf24940f4af9a3c)
|
|
5808
5810
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5809
|
-
jsii.set(self, "password", value)
|
|
5811
|
+
jsii.set(self, "password", value) # pyright: ignore[reportArgumentType]
|
|
5810
5812
|
|
|
5811
5813
|
@builtins.property
|
|
5812
5814
|
@jsii.member(jsii_name="serverHostname")
|
|
@@ -5819,7 +5821,7 @@ class CfnLocationSMB(
|
|
|
5819
5821
|
if __debug__:
|
|
5820
5822
|
type_hints = typing.get_type_hints(_typecheckingstub__91814040ef607edb46eb6b7f17c10d591505c88dcd81419dd0065a7c2520ec99)
|
|
5821
5823
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5822
|
-
jsii.set(self, "serverHostname", value)
|
|
5824
|
+
jsii.set(self, "serverHostname", value) # pyright: ignore[reportArgumentType]
|
|
5823
5825
|
|
|
5824
5826
|
@builtins.property
|
|
5825
5827
|
@jsii.member(jsii_name="subdirectory")
|
|
@@ -5832,7 +5834,7 @@ class CfnLocationSMB(
|
|
|
5832
5834
|
if __debug__:
|
|
5833
5835
|
type_hints = typing.get_type_hints(_typecheckingstub__07b24807ca878b348d6926b1d8578692f8c738074f4ba29ed17cb920e40bb4a7)
|
|
5834
5836
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5835
|
-
jsii.set(self, "subdirectory", value)
|
|
5837
|
+
jsii.set(self, "subdirectory", value) # pyright: ignore[reportArgumentType]
|
|
5836
5838
|
|
|
5837
5839
|
@builtins.property
|
|
5838
5840
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -5845,7 +5847,7 @@ class CfnLocationSMB(
|
|
|
5845
5847
|
if __debug__:
|
|
5846
5848
|
type_hints = typing.get_type_hints(_typecheckingstub__b48314ac3635761aa21132da0f199200c2b741ddeca4e34176ee47fde9d19e47)
|
|
5847
5849
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5848
|
-
jsii.set(self, "tagsRaw", value)
|
|
5850
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
5849
5851
|
|
|
5850
5852
|
@jsii.data_type(
|
|
5851
5853
|
jsii_type="aws-cdk-lib.aws_datasync.CfnLocationSMB.MountOptionsProperty",
|
|
@@ -6278,7 +6280,7 @@ class CfnStorageSystem(
|
|
|
6278
6280
|
if __debug__:
|
|
6279
6281
|
type_hints = typing.get_type_hints(_typecheckingstub__91c1b3e5cd2d7dd98537d8ad2c7deae28f00b5d6d23089b99cb0768ef5ca4d7f)
|
|
6280
6282
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6281
|
-
jsii.set(self, "agentArns", value)
|
|
6283
|
+
jsii.set(self, "agentArns", value) # pyright: ignore[reportArgumentType]
|
|
6282
6284
|
|
|
6283
6285
|
@builtins.property
|
|
6284
6286
|
@jsii.member(jsii_name="serverConfiguration")
|
|
@@ -6296,7 +6298,7 @@ class CfnStorageSystem(
|
|
|
6296
6298
|
if __debug__:
|
|
6297
6299
|
type_hints = typing.get_type_hints(_typecheckingstub__81366a44879ecfffc2cf1020a13667d2ef18466bde35cc8a36864bab3668086b)
|
|
6298
6300
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6299
|
-
jsii.set(self, "serverConfiguration", value)
|
|
6301
|
+
jsii.set(self, "serverConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
6300
6302
|
|
|
6301
6303
|
@builtins.property
|
|
6302
6304
|
@jsii.member(jsii_name="systemType")
|
|
@@ -6309,7 +6311,7 @@ class CfnStorageSystem(
|
|
|
6309
6311
|
if __debug__:
|
|
6310
6312
|
type_hints = typing.get_type_hints(_typecheckingstub__1ac346e347fbe1b4d60467d3562a6b070e1ed3e50a18844309f094f5f94cb7f6)
|
|
6311
6313
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6312
|
-
jsii.set(self, "systemType", value)
|
|
6314
|
+
jsii.set(self, "systemType", value) # pyright: ignore[reportArgumentType]
|
|
6313
6315
|
|
|
6314
6316
|
@builtins.property
|
|
6315
6317
|
@jsii.member(jsii_name="cloudWatchLogGroupArn")
|
|
@@ -6322,7 +6324,7 @@ class CfnStorageSystem(
|
|
|
6322
6324
|
if __debug__:
|
|
6323
6325
|
type_hints = typing.get_type_hints(_typecheckingstub__e8cf99420b818e4ec735e8ef96836c7c265a5bb74331a73d84e9fc56a6321299)
|
|
6324
6326
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6325
|
-
jsii.set(self, "cloudWatchLogGroupArn", value)
|
|
6327
|
+
jsii.set(self, "cloudWatchLogGroupArn", value) # pyright: ignore[reportArgumentType]
|
|
6326
6328
|
|
|
6327
6329
|
@builtins.property
|
|
6328
6330
|
@jsii.member(jsii_name="name")
|
|
@@ -6335,7 +6337,7 @@ class CfnStorageSystem(
|
|
|
6335
6337
|
if __debug__:
|
|
6336
6338
|
type_hints = typing.get_type_hints(_typecheckingstub__764666a950d4d83875874f1d9312ef4c5d98748fc51fe8f1dc9c8cf696e4e0bd)
|
|
6337
6339
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6338
|
-
jsii.set(self, "name", value)
|
|
6340
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
6339
6341
|
|
|
6340
6342
|
@builtins.property
|
|
6341
6343
|
@jsii.member(jsii_name="serverCredentials")
|
|
@@ -6353,7 +6355,7 @@ class CfnStorageSystem(
|
|
|
6353
6355
|
if __debug__:
|
|
6354
6356
|
type_hints = typing.get_type_hints(_typecheckingstub__2f52a2f2a6197dee934b3eaad41d0b7cc429e508ed4c3d4437b45f339ffd8712)
|
|
6355
6357
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6356
|
-
jsii.set(self, "serverCredentials", value)
|
|
6358
|
+
jsii.set(self, "serverCredentials", value) # pyright: ignore[reportArgumentType]
|
|
6357
6359
|
|
|
6358
6360
|
@builtins.property
|
|
6359
6361
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -6366,7 +6368,7 @@ class CfnStorageSystem(
|
|
|
6366
6368
|
if __debug__:
|
|
6367
6369
|
type_hints = typing.get_type_hints(_typecheckingstub__3f06b57402f5a745b22a5a454fa8563a935276c499111bb78103406214b07c52)
|
|
6368
6370
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6369
|
-
jsii.set(self, "tagsRaw", value)
|
|
6371
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
6370
6372
|
|
|
6371
6373
|
@jsii.data_type(
|
|
6372
6374
|
jsii_type="aws-cdk-lib.aws_datasync.CfnStorageSystem.ServerConfigurationProperty",
|
|
@@ -6938,7 +6940,7 @@ class CfnTask(
|
|
|
6938
6940
|
if __debug__:
|
|
6939
6941
|
type_hints = typing.get_type_hints(_typecheckingstub__c829157af3cc4eaa91bd0ad747876d59f15cb71ac8ca56cbf9c19eae4bf9f086)
|
|
6940
6942
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6941
|
-
jsii.set(self, "destinationLocationArn", value)
|
|
6943
|
+
jsii.set(self, "destinationLocationArn", value) # pyright: ignore[reportArgumentType]
|
|
6942
6944
|
|
|
6943
6945
|
@builtins.property
|
|
6944
6946
|
@jsii.member(jsii_name="sourceLocationArn")
|
|
@@ -6951,7 +6953,7 @@ class CfnTask(
|
|
|
6951
6953
|
if __debug__:
|
|
6952
6954
|
type_hints = typing.get_type_hints(_typecheckingstub__0ade222686ff2f8ad1e7e9582615e0d6dec7ef562c42e32823bf1637619af7b8)
|
|
6953
6955
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6954
|
-
jsii.set(self, "sourceLocationArn", value)
|
|
6956
|
+
jsii.set(self, "sourceLocationArn", value) # pyright: ignore[reportArgumentType]
|
|
6955
6957
|
|
|
6956
6958
|
@builtins.property
|
|
6957
6959
|
@jsii.member(jsii_name="cloudWatchLogGroupArn")
|
|
@@ -6964,7 +6966,7 @@ class CfnTask(
|
|
|
6964
6966
|
if __debug__:
|
|
6965
6967
|
type_hints = typing.get_type_hints(_typecheckingstub__5688467482337659d3d0d35a3798391a47635ed6dc628a2cfa41b22b61d0abe7)
|
|
6966
6968
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6967
|
-
jsii.set(self, "cloudWatchLogGroupArn", value)
|
|
6969
|
+
jsii.set(self, "cloudWatchLogGroupArn", value) # pyright: ignore[reportArgumentType]
|
|
6968
6970
|
|
|
6969
6971
|
@builtins.property
|
|
6970
6972
|
@jsii.member(jsii_name="excludes")
|
|
@@ -6982,7 +6984,7 @@ class CfnTask(
|
|
|
6982
6984
|
if __debug__:
|
|
6983
6985
|
type_hints = typing.get_type_hints(_typecheckingstub__acacc184cead1f95fccb09d6e2d3e2f3763099227a59edf6a76e8128856fc021)
|
|
6984
6986
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6985
|
-
jsii.set(self, "excludes", value)
|
|
6987
|
+
jsii.set(self, "excludes", value) # pyright: ignore[reportArgumentType]
|
|
6986
6988
|
|
|
6987
6989
|
@builtins.property
|
|
6988
6990
|
@jsii.member(jsii_name="includes")
|
|
@@ -7000,7 +7002,7 @@ class CfnTask(
|
|
|
7000
7002
|
if __debug__:
|
|
7001
7003
|
type_hints = typing.get_type_hints(_typecheckingstub__b70b42cfb53e13801c9b46a0aeb316cf7696061c5b7fc11b20c7970679838adb)
|
|
7002
7004
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7003
|
-
jsii.set(self, "includes", value)
|
|
7005
|
+
jsii.set(self, "includes", value) # pyright: ignore[reportArgumentType]
|
|
7004
7006
|
|
|
7005
7007
|
@builtins.property
|
|
7006
7008
|
@jsii.member(jsii_name="manifestConfig")
|
|
@@ -7018,7 +7020,7 @@ class CfnTask(
|
|
|
7018
7020
|
if __debug__:
|
|
7019
7021
|
type_hints = typing.get_type_hints(_typecheckingstub__adfc26e9a88359e12066dd2ec9b2a9e0a61fb79f73189fa8a39e637687c9fa9c)
|
|
7020
7022
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7021
|
-
jsii.set(self, "manifestConfig", value)
|
|
7023
|
+
jsii.set(self, "manifestConfig", value) # pyright: ignore[reportArgumentType]
|
|
7022
7024
|
|
|
7023
7025
|
@builtins.property
|
|
7024
7026
|
@jsii.member(jsii_name="name")
|
|
@@ -7031,7 +7033,7 @@ class CfnTask(
|
|
|
7031
7033
|
if __debug__:
|
|
7032
7034
|
type_hints = typing.get_type_hints(_typecheckingstub__de210bcc8ac65745973f2b8e5143c561a12afe1f24163e2b50a4fe61574c7317)
|
|
7033
7035
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7034
|
-
jsii.set(self, "name", value)
|
|
7036
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
7035
7037
|
|
|
7036
7038
|
@builtins.property
|
|
7037
7039
|
@jsii.member(jsii_name="options")
|
|
@@ -7049,7 +7051,7 @@ class CfnTask(
|
|
|
7049
7051
|
if __debug__:
|
|
7050
7052
|
type_hints = typing.get_type_hints(_typecheckingstub__155643afb5f1ecdb689d1809d2d2388ec39615a2be33d1719f3b98ba2e76677d)
|
|
7051
7053
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7052
|
-
jsii.set(self, "options", value)
|
|
7054
|
+
jsii.set(self, "options", value) # pyright: ignore[reportArgumentType]
|
|
7053
7055
|
|
|
7054
7056
|
@builtins.property
|
|
7055
7057
|
@jsii.member(jsii_name="schedule")
|
|
@@ -7067,7 +7069,7 @@ class CfnTask(
|
|
|
7067
7069
|
if __debug__:
|
|
7068
7070
|
type_hints = typing.get_type_hints(_typecheckingstub__4bc267a8182541bd31db0c914ab3030d3b13f68b424b8e312a7b9267e3b0e4b4)
|
|
7069
7071
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7070
|
-
jsii.set(self, "schedule", value)
|
|
7072
|
+
jsii.set(self, "schedule", value) # pyright: ignore[reportArgumentType]
|
|
7071
7073
|
|
|
7072
7074
|
@builtins.property
|
|
7073
7075
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -7080,7 +7082,7 @@ class CfnTask(
|
|
|
7080
7082
|
if __debug__:
|
|
7081
7083
|
type_hints = typing.get_type_hints(_typecheckingstub__b6a7067dff337df84908e53f4652767faada60769f6c9d1eed4c84d05c1d5126)
|
|
7082
7084
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7083
|
-
jsii.set(self, "tagsRaw", value)
|
|
7085
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
7084
7086
|
|
|
7085
7087
|
@builtins.property
|
|
7086
7088
|
@jsii.member(jsii_name="taskReportConfig")
|
|
@@ -7098,7 +7100,7 @@ class CfnTask(
|
|
|
7098
7100
|
if __debug__:
|
|
7099
7101
|
type_hints = typing.get_type_hints(_typecheckingstub__06ecaf368f7ae42942552393e7a68a01ddc8712caa5620400a489d0b07baae6e)
|
|
7100
7102
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7101
|
-
jsii.set(self, "taskReportConfig", value)
|
|
7103
|
+
jsii.set(self, "taskReportConfig", value) # pyright: ignore[reportArgumentType]
|
|
7102
7104
|
|
|
7103
7105
|
@jsii.data_type(
|
|
7104
7106
|
jsii_type="aws-cdk-lib.aws_datasync.CfnTask.DeletedProperty",
|