Struct aws_sdk_ec2::client::fluent_builders::GetFlowLogsIntegrationTemplate [−][src]
pub struct GetFlowLogsIntegrationTemplate<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to GetFlowLogsIntegrationTemplate
.
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:
-
Create a table in Athena that maps fields to a custom log format
-
Create a Lambda function that updates the table with new partitions on a daily, weekly, or monthly basis
-
Create a table partitioned between two timestamps in the past
-
Create a set of named queries in Athena that you can use to get started quickly
Implementations
impl<C, M, R> GetFlowLogsIntegrationTemplate<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> GetFlowLogsIntegrationTemplate<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<GetFlowLogsIntegrationTemplateOutput, SdkError<GetFlowLogsIntegrationTemplateError>> where
R::Policy: SmithyRetryPolicy<GetFlowLogsIntegrationTemplateInputOperationOutputAlias, GetFlowLogsIntegrationTemplateOutput, GetFlowLogsIntegrationTemplateError, GetFlowLogsIntegrationTemplateInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<GetFlowLogsIntegrationTemplateOutput, SdkError<GetFlowLogsIntegrationTemplateError>> where
R::Policy: SmithyRetryPolicy<GetFlowLogsIntegrationTemplateInputOperationOutputAlias, GetFlowLogsIntegrationTemplateOutput, GetFlowLogsIntegrationTemplateError, GetFlowLogsIntegrationTemplateInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
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
.
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
.
The ID of the flow log.
The ID of the flow log.
To store the CloudFormation template in Amazon S3, specify the location in Amazon S3.
To store the CloudFormation template in Amazon S3, specify the location in Amazon S3.
Information about the service integration.
Information about the service integration.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for GetFlowLogsIntegrationTemplate<C, M, R>
impl<C, M, R> Send for GetFlowLogsIntegrationTemplate<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for GetFlowLogsIntegrationTemplate<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for GetFlowLogsIntegrationTemplate<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for GetFlowLogsIntegrationTemplate<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more