Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

C# |
public class CreateAppRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | CreateAppRequest()()()() | Initializes a new instance of the CreateAppRequest class |
![]() | 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 source. |
![]() | Description |
Gets and sets the property Description.
A description of the app. |
![]() | Domains |
Gets and sets the property Domains.
The app virtual host settings, with multiple domains separated by commas. For example:
|
![]() | EnableSsl |
Gets and sets the property EnableSsl.
Whether to enable SSL 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. |
![]() | Shortname |
Gets and sets the property Shortname.
The app's short name. |
![]() | SslConfiguration |
Gets and sets the property SslConfiguration.
An |
![]() | StackId |
Gets and sets the property StackId.
The stack ID. |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Type |
Gets and sets the property Type.
The app type. Each supported type is associated with a particular layer. For example, PHP applications are associated with a PHP layer. AWS OpsWorks deploys an application to those instances that are members of the corresponding layer. |
![]() | 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
|
![]() | WithShortname(String) | Obsolete.
Sets the Shortname property
|
![]() | WithSslConfiguration(SslConfiguration) | Obsolete.
Sets the SslConfiguration property
|
![]() | WithStackId(String) | Obsolete.
Sets the StackId property
|
![]() | WithType(String) | Obsolete.
Sets the Type property
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | CreateAppRequest |