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

UpdateSettings

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

Updates the registered identity provider’s product related configuration settings such as the subnets to provision VPC endpoints.

interface UpdateSettings {
AddSubnets: string[];
RemoveSubnets: string[];
SecurityGroupId?: string | null;
}

§Properties

§
AddSubnets: string[]
[src]

The ID of one or more subnets in which License Manager will create a VPC endpoint for products that require connectivity to activation servers.

§
RemoveSubnets: string[]
[src]

The ID of one or more subnets to remove.

§
SecurityGroupId?: string | null
[src]

A security group ID that allows inbound TCP port 1688 communication between resources in your VPC and the VPC endpoints for activation servers.