# AWSQS::Kubernetes::Resource Applys a YAML manifest to the specified Kubernetes cluster ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "Type" : "AWSQS::Kubernetes::Resource",
    "Properties" : {
        "ClusterName" : String,
        "Namespace" : String,
        "Manifest" : String,
        "Url" : String,
    }
}
### YAML
Type: AWSQS::Kubernetes::Resource
Properties:
    ClusterName: String
    Namespace: String
    Manifest: String
    Url: String
## Properties #### ClusterName Name of the EKS cluster _Required_: Yes _Type_: String _Update requires_: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement) #### Namespace Kubernetes namespace _Required_: No _Type_: String _Update requires_: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement) #### Manifest Text representation of the kubernetes yaml manifests to apply to the cluster. _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) #### Url Url to the kubernetes yaml manifests to apply to the cluster. Urls starting with s3:// will be fetched using an authenticated S3 read. _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) ## Return Values ### 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). #### Name Name of the resource. #### ResourceVersion Resource version. #### SelfLink Link returned by the kubernetes api. #### Uid Resource unique ID. #### CfnId CloudFormation Physical ID.