AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

An object that contains overrides for the Kubernetes pod properties of a job.

Inheritance Hierarchy

System.Object
  Amazon.Batch.Model.EksPodPropertiesOverride

Namespace: Amazon.Batch.Model
Assembly: AWSSDK.Batch.dll
Version: 3.x.y.z

Syntax

C#
public class EksPodPropertiesOverride

The EksPodPropertiesOverride type exposes the following members

Constructors

NameDescription
Public Method EksPodPropertiesOverride()

Properties

NameTypeDescription
Public Property Containers System.Collections.Generic.List<Amazon.Batch.Model.EksContainerOverride>

Gets and sets the property Containers.

The overrides for the container that's used on the Amazon EKS pod.

Public Property InitContainers System.Collections.Generic.List<Amazon.Batch.Model.EksContainerOverride>

Gets and sets the property InitContainers.

The overrides for the conatainers defined in the Amazon EKS pod. These containers run before application containers, always runs to completion, and must complete successfully before the next container starts. These containers are registered with the Amazon EKS Connector agent and persists the registration information in the Kubernetes backend data store. For more information, see Init Containers in the Kubernetes documentation.

This object is limited to 10 elements

Public Property Metadata Amazon.Batch.Model.EksMetadata

Gets and sets the property Metadata.

Metadata about the overrides for the container that's used on the Amazon EKS pod.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5