Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SelfManagedKafkaAccessConfigurationVpc

import type { SelfManagedKafkaAccessConfigurationVpc } from "https://aws-api.deno.dev/v0.4/services/pipes.ts?docs=full";

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

interface SelfManagedKafkaAccessConfigurationVpc {
SecurityGroup?: string[] | null;
Subnets?: string[] | null;
}

§Properties

§
SecurityGroup?: string[] | null
[src]

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?: string[] | null
[src]

Specifies the subnets associated with the stream. These subnets must all be in the same VPC. You can specify as many as 16 subnets.