Class: Aws::DataZone::Types::ConnectionPropertiesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ConnectionPropertiesInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
ConnectionPropertiesInput is a union - when making an API calls you must set exactly one of the members.
The properties of a connection.
Direct Known Subclasses
AmazonQProperties, AthenaProperties, GlueProperties, HyperPodProperties, IamProperties, MlflowProperties, RedshiftProperties, S3Properties, SparkEmrProperties, SparkGlueProperties, Unknown, WorkflowsMwaaProperties, WorkflowsServerlessProperties
Defined Under Namespace
Classes: AmazonQProperties, AthenaProperties, GlueProperties, HyperPodProperties, IamProperties, MlflowProperties, RedshiftProperties, S3Properties, SparkEmrProperties, SparkGlueProperties, Unknown, WorkflowsMwaaProperties, WorkflowsServerlessProperties
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#amazon_q_properties ⇒ Types::AmazonQPropertiesInput
The Amazon Q properties of the connection.
-
#athena_properties ⇒ Types::AthenaPropertiesInput
The Amazon Athena properties of a connection.
-
#glue_properties ⇒ Types::GluePropertiesInput
The Amazon Web Services Glue properties of a connection.
-
#hyper_pod_properties ⇒ Types::HyperPodPropertiesInput
The hyper pod properties of a connection.
-
#iam_properties ⇒ Types::IamPropertiesInput
The IAM properties of a connection.
-
#mlflow_properties ⇒ Types::MlflowPropertiesInput
The MLflow properties of a connection.
-
#redshift_properties ⇒ Types::RedshiftPropertiesInput
The Amazon Redshift properties of a connection.
-
#s3_properties ⇒ Types::S3PropertiesInput
The Amazon S3 properties of a connection.
-
#spark_emr_properties ⇒ Types::SparkEmrPropertiesInput
The Spark EMR properties of a connection.
-
#spark_glue_properties ⇒ Types::SparkGluePropertiesInput
The Spark Amazon Web Services Glue properties of a connection.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#workflows_mwaa_properties ⇒ Types::WorkflowsMwaaPropertiesInput
The Amazon MWAA properties of a connection.
-
#workflows_serverless_properties ⇒ Types::WorkflowsServerlessPropertiesInput
The MWAA serverless properties of a connection.
Instance Attribute Details
#amazon_q_properties ⇒ Types::AmazonQPropertiesInput
The Amazon Q properties of the connection.
2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2074 class ConnectionPropertiesInput < Struct.new( :athena_properties, :glue_properties, :hyper_pod_properties, :iam_properties, :redshift_properties, :spark_emr_properties, :spark_glue_properties, :s3_properties, :amazon_q_properties, :mlflow_properties, :workflows_mwaa_properties, :workflows_serverless_properties, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class AthenaProperties < ConnectionPropertiesInput; end class GlueProperties < ConnectionPropertiesInput; end class HyperPodProperties < ConnectionPropertiesInput; end class IamProperties < ConnectionPropertiesInput; end class RedshiftProperties < ConnectionPropertiesInput; end class SparkEmrProperties < ConnectionPropertiesInput; end class SparkGlueProperties < ConnectionPropertiesInput; end class S3Properties < ConnectionPropertiesInput; end class AmazonQProperties < ConnectionPropertiesInput; end class MlflowProperties < ConnectionPropertiesInput; end class WorkflowsMwaaProperties < ConnectionPropertiesInput; end class WorkflowsServerlessProperties < ConnectionPropertiesInput; end class Unknown < ConnectionPropertiesInput; end end |
#athena_properties ⇒ Types::AthenaPropertiesInput
The Amazon Athena properties of a connection.
2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2074 class ConnectionPropertiesInput < Struct.new( :athena_properties, :glue_properties, :hyper_pod_properties, :iam_properties, :redshift_properties, :spark_emr_properties, :spark_glue_properties, :s3_properties, :amazon_q_properties, :mlflow_properties, :workflows_mwaa_properties, :workflows_serverless_properties, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class AthenaProperties < ConnectionPropertiesInput; end class GlueProperties < ConnectionPropertiesInput; end class HyperPodProperties < ConnectionPropertiesInput; end class IamProperties < ConnectionPropertiesInput; end class RedshiftProperties < ConnectionPropertiesInput; end class SparkEmrProperties < ConnectionPropertiesInput; end class SparkGlueProperties < ConnectionPropertiesInput; end class S3Properties < ConnectionPropertiesInput; end class AmazonQProperties < ConnectionPropertiesInput; end class MlflowProperties < ConnectionPropertiesInput; end class WorkflowsMwaaProperties < ConnectionPropertiesInput; end class WorkflowsServerlessProperties < ConnectionPropertiesInput; end class Unknown < ConnectionPropertiesInput; end end |
#glue_properties ⇒ Types::GluePropertiesInput
The Amazon Web Services Glue properties of a connection.
2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2074 class ConnectionPropertiesInput < Struct.new( :athena_properties, :glue_properties, :hyper_pod_properties, :iam_properties, :redshift_properties, :spark_emr_properties, :spark_glue_properties, :s3_properties, :amazon_q_properties, :mlflow_properties, :workflows_mwaa_properties, :workflows_serverless_properties, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class AthenaProperties < ConnectionPropertiesInput; end class GlueProperties < ConnectionPropertiesInput; end class HyperPodProperties < ConnectionPropertiesInput; end class IamProperties < ConnectionPropertiesInput; end class RedshiftProperties < ConnectionPropertiesInput; end class SparkEmrProperties < ConnectionPropertiesInput; end class SparkGlueProperties < ConnectionPropertiesInput; end class S3Properties < ConnectionPropertiesInput; end class AmazonQProperties < ConnectionPropertiesInput; end class MlflowProperties < ConnectionPropertiesInput; end class WorkflowsMwaaProperties < ConnectionPropertiesInput; end class WorkflowsServerlessProperties < ConnectionPropertiesInput; end class Unknown < ConnectionPropertiesInput; end end |
#hyper_pod_properties ⇒ Types::HyperPodPropertiesInput
The hyper pod properties of a connection.
2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2074 class ConnectionPropertiesInput < Struct.new( :athena_properties, :glue_properties, :hyper_pod_properties, :iam_properties, :redshift_properties, :spark_emr_properties, :spark_glue_properties, :s3_properties, :amazon_q_properties, :mlflow_properties, :workflows_mwaa_properties, :workflows_serverless_properties, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class AthenaProperties < ConnectionPropertiesInput; end class GlueProperties < ConnectionPropertiesInput; end class HyperPodProperties < ConnectionPropertiesInput; end class IamProperties < ConnectionPropertiesInput; end class RedshiftProperties < ConnectionPropertiesInput; end class SparkEmrProperties < ConnectionPropertiesInput; end class SparkGlueProperties < ConnectionPropertiesInput; end class S3Properties < ConnectionPropertiesInput; end class AmazonQProperties < ConnectionPropertiesInput; end class MlflowProperties < ConnectionPropertiesInput; end class WorkflowsMwaaProperties < ConnectionPropertiesInput; end class WorkflowsServerlessProperties < ConnectionPropertiesInput; end class Unknown < ConnectionPropertiesInput; end end |
#iam_properties ⇒ Types::IamPropertiesInput
The IAM properties of a connection.
2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2074 class ConnectionPropertiesInput < Struct.new( :athena_properties, :glue_properties, :hyper_pod_properties, :iam_properties, :redshift_properties, :spark_emr_properties, :spark_glue_properties, :s3_properties, :amazon_q_properties, :mlflow_properties, :workflows_mwaa_properties, :workflows_serverless_properties, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class AthenaProperties < ConnectionPropertiesInput; end class GlueProperties < ConnectionPropertiesInput; end class HyperPodProperties < ConnectionPropertiesInput; end class IamProperties < ConnectionPropertiesInput; end class RedshiftProperties < ConnectionPropertiesInput; end class SparkEmrProperties < ConnectionPropertiesInput; end class SparkGlueProperties < ConnectionPropertiesInput; end class S3Properties < ConnectionPropertiesInput; end class AmazonQProperties < ConnectionPropertiesInput; end class MlflowProperties < ConnectionPropertiesInput; end class WorkflowsMwaaProperties < ConnectionPropertiesInput; end class WorkflowsServerlessProperties < ConnectionPropertiesInput; end class Unknown < ConnectionPropertiesInput; end end |
#mlflow_properties ⇒ Types::MlflowPropertiesInput
The MLflow properties of a connection.
2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2074 class ConnectionPropertiesInput < Struct.new( :athena_properties, :glue_properties, :hyper_pod_properties, :iam_properties, :redshift_properties, :spark_emr_properties, :spark_glue_properties, :s3_properties, :amazon_q_properties, :mlflow_properties, :workflows_mwaa_properties, :workflows_serverless_properties, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class AthenaProperties < ConnectionPropertiesInput; end class GlueProperties < ConnectionPropertiesInput; end class HyperPodProperties < ConnectionPropertiesInput; end class IamProperties < ConnectionPropertiesInput; end class RedshiftProperties < ConnectionPropertiesInput; end class SparkEmrProperties < ConnectionPropertiesInput; end class SparkGlueProperties < ConnectionPropertiesInput; end class S3Properties < ConnectionPropertiesInput; end class AmazonQProperties < ConnectionPropertiesInput; end class MlflowProperties < ConnectionPropertiesInput; end class WorkflowsMwaaProperties < ConnectionPropertiesInput; end class WorkflowsServerlessProperties < ConnectionPropertiesInput; end class Unknown < ConnectionPropertiesInput; end end |
#redshift_properties ⇒ Types::RedshiftPropertiesInput
The Amazon Redshift properties of a connection.
2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2074 class ConnectionPropertiesInput < Struct.new( :athena_properties, :glue_properties, :hyper_pod_properties, :iam_properties, :redshift_properties, :spark_emr_properties, :spark_glue_properties, :s3_properties, :amazon_q_properties, :mlflow_properties, :workflows_mwaa_properties, :workflows_serverless_properties, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class AthenaProperties < ConnectionPropertiesInput; end class GlueProperties < ConnectionPropertiesInput; end class HyperPodProperties < ConnectionPropertiesInput; end class IamProperties < ConnectionPropertiesInput; end class RedshiftProperties < ConnectionPropertiesInput; end class SparkEmrProperties < ConnectionPropertiesInput; end class SparkGlueProperties < ConnectionPropertiesInput; end class S3Properties < ConnectionPropertiesInput; end class AmazonQProperties < ConnectionPropertiesInput; end class MlflowProperties < ConnectionPropertiesInput; end class WorkflowsMwaaProperties < ConnectionPropertiesInput; end class WorkflowsServerlessProperties < ConnectionPropertiesInput; end class Unknown < ConnectionPropertiesInput; end end |
#s3_properties ⇒ Types::S3PropertiesInput
The Amazon S3 properties of a connection.
2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2074 class ConnectionPropertiesInput < Struct.new( :athena_properties, :glue_properties, :hyper_pod_properties, :iam_properties, :redshift_properties, :spark_emr_properties, :spark_glue_properties, :s3_properties, :amazon_q_properties, :mlflow_properties, :workflows_mwaa_properties, :workflows_serverless_properties, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class AthenaProperties < ConnectionPropertiesInput; end class GlueProperties < ConnectionPropertiesInput; end class HyperPodProperties < ConnectionPropertiesInput; end class IamProperties < ConnectionPropertiesInput; end class RedshiftProperties < ConnectionPropertiesInput; end class SparkEmrProperties < ConnectionPropertiesInput; end class SparkGlueProperties < ConnectionPropertiesInput; end class S3Properties < ConnectionPropertiesInput; end class AmazonQProperties < ConnectionPropertiesInput; end class MlflowProperties < ConnectionPropertiesInput; end class WorkflowsMwaaProperties < ConnectionPropertiesInput; end class WorkflowsServerlessProperties < ConnectionPropertiesInput; end class Unknown < ConnectionPropertiesInput; end end |
#spark_emr_properties ⇒ Types::SparkEmrPropertiesInput
The Spark EMR properties of a connection.
2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2074 class ConnectionPropertiesInput < Struct.new( :athena_properties, :glue_properties, :hyper_pod_properties, :iam_properties, :redshift_properties, :spark_emr_properties, :spark_glue_properties, :s3_properties, :amazon_q_properties, :mlflow_properties, :workflows_mwaa_properties, :workflows_serverless_properties, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class AthenaProperties < ConnectionPropertiesInput; end class GlueProperties < ConnectionPropertiesInput; end class HyperPodProperties < ConnectionPropertiesInput; end class IamProperties < ConnectionPropertiesInput; end class RedshiftProperties < ConnectionPropertiesInput; end class SparkEmrProperties < ConnectionPropertiesInput; end class SparkGlueProperties < ConnectionPropertiesInput; end class S3Properties < ConnectionPropertiesInput; end class AmazonQProperties < ConnectionPropertiesInput; end class MlflowProperties < ConnectionPropertiesInput; end class WorkflowsMwaaProperties < ConnectionPropertiesInput; end class WorkflowsServerlessProperties < ConnectionPropertiesInput; end class Unknown < ConnectionPropertiesInput; end end |
#spark_glue_properties ⇒ Types::SparkGluePropertiesInput
The Spark Amazon Web Services Glue properties of a connection.
2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2074 class ConnectionPropertiesInput < Struct.new( :athena_properties, :glue_properties, :hyper_pod_properties, :iam_properties, :redshift_properties, :spark_emr_properties, :spark_glue_properties, :s3_properties, :amazon_q_properties, :mlflow_properties, :workflows_mwaa_properties, :workflows_serverless_properties, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class AthenaProperties < ConnectionPropertiesInput; end class GlueProperties < ConnectionPropertiesInput; end class HyperPodProperties < ConnectionPropertiesInput; end class IamProperties < ConnectionPropertiesInput; end class RedshiftProperties < ConnectionPropertiesInput; end class SparkEmrProperties < ConnectionPropertiesInput; end class SparkGlueProperties < ConnectionPropertiesInput; end class S3Properties < ConnectionPropertiesInput; end class AmazonQProperties < ConnectionPropertiesInput; end class MlflowProperties < ConnectionPropertiesInput; end class WorkflowsMwaaProperties < ConnectionPropertiesInput; end class WorkflowsServerlessProperties < ConnectionPropertiesInput; end class Unknown < ConnectionPropertiesInput; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
2074 2075 2076 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2074 def unknown @unknown end |
#workflows_mwaa_properties ⇒ Types::WorkflowsMwaaPropertiesInput
The Amazon MWAA properties of a connection.
2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2074 class ConnectionPropertiesInput < Struct.new( :athena_properties, :glue_properties, :hyper_pod_properties, :iam_properties, :redshift_properties, :spark_emr_properties, :spark_glue_properties, :s3_properties, :amazon_q_properties, :mlflow_properties, :workflows_mwaa_properties, :workflows_serverless_properties, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class AthenaProperties < ConnectionPropertiesInput; end class GlueProperties < ConnectionPropertiesInput; end class HyperPodProperties < ConnectionPropertiesInput; end class IamProperties < ConnectionPropertiesInput; end class RedshiftProperties < ConnectionPropertiesInput; end class SparkEmrProperties < ConnectionPropertiesInput; end class SparkGlueProperties < ConnectionPropertiesInput; end class S3Properties < ConnectionPropertiesInput; end class AmazonQProperties < ConnectionPropertiesInput; end class MlflowProperties < ConnectionPropertiesInput; end class WorkflowsMwaaProperties < ConnectionPropertiesInput; end class WorkflowsServerlessProperties < ConnectionPropertiesInput; end class Unknown < ConnectionPropertiesInput; end end |
#workflows_serverless_properties ⇒ Types::WorkflowsServerlessPropertiesInput
The MWAA serverless properties of a connection.
2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2074 class ConnectionPropertiesInput < Struct.new( :athena_properties, :glue_properties, :hyper_pod_properties, :iam_properties, :redshift_properties, :spark_emr_properties, :spark_glue_properties, :s3_properties, :amazon_q_properties, :mlflow_properties, :workflows_mwaa_properties, :workflows_serverless_properties, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class AthenaProperties < ConnectionPropertiesInput; end class GlueProperties < ConnectionPropertiesInput; end class HyperPodProperties < ConnectionPropertiesInput; end class IamProperties < ConnectionPropertiesInput; end class RedshiftProperties < ConnectionPropertiesInput; end class SparkEmrProperties < ConnectionPropertiesInput; end class SparkGlueProperties < ConnectionPropertiesInput; end class S3Properties < ConnectionPropertiesInput; end class AmazonQProperties < ConnectionPropertiesInput; end class MlflowProperties < ConnectionPropertiesInput; end class WorkflowsMwaaProperties < ConnectionPropertiesInput; end class WorkflowsServerlessProperties < ConnectionPropertiesInput; end class Unknown < ConnectionPropertiesInput; end end |