LogS3TableIntegrationSourceArgs class

The set of arguments for LogS3TableIntegrationSource. The set of arguments for LogS3TableIntegrationSource.

Constructors

LogS3TableIntegrationSourceArgs({required Input<LogS3TableIntegrationSourceDataSource> dataSource, required Input<String> integrationArn, Input<String?>? region, 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.
const
LogS3TableIntegrationSourceArgs.fromMap(Map<String, dynamic> map)
factory

Properties

dataSource → Input<LogS3TableIntegrationSourceDataSource>
Data source to associate with the S3 Table Integration. See dataSource Block below.
final
hashCode int
The hash code for this object.
no setterinherited
integrationArn → Input<String>
ARN of the aws.observabilityadmin.S3TableIntegration to associate the data source with.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeouts → Input<LogS3TableIntegrationSourceTimeouts?>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited