CenBandwidthPackagesProps
Properties for defining a CenBandwidthPackages
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cen-cenbandwidthpackages
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcen/datasource"
&datasource.CenBandwidthPackagesProps {
Filter: interface{},
IncludeReservationData: interface{},
IsOrKey: interface{},
RefreshOptions: interface{},
}
Properties
Name | Type | Description |
---|---|---|
Filter |
interface{} |
Property filter: Filter value when querying resources. |
IncludeReservationData |
interface{} |
Property includeReservationData: Specifies whether to include renewal data. |
IsOrKey |
interface{} |
Property isOrKey: The logical operator between the filter conditions. |
RefreshOptions |
interface{} |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
Filter
Optional
Filter interface{}
- Type: interface{}
Property filter: Filter value when querying resources.
IncludeReservationData
Optional
IncludeReservationData interface{}
- Type: interface{}
Property includeReservationData: Specifies whether to include renewal data.
IsOrKey
Optional
IsOrKey interface{}
- Type: interface{}
Property isOrKey: The logical operator between the filter conditions.
RefreshOptions
Optional
RefreshOptions interface{}
- Type: interface{}
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.