Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1007 Bytes

CloudVPC.md

File metadata and controls

17 lines (13 loc) · 1007 Bytes

CloudVPC

Description of a cloud provider virtual private cloud.

Properties

Name Type Description Notes
aws_security_groups list[SecurityGroup] List of AWS security groups with details. [optional]
aws_subnets list[Subnetwork] List of AWS subnetworks with details. [optional]
cidr_block str CIDR block of the virtual private cloud. [optional]
id str ID of virtual private cloud. [optional]
name str Name of virtual private cloud according to its `Name` tag on AWS. [optional]
red_hat_managed bool If the resource is RH managed. [optional]
subnets list[str] List of subnets used by the virtual private cloud. [optional]

[Back to Model list] [Back to API list] [Back to README]