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 CreateApplication operation. Creates a new application that is the top-level node in a hierarchy of related cloud resource abstractions.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AppRegistry.AmazonAppRegistryRequest
      Amazon.AppRegistry.Model.CreateApplicationRequest

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

Syntax

C#
public class CreateApplicationRequest : AmazonAppRegistryRequest
         IAmazonWebServiceRequest

The CreateApplicationRequest type exposes the following members

Constructors

NameDescription
Public Method CreateApplicationRequest()

Properties

NameTypeDescription
Public Property ClientToken System.String

Gets and sets the property ClientToken.

A unique identifier that you provide to ensure idempotency. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails.

Public Property Description System.String

Gets and sets the property Description.

The description of the application.

Public Property Name System.String

Gets and sets the property Name.

The name of the application. The name must be unique in the region in which you are creating the application.

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

Key-value pairs you can use to associate with the application.

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