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

CreateSubscriberResponse

import type { CreateSubscriberResponse } from "https://aws-api.deno.dev/v0.4/services/securitylake.ts?docs=full";
interface CreateSubscriberResponse {
roleArn?: string | null;
s3BucketArn?: string | null;
snsArn?: string | null;
subscriptionId: string;
}

§Properties

§
roleArn?: string | null
[src]

The Amazon Resource Name (ARN) created by you to provide to the subscriber. For more information about ARNs and how to use them in policies, see IAM identifiers in the Identity and Access Management (IAM) User Guide. .

§
s3BucketArn?: string | null
[src]

The ARN for the Amazon S3 bucket.

§
snsArn?: string | null
[src]

The ARN for the Amazon Simple Notification Service.

§
subscriptionId: string
[src]

The subscriptionId created by the CreateSubscriber API call.