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< ? recordFields, Input<String> ?>String?> ? region, Input<List< ? s3DeliveryConfigurations, Input<LogDeliveryS3DeliveryConfiguration> ?>Map< ? tags, Input<String, String> ?>Map< ? tagsAll})String, String> ?> -
Creates a new LogDeliveryState.
arnARN of the delivery.deliveryDestinationArnThe ARN of the delivery destination to use for this delivery.deliverySourceNameThe name of the delivery source to use for this delivery.fieldDelimiterThe field delimiter to use between record fields when the final output format of a delivery is inplain,w3c, orrawformat.recordFieldsThe list of record fields to be delivered to the destination, in order. The valid field names vary by thelogTypeof the delivery source. For a CloudFrontACCESS_LOGSsource, see Configure standard logging (v2) for the supported values.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.s3DeliveryConfigurationsParameters that are valid only when the delivery's delivery destination is an S3 bucket.tagsA map of tags to assign to the resource. If configured with a providerdefaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.tagsAllA map of tags assigned to the resource, including those inherited from the providerdefaultTagsconfiguration 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, orrawformat.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
logTypeof the delivery source. For a CloudFrontACCESS_LOGSsource, 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
-
A map of tags to assign to the resource. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.final -
A map of tags assigned to the resource, including those inherited from the provider
defaultTagsconfiguration 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