Show / Hide Table of Contents

Class StackCustomCookbooksSourceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
StackCustomCookbooksSourceArgs
Inherited Members
ResourceArgs.Empty
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 Source

StackCustomCookbooksSourceArgs()

Declaration
public StackCustomCookbooksSourceArgs()

Properties

View Source

Password

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>
View Source

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>
View Source

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>
View Source

Type

The type of source to use. For example, "archive".

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Url

The URL where the cookbooks resource can be found.

Declaration
public Input<string> Url { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Username

Username to use when authenticating to the source.

Declaration
public Input<string> Username { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.