LogS3TableIntegrationSourceArgs constructor

const LogS3TableIntegrationSourceArgs({
  1. required Input<LogS3TableIntegrationSourceDataSource> dataSource,
  2. required Input<String> integrationArn,
  3. Input<String?>? region,
  4. Input<LogS3TableIntegrationSourceTimeouts?>? timeouts,
})

Creates a new LogS3TableIntegrationSourceArgs. dataSource Data source to associate with the S3 Table Integration. See dataSource Block below. integrationArn ARN of the aws.observabilityadmin.S3TableIntegration to associate the data source with. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. timeouts Optional.

Implementation

const LogS3TableIntegrationSourceArgs({
  required this.dataSource,
  required this.integrationArn,
  this.region,
  this.timeouts,
});