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

GetServiceSettingsResponse

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

§Properties

§
EnableCrossAccountsDiscovery?: boolean | null
[src]

Indicates whether cross-account discovery is enabled.

§
LicenseManagerResourceShareArn?: string | null
[src]

Amazon Resource Name (ARN) of the resource share. The License Manager management account provides member accounts with access to this share.

§
OrganizationConfiguration?: OrganizationConfiguration | null
[src]

Indicates whether Organizations is integrated with License Manager for cross-account discovery.

§
S3BucketArn?: string | null
[src]

Regional S3 bucket path for storing reports, license trail event data, discovery data, and so on.

§
SnsTopicArn?: string | null
[src]

SNS topic configured to receive notifications from License Manager.