

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# AWS.Artifacts.Helm
<a name="node-helm"></a>

定义头 AWS 盔节点。

## 语法
<a name="node-helm-syntax"></a>

```
tosca.nodes.AWS.Artifacts.Helm:
  properties:
    implementation: String
```

## 属性
<a name="node-helm-properties"></a>

 `implementation`    
CSAR 包中包含 Helm 图表的本地目录。  
必需：是  
类型：字符串

## 示例
<a name="node-helm-example"></a>

```
SampleHelm:
  type: tosca.nodes.AWS.Artifacts.Helm
  properties:
    implementation: "./vnf-helm"
```