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

FleetAttribute

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

The fleet attribute.

type FleetAttribute =
| "VPC_CONFIGURATION"
| "VPC_CONFIGURATION_SECURITY_GROUP_IDS"
| "DOMAIN_JOIN_INFO"
| "IAM_ROLE_ARN"
| "USB_DEVICE_FILTER_STRINGS"
| "SESSION_SCRIPT_S3_LOCATION"

§Type

§
"VPC_CONFIGURATION" | "VPC_CONFIGURATION_SECURITY_GROUP_IDS" | "DOMAIN_JOIN_INFO" | "IAM_ROLE_ARN" | "USB_DEVICE_FILTER_STRINGS" | "SESSION_SCRIPT_S3_LOCATION" | cmnP.UnexpectedEnumValue
[src]