AWS SDK Version 4 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.

The watermark filter criteria for an allowed image. Each entry can specify one or more fields. All specified fields must match the same watermark on the image.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.ImageWatermarkFilterRequest

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

Syntax

C#
public class ImageWatermarkFilterRequest

The ImageWatermarkFilterRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property MaximumDaysSinceSourceImageCreated System.Nullable<System.Int32>

Gets and sets the property MaximumDaysSinceSourceImageCreated.

The maximum number of days that have elapsed since the source image was created.

Constraints: Minimum value of 0. Maximum value of 2147483647.

Public Property MaximumDaysSinceWatermarkCreated System.Nullable<System.Int32>

Gets and sets the property MaximumDaysSinceWatermarkCreated.

The maximum number of days that have elapsed since the watermark was attached to the image.

Constraints: Minimum value of 0. Maximum value of 2147483647.

Public Property SourceImageRegion System.String

Gets and sets the property SourceImageRegion.

The Region where the watermark was originally created. Supports wildcards (*, ?).

Public Property WatermarkKey System.String

Gets and sets the property WatermarkKey.

The accountId:name of the watermark. Supports wildcards (*, ?).

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer