LogS3TableIntegrationSourceState class

Input properties used for looking up and filtering LogS3TableIntegrationSource resources.

Constructors

LogS3TableIntegrationSourceState({Input<LogS3TableIntegrationSourceDataSource?>? dataSource, Input<String?>? integrationArn, Input<String?>? region, Input<LogS3TableIntegrationSourceTimeouts?>? timeouts})
Creates a new LogS3TableIntegrationSourceState. 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
LogS3TableIntegrationSourceState.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