SubscriberSourceCustomLogSourceResourceProviderArgs

data class SubscriberSourceCustomLogSourceResourceProviderArgs(val location: Output<String>, val roleArn: Output<String>) : ConvertibleToJava<SubscriberSourceCustomLogSourceResourceProviderArgs>

Constructors

constructor(location: Output<String>, roleArn: Output<String>)

Properties

Link copied to clipboard
val location: Output<String>

The location of the partition in the Amazon S3 bucket for Security Lake.

Link copied to clipboard
val roleArn: Output<String>

The ARN of the IAM role to be used by the entity putting logs into your custom source partition.

Functions

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