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.
18175 18176 18177 18178 18179 18180 18181 18182 18183 18184 18185 18186 18187 18188 18189 18190 18191 18192 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18175 class SparkEmrPropertiesOutput < Struct.new( :certificate_data, :compute_arn, :credentials, :credentials_expiration, :governance_type, :instance_profile_arn, :java_virtual_env, :livy_endpoint, :log_uri, :managed_endpoint_arn, :managed_endpoint_credentials, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri) SENSITIVE = [:credentials, :managed_endpoint_credentials] include Aws::Structure end |
#compute_arn ⇒ String
The compute ARN of the Spark EMR.
18175 18176 18177 18178 18179 18180 18181 18182 18183 18184 18185 18186 18187 18188 18189 18190 18191 18192 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18175 class SparkEmrPropertiesOutput < Struct.new( :certificate_data, :compute_arn, :credentials, :credentials_expiration, :governance_type, :instance_profile_arn, :java_virtual_env, :livy_endpoint, :log_uri, :managed_endpoint_arn, :managed_endpoint_credentials, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri) SENSITIVE = [:credentials, :managed_endpoint_credentials] include Aws::Structure end |
#credentials ⇒ Types::UsernamePassword
The credentials of the Spark EMR.
18175 18176 18177 18178 18179 18180 18181 18182 18183 18184 18185 18186 18187 18188 18189 18190 18191 18192 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18175 class SparkEmrPropertiesOutput < Struct.new( :certificate_data, :compute_arn, :credentials, :credentials_expiration, :governance_type, :instance_profile_arn, :java_virtual_env, :livy_endpoint, :log_uri, :managed_endpoint_arn, :managed_endpoint_credentials, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri) SENSITIVE = [:credentials, :managed_endpoint_credentials] include Aws::Structure end |
#credentials_expiration ⇒ Time
The credential expiration of the Spark EMR.
18175 18176 18177 18178 18179 18180 18181 18182 18183 18184 18185 18186 18187 18188 18189 18190 18191 18192 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18175 class SparkEmrPropertiesOutput < Struct.new( :certificate_data, :compute_arn, :credentials, :credentials_expiration, :governance_type, :instance_profile_arn, :java_virtual_env, :livy_endpoint, :log_uri, :managed_endpoint_arn, :managed_endpoint_credentials, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri) SENSITIVE = [:credentials, :managed_endpoint_credentials] include Aws::Structure end |
#governance_type ⇒ String
The governance type of the Spark EMR.
18175 18176 18177 18178 18179 18180 18181 18182 18183 18184 18185 18186 18187 18188 18189 18190 18191 18192 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18175 class SparkEmrPropertiesOutput < Struct.new( :certificate_data, :compute_arn, :credentials, :credentials_expiration, :governance_type, :instance_profile_arn, :java_virtual_env, :livy_endpoint, :log_uri, :managed_endpoint_arn, :managed_endpoint_credentials, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri) SENSITIVE = [:credentials, :managed_endpoint_credentials] include Aws::Structure end |
#instance_profile_arn ⇒ String
The instance profile ARN of the Spark EMR.
18175 18176 18177 18178 18179 18180 18181 18182 18183 18184 18185 18186 18187 18188 18189 18190 18191 18192 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18175 class SparkEmrPropertiesOutput < Struct.new( :certificate_data, :compute_arn, :credentials, :credentials_expiration, :governance_type, :instance_profile_arn, :java_virtual_env, :livy_endpoint, :log_uri, :managed_endpoint_arn, :managed_endpoint_credentials, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri) SENSITIVE = [:credentials, :managed_endpoint_credentials] include Aws::Structure end |
#java_virtual_env ⇒ String
The Java virtual env of the Spark EMR.
18175 18176 18177 18178 18179 18180 18181 18182 18183 18184 18185 18186 18187 18188 18189 18190 18191 18192 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18175 class SparkEmrPropertiesOutput < Struct.new( :certificate_data, :compute_arn, :credentials, :credentials_expiration, :governance_type, :instance_profile_arn, :java_virtual_env, :livy_endpoint, :log_uri, :managed_endpoint_arn, :managed_endpoint_credentials, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri) SENSITIVE = [:credentials, :managed_endpoint_credentials] include Aws::Structure end |
#livy_endpoint ⇒ String
The livy endpoint of the Spark EMR.
18175 18176 18177 18178 18179 18180 18181 18182 18183 18184 18185 18186 18187 18188 18189 18190 18191 18192 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18175 class SparkEmrPropertiesOutput < Struct.new( :certificate_data, :compute_arn, :credentials, :credentials_expiration, :governance_type, :instance_profile_arn, :java_virtual_env, :livy_endpoint, :log_uri, :managed_endpoint_arn, :managed_endpoint_credentials, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri) SENSITIVE = [:credentials, :managed_endpoint_credentials] include Aws::Structure end |
#log_uri ⇒ String
The log URI of the Spark EMR.
18175 18176 18177 18178 18179 18180 18181 18182 18183 18184 18185 18186 18187 18188 18189 18190 18191 18192 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18175 class SparkEmrPropertiesOutput < Struct.new( :certificate_data, :compute_arn, :credentials, :credentials_expiration, :governance_type, :instance_profile_arn, :java_virtual_env, :livy_endpoint, :log_uri, :managed_endpoint_arn, :managed_endpoint_credentials, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri) SENSITIVE = [:credentials, :managed_endpoint_credentials] include Aws::Structure end |
#managed_endpoint_arn ⇒ String
The managed endpoint ARN of the EMR on EKS cluster.
18175 18176 18177 18178 18179 18180 18181 18182 18183 18184 18185 18186 18187 18188 18189 18190 18191 18192 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18175 class SparkEmrPropertiesOutput < Struct.new( :certificate_data, :compute_arn, :credentials, :credentials_expiration, :governance_type, :instance_profile_arn, :java_virtual_env, :livy_endpoint, :log_uri, :managed_endpoint_arn, :managed_endpoint_credentials, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri) SENSITIVE = [:credentials, :managed_endpoint_credentials] include Aws::Structure end |
#managed_endpoint_credentials ⇒ Types::ManagedEndpointCredentials
The managed endpoint credentials of the EMR on EKS cluster.
18175 18176 18177 18178 18179 18180 18181 18182 18183 18184 18185 18186 18187 18188 18189 18190 18191 18192 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18175 class SparkEmrPropertiesOutput < Struct.new( :certificate_data, :compute_arn, :credentials, :credentials_expiration, :governance_type, :instance_profile_arn, :java_virtual_env, :livy_endpoint, :log_uri, :managed_endpoint_arn, :managed_endpoint_credentials, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri) SENSITIVE = [:credentials, :managed_endpoint_credentials] include Aws::Structure end |
#python_virtual_env ⇒ String
The Python virtual env of the Spark EMR.
18175 18176 18177 18178 18179 18180 18181 18182 18183 18184 18185 18186 18187 18188 18189 18190 18191 18192 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18175 class SparkEmrPropertiesOutput < Struct.new( :certificate_data, :compute_arn, :credentials, :credentials_expiration, :governance_type, :instance_profile_arn, :java_virtual_env, :livy_endpoint, :log_uri, :managed_endpoint_arn, :managed_endpoint_credentials, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri) SENSITIVE = [:credentials, :managed_endpoint_credentials] include Aws::Structure end |
#runtime_role ⇒ String
The runtime role of the Spark EMR.
18175 18176 18177 18178 18179 18180 18181 18182 18183 18184 18185 18186 18187 18188 18189 18190 18191 18192 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18175 class SparkEmrPropertiesOutput < Struct.new( :certificate_data, :compute_arn, :credentials, :credentials_expiration, :governance_type, :instance_profile_arn, :java_virtual_env, :livy_endpoint, :log_uri, :managed_endpoint_arn, :managed_endpoint_credentials, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri) SENSITIVE = [:credentials, :managed_endpoint_credentials] include Aws::Structure end |
#trusted_certificates_s3_uri ⇒ String
The trusted certificate S3 URL of the Spark EMR.
18175 18176 18177 18178 18179 18180 18181 18182 18183 18184 18185 18186 18187 18188 18189 18190 18191 18192 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18175 class SparkEmrPropertiesOutput < Struct.new( :certificate_data, :compute_arn, :credentials, :credentials_expiration, :governance_type, :instance_profile_arn, :java_virtual_env, :livy_endpoint, :log_uri, :managed_endpoint_arn, :managed_endpoint_credentials, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri) SENSITIVE = [:credentials, :managed_endpoint_credentials] include Aws::Structure end |