# AWSQS::Kubernetes::Helm A resource provider for managing helm. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{ "Type" : "AWSQS::Kubernetes::Helm", "Properties" : { "ClusterID" : String, "KubeConfig" : String, "RoleArn" : String, "Repository" : String, "RepositoryOptions" : RepositoryOptions, "Chart" : String, "Namespace" : String, "Name" : String, "Values" : Values, "ValueYaml" : String, "Version" : String, "ValueOverrideURL" : String, "TimeOut" : Integer, "VPCConfiguration" : VPCConfiguration } }### YAML
Type: AWSQS::Kubernetes::Helm Properties: ClusterID: String KubeConfig: String RoleArn: String Repository: String RepositoryOptions: RepositoryOptions Chart: String Namespace: String Name: String Values: Values ValueYaml: String Version: String ValueOverrideURL: String TimeOut: Integer VPCConfiguration: VPCConfiguration## Properties #### ClusterID EKS cluster name _Required_: No _Type_: String _Update requires_: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement) #### KubeConfig _Required_: No _Type_: String _Pattern_:
^arn:aws(-(cn|us-gov))?:[a-z-]+:(([a-z]+-)+[0-9])?:([0-9]{12})?:[^.]+$
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### RoleArn
_Required_: No
_Type_: String
_Pattern_: ^arn:aws(-(cn|us-gov))?:[a-z-]+:(([a-z]+-)+[0-9])?:([0-9]{12})?:[^.]+$
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### Repository
Repository url. Defaults to kubernetes-charts.storage.googleapis.com
_Required_: No
_Type_: String
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### RepositoryOptions
Extra options for repository
_Required_: No
_Type_: RepositoryOptions
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### Chart
Chart name
_Required_: Yes
_Type_: String
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### Namespace
Namespace to use with helm. Created if doesn't exist and default will be used if not provided
_Required_: No
_Type_: String
_Update requires_: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)
#### Name
Name for the helm release
_Required_: No
_Type_: String
_Update requires_: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)
#### Values
Custom Values can optionally be specified
_Required_: No
_Type_: Values
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### ValueYaml
String representation of a values.yaml file
_Required_: No
_Type_: String
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### Version
Version can be specified, if not latest will be used
_Required_: No
_Type_: String
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### ValueOverrideURL
Custom Value Yaml file can optionally be specified
_Required_: No
_Type_: String
_Pattern_: ^[sS]3://[0-9a-zA-Z]([-.\w]*[0-9a-zA-Z])(:[0-9]*)*([?/#].*)?$
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### TimeOut
Timeout for resource provider. Default 60 mins
_Required_: No
_Type_: Integer
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### VPCConfiguration
For network connectivity to Cluster inside VPC
_Required_: No
_Type_: VPCConfiguration
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
## Return Values
### Ref
When you pass the logical ID of this resource to the intrinsic `Ref` function, Ref returns the ID.
### Fn::GetAtt
The `Fn::GetAtt` intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the `Fn::GetAtt` intrinsic function, see [Fn::GetAtt](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-getatt.html).
#### Resources
Resources from the helm charts
#### ID
Primary identifier for Cloudformation