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

UpdateCustomRoutingAcceleratorAttributesRequest

import type { UpdateCustomRoutingAcceleratorAttributesRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/globalaccelerator.ts";
interface UpdateCustomRoutingAcceleratorAttributesRequest {
AcceleratorArn: string;
FlowLogsEnabled?: boolean | null;
FlowLogsS3Bucket?: string | null;
FlowLogsS3Prefix?: string | null;
}

§Properties

§
AcceleratorArn: string
[src]
§
FlowLogsEnabled?: boolean | null
[src]
§
FlowLogsS3Bucket?: string | null
[src]
§
FlowLogsS3Prefix?: string | null
[src]