AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the StartImport operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.CloudTrail.Model.StartImportResponse

Namespace: Amazon.CloudTrail.Model
Assembly: AWSSDK.CloudTrail.dll
Version: 3.x.y.z

Syntax

C#
public class StartImportResponse : AmazonWebServiceResponse

The StartImportResponse type exposes the following members

Constructors

NameDescription
Public Method StartImportResponse()

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreatedTimestamp System.DateTime

Gets and sets the property CreatedTimestamp.

The timestamp for the import's creation.

Public Property Destinations System.Collections.Generic.List<System.String>

Gets and sets the property Destinations.

The ARN of the destination event data store.

Public Property EndEventTime System.DateTime

Gets and sets the property EndEventTime.

Used with StartEventTime to bound a StartImport request, and limit imported trail events to only those events logged within a specified time period.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ImportId System.String

Gets and sets the property ImportId.

The ID of the import.

Public Property ImportSource Amazon.CloudTrail.Model.ImportSource

Gets and sets the property ImportSource.

The source S3 bucket for the import.

Public Property ImportStatus Amazon.CloudTrail.ImportStatus

Gets and sets the property ImportStatus.

Shows the status of the import after a StartImport request. An import finishes with a status of COMPLETED if there were no failures, or FAILED if there were failures.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property StartEventTime System.DateTime

Gets and sets the property StartEventTime.

Used with EndEventTime to bound a StartImport request, and limit imported trail events to only those events logged within a specified time period.

Public Property UpdatedTimestamp System.DateTime

Gets and sets the property UpdatedTimestamp.

The timestamp of the import's last update, if applicable.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5