Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-eksendpointsconfiguration.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-eksendpointsconfiguration.html#cfn-rtbfabric-respondergateway-eksendpointsconfiguration-clusterapiservercacertificatechain

ClusterApiServerEndpointUri

The URI of the cluster API server endpoint.

string? ClusterApiServerEndpointUri { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-eksendpointsconfiguration.html#cfn-rtbfabric-respondergateway-eksendpointsconfiguration-clusterapiserverendpointuri

ClusterName

The name of the cluster.

string? ClusterName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-eksendpointsconfiguration.html#cfn-rtbfabric-respondergateway-eksendpointsconfiguration-clustername

EndpointsResourceName

The name of the endpoint resource.

string? EndpointsResourceName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-eksendpointsconfiguration.html#cfn-rtbfabric-respondergateway-eksendpointsconfiguration-endpointsresourcename

EndpointsResourceNamespace

The namespace of the endpoint resource.

string? EndpointsResourceNamespace { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-eksendpointsconfiguration.html#cfn-rtbfabric-respondergateway-eksendpointsconfiguration-endpointsresourcenamespace

RoleArn

The role ARN for the cluster.

string? RoleArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-eksendpointsconfiguration.html#cfn-rtbfabric-respondergateway-eksendpointsconfiguration-rolearn

Back to top Generated by DocFX