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 /> Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. </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.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> |