aws-cdk-lib.aws_emrcontainers.CfnVirtualCluster.EksInfoProperty

interface EksInfoProperty

LanguageType name
.NETAmazon.CDK.AWS.EMRContainers.CfnVirtualCluster.EksInfoProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsemrcontainers#CfnVirtualCluster_EksInfoProperty
Javasoftware.amazon.awscdk.services.emrcontainers.CfnVirtualCluster.EksInfoProperty
Pythonaws_cdk.aws_emrcontainers.CfnVirtualCluster.EksInfoProperty
TypeScript aws-cdk-lib » aws_emrcontainers » CfnVirtualCluster » EksInfoProperty

The information about the Amazon EKS cluster.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_emrcontainers as emrcontainers } from 'aws-cdk-lib';
const eksInfoProperty: emrcontainers.CfnVirtualCluster.EksInfoProperty = {
  namespace: 'namespace',
};

Properties

NameTypeDescription
namespacestringThe namespaces of the EKS cluster.

namespace

Type: string

The namespaces of the EKS cluster.

Minimum : 1

Maximum : 63

Pattern : [a-z0-9]([-a-z0-9]*[a-z0-9])?