AWS::APS::Scraper EksConfiguration - 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).

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 Amazon 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