Amazon EventBridge Pipes · JSON Structure

Amazon Eventbridge Pipes Self Managed Kafka Access Configuration Vpc Structure

This structure specifies the VPC subnets and security groups for the stream, and whether a public IP address is to be used.

Type: object Properties: 2
Amazon Web ServicesEvent-DrivenIntegrationMessagingServerless

SelfManagedKafkaAccessConfigurationVpc is a JSON Structure definition published by Amazon EventBridge Pipes, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

SecurityGroup Subnets

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-eventbridge-pipes/refs/heads/main/json-structure/amazon-eventbridge-pipes-self-managed-kafka-access-configuration-vpc-structure.json",
  "name": "SelfManagedKafkaAccessConfigurationVpc",
  "description": "This structure specifies the VPC subnets and security groups for the stream, and whether a public IP address is to be used.",
  "type": "object",
  "properties": {
    "SecurityGroup": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SecurityGroupIds"
        },
        {
          "description": "Specifies the security groups associated with the stream. These security groups must all be in the same VPC. You can specify as many as five security groups. If you do not specify a security group, the default security group for the VPC is used."
        }
      ]
    },
    "Subnets": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SubnetIds"
        },
        {
          "description": "Specifies the subnets associated with the stream. These subnets must all be in the same VPC. You can specify as many as 16 subnets."
        }
      ]
    }
  }
}