Class AccessKeyArgs
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.Iam
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AccessKeyArgs : ResourceArgs
Constructors
View SourceAccessKeyArgs()
Declaration
public AccessKeyArgs()
Properties
View SourcePgpKey
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> |
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> |
User
The IAM user to associate with this access key.
Declaration
public Input<string> User { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |