pub struct QueryLoggingConfig {
pub cloud_watch_logs_log_group_arn: Value<String>,
}Expand description
The AWS::Route53::HostedZone.QueryLoggingConfig property type.
Fields§
§cloud_watch_logs_log_group_arn: Value<String>Property CloudWatchLogsLogGroupArn.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for QueryLoggingConfig
impl Debug for QueryLoggingConfig
Source§impl Default for QueryLoggingConfig
impl Default for QueryLoggingConfig
Source§fn default() -> QueryLoggingConfig
fn default() -> QueryLoggingConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for QueryLoggingConfig
impl RefUnwindSafe for QueryLoggingConfig
impl Send for QueryLoggingConfig
impl Sync for QueryLoggingConfig
impl Unpin for QueryLoggingConfig
impl UnwindSafe for QueryLoggingConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more