Class: Aws::EMRContainers::Types::CreateManagedEndpointRequest

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

#certificate_arnString

The certificate ARN provided by users for the managed endpoint. This field is under deprecation and will be removed in future releases.

Returns:

  • (String)


338
339
340
341
342
343
344
345
346
347
348
349
350
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 338

class CreateManagedEndpointRequest < Struct.new(
  :name,
  :virtual_cluster_id,
  :type,
  :release_label,
  :execution_role_arn,
  :certificate_arn,
  :configuration_overrides,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

The client idempotency token for this create call.

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

Returns:

  • (String)


338
339
340
341
342
343
344
345
346
347
348
349
350
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 338

class CreateManagedEndpointRequest < Struct.new(
  :name,
  :virtual_cluster_id,
  :type,
  :release_label,
  :execution_role_arn,
  :certificate_arn,
  :configuration_overrides,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#configuration_overridesTypes::ConfigurationOverrides

The configuration settings that will be used to override existing configurations.



338
339
340
341
342
343
344
345
346
347
348
349
350
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 338

class CreateManagedEndpointRequest < Struct.new(
  :name,
  :virtual_cluster_id,
  :type,
  :release_label,
  :execution_role_arn,
  :certificate_arn,
  :configuration_overrides,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#execution_role_arnString

The ARN of the execution role.

Returns:

  • (String)


338
339
340
341
342
343
344
345
346
347
348
349
350
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 338

class CreateManagedEndpointRequest < Struct.new(
  :name,
  :virtual_cluster_id,
  :type,
  :release_label,
  :execution_role_arn,
  :certificate_arn,
  :configuration_overrides,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the managed endpoint.

Returns:

  • (String)


338
339
340
341
342
343
344
345
346
347
348
349
350
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 338

class CreateManagedEndpointRequest < Struct.new(
  :name,
  :virtual_cluster_id,
  :type,
  :release_label,
  :execution_role_arn,
  :certificate_arn,
  :configuration_overrides,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#release_labelString

The Amazon EMR release version.

Returns:

  • (String)


338
339
340
341
342
343
344
345
346
347
348
349
350
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 338

class CreateManagedEndpointRequest < Struct.new(
  :name,
  :virtual_cluster_id,
  :type,
  :release_label,
  :execution_role_arn,
  :certificate_arn,
  :configuration_overrides,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags of the managed endpoint.

Returns:

  • (Hash<String,String>)


338
339
340
341
342
343
344
345
346
347
348
349
350
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 338

class CreateManagedEndpointRequest < Struct.new(
  :name,
  :virtual_cluster_id,
  :type,
  :release_label,
  :execution_role_arn,
  :certificate_arn,
  :configuration_overrides,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the managed endpoint.

Returns:

  • (String)


338
339
340
341
342
343
344
345
346
347
348
349
350
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 338

class CreateManagedEndpointRequest < Struct.new(
  :name,
  :virtual_cluster_id,
  :type,
  :release_label,
  :execution_role_arn,
  :certificate_arn,
  :configuration_overrides,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#virtual_cluster_idString

The ID of the virtual cluster for which a managed endpoint is created.

Returns:

  • (String)


338
339
340
341
342
343
344
345
346
347
348
349
350
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 338

class CreateManagedEndpointRequest < Struct.new(
  :name,
  :virtual_cluster_id,
  :type,
  :release_label,
  :execution_role_arn,
  :certificate_arn,
  :configuration_overrides,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end