DATASOURCE::VPC::PrefixList is used to query the information about a prefix list.
Syntax
{
"Type": "DATASOURCE::VPC::PrefixList",
"Properties": {
"PrefixListId": String
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
PrefixListId | String | Yes | Yes | The ID of the prefix list that you want to query. | None. |
Return values
Fn::GetAtt
MaxEntries: the maximum number of CIDR blocks in the prefix list.
ResourceGroupId: the ID of the resource group to which the prefix list belongs.
OwnerId: the ID of the Alibaba Cloud account to which the prefix list belongs.
PrefixListDescription: the description of the prefix list.
IpVersion: the IP version of the prefix list.
PrefixListId: the ID of the prefix list.
PrefixListName: the name of the prefix list.
CreateTime: the time when the prefix list was created.
Entries: the CIDR blocks in the prefix list.
Tags: the tags.
ShareType: the share type of the prefix list.