Class StackCustomCookbooksSourceArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class StackCustomCookbooksSourceArgs : ResourceArgs
Constructors
View SourceStackCustomCookbooksSourceArgs()
Declaration
public StackCustomCookbooksSourceArgs()
Properties
View SourcePassword
Password to use when authenticating to the source. The provider cannot perform drift detection of this configuration.
Declaration
public Input<string> Password { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Revision
For sources that are version-aware, the revision to use.
Declaration
public Input<string> Revision { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SshKey
SSH key to use when authenticating to the source. The provider cannot perform drift detection of this configuration.
Declaration
public Input<string> SshKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
The type of source to use. For example, "archive".
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Url
The URL where the cookbooks resource can be found.
Declaration
public Input<string> Url { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Username
Username to use when authenticating to the source.
Declaration
public Input<string> Username { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |