aws.networkmanager.list_core_network_policy_versions
Example SQL Queries
SELECT * FROMaws.networkmanager.list_core_network_policy_versionsWHERE"core_network_id" = 'VALUE';Description
Returns a list of core network policy versions.
Table Definition
| Column Name | Column Data Type |
|---|---|
| core_network_id Required Input Column The ID of a core network. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| alias Whether a core network policy is the current policy or the most recently submitted policy. | VARCHAR |
| change_set_state The status of the policy version change set. | VARCHAR |
| created_at The timestamp when a core network policy version was created. | TIMESTAMP_S |
| description The description of a core network policy version. | VARCHAR |
| policy_version_id The ID of the policy version. | BIGINT |