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.

Describes a watermark attached to an AMI.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.ImageWatermark

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

Syntax

C#
public class ImageWatermark

The ImageWatermark type exposes the following members

Constructors

NameDescription
Public Method ImageWatermark()

Properties

NameTypeDescription
Public Property SourceImageCreationTime System.Nullable<System.DateTime>

Gets and sets the property SourceImageCreationTime.

The creation date of the source AMI, in the following format: YYYY-MM-DDTHH:MM:SS.ssssss+HH:MM.

Public Property SourceImageId System.String

Gets and sets the property SourceImageId.

The ID of the AMI to which the watermark was originally attached.

Public Property SourceImageRegion System.String

Gets and sets the property SourceImageRegion.

The Region where the watermark was originally attached.

Public Property WatermarkCreationTime System.Nullable<System.DateTime>

Gets and sets the property WatermarkCreationTime.

The date and time the watermark was attached to the AMI, in the following format: YYYY-MM-DDTHH:MM:SS.ssssss+HH:MM.

Public Property WatermarkKey System.String

Gets and sets the property WatermarkKey.

The watermark identifier, in accountId:watermarkName format (for example, 123456789012:approvedAmi). The accountId portion is the Amazon Web Services account ID of the watermark creator. The watermarkName portion is customer-provided.

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