View source: R/vpclattice_operations.R
vpclattice_create_access_log_subscription | R Documentation |
Enables 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.
See https://www.paws-r-sdk.com/docs/vpclattice_create_access_log_subscription/ for full documentation.
vpclattice_create_access_log_subscription(
clientToken = NULL,
destinationArn,
resourceIdentifier,
tags = NULL
)
clientToken |
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails. |
destinationArn |
[required] The Amazon Resource Name (ARN) of the destination. The supported destination types are CloudWatch Log groups, Kinesis Data Firehose delivery streams, and Amazon S3 buckets. |
resourceIdentifier |
[required] The ID or Amazon Resource Name (ARN) of the service network or service. |
tags |
The tags for the access log subscription. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.