Class Config.Types.AssumeRole
Inheritance
System.Object
Config.Types.AssumeRole
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.Aws
Assembly: Pulumi.Aws.dll
Syntax
public class AssumeRole
Properties
View SourceExternalId
Declaration
public string ExternalId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Policy
Declaration
public string Policy { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RoleArn
Declaration
public string RoleArn { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SessionName
Declaration
public string SessionName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |