

This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::EKS::Capability Ack
<a name="aws-properties-eks-capability-ack"></a>

<a name="aws-properties-eks-capability-ack-description"></a>The `Ack` property type specifies Property description not available. for an [AWS::EKS::Capability](aws-resource-eks-capability.md).

## Syntax
<a name="aws-properties-eks-capability-ack-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-eks-capability-ack-syntax.json"></a>

```
{
  "[DisabledServices](#cfn-eks-capability-ack-disabledservices)" : {{[ String, ... ]}},
  "[EnableCrossNamespace](#cfn-eks-capability-ack-enablecrossnamespace)" : {{Boolean}}
}
```

### YAML
<a name="aws-properties-eks-capability-ack-syntax.yaml"></a>

```
  [DisabledServices](#cfn-eks-capability-ack-disabledservices): {{
    - String}}
  [EnableCrossNamespace](#cfn-eks-capability-ack-enablecrossnamespace): {{Boolean}}
```

## Properties
<a name="aws-properties-eks-capability-ack-properties"></a>

`DisabledServices`  <a name="cfn-eks-capability-ack-disabledservices"></a>
Property description not available.  
*Required*: No  
*Type*: Array of String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`EnableCrossNamespace`  <a name="cfn-eks-capability-ack-enablecrossnamespace"></a>
Property description not available.  
*Required*: No  
*Type*: Boolean  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)