Class GetSecretSecretArgs
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.Kms.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetSecretSecretArgs : InvokeArgs
Constructors
View SourceGetSecretSecretArgs()
Declaration
public GetSecretSecretArgs()
Properties
View SourceContext
Declaration
public Dictionary<string, string> Context { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, System.String> |
GrantTokens
Declaration
public List<string> GrantTokens { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Payload
Declaration
public string Payload { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |