Skip to content

RosPolicyProps

Properties for defining a RosPolicy.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-policy

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapig"
&alicloudroscdkapig.RosPolicyProps {
    AttachResourceIds: interface{},
    AttachResourceType: interface{},
    EnvironmentId: interface{},
    GatewayId: interface{},
    PolicyClassName: interface{},
    PolicyConfig: interface{},
    PolicyName: interface{},
}

Properties

Name Type Description
AttachResourceIds interface{} No description.
AttachResourceType interface{} No description.
EnvironmentId interface{} No description.
GatewayId interface{} No description.
PolicyClassName interface{} No description.
PolicyConfig interface{} No description.
PolicyName interface{} No description.

AttachResourceIdsRequired

AttachResourceIds interface{}
  • Type: interface{}

AttachResourceTypeRequired

AttachResourceType interface{}
  • Type: interface{}

EnvironmentIdRequired

EnvironmentId interface{}
  • Type: interface{}

GatewayIdRequired

GatewayId interface{}
  • Type: interface{}

PolicyClassNameRequired

PolicyClassName interface{}
  • Type: interface{}

PolicyConfigRequired

PolicyConfig interface{}
  • Type: interface{}

PolicyNameOptional

PolicyName interface{}
  • Type: interface{}