LogDeliveryState class

Input properties used for looking up and filtering LogDelivery resources.

Constructors

LogDeliveryState({Input<String?>? arn, Input<String?>? deliveryDestinationArn, Input<String?>? deliverySourceName, Input<String?>? fieldDelimiter, Input<List<String>?>? recordFields, Input<String?>? region, Input<List<LogDeliveryS3DeliveryConfiguration>?>? s3DeliveryConfigurations, Input<Map<String, String>?>? tags, Input<Map<String, String>?>? tagsAll})
Creates a new LogDeliveryState. arn ARN of the delivery. deliveryDestinationArn The ARN of the delivery destination to use for this delivery. deliverySourceName The name of the delivery source to use for this delivery. fieldDelimiter The field delimiter to use between record fields when the final output format of a delivery is in plain, w3c, or raw format. recordFields The list of record fields to be delivered to the destination, in order. The valid field names vary by the logType of the delivery source. For a CloudFront ACCESS_LOGS source, see Configure standard logging (v2) for the supported values. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. s3DeliveryConfigurations Parameters that are valid only when the delivery's delivery destination is an S3 bucket. tags A map of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level. tagsAll A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
const
LogDeliveryState.fromMap(Map<String, dynamic> map)
factory

Properties

arn → Input<String?>?
ARN of the delivery.
final
deliveryDestinationArn → Input<String?>?
The ARN of the delivery destination to use for this delivery.
final
deliverySourceName → Input<String?>?
The name of the delivery source to use for this delivery.
final
fieldDelimiter → Input<String?>?
The field delimiter to use between record fields when the final output format of a delivery is in plain, w3c, or raw format.
final
hashCode int
The hash code for this object.
no setterinherited
recordFields → Input<List<String>?>?
The list of record fields to be delivered to the destination, in order. The valid field names vary by the logType of the delivery source. For a CloudFront ACCESS_LOGS source, see Configure standard logging (v2) for the supported values.
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
s3DeliveryConfigurations → Input<List<LogDeliveryS3DeliveryConfiguration>?>?
Parameters that are valid only when the delivery's delivery destination is an S3 bucket.
final
tags → Input<Map<String, String>?>?
A map of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
final
tagsAll → Input<Map<String, String>?>?
A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
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