Show / Hide Table of Contents

Class AuthBackendStsRoleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AuthBackendStsRoleArgs
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 AuthBackendStsRoleArgs : ResourceArgs

Constructors

View Source

AuthBackendStsRoleArgs()

Declaration
public AuthBackendStsRoleArgs()

Properties

View Source

AccountId

The AWS account ID to configure the STS role for.

Declaration
public Input<string> AccountId { 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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.