interface EksInfoProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.EMRContainers.CfnVirtualCluster.EksInfoProperty |
Java | software.amazon.awscdk.services.emrcontainers.CfnVirtualCluster.EksInfoProperty |
Python | aws_cdk.aws_emrcontainers.CfnVirtualCluster.EksInfoProperty |
TypeScript | @aws-cdk/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 * as emrcontainers from '@aws-cdk/aws-emrcontainers';
const eksInfoProperty: emrcontainers.CfnVirtualCluster.EksInfoProperty = {
namespace: 'namespace',
};
Properties
Name | Type | Description |
---|---|---|
namespace | string | The 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])?