AWS::Grafana::Workspace VpcConfiguration
The configuration settings for an Amazon VPC that contains data sources for your Grafana workspace to connect to.
Note
Provided securityGroupIds
and subnetIds
must be part of
the same VPC.
Connecting to a private VPC is not yet available in the Asia Pacific (Seoul) Region (ap-northeast-2).
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "SecurityGroupIds" :
[ String, ... ]
, "SubnetIds" :[ String, ... ]
}
YAML
SecurityGroupIds:
- String
SubnetIds:- String
Properties
SecurityGroupIds
-
The list of Amazon EC2 security group IDs attached to the Amazon VPC for your Grafana workspace to connect. Duplicates not allowed.
Array Members: Minimum number of 1 items. Maximum number of 5 items.
Length: Minimum length of 0. Maximum length of 255.
Required: Yes
Type: Array of String
Minimum:
1 | 1
Maximum:
255 | 5
Update requires: No interruption
SubnetIds
-
The list of Amazon EC2 subnet IDs created in the Amazon VPC for your Grafana workspace to connect. Duplicates not allowed.
Array Members: Minimum number of 2 items. Maximum number of 6 items.
Length: Minimum length of 0. Maximum length of 255.
Required: Yes
Type: Array of String
Minimum:
1 | 2
Maximum:
255 | 6
Update requires: No interruption