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

UpdateServiceSettingsRequest

import type { UpdateServiceSettingsRequest } from "https://aws-api.deno.dev/v0.3/services/licensemanager.ts?docs=full";
interface UpdateServiceSettingsRequest {
EnableCrossAccountsDiscovery?: boolean | null;
OrganizationConfiguration?: OrganizationConfiguration | null;
S3BucketArn?: string | null;
SnsTopicArn?: string | null;
}

§Properties

§
EnableCrossAccountsDiscovery?: boolean | null
[src]

Activates cross-account discovery.

§
OrganizationConfiguration?: OrganizationConfiguration | null
[src]

Enables integration with Organizations for cross-account discovery.

§
S3BucketArn?: string | null
[src]

Amazon Resource Name (ARN) of the Amazon S3 bucket where the License Manager information is stored.

§
SnsTopicArn?: string | null
[src]

Amazon Resource Name (ARN) of the Amazon SNS topic used for License Manager alerts.