Resource Type: OCI > Networking > NAT Gateway
Oracle Cloud Infrastructure NAT Gateway resource. A NAT gateway provides outbound-only internet access for private subnets. Resources in the private subnet can initiate connections to the internet but cannot receive inbound connections.
Resource Context
NAT Gateway is a part of the Networking service.
Each NAT Gateway lives under a VCN.
Controls
The primary controls for OCI > Networking > NAT Gateway are:
Quick Actions
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/oci-networking#/resource/types/natGateway
- tmod:@turbot/turbot#/resource/categories/networking
- turbot graphql resource --id "tmod:@turbot/oci-networking#/resource/types/natGateway"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/oci-networking#/resource/types/natGateway';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/oci-networking#/resource/types/natGateway"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/oci-networking#/resource/types/natGateway' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query