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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4742
4743
4744
4745
4746
# File 'lib/aws-sdk-batch/types.rb', line 4742

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