Package-level declarations
Types
Link copied to clipboard
data class InvocationLoggingConfigurationLoggingConfig(val cloudwatchConfig: InvocationLoggingConfigurationLoggingConfigCloudwatchConfig? = null, val embeddingDataDeliveryEnabled: Boolean? = null, val imageDataDeliveryEnabled: Boolean? = null, val s3Config: InvocationLoggingConfigurationLoggingConfigS3Config? = null, val textDataDeliveryEnabled: Boolean? = null, val videoDataDeliveryEnabled: Boolean? = null)
Link copied to clipboard
data class InvocationLoggingConfigurationLoggingConfigCloudwatchConfig(val largeDataDeliveryS3Config: InvocationLoggingConfigurationLoggingConfigCloudwatchConfigLargeDataDeliveryS3Config? = null, val logGroupName: String? = null, val roleArn: String? = null)
Link copied to clipboard
data class InvocationLoggingConfigurationLoggingConfigCloudwatchConfigLargeDataDeliveryS3Config(val bucketName: String? = null, val keyPrefix: String? = null)
Link copied to clipboard
data class InvocationLoggingConfigurationLoggingConfigS3Config(val bucketName: String? = null, val keyPrefix: String? = null)