View a markdown version of this page

AWS::ResilienceHubV2::Service EksSource - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::ResilienceHubV2::Service EksSource

Defines an Amazon EKS cluster and its namespaces as an input source for resource discovery.

Syntax

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

JSON

{ "ClusterArn" : String, "Namespaces" : [ String, ... ] }

YAML

ClusterArn: String Namespaces: - String

Properties

ClusterArn

Property description not available.

Required: Yes

Type: String

Pattern: ^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$

Update requires: No interruption

Namespaces

The list of Kubernetes namespaces within the EKS cluster.

Required: Yes

Type: Array of String

Minimum: 1

Maximum: 10

Update requires: No interruption