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)


4654
4655
4656
4657
4658
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 4654

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