Class: Aws::Batch::Types::ImagePullSecret

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

Overview

References a Kubernetes secret resource. This name of the secret must start and end with an alphanumeric character, is required to be lowercase, can include periods (.) and hyphens (-), and can't contain more than 253 characters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Provides a unique identifier for the ImagePullSecret. This object is required when EksPodProperties$imagePullSecrets is used.

Returns:

  • (String)


5178
5179
5180
5181
5182
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 5178

class ImagePullSecret < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end