interface NamespaceConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.EKS.CfnAddonPropsMixin.NamespaceConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awseks#CfnAddonPropsMixin_NamespaceConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.eks.CfnAddonPropsMixin.NamespaceConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_eks.CfnAddonPropsMixin.NamespaceConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_eks » CfnAddonPropsMixin » NamespaceConfigProperty |
The custom namespace configuration to use with the add-on.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_eks as eks } from '@aws-cdk/cfn-property-mixins';
const namespaceConfigProperty: eks.CfnAddonPropsMixin.NamespaceConfigProperty = {
namespace: 'namespace',
};
Properties
| Name | Type | Description |
|---|---|---|
| namespace? | string | The custom namespace for creating the add-on. |
namespace?
Type:
string
(optional)
The custom namespace for creating the add-on.

.NET
Go
Java
Python
TypeScript