Show / Hide Table of Contents

Class RoleAliasArgs

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

Constructors

View Source

RoleAliasArgs()

Declaration
public RoleAliasArgs()

Properties

View Source

Alias

The name of the role alias.

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

CredentialDuration

The duration of the credential, in seconds. If you do not specify a value for this setting, the default maximum of one hour is applied. This setting can have a value from 900 seconds (15 minutes) to 3600 seconds (60 minutes).

Declaration
public Input<int> CredentialDuration { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

RoleArn

The identity of the role to which the alias refers.

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