Show / Hide Table of Contents

Class StackCustomCookbooksSource

Inheritance
System.Object
StackCustomCookbooksSource
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 StackCustomCookbooksSource

Fields

View Source

Password

Password to use when authenticating to the source. The provider cannot perform drift detection of this configuration.

Declaration
public readonly string Password
Field Value
Type Description
System.String
View Source

Revision

For sources that are version-aware, the revision to use.

Declaration
public readonly string Revision
Field Value
Type Description
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 readonly string SshKey
Field Value
Type Description
System.String
View Source

Type

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

Declaration
public readonly string Type
Field Value
Type Description
System.String
View Source

Url

The URL where the cookbooks resource can be found.

Declaration
public readonly string Url
Field Value
Type Description
System.String
View Source

Username

Username to use when authenticating to the source.

Declaration
public readonly string Username
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.