AWS.Tools.CloudTrailData.XML
<?xml version="1.0"?>
<doc> <assembly> <name>AWS.Tools.CloudTrailData</name> </assembly> <members> <member name="T:Amazon.PowerShell.Cmdlets.CTD.WriteCTDAuditEventCmdlet"> <summary> Ingests your application events into CloudTrail Lake. A required parameter, <c>auditEvents</c>, accepts the JSON records (also called <i>payload</i>) of events that you want CloudTrail to ingest. You can add up to 100 of these events (or up to 1 MB) per <c>PutAuditEvents</c> request. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CTD.WriteCTDAuditEventCmdlet.AuditEvent"> <summary> <para> <para>The JSON payload of events that you want to ingest. You can also point to the JSON event payload in a file.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CTD.WriteCTDAuditEventCmdlet.ChannelArn"> <summary> <para> <para>The ARN or ID (the ARN suffix) of a channel.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CTD.WriteCTDAuditEventCmdlet.ExternalId"> <summary> <para> <para>A unique identifier that is conditionally required when the channel's resource policy includes an external ID. This value can be any string, such as a passphrase or account number.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CTD.WriteCTDAuditEventCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudTrailData.Model.PutAuditEventsResponse). Specifying the name of a property of type Amazon.CloudTrailData.Model.PutAuditEventsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CTD.WriteCTDAuditEventCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ChannelArn parameter. The -PassThru parameter is deprecated, use -Select '^ChannelArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CTD.WriteCTDAuditEventCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> </members> </doc> |