/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include An event from a source outside of Amazon Web Services that you want
* CloudTrail to log.See Also:
AWS
* API Reference
The content of an audit event that comes from the event, such as
* userIdentity
, userAgent
, and
* eventSource
.
The content of an audit event that comes from the event, such as
* userIdentity
, userAgent
, and
* eventSource
.
The content of an audit event that comes from the event, such as
* userIdentity
, userAgent
, and
* eventSource
.
The content of an audit event that comes from the event, such as
* userIdentity
, userAgent
, and
* eventSource
.
The content of an audit event that comes from the event, such as
* userIdentity
, userAgent
, and
* eventSource
.
The content of an audit event that comes from the event, such as
* userIdentity
, userAgent
, and
* eventSource
.
The content of an audit event that comes from the event, such as
* userIdentity
, userAgent
, and
* eventSource
.
The content of an audit event that comes from the event, such as
* userIdentity
, userAgent
, and
* eventSource
.
A checksum is a base64-SHA256 algorithm that helps you verify that CloudTrail * receives the event that matches with the checksum. Calculate the checksum by * running a command like the following:
printf %s $eventdata
* | openssl dgst -binary -sha256 | base64
A checksum is a base64-SHA256 algorithm that helps you verify that CloudTrail * receives the event that matches with the checksum. Calculate the checksum by * running a command like the following:
printf %s $eventdata
* | openssl dgst -binary -sha256 | base64
A checksum is a base64-SHA256 algorithm that helps you verify that CloudTrail * receives the event that matches with the checksum. Calculate the checksum by * running a command like the following:
printf %s $eventdata
* | openssl dgst -binary -sha256 | base64
A checksum is a base64-SHA256 algorithm that helps you verify that CloudTrail * receives the event that matches with the checksum. Calculate the checksum by * running a command like the following:
printf %s $eventdata
* | openssl dgst -binary -sha256 | base64
A checksum is a base64-SHA256 algorithm that helps you verify that CloudTrail * receives the event that matches with the checksum. Calculate the checksum by * running a command like the following:
printf %s $eventdata
* | openssl dgst -binary -sha256 | base64
A checksum is a base64-SHA256 algorithm that helps you verify that CloudTrail * receives the event that matches with the checksum. Calculate the checksum by * running a command like the following:
printf %s $eventdata
* | openssl dgst -binary -sha256 | base64
A checksum is a base64-SHA256 algorithm that helps you verify that CloudTrail * receives the event that matches with the checksum. Calculate the checksum by * running a command like the following:
printf %s $eventdata
* | openssl dgst -binary -sha256 | base64
A checksum is a base64-SHA256 algorithm that helps you verify that CloudTrail * receives the event that matches with the checksum. Calculate the checksum by * running a command like the following:
printf %s $eventdata
* | openssl dgst -binary -sha256 | base64
The original event ID from the source event.
*/ inline const Aws::String& GetId() const{ return m_id; } /** *The original event ID from the source event.
*/ inline bool IdHasBeenSet() const { return m_idHasBeenSet; } /** *The original event ID from the source event.
*/ inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; } /** *The original event ID from the source event.
*/ inline void SetId(Aws::String&& value) { m_idHasBeenSet = true; m_id = std::move(value); } /** *The original event ID from the source event.
*/ inline void SetId(const char* value) { m_idHasBeenSet = true; m_id.assign(value); } /** *The original event ID from the source event.
*/ inline AuditEvent& WithId(const Aws::String& value) { SetId(value); return *this;} /** *The original event ID from the source event.
*/ inline AuditEvent& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;} /** *The original event ID from the source event.
*/ inline AuditEvent& WithId(const char* value) { SetId(value); return *this;} private: Aws::String m_eventData; bool m_eventDataHasBeenSet = false; Aws::String m_eventDataChecksum; bool m_eventDataChecksumHasBeenSet = false; Aws::String m_id; bool m_idHasBeenSet = false; }; } // namespace Model } // namespace CloudTrailData } // namespace Aws