/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ export default [ { path: "", name: "AWSCloud", meta: { title: "AWSCloud", icon: "cloud_queue", hasGroup: true, }, redirect: "/aws-eks", children: [ { path: "/aws-eks", name: "AWSCloudEKS", meta: { title: "AWSCloudEKS", layer: "AWS_EKS", }, }, { path: "/aws-eks/tab/:activeTabIndex", name: "EKSActiveTabIndex", meta: { notShow: true, layer: "AWS_EKS", }, }, { path: "/aws-s3", name: "AWSCloudS3", meta: { title: "AWSCloudS3", layer: "AWS_S3", }, }, { path: "/aws-s3/tab/:activeTabIndex", name: "S3ActiveTabIndex", meta: { notShow: true, layer: "AWS_S3", }, }, { path: "/aws-dynamodb", name: "AWSCloudDynamoDB", meta: { title: "AWSCloudDynamoDB", layer: "AWS_DYNAMODB", }, }, { path: "/aws-dynamodb/tab/:activeTabIndex", name: "DynamoDBActiveTabIndex", meta: { notShow: true, layer: "AWS_DYNAMODB", }, }, { path: "/aws-api-gateway", name: "APIGateway", meta: { title: "APIGateway", layer: "AWS_GATEWAY", }, }, { path: "/aws-api-gateway/tab/:activeTabIndex", name: "APIGatewayActiveTabIndex", meta: { notShow: true, layer: "AWS_GATEWAY", }, }, ], }, ];