Subscriber Args
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
The ARN for the data lake.
Link copied to clipboard
The supported AWS services from which logs and events are collected.
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
The name of your Security Lake subscriber account.