Class AuthBackendClientArgs
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.Vault.Aws
Assembly: Pulumi.Vault.dll
Syntax
public sealed class AuthBackendClientArgs : ResourceArgs
Constructors
View SourceAuthBackendClientArgs()
Declaration
public AuthBackendClientArgs()
Properties
View SourceAccessKey
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> |
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> |
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> |
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> |
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> |
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> |
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> |