SubscriberArgs

data class SubscriberArgs(val accessTypes: Output<List<SubscriberAccessTypesItem>>? = null, val dataLakeArn: Output<String>? = null, val sources: Output<List<SubscriberSourceArgs>>? = null, val subscriberDescription: Output<String>? = null, val subscriberIdentity: Output<SubscriberIdentityPropertiesArgs>? = null, val subscriberName: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<SubscriberArgs>

Resource Type definition for AWS::SecurityLake::Subscriber

Constructors

Link copied to clipboard
constructor(accessTypes: Output<List<SubscriberAccessTypesItem>>? = null, dataLakeArn: Output<String>? = null, sources: Output<List<SubscriberSourceArgs>>? = null, subscriberDescription: Output<String>? = null, subscriberIdentity: Output<SubscriberIdentityPropertiesArgs>? = null, subscriberName: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

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
val dataLakeArn: Output<String>? = null

The ARN for the data lake.

Link copied to clipboard
val sources: Output<List<SubscriberSourceArgs>>? = null

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

Link copied to clipboard
val subscriberDescription: Output<String>? = null

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: Output<String>? = null

The name of your Security Lake subscriber account.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = 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.

Functions

Link copied to clipboard
open override fun toJava(): SubscriberArgs