DeleteFargateProfileRequest
public struct DeleteFargateProfileRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the Amazon EKS cluster associated with the Fargate profile to delete.
Declaration
Swift
public let clusterName: String
-
The name of the Fargate profile to delete.
Declaration
Swift
public let fargateProfileName: String
-
Undocumented
Declaration
Swift
public init(clusterName: String, fargateProfileName: String)