TopicRuleArgs

constructor(cloudwatchAlarms: Output<List<TopicRuleCloudwatchAlarmArgs>>? = null, cloudwatchLogs: Output<List<TopicRuleCloudwatchLogArgs>>? = null, cloudwatchMetrics: Output<List<TopicRuleCloudwatchMetricArgs>>? = null, description: Output<String>? = null, dynamodbs: Output<List<TopicRuleDynamodbArgs>>? = null, dynamodbv2s: Output<List<TopicRuleDynamodbv2Args>>? = null, elasticsearch: Output<List<TopicRuleElasticsearchArgs>>? = null, enabled: Output<Boolean>? = null, errorAction: Output<TopicRuleErrorActionArgs>? = null, firehoses: Output<List<TopicRuleFirehoseArgs>>? = null, https: Output<List<TopicRuleHttpArgs>>? = null, iotAnalytics: Output<List<TopicRuleIotAnalyticArgs>>? = null, iotEvents: Output<List<TopicRuleIotEventArgs>>? = null, kafkas: Output<List<TopicRuleKafkaArgs>>? = null, kineses: Output<List<TopicRuleKinesisArgs>>? = null, lambdas: Output<List<TopicRuleLambdaArgs>>? = null, name: Output<String>? = null, republishes: Output<List<TopicRuleRepublishArgs>>? = null, s3: Output<List<TopicRuleS3Args>>? = null, sns: Output<List<TopicRuleSnsArgs>>? = null, sql: Output<String>? = null, sqlVersion: Output<String>? = null, sqs: Output<List<TopicRuleSqsArgs>>? = null, stepFunctions: Output<List<TopicRuleStepFunctionArgs>>? = null, tags: Output<Map<String, String>>? = null, timestreams: Output<List<TopicRuleTimestreamArgs>>? = null)