Class ProviderAssumeRoleArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ProviderAssumeRoleArgs : ResourceArgs
Constructors
View SourceProviderAssumeRoleArgs()
Declaration
public ProviderAssumeRoleArgs()
Properties
View SourceExternalId
Declaration
public Input<string> ExternalId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Policy
Declaration
public Input<string> Policy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RoleArn
Declaration
public Input<string> RoleArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SessionName
Declaration
public Input<string> SessionName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |