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.
19439 19440 19441 19442 19443 19444 19445 19446 19447 19448 19449 19450 |
# File 'lib/aws-sdk-datazone/types.rb', line 19439 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.
19439 19440 19441 19442 19443 19444 19445 19446 19447 19448 19449 19450 |
# File 'lib/aws-sdk-datazone/types.rb', line 19439 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.
19439 19440 19441 19442 19443 19444 19445 19446 19447 19448 19449 19450 |
# File 'lib/aws-sdk-datazone/types.rb', line 19439 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.
19439 19440 19441 19442 19443 19444 19445 19446 19447 19448 19449 19450 |
# File 'lib/aws-sdk-datazone/types.rb', line 19439 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.
19439 19440 19441 19442 19443 19444 19445 19446 19447 19448 19449 19450 |
# File 'lib/aws-sdk-datazone/types.rb', line 19439 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.
19439 19440 19441 19442 19443 19444 19445 19446 19447 19448 19449 19450 |
# File 'lib/aws-sdk-datazone/types.rb', line 19439 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.
19439 19440 19441 19442 19443 19444 19445 19446 19447 19448 19449 19450 |
# File 'lib/aws-sdk-datazone/types.rb', line 19439 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.
19439 19440 19441 19442 19443 19444 19445 19446 19447 19448 19449 19450 |
# File 'lib/aws-sdk-datazone/types.rb', line 19439 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 |