Amazon IoT Device Defender · JSON Structure

Iot Device Defender Create Billing Group Response Structure

CreateBillingGroupResponse schema

Type: object Properties: 3
ComplianceIoTSecurityVulnerability Management

CreateBillingGroupResponse is a JSON Structure definition published by Amazon IoT Device Defender, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

billingGroupName billingGroupArn billingGroupId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-defender/refs/heads/main/json-structure/iot-device-defender-create-billing-group-response-structure.json",
  "name": "CreateBillingGroupResponse",
  "description": "CreateBillingGroupResponse schema",
  "type": "object",
  "properties": {
    "billingGroupName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BillingGroupName"
        },
        {
          "description": "The name you gave to the billing group."
        }
      ]
    },
    "billingGroupArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BillingGroupArn"
        },
        {
          "description": "The ARN of the billing group."
        }
      ]
    },
    "billingGroupId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BillingGroupId"
        },
        {
          "description": "The ID of the billing group."
        }
      ]
    }
  }
}