PolicyProps
Properties for defining a Policy
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-policy
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapig"
&alicloudroscdkapig.PolicyProps {
AttachResourceIds: interface{},
AttachResourceType: interface{},
EnvironmentId: interface{},
GatewayId: interface{},
PolicyClassName: interface{},
PolicyConfig: interface{},
PolicyName: interface{},
}
Properties
Name | Type | Description |
---|---|---|
AttachResourceIds |
interface{} |
Property attachResourceIds: The Mount point id list. |
AttachResourceType |
interface{} |
Property attachResourceType: Policies support mount point types. |
EnvironmentId |
interface{} |
Property environmentId: The id of the environment. |
GatewayId |
interface{} |
Property gatewayId: The ID of the Gateway. |
PolicyClassName |
interface{} |
Property policyClassName: The name of the policy class. |
PolicyConfig |
interface{} |
Property policyConfig: Policy Configuration. |
PolicyName |
interface{} |
Property policyName: The name of the policy. |
AttachResourceIds
Required
AttachResourceIds interface{}
- Type: interface{}
Property attachResourceIds: The Mount point id list.
AttachResourceType
Required
AttachResourceType interface{}
- Type: interface{}
Property attachResourceType: Policies support mount point types.
HttpApi:HttpApi. Operation: the Operation of the HttpApi. GatewayRoute: Gateway route. GatewayService: Gateway service. GatewayServicePort: The Gateway service port. Domain: The Gateway Domain name. Gateway: Gateway.
EnvironmentId
Required
EnvironmentId interface{}
- Type: interface{}
Property environmentId: The id of the environment.
GatewayId
Required
GatewayId interface{}
- Type: interface{}
Property gatewayId: The ID of the Gateway.
PolicyClassName
Required
PolicyClassName interface{}
- Type: interface{}
Property policyClassName: The name of the policy class.
PolicyConfig
Required
PolicyConfig interface{}
- Type: interface{}
Property policyConfig: Policy Configuration.
PolicyName
Optional
PolicyName interface{}
- Type: interface{}
Property policyName: The name of the policy.