Show / Hide Table of Contents

Class AuthBackendClientState

Inheritance
System.Object
InputArgs
ResourceArgs
AuthBackendClientState
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.Vault.Aws
Assembly: Pulumi.Vault.dll
Syntax
public sealed class AuthBackendClientState : ResourceArgs

Constructors

View Source

AuthBackendClientState()

Declaration
public AuthBackendClientState()

Properties

View Source

AccessKey

The AWS access key that Vault should use for the auth backend.

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

Backend

The path the AWS auth backend being configured was mounted at. Defaults to aws.

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

Ec2Endpoint

Override the URL Vault uses when making EC2 API calls.

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

IamEndpoint

Override the URL Vault uses when making IAM API calls.

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

IamServerIdHeaderValue

The value to require in the X-Vault-AWS-IAM-Server-ID header as part of GetCallerIdentity requests that are used in the IAM auth method.

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

SecretKey

The AWS secret key that Vault should use for the auth backend.

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

StsEndpoint

Override the URL Vault uses when making STS API calls.

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