DATASOURCE::VPC::PrefixLists is used to query the details of prefix lists.
Syntax
{
"Type": "DATASOURCE::VPC::PrefixLists",
"Properties": {
"PrefixListName": String,
"ResourceGroupId": String
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
PrefixListName | String | No | Yes | The name of the prefix list. | The name must be 1 to 128 characters in length. It cannot start with |
ResourceGroupId | String | No | Yes | The ID of the resource group to which the virtual private cloud (VPC) belongs. | None. |
Return values
Fn::GetAtt
PrefixListIds: the IDs of the prefix lists.
PrefixLists: details of the prefix lists.
Property | Type | Description | Constraint |
PrefixListIds | List | The IDs of the prefix lists. | None. |
PrefixLists | List | Details of the prefix lists. | None. |
MaxEntries | Number | The maximum number of CIDR blocks that are specified in the prefix list. | None. |
Status | String | The state of the prefix list. | Valid values:
|
ShareType | String | Indicates whether the prefix list is shared. | Valid values:
|
PrefixListName | String | The name of the prefix list. | None. |
IpVersion | String | The IP version of the prefix list. | Valid values:
|
ResourceGroupId | String | The ID of the resource group. | None. |
Entries | List | The CIDR blocks that are specified in the prefix list. | Example:
|
OwnerId | String | The Alibaba Cloud account to which the prefix list belongs. | None. |
PrefixListId | String | The ID of the prefix list. | None. |
CreateTime | String | The time when the prefix list was created. | None. |
PrefixListDescription | String | The description of the prefix list. | None. |