aws.networkmanager.get_core_network_policy
Example SQL Queries
SELECT * FROMaws.networkmanager.get_core_network_policyWHERE"core_network_id" = 'VALUE';Description
Returns details about a core network policy. You can get details about your current live policy or any previous policy version.
Table Definition
| Column Name | Column Data Type |
|---|---|
| core_network_id Required Input Column The ID of a core network. | VARCHAR |
| alias Input Column The alias of a core network policy | VARCHAR |
| policy_version_id Input Column The ID of a core network 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
| |
| core_network_policy The details about a core network policy. | STRUCT( |
Show child fields
| |