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.AliCloud.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ProviderAssumeRoleArgs : ResourceArgs
Constructors
View SourceProviderAssumeRoleArgs()
Declaration
public ProviderAssumeRoleArgs()
Properties
View SourcePolicy
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> |
SessionExpiration
Declaration
public Input<int> SessionExpiration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
SessionName
Declaration
public Input<string> SessionName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |