Class GetClusterVpcConfigResult
Inheritance
System.Object
GetClusterVpcConfigResult
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetClusterVpcConfigResult
Fields
View SourceClusterSecurityGroupId
The cluster security group that was created by Amazon EKS for the cluster.
Declaration
public readonly string ClusterSecurityGroupId
Field Value
| Type | Description |
|---|---|
| System.String |
EndpointPrivateAccess
Indicates whether or not the Amazon EKS private API server endpoint is enabled.
Declaration
public readonly bool EndpointPrivateAccess
Field Value
| Type | Description |
|---|---|
| System.Boolean |
EndpointPublicAccess
Indicates whether or not the Amazon EKS public API server endpoint is enabled.
Declaration
public readonly bool EndpointPublicAccess
Field Value
| Type | Description |
|---|---|
| System.Boolean |
PublicAccessCidrs
List of CIDR blocks. Indicates which CIDR blocks can access the Amazon EKS public API server endpoint.
Declaration
public readonly ImmutableArray<string> PublicAccessCidrs
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
SecurityGroupIds
List of security group IDs
Declaration
public readonly ImmutableArray<string> SecurityGroupIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
SubnetIds
List of subnet IDs
Declaration
public readonly ImmutableArray<string> SubnetIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
VpcId
The VPC associated with your cluster.
Declaration
public readonly string VpcId
Field Value
| Type | Description |
|---|---|
| System.String |