Class: Aws::DataZone::Types::ConnectionPropertiesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ConnectionPropertiesOutput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
ConnectionPropertiesOutput is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of ConnectionPropertiesOutput corresponding to the set member.
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::AmazonQPropertiesOutput
The Amazon Q properties of the connection.
-
#athena_properties ⇒ Types::AthenaPropertiesOutput
The Amazon Athena properties of a connection.
-
#glue_properties ⇒ Types::GluePropertiesOutput
The Amazon Web Services Glue properties of a connection.
-
#hyper_pod_properties ⇒ Types::HyperPodPropertiesOutput
The hyper pod properties of a connection.
-
#iam_properties ⇒ Types::IamPropertiesOutput
The IAM properties of a connection.
-
#mlflow_properties ⇒ Types::MlflowPropertiesOutput
The MLflow properties of a connection.
-
#redshift_properties ⇒ Types::RedshiftPropertiesOutput
The Amazon Redshift properties of a connection.
-
#s3_properties ⇒ Types::S3PropertiesOutput
The Amazon S3 properties of a connection.
-
#spark_emr_properties ⇒ Types::SparkEmrPropertiesOutput
The Spark EMR properties of a connection.
-
#spark_glue_properties ⇒ Types::SparkGluePropertiesOutput
The Spark Amazon Web Services Glue properties of a connection.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#workflows_mwaa_properties ⇒ Types::WorkflowsMwaaPropertiesOutput
The Amazon MWAA properties of a connection.
-
#workflows_serverless_properties ⇒ Types::WorkflowsServerlessPropertiesOutput
The MWAA serverless properties of a connection.
Instance Attribute Details
#amazon_q_properties ⇒ Types::AmazonQPropertiesOutput
The Amazon Q properties of the connection.
2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2180 class ConnectionPropertiesOutput < 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 < ConnectionPropertiesOutput; end class GlueProperties < ConnectionPropertiesOutput; end class HyperPodProperties < ConnectionPropertiesOutput; end class IamProperties < ConnectionPropertiesOutput; end class RedshiftProperties < ConnectionPropertiesOutput; end class SparkEmrProperties < ConnectionPropertiesOutput; end class SparkGlueProperties < ConnectionPropertiesOutput; end class S3Properties < ConnectionPropertiesOutput; end class AmazonQProperties < ConnectionPropertiesOutput; end class MlflowProperties < ConnectionPropertiesOutput; end class WorkflowsMwaaProperties < ConnectionPropertiesOutput; end class WorkflowsServerlessProperties < ConnectionPropertiesOutput; end class Unknown < ConnectionPropertiesOutput; end end |
#athena_properties ⇒ Types::AthenaPropertiesOutput
The Amazon Athena properties of a connection.
2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2180 class ConnectionPropertiesOutput < 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 < ConnectionPropertiesOutput; end class GlueProperties < ConnectionPropertiesOutput; end class HyperPodProperties < ConnectionPropertiesOutput; end class IamProperties < ConnectionPropertiesOutput; end class RedshiftProperties < ConnectionPropertiesOutput; end class SparkEmrProperties < ConnectionPropertiesOutput; end class SparkGlueProperties < ConnectionPropertiesOutput; end class S3Properties < ConnectionPropertiesOutput; end class AmazonQProperties < ConnectionPropertiesOutput; end class MlflowProperties < ConnectionPropertiesOutput; end class WorkflowsMwaaProperties < ConnectionPropertiesOutput; end class WorkflowsServerlessProperties < ConnectionPropertiesOutput; end class Unknown < ConnectionPropertiesOutput; end end |
#glue_properties ⇒ Types::GluePropertiesOutput
The Amazon Web Services Glue properties of a connection.
2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2180 class ConnectionPropertiesOutput < 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 < ConnectionPropertiesOutput; end class GlueProperties < ConnectionPropertiesOutput; end class HyperPodProperties < ConnectionPropertiesOutput; end class IamProperties < ConnectionPropertiesOutput; end class RedshiftProperties < ConnectionPropertiesOutput; end class SparkEmrProperties < ConnectionPropertiesOutput; end class SparkGlueProperties < ConnectionPropertiesOutput; end class S3Properties < ConnectionPropertiesOutput; end class AmazonQProperties < ConnectionPropertiesOutput; end class MlflowProperties < ConnectionPropertiesOutput; end class WorkflowsMwaaProperties < ConnectionPropertiesOutput; end class WorkflowsServerlessProperties < ConnectionPropertiesOutput; end class Unknown < ConnectionPropertiesOutput; end end |
#hyper_pod_properties ⇒ Types::HyperPodPropertiesOutput
The hyper pod properties of a connection.
2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2180 class ConnectionPropertiesOutput < 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 < ConnectionPropertiesOutput; end class GlueProperties < ConnectionPropertiesOutput; end class HyperPodProperties < ConnectionPropertiesOutput; end class IamProperties < ConnectionPropertiesOutput; end class RedshiftProperties < ConnectionPropertiesOutput; end class SparkEmrProperties < ConnectionPropertiesOutput; end class SparkGlueProperties < ConnectionPropertiesOutput; end class S3Properties < ConnectionPropertiesOutput; end class AmazonQProperties < ConnectionPropertiesOutput; end class MlflowProperties < ConnectionPropertiesOutput; end class WorkflowsMwaaProperties < ConnectionPropertiesOutput; end class WorkflowsServerlessProperties < ConnectionPropertiesOutput; end class Unknown < ConnectionPropertiesOutput; end end |
#iam_properties ⇒ Types::IamPropertiesOutput
The IAM properties of a connection.
2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2180 class ConnectionPropertiesOutput < 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 < ConnectionPropertiesOutput; end class GlueProperties < ConnectionPropertiesOutput; end class HyperPodProperties < ConnectionPropertiesOutput; end class IamProperties < ConnectionPropertiesOutput; end class RedshiftProperties < ConnectionPropertiesOutput; end class SparkEmrProperties < ConnectionPropertiesOutput; end class SparkGlueProperties < ConnectionPropertiesOutput; end class S3Properties < ConnectionPropertiesOutput; end class AmazonQProperties < ConnectionPropertiesOutput; end class MlflowProperties < ConnectionPropertiesOutput; end class WorkflowsMwaaProperties < ConnectionPropertiesOutput; end class WorkflowsServerlessProperties < ConnectionPropertiesOutput; end class Unknown < ConnectionPropertiesOutput; end end |
#mlflow_properties ⇒ Types::MlflowPropertiesOutput
The MLflow properties of a connection.
2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2180 class ConnectionPropertiesOutput < 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 < ConnectionPropertiesOutput; end class GlueProperties < ConnectionPropertiesOutput; end class HyperPodProperties < ConnectionPropertiesOutput; end class IamProperties < ConnectionPropertiesOutput; end class RedshiftProperties < ConnectionPropertiesOutput; end class SparkEmrProperties < ConnectionPropertiesOutput; end class SparkGlueProperties < ConnectionPropertiesOutput; end class S3Properties < ConnectionPropertiesOutput; end class AmazonQProperties < ConnectionPropertiesOutput; end class MlflowProperties < ConnectionPropertiesOutput; end class WorkflowsMwaaProperties < ConnectionPropertiesOutput; end class WorkflowsServerlessProperties < ConnectionPropertiesOutput; end class Unknown < ConnectionPropertiesOutput; end end |
#redshift_properties ⇒ Types::RedshiftPropertiesOutput
The Amazon Redshift properties of a connection.
2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2180 class ConnectionPropertiesOutput < 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 < ConnectionPropertiesOutput; end class GlueProperties < ConnectionPropertiesOutput; end class HyperPodProperties < ConnectionPropertiesOutput; end class IamProperties < ConnectionPropertiesOutput; end class RedshiftProperties < ConnectionPropertiesOutput; end class SparkEmrProperties < ConnectionPropertiesOutput; end class SparkGlueProperties < ConnectionPropertiesOutput; end class S3Properties < ConnectionPropertiesOutput; end class AmazonQProperties < ConnectionPropertiesOutput; end class MlflowProperties < ConnectionPropertiesOutput; end class WorkflowsMwaaProperties < ConnectionPropertiesOutput; end class WorkflowsServerlessProperties < ConnectionPropertiesOutput; end class Unknown < ConnectionPropertiesOutput; end end |
#s3_properties ⇒ Types::S3PropertiesOutput
The Amazon S3 properties of a connection.
2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2180 class ConnectionPropertiesOutput < 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 < ConnectionPropertiesOutput; end class GlueProperties < ConnectionPropertiesOutput; end class HyperPodProperties < ConnectionPropertiesOutput; end class IamProperties < ConnectionPropertiesOutput; end class RedshiftProperties < ConnectionPropertiesOutput; end class SparkEmrProperties < ConnectionPropertiesOutput; end class SparkGlueProperties < ConnectionPropertiesOutput; end class S3Properties < ConnectionPropertiesOutput; end class AmazonQProperties < ConnectionPropertiesOutput; end class MlflowProperties < ConnectionPropertiesOutput; end class WorkflowsMwaaProperties < ConnectionPropertiesOutput; end class WorkflowsServerlessProperties < ConnectionPropertiesOutput; end class Unknown < ConnectionPropertiesOutput; end end |
#spark_emr_properties ⇒ Types::SparkEmrPropertiesOutput
The Spark EMR properties of a connection.
2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2180 class ConnectionPropertiesOutput < 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 < ConnectionPropertiesOutput; end class GlueProperties < ConnectionPropertiesOutput; end class HyperPodProperties < ConnectionPropertiesOutput; end class IamProperties < ConnectionPropertiesOutput; end class RedshiftProperties < ConnectionPropertiesOutput; end class SparkEmrProperties < ConnectionPropertiesOutput; end class SparkGlueProperties < ConnectionPropertiesOutput; end class S3Properties < ConnectionPropertiesOutput; end class AmazonQProperties < ConnectionPropertiesOutput; end class MlflowProperties < ConnectionPropertiesOutput; end class WorkflowsMwaaProperties < ConnectionPropertiesOutput; end class WorkflowsServerlessProperties < ConnectionPropertiesOutput; end class Unknown < ConnectionPropertiesOutput; end end |
#spark_glue_properties ⇒ Types::SparkGluePropertiesOutput
The Spark Amazon Web Services Glue properties of a connection.
2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2180 class ConnectionPropertiesOutput < 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 < ConnectionPropertiesOutput; end class GlueProperties < ConnectionPropertiesOutput; end class HyperPodProperties < ConnectionPropertiesOutput; end class IamProperties < ConnectionPropertiesOutput; end class RedshiftProperties < ConnectionPropertiesOutput; end class SparkEmrProperties < ConnectionPropertiesOutput; end class SparkGlueProperties < ConnectionPropertiesOutput; end class S3Properties < ConnectionPropertiesOutput; end class AmazonQProperties < ConnectionPropertiesOutput; end class MlflowProperties < ConnectionPropertiesOutput; end class WorkflowsMwaaProperties < ConnectionPropertiesOutput; end class WorkflowsServerlessProperties < ConnectionPropertiesOutput; end class Unknown < ConnectionPropertiesOutput; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
2180 2181 2182 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2180 def unknown @unknown end |
#workflows_mwaa_properties ⇒ Types::WorkflowsMwaaPropertiesOutput
The Amazon MWAA properties of a connection.
2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2180 class ConnectionPropertiesOutput < 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 < ConnectionPropertiesOutput; end class GlueProperties < ConnectionPropertiesOutput; end class HyperPodProperties < ConnectionPropertiesOutput; end class IamProperties < ConnectionPropertiesOutput; end class RedshiftProperties < ConnectionPropertiesOutput; end class SparkEmrProperties < ConnectionPropertiesOutput; end class SparkGlueProperties < ConnectionPropertiesOutput; end class S3Properties < ConnectionPropertiesOutput; end class AmazonQProperties < ConnectionPropertiesOutput; end class MlflowProperties < ConnectionPropertiesOutput; end class WorkflowsMwaaProperties < ConnectionPropertiesOutput; end class WorkflowsServerlessProperties < ConnectionPropertiesOutput; end class Unknown < ConnectionPropertiesOutput; end end |
#workflows_serverless_properties ⇒ Types::WorkflowsServerlessPropertiesOutput
The MWAA serverless properties of a connection.
2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2180 class ConnectionPropertiesOutput < 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 < ConnectionPropertiesOutput; end class GlueProperties < ConnectionPropertiesOutput; end class HyperPodProperties < ConnectionPropertiesOutput; end class IamProperties < ConnectionPropertiesOutput; end class RedshiftProperties < ConnectionPropertiesOutput; end class SparkEmrProperties < ConnectionPropertiesOutput; end class SparkGlueProperties < ConnectionPropertiesOutput; end class S3Properties < ConnectionPropertiesOutput; end class AmazonQProperties < ConnectionPropertiesOutput; end class MlflowProperties < ConnectionPropertiesOutput; end class WorkflowsMwaaProperties < ConnectionPropertiesOutput; end class WorkflowsServerlessProperties < ConnectionPropertiesOutput; end class Unknown < ConnectionPropertiesOutput; end end |