Show / Hide Table of Contents

Class BucketEvents.AWSAPICallViaCloudTrail.AWSAPICallViaCloudTrailProps

(experimental) Props type for Bucket aws.s3@AWSAPICallViaCloudTrail event.

Inheritance
object
BucketEvents.AWSAPICallViaCloudTrail.AWSAPICallViaCloudTrailProps
Implements
BucketEvents.AWSAPICallViaCloudTrail.IAWSAPICallViaCloudTrailProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.S3.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class BucketEvents.AWSAPICallViaCloudTrail.AWSAPICallViaCloudTrailProps : BucketEvents.AWSAPICallViaCloudTrail.IAWSAPICallViaCloudTrailProps
Syntax (vb)
Public Class BucketEvents.AWSAPICallViaCloudTrail.AWSAPICallViaCloudTrailProps Implements BucketEvents.AWSAPICallViaCloudTrail.IAWSAPICallViaCloudTrailProps
Remarks

Stability: Experimental

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.S3.Events;

             var aWSAPICallViaCloudTrailProps = new AWSAPICallViaCloudTrailProps {
                 AdditionalEventData = new AdditionalEventData {
                     AuthenticationMethod = new [] { "authenticationMethod" },
                     BytesTransferredIn = new [] { "bytesTransferredIn" },
                     BytesTransferredOut = new [] { "bytesTransferredOut" },
                     CipherSuite = new [] { "cipherSuite" },
                     ObjectRetentionInfo = new ObjectRetentionInfo {
                         LegalHoldInfo = new LegalHoldInfo {
                             IsUnderLegalHold = new [] { "isUnderLegalHold" },
                             LastModifiedTime = new [] { "lastModifiedTime" }
                         },
                         RetentionInfo = new RetentionInfo {
                             LastModifiedTime = new [] { "lastModifiedTime" },
                             RetainUntilMode = new [] { "retainUntilMode" },
                             RetainUntilTime = new [] { "retainUntilTime" }
                         }
                     },
                     SignatureVersion = new [] { "signatureVersion" },
                     XAmzId2 = new [] { "xAmzId2" }
                 },
                 AwsRegion = new [] { "awsRegion" },
                 ErrorCode = new [] { "errorCode" },
                 ErrorMessage = new [] { "errorMessage" },
                 EventCategory = new [] { "eventCategory" },
                 EventId = new [] { "eventId" },
                 EventMetadata = new AWSEventMetadataProps {
                     Region = new [] { "region" },
                     Resources = new [] { "resources" },
                     Version = new [] { "version" }
                 },
                 EventName = new [] { "eventName" },
                 EventSource = new [] { "eventSource" },
                 EventTime = new [] { "eventTime" },
                 EventType = new [] { "eventType" },
                 EventVersion = new [] { "eventVersion" },
                 ManagementEvent = new [] { "managementEvent" },
                 ReadOnly = new [] { "readOnly" },
                 RecipientAccountId = new [] { "recipientAccountId" },
                 RequestId = new [] { "requestId" },
                 RequestParameters = new RequestParameters {
                     BucketName = new [] { "bucketName" },
                     Host = new [] { "host" },
                     Key = new [] { "key" },
                     LegalHold = new [] { "legalHold" },
                     Retention = new [] { "retention" }
                 },
                 Resources = new [] { new AwsapiCallViaCloudTrailItem {
                     AccountId = new [] { "accountId" },
                     Arn = new [] { "arn" },
                     Type = new [] { "type" }
                 } },
                 ResponseElements = new [] { "responseElements" },
                 SourceIpAddress = new [] { "sourceIpAddress" },
                 TlsDetails = new TlsDetails {
                     CipherSuite = new [] { "cipherSuite" },
                     ClientProvidedHostHeader = new [] { "clientProvidedHostHeader" },
                     TlsVersion = new [] { "tlsVersion" }
                 },
                 UserAgent = new [] { "userAgent" },
                 UserIdentity = new UserIdentity {
                     AccessKeyId = new [] { "accessKeyId" },
                     AccountId = new [] { "accountId" },
                     Arn = new [] { "arn" },
                     PrincipalId = new [] { "principalId" },
                     SessionContext = new SessionContext {
                         Attributes = new Attributes {
                             CreationDate = new [] { "creationDate" },
                             MfaAuthenticated = new [] { "mfaAuthenticated" }
                         },
                         SessionIssuer = new SessionIssuer {
                             AccountId = new [] { "accountId" },
                             Arn = new [] { "arn" },
                             PrincipalId = new [] { "principalId" },
                             Type = new [] { "type" },
                             UserName = new [] { "userName" }
                         },
                         WebIdFederationData = new [] { "webIdFederationData" }
                     },
                     Type = new [] { "type" }
                 },
                 VpcEndpointId = new [] { "vpcEndpointId" }
             };

Synopsis

Constructors

AWSAPICallViaCloudTrailProps()

(experimental) Props type for Bucket aws.s3@AWSAPICallViaCloudTrail event.

Properties

AdditionalEventData

(experimental) additionalEventData property.

AwsRegion

(experimental) awsRegion property.

ErrorCode

(experimental) errorCode property.

ErrorMessage

(experimental) errorMessage property.

EventCategory

(experimental) eventCategory property.

EventId

(experimental) eventID property.

EventMetadata

(experimental) EventBridge event metadata.

EventName

(experimental) eventName property.

EventSource

(experimental) eventSource property.

EventTime

(experimental) eventTime property.

EventType

(experimental) eventType property.

EventVersion

(experimental) eventVersion property.

ManagementEvent

(experimental) managementEvent property.

ReadOnly

(experimental) readOnly property.

RecipientAccountId

(experimental) recipientAccountId property.

RequestId

(experimental) requestID property.

RequestParameters

(experimental) requestParameters property.

Resources

(experimental) resources property.

ResponseElements

(experimental) responseElements property.

SourceIpAddress

(experimental) sourceIPAddress property.

TlsDetails

(experimental) tlsDetails property.

UserAgent

(experimental) userAgent property.

UserIdentity

(experimental) userIdentity property.

VpcEndpointId

(experimental) vpcEndpointId property.

Constructors

AWSAPICallViaCloudTrailProps()

(experimental) Props type for Bucket aws.s3@AWSAPICallViaCloudTrail event.

public AWSAPICallViaCloudTrailProps()
Remarks

Stability: Experimental

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.S3.Events;

             var aWSAPICallViaCloudTrailProps = new AWSAPICallViaCloudTrailProps {
                 AdditionalEventData = new AdditionalEventData {
                     AuthenticationMethod = new [] { "authenticationMethod" },
                     BytesTransferredIn = new [] { "bytesTransferredIn" },
                     BytesTransferredOut = new [] { "bytesTransferredOut" },
                     CipherSuite = new [] { "cipherSuite" },
                     ObjectRetentionInfo = new ObjectRetentionInfo {
                         LegalHoldInfo = new LegalHoldInfo {
                             IsUnderLegalHold = new [] { "isUnderLegalHold" },
                             LastModifiedTime = new [] { "lastModifiedTime" }
                         },
                         RetentionInfo = new RetentionInfo {
                             LastModifiedTime = new [] { "lastModifiedTime" },
                             RetainUntilMode = new [] { "retainUntilMode" },
                             RetainUntilTime = new [] { "retainUntilTime" }
                         }
                     },
                     SignatureVersion = new [] { "signatureVersion" },
                     XAmzId2 = new [] { "xAmzId2" }
                 },
                 AwsRegion = new [] { "awsRegion" },
                 ErrorCode = new [] { "errorCode" },
                 ErrorMessage = new [] { "errorMessage" },
                 EventCategory = new [] { "eventCategory" },
                 EventId = new [] { "eventId" },
                 EventMetadata = new AWSEventMetadataProps {
                     Region = new [] { "region" },
                     Resources = new [] { "resources" },
                     Version = new [] { "version" }
                 },
                 EventName = new [] { "eventName" },
                 EventSource = new [] { "eventSource" },
                 EventTime = new [] { "eventTime" },
                 EventType = new [] { "eventType" },
                 EventVersion = new [] { "eventVersion" },
                 ManagementEvent = new [] { "managementEvent" },
                 ReadOnly = new [] { "readOnly" },
                 RecipientAccountId = new [] { "recipientAccountId" },
                 RequestId = new [] { "requestId" },
                 RequestParameters = new RequestParameters {
                     BucketName = new [] { "bucketName" },
                     Host = new [] { "host" },
                     Key = new [] { "key" },
                     LegalHold = new [] { "legalHold" },
                     Retention = new [] { "retention" }
                 },
                 Resources = new [] { new AwsapiCallViaCloudTrailItem {
                     AccountId = new [] { "accountId" },
                     Arn = new [] { "arn" },
                     Type = new [] { "type" }
                 } },
                 ResponseElements = new [] { "responseElements" },
                 SourceIpAddress = new [] { "sourceIpAddress" },
                 TlsDetails = new TlsDetails {
                     CipherSuite = new [] { "cipherSuite" },
                     ClientProvidedHostHeader = new [] { "clientProvidedHostHeader" },
                     TlsVersion = new [] { "tlsVersion" }
                 },
                 UserAgent = new [] { "userAgent" },
                 UserIdentity = new UserIdentity {
                     AccessKeyId = new [] { "accessKeyId" },
                     AccountId = new [] { "accountId" },
                     Arn = new [] { "arn" },
                     PrincipalId = new [] { "principalId" },
                     SessionContext = new SessionContext {
                         Attributes = new Attributes {
                             CreationDate = new [] { "creationDate" },
                             MfaAuthenticated = new [] { "mfaAuthenticated" }
                         },
                         SessionIssuer = new SessionIssuer {
                             AccountId = new [] { "accountId" },
                             Arn = new [] { "arn" },
                             PrincipalId = new [] { "principalId" },
                             Type = new [] { "type" },
                             UserName = new [] { "userName" }
                         },
                         WebIdFederationData = new [] { "webIdFederationData" }
                     },
                     Type = new [] { "type" }
                 },
                 VpcEndpointId = new [] { "vpcEndpointId" }
             };

Properties

AdditionalEventData

(experimental) additionalEventData property.

public BucketEvents.AWSAPICallViaCloudTrail.IAdditionalEventData? AdditionalEventData { get; set; }
Property Value

BucketEvents.AWSAPICallViaCloudTrail.IAdditionalEventData

Remarks

Specify an array of string values to match this event if the actual value of additionalEventData is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

AwsRegion

(experimental) awsRegion property.

public string[]? AwsRegion { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of awsRegion is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

ErrorCode

(experimental) errorCode property.

public string[]? ErrorCode { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of errorCode is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

ErrorMessage

(experimental) errorMessage property.

public string[]? ErrorMessage { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of errorMessage is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

EventCategory

(experimental) eventCategory property.

public string[]? EventCategory { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of eventCategory is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

EventId

(experimental) eventID property.

public string[]? EventId { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of eventID is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

EventMetadata

(experimental) EventBridge event metadata.

public IAWSEventMetadataProps? EventMetadata { get; set; }
Property Value

IAWSEventMetadataProps

Remarks

Default: - -

Stability: Experimental

EventName

(experimental) eventName property.

public string[]? EventName { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of eventName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

EventSource

(experimental) eventSource property.

public string[]? EventSource { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of eventSource is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

EventTime

(experimental) eventTime property.

public string[]? EventTime { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of eventTime is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

EventType

(experimental) eventType property.

public string[]? EventType { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of eventType is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

EventVersion

(experimental) eventVersion property.

public string[]? EventVersion { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of eventVersion is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

ManagementEvent

(experimental) managementEvent property.

public string[]? ManagementEvent { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of managementEvent is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

ReadOnly

(experimental) readOnly property.

public string[]? ReadOnly { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of readOnly is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

RecipientAccountId

(experimental) recipientAccountId property.

public string[]? RecipientAccountId { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of recipientAccountId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

RequestId

(experimental) requestID property.

public string[]? RequestId { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of requestID is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

RequestParameters

(experimental) requestParameters property.

public BucketEvents.AWSAPICallViaCloudTrail.IRequestParameters? RequestParameters { get; set; }
Property Value

BucketEvents.AWSAPICallViaCloudTrail.IRequestParameters

Remarks

Specify an array of string values to match this event if the actual value of requestParameters is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

Resources

(experimental) resources property.

public BucketEvents.AWSAPICallViaCloudTrail.IAwsapiCallViaCloudTrailItem[]? Resources { get; set; }
Property Value

IAwsapiCallViaCloudTrailItem[]

Remarks

Specify an array of string values to match this event if the actual value of resources is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

ResponseElements

(experimental) responseElements property.

public string[]? ResponseElements { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of responseElements is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

SourceIpAddress

(experimental) sourceIPAddress property.

public string[]? SourceIpAddress { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of sourceIPAddress is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

TlsDetails

(experimental) tlsDetails property.

public BucketEvents.AWSAPICallViaCloudTrail.ITlsDetails? TlsDetails { get; set; }
Property Value

BucketEvents.AWSAPICallViaCloudTrail.ITlsDetails

Remarks

Specify an array of string values to match this event if the actual value of tlsDetails is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

UserAgent

(experimental) userAgent property.

public string[]? UserAgent { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of userAgent is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

UserIdentity

(experimental) userIdentity property.

public BucketEvents.AWSAPICallViaCloudTrail.IUserIdentity? UserIdentity { get; set; }
Property Value

BucketEvents.AWSAPICallViaCloudTrail.IUserIdentity

Remarks

Specify an array of string values to match this event if the actual value of userIdentity is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

VpcEndpointId

(experimental) vpcEndpointId property.

public string[]? VpcEndpointId { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of vpcEndpointId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

Implements

BucketEvents.AWSAPICallViaCloudTrail.IAWSAPICallViaCloudTrailProps
Back to top Generated by DocFX