AWS::APS::Scraper EksConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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.

AWS::APS::Scraper EksConfiguration

The EksConfiguration structure describes the connection to the Amazon EKS cluster from which a scraper collects metrics.

Syntax

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

JSON

{ "ClusterArn" : String, "SecurityGroupIds" : [ String, ... ], "SubnetIds" : [ String, ... ] }

YAML

ClusterArn: String SecurityGroupIds: - String SubnetIds: - String

Properties

ClusterArn

ARN of the Amazon EKS cluster.

Required: Yes

Type: String

Pattern: ^arn:aws[-a-z]*:eks:[-a-z0-9]+:[0-9]{12}:cluster/.+$

Update requires: Replacement

SecurityGroupIds

A list of the security group IDs for the Amazon EKS cluster VPC configuration.

Required: No

Type: Array of String

Minimum: 1

Maximum: 5

Update requires: Replacement

SubnetIds

A list of subnet IDs for the Amazon EKS cluster VPC configuration.

Required: Yes

Type: Array of String

Minimum: 1

Maximum: 5

Update requires: Replacement