AWS::Batch::JobDefinition ImagePullSecret
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.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Name" :
String
}
YAML
Name:
String
Properties
Name
-
Provides a unique identifier for the
ImagePullSecret
. This object is required whenEksPodProperties$imagePullSecrets
is used.Required: Yes
Type: String
Update requires: No interruption