Class: Aws::DataZone::Types::SparkEmrPropertiesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::SparkEmrPropertiesOutput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The Spark EMR properties.
Constant Summary collapse
- SENSITIVE =
[:credentials, :managed_endpoint_credentials]
Instance Attribute Summary collapse
-
#certificate_data ⇒ String
The certificate data of the EMR on EKS cluster.
-
#compute_arn ⇒ String
The compute ARN of the Spark EMR.
-
#credentials ⇒ Types::UsernamePassword
The credentials of the Spark EMR.
-
#credentials_expiration ⇒ Time
The credential expiration of the Spark EMR.
-
#governance_type ⇒ String
The governance type of the Spark EMR.
-
#instance_profile_arn ⇒ String
The instance profile ARN of the Spark EMR.
-
#java_virtual_env ⇒ String
The Java virtual env of the Spark EMR.
-
#livy_endpoint ⇒ String
The livy endpoint of the Spark EMR.
-
#log_uri ⇒ String
The log URI of the Spark EMR.
-
#managed_endpoint_arn ⇒ String
The managed endpoint ARN of the EMR on EKS cluster.
-
#managed_endpoint_credentials ⇒ Types::ManagedEndpointCredentials
The managed endpoint credentials of the EMR on EKS cluster.
-
#python_virtual_env ⇒ String
The Python virtual env of the Spark EMR.
-
#runtime_role ⇒ String
The runtime role of the Spark EMR.
-
#trusted_certificates_s3_uri ⇒ String
The trusted certificate S3 URL of the Spark EMR.
Instance Attribute Details
#certificate_data ⇒ String
The certificate data of the EMR on EKS cluster.
19023 19024 19025 19026 19027 19028 19029 19030 19031 19032 19033 19034 19035 19036 19037 19038 19039 19040 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19023 class SparkEmrPropertiesOutput < Struct.new( :compute_arn, :credentials, :credentials_expiration, :governance_type, :instance_profile_arn, :java_virtual_env, :livy_endpoint, :log_uri, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri, :certificate_data, :managed_endpoint_arn, :managed_endpoint_credentials) SENSITIVE = [:credentials, :managed_endpoint_credentials] include Aws::Structure end |
#compute_arn ⇒ String
The compute ARN of the Spark EMR.
19023 19024 19025 19026 19027 19028 19029 19030 19031 19032 19033 19034 19035 19036 19037 19038 19039 19040 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19023 class SparkEmrPropertiesOutput < Struct.new( :compute_arn, :credentials, :credentials_expiration, :governance_type, :instance_profile_arn, :java_virtual_env, :livy_endpoint, :log_uri, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri, :certificate_data, :managed_endpoint_arn, :managed_endpoint_credentials) SENSITIVE = [:credentials, :managed_endpoint_credentials] include Aws::Structure end |
#credentials ⇒ Types::UsernamePassword
The credentials of the Spark EMR.
19023 19024 19025 19026 19027 19028 19029 19030 19031 19032 19033 19034 19035 19036 19037 19038 19039 19040 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19023 class SparkEmrPropertiesOutput < Struct.new( :compute_arn, :credentials, :credentials_expiration, :governance_type, :instance_profile_arn, :java_virtual_env, :livy_endpoint, :log_uri, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri, :certificate_data, :managed_endpoint_arn, :managed_endpoint_credentials) SENSITIVE = [:credentials, :managed_endpoint_credentials] include Aws::Structure end |
#credentials_expiration ⇒ Time
The credential expiration of the Spark EMR.
19023 19024 19025 19026 19027 19028 19029 19030 19031 19032 19033 19034 19035 19036 19037 19038 19039 19040 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19023 class SparkEmrPropertiesOutput < Struct.new( :compute_arn, :credentials, :credentials_expiration, :governance_type, :instance_profile_arn, :java_virtual_env, :livy_endpoint, :log_uri, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri, :certificate_data, :managed_endpoint_arn, :managed_endpoint_credentials) SENSITIVE = [:credentials, :managed_endpoint_credentials] include Aws::Structure end |
#governance_type ⇒ String
The governance type of the Spark EMR.
19023 19024 19025 19026 19027 19028 19029 19030 19031 19032 19033 19034 19035 19036 19037 19038 19039 19040 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19023 class SparkEmrPropertiesOutput < Struct.new( :compute_arn, :credentials, :credentials_expiration, :governance_type, :instance_profile_arn, :java_virtual_env, :livy_endpoint, :log_uri, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri, :certificate_data, :managed_endpoint_arn, :managed_endpoint_credentials) SENSITIVE = [:credentials, :managed_endpoint_credentials] include Aws::Structure end |
#instance_profile_arn ⇒ String
The instance profile ARN of the Spark EMR.
19023 19024 19025 19026 19027 19028 19029 19030 19031 19032 19033 19034 19035 19036 19037 19038 19039 19040 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19023 class SparkEmrPropertiesOutput < Struct.new( :compute_arn, :credentials, :credentials_expiration, :governance_type, :instance_profile_arn, :java_virtual_env, :livy_endpoint, :log_uri, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri, :certificate_data, :managed_endpoint_arn, :managed_endpoint_credentials) SENSITIVE = [:credentials, :managed_endpoint_credentials] include Aws::Structure end |
#java_virtual_env ⇒ String
The Java virtual env of the Spark EMR.
19023 19024 19025 19026 19027 19028 19029 19030 19031 19032 19033 19034 19035 19036 19037 19038 19039 19040 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19023 class SparkEmrPropertiesOutput < Struct.new( :compute_arn, :credentials, :credentials_expiration, :governance_type, :instance_profile_arn, :java_virtual_env, :livy_endpoint, :log_uri, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri, :certificate_data, :managed_endpoint_arn, :managed_endpoint_credentials) SENSITIVE = [:credentials, :managed_endpoint_credentials] include Aws::Structure end |
#livy_endpoint ⇒ String
The livy endpoint of the Spark EMR.
19023 19024 19025 19026 19027 19028 19029 19030 19031 19032 19033 19034 19035 19036 19037 19038 19039 19040 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19023 class SparkEmrPropertiesOutput < Struct.new( :compute_arn, :credentials, :credentials_expiration, :governance_type, :instance_profile_arn, :java_virtual_env, :livy_endpoint, :log_uri, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri, :certificate_data, :managed_endpoint_arn, :managed_endpoint_credentials) SENSITIVE = [:credentials, :managed_endpoint_credentials] include Aws::Structure end |
#log_uri ⇒ String
The log URI of the Spark EMR.
19023 19024 19025 19026 19027 19028 19029 19030 19031 19032 19033 19034 19035 19036 19037 19038 19039 19040 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19023 class SparkEmrPropertiesOutput < Struct.new( :compute_arn, :credentials, :credentials_expiration, :governance_type, :instance_profile_arn, :java_virtual_env, :livy_endpoint, :log_uri, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri, :certificate_data, :managed_endpoint_arn, :managed_endpoint_credentials) SENSITIVE = [:credentials, :managed_endpoint_credentials] include Aws::Structure end |
#managed_endpoint_arn ⇒ String
The managed endpoint ARN of the EMR on EKS cluster.
19023 19024 19025 19026 19027 19028 19029 19030 19031 19032 19033 19034 19035 19036 19037 19038 19039 19040 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19023 class SparkEmrPropertiesOutput < Struct.new( :compute_arn, :credentials, :credentials_expiration, :governance_type, :instance_profile_arn, :java_virtual_env, :livy_endpoint, :log_uri, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri, :certificate_data, :managed_endpoint_arn, :managed_endpoint_credentials) SENSITIVE = [:credentials, :managed_endpoint_credentials] include Aws::Structure end |
#managed_endpoint_credentials ⇒ Types::ManagedEndpointCredentials
The managed endpoint credentials of the EMR on EKS cluster.
19023 19024 19025 19026 19027 19028 19029 19030 19031 19032 19033 19034 19035 19036 19037 19038 19039 19040 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19023 class SparkEmrPropertiesOutput < Struct.new( :compute_arn, :credentials, :credentials_expiration, :governance_type, :instance_profile_arn, :java_virtual_env, :livy_endpoint, :log_uri, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri, :certificate_data, :managed_endpoint_arn, :managed_endpoint_credentials) SENSITIVE = [:credentials, :managed_endpoint_credentials] include Aws::Structure end |
#python_virtual_env ⇒ String
The Python virtual env of the Spark EMR.
19023 19024 19025 19026 19027 19028 19029 19030 19031 19032 19033 19034 19035 19036 19037 19038 19039 19040 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19023 class SparkEmrPropertiesOutput < Struct.new( :compute_arn, :credentials, :credentials_expiration, :governance_type, :instance_profile_arn, :java_virtual_env, :livy_endpoint, :log_uri, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri, :certificate_data, :managed_endpoint_arn, :managed_endpoint_credentials) SENSITIVE = [:credentials, :managed_endpoint_credentials] include Aws::Structure end |
#runtime_role ⇒ String
The runtime role of the Spark EMR.
19023 19024 19025 19026 19027 19028 19029 19030 19031 19032 19033 19034 19035 19036 19037 19038 19039 19040 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19023 class SparkEmrPropertiesOutput < Struct.new( :compute_arn, :credentials, :credentials_expiration, :governance_type, :instance_profile_arn, :java_virtual_env, :livy_endpoint, :log_uri, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri, :certificate_data, :managed_endpoint_arn, :managed_endpoint_credentials) SENSITIVE = [:credentials, :managed_endpoint_credentials] include Aws::Structure end |
#trusted_certificates_s3_uri ⇒ String
The trusted certificate S3 URL of the Spark EMR.
19023 19024 19025 19026 19027 19028 19029 19030 19031 19032 19033 19034 19035 19036 19037 19038 19039 19040 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19023 class SparkEmrPropertiesOutput < Struct.new( :compute_arn, :credentials, :credentials_expiration, :governance_type, :instance_profile_arn, :java_virtual_env, :livy_endpoint, :log_uri, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri, :certificate_data, :managed_endpoint_arn, :managed_endpoint_credentials) SENSITIVE = [:credentials, :managed_endpoint_credentials] include Aws::Structure end |