Class FargateProfileSelectorArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Eks.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class FargateProfileSelectorArgs : ResourceArgs
Constructors
View SourceFargateProfileSelectorArgs()
Declaration
public FargateProfileSelectorArgs()
Properties
View SourceLabels
Key-value map of Kubernetes labels for selection.
Declaration
public InputMap<string> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
Namespace
Kubernetes namespace for selection.
Declaration
public Input<string> Namespace { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |