interface EksInfoProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.EMRContainers.CfnVirtualClusterPropsMixin.EksInfoProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsemrcontainers#CfnVirtualClusterPropsMixin_EksInfoProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.emrcontainers.CfnVirtualClusterPropsMixin.EksInfoProperty |
Python | aws_cdk.cfn_property_mixins.aws_emrcontainers.CfnVirtualClusterPropsMixin.EksInfoProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_emrcontainers » 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 { aws_emrcontainers as emrcontainers } from '@aws-cdk/cfn-property-mixins';
const eksInfoProperty: emrcontainers.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