Struct aws_sdk_securityhub::model::AwsApiGatewayAccessLogSettings [−][src]
#[non_exhaustive]pub struct AwsApiGatewayAccessLogSettings {
pub format: Option<String>,
pub destination_arn: Option<String>,
}
Expand description
Contains information about settings for logging access for the stage.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.format: Option<String>
A single-line format of the access logs of data, as specified by selected
$context
variables. The format must include at least
$context.requestId
.
destination_arn: Option<String>
The ARN of the CloudWatch Logs log group that receives the access logs.
Implementations
A single-line format of the access logs of data, as specified by selected
$context
variables. The format must include at least
$context.requestId
.
The ARN of the CloudWatch Logs log group that receives the access logs.
Creates a new builder-style object to manufacture AwsApiGatewayAccessLogSettings
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for AwsApiGatewayAccessLogSettings
impl Sync for AwsApiGatewayAccessLogSettings
impl Unpin for AwsApiGatewayAccessLogSettings
impl UnwindSafe for AwsApiGatewayAccessLogSettings
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