Interface CfnResponderGatewayPropsMixin.IEksEndpointsConfigurationProperty
Describes the configuration of an Amazon Elastic Kubernetes Service endpoint.
Namespace: Amazon.CDK.Mixins.Preview.AWS.RTBFabric.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnResponderGatewayPropsMixin.IEksEndpointsConfigurationProperty
Syntax (vb)
Public Interface CfnResponderGatewayPropsMixin.IEksEndpointsConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.RTBFabric.Mixins;
var eksEndpointsConfigurationProperty = new EksEndpointsConfigurationProperty {
ClusterApiServerCaCertificateChain = "clusterApiServerCaCertificateChain",
ClusterApiServerEndpointUri = "clusterApiServerEndpointUri",
ClusterName = "clusterName",
EndpointsResourceName = "endpointsResourceName",
EndpointsResourceNamespace = "endpointsResourceNamespace",
RoleArn = "roleArn"
};
Synopsis
Properties
| ClusterApiServerCaCertificateChain | The CA certificate chain of the cluster API server. |
| ClusterApiServerEndpointUri | The URI of the cluster API server endpoint. |
| ClusterName | The name of the cluster. |
| EndpointsResourceName | The name of the endpoint resource. |
| EndpointsResourceNamespace | The namespace of the endpoint resource. |
| RoleArn | The role ARN for the cluster. |
Properties
ClusterApiServerCaCertificateChain
The CA certificate chain of the cluster API server.
string? ClusterApiServerCaCertificateChain { get; }
Property Value
Remarks
ClusterApiServerEndpointUri
The URI of the cluster API server endpoint.
string? ClusterApiServerEndpointUri { get; }
Property Value
Remarks
ClusterName
The name of the cluster.
string? ClusterName { get; }
Property Value
Remarks
EndpointsResourceName
The name of the endpoint resource.
string? EndpointsResourceName { get; }
Property Value
Remarks
EndpointsResourceNamespace
The namespace of the endpoint resource.
string? EndpointsResourceNamespace { get; }
Property Value
Remarks
RoleArn
The role ARN for the cluster.
string? RoleArn { get; }