Amazon MediaConnect · JSON Structure

Mediaconnect Api Vpc Interface Attachment Structure

The settings for attaching a VPC interface to an resource.

Type: object Properties: 1
BroadcastingLive VideoMediaMedia Transport

VpcInterfaceAttachment is a JSON Structure definition published by Amazon MediaConnect, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

VpcInterfaceName

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-mediaconnect/refs/heads/main/json-structure/mediaconnect-api-vpc-interface-attachment-structure.json",
  "name": "VpcInterfaceAttachment",
  "type": "object",
  "description": "The settings for attaching a VPC interface to an resource.",
  "properties": {
    "VpcInterfaceName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "vpcInterfaceName"
          },
          "description": "The name of the VPC interface to use for this resource."
        }
      ]
    }
  }
}