GetSubscriberResult

data class GetSubscriberResult(val accessTypes: List<SubscriberAccessTypesItem>? = null, val resourceShareArn: String? = null, val resourceShareName: String? = null, val s3BucketArn: String? = null, val sources: List<SubscriberSource>? = null, val subscriberArn: String? = null, val subscriberDescription: String? = null, val subscriberIdentity: SubscriberIdentityProperties? = null, val subscriberName: String? = null, val subscriberRoleArn: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(accessTypes: List<SubscriberAccessTypesItem>? = null, resourceShareArn: String? = null, resourceShareName: String? = null, s3BucketArn: String? = null, sources: List<SubscriberSource>? = null, subscriberArn: String? = null, subscriberDescription: String? = null, subscriberIdentity: SubscriberIdentityProperties? = null, subscriberName: String? = null, subscriberRoleArn: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

You can choose to notify subscribers of new objects with an Amazon Simple Queue Service (Amazon SQS) queue or through messaging to an HTTPS endpoint provided by the subscriber. Subscribers can consume data by directly querying AWS Lake Formation tables in your Amazon S3 bucket through services like Amazon Athena. This subscription type is defined as LAKEFORMATION .

Link copied to clipboard

The Amazon Resource Name (ARN) of the Amazon Security Lake subscriber.

Link copied to clipboard

The ARN name of the Amazon Security Lake subscriber.

Link copied to clipboard
val s3BucketArn: String? = null

The Amazon Resource Name (ARN) of the S3 bucket.

Link copied to clipboard

The supported AWS services from which logs and events are collected.

Link copied to clipboard
val subscriberArn: String? = null

The Amazon Resource Name (ARN) of the Security Lake subscriber.

Link copied to clipboard

The description for your subscriber account in Security Lake.

Link copied to clipboard

The AWS identity used to access your data.

Link copied to clipboard
val subscriberName: String? = null

The name of your Security Lake subscriber account.

Link copied to clipboard

The Amazon Resource Name (ARN) of the role used to create the Security Lake subscriber.

Link copied to clipboard
val tags: List<Tag>? = null

An array of objects, one for each tag to associate with the subscriber. For each tag, you must specify both a tag key and a tag value. A tag value cannot be null, but it can be an empty string.