Class ApplicationAppSource
Inheritance
System.Object
ApplicationAppSource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.OpsWorks.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ApplicationAppSource
Fields
View SourcePassword
Password to use when authenticating to the source. This provider cannot perform drift detection of this configuration.
Declaration
public readonly string Password
Field Value
| Type | Description |
|---|---|
| System.String |
Revision
For sources that are version-aware, the revision to use.
Declaration
public readonly string Revision
Field Value
| Type | Description |
|---|---|
| System.String |
SshKey
SSH key to use when authenticating to the source. This provider cannot perform drift detection of this configuration.
Declaration
public readonly string SshKey
Field Value
| Type | Description |
|---|---|
| System.String |
Type
The type of source to use. For example, "archive".
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |
Url
The URL where the app resource can be found.
Declaration
public readonly string Url
Field Value
| Type | Description |
|---|---|
| System.String |
Username
Username to use when authenticating to the source.
Declaration
public readonly string Username
Field Value
| Type | Description |
|---|---|
| System.String |