Class: Aws::DataZone::Types::SparkEmrPropertiesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::SparkEmrPropertiesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The Spark EMR properties.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compute_arn ⇒ String
The compute ARN of Spark EMR.
-
#instance_profile_arn ⇒ String
The instance profile ARN of Spark EMR.
-
#java_virtual_env ⇒ String
The java virtual env 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.
-
#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 certificates S3 URI of the Spark EMR.
Instance Attribute Details
#compute_arn ⇒ String
The compute ARN of Spark EMR.
20674 20675 20676 20677 20678 20679 20680 20681 20682 20683 20684 20685 |
# File 'lib/aws-sdk-datazone/types.rb', line 20674 class SparkEmrPropertiesInput < Struct.new( :compute_arn, :instance_profile_arn, :java_virtual_env, :log_uri, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri, :managed_endpoint_arn) SENSITIVE = [] include Aws::Structure end |
#instance_profile_arn ⇒ String
The instance profile ARN of Spark EMR.
20674 20675 20676 20677 20678 20679 20680 20681 20682 20683 20684 20685 |
# File 'lib/aws-sdk-datazone/types.rb', line 20674 class SparkEmrPropertiesInput < Struct.new( :compute_arn, :instance_profile_arn, :java_virtual_env, :log_uri, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri, :managed_endpoint_arn) SENSITIVE = [] include Aws::Structure end |
#java_virtual_env ⇒ String
The java virtual env of the Spark EMR.
20674 20675 20676 20677 20678 20679 20680 20681 20682 20683 20684 20685 |
# File 'lib/aws-sdk-datazone/types.rb', line 20674 class SparkEmrPropertiesInput < Struct.new( :compute_arn, :instance_profile_arn, :java_virtual_env, :log_uri, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri, :managed_endpoint_arn) SENSITIVE = [] include Aws::Structure end |
#log_uri ⇒ String
The log URI of the Spark EMR.
20674 20675 20676 20677 20678 20679 20680 20681 20682 20683 20684 20685 |
# File 'lib/aws-sdk-datazone/types.rb', line 20674 class SparkEmrPropertiesInput < Struct.new( :compute_arn, :instance_profile_arn, :java_virtual_env, :log_uri, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri, :managed_endpoint_arn) SENSITIVE = [] include Aws::Structure end |
#managed_endpoint_arn ⇒ String
The managed endpoint ARN of the EMR on EKS cluster.
20674 20675 20676 20677 20678 20679 20680 20681 20682 20683 20684 20685 |
# File 'lib/aws-sdk-datazone/types.rb', line 20674 class SparkEmrPropertiesInput < Struct.new( :compute_arn, :instance_profile_arn, :java_virtual_env, :log_uri, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri, :managed_endpoint_arn) SENSITIVE = [] include Aws::Structure end |
#python_virtual_env ⇒ String
The Python virtual env of the Spark EMR.
20674 20675 20676 20677 20678 20679 20680 20681 20682 20683 20684 20685 |
# File 'lib/aws-sdk-datazone/types.rb', line 20674 class SparkEmrPropertiesInput < Struct.new( :compute_arn, :instance_profile_arn, :java_virtual_env, :log_uri, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri, :managed_endpoint_arn) SENSITIVE = [] include Aws::Structure end |
#runtime_role ⇒ String
The runtime role of the Spark EMR.
20674 20675 20676 20677 20678 20679 20680 20681 20682 20683 20684 20685 |
# File 'lib/aws-sdk-datazone/types.rb', line 20674 class SparkEmrPropertiesInput < Struct.new( :compute_arn, :instance_profile_arn, :java_virtual_env, :log_uri, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri, :managed_endpoint_arn) SENSITIVE = [] include Aws::Structure end |
#trusted_certificates_s3_uri ⇒ String
The certificates S3 URI of the Spark EMR.
20674 20675 20676 20677 20678 20679 20680 20681 20682 20683 20684 20685 |
# File 'lib/aws-sdk-datazone/types.rb', line 20674 class SparkEmrPropertiesInput < Struct.new( :compute_arn, :instance_profile_arn, :java_virtual_env, :log_uri, :python_virtual_env, :runtime_role, :trusted_certificates_s3_uri, :managed_endpoint_arn) SENSITIVE = [] include Aws::Structure end |