interface EksInfoProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.EMRContainers.Mixins.CfnVirtualClusterPropsMixin.EksInfoProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsemrcontainers/mixins#CfnVirtualClusterPropsMixin_EksInfoProperty |
Java | software.amazon.awscdk.mixins.preview.services.emrcontainers.mixins.CfnVirtualClusterPropsMixin.EksInfoProperty |
Python | aws_cdk.mixins_preview.aws_emrcontainers.mixins.CfnVirtualClusterPropsMixin.EksInfoProperty |
TypeScript | @aws-cdk/mixins-preview » aws_emrcontainers » mixins » CfnVirtualClusterPropsMixin » 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 { mixins as emrcontainers_mixins } from '@aws-cdk/mixins-preview/aws-emrcontainers';
const eksInfoProperty: emrcontainers_mixins.CfnVirtualClusterPropsMixin.EksInfoProperty = {
namespace: 'namespace',
};
Properties
| Name | Type | Description |
|---|---|---|
| namespace? | string | The namespaces of the EKS cluster. |
namespace?
Type:
string
(optional)
The namespaces of the EKS cluster.
Minimum : 1
Maximum : 63
Pattern : [a-z0-9]([-a-z0-9]*[a-z0-9])?

.NET
Go
Java
Python
TypeScript