Class: Aws::DataZone::Types::SparkEmrPropertiesOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

The Spark EMR properties.

Constant Summary collapse

SENSITIVE =
[:credentials, :managed_endpoint_credentials]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_dataString

The certificate data of the EMR on EKS cluster.

Returns:

  • (String)


19512
19513
19514
19515
19516
19517
19518
19519
19520
19521
19522
19523
19524
19525
19526
19527
19528
19529
# File 'lib/aws-sdk-datazone/types.rb', line 19512

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_arnString

The compute ARN of the Spark EMR.

Returns:

  • (String)


19512
19513
19514
19515
19516
19517
19518
19519
19520
19521
19522
19523
19524
19525
19526
19527
19528
19529
# File 'lib/aws-sdk-datazone/types.rb', line 19512

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

#credentialsTypes::UsernamePassword

The credentials of the Spark EMR.



19512
19513
19514
19515
19516
19517
19518
19519
19520
19521
19522
19523
19524
19525
19526
19527
19528
19529
# File 'lib/aws-sdk-datazone/types.rb', line 19512

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_expirationTime

The credential expiration of the Spark EMR.

Returns:

  • (Time)


19512
19513
19514
19515
19516
19517
19518
19519
19520
19521
19522
19523
19524
19525
19526
19527
19528
19529
# File 'lib/aws-sdk-datazone/types.rb', line 19512

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_typeString

The governance type of the Spark EMR.

Returns:

  • (String)


19512
19513
19514
19515
19516
19517
19518
19519
19520
19521
19522
19523
19524
19525
19526
19527
19528
19529
# File 'lib/aws-sdk-datazone/types.rb', line 19512

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_arnString

The instance profile ARN of the Spark EMR.

Returns:

  • (String)


19512
19513
19514
19515
19516
19517
19518
19519
19520
19521
19522
19523
19524
19525
19526
19527
19528
19529
# File 'lib/aws-sdk-datazone/types.rb', line 19512

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_envString

The Java virtual env of the Spark EMR.

Returns:

  • (String)


19512
19513
19514
19515
19516
19517
19518
19519
19520
19521
19522
19523
19524
19525
19526
19527
19528
19529
# File 'lib/aws-sdk-datazone/types.rb', line 19512

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_endpointString

The livy endpoint of the Spark EMR.

Returns:

  • (String)


19512
19513
19514
19515
19516
19517
19518
19519
19520
19521
19522
19523
19524
19525
19526
19527
19528
19529
# File 'lib/aws-sdk-datazone/types.rb', line 19512

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_uriString

The log URI of the Spark EMR.

Returns:

  • (String)


19512
19513
19514
19515
19516
19517
19518
19519
19520
19521
19522
19523
19524
19525
19526
19527
19528
19529
# File 'lib/aws-sdk-datazone/types.rb', line 19512

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_arnString

The managed endpoint ARN of the EMR on EKS cluster.

Returns:

  • (String)


19512
19513
19514
19515
19516
19517
19518
19519
19520
19521
19522
19523
19524
19525
19526
19527
19528
19529
# File 'lib/aws-sdk-datazone/types.rb', line 19512

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_credentialsTypes::ManagedEndpointCredentials

The managed endpoint credentials of the EMR on EKS cluster.



19512
19513
19514
19515
19516
19517
19518
19519
19520
19521
19522
19523
19524
19525
19526
19527
19528
19529
# File 'lib/aws-sdk-datazone/types.rb', line 19512

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_envString

The Python virtual env of the Spark EMR.

Returns:

  • (String)


19512
19513
19514
19515
19516
19517
19518
19519
19520
19521
19522
19523
19524
19525
19526
19527
19528
19529
# File 'lib/aws-sdk-datazone/types.rb', line 19512

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_roleString

The runtime role of the Spark EMR.

Returns:

  • (String)


19512
19513
19514
19515
19516
19517
19518
19519
19520
19521
19522
19523
19524
19525
19526
19527
19528
19529
# File 'lib/aws-sdk-datazone/types.rb', line 19512

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_uriString

The trusted certificate S3 URL of the Spark EMR.

Returns:

  • (String)


19512
19513
19514
19515
19516
19517
19518
19519
19520
19521
19522
19523
19524
19525
19526
19527
19528
19529
# File 'lib/aws-sdk-datazone/types.rb', line 19512

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