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.

Container for the parameters to the UpdateProduct operation. Updates the specified product.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ServiceCatalog.AmazonServiceCatalogRequest
      Amazon.ServiceCatalog.Model.UpdateProductRequest

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

Syntax

C#
public class UpdateProductRequest : AmazonServiceCatalogRequest
         IAmazonWebServiceRequest

The UpdateProductRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateProductRequest()

Properties

NameTypeDescription
Public Property AcceptLanguage System.String

Gets and sets the property AcceptLanguage.

The language code.

  • jp - Japanese

  • zh - Chinese

Public Property AddTags System.Collections.Generic.List<Amazon.ServiceCatalog.Model.Tag>

Gets and sets the property AddTags.

The tags to add to the product.

Public Property Description System.String

Gets and sets the property Description.

The updated description of the product.

Public Property Distributor System.String

Gets and sets the property Distributor.

The updated distributor of the product.

Public Property Id System.String

Gets and sets the property Id.

The product identifier.

Public Property Name System.String

Gets and sets the property Name.

The updated product name.

Public Property Owner System.String

Gets and sets the property Owner.

The updated owner of the product.

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

Gets and sets the property RemoveTags.

The tags to remove from the product.

Public Property SourceConnection Amazon.ServiceCatalog.Model.SourceConnection

Gets and sets the property SourceConnection.

Specifies connection details for the updated product and syncs the product to the connection source artifact. This automatically manages the product's artifacts based on changes to the source. The SourceConnection parameter consists of the following sub-fields.

  • Type

  • ConnectionParamters

Public Property SupportDescription System.String

Gets and sets the property SupportDescription.

The updated support description for the product.

Public Property SupportEmail System.String

Gets and sets the property SupportEmail.

The updated support email for the product.

Public Property SupportUrl System.String

Gets and sets the property SupportUrl.

The updated support URL for the product.

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