Required Permissions: To use this action, an IAM user must have a Deploy or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
 Declaration Syntax
 Declaration Syntax| C# | 
public class UpdateAppRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | UpdateAppRequest()()()() | Initializes a new instance of the UpdateAppRequest class | 
|  | AppId | 
            Gets and sets the property AppId. 
             The app ID. | 
|  | AppSource | 
            Gets and sets the property AppSource. 
             
            A  | 
|  | Attributes | 
            Gets and sets the property Attributes. 
             One or more user-defined key/value pairs to be added to the stack attributes. | 
|  | DataSources | 
            Gets and sets the property DataSources. 
             The app's data sources. | 
|  | Description | 
            Gets and sets the property Description. 
             A description of the app. | 
|  | Domains | 
            Gets and sets the property Domains. 
             
            The app's virtual host settings, with multiple domains separated by commas. For example:
             | 
|  | EnableSsl | 
            Gets and sets the property EnableSsl. 
             Whether SSL is enabled for the app. | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Name | 
            Gets and sets the property Name. 
             The app name. | 
|  | SslConfiguration | 
            Gets and sets the property SslConfiguration. 
             
            An  | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | Type | 
            Gets and sets the property Type. 
             The app type. | 
|  | WithAppId(String) | Obsolete. 
            Sets the AppId property
             | 
|  | WithAppSource(Source) | Obsolete. 
            Sets the AppSource property
             | 
|  | WithAttributes(array<KeyValuePair<(Of <<'(String, String>)>>)>[]()[][]) | Obsolete. 
            Adds the KeyValuePairs to the Attributes dictionary.
             | 
|  | WithDataSources(array<DataSource>[]()[][]) | Obsolete. 
            Sets the DataSources property
             | 
|  | WithDataSources(IEnumerable<(Of <<'(DataSource>)>>)) | Obsolete. 
            Sets the DataSources property
             | 
|  | WithDescription(String) | Obsolete. 
            Sets the Description property
             | 
|  | WithDomains(array<String>[]()[][]) | Obsolete. 
            Sets the Domains property
             | 
|  | WithDomains(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Sets the Domains property
             | 
|  | WithEnableSsl(Boolean) | Obsolete. 
            Sets the EnableSsl property
             | 
|  | WithName(String) | Obsolete. 
            Sets the Name property
             | 
|  | WithSslConfiguration(SslConfiguration) | Obsolete. 
            Sets the SslConfiguration property
             | 
|  | WithType(String) | Obsolete. 
            Sets the Type property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | UpdateAppRequest | |
 Copy
Copy