Skip to content

RosAppProps

Properties for defining a RosApp.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-app

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapigateway"
&alicloudroscdkapigateway.RosAppProps {
    AppName: interface{},
    AppCode: interface{},
    AppKey: interface{},
    AppSecret: interface{},
    Description: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkapigateway.RosApp.TagsProperty,
}

Properties

Name Type Description
AppName interface{} No description.
AppCode interface{} No description.
AppKey interface{} No description.
AppSecret interface{} No description.
Description interface{} No description.
Tags *[]TagsProperty No description.

AppNameRequired

AppName interface{}
  • Type: interface{}

AppCodeOptional

AppCode interface{}
  • Type: interface{}

AppKeyOptional

AppKey interface{}
  • Type: interface{}

AppSecretOptional

AppSecret interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty