Skip to content

PrefixListsProps

Properties for defining a PrefixLists.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-prefixlists

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc/datasource"
&datasource.PrefixListsProps {
    PrefixListName: interface{},
    RefreshOptions: interface{},
    ResourceGroupId: interface{},
}

Properties

Name Type Description
PrefixListName interface{} Property prefixListName: The name of the prefix list.
RefreshOptions interface{} Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
ResourceGroupId interface{} Property resourceGroupId: The ID of the resource group to which the VPC belongs.

PrefixListNameOptional

PrefixListName interface{}
  • Type: interface{}

Property prefixListName: The name of the prefix list.


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.

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

Property resourceGroupId: The ID of the resource group to which the VPC belongs.