Class FargateProfileState
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class FargateProfileState : ResourceArgs
Constructors
View SourceFargateProfileState()
Declaration
public FargateProfileState()
Properties
View SourceArn
Amazon Resource Name (ARN) of the EKS Fargate Profile.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClusterName
Name of the EKS Cluster.
Declaration
public Input<string> ClusterName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FargateProfileName
Name of the EKS Fargate Profile.
Declaration
public Input<string> FargateProfileName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PodExecutionRoleArn
Amazon Resource Name (ARN) of the IAM Role that provides permissions for the EKS Fargate Profile.
Declaration
public Input<string> PodExecutionRoleArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Selectors
Configuration block(s) for selecting Kubernetes Pods to execute with this EKS Fargate Profile. Detailed below.
Declaration
public InputList<FargateProfileSelectorGetArgs> Selectors { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<FargateProfileSelectorGetArgs> |
Status
Status of the EKS Fargate Profile.
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SubnetIds
Identifiers of private EC2 Subnets to associate with the EKS Fargate Profile. These subnets must have the following resource tag: kubernetes.io/cluster/CLUSTER_NAME (where CLUSTER_NAME is replaced with the name of the EKS Cluster).
Declaration
public InputList<string> SubnetIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Tags
Key-value map of resource tags.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |