Interface IFargateProfileProps
(experimental) Configuration props for EKS Fargate Profiles.
Inherited Members
Namespace: Amazon.CDK.AWS.Eks.V2.Alpha
Assembly: Amazon.CDK.AWS.Eks.V2.Alpha.dll
Syntax (csharp)
public interface IFargateProfileProps : IFargateProfileOptions
Syntax (vb)
Public Interface IFargateProfileProps
Inherits IFargateProfileOptions
Remarks
Stability: Experimental
ExampleMetadata: infused
Examples
Cluster cluster;
new FargateProfile(this, "MyProfile", new FargateProfileProps {
Cluster = cluster,
Selectors = new [] { new Selector { Namespace = "default" } }
});
Synopsis
Properties
Cluster | (experimental) The EKS cluster to apply the Fargate profile to. |
Properties
Cluster
(experimental) The EKS cluster to apply the Fargate profile to.
Cluster Cluster { get; }
Property Value
Remarks
[disable-awslint:ref-via-interface]
Stability: Experimental