Uses of Class
com.hashicorp.cdktf.providers.aws.grafana_workspace.GrafanaWorkspaceVpcConfiguration.Builder
-
Packages that use GrafanaWorkspaceVpcConfiguration.Builder Package Description com.hashicorp.cdktf.providers.aws.grafana_workspace aws_grafana_workspace -
-
Uses of GrafanaWorkspaceVpcConfiguration.Builder in com.hashicorp.cdktf.providers.aws.grafana_workspace
Methods in com.hashicorp.cdktf.providers.aws.grafana_workspace that return GrafanaWorkspaceVpcConfiguration.Builder Modifier and Type Method Description static GrafanaWorkspaceVpcConfiguration.BuilderGrafanaWorkspaceVpcConfiguration. builder()GrafanaWorkspaceVpcConfiguration.BuilderGrafanaWorkspaceVpcConfiguration.Builder. securityGroupIds(List<String> securityGroupIds)Sets the value ofGrafanaWorkspaceVpcConfiguration.getSecurityGroupIds()GrafanaWorkspaceVpcConfiguration.BuilderGrafanaWorkspaceVpcConfiguration.Builder. subnetIds(List<String> subnetIds)Sets the value ofGrafanaWorkspaceVpcConfiguration.getSubnetIds()Constructors in com.hashicorp.cdktf.providers.aws.grafana_workspace with parameters of type GrafanaWorkspaceVpcConfiguration.Builder Constructor Description Jsii$Proxy(GrafanaWorkspaceVpcConfiguration.Builder builder)Constructor that initializes the object based on literal property values passed by theGrafanaWorkspaceVpcConfiguration.Builder.
-