Interface ObjectTagsAdded.IObjectTagsAddedProps
(experimental) Props type for aws.s3@ObjectTagsAdded event.
Namespace: Amazon.CDK.Mixins.Preview.AWS.S3.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ObjectTagsAdded.IObjectTagsAddedProps
Syntax (vb)
Public Interface ObjectTagsAdded.IObjectTagsAddedProps
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 objectTagsAddedProps = new ObjectTagsAddedProps {
Bucket = new Bucket {
Name = new [] { "name" }
},
EventMetadata = new AWSEventMetadataProps {
Region = new [] { "region" },
Resources = new [] { "resources" },
Version = new [] { "version" }
},
Object = new ObjectType {
Etag = new [] { "etag" },
Key = new [] { "key" },
VersionId = new [] { "versionId" }
},
Requester = new [] { "requester" },
RequestId = new [] { "requestId" },
SourceIpAddress = new [] { "sourceIpAddress" },
Version = new [] { "version" }
};
Synopsis
Properties
| Bucket | (experimental) bucket property. |
| EventMetadata | (experimental) EventBridge event metadata. |
| Object | (experimental) object property. |
| RequestId | (experimental) request-id property. |
| Requester | (experimental) requester property. |
| SourceIpAddress | (experimental) source-ip-address property. |
| Version | (experimental) version property. |
Properties
Bucket
(experimental) bucket property.
ObjectTagsAdded.IBucket? Bucket { get; }
Property Value
Remarks
Specify an array of string values to match this event if the actual value of bucket 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.
IAWSEventMetadataProps? EventMetadata { get; }
Property Value
Remarks
Default: - -
Stability: Experimental
Object
(experimental) object property.
ObjectTagsAdded.IObjectType? Object { get; }
Property Value
Remarks
Specify an array of string values to match this event if the actual value of object 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) request-id property.
string[]? RequestId { get; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of request-id 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
Requester
(experimental) requester property.
string[]? Requester { get; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of requester 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) source-ip-address property.
string[]? SourceIpAddress { get; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of source-ip-address 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
Version
(experimental) version property.
string[]? Version { get; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of version 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