Values.AccessLogSubscriptionSummarySourceSummary information about an access log subscription.
type nonrec t = {id : AccessLogSubscriptionId.t option;The ID of the access log subscription.
*)arn : AccessLogSubscriptionArn.t option;The Amazon Resource Name (ARN) of the access log subscription
*)resourceId : ResourceId.t option;The ID of the service or service network.
*)resourceArn : ResourceArn.t option;The Amazon Resource Name (ARN) of the service or service network.
*)destinationArn : AccessLogDestinationArn.t option;The Amazon Resource Name (ARN) of the destination.
*)serviceNetworkLogType : ServiceNetworkLogType.t option;Log type of the service network.
*)createdAt : Timestamp.t option;The date and time that the access log subscription was created, in ISO-8601 format.
*)lastUpdatedAt : Timestamp.t option;The date and time that the access log subscription was last updated, in ISO-8601 format.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of AccessLogSubscriptionId.t
| `Timestamp of Timestamp.t ])
list ]