Show / Hide Table of Contents

Class AccessKeyArgs

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

Constructors

View Source

AccessKeyArgs()

Declaration
public AccessKeyArgs()

Properties

View Source

PgpKey

Either a base-64 encoded PGP public key, or a keybase username in the form keybase:some_person_that_exists, for use in the encrypted_secret output attribute.

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

Status

The access key status to apply. Defaults to Active. Valid values are Active and Inactive.

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

User

The IAM user to associate with this access key.

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