#[non_exhaustive]pub struct AwsApiGatewayAccessLogSettings { /* private fields */ }
Expand description
Contains information about settings for logging access for the stage.
Implementations§
source§impl AwsApiGatewayAccessLogSettings
impl AwsApiGatewayAccessLogSettings
sourcepub fn format(&self) -> Option<&str>
pub fn format(&self) -> Option<&str>
A single-line format of the access logs of data, as specified by selected $context
variables. The format must include at least $context.requestId
.
sourcepub fn destination_arn(&self) -> Option<&str>
pub fn destination_arn(&self) -> Option<&str>
The ARN of the CloudWatch Logs log group that receives the access logs.
source§impl AwsApiGatewayAccessLogSettings
impl AwsApiGatewayAccessLogSettings
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsApiGatewayAccessLogSettings
.
Trait Implementations§
source§impl Clone for AwsApiGatewayAccessLogSettings
impl Clone for AwsApiGatewayAccessLogSettings
source§fn clone(&self) -> AwsApiGatewayAccessLogSettings
fn clone(&self) -> AwsApiGatewayAccessLogSettings
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<AwsApiGatewayAccessLogSettings> for AwsApiGatewayAccessLogSettings
impl PartialEq<AwsApiGatewayAccessLogSettings> for AwsApiGatewayAccessLogSettings
source§fn eq(&self, other: &AwsApiGatewayAccessLogSettings) -> bool
fn eq(&self, other: &AwsApiGatewayAccessLogSettings) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.