Class AuthBackendStsRoleArgs
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 AuthBackendStsRoleArgs : ResourceArgs
Constructors
View SourceAuthBackendStsRoleArgs()
Declaration
public AuthBackendStsRoleArgs()
Properties
View SourceAccountId
The AWS account ID to configure the STS role for.
Declaration
public Input<string> AccountId { 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> |
StsRole
The STS role to assume when verifying requests made
by EC2 instances in the account specified by account_id.
Declaration
public Input<string> StsRole { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |