Skip to content

RosAddressBookProps

Properties for defining a RosAddressBook.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudfw-addressbook

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcloudfw"
&alicloudroscdkcloudfw.RosAddressBookProps {
    Description: interface{},
    GroupName: interface{},
    GroupType: interface{},
    AddressList: interface{},
    AutoAddTagEcs: interface{},
    RegionId: interface{},
    TagList: interface{},
    TagRelation: interface{},
}

Properties

Name Type Description
Description interface{} No description.
GroupName interface{} No description.
GroupType interface{} No description.
AddressList interface{} No description.
AutoAddTagEcs interface{} No description.
RegionId interface{} No description.
TagList interface{} No description.
TagRelation interface{} No description.

DescriptionRequired

Description interface{}
  • Type: interface{}

GroupNameRequired

GroupName interface{}
  • Type: interface{}

GroupTypeRequired

GroupType interface{}
  • Type: interface{}

AddressListOptional

AddressList interface{}
  • Type: interface{}

AutoAddTagEcsOptional

AutoAddTagEcs interface{}
  • Type: interface{}

RegionIdOptional

RegionId interface{}
  • Type: interface{}

TagListOptional

TagList interface{}
  • Type: interface{}

TagRelationOptional

TagRelation interface{}
  • Type: interface{}