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.
dataSourceData source to associate with the S3 Table Integration. SeedataSourceBlock below.integrationArnARN of theaws.observabilityadmin.S3TableIntegrationto associate the data source with.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.timeoutsOptional.const -
LogS3TableIntegrationSourceArgs.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
dataSource
→ Input<
LogS3TableIntegrationSourceDataSource> -
Data source to associate with the S3 Table Integration. See
dataSourceBlock below.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
integrationArn
→ Input<
String> -
ARN of the
aws.observabilityadmin.S3TableIntegrationto 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