Class: Aws::Batch::Types::ImagePullSecret
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Batch::Types::ImagePullSecret
 
 
- 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
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides a unique identifier for the ‘ImagePullSecret`.
 
Instance Attribute Details
#name ⇒ String
Provides a unique identifier for the ‘ImagePullSecret`. This object is required when `EksPodProperties$imagePullSecrets` is used.
      4742 4743 4744 4745 4746  | 
    
      # File 'lib/aws-sdk-batch/types.rb', line 4742 class ImagePullSecret < Struct.new( :name) SENSITIVE = [] include Aws::Structure end  |