aws.networkmanager.get_core_network_change_events
Example SQL Queries
SELECT * FROMaws.networkmanager.get_core_network_change_eventsWHERE"core_network_id" = 'VALUE'AND "policy_version_id" = 'VALUE';Description
Returns information about a core network change event.
Table Definition
| Column Name | Column Data Type |
|---|---|
| core_network_id Required Input Column The ID of a core network. | VARCHAR |
| policy_version_id Required Input Column The ID of the policy version. | BIGINT |
| _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
| |
| action The action taken for the change event. | VARCHAR |
| event_time The timestamp for an event change in status. | TIMESTAMP_S |
| identifier_path Uniquely identifies the path for a change within the changeset. For example, the IdentifierPath for a core network segment change might be "CORE_NETWORK_SEGMENT/us-east-1/devsegment". | VARCHAR |
| status The status of the core network change event. | VARCHAR |
| type Describes the type of change event. | VARCHAR |
| values Details of the change event. | STRUCT( |
Show child fields
| |