{ "additionalProperties": false, "description": "Stores information about an AWS security group.", "extends": { "$ref": "CloudSecurityGroup }, "id": "AwsSecurityGroup", "module_id": "AwsVpcResources", "properties": { "_last_sync_time": { "$ref": "EpochMsTimestamp, "can_sort": true, "description": "Timestamp of last modification", "readonly": true }, "_links": { "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.", "items": { "$ref": "ResourceLink }, "readonly": true, "title": "References related to this resource", "type": "array" }, "_schema": { "readonly": true, "title": "Schema for this resource", "type": "string" }, "_self": { "$ref": "SelfResourceLink, "readonly": true, "title": "Link to this resource" }, "cloud_tags": { "description": "Array of tags associated to a cloud security group.", "items": { "$ref": "CloudTag }, "readonly": true, "title": "Cloud Tags", "type": "array" }, "description": { "description": "Description of AWS security group.", "readonly": true, "required": false, "title": "Security Group Description", "type": "string" }, "display_name": { "can_sort": true, "description": "Defaults to ID if not set", "maxLength": 255, "title": "Identifier to use when displaying entity in logs or GUI", "type": "string" }, "inbound_rules": { "description": "Array of inbound rules of the AWS security group.", "items": { "$ref": "AwsSecurityGroupRule }, "readonly": true, "required": false, "title": "Inbound Rules", "type": "array" }, "instances_count": { "description": "Number of instances associated to cloud security group.", "readonly": true, "required": false, "title": "Count Of Instances", "type": "integer" }, "is_managed_by_nsx": { "description": "If the flag is true, the cloud security group is managed by NSX.", "readonly": true, "required": false, "title": "Is Managed By NSX", "type": "boolean" }, "nsx_security_group": { "$ref": "SecurityGroup, "description": "Stores information about the NSX security group corresponding to the AWS security group.", "readonly": true, "required": false, "title": "NSX Security Group" }, "outbound_rules": { "description": "Array of outbound rules of the AWS security group.", "items": { "$ref": "AwsSecurityGroupRule }, "readonly": true, "required": false, "title": "Outbound Rules", "type": "array" }, "region_id": { "description": "ID of the cloud region.", "readonly": true, "required": false, "title": "Region ID", "type": "string" }, "resource_type": { "description": "The type of this resource.", "readonly": false, "required": true, "type": "string" }, "security_group_id": { "description": "ID of the cloud security group.", "readonly": true, "required": false, "title": "Security Group ID", "type": "string" }, "security_group_name": { "description": "Name of the cloud security group.", "readonly": true, "required": false, "title": "Security Group Name", "type": "string" }, "tags": { "items": { "$ref": "Tag }, "maxItems": 30, "title": "Opaque identifiers meaningful to the API user", "type": "array" } }, "title": "AWS Security Group", "type": "object" }