AWS::APS::Scraper EksConfiguration - AWS CloudFormation

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