Class: Aws::EMRContainers::Types::GetManagedEndpointSessionCredentialsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

The client idempotency token of the job run request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


905
906
907
908
909
910
911
912
913
914
915
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 905

class GetManagedEndpointSessionCredentialsRequest < Struct.new(
  :endpoint_identifier,
  :virtual_cluster_identifier,
  :execution_role_arn,
  :credential_type,
  :duration_in_seconds,
  :log_context,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#credential_typeString

Type of the token requested. Currently supported and default value of this field is “TOKEN.”

Returns:

  • (String)


905
906
907
908
909
910
911
912
913
914
915
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 905

class GetManagedEndpointSessionCredentialsRequest < Struct.new(
  :endpoint_identifier,
  :virtual_cluster_identifier,
  :execution_role_arn,
  :credential_type,
  :duration_in_seconds,
  :log_context,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#duration_in_secondsInteger

Duration in seconds for which the session token is valid. The default duration is 15 minutes and the maximum is 12 hours.

Returns:

  • (Integer)


905
906
907
908
909
910
911
912
913
914
915
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 905

class GetManagedEndpointSessionCredentialsRequest < Struct.new(
  :endpoint_identifier,
  :virtual_cluster_identifier,
  :execution_role_arn,
  :credential_type,
  :duration_in_seconds,
  :log_context,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_identifierString

The ARN of the managed endpoint for which the request is submitted.

Returns:

  • (String)


905
906
907
908
909
910
911
912
913
914
915
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 905

class GetManagedEndpointSessionCredentialsRequest < Struct.new(
  :endpoint_identifier,
  :virtual_cluster_identifier,
  :execution_role_arn,
  :credential_type,
  :duration_in_seconds,
  :log_context,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#execution_role_arnString

The IAM Execution Role ARN that will be used by the job run.

Returns:

  • (String)


905
906
907
908
909
910
911
912
913
914
915
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 905

class GetManagedEndpointSessionCredentialsRequest < Struct.new(
  :endpoint_identifier,
  :virtual_cluster_identifier,
  :execution_role_arn,
  :credential_type,
  :duration_in_seconds,
  :log_context,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#log_contextString

String identifier used to separate sections of the execution logs uploaded to S3.

Returns:

  • (String)


905
906
907
908
909
910
911
912
913
914
915
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 905

class GetManagedEndpointSessionCredentialsRequest < Struct.new(
  :endpoint_identifier,
  :virtual_cluster_identifier,
  :execution_role_arn,
  :credential_type,
  :duration_in_seconds,
  :log_context,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#virtual_cluster_identifierString

The ARN of the Virtual Cluster which the Managed Endpoint belongs to.

Returns:

  • (String)


905
906
907
908
909
910
911
912
913
914
915
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 905

class GetManagedEndpointSessionCredentialsRequest < Struct.new(
  :endpoint_identifier,
  :virtual_cluster_identifier,
  :execution_role_arn,
  :credential_type,
  :duration_in_seconds,
  :log_context,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end