{
  "$id": "schema.json",
  "type": "object",
  "schema": "http://json-schema.org/draft-07/schema#",
  "translate": true,
  "dynamicfields": true,
  "properties": {
    "ph_request_type": {
      "type": "string",
      "description": "type of request (internal to adapter)",
      "default": "getCreateFlowLogs",
      "enum": [
        "getCreateFlowLogs",
        "postCreateFlowLogs"
      ],
      "external_name": "ph_request_type"
    },
    "dryRun": {
      "description": "Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions...(description truncated)",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "DryRun"
    },
    "clientToken": {
      "description": "Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see  How to Ensure Idempotency .",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "ClientToken"
    },
    "deliverLogsPermissionArn": {
      "description": "The ARN for the IAM role that permits Amazon EC2 to publish flow logs to a CloudWatch Logs log group in your account.   If you specify  LogDestinationType  as  s3 , do n...(description truncated)",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "DeliverLogsPermissionArn"
    },
    "logGroupName": {
      "description": "The name of a new or existing CloudWatch Logs log group where Amazon EC2 publishes your flow logs.   If you specify  LogDestinationType  as  s3 , do not specify  Deliver...(description truncated)",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "LogGroupName"
    },
    "resourceId": {
      "description": "The ID of the subnet, network interface, or VPC for which you want to create a flow log.   Constraints: Maximum of 1000 resources",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "ResourceId"
    },
    "resourceType": {
      "description": "The type of resource for which to create the flow log. For example, if you specified a VPC ID for the  ResourceId  property, specify  VPC  for this property.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "ResourceType"
    },
    "trafficType": {
      "description": "The type of traffic to log. You can log traffic that the resource accepts or rejects, or all traffic.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "TrafficType"
    },
    "logDestinationType": {
      "description": "Specifies the type of destination to which the flow log data is to be published. Flow log data can be published to CloudWatch Logs or Amazon S3. To publish flow log data...(description truncated)",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "LogDestinationType"
    },
    "logDestination": {
      "description": "Specifies the destination to which the flow log data is to be published. Flow log data can be published to a CloudWatch Logs log group or an Amazon S3 bucket. The value ...(description truncated)",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "LogDestination"
    },
    "action": {
      "description": "",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "Action"
    },
    "version": {
      "description": "",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "Version"
    },
    "bodyFormData": {
      "description": "",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "body"
    }
  },
  "definitions": {}
}