Show / Hide Table of Contents

Class ProviderAssumeRoleArgs

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

Constructors

View Source

ProviderAssumeRoleArgs()

Declaration
public ProviderAssumeRoleArgs()

Properties

View Source

ExternalId

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

Policy

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

RoleArn

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

SessionName

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