Skip to content

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.

FilterOptional

Filter interface{}
  • Type: interface{}

Property filter: Filter value when querying resources.


IncludeReservationDataOptional

IncludeReservationData interface{}
  • Type: interface{}

Property includeReservationData: Specifies whether to include renewal data.


IsOrKeyOptional

IsOrKey interface{}
  • Type: interface{}

Property isOrKey: The logical operator between the filter conditions.


RefreshOptionsOptional

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.