FargateProfile class

An object representing an AWS Fargate profile.

Constructors

FargateProfile({String? clusterName, DateTime? createdAt, String? fargateProfileArn, String? fargateProfileName, String? podExecutionRoleArn, List<FargateProfileSelector>? selectors, FargateProfileStatus? status, List<String>? subnets, Map<String, String>? tags})
FargateProfile.fromJson(Map<String, dynamic> json)
factory

Properties

clusterName String?
The name of the Amazon EKS cluster that the Fargate profile belongs to.
final
createdAt DateTime?
The Unix epoch timestamp in seconds for when the Fargate profile was created.
final
fargateProfileArn String?
The full Amazon Resource Name (ARN) of the Fargate profile.
final
fargateProfileName String?
The name of the Fargate profile.
final
hashCode int
The hash code for this object.
no setterinherited
podExecutionRoleArn String?
The Amazon Resource Name (ARN) of the pod execution role to use for pods that match the selectors in the Fargate profile. For more information, see Pod Execution Role in the Amazon EKS User Guide.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectors List<FargateProfileSelector>?
The selectors to match for pods to use this Fargate profile.
final
status FargateProfileStatus?
The current status of the Fargate profile.
final
subnets List<String>?
The IDs of subnets to launch pods into.
final
tags Map<String, String>?
The metadata applied to the Fargate profile to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Fargate profile tags do not propagate to any other resources associated with the Fargate profile, such as the pods that are scheduled with it.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited