aws-sdk-datazone 1.52.0 → 1.54.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-datazone/client.rb +166 -30
- data/lib/aws-sdk-datazone/client_api.rb +55 -2
- data/lib/aws-sdk-datazone/endpoint_parameters.rb +3 -3
- data/lib/aws-sdk-datazone/types.rb +177 -2
- data/lib/aws-sdk-datazone.rb +1 -1
- data/sig/client.rbs +25 -7
- data/sig/types.rbs +56 -7
- metadata +1 -1
data/sig/client.rbs
CHANGED
|
@@ -555,7 +555,8 @@ module Aws
|
|
|
555
555
|
def physical_endpoints: () -> ::Array[Types::PhysicalEndpoint]
|
|
556
556
|
def project_id: () -> ::String
|
|
557
557
|
def props: () -> Types::ConnectionPropertiesOutput
|
|
558
|
-
def
|
|
558
|
+
def scope: () -> ("DOMAIN" | "PROJECT")
|
|
559
|
+
def type: () -> ("ATHENA" | "BIGQUERY" | "DATABRICKS" | "DOCUMENTDB" | "DYNAMODB" | "HYPERPOD" | "IAM" | "MYSQL" | "OPENSEARCH" | "ORACLE" | "POSTGRESQL" | "REDSHIFT" | "S3" | "SAPHANA" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "VERTICA" | "WORKFLOWS_MWAA" | "AMAZON_Q")
|
|
559
560
|
end
|
|
560
561
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#create_connection-instance_method
|
|
561
562
|
def create_connection: (
|
|
@@ -568,9 +569,15 @@ module Aws
|
|
|
568
569
|
?client_token: ::String,
|
|
569
570
|
?description: ::String,
|
|
570
571
|
domain_identifier: ::String,
|
|
571
|
-
|
|
572
|
+
?enable_trusted_identity_propagation: bool,
|
|
573
|
+
?environment_identifier: ::String,
|
|
572
574
|
name: ::String,
|
|
573
575
|
?props: {
|
|
576
|
+
amazon_q_properties: {
|
|
577
|
+
auth_mode: ::String?,
|
|
578
|
+
is_enabled: bool,
|
|
579
|
+
profile_arn: ::String?
|
|
580
|
+
}?,
|
|
574
581
|
athena_properties: {
|
|
575
582
|
workgroup_name: ::String?
|
|
576
583
|
}?,
|
|
@@ -660,6 +667,7 @@ module Aws
|
|
|
660
667
|
instance_profile_arn: ::String?,
|
|
661
668
|
java_virtual_env: ::String?,
|
|
662
669
|
log_uri: ::String?,
|
|
670
|
+
managed_endpoint_arn: ::String?,
|
|
663
671
|
python_virtual_env: ::String?,
|
|
664
672
|
runtime_role: ::String?,
|
|
665
673
|
trusted_certificates_s3_uri: ::String?
|
|
@@ -676,7 +684,8 @@ module Aws
|
|
|
676
684
|
python_virtual_env: ::String?,
|
|
677
685
|
worker_type: ::String?
|
|
678
686
|
}?
|
|
679
|
-
}
|
|
687
|
+
},
|
|
688
|
+
?scope: ("DOMAIN" | "PROJECT")
|
|
680
689
|
) -> _CreateConnectionResponseSuccess
|
|
681
690
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateConnectionResponseSuccess
|
|
682
691
|
|
|
@@ -1896,7 +1905,8 @@ module Aws
|
|
|
1896
1905
|
def physical_endpoints: () -> ::Array[Types::PhysicalEndpoint]
|
|
1897
1906
|
def project_id: () -> ::String
|
|
1898
1907
|
def props: () -> Types::ConnectionPropertiesOutput
|
|
1899
|
-
def
|
|
1908
|
+
def scope: () -> ("DOMAIN" | "PROJECT")
|
|
1909
|
+
def type: () -> ("ATHENA" | "BIGQUERY" | "DATABRICKS" | "DOCUMENTDB" | "DYNAMODB" | "HYPERPOD" | "IAM" | "MYSQL" | "OPENSEARCH" | "ORACLE" | "POSTGRESQL" | "REDSHIFT" | "S3" | "SAPHANA" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "VERTICA" | "WORKFLOWS_MWAA" | "AMAZON_Q")
|
|
1900
1910
|
end
|
|
1901
1911
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#get_connection-instance_method
|
|
1902
1912
|
def get_connection: (
|
|
@@ -2619,10 +2629,11 @@ module Aws
|
|
|
2619
2629
|
?max_results: ::Integer,
|
|
2620
2630
|
?name: ::String,
|
|
2621
2631
|
?next_token: ::String,
|
|
2622
|
-
project_identifier: ::String,
|
|
2632
|
+
?project_identifier: ::String,
|
|
2633
|
+
?scope: ("DOMAIN" | "PROJECT"),
|
|
2623
2634
|
?sort_by: ("NAME"),
|
|
2624
2635
|
?sort_order: ("ASCENDING" | "DESCENDING"),
|
|
2625
|
-
?type: ("ATHENA" | "BIGQUERY" | "DATABRICKS" | "DOCUMENTDB" | "DYNAMODB" | "HYPERPOD" | "IAM" | "MYSQL" | "OPENSEARCH" | "ORACLE" | "POSTGRESQL" | "REDSHIFT" | "S3" | "SAPHANA" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "VERTICA" | "WORKFLOWS_MWAA")
|
|
2636
|
+
?type: ("ATHENA" | "BIGQUERY" | "DATABRICKS" | "DOCUMENTDB" | "DYNAMODB" | "HYPERPOD" | "IAM" | "MYSQL" | "OPENSEARCH" | "ORACLE" | "POSTGRESQL" | "REDSHIFT" | "S3" | "SAPHANA" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "VERTICA" | "WORKFLOWS_MWAA" | "AMAZON_Q")
|
|
2626
2637
|
) -> _ListConnectionsResponseSuccess
|
|
2627
2638
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListConnectionsResponseSuccess
|
|
2628
2639
|
|
|
@@ -3645,7 +3656,8 @@ module Aws
|
|
|
3645
3656
|
def physical_endpoints: () -> ::Array[Types::PhysicalEndpoint]
|
|
3646
3657
|
def project_id: () -> ::String
|
|
3647
3658
|
def props: () -> Types::ConnectionPropertiesOutput
|
|
3648
|
-
def
|
|
3659
|
+
def scope: () -> ("DOMAIN" | "PROJECT")
|
|
3660
|
+
def type: () -> ("ATHENA" | "BIGQUERY" | "DATABRICKS" | "DOCUMENTDB" | "DYNAMODB" | "HYPERPOD" | "IAM" | "MYSQL" | "OPENSEARCH" | "ORACLE" | "POSTGRESQL" | "REDSHIFT" | "S3" | "SAPHANA" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "VERTICA" | "WORKFLOWS_MWAA" | "AMAZON_Q")
|
|
3649
3661
|
end
|
|
3650
3662
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#update_connection-instance_method
|
|
3651
3663
|
def update_connection: (
|
|
@@ -3659,6 +3671,11 @@ module Aws
|
|
|
3659
3671
|
domain_identifier: ::String,
|
|
3660
3672
|
identifier: ::String,
|
|
3661
3673
|
?props: {
|
|
3674
|
+
amazon_q_properties: {
|
|
3675
|
+
auth_mode: ::String?,
|
|
3676
|
+
is_enabled: bool,
|
|
3677
|
+
profile_arn: ::String?
|
|
3678
|
+
}?,
|
|
3662
3679
|
athena_properties: {
|
|
3663
3680
|
workgroup_name: ::String?
|
|
3664
3681
|
}?,
|
|
@@ -3709,6 +3726,7 @@ module Aws
|
|
|
3709
3726
|
instance_profile_arn: ::String?,
|
|
3710
3727
|
java_virtual_env: ::String?,
|
|
3711
3728
|
log_uri: ::String?,
|
|
3729
|
+
managed_endpoint_arn: ::String?,
|
|
3712
3730
|
python_virtual_env: ::String?,
|
|
3713
3731
|
runtime_role: ::String?,
|
|
3714
3732
|
trusted_certificates_s3_uri: ::String?
|
data/sig/types.rbs
CHANGED
|
@@ -177,6 +177,27 @@ module Aws::DataZone
|
|
|
177
177
|
class AllUsersGrantFilter < Aws::EmptyStructure
|
|
178
178
|
end
|
|
179
179
|
|
|
180
|
+
class AmazonQPropertiesInput
|
|
181
|
+
attr_accessor auth_mode: ::String
|
|
182
|
+
attr_accessor is_enabled: bool
|
|
183
|
+
attr_accessor profile_arn: ::String
|
|
184
|
+
SENSITIVE: []
|
|
185
|
+
end
|
|
186
|
+
|
|
187
|
+
class AmazonQPropertiesOutput
|
|
188
|
+
attr_accessor auth_mode: ::String
|
|
189
|
+
attr_accessor is_enabled: bool
|
|
190
|
+
attr_accessor profile_arn: ::String
|
|
191
|
+
SENSITIVE: []
|
|
192
|
+
end
|
|
193
|
+
|
|
194
|
+
class AmazonQPropertiesPatch
|
|
195
|
+
attr_accessor auth_mode: ::String
|
|
196
|
+
attr_accessor is_enabled: bool
|
|
197
|
+
attr_accessor profile_arn: ::String
|
|
198
|
+
SENSITIVE: []
|
|
199
|
+
end
|
|
200
|
+
|
|
180
201
|
class AssetFilterConfiguration
|
|
181
202
|
attr_accessor column_configuration: Types::ColumnFilterConfiguration
|
|
182
203
|
attr_accessor row_configuration: Types::RowFilterConfiguration
|
|
@@ -498,6 +519,7 @@ module Aws::DataZone
|
|
|
498
519
|
end
|
|
499
520
|
|
|
500
521
|
class ConnectionPropertiesInput
|
|
522
|
+
attr_accessor amazon_q_properties: Types::AmazonQPropertiesInput
|
|
501
523
|
attr_accessor athena_properties: Types::AthenaPropertiesInput
|
|
502
524
|
attr_accessor glue_properties: Types::GluePropertiesInput
|
|
503
525
|
attr_accessor hyper_pod_properties: Types::HyperPodPropertiesInput
|
|
@@ -509,6 +531,8 @@ module Aws::DataZone
|
|
|
509
531
|
attr_accessor unknown: untyped
|
|
510
532
|
SENSITIVE: []
|
|
511
533
|
|
|
534
|
+
class AmazonQProperties < ConnectionPropertiesInput
|
|
535
|
+
end
|
|
512
536
|
class AthenaProperties < ConnectionPropertiesInput
|
|
513
537
|
end
|
|
514
538
|
class GlueProperties < ConnectionPropertiesInput
|
|
@@ -530,6 +554,7 @@ module Aws::DataZone
|
|
|
530
554
|
end
|
|
531
555
|
|
|
532
556
|
class ConnectionPropertiesOutput
|
|
557
|
+
attr_accessor amazon_q_properties: Types::AmazonQPropertiesOutput
|
|
533
558
|
attr_accessor athena_properties: Types::AthenaPropertiesOutput
|
|
534
559
|
attr_accessor glue_properties: Types::GluePropertiesOutput
|
|
535
560
|
attr_accessor hyper_pod_properties: Types::HyperPodPropertiesOutput
|
|
@@ -541,6 +566,8 @@ module Aws::DataZone
|
|
|
541
566
|
attr_accessor unknown: untyped
|
|
542
567
|
SENSITIVE: []
|
|
543
568
|
|
|
569
|
+
class AmazonQProperties < ConnectionPropertiesOutput
|
|
570
|
+
end
|
|
544
571
|
class AthenaProperties < ConnectionPropertiesOutput
|
|
545
572
|
end
|
|
546
573
|
class GlueProperties < ConnectionPropertiesOutput
|
|
@@ -562,6 +589,7 @@ module Aws::DataZone
|
|
|
562
589
|
end
|
|
563
590
|
|
|
564
591
|
class ConnectionPropertiesPatch
|
|
592
|
+
attr_accessor amazon_q_properties: Types::AmazonQPropertiesPatch
|
|
565
593
|
attr_accessor athena_properties: Types::AthenaPropertiesPatch
|
|
566
594
|
attr_accessor glue_properties: Types::GluePropertiesPatch
|
|
567
595
|
attr_accessor iam_properties: Types::IamPropertiesPatch
|
|
@@ -571,6 +599,8 @@ module Aws::DataZone
|
|
|
571
599
|
attr_accessor unknown: untyped
|
|
572
600
|
SENSITIVE: []
|
|
573
601
|
|
|
602
|
+
class AmazonQProperties < ConnectionPropertiesPatch
|
|
603
|
+
end
|
|
574
604
|
class AthenaProperties < ConnectionPropertiesPatch
|
|
575
605
|
end
|
|
576
606
|
class GlueProperties < ConnectionPropertiesPatch
|
|
@@ -596,7 +626,8 @@ module Aws::DataZone
|
|
|
596
626
|
attr_accessor physical_endpoints: ::Array[Types::PhysicalEndpoint]
|
|
597
627
|
attr_accessor project_id: ::String
|
|
598
628
|
attr_accessor props: Types::ConnectionPropertiesOutput
|
|
599
|
-
attr_accessor
|
|
629
|
+
attr_accessor scope: ("DOMAIN" | "PROJECT")
|
|
630
|
+
attr_accessor type: ("ATHENA" | "BIGQUERY" | "DATABRICKS" | "DOCUMENTDB" | "DYNAMODB" | "HYPERPOD" | "IAM" | "MYSQL" | "OPENSEARCH" | "ORACLE" | "POSTGRESQL" | "REDSHIFT" | "S3" | "SAPHANA" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "VERTICA" | "WORKFLOWS_MWAA" | "AMAZON_Q")
|
|
600
631
|
SENSITIVE: []
|
|
601
632
|
end
|
|
602
633
|
|
|
@@ -760,9 +791,11 @@ module Aws::DataZone
|
|
|
760
791
|
attr_accessor client_token: ::String
|
|
761
792
|
attr_accessor description: ::String
|
|
762
793
|
attr_accessor domain_identifier: ::String
|
|
794
|
+
attr_accessor enable_trusted_identity_propagation: bool
|
|
763
795
|
attr_accessor environment_identifier: ::String
|
|
764
796
|
attr_accessor name: ::String
|
|
765
797
|
attr_accessor props: Types::ConnectionPropertiesInput
|
|
798
|
+
attr_accessor scope: ("DOMAIN" | "PROJECT")
|
|
766
799
|
SENSITIVE: [:description]
|
|
767
800
|
end
|
|
768
801
|
|
|
@@ -776,7 +809,8 @@ module Aws::DataZone
|
|
|
776
809
|
attr_accessor physical_endpoints: ::Array[Types::PhysicalEndpoint]
|
|
777
810
|
attr_accessor project_id: ::String
|
|
778
811
|
attr_accessor props: Types::ConnectionPropertiesOutput
|
|
779
|
-
attr_accessor
|
|
812
|
+
attr_accessor scope: ("DOMAIN" | "PROJECT")
|
|
813
|
+
attr_accessor type: ("ATHENA" | "BIGQUERY" | "DATABRICKS" | "DOCUMENTDB" | "DYNAMODB" | "HYPERPOD" | "IAM" | "MYSQL" | "OPENSEARCH" | "ORACLE" | "POSTGRESQL" | "REDSHIFT" | "S3" | "SAPHANA" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "VERTICA" | "WORKFLOWS_MWAA" | "AMAZON_Q")
|
|
780
814
|
SENSITIVE: [:description]
|
|
781
815
|
end
|
|
782
816
|
|
|
@@ -2277,7 +2311,8 @@ module Aws::DataZone
|
|
|
2277
2311
|
attr_accessor physical_endpoints: ::Array[Types::PhysicalEndpoint]
|
|
2278
2312
|
attr_accessor project_id: ::String
|
|
2279
2313
|
attr_accessor props: Types::ConnectionPropertiesOutput
|
|
2280
|
-
attr_accessor
|
|
2314
|
+
attr_accessor scope: ("DOMAIN" | "PROJECT")
|
|
2315
|
+
attr_accessor type: ("ATHENA" | "BIGQUERY" | "DATABRICKS" | "DOCUMENTDB" | "DYNAMODB" | "HYPERPOD" | "IAM" | "MYSQL" | "OPENSEARCH" | "ORACLE" | "POSTGRESQL" | "REDSHIFT" | "S3" | "SAPHANA" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "VERTICA" | "WORKFLOWS_MWAA" | "AMAZON_Q")
|
|
2281
2316
|
SENSITIVE: [:connection_credentials, :description]
|
|
2282
2317
|
end
|
|
2283
2318
|
|
|
@@ -2974,7 +3009,7 @@ module Aws::DataZone
|
|
|
2974
3009
|
attr_accessor compatible_compute_environments: ::Array[("SPARK" | "ATHENA" | "PYTHON")]
|
|
2975
3010
|
attr_accessor connection_properties: ::Hash[::String, ::String]
|
|
2976
3011
|
attr_accessor connection_schema_version: ::Integer
|
|
2977
|
-
attr_accessor connection_type: ("ATHENA" | "BIGQUERY" | "DATABRICKS" | "DOCUMENTDB" | "DYNAMODB" | "HYPERPOD" | "IAM" | "MYSQL" | "OPENSEARCH" | "ORACLE" | "POSTGRESQL" | "REDSHIFT" | "S3" | "SAPHANA" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "VERTICA" | "WORKFLOWS_MWAA")
|
|
3012
|
+
attr_accessor connection_type: ("ATHENA" | "BIGQUERY" | "DATABRICKS" | "DOCUMENTDB" | "DYNAMODB" | "HYPERPOD" | "IAM" | "MYSQL" | "OPENSEARCH" | "ORACLE" | "POSTGRESQL" | "REDSHIFT" | "S3" | "SAPHANA" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "VERTICA" | "WORKFLOWS_MWAA" | "AMAZON_Q")
|
|
2978
3013
|
attr_accessor creation_time: ::Time
|
|
2979
3014
|
attr_accessor description: ::String
|
|
2980
3015
|
attr_accessor last_connection_validation_time: ::Time
|
|
@@ -3372,9 +3407,10 @@ module Aws::DataZone
|
|
|
3372
3407
|
attr_accessor name: ::String
|
|
3373
3408
|
attr_accessor next_token: ::String
|
|
3374
3409
|
attr_accessor project_identifier: ::String
|
|
3410
|
+
attr_accessor scope: ("DOMAIN" | "PROJECT")
|
|
3375
3411
|
attr_accessor sort_by: ("NAME")
|
|
3376
3412
|
attr_accessor sort_order: ("ASCENDING" | "DESCENDING")
|
|
3377
|
-
attr_accessor type: ("ATHENA" | "BIGQUERY" | "DATABRICKS" | "DOCUMENTDB" | "DYNAMODB" | "HYPERPOD" | "IAM" | "MYSQL" | "OPENSEARCH" | "ORACLE" | "POSTGRESQL" | "REDSHIFT" | "S3" | "SAPHANA" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "VERTICA" | "WORKFLOWS_MWAA")
|
|
3413
|
+
attr_accessor type: ("ATHENA" | "BIGQUERY" | "DATABRICKS" | "DOCUMENTDB" | "DYNAMODB" | "HYPERPOD" | "IAM" | "MYSQL" | "OPENSEARCH" | "ORACLE" | "POSTGRESQL" | "REDSHIFT" | "S3" | "SAPHANA" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "VERTICA" | "WORKFLOWS_MWAA" | "AMAZON_Q")
|
|
3378
3414
|
SENSITIVE: []
|
|
3379
3415
|
end
|
|
3380
3416
|
|
|
@@ -3882,6 +3918,12 @@ module Aws::DataZone
|
|
|
3882
3918
|
SENSITIVE: []
|
|
3883
3919
|
end
|
|
3884
3920
|
|
|
3921
|
+
class ManagedEndpointCredentials
|
|
3922
|
+
attr_accessor id: ::String
|
|
3923
|
+
attr_accessor token: ::String
|
|
3924
|
+
SENSITIVE: []
|
|
3925
|
+
end
|
|
3926
|
+
|
|
3885
3927
|
class MatchOffset
|
|
3886
3928
|
attr_accessor end_offset: ::Integer
|
|
3887
3929
|
attr_accessor start_offset: ::Integer
|
|
@@ -4114,6 +4156,7 @@ module Aws::DataZone
|
|
|
4114
4156
|
|
|
4115
4157
|
class PhysicalEndpoint
|
|
4116
4158
|
attr_accessor aws_location: Types::AwsLocation
|
|
4159
|
+
attr_accessor enable_trusted_identity_propagation: bool
|
|
4117
4160
|
attr_accessor glue_connection: Types::GlueConnection
|
|
4118
4161
|
attr_accessor glue_connection_name: ::String
|
|
4119
4162
|
attr_accessor host: ::String
|
|
@@ -4966,6 +5009,7 @@ module Aws::DataZone
|
|
|
4966
5009
|
attr_accessor instance_profile_arn: ::String
|
|
4967
5010
|
attr_accessor java_virtual_env: ::String
|
|
4968
5011
|
attr_accessor log_uri: ::String
|
|
5012
|
+
attr_accessor managed_endpoint_arn: ::String
|
|
4969
5013
|
attr_accessor python_virtual_env: ::String
|
|
4970
5014
|
attr_accessor runtime_role: ::String
|
|
4971
5015
|
attr_accessor trusted_certificates_s3_uri: ::String
|
|
@@ -4973,6 +5017,7 @@ module Aws::DataZone
|
|
|
4973
5017
|
end
|
|
4974
5018
|
|
|
4975
5019
|
class SparkEmrPropertiesOutput
|
|
5020
|
+
attr_accessor certificate_data: ::String
|
|
4976
5021
|
attr_accessor compute_arn: ::String
|
|
4977
5022
|
attr_accessor credentials: Types::UsernamePassword
|
|
4978
5023
|
attr_accessor credentials_expiration: ::Time
|
|
@@ -4981,10 +5026,12 @@ module Aws::DataZone
|
|
|
4981
5026
|
attr_accessor java_virtual_env: ::String
|
|
4982
5027
|
attr_accessor livy_endpoint: ::String
|
|
4983
5028
|
attr_accessor log_uri: ::String
|
|
5029
|
+
attr_accessor managed_endpoint_arn: ::String
|
|
5030
|
+
attr_accessor managed_endpoint_credentials: Types::ManagedEndpointCredentials
|
|
4984
5031
|
attr_accessor python_virtual_env: ::String
|
|
4985
5032
|
attr_accessor runtime_role: ::String
|
|
4986
5033
|
attr_accessor trusted_certificates_s3_uri: ::String
|
|
4987
|
-
SENSITIVE: [:credentials]
|
|
5034
|
+
SENSITIVE: [:credentials, :managed_endpoint_credentials]
|
|
4988
5035
|
end
|
|
4989
5036
|
|
|
4990
5037
|
class SparkEmrPropertiesPatch
|
|
@@ -4992,6 +5039,7 @@ module Aws::DataZone
|
|
|
4992
5039
|
attr_accessor instance_profile_arn: ::String
|
|
4993
5040
|
attr_accessor java_virtual_env: ::String
|
|
4994
5041
|
attr_accessor log_uri: ::String
|
|
5042
|
+
attr_accessor managed_endpoint_arn: ::String
|
|
4995
5043
|
attr_accessor python_virtual_env: ::String
|
|
4996
5044
|
attr_accessor runtime_role: ::String
|
|
4997
5045
|
attr_accessor trusted_certificates_s3_uri: ::String
|
|
@@ -5395,7 +5443,8 @@ module Aws::DataZone
|
|
|
5395
5443
|
attr_accessor physical_endpoints: ::Array[Types::PhysicalEndpoint]
|
|
5396
5444
|
attr_accessor project_id: ::String
|
|
5397
5445
|
attr_accessor props: Types::ConnectionPropertiesOutput
|
|
5398
|
-
attr_accessor
|
|
5446
|
+
attr_accessor scope: ("DOMAIN" | "PROJECT")
|
|
5447
|
+
attr_accessor type: ("ATHENA" | "BIGQUERY" | "DATABRICKS" | "DOCUMENTDB" | "DYNAMODB" | "HYPERPOD" | "IAM" | "MYSQL" | "OPENSEARCH" | "ORACLE" | "POSTGRESQL" | "REDSHIFT" | "S3" | "SAPHANA" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "VERTICA" | "WORKFLOWS_MWAA" | "AMAZON_Q")
|
|
5399
5448
|
SENSITIVE: [:description]
|
|
5400
5449
|
end
|
|
5401
5450
|
|