Class GetParameterArgs
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.Ssm
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetParameterArgs : InvokeArgs
Constructors
View SourceGetParameterArgs()
Declaration
public GetParameterArgs()
Properties
View SourceName
The name of the parameter.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
WithDecryption
Whether to return decrypted SecureString value. Defaults to true.
Declaration
public bool? WithDecryption { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |