aws-cdk-lib 2.186.0__py3-none-any.whl → 2.188.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 +303 -119
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.186.0.jsii.tgz → aws-cdk-lib@2.188.0.jsii.tgz} +0 -0
- aws_cdk/aws_amplify/__init__.py +136 -0
- aws_cdk/aws_apigateway/__init__.py +69 -17
- aws_cdk/aws_apigatewayv2/__init__.py +88 -0
- aws_cdk/aws_appconfig/__init__.py +30 -14
- aws_cdk/aws_appsync/__init__.py +14 -5
- aws_cdk/aws_arczonalshift/__init__.py +4 -4
- aws_cdk/aws_bedrock/__init__.py +637 -32
- aws_cdk/aws_budgets/__init__.py +8 -8
- aws_cdk/aws_cassandra/__init__.py +4 -2
- aws_cdk/aws_ce/__init__.py +2 -2
- aws_cdk/aws_cloudformation/__init__.py +3 -3
- aws_cdk/aws_cloudfront/__init__.py +11 -0
- aws_cdk/aws_cloudtrail/__init__.py +4 -18
- aws_cdk/aws_cloudwatch/__init__.py +50 -50
- aws_cdk/aws_codebuild/__init__.py +32 -1
- aws_cdk/aws_codepipeline/__init__.py +47 -32
- aws_cdk/aws_codepipeline_actions/__init__.py +2786 -1042
- aws_cdk/aws_codestarnotifications/__init__.py +16 -16
- aws_cdk/aws_cognito/__init__.py +8 -2
- aws_cdk/aws_config/__init__.py +2 -5
- aws_cdk/aws_datazone/__init__.py +287 -226
- aws_cdk/aws_detective/__init__.py +3 -3
- aws_cdk/aws_dynamodb/__init__.py +37 -0
- aws_cdk/aws_ec2/__init__.py +2448 -442
- aws_cdk/aws_ecr/__init__.py +143 -0
- aws_cdk/aws_ecr_assets/__init__.py +115 -4
- aws_cdk/aws_ecs/__init__.py +51 -0
- aws_cdk/aws_eks/__init__.py +222 -6
- aws_cdk/aws_events/__init__.py +8 -11
- aws_cdk/aws_events_targets/__init__.py +136 -0
- aws_cdk/aws_forecast/__init__.py +1 -1
- aws_cdk/aws_fsx/__init__.py +2 -2
- aws_cdk/aws_gamelift/__init__.py +11 -11
- aws_cdk/aws_iam/__init__.py +6 -4
- aws_cdk/aws_identitystore/__init__.py +6 -4
- aws_cdk/aws_iotsitewise/__init__.py +623 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +38 -0
- aws_cdk/aws_kms/__init__.py +10 -11
- aws_cdk/aws_lakeformation/__init__.py +3 -3
- aws_cdk/aws_lambda/__init__.py +105 -4
- aws_cdk/aws_lambda_event_sources/__init__.py +87 -25
- aws_cdk/aws_lambda_nodejs/__init__.py +5 -24
- aws_cdk/aws_lex/__init__.py +985 -5
- aws_cdk/aws_logs/__init__.py +18 -0
- aws_cdk/aws_logs_destinations/__init__.py +146 -0
- aws_cdk/aws_mediaconnect/__init__.py +714 -290
- aws_cdk/aws_mwaa/__init__.py +9 -9
- aws_cdk/aws_networkfirewall/__init__.py +44 -0
- aws_cdk/aws_notifications/__init__.py +4 -4
- aws_cdk/aws_omics/__init__.py +225 -1
- aws_cdk/aws_opensearchserverless/__init__.py +31 -23
- aws_cdk/aws_organizations/__init__.py +1 -1
- aws_cdk/aws_pcaconnectorad/__init__.py +3 -2
- aws_cdk/aws_quicksight/__init__.py +268 -50
- aws_cdk/aws_rds/__init__.py +186 -10
- aws_cdk/aws_route53/__init__.py +5 -5
- aws_cdk/aws_route53recoverycontrol/__init__.py +41 -2
- aws_cdk/aws_rum/__init__.py +13 -10
- aws_cdk/aws_s3/__init__.py +3 -6
- aws_cdk/aws_s3_assets/__init__.py +70 -1
- aws_cdk/aws_s3_deployment/__init__.py +4 -0
- aws_cdk/aws_sagemaker/__init__.py +47 -4
- aws_cdk/aws_scheduler_targets/__init__.py +4 -16
- aws_cdk/aws_securitylake/__init__.py +2 -2
- aws_cdk/aws_servicecatalog/__init__.py +4 -0
- aws_cdk/aws_sns/__init__.py +1 -1
- aws_cdk/aws_ssmincidents/__init__.py +10 -10
- aws_cdk/aws_stepfunctions/__init__.py +23 -17
- aws_cdk/aws_stepfunctions_tasks/__init__.py +4 -0
- aws_cdk/aws_synthetics/__init__.py +9 -0
- aws_cdk/aws_systemsmanagersap/__init__.py +160 -0
- aws_cdk/aws_transfer/__init__.py +19 -10
- aws_cdk/aws_wafv2/__init__.py +512 -1141
- aws_cdk/cloud_assembly_schema/__init__.py +60 -10
- aws_cdk/cx_api/__init__.py +38 -2
- aws_cdk/pipelines/__init__.py +52 -2
- {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.188.0.dist-info}/METADATA +4 -4
- {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.188.0.dist-info}/RECORD +85 -85
- {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.188.0.dist-info}/WHEEL +1 -1
- {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.188.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.188.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.188.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_datazone/__init__.py
CHANGED
|
@@ -85,7 +85,7 @@ class CfnConnection(
|
|
|
85
85
|
metaclass=jsii.JSIIMeta,
|
|
86
86
|
jsii_type="aws-cdk-lib.aws_datazone.CfnConnection",
|
|
87
87
|
):
|
|
88
|
-
'''
|
|
88
|
+
'''In Amazon DataZone, a connection enables you to connect your resources (domains, projects, and environments) to external resources and services.
|
|
89
89
|
|
|
90
90
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-connection.html
|
|
91
91
|
:cloudformationResource: AWS::DataZone::Connection
|
|
@@ -243,12 +243,12 @@ class CfnConnection(
|
|
|
243
243
|
'''
|
|
244
244
|
:param scope: Scope in which this resource is defined.
|
|
245
245
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
246
|
-
:param domain_identifier: The
|
|
247
|
-
:param environment_identifier: The
|
|
246
|
+
:param domain_identifier: The ID of the domain where the connection is created.
|
|
247
|
+
:param environment_identifier: The ID of the environment where the connection is created.
|
|
248
248
|
:param name: The name of the connection.
|
|
249
|
-
:param aws_location:
|
|
250
|
-
:param description:
|
|
251
|
-
:param props:
|
|
249
|
+
:param aws_location: The location where the connection is created.
|
|
250
|
+
:param description: Connection description.
|
|
251
|
+
:param props: Connection props.
|
|
252
252
|
'''
|
|
253
253
|
if __debug__:
|
|
254
254
|
type_hints = typing.get_type_hints(_typecheckingstub__68db6ef5de752113ca6cf32190e1173ded9b82274379374d5e16834f4fed2680)
|
|
@@ -307,7 +307,7 @@ class CfnConnection(
|
|
|
307
307
|
@builtins.property
|
|
308
308
|
@jsii.member(jsii_name="attrDomainId")
|
|
309
309
|
def attr_domain_id(self) -> builtins.str:
|
|
310
|
-
'''The ID of the
|
|
310
|
+
'''The domain ID of the connection.
|
|
311
311
|
|
|
312
312
|
:cloudformationAttribute: DomainId
|
|
313
313
|
'''
|
|
@@ -316,7 +316,7 @@ class CfnConnection(
|
|
|
316
316
|
@builtins.property
|
|
317
317
|
@jsii.member(jsii_name="attrDomainUnitId")
|
|
318
318
|
def attr_domain_unit_id(self) -> builtins.str:
|
|
319
|
-
'''The
|
|
319
|
+
'''The domain unit ID of the connection.
|
|
320
320
|
|
|
321
321
|
:cloudformationAttribute: DomainUnitId
|
|
322
322
|
'''
|
|
@@ -325,7 +325,7 @@ class CfnConnection(
|
|
|
325
325
|
@builtins.property
|
|
326
326
|
@jsii.member(jsii_name="attrEnvironmentId")
|
|
327
327
|
def attr_environment_id(self) -> builtins.str:
|
|
328
|
-
'''The ID of the environment
|
|
328
|
+
'''The ID of the environment.
|
|
329
329
|
|
|
330
330
|
:cloudformationAttribute: EnvironmentId
|
|
331
331
|
'''
|
|
@@ -334,7 +334,7 @@ class CfnConnection(
|
|
|
334
334
|
@builtins.property
|
|
335
335
|
@jsii.member(jsii_name="attrEnvironmentUserRole")
|
|
336
336
|
def attr_environment_user_role(self) -> builtins.str:
|
|
337
|
-
'''The
|
|
337
|
+
'''The environment user role.
|
|
338
338
|
|
|
339
339
|
:cloudformationAttribute: EnvironmentUserRole
|
|
340
340
|
'''
|
|
@@ -343,7 +343,7 @@ class CfnConnection(
|
|
|
343
343
|
@builtins.property
|
|
344
344
|
@jsii.member(jsii_name="attrProjectId")
|
|
345
345
|
def attr_project_id(self) -> builtins.str:
|
|
346
|
-
'''The ID of the project
|
|
346
|
+
'''The ID of the project.
|
|
347
347
|
|
|
348
348
|
:cloudformationAttribute: ProjectId
|
|
349
349
|
'''
|
|
@@ -352,7 +352,7 @@ class CfnConnection(
|
|
|
352
352
|
@builtins.property
|
|
353
353
|
@jsii.member(jsii_name="attrType")
|
|
354
354
|
def attr_type(self) -> builtins.str:
|
|
355
|
-
'''
|
|
355
|
+
'''The type of the connection.
|
|
356
356
|
|
|
357
357
|
:cloudformationAttribute: Type
|
|
358
358
|
'''
|
|
@@ -366,7 +366,7 @@ class CfnConnection(
|
|
|
366
366
|
@builtins.property
|
|
367
367
|
@jsii.member(jsii_name="domainIdentifier")
|
|
368
368
|
def domain_identifier(self) -> builtins.str:
|
|
369
|
-
'''The
|
|
369
|
+
'''The ID of the domain where the connection is created.'''
|
|
370
370
|
return typing.cast(builtins.str, jsii.get(self, "domainIdentifier"))
|
|
371
371
|
|
|
372
372
|
@domain_identifier.setter
|
|
@@ -379,7 +379,7 @@ class CfnConnection(
|
|
|
379
379
|
@builtins.property
|
|
380
380
|
@jsii.member(jsii_name="environmentIdentifier")
|
|
381
381
|
def environment_identifier(self) -> builtins.str:
|
|
382
|
-
'''The
|
|
382
|
+
'''The ID of the environment where the connection is created.'''
|
|
383
383
|
return typing.cast(builtins.str, jsii.get(self, "environmentIdentifier"))
|
|
384
384
|
|
|
385
385
|
@environment_identifier.setter
|
|
@@ -407,7 +407,7 @@ class CfnConnection(
|
|
|
407
407
|
def aws_location(
|
|
408
408
|
self,
|
|
409
409
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnection.AwsLocationProperty"]]:
|
|
410
|
-
'''
|
|
410
|
+
'''The location where the connection is created.'''
|
|
411
411
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnection.AwsLocationProperty"]], jsii.get(self, "awsLocation"))
|
|
412
412
|
|
|
413
413
|
@aws_location.setter
|
|
@@ -423,7 +423,7 @@ class CfnConnection(
|
|
|
423
423
|
@builtins.property
|
|
424
424
|
@jsii.member(jsii_name="description")
|
|
425
425
|
def description(self) -> typing.Optional[builtins.str]:
|
|
426
|
-
'''
|
|
426
|
+
'''Connection description.'''
|
|
427
427
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "description"))
|
|
428
428
|
|
|
429
429
|
@description.setter
|
|
@@ -438,6 +438,7 @@ class CfnConnection(
|
|
|
438
438
|
def props(
|
|
439
439
|
self,
|
|
440
440
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnection.ConnectionPropertiesInputProperty"]]:
|
|
441
|
+
'''Connection props.'''
|
|
441
442
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnection.ConnectionPropertiesInputProperty"]], jsii.get(self, "props"))
|
|
442
443
|
|
|
443
444
|
@props.setter
|
|
@@ -457,9 +458,9 @@ class CfnConnection(
|
|
|
457
458
|
)
|
|
458
459
|
class AthenaPropertiesInputProperty:
|
|
459
460
|
def __init__(self, *, workgroup_name: builtins.str) -> None:
|
|
460
|
-
'''Athena
|
|
461
|
+
'''The Amazon Athena properties of a connection.
|
|
461
462
|
|
|
462
|
-
:param workgroup_name:
|
|
463
|
+
:param workgroup_name: The Amazon Athena workgroup name of a connection.
|
|
463
464
|
|
|
464
465
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-athenapropertiesinput.html
|
|
465
466
|
:exampleMetadata: fixture=_generated
|
|
@@ -483,7 +484,8 @@ class CfnConnection(
|
|
|
483
484
|
|
|
484
485
|
@builtins.property
|
|
485
486
|
def workgroup_name(self) -> builtins.str:
|
|
486
|
-
'''
|
|
487
|
+
'''The Amazon Athena workgroup name of a connection.
|
|
488
|
+
|
|
487
489
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-athenapropertiesinput.html#cfn-datazone-connection-athenapropertiesinput-workgroupname
|
|
488
490
|
'''
|
|
489
491
|
result = self._values.get("workgroup_name")
|
|
@@ -524,14 +526,14 @@ class CfnConnection(
|
|
|
524
526
|
o_auth2_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnConnection.OAuth2PropertiesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
525
527
|
secret_arn: typing.Optional[builtins.str] = None,
|
|
526
528
|
) -> None:
|
|
527
|
-
'''
|
|
529
|
+
'''The authentication configuration of a connection.
|
|
528
530
|
|
|
529
|
-
:param authentication_type:
|
|
530
|
-
:param basic_authentication_credentials:
|
|
531
|
-
:param custom_authentication_credentials:
|
|
532
|
-
:param kms_key_arn:
|
|
533
|
-
:param o_auth2_properties:
|
|
534
|
-
:param secret_arn:
|
|
531
|
+
:param authentication_type: The authentication type of a connection.
|
|
532
|
+
:param basic_authentication_credentials: The basic authentication credentials of a connection.
|
|
533
|
+
:param custom_authentication_credentials: The custom authentication credentials of a connection.
|
|
534
|
+
:param kms_key_arn: The KMS key ARN of a connection.
|
|
535
|
+
:param o_auth2_properties: The oAuth2 properties of a connection.
|
|
536
|
+
:param secret_arn: The secret ARN of a connection.
|
|
535
537
|
|
|
536
538
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-authenticationconfigurationinput.html
|
|
537
539
|
:exampleMetadata: fixture=_generated
|
|
@@ -600,7 +602,7 @@ class CfnConnection(
|
|
|
600
602
|
|
|
601
603
|
@builtins.property
|
|
602
604
|
def authentication_type(self) -> typing.Optional[builtins.str]:
|
|
603
|
-
'''
|
|
605
|
+
'''The authentication type of a connection.
|
|
604
606
|
|
|
605
607
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-authenticationconfigurationinput.html#cfn-datazone-connection-authenticationconfigurationinput-authenticationtype
|
|
606
608
|
'''
|
|
@@ -611,7 +613,7 @@ class CfnConnection(
|
|
|
611
613
|
def basic_authentication_credentials(
|
|
612
614
|
self,
|
|
613
615
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnection.BasicAuthenticationCredentialsProperty"]]:
|
|
614
|
-
'''
|
|
616
|
+
'''The basic authentication credentials of a connection.
|
|
615
617
|
|
|
616
618
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-authenticationconfigurationinput.html#cfn-datazone-connection-authenticationconfigurationinput-basicauthenticationcredentials
|
|
617
619
|
'''
|
|
@@ -622,7 +624,7 @@ class CfnConnection(
|
|
|
622
624
|
def custom_authentication_credentials(
|
|
623
625
|
self,
|
|
624
626
|
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
625
|
-
'''
|
|
627
|
+
'''The custom authentication credentials of a connection.
|
|
626
628
|
|
|
627
629
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-authenticationconfigurationinput.html#cfn-datazone-connection-authenticationconfigurationinput-customauthenticationcredentials
|
|
628
630
|
'''
|
|
@@ -631,7 +633,8 @@ class CfnConnection(
|
|
|
631
633
|
|
|
632
634
|
@builtins.property
|
|
633
635
|
def kms_key_arn(self) -> typing.Optional[builtins.str]:
|
|
634
|
-
'''
|
|
636
|
+
'''The KMS key ARN of a connection.
|
|
637
|
+
|
|
635
638
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-authenticationconfigurationinput.html#cfn-datazone-connection-authenticationconfigurationinput-kmskeyarn
|
|
636
639
|
'''
|
|
637
640
|
result = self._values.get("kms_key_arn")
|
|
@@ -641,7 +644,7 @@ class CfnConnection(
|
|
|
641
644
|
def o_auth2_properties(
|
|
642
645
|
self,
|
|
643
646
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnection.OAuth2PropertiesProperty"]]:
|
|
644
|
-
'''
|
|
647
|
+
'''The oAuth2 properties of a connection.
|
|
645
648
|
|
|
646
649
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-authenticationconfigurationinput.html#cfn-datazone-connection-authenticationconfigurationinput-oauth2properties
|
|
647
650
|
'''
|
|
@@ -650,7 +653,8 @@ class CfnConnection(
|
|
|
650
653
|
|
|
651
654
|
@builtins.property
|
|
652
655
|
def secret_arn(self) -> typing.Optional[builtins.str]:
|
|
653
|
-
'''
|
|
656
|
+
'''The secret ARN of a connection.
|
|
657
|
+
|
|
654
658
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-authenticationconfigurationinput.html#cfn-datazone-connection-authenticationconfigurationinput-secretarn
|
|
655
659
|
'''
|
|
656
660
|
result = self._values.get("secret_arn")
|
|
@@ -682,10 +686,10 @@ class CfnConnection(
|
|
|
682
686
|
authorization_code: typing.Optional[builtins.str] = None,
|
|
683
687
|
redirect_uri: typing.Optional[builtins.str] = None,
|
|
684
688
|
) -> None:
|
|
685
|
-
'''
|
|
689
|
+
'''The authorization code properties of a connection.
|
|
686
690
|
|
|
687
|
-
:param authorization_code:
|
|
688
|
-
:param redirect_uri:
|
|
691
|
+
:param authorization_code: The authorization code of a connection.
|
|
692
|
+
:param redirect_uri: The redirect URI of a connection.
|
|
689
693
|
|
|
690
694
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-authorizationcodeproperties.html
|
|
691
695
|
:exampleMetadata: fixture=_generated
|
|
@@ -713,7 +717,8 @@ class CfnConnection(
|
|
|
713
717
|
|
|
714
718
|
@builtins.property
|
|
715
719
|
def authorization_code(self) -> typing.Optional[builtins.str]:
|
|
716
|
-
'''
|
|
720
|
+
'''The authorization code of a connection.
|
|
721
|
+
|
|
717
722
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-authorizationcodeproperties.html#cfn-datazone-connection-authorizationcodeproperties-authorizationcode
|
|
718
723
|
'''
|
|
719
724
|
result = self._values.get("authorization_code")
|
|
@@ -721,7 +726,8 @@ class CfnConnection(
|
|
|
721
726
|
|
|
722
727
|
@builtins.property
|
|
723
728
|
def redirect_uri(self) -> typing.Optional[builtins.str]:
|
|
724
|
-
'''
|
|
729
|
+
'''The redirect URI of a connection.
|
|
730
|
+
|
|
725
731
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-authorizationcodeproperties.html#cfn-datazone-connection-authorizationcodeproperties-redirecturi
|
|
726
732
|
'''
|
|
727
733
|
result = self._values.get("redirect_uri")
|
|
@@ -757,12 +763,12 @@ class CfnConnection(
|
|
|
757
763
|
aws_region: typing.Optional[builtins.str] = None,
|
|
758
764
|
iam_connection_id: typing.Optional[builtins.str] = None,
|
|
759
765
|
) -> None:
|
|
760
|
-
'''
|
|
766
|
+
'''The location of a project.
|
|
761
767
|
|
|
762
|
-
:param access_role:
|
|
763
|
-
:param aws_account_id:
|
|
764
|
-
:param aws_region:
|
|
765
|
-
:param iam_connection_id:
|
|
768
|
+
:param access_role: The access role of a connection.
|
|
769
|
+
:param aws_account_id: The account ID of a connection.
|
|
770
|
+
:param aws_region: The Region of a connection.
|
|
771
|
+
:param iam_connection_id: The IAM connection ID of a connection.
|
|
766
772
|
|
|
767
773
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-awslocation.html
|
|
768
774
|
:exampleMetadata: fixture=_generated
|
|
@@ -798,7 +804,8 @@ class CfnConnection(
|
|
|
798
804
|
|
|
799
805
|
@builtins.property
|
|
800
806
|
def access_role(self) -> typing.Optional[builtins.str]:
|
|
801
|
-
'''
|
|
807
|
+
'''The access role of a connection.
|
|
808
|
+
|
|
802
809
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-awslocation.html#cfn-datazone-connection-awslocation-accessrole
|
|
803
810
|
'''
|
|
804
811
|
result = self._values.get("access_role")
|
|
@@ -806,7 +813,8 @@ class CfnConnection(
|
|
|
806
813
|
|
|
807
814
|
@builtins.property
|
|
808
815
|
def aws_account_id(self) -> typing.Optional[builtins.str]:
|
|
809
|
-
'''
|
|
816
|
+
'''The account ID of a connection.
|
|
817
|
+
|
|
810
818
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-awslocation.html#cfn-datazone-connection-awslocation-awsaccountid
|
|
811
819
|
'''
|
|
812
820
|
result = self._values.get("aws_account_id")
|
|
@@ -814,7 +822,8 @@ class CfnConnection(
|
|
|
814
822
|
|
|
815
823
|
@builtins.property
|
|
816
824
|
def aws_region(self) -> typing.Optional[builtins.str]:
|
|
817
|
-
'''
|
|
825
|
+
'''The Region of a connection.
|
|
826
|
+
|
|
818
827
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-awslocation.html#cfn-datazone-connection-awslocation-awsregion
|
|
819
828
|
'''
|
|
820
829
|
result = self._values.get("aws_region")
|
|
@@ -822,7 +831,8 @@ class CfnConnection(
|
|
|
822
831
|
|
|
823
832
|
@builtins.property
|
|
824
833
|
def iam_connection_id(self) -> typing.Optional[builtins.str]:
|
|
825
|
-
'''
|
|
834
|
+
'''The IAM connection ID of a connection.
|
|
835
|
+
|
|
826
836
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-awslocation.html#cfn-datazone-connection-awslocation-iamconnectionid
|
|
827
837
|
'''
|
|
828
838
|
result = self._values.get("iam_connection_id")
|
|
@@ -851,10 +861,10 @@ class CfnConnection(
|
|
|
851
861
|
password: typing.Optional[builtins.str] = None,
|
|
852
862
|
user_name: typing.Optional[builtins.str] = None,
|
|
853
863
|
) -> None:
|
|
854
|
-
'''
|
|
864
|
+
'''The basic authentication credentials of a connection.
|
|
855
865
|
|
|
856
|
-
:param password:
|
|
857
|
-
:param user_name:
|
|
866
|
+
:param password: The password for a connection.
|
|
867
|
+
:param user_name: The user name for the connecion.
|
|
858
868
|
|
|
859
869
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-basicauthenticationcredentials.html
|
|
860
870
|
:exampleMetadata: fixture=_generated
|
|
@@ -882,7 +892,8 @@ class CfnConnection(
|
|
|
882
892
|
|
|
883
893
|
@builtins.property
|
|
884
894
|
def password(self) -> typing.Optional[builtins.str]:
|
|
885
|
-
'''
|
|
895
|
+
'''The password for a connection.
|
|
896
|
+
|
|
886
897
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-basicauthenticationcredentials.html#cfn-datazone-connection-basicauthenticationcredentials-password
|
|
887
898
|
'''
|
|
888
899
|
result = self._values.get("password")
|
|
@@ -890,7 +901,8 @@ class CfnConnection(
|
|
|
890
901
|
|
|
891
902
|
@builtins.property
|
|
892
903
|
def user_name(self) -> typing.Optional[builtins.str]:
|
|
893
|
-
'''
|
|
904
|
+
'''The user name for the connecion.
|
|
905
|
+
|
|
894
906
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-basicauthenticationcredentials.html#cfn-datazone-connection-basicauthenticationcredentials-username
|
|
895
907
|
'''
|
|
896
908
|
result = self._values.get("user_name")
|
|
@@ -932,14 +944,15 @@ class CfnConnection(
|
|
|
932
944
|
spark_emr_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnConnection.SparkEmrPropertiesInputProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
933
945
|
spark_glue_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnConnection.SparkGluePropertiesInputProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
934
946
|
) -> None:
|
|
935
|
-
'''
|
|
936
|
-
|
|
937
|
-
:param
|
|
938
|
-
:param
|
|
939
|
-
:param
|
|
940
|
-
:param
|
|
941
|
-
:param
|
|
942
|
-
:param
|
|
947
|
+
'''The properties of a connection.
|
|
948
|
+
|
|
949
|
+
:param athena_properties: The Amazon Athena properties of a connection.
|
|
950
|
+
:param glue_properties: The AWS Glue properties of a connection.
|
|
951
|
+
:param hyper_pod_properties: The hyper pod properties of a connection.
|
|
952
|
+
:param iam_properties: The IAM properties of a connection.
|
|
953
|
+
:param redshift_properties: The Amazon Redshift properties of a connection.
|
|
954
|
+
:param spark_emr_properties: The Spark EMR properties of a connection.
|
|
955
|
+
:param spark_glue_properties: The Spark AWS Glue properties of a connection.
|
|
943
956
|
|
|
944
957
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-connectionpropertiesinput.html
|
|
945
958
|
:exampleMetadata: fixture=_generated
|
|
@@ -1095,7 +1108,7 @@ class CfnConnection(
|
|
|
1095
1108
|
def athena_properties(
|
|
1096
1109
|
self,
|
|
1097
1110
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnection.AthenaPropertiesInputProperty"]]:
|
|
1098
|
-
'''Athena
|
|
1111
|
+
'''The Amazon Athena properties of a connection.
|
|
1099
1112
|
|
|
1100
1113
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-connectionpropertiesinput.html#cfn-datazone-connection-connectionpropertiesinput-athenaproperties
|
|
1101
1114
|
'''
|
|
@@ -1106,7 +1119,7 @@ class CfnConnection(
|
|
|
1106
1119
|
def glue_properties(
|
|
1107
1120
|
self,
|
|
1108
1121
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnection.GluePropertiesInputProperty"]]:
|
|
1109
|
-
'''Glue
|
|
1122
|
+
'''The AWS Glue properties of a connection.
|
|
1110
1123
|
|
|
1111
1124
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-connectionpropertiesinput.html#cfn-datazone-connection-connectionpropertiesinput-glueproperties
|
|
1112
1125
|
'''
|
|
@@ -1117,7 +1130,7 @@ class CfnConnection(
|
|
|
1117
1130
|
def hyper_pod_properties(
|
|
1118
1131
|
self,
|
|
1119
1132
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnection.HyperPodPropertiesInputProperty"]]:
|
|
1120
|
-
'''
|
|
1133
|
+
'''The hyper pod properties of a connection.
|
|
1121
1134
|
|
|
1122
1135
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-connectionpropertiesinput.html#cfn-datazone-connection-connectionpropertiesinput-hyperpodproperties
|
|
1123
1136
|
'''
|
|
@@ -1128,7 +1141,7 @@ class CfnConnection(
|
|
|
1128
1141
|
def iam_properties(
|
|
1129
1142
|
self,
|
|
1130
1143
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnection.IamPropertiesInputProperty"]]:
|
|
1131
|
-
'''IAM
|
|
1144
|
+
'''The IAM properties of a connection.
|
|
1132
1145
|
|
|
1133
1146
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-connectionpropertiesinput.html#cfn-datazone-connection-connectionpropertiesinput-iamproperties
|
|
1134
1147
|
'''
|
|
@@ -1139,7 +1152,7 @@ class CfnConnection(
|
|
|
1139
1152
|
def redshift_properties(
|
|
1140
1153
|
self,
|
|
1141
1154
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnection.RedshiftPropertiesInputProperty"]]:
|
|
1142
|
-
'''Redshift
|
|
1155
|
+
'''The Amazon Redshift properties of a connection.
|
|
1143
1156
|
|
|
1144
1157
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-connectionpropertiesinput.html#cfn-datazone-connection-connectionpropertiesinput-redshiftproperties
|
|
1145
1158
|
'''
|
|
@@ -1150,7 +1163,7 @@ class CfnConnection(
|
|
|
1150
1163
|
def spark_emr_properties(
|
|
1151
1164
|
self,
|
|
1152
1165
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnection.SparkEmrPropertiesInputProperty"]]:
|
|
1153
|
-
'''Spark EMR
|
|
1166
|
+
'''The Spark EMR properties of a connection.
|
|
1154
1167
|
|
|
1155
1168
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-connectionpropertiesinput.html#cfn-datazone-connection-connectionpropertiesinput-sparkemrproperties
|
|
1156
1169
|
'''
|
|
@@ -1161,7 +1174,7 @@ class CfnConnection(
|
|
|
1161
1174
|
def spark_glue_properties(
|
|
1162
1175
|
self,
|
|
1163
1176
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnection.SparkGluePropertiesInputProperty"]]:
|
|
1164
|
-
'''Spark Glue
|
|
1177
|
+
'''The Spark AWS Glue properties of a connection.
|
|
1165
1178
|
|
|
1166
1179
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-connectionpropertiesinput.html#cfn-datazone-connection-connectionpropertiesinput-sparkglueproperties
|
|
1167
1180
|
'''
|
|
@@ -1214,20 +1227,20 @@ class CfnConnection(
|
|
|
1214
1227
|
validate_credentials: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
1215
1228
|
validate_for_compute_environments: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
1216
1229
|
) -> None:
|
|
1217
|
-
'''Glue
|
|
1218
|
-
|
|
1219
|
-
:param athena_properties:
|
|
1220
|
-
:param authentication_configuration:
|
|
1221
|
-
:param connection_properties:
|
|
1222
|
-
:param connection_type: Glue
|
|
1223
|
-
:param description:
|
|
1224
|
-
:param match_criteria:
|
|
1225
|
-
:param name:
|
|
1226
|
-
:param physical_connection_requirements:
|
|
1227
|
-
:param python_properties:
|
|
1228
|
-
:param spark_properties:
|
|
1229
|
-
:param validate_credentials:
|
|
1230
|
-
:param validate_for_compute_environments:
|
|
1230
|
+
'''The AWS Glue connecton input.
|
|
1231
|
+
|
|
1232
|
+
:param athena_properties: The Amazon Athena properties of the AWS Glue connection.
|
|
1233
|
+
:param authentication_configuration: The authentication configuration of the AWS Glue connection.
|
|
1234
|
+
:param connection_properties: The connection properties of the AWS Glue connection.
|
|
1235
|
+
:param connection_type: The connection type of the AWS Glue connection.
|
|
1236
|
+
:param description: The description of the AWS Glue connection.
|
|
1237
|
+
:param match_criteria: The match criteria of the AWS Glue connection.
|
|
1238
|
+
:param name: The name of the AWS Glue connection.
|
|
1239
|
+
:param physical_connection_requirements: The physical connection requirements for the AWS Glue connection.
|
|
1240
|
+
:param python_properties: The Python properties of the AWS Glue connection.
|
|
1241
|
+
:param spark_properties: The Spark properties of the AWS Glue connection.
|
|
1242
|
+
:param validate_credentials: Speciefies whether to validate credentials of the AWS Glue connection.
|
|
1243
|
+
:param validate_for_compute_environments: Speciefies whether to validate for compute environments of the AWS Glue connection.
|
|
1231
1244
|
|
|
1232
1245
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-glueconnectioninput.html
|
|
1233
1246
|
:exampleMetadata: fixture=_generated
|
|
@@ -1342,7 +1355,7 @@ class CfnConnection(
|
|
|
1342
1355
|
def athena_properties(
|
|
1343
1356
|
self,
|
|
1344
1357
|
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
1345
|
-
'''
|
|
1358
|
+
'''The Amazon Athena properties of the AWS Glue connection.
|
|
1346
1359
|
|
|
1347
1360
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-glueconnectioninput.html#cfn-datazone-connection-glueconnectioninput-athenaproperties
|
|
1348
1361
|
'''
|
|
@@ -1353,7 +1366,7 @@ class CfnConnection(
|
|
|
1353
1366
|
def authentication_configuration(
|
|
1354
1367
|
self,
|
|
1355
1368
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnection.AuthenticationConfigurationInputProperty"]]:
|
|
1356
|
-
'''
|
|
1369
|
+
'''The authentication configuration of the AWS Glue connection.
|
|
1357
1370
|
|
|
1358
1371
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-glueconnectioninput.html#cfn-datazone-connection-glueconnectioninput-authenticationconfiguration
|
|
1359
1372
|
'''
|
|
@@ -1364,7 +1377,7 @@ class CfnConnection(
|
|
|
1364
1377
|
def connection_properties(
|
|
1365
1378
|
self,
|
|
1366
1379
|
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
1367
|
-
'''
|
|
1380
|
+
'''The connection properties of the AWS Glue connection.
|
|
1368
1381
|
|
|
1369
1382
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-glueconnectioninput.html#cfn-datazone-connection-glueconnectioninput-connectionproperties
|
|
1370
1383
|
'''
|
|
@@ -1373,7 +1386,7 @@ class CfnConnection(
|
|
|
1373
1386
|
|
|
1374
1387
|
@builtins.property
|
|
1375
1388
|
def connection_type(self) -> typing.Optional[builtins.str]:
|
|
1376
|
-
'''Glue
|
|
1389
|
+
'''The connection type of the AWS Glue connection.
|
|
1377
1390
|
|
|
1378
1391
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-glueconnectioninput.html#cfn-datazone-connection-glueconnectioninput-connectiontype
|
|
1379
1392
|
'''
|
|
@@ -1382,7 +1395,8 @@ class CfnConnection(
|
|
|
1382
1395
|
|
|
1383
1396
|
@builtins.property
|
|
1384
1397
|
def description(self) -> typing.Optional[builtins.str]:
|
|
1385
|
-
'''
|
|
1398
|
+
'''The description of the AWS Glue connection.
|
|
1399
|
+
|
|
1386
1400
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-glueconnectioninput.html#cfn-datazone-connection-glueconnectioninput-description
|
|
1387
1401
|
'''
|
|
1388
1402
|
result = self._values.get("description")
|
|
@@ -1390,7 +1404,8 @@ class CfnConnection(
|
|
|
1390
1404
|
|
|
1391
1405
|
@builtins.property
|
|
1392
1406
|
def match_criteria(self) -> typing.Optional[builtins.str]:
|
|
1393
|
-
'''
|
|
1407
|
+
'''The match criteria of the AWS Glue connection.
|
|
1408
|
+
|
|
1394
1409
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-glueconnectioninput.html#cfn-datazone-connection-glueconnectioninput-matchcriteria
|
|
1395
1410
|
'''
|
|
1396
1411
|
result = self._values.get("match_criteria")
|
|
@@ -1398,7 +1413,8 @@ class CfnConnection(
|
|
|
1398
1413
|
|
|
1399
1414
|
@builtins.property
|
|
1400
1415
|
def name(self) -> typing.Optional[builtins.str]:
|
|
1401
|
-
'''
|
|
1416
|
+
'''The name of the AWS Glue connection.
|
|
1417
|
+
|
|
1402
1418
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-glueconnectioninput.html#cfn-datazone-connection-glueconnectioninput-name
|
|
1403
1419
|
'''
|
|
1404
1420
|
result = self._values.get("name")
|
|
@@ -1408,7 +1424,7 @@ class CfnConnection(
|
|
|
1408
1424
|
def physical_connection_requirements(
|
|
1409
1425
|
self,
|
|
1410
1426
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnection.PhysicalConnectionRequirementsProperty"]]:
|
|
1411
|
-
'''
|
|
1427
|
+
'''The physical connection requirements for the AWS Glue connection.
|
|
1412
1428
|
|
|
1413
1429
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-glueconnectioninput.html#cfn-datazone-connection-glueconnectioninput-physicalconnectionrequirements
|
|
1414
1430
|
'''
|
|
@@ -1419,7 +1435,7 @@ class CfnConnection(
|
|
|
1419
1435
|
def python_properties(
|
|
1420
1436
|
self,
|
|
1421
1437
|
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
1422
|
-
'''
|
|
1438
|
+
'''The Python properties of the AWS Glue connection.
|
|
1423
1439
|
|
|
1424
1440
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-glueconnectioninput.html#cfn-datazone-connection-glueconnectioninput-pythonproperties
|
|
1425
1441
|
'''
|
|
@@ -1430,7 +1446,7 @@ class CfnConnection(
|
|
|
1430
1446
|
def spark_properties(
|
|
1431
1447
|
self,
|
|
1432
1448
|
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
1433
|
-
'''
|
|
1449
|
+
'''The Spark properties of the AWS Glue connection.
|
|
1434
1450
|
|
|
1435
1451
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-glueconnectioninput.html#cfn-datazone-connection-glueconnectioninput-sparkproperties
|
|
1436
1452
|
'''
|
|
@@ -1441,7 +1457,8 @@ class CfnConnection(
|
|
|
1441
1457
|
def validate_credentials(
|
|
1442
1458
|
self,
|
|
1443
1459
|
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
1444
|
-
'''
|
|
1460
|
+
'''Speciefies whether to validate credentials of the AWS Glue connection.
|
|
1461
|
+
|
|
1445
1462
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-glueconnectioninput.html#cfn-datazone-connection-glueconnectioninput-validatecredentials
|
|
1446
1463
|
'''
|
|
1447
1464
|
result = self._values.get("validate_credentials")
|
|
@@ -1451,7 +1468,8 @@ class CfnConnection(
|
|
|
1451
1468
|
def validate_for_compute_environments(
|
|
1452
1469
|
self,
|
|
1453
1470
|
) -> typing.Optional[typing.List[builtins.str]]:
|
|
1454
|
-
'''
|
|
1471
|
+
'''Speciefies whether to validate for compute environments of the AWS Glue connection.
|
|
1472
|
+
|
|
1455
1473
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-glueconnectioninput.html#cfn-datazone-connection-glueconnectioninput-validateforcomputeenvironments
|
|
1456
1474
|
'''
|
|
1457
1475
|
result = self._values.get("validate_for_compute_environments")
|
|
@@ -1487,12 +1505,12 @@ class CfnConnection(
|
|
|
1487
1505
|
refresh_token: typing.Optional[builtins.str] = None,
|
|
1488
1506
|
user_managed_client_application_client_secret: typing.Optional[builtins.str] = None,
|
|
1489
1507
|
) -> None:
|
|
1490
|
-
'''
|
|
1508
|
+
'''The GlueOAuth2 credentials of a connection.
|
|
1491
1509
|
|
|
1492
|
-
:param access_token:
|
|
1493
|
-
:param jwt_token:
|
|
1494
|
-
:param refresh_token:
|
|
1495
|
-
:param user_managed_client_application_client_secret:
|
|
1510
|
+
:param access_token: The access token of a connection.
|
|
1511
|
+
:param jwt_token: The jwt token of the connection.
|
|
1512
|
+
:param refresh_token: The refresh token of the connection.
|
|
1513
|
+
:param user_managed_client_application_client_secret: The user managed client application client secret of the connection.
|
|
1496
1514
|
|
|
1497
1515
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-glueoauth2credentials.html
|
|
1498
1516
|
:exampleMetadata: fixture=_generated
|
|
@@ -1528,7 +1546,8 @@ class CfnConnection(
|
|
|
1528
1546
|
|
|
1529
1547
|
@builtins.property
|
|
1530
1548
|
def access_token(self) -> typing.Optional[builtins.str]:
|
|
1531
|
-
'''
|
|
1549
|
+
'''The access token of a connection.
|
|
1550
|
+
|
|
1532
1551
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-glueoauth2credentials.html#cfn-datazone-connection-glueoauth2credentials-accesstoken
|
|
1533
1552
|
'''
|
|
1534
1553
|
result = self._values.get("access_token")
|
|
@@ -1536,7 +1555,8 @@ class CfnConnection(
|
|
|
1536
1555
|
|
|
1537
1556
|
@builtins.property
|
|
1538
1557
|
def jwt_token(self) -> typing.Optional[builtins.str]:
|
|
1539
|
-
'''
|
|
1558
|
+
'''The jwt token of the connection.
|
|
1559
|
+
|
|
1540
1560
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-glueoauth2credentials.html#cfn-datazone-connection-glueoauth2credentials-jwttoken
|
|
1541
1561
|
'''
|
|
1542
1562
|
result = self._values.get("jwt_token")
|
|
@@ -1544,7 +1564,8 @@ class CfnConnection(
|
|
|
1544
1564
|
|
|
1545
1565
|
@builtins.property
|
|
1546
1566
|
def refresh_token(self) -> typing.Optional[builtins.str]:
|
|
1547
|
-
'''
|
|
1567
|
+
'''The refresh token of the connection.
|
|
1568
|
+
|
|
1548
1569
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-glueoauth2credentials.html#cfn-datazone-connection-glueoauth2credentials-refreshtoken
|
|
1549
1570
|
'''
|
|
1550
1571
|
result = self._values.get("refresh_token")
|
|
@@ -1554,7 +1575,8 @@ class CfnConnection(
|
|
|
1554
1575
|
def user_managed_client_application_client_secret(
|
|
1555
1576
|
self,
|
|
1556
1577
|
) -> typing.Optional[builtins.str]:
|
|
1557
|
-
'''
|
|
1578
|
+
'''The user managed client application client secret of the connection.
|
|
1579
|
+
|
|
1558
1580
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-glueoauth2credentials.html#cfn-datazone-connection-glueoauth2credentials-usermanagedclientapplicationclientsecret
|
|
1559
1581
|
'''
|
|
1560
1582
|
result = self._values.get("user_managed_client_application_client_secret")
|
|
@@ -1582,9 +1604,9 @@ class CfnConnection(
|
|
|
1582
1604
|
*,
|
|
1583
1605
|
glue_connection_input: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnConnection.GlueConnectionInputProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1584
1606
|
) -> None:
|
|
1585
|
-
'''Glue
|
|
1607
|
+
'''The AWS Glue properties of a connection.
|
|
1586
1608
|
|
|
1587
|
-
:param glue_connection_input: Glue
|
|
1609
|
+
:param glue_connection_input: The AWS Glue connection.
|
|
1588
1610
|
|
|
1589
1611
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-gluepropertiesinput.html
|
|
1590
1612
|
:exampleMetadata: fixture=_generated
|
|
@@ -1668,7 +1690,7 @@ class CfnConnection(
|
|
|
1668
1690
|
def glue_connection_input(
|
|
1669
1691
|
self,
|
|
1670
1692
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnection.GlueConnectionInputProperty"]]:
|
|
1671
|
-
'''Glue
|
|
1693
|
+
'''The AWS Glue connection.
|
|
1672
1694
|
|
|
1673
1695
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-gluepropertiesinput.html#cfn-datazone-connection-gluepropertiesinput-glueconnectioninput
|
|
1674
1696
|
'''
|
|
@@ -1693,9 +1715,9 @@ class CfnConnection(
|
|
|
1693
1715
|
)
|
|
1694
1716
|
class HyperPodPropertiesInputProperty:
|
|
1695
1717
|
def __init__(self, *, cluster_name: builtins.str) -> None:
|
|
1696
|
-
'''
|
|
1718
|
+
'''The hyper pod properties of a AWS Glue properties patch.
|
|
1697
1719
|
|
|
1698
|
-
:param cluster_name:
|
|
1720
|
+
:param cluster_name: The cluster name the hyper pod properties.
|
|
1699
1721
|
|
|
1700
1722
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-hyperpodpropertiesinput.html
|
|
1701
1723
|
:exampleMetadata: fixture=_generated
|
|
@@ -1719,7 +1741,8 @@ class CfnConnection(
|
|
|
1719
1741
|
|
|
1720
1742
|
@builtins.property
|
|
1721
1743
|
def cluster_name(self) -> builtins.str:
|
|
1722
|
-
'''
|
|
1744
|
+
'''The cluster name the hyper pod properties.
|
|
1745
|
+
|
|
1723
1746
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-hyperpodpropertiesinput.html#cfn-datazone-connection-hyperpodpropertiesinput-clustername
|
|
1724
1747
|
'''
|
|
1725
1748
|
result = self._values.get("cluster_name")
|
|
@@ -1748,9 +1771,9 @@ class CfnConnection(
|
|
|
1748
1771
|
*,
|
|
1749
1772
|
glue_lineage_sync_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
1750
1773
|
) -> None:
|
|
1751
|
-
'''IAM
|
|
1774
|
+
'''The IAM properties of a connection.
|
|
1752
1775
|
|
|
1753
|
-
:param glue_lineage_sync_enabled:
|
|
1776
|
+
:param glue_lineage_sync_enabled: Specifies whether AWS Glue lineage sync is enabled for a connection.
|
|
1754
1777
|
|
|
1755
1778
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-iampropertiesinput.html
|
|
1756
1779
|
:exampleMetadata: fixture=_generated
|
|
@@ -1776,7 +1799,8 @@ class CfnConnection(
|
|
|
1776
1799
|
def glue_lineage_sync_enabled(
|
|
1777
1800
|
self,
|
|
1778
1801
|
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
1779
|
-
'''
|
|
1802
|
+
'''Specifies whether AWS Glue lineage sync is enabled for a connection.
|
|
1803
|
+
|
|
1780
1804
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-iampropertiesinput.html#cfn-datazone-connection-iampropertiesinput-gluelineagesyncenabled
|
|
1781
1805
|
'''
|
|
1782
1806
|
result = self._values.get("glue_lineage_sync_enabled")
|
|
@@ -1800,9 +1824,9 @@ class CfnConnection(
|
|
|
1800
1824
|
)
|
|
1801
1825
|
class LineageSyncScheduleProperty:
|
|
1802
1826
|
def __init__(self, *, schedule: typing.Optional[builtins.str] = None) -> None:
|
|
1803
|
-
'''
|
|
1827
|
+
'''The lineage sync schedule.
|
|
1804
1828
|
|
|
1805
|
-
:param schedule:
|
|
1829
|
+
:param schedule: The lineage sync schedule.
|
|
1806
1830
|
|
|
1807
1831
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-lineagesyncschedule.html
|
|
1808
1832
|
:exampleMetadata: fixture=_generated
|
|
@@ -1826,7 +1850,8 @@ class CfnConnection(
|
|
|
1826
1850
|
|
|
1827
1851
|
@builtins.property
|
|
1828
1852
|
def schedule(self) -> typing.Optional[builtins.str]:
|
|
1829
|
-
'''
|
|
1853
|
+
'''The lineage sync schedule.
|
|
1854
|
+
|
|
1830
1855
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-lineagesyncschedule.html#cfn-datazone-connection-lineagesyncschedule-schedule
|
|
1831
1856
|
'''
|
|
1832
1857
|
result = self._values.get("schedule")
|
|
@@ -1858,10 +1883,10 @@ class CfnConnection(
|
|
|
1858
1883
|
aws_managed_client_application_reference: typing.Optional[builtins.str] = None,
|
|
1859
1884
|
user_managed_client_application_client_id: typing.Optional[builtins.str] = None,
|
|
1860
1885
|
) -> None:
|
|
1861
|
-
'''
|
|
1886
|
+
'''The OAuth2Client application.
|
|
1862
1887
|
|
|
1863
|
-
:param aws_managed_client_application_reference:
|
|
1864
|
-
:param user_managed_client_application_client_id:
|
|
1888
|
+
:param aws_managed_client_application_reference: The AWS managed client application reference in the OAuth2Client application.
|
|
1889
|
+
:param user_managed_client_application_client_id: The user managed client application client ID in the OAuth2Client application.
|
|
1865
1890
|
|
|
1866
1891
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-oauth2clientapplication.html
|
|
1867
1892
|
:exampleMetadata: fixture=_generated
|
|
@@ -1891,7 +1916,8 @@ class CfnConnection(
|
|
|
1891
1916
|
def aws_managed_client_application_reference(
|
|
1892
1917
|
self,
|
|
1893
1918
|
) -> typing.Optional[builtins.str]:
|
|
1894
|
-
'''
|
|
1919
|
+
'''The AWS managed client application reference in the OAuth2Client application.
|
|
1920
|
+
|
|
1895
1921
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-oauth2clientapplication.html#cfn-datazone-connection-oauth2clientapplication-awsmanagedclientapplicationreference
|
|
1896
1922
|
'''
|
|
1897
1923
|
result = self._values.get("aws_managed_client_application_reference")
|
|
@@ -1901,7 +1927,8 @@ class CfnConnection(
|
|
|
1901
1927
|
def user_managed_client_application_client_id(
|
|
1902
1928
|
self,
|
|
1903
1929
|
) -> typing.Optional[builtins.str]:
|
|
1904
|
-
'''
|
|
1930
|
+
'''The user managed client application client ID in the OAuth2Client application.
|
|
1931
|
+
|
|
1905
1932
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-oauth2clientapplication.html#cfn-datazone-connection-oauth2clientapplication-usermanagedclientapplicationclientid
|
|
1906
1933
|
'''
|
|
1907
1934
|
result = self._values.get("user_managed_client_application_client_id")
|
|
@@ -1941,14 +1968,14 @@ class CfnConnection(
|
|
|
1941
1968
|
token_url: typing.Optional[builtins.str] = None,
|
|
1942
1969
|
token_url_parameters_map: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
1943
1970
|
) -> None:
|
|
1944
|
-
'''OAuth2
|
|
1971
|
+
'''The OAuth2 properties.
|
|
1945
1972
|
|
|
1946
|
-
:param authorization_code_properties:
|
|
1947
|
-
:param o_auth2_client_application: OAuth2
|
|
1948
|
-
:param o_auth2_credentials:
|
|
1949
|
-
:param o_auth2_grant_type: OAuth2
|
|
1950
|
-
:param token_url:
|
|
1951
|
-
:param token_url_parameters_map: The token URL
|
|
1973
|
+
:param authorization_code_properties: The authorization code properties of the OAuth2 properties.
|
|
1974
|
+
:param o_auth2_client_application: The OAuth2 client application of the OAuth2 properties.
|
|
1975
|
+
:param o_auth2_credentials: The OAuth2 credentials of the OAuth2 properties.
|
|
1976
|
+
:param o_auth2_grant_type: The OAuth2 grant type of the OAuth2 properties.
|
|
1977
|
+
:param token_url: The OAuth2 token URL of the OAuth2 properties.
|
|
1978
|
+
:param token_url_parameters_map: The OAuth2 token URL parameter map of the OAuth2 properties.
|
|
1952
1979
|
|
|
1953
1980
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-oauth2properties.html
|
|
1954
1981
|
:exampleMetadata: fixture=_generated
|
|
@@ -2007,7 +2034,7 @@ class CfnConnection(
|
|
|
2007
2034
|
def authorization_code_properties(
|
|
2008
2035
|
self,
|
|
2009
2036
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnection.AuthorizationCodePropertiesProperty"]]:
|
|
2010
|
-
'''
|
|
2037
|
+
'''The authorization code properties of the OAuth2 properties.
|
|
2011
2038
|
|
|
2012
2039
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-oauth2properties.html#cfn-datazone-connection-oauth2properties-authorizationcodeproperties
|
|
2013
2040
|
'''
|
|
@@ -2018,7 +2045,7 @@ class CfnConnection(
|
|
|
2018
2045
|
def o_auth2_client_application(
|
|
2019
2046
|
self,
|
|
2020
2047
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnection.OAuth2ClientApplicationProperty"]]:
|
|
2021
|
-
'''OAuth2
|
|
2048
|
+
'''The OAuth2 client application of the OAuth2 properties.
|
|
2022
2049
|
|
|
2023
2050
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-oauth2properties.html#cfn-datazone-connection-oauth2properties-oauth2clientapplication
|
|
2024
2051
|
'''
|
|
@@ -2029,7 +2056,7 @@ class CfnConnection(
|
|
|
2029
2056
|
def o_auth2_credentials(
|
|
2030
2057
|
self,
|
|
2031
2058
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnection.GlueOAuth2CredentialsProperty"]]:
|
|
2032
|
-
'''
|
|
2059
|
+
'''The OAuth2 credentials of the OAuth2 properties.
|
|
2033
2060
|
|
|
2034
2061
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-oauth2properties.html#cfn-datazone-connection-oauth2properties-oauth2credentials
|
|
2035
2062
|
'''
|
|
@@ -2038,7 +2065,7 @@ class CfnConnection(
|
|
|
2038
2065
|
|
|
2039
2066
|
@builtins.property
|
|
2040
2067
|
def o_auth2_grant_type(self) -> typing.Optional[builtins.str]:
|
|
2041
|
-
'''OAuth2
|
|
2068
|
+
'''The OAuth2 grant type of the OAuth2 properties.
|
|
2042
2069
|
|
|
2043
2070
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-oauth2properties.html#cfn-datazone-connection-oauth2properties-oauth2granttype
|
|
2044
2071
|
'''
|
|
@@ -2047,7 +2074,8 @@ class CfnConnection(
|
|
|
2047
2074
|
|
|
2048
2075
|
@builtins.property
|
|
2049
2076
|
def token_url(self) -> typing.Optional[builtins.str]:
|
|
2050
|
-
'''
|
|
2077
|
+
'''The OAuth2 token URL of the OAuth2 properties.
|
|
2078
|
+
|
|
2051
2079
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-oauth2properties.html#cfn-datazone-connection-oauth2properties-tokenurl
|
|
2052
2080
|
'''
|
|
2053
2081
|
result = self._values.get("token_url")
|
|
@@ -2057,7 +2085,7 @@ class CfnConnection(
|
|
|
2057
2085
|
def token_url_parameters_map(
|
|
2058
2086
|
self,
|
|
2059
2087
|
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
2060
|
-
'''The token URL
|
|
2088
|
+
'''The OAuth2 token URL parameter map of the OAuth2 properties.
|
|
2061
2089
|
|
|
2062
2090
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-oauth2properties.html#cfn-datazone-connection-oauth2properties-tokenurlparametersmap
|
|
2063
2091
|
'''
|
|
@@ -2094,12 +2122,12 @@ class CfnConnection(
|
|
|
2094
2122
|
subnet_id: typing.Optional[builtins.str] = None,
|
|
2095
2123
|
subnet_id_list: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2096
2124
|
) -> None:
|
|
2097
|
-
'''Physical
|
|
2125
|
+
'''Physical connection requirements of a connection.
|
|
2098
2126
|
|
|
2099
|
-
:param availability_zone:
|
|
2100
|
-
:param security_group_id_list:
|
|
2101
|
-
:param subnet_id:
|
|
2102
|
-
:param subnet_id_list:
|
|
2127
|
+
:param availability_zone: The availability zone of the physical connection requirements of a connection.
|
|
2128
|
+
:param security_group_id_list: The group ID list of the physical connection requirements of a connection.
|
|
2129
|
+
:param subnet_id: The subnet ID of the physical connection requirements of a connection.
|
|
2130
|
+
:param subnet_id_list: The subnet ID list of the physical connection requirements of a connection.
|
|
2103
2131
|
|
|
2104
2132
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-physicalconnectionrequirements.html
|
|
2105
2133
|
:exampleMetadata: fixture=_generated
|
|
@@ -2135,7 +2163,8 @@ class CfnConnection(
|
|
|
2135
2163
|
|
|
2136
2164
|
@builtins.property
|
|
2137
2165
|
def availability_zone(self) -> typing.Optional[builtins.str]:
|
|
2138
|
-
'''
|
|
2166
|
+
'''The availability zone of the physical connection requirements of a connection.
|
|
2167
|
+
|
|
2139
2168
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-physicalconnectionrequirements.html#cfn-datazone-connection-physicalconnectionrequirements-availabilityzone
|
|
2140
2169
|
'''
|
|
2141
2170
|
result = self._values.get("availability_zone")
|
|
@@ -2143,7 +2172,8 @@ class CfnConnection(
|
|
|
2143
2172
|
|
|
2144
2173
|
@builtins.property
|
|
2145
2174
|
def security_group_id_list(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
2146
|
-
'''
|
|
2175
|
+
'''The group ID list of the physical connection requirements of a connection.
|
|
2176
|
+
|
|
2147
2177
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-physicalconnectionrequirements.html#cfn-datazone-connection-physicalconnectionrequirements-securitygroupidlist
|
|
2148
2178
|
'''
|
|
2149
2179
|
result = self._values.get("security_group_id_list")
|
|
@@ -2151,7 +2181,8 @@ class CfnConnection(
|
|
|
2151
2181
|
|
|
2152
2182
|
@builtins.property
|
|
2153
2183
|
def subnet_id(self) -> typing.Optional[builtins.str]:
|
|
2154
|
-
'''
|
|
2184
|
+
'''The subnet ID of the physical connection requirements of a connection.
|
|
2185
|
+
|
|
2155
2186
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-physicalconnectionrequirements.html#cfn-datazone-connection-physicalconnectionrequirements-subnetid
|
|
2156
2187
|
'''
|
|
2157
2188
|
result = self._values.get("subnet_id")
|
|
@@ -2159,7 +2190,8 @@ class CfnConnection(
|
|
|
2159
2190
|
|
|
2160
2191
|
@builtins.property
|
|
2161
2192
|
def subnet_id_list(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
2162
|
-
'''
|
|
2193
|
+
'''The subnet ID list of the physical connection requirements of a connection.
|
|
2194
|
+
|
|
2163
2195
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-physicalconnectionrequirements.html#cfn-datazone-connection-physicalconnectionrequirements-subnetidlist
|
|
2164
2196
|
'''
|
|
2165
2197
|
result = self._values.get("subnet_id_list")
|
|
@@ -2191,9 +2223,10 @@ class CfnConnection(
|
|
|
2191
2223
|
secret_arn: typing.Optional[builtins.str] = None,
|
|
2192
2224
|
username_password: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnConnection.UsernamePasswordProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2193
2225
|
) -> None:
|
|
2194
|
-
'''
|
|
2195
|
-
|
|
2196
|
-
:param
|
|
2226
|
+
'''Amazon Redshift credentials of a connection.
|
|
2227
|
+
|
|
2228
|
+
:param secret_arn: The secret ARN of the Amazon Redshift credentials of a connection.
|
|
2229
|
+
:param username_password: The username and password of the Amazon Redshift credentials of a connection.
|
|
2197
2230
|
|
|
2198
2231
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-redshiftcredentials.html
|
|
2199
2232
|
:exampleMetadata: fixture=_generated
|
|
@@ -2224,7 +2257,8 @@ class CfnConnection(
|
|
|
2224
2257
|
|
|
2225
2258
|
@builtins.property
|
|
2226
2259
|
def secret_arn(self) -> typing.Optional[builtins.str]:
|
|
2227
|
-
'''
|
|
2260
|
+
'''The secret ARN of the Amazon Redshift credentials of a connection.
|
|
2261
|
+
|
|
2228
2262
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-redshiftcredentials.html#cfn-datazone-connection-redshiftcredentials-secretarn
|
|
2229
2263
|
'''
|
|
2230
2264
|
result = self._values.get("secret_arn")
|
|
@@ -2234,7 +2268,7 @@ class CfnConnection(
|
|
|
2234
2268
|
def username_password(
|
|
2235
2269
|
self,
|
|
2236
2270
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnection.UsernamePasswordProperty"]]:
|
|
2237
|
-
'''The username and password
|
|
2271
|
+
'''The username and password of the Amazon Redshift credentials of a connection.
|
|
2238
2272
|
|
|
2239
2273
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-redshiftcredentials.html#cfn-datazone-connection-redshiftcredentials-usernamepassword
|
|
2240
2274
|
'''
|
|
@@ -2264,10 +2298,10 @@ class CfnConnection(
|
|
|
2264
2298
|
enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
2265
2299
|
schedule: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnConnection.LineageSyncScheduleProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2266
2300
|
) -> None:
|
|
2267
|
-
'''Redshift
|
|
2301
|
+
'''The Amaon Redshift lineage sync configuration.
|
|
2268
2302
|
|
|
2269
|
-
:param enabled:
|
|
2270
|
-
:param schedule:
|
|
2303
|
+
:param enabled: Specifies whether the Amaon Redshift lineage sync configuration is enabled.
|
|
2304
|
+
:param schedule: The schedule of the Amaon Redshift lineage sync configuration.
|
|
2271
2305
|
|
|
2272
2306
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-redshiftlineagesyncconfigurationinput.html
|
|
2273
2307
|
:exampleMetadata: fixture=_generated
|
|
@@ -2299,7 +2333,8 @@ class CfnConnection(
|
|
|
2299
2333
|
def enabled(
|
|
2300
2334
|
self,
|
|
2301
2335
|
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
2302
|
-
'''
|
|
2336
|
+
'''Specifies whether the Amaon Redshift lineage sync configuration is enabled.
|
|
2337
|
+
|
|
2303
2338
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-redshiftlineagesyncconfigurationinput.html#cfn-datazone-connection-redshiftlineagesyncconfigurationinput-enabled
|
|
2304
2339
|
'''
|
|
2305
2340
|
result = self._values.get("enabled")
|
|
@@ -2309,7 +2344,7 @@ class CfnConnection(
|
|
|
2309
2344
|
def schedule(
|
|
2310
2345
|
self,
|
|
2311
2346
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnection.LineageSyncScheduleProperty"]]:
|
|
2312
|
-
'''
|
|
2347
|
+
'''The schedule of the Amaon Redshift lineage sync configuration.
|
|
2313
2348
|
|
|
2314
2349
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-redshiftlineagesyncconfigurationinput.html#cfn-datazone-connection-redshiftlineagesyncconfigurationinput-schedule
|
|
2315
2350
|
'''
|
|
@@ -2350,14 +2385,14 @@ class CfnConnection(
|
|
|
2350
2385
|
port: typing.Optional[jsii.Number] = None,
|
|
2351
2386
|
storage: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnConnection.RedshiftStoragePropertiesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2352
2387
|
) -> None:
|
|
2353
|
-
'''Redshift
|
|
2388
|
+
'''The Amazon Redshift properties.
|
|
2354
2389
|
|
|
2355
|
-
:param credentials:
|
|
2356
|
-
:param database_name:
|
|
2357
|
-
:param host:
|
|
2358
|
-
:param lineage_sync:
|
|
2359
|
-
:param port:
|
|
2360
|
-
:param storage:
|
|
2390
|
+
:param credentials: The Amaon Redshift credentials.
|
|
2391
|
+
:param database_name: The Amazon Redshift database name.
|
|
2392
|
+
:param host: The Amazon Redshift host.
|
|
2393
|
+
:param lineage_sync: The lineage sync of the Amazon Redshift.
|
|
2394
|
+
:param port: The Amaon Redshift port.
|
|
2395
|
+
:param storage: The Amazon Redshift storage.
|
|
2361
2396
|
|
|
2362
2397
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-redshiftpropertiesinput.html
|
|
2363
2398
|
:exampleMetadata: fixture=_generated
|
|
@@ -2417,7 +2452,8 @@ class CfnConnection(
|
|
|
2417
2452
|
def credentials(
|
|
2418
2453
|
self,
|
|
2419
2454
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnection.RedshiftCredentialsProperty"]]:
|
|
2420
|
-
'''
|
|
2455
|
+
'''The Amaon Redshift credentials.
|
|
2456
|
+
|
|
2421
2457
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-redshiftpropertiesinput.html#cfn-datazone-connection-redshiftpropertiesinput-credentials
|
|
2422
2458
|
'''
|
|
2423
2459
|
result = self._values.get("credentials")
|
|
@@ -2425,7 +2461,8 @@ class CfnConnection(
|
|
|
2425
2461
|
|
|
2426
2462
|
@builtins.property
|
|
2427
2463
|
def database_name(self) -> typing.Optional[builtins.str]:
|
|
2428
|
-
'''
|
|
2464
|
+
'''The Amazon Redshift database name.
|
|
2465
|
+
|
|
2429
2466
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-redshiftpropertiesinput.html#cfn-datazone-connection-redshiftpropertiesinput-databasename
|
|
2430
2467
|
'''
|
|
2431
2468
|
result = self._values.get("database_name")
|
|
@@ -2433,7 +2470,8 @@ class CfnConnection(
|
|
|
2433
2470
|
|
|
2434
2471
|
@builtins.property
|
|
2435
2472
|
def host(self) -> typing.Optional[builtins.str]:
|
|
2436
|
-
'''
|
|
2473
|
+
'''The Amazon Redshift host.
|
|
2474
|
+
|
|
2437
2475
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-redshiftpropertiesinput.html#cfn-datazone-connection-redshiftpropertiesinput-host
|
|
2438
2476
|
'''
|
|
2439
2477
|
result = self._values.get("host")
|
|
@@ -2443,7 +2481,7 @@ class CfnConnection(
|
|
|
2443
2481
|
def lineage_sync(
|
|
2444
2482
|
self,
|
|
2445
2483
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnection.RedshiftLineageSyncConfigurationInputProperty"]]:
|
|
2446
|
-
'''
|
|
2484
|
+
'''The lineage sync of the Amazon Redshift.
|
|
2447
2485
|
|
|
2448
2486
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-redshiftpropertiesinput.html#cfn-datazone-connection-redshiftpropertiesinput-lineagesync
|
|
2449
2487
|
'''
|
|
@@ -2452,7 +2490,8 @@ class CfnConnection(
|
|
|
2452
2490
|
|
|
2453
2491
|
@builtins.property
|
|
2454
2492
|
def port(self) -> typing.Optional[jsii.Number]:
|
|
2455
|
-
'''
|
|
2493
|
+
'''The Amaon Redshift port.
|
|
2494
|
+
|
|
2456
2495
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-redshiftpropertiesinput.html#cfn-datazone-connection-redshiftpropertiesinput-port
|
|
2457
2496
|
'''
|
|
2458
2497
|
result = self._values.get("port")
|
|
@@ -2462,7 +2501,8 @@ class CfnConnection(
|
|
|
2462
2501
|
def storage(
|
|
2463
2502
|
self,
|
|
2464
2503
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnection.RedshiftStoragePropertiesProperty"]]:
|
|
2465
|
-
'''
|
|
2504
|
+
'''The Amazon Redshift storage.
|
|
2505
|
+
|
|
2466
2506
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-redshiftpropertiesinput.html#cfn-datazone-connection-redshiftpropertiesinput-storage
|
|
2467
2507
|
'''
|
|
2468
2508
|
result = self._values.get("storage")
|
|
@@ -2494,9 +2534,10 @@ class CfnConnection(
|
|
|
2494
2534
|
cluster_name: typing.Optional[builtins.str] = None,
|
|
2495
2535
|
workgroup_name: typing.Optional[builtins.str] = None,
|
|
2496
2536
|
) -> None:
|
|
2497
|
-
'''
|
|
2498
|
-
|
|
2499
|
-
:param
|
|
2537
|
+
'''The Amazon Redshift storage properties.
|
|
2538
|
+
|
|
2539
|
+
:param cluster_name: The cluster name in the Amazon Redshift storage properties.
|
|
2540
|
+
:param workgroup_name: The workgroup name in the Amazon Redshift storage properties.
|
|
2500
2541
|
|
|
2501
2542
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-redshiftstorageproperties.html
|
|
2502
2543
|
:exampleMetadata: fixture=_generated
|
|
@@ -2524,7 +2565,8 @@ class CfnConnection(
|
|
|
2524
2565
|
|
|
2525
2566
|
@builtins.property
|
|
2526
2567
|
def cluster_name(self) -> typing.Optional[builtins.str]:
|
|
2527
|
-
'''
|
|
2568
|
+
'''The cluster name in the Amazon Redshift storage properties.
|
|
2569
|
+
|
|
2528
2570
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-redshiftstorageproperties.html#cfn-datazone-connection-redshiftstorageproperties-clustername
|
|
2529
2571
|
'''
|
|
2530
2572
|
result = self._values.get("cluster_name")
|
|
@@ -2532,7 +2574,8 @@ class CfnConnection(
|
|
|
2532
2574
|
|
|
2533
2575
|
@builtins.property
|
|
2534
2576
|
def workgroup_name(self) -> typing.Optional[builtins.str]:
|
|
2535
|
-
'''
|
|
2577
|
+
'''The workgroup name in the Amazon Redshift storage properties.
|
|
2578
|
+
|
|
2536
2579
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-redshiftstorageproperties.html#cfn-datazone-connection-redshiftstorageproperties-workgroupname
|
|
2537
2580
|
'''
|
|
2538
2581
|
result = self._values.get("workgroup_name")
|
|
@@ -2574,15 +2617,15 @@ class CfnConnection(
|
|
|
2574
2617
|
runtime_role: typing.Optional[builtins.str] = None,
|
|
2575
2618
|
trusted_certificates_s3_uri: typing.Optional[builtins.str] = None,
|
|
2576
2619
|
) -> None:
|
|
2577
|
-
'''Spark EMR
|
|
2620
|
+
'''The Spark EMR properties.
|
|
2578
2621
|
|
|
2579
|
-
:param compute_arn:
|
|
2580
|
-
:param instance_profile_arn:
|
|
2581
|
-
:param java_virtual_env:
|
|
2582
|
-
:param log_uri:
|
|
2583
|
-
:param python_virtual_env:
|
|
2584
|
-
:param runtime_role:
|
|
2585
|
-
:param trusted_certificates_s3_uri:
|
|
2622
|
+
:param compute_arn: The compute ARN of Spark EMR.
|
|
2623
|
+
:param instance_profile_arn: The instance profile ARN of Spark EMR.
|
|
2624
|
+
:param java_virtual_env: The java virtual env of the Spark EMR.
|
|
2625
|
+
:param log_uri: The log URI of the Spark EMR.
|
|
2626
|
+
:param python_virtual_env: The Python virtual env of the Spark EMR.
|
|
2627
|
+
:param runtime_role: The runtime role of the Spark EMR.
|
|
2628
|
+
:param trusted_certificates_s3_uri: The certificates S3 URI of the Spark EMR.
|
|
2586
2629
|
|
|
2587
2630
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkemrpropertiesinput.html
|
|
2588
2631
|
:exampleMetadata: fixture=_generated
|
|
@@ -2630,7 +2673,8 @@ class CfnConnection(
|
|
|
2630
2673
|
|
|
2631
2674
|
@builtins.property
|
|
2632
2675
|
def compute_arn(self) -> typing.Optional[builtins.str]:
|
|
2633
|
-
'''
|
|
2676
|
+
'''The compute ARN of Spark EMR.
|
|
2677
|
+
|
|
2634
2678
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkemrpropertiesinput.html#cfn-datazone-connection-sparkemrpropertiesinput-computearn
|
|
2635
2679
|
'''
|
|
2636
2680
|
result = self._values.get("compute_arn")
|
|
@@ -2638,7 +2682,8 @@ class CfnConnection(
|
|
|
2638
2682
|
|
|
2639
2683
|
@builtins.property
|
|
2640
2684
|
def instance_profile_arn(self) -> typing.Optional[builtins.str]:
|
|
2641
|
-
'''
|
|
2685
|
+
'''The instance profile ARN of Spark EMR.
|
|
2686
|
+
|
|
2642
2687
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkemrpropertiesinput.html#cfn-datazone-connection-sparkemrpropertiesinput-instanceprofilearn
|
|
2643
2688
|
'''
|
|
2644
2689
|
result = self._values.get("instance_profile_arn")
|
|
@@ -2646,7 +2691,8 @@ class CfnConnection(
|
|
|
2646
2691
|
|
|
2647
2692
|
@builtins.property
|
|
2648
2693
|
def java_virtual_env(self) -> typing.Optional[builtins.str]:
|
|
2649
|
-
'''
|
|
2694
|
+
'''The java virtual env of the Spark EMR.
|
|
2695
|
+
|
|
2650
2696
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkemrpropertiesinput.html#cfn-datazone-connection-sparkemrpropertiesinput-javavirtualenv
|
|
2651
2697
|
'''
|
|
2652
2698
|
result = self._values.get("java_virtual_env")
|
|
@@ -2654,7 +2700,8 @@ class CfnConnection(
|
|
|
2654
2700
|
|
|
2655
2701
|
@builtins.property
|
|
2656
2702
|
def log_uri(self) -> typing.Optional[builtins.str]:
|
|
2657
|
-
'''
|
|
2703
|
+
'''The log URI of the Spark EMR.
|
|
2704
|
+
|
|
2658
2705
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkemrpropertiesinput.html#cfn-datazone-connection-sparkemrpropertiesinput-loguri
|
|
2659
2706
|
'''
|
|
2660
2707
|
result = self._values.get("log_uri")
|
|
@@ -2662,7 +2709,8 @@ class CfnConnection(
|
|
|
2662
2709
|
|
|
2663
2710
|
@builtins.property
|
|
2664
2711
|
def python_virtual_env(self) -> typing.Optional[builtins.str]:
|
|
2665
|
-
'''
|
|
2712
|
+
'''The Python virtual env of the Spark EMR.
|
|
2713
|
+
|
|
2666
2714
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkemrpropertiesinput.html#cfn-datazone-connection-sparkemrpropertiesinput-pythonvirtualenv
|
|
2667
2715
|
'''
|
|
2668
2716
|
result = self._values.get("python_virtual_env")
|
|
@@ -2670,7 +2718,8 @@ class CfnConnection(
|
|
|
2670
2718
|
|
|
2671
2719
|
@builtins.property
|
|
2672
2720
|
def runtime_role(self) -> typing.Optional[builtins.str]:
|
|
2673
|
-
'''
|
|
2721
|
+
'''The runtime role of the Spark EMR.
|
|
2722
|
+
|
|
2674
2723
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkemrpropertiesinput.html#cfn-datazone-connection-sparkemrpropertiesinput-runtimerole
|
|
2675
2724
|
'''
|
|
2676
2725
|
result = self._values.get("runtime_role")
|
|
@@ -2678,7 +2727,8 @@ class CfnConnection(
|
|
|
2678
2727
|
|
|
2679
2728
|
@builtins.property
|
|
2680
2729
|
def trusted_certificates_s3_uri(self) -> typing.Optional[builtins.str]:
|
|
2681
|
-
'''
|
|
2730
|
+
'''The certificates S3 URI of the Spark EMR.
|
|
2731
|
+
|
|
2682
2732
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkemrpropertiesinput.html#cfn-datazone-connection-sparkemrpropertiesinput-trustedcertificatess3uri
|
|
2683
2733
|
'''
|
|
2684
2734
|
result = self._values.get("trusted_certificates_s3_uri")
|
|
@@ -2702,9 +2752,9 @@ class CfnConnection(
|
|
|
2702
2752
|
)
|
|
2703
2753
|
class SparkGlueArgsProperty:
|
|
2704
2754
|
def __init__(self, *, connection: typing.Optional[builtins.str] = None) -> None:
|
|
2705
|
-
'''Spark Glue
|
|
2755
|
+
'''The Spark AWS Glue args.
|
|
2706
2756
|
|
|
2707
|
-
:param connection:
|
|
2757
|
+
:param connection: The connection in the Spark AWS Glue args.
|
|
2708
2758
|
|
|
2709
2759
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkglueargs.html
|
|
2710
2760
|
:exampleMetadata: fixture=_generated
|
|
@@ -2728,7 +2778,8 @@ class CfnConnection(
|
|
|
2728
2778
|
|
|
2729
2779
|
@builtins.property
|
|
2730
2780
|
def connection(self) -> typing.Optional[builtins.str]:
|
|
2731
|
-
'''
|
|
2781
|
+
'''The connection in the Spark AWS Glue args.
|
|
2782
|
+
|
|
2732
2783
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkglueargs.html#cfn-datazone-connection-sparkglueargs-connection
|
|
2733
2784
|
'''
|
|
2734
2785
|
result = self._values.get("connection")
|
|
@@ -2772,16 +2823,16 @@ class CfnConnection(
|
|
|
2772
2823
|
python_virtual_env: typing.Optional[builtins.str] = None,
|
|
2773
2824
|
worker_type: typing.Optional[builtins.str] = None,
|
|
2774
2825
|
) -> None:
|
|
2775
|
-
'''Spark Glue
|
|
2826
|
+
'''The Spark AWS Glue properties.
|
|
2776
2827
|
|
|
2777
|
-
:param additional_args: Spark Glue
|
|
2778
|
-
:param glue_connection_name:
|
|
2779
|
-
:param glue_version:
|
|
2780
|
-
:param idle_timeout:
|
|
2781
|
-
:param java_virtual_env:
|
|
2782
|
-
:param number_of_workers:
|
|
2783
|
-
:param python_virtual_env:
|
|
2784
|
-
:param worker_type:
|
|
2828
|
+
:param additional_args: The additional args in the Spark AWS Glue properties.
|
|
2829
|
+
:param glue_connection_name: The AWS Glue connection name in the Spark AWS Glue properties.
|
|
2830
|
+
:param glue_version: The AWS Glue version in the Spark AWS Glue properties.
|
|
2831
|
+
:param idle_timeout: The idle timeout in the Spark AWS Glue properties.
|
|
2832
|
+
:param java_virtual_env: The Java virtual env in the Spark AWS Glue properties.
|
|
2833
|
+
:param number_of_workers: The number of workers in the Spark AWS Glue properties.
|
|
2834
|
+
:param python_virtual_env: The Python virtual env in the Spark AWS Glue properties.
|
|
2835
|
+
:param worker_type: The worker type in the Spark AWS Glue properties.
|
|
2785
2836
|
|
|
2786
2837
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkgluepropertiesinput.html
|
|
2787
2838
|
:exampleMetadata: fixture=_generated
|
|
@@ -2837,7 +2888,7 @@ class CfnConnection(
|
|
|
2837
2888
|
def additional_args(
|
|
2838
2889
|
self,
|
|
2839
2890
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnection.SparkGlueArgsProperty"]]:
|
|
2840
|
-
'''Spark Glue
|
|
2891
|
+
'''The additional args in the Spark AWS Glue properties.
|
|
2841
2892
|
|
|
2842
2893
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkgluepropertiesinput.html#cfn-datazone-connection-sparkgluepropertiesinput-additionalargs
|
|
2843
2894
|
'''
|
|
@@ -2846,7 +2897,8 @@ class CfnConnection(
|
|
|
2846
2897
|
|
|
2847
2898
|
@builtins.property
|
|
2848
2899
|
def glue_connection_name(self) -> typing.Optional[builtins.str]:
|
|
2849
|
-
'''
|
|
2900
|
+
'''The AWS Glue connection name in the Spark AWS Glue properties.
|
|
2901
|
+
|
|
2850
2902
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkgluepropertiesinput.html#cfn-datazone-connection-sparkgluepropertiesinput-glueconnectionname
|
|
2851
2903
|
'''
|
|
2852
2904
|
result = self._values.get("glue_connection_name")
|
|
@@ -2854,7 +2906,8 @@ class CfnConnection(
|
|
|
2854
2906
|
|
|
2855
2907
|
@builtins.property
|
|
2856
2908
|
def glue_version(self) -> typing.Optional[builtins.str]:
|
|
2857
|
-
'''
|
|
2909
|
+
'''The AWS Glue version in the Spark AWS Glue properties.
|
|
2910
|
+
|
|
2858
2911
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkgluepropertiesinput.html#cfn-datazone-connection-sparkgluepropertiesinput-glueversion
|
|
2859
2912
|
'''
|
|
2860
2913
|
result = self._values.get("glue_version")
|
|
@@ -2862,7 +2915,8 @@ class CfnConnection(
|
|
|
2862
2915
|
|
|
2863
2916
|
@builtins.property
|
|
2864
2917
|
def idle_timeout(self) -> typing.Optional[jsii.Number]:
|
|
2865
|
-
'''
|
|
2918
|
+
'''The idle timeout in the Spark AWS Glue properties.
|
|
2919
|
+
|
|
2866
2920
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkgluepropertiesinput.html#cfn-datazone-connection-sparkgluepropertiesinput-idletimeout
|
|
2867
2921
|
'''
|
|
2868
2922
|
result = self._values.get("idle_timeout")
|
|
@@ -2870,7 +2924,8 @@ class CfnConnection(
|
|
|
2870
2924
|
|
|
2871
2925
|
@builtins.property
|
|
2872
2926
|
def java_virtual_env(self) -> typing.Optional[builtins.str]:
|
|
2873
|
-
'''
|
|
2927
|
+
'''The Java virtual env in the Spark AWS Glue properties.
|
|
2928
|
+
|
|
2874
2929
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkgluepropertiesinput.html#cfn-datazone-connection-sparkgluepropertiesinput-javavirtualenv
|
|
2875
2930
|
'''
|
|
2876
2931
|
result = self._values.get("java_virtual_env")
|
|
@@ -2878,7 +2933,8 @@ class CfnConnection(
|
|
|
2878
2933
|
|
|
2879
2934
|
@builtins.property
|
|
2880
2935
|
def number_of_workers(self) -> typing.Optional[jsii.Number]:
|
|
2881
|
-
'''
|
|
2936
|
+
'''The number of workers in the Spark AWS Glue properties.
|
|
2937
|
+
|
|
2882
2938
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkgluepropertiesinput.html#cfn-datazone-connection-sparkgluepropertiesinput-numberofworkers
|
|
2883
2939
|
'''
|
|
2884
2940
|
result = self._values.get("number_of_workers")
|
|
@@ -2886,7 +2942,8 @@ class CfnConnection(
|
|
|
2886
2942
|
|
|
2887
2943
|
@builtins.property
|
|
2888
2944
|
def python_virtual_env(self) -> typing.Optional[builtins.str]:
|
|
2889
|
-
'''
|
|
2945
|
+
'''The Python virtual env in the Spark AWS Glue properties.
|
|
2946
|
+
|
|
2890
2947
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkgluepropertiesinput.html#cfn-datazone-connection-sparkgluepropertiesinput-pythonvirtualenv
|
|
2891
2948
|
'''
|
|
2892
2949
|
result = self._values.get("python_virtual_env")
|
|
@@ -2894,7 +2951,8 @@ class CfnConnection(
|
|
|
2894
2951
|
|
|
2895
2952
|
@builtins.property
|
|
2896
2953
|
def worker_type(self) -> typing.Optional[builtins.str]:
|
|
2897
|
-
'''
|
|
2954
|
+
'''The worker type in the Spark AWS Glue properties.
|
|
2955
|
+
|
|
2898
2956
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkgluepropertiesinput.html#cfn-datazone-connection-sparkgluepropertiesinput-workertype
|
|
2899
2957
|
'''
|
|
2900
2958
|
result = self._values.get("worker_type")
|
|
@@ -2918,10 +2976,10 @@ class CfnConnection(
|
|
|
2918
2976
|
)
|
|
2919
2977
|
class UsernamePasswordProperty:
|
|
2920
2978
|
def __init__(self, *, password: builtins.str, username: builtins.str) -> None:
|
|
2921
|
-
'''The username and password
|
|
2979
|
+
'''The username and password of a connection.
|
|
2922
2980
|
|
|
2923
|
-
:param password:
|
|
2924
|
-
:param username:
|
|
2981
|
+
:param password: The password of a connection.
|
|
2982
|
+
:param username: The username of a connection.
|
|
2925
2983
|
|
|
2926
2984
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-usernamepassword.html
|
|
2927
2985
|
:exampleMetadata: fixture=_generated
|
|
@@ -2948,7 +3006,8 @@ class CfnConnection(
|
|
|
2948
3006
|
|
|
2949
3007
|
@builtins.property
|
|
2950
3008
|
def password(self) -> builtins.str:
|
|
2951
|
-
'''
|
|
3009
|
+
'''The password of a connection.
|
|
3010
|
+
|
|
2952
3011
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-usernamepassword.html#cfn-datazone-connection-usernamepassword-password
|
|
2953
3012
|
'''
|
|
2954
3013
|
result = self._values.get("password")
|
|
@@ -2957,7 +3016,8 @@ class CfnConnection(
|
|
|
2957
3016
|
|
|
2958
3017
|
@builtins.property
|
|
2959
3018
|
def username(self) -> builtins.str:
|
|
2960
|
-
'''
|
|
3019
|
+
'''The username of a connection.
|
|
3020
|
+
|
|
2961
3021
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-usernamepassword.html#cfn-datazone-connection-usernamepassword-username
|
|
2962
3022
|
'''
|
|
2963
3023
|
result = self._values.get("username")
|
|
@@ -3001,12 +3061,12 @@ class CfnConnectionProps:
|
|
|
3001
3061
|
) -> None:
|
|
3002
3062
|
'''Properties for defining a ``CfnConnection``.
|
|
3003
3063
|
|
|
3004
|
-
:param domain_identifier: The
|
|
3005
|
-
:param environment_identifier: The
|
|
3064
|
+
:param domain_identifier: The ID of the domain where the connection is created.
|
|
3065
|
+
:param environment_identifier: The ID of the environment where the connection is created.
|
|
3006
3066
|
:param name: The name of the connection.
|
|
3007
|
-
:param aws_location:
|
|
3008
|
-
:param description:
|
|
3009
|
-
:param props:
|
|
3067
|
+
:param aws_location: The location where the connection is created.
|
|
3068
|
+
:param description: Connection description.
|
|
3069
|
+
:param props: Connection props.
|
|
3010
3070
|
|
|
3011
3071
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-connection.html
|
|
3012
3072
|
:exampleMetadata: fixture=_generated
|
|
@@ -3169,7 +3229,7 @@ class CfnConnectionProps:
|
|
|
3169
3229
|
|
|
3170
3230
|
@builtins.property
|
|
3171
3231
|
def domain_identifier(self) -> builtins.str:
|
|
3172
|
-
'''The
|
|
3232
|
+
'''The ID of the domain where the connection is created.
|
|
3173
3233
|
|
|
3174
3234
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-connection.html#cfn-datazone-connection-domainidentifier
|
|
3175
3235
|
'''
|
|
@@ -3179,7 +3239,7 @@ class CfnConnectionProps:
|
|
|
3179
3239
|
|
|
3180
3240
|
@builtins.property
|
|
3181
3241
|
def environment_identifier(self) -> builtins.str:
|
|
3182
|
-
'''The
|
|
3242
|
+
'''The ID of the environment where the connection is created.
|
|
3183
3243
|
|
|
3184
3244
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-connection.html#cfn-datazone-connection-environmentidentifier
|
|
3185
3245
|
'''
|
|
@@ -3201,7 +3261,7 @@ class CfnConnectionProps:
|
|
|
3201
3261
|
def aws_location(
|
|
3202
3262
|
self,
|
|
3203
3263
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnConnection.AwsLocationProperty]]:
|
|
3204
|
-
'''
|
|
3264
|
+
'''The location where the connection is created.
|
|
3205
3265
|
|
|
3206
3266
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-connection.html#cfn-datazone-connection-awslocation
|
|
3207
3267
|
'''
|
|
@@ -3210,7 +3270,7 @@ class CfnConnectionProps:
|
|
|
3210
3270
|
|
|
3211
3271
|
@builtins.property
|
|
3212
3272
|
def description(self) -> typing.Optional[builtins.str]:
|
|
3213
|
-
'''
|
|
3273
|
+
'''Connection description.
|
|
3214
3274
|
|
|
3215
3275
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-connection.html#cfn-datazone-connection-description
|
|
3216
3276
|
'''
|
|
@@ -3221,7 +3281,8 @@ class CfnConnectionProps:
|
|
|
3221
3281
|
def props(
|
|
3222
3282
|
self,
|
|
3223
3283
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnConnection.ConnectionPropertiesInputProperty]]:
|
|
3224
|
-
'''
|
|
3284
|
+
'''Connection props.
|
|
3285
|
+
|
|
3225
3286
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-connection.html#cfn-datazone-connection-props
|
|
3226
3287
|
'''
|
|
3227
3288
|
result = self._values.get("props")
|
|
@@ -6190,11 +6251,11 @@ class CfnEnvironmentActions(
|
|
|
6190
6251
|
:param scope: Scope in which this resource is defined.
|
|
6191
6252
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
6192
6253
|
:param name: The name of the environment action.
|
|
6193
|
-
:param description: The
|
|
6254
|
+
:param description: The environment action description.
|
|
6194
6255
|
:param domain_identifier: The Amazon DataZone domain ID of the environment action.
|
|
6195
6256
|
:param environment_identifier: The environment ID of the environment action.
|
|
6196
6257
|
:param identifier: The ID of the environment action.
|
|
6197
|
-
:param parameters: The parameters of the
|
|
6258
|
+
:param parameters: The parameters of the environment action.
|
|
6198
6259
|
'''
|
|
6199
6260
|
if __debug__:
|
|
6200
6261
|
type_hints = typing.get_type_hints(_typecheckingstub__23d8a73d028f6e855c2cc806cf34d881ee774001b5faf55329f1186898cd5d1c)
|
|
@@ -6289,7 +6350,7 @@ class CfnEnvironmentActions(
|
|
|
6289
6350
|
@builtins.property
|
|
6290
6351
|
@jsii.member(jsii_name="description")
|
|
6291
6352
|
def description(self) -> typing.Optional[builtins.str]:
|
|
6292
|
-
'''The
|
|
6353
|
+
'''The environment action description.'''
|
|
6293
6354
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "description"))
|
|
6294
6355
|
|
|
6295
6356
|
@description.setter
|
|
@@ -6343,7 +6404,7 @@ class CfnEnvironmentActions(
|
|
|
6343
6404
|
def parameters(
|
|
6344
6405
|
self,
|
|
6345
6406
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnEnvironmentActions.AwsConsoleLinkParametersProperty"]]:
|
|
6346
|
-
'''The parameters of the
|
|
6407
|
+
'''The parameters of the environment action.'''
|
|
6347
6408
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnEnvironmentActions.AwsConsoleLinkParametersProperty"]], jsii.get(self, "parameters"))
|
|
6348
6409
|
|
|
6349
6410
|
@parameters.setter
|
|
@@ -6434,11 +6495,11 @@ class CfnEnvironmentActionsProps:
|
|
|
6434
6495
|
'''Properties for defining a ``CfnEnvironmentActions``.
|
|
6435
6496
|
|
|
6436
6497
|
:param name: The name of the environment action.
|
|
6437
|
-
:param description: The
|
|
6498
|
+
:param description: The environment action description.
|
|
6438
6499
|
:param domain_identifier: The Amazon DataZone domain ID of the environment action.
|
|
6439
6500
|
:param environment_identifier: The environment ID of the environment action.
|
|
6440
6501
|
:param identifier: The ID of the environment action.
|
|
6441
|
-
:param parameters: The parameters of the
|
|
6502
|
+
:param parameters: The parameters of the environment action.
|
|
6442
6503
|
|
|
6443
6504
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentactions.html
|
|
6444
6505
|
:exampleMetadata: fixture=_generated
|
|
@@ -6496,7 +6557,7 @@ class CfnEnvironmentActionsProps:
|
|
|
6496
6557
|
|
|
6497
6558
|
@builtins.property
|
|
6498
6559
|
def description(self) -> typing.Optional[builtins.str]:
|
|
6499
|
-
'''The
|
|
6560
|
+
'''The environment action description.
|
|
6500
6561
|
|
|
6501
6562
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentactions.html#cfn-datazone-environmentactions-description
|
|
6502
6563
|
'''
|
|
@@ -6534,7 +6595,7 @@ class CfnEnvironmentActionsProps:
|
|
|
6534
6595
|
def parameters(
|
|
6535
6596
|
self,
|
|
6536
6597
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnEnvironmentActions.AwsConsoleLinkParametersProperty]]:
|
|
6537
|
-
'''The parameters of the
|
|
6598
|
+
'''The parameters of the environment action.
|
|
6538
6599
|
|
|
6539
6600
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentactions.html#cfn-datazone-environmentactions-parameters
|
|
6540
6601
|
'''
|