Interface CfnJobDefinition.IImagePullSecretProperty
References a Kubernetes secret resource.
Namespace: Amazon.CDK.AWS.Batch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IImagePullSecretProperty
Syntax (vb)
Public Interface IImagePullSecretProperty
Remarks
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.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Batch;
var imagePullSecretProperty = new ImagePullSecretProperty {
Name = "name"
};
Synopsis
Properties
Name | Provides a unique identifier for the |
Properties
Name
Provides a unique identifier for the ImagePullSecret
.
virtual string Name { get; }
Property Value
System.
Remarks
This object is required when EksPodProperties$imagePullSecrets
is used.