ec2_get_flow_logs_integration_template: Generates a CloudFormation template that streamlines and...

View source: R/ec2_operations.R

ec2_get_flow_logs_integration_templateR Documentation

Generates a CloudFormation template that streamlines and automates the integration of VPC flow logs with Amazon Athena

Description

Generates a CloudFormation template that streamlines and automates the integration of VPC flow logs with Amazon Athena. This make it easier for you to query and gain insights from VPC flow logs data. Based on the information that you provide, we configure resources in the template to do the following:

See https://www.paws-r-sdk.com/docs/ec2_get_flow_logs_integration_template/ for full documentation.

Usage

ec2_get_flow_logs_integration_template(
  DryRun = NULL,
  FlowLogId,
  ConfigDeliveryS3DestinationArn,
  IntegrateServices
)

Arguments

DryRun

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

FlowLogId

[required] The ID of the flow log.

ConfigDeliveryS3DestinationArn

[required] To store the CloudFormation template in Amazon S3, specify the location in Amazon S3.

IntegrateServices

[required] Information about the service integration.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.