Interface CfnResponderGateway.EksEndpointsConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnResponderGateway.EksEndpointsConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnResponderGateway
@Stability(Stable)
public static interface CfnResponderGateway.EksEndpointsConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Describes the configuration of an Amazon Elastic Kubernetes Service endpoint.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.rtbfabric.*;
EksEndpointsConfigurationProperty eksEndpointsConfigurationProperty = EksEndpointsConfigurationProperty.builder()
.clusterApiServerCaCertificateChain("clusterApiServerCaCertificateChain")
.clusterApiServerEndpointUri("clusterApiServerEndpointUri")
.clusterName("clusterName")
.endpointsResourceName("endpointsResourceName")
.endpointsResourceNamespace("endpointsResourceNamespace")
.roleArn("roleArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnResponderGateway.EksEndpointsConfigurationPropertystatic final classAn implementation forCfnResponderGateway.EksEndpointsConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The CA certificate chain of the cluster API server.The URI of the cluster API server endpoint.The name of the cluster.The name of the endpoint resource.The namespace of the endpoint resource.The role ARN for the cluster.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getClusterApiServerCaCertificateChain
The CA certificate chain of the cluster API server.- See Also:
-
getClusterApiServerEndpointUri
The URI of the cluster API server endpoint.- See Also:
-
getClusterName
The name of the cluster.- See Also:
-
getEndpointsResourceName
The name of the endpoint resource.- See Also:
-
getEndpointsResourceNamespace
The namespace of the endpoint resource.- See Also:
-
getRoleArn
The role ARN for the cluster.- See Also:
-
builder
-