VpcConfiguration - Amazon Managed Service for Prometheus

VpcConfiguration

The Amazon VPC configuration that specifies the network settings for a Prometheus collector to securely connect to Amazon MSK clusters. This configuration includes the security groups and subnets that control network access and placement for the collector.

Contents

securityGroupIds

The security group IDs that control network access for the Prometheus collector. These security groups must allow the collector to communicate with your Amazon MSK cluster on the required ports.

Type: Array of strings

Array Members: Minimum number of 1 item. Maximum number of 5 items.

Length Constraints: Minimum length of 0. Maximum length of 255.

Pattern: sg-[0-9a-z]+

Required: Yes

subnetIds

The subnet IDs where the Prometheus collector will be deployed. The subnets must be in the same Amazon VPC as your Amazon MSK cluster and have network connectivity to the cluster.

Type: Array of strings

Array Members: Minimum number of 1 item. Maximum number of 5 items.

Length Constraints: Minimum length of 0. Maximum length of 255.

Pattern: subnet-[0-9a-z]+

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: