AWS SDK for .NET Documentation
App Class
AmazonAmazon.OpsWorks.ModelApp Did this page help you?   Yes   No    Tell us about it...
A description of the app.
Declaration Syntax
C#
public class App
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
App()()()()
Initializes a new instance of the App class

AppId
Gets and sets the property AppId.

The app ID.


AppSource
Gets and sets the property AppSource.

A

CopyC#
Source
object that describes the app repository.


Attributes
Gets and sets the property Attributes.

The stack attributes.


CreatedAt
Gets and sets the property CreatedAt.

When the app was created.


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 vhost settings with multiple domains separated by commas. For example:

CopyC#
'www.example.com,
            example.com'


EnableSsl
Gets and sets the property EnableSsl.

Whether to enable SSL for the app.


Equals(Object)
Determines whether the specified Object is equal to the current 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

CopyC#
SslConfiguration
object with the SSL configuration.


StackId
Gets and sets the property StackId.

The app stack ID.


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.

WithCreatedAt(String) Obsolete.
Sets the CreatedAt property

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

Inheritance Hierarchy

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)