Values.CreateAccessLogSubscriptionResponseSourceEnables access logs to be sent to Amazon CloudWatch, Amazon S3, and Amazon Kinesis Data Firehose. The service network owner can use the access logs to audit the services in the network. The service network owner can only see access logs from clients and services that are associated with their service network. Access log entries represent traffic originated from VPCs associated with that network. For more information, see Access logs in the Amazon VPC Lattice User Guide.
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 network or service.
*)resourceArn : ResourceArn.t option;The Amazon Resource Name (ARN) of the service network or service.
*)serviceNetworkLogType : ServiceNetworkLogType.t option;The type of log that monitors your Amazon VPC Lattice service networks.
*)destinationArn : AccessLogDestinationArn.t option;The Amazon Resource Name (ARN) of the log destination.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of AccessLogSubscriptionId.t ])
list ]