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]
Instance Attribute Summary collapse
-
#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.
-
#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
#compute_arn ⇒ String
The compute ARN of the Spark EMR.
17039 17040 17041 17042 17043 17044 17045 17046 17047 17048 17049 17050 17051 17052 17053 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17039 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) SENSITIVE = [:credentials] include Aws::Structure end |
#credentials ⇒ Types::UsernamePassword
The credentials of the Spark EMR.
17039 17040 17041 17042 17043 17044 17045 17046 17047 17048 17049 17050 17051 17052 17053 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17039 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) SENSITIVE = [:credentials] include Aws::Structure end |
#credentials_expiration ⇒ Time
The credential expiration of the Spark EMR.
17039 17040 17041 17042 17043 17044 17045 17046 17047 17048 17049 17050 17051 17052 17053 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17039 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) SENSITIVE = [:credentials] include Aws::Structure end |
#governance_type ⇒ String
The governance type of the Spark EMR.
17039 17040 17041 17042 17043 17044 17045 17046 17047 17048 17049 17050 17051 17052 17053 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17039 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) SENSITIVE = [:credentials] include Aws::Structure end |
#instance_profile_arn ⇒ String
The instance profile ARN of the Spark EMR.
17039 17040 17041 17042 17043 17044 17045 17046 17047 17048 17049 17050 17051 17052 17053 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17039 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) SENSITIVE = [:credentials] include Aws::Structure end |
#java_virtual_env ⇒ String
The Java virtual env of the Spark EMR.
17039 17040 17041 17042 17043 17044 17045 17046 17047 17048 17049 17050 17051 17052 17053 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17039 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) SENSITIVE = [:credentials] include Aws::Structure end |
#livy_endpoint ⇒ String
The livy endpoint of the Spark EMR.
17039 17040 17041 17042 17043 17044 17045 17046 17047 17048 17049 17050 17051 17052 17053 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17039 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) SENSITIVE = [:credentials] include Aws::Structure end |
#log_uri ⇒ String
The log URI of the Spark EMR.
17039 17040 17041 17042 17043 17044 17045 17046 17047 17048 17049 17050 17051 17052 17053 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17039 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) SENSITIVE = [:credentials] include Aws::Structure end |
#python_virtual_env ⇒ String
The Python virtual env of the Spark EMR.
17039 17040 17041 17042 17043 17044 17045 17046 17047 17048 17049 17050 17051 17052 17053 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17039 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) SENSITIVE = [:credentials] include Aws::Structure end |
#runtime_role ⇒ String
The runtime role of the Spark EMR.
17039 17040 17041 17042 17043 17044 17045 17046 17047 17048 17049 17050 17051 17052 17053 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17039 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) SENSITIVE = [:credentials] include Aws::Structure end |
#trusted_certificates_s3_uri ⇒ String
The trusted certificate S3 URL of the Spark EMR.
17039 17040 17041 17042 17043 17044 17045 17046 17047 17048 17049 17050 17051 17052 17053 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17039 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) SENSITIVE = [:credentials] include Aws::Structure end |