Class MaintenanceWindowTaskTaskInvocationParametersLambdaParameters
Inheritance
System.Object
MaintenanceWindowTaskTaskInvocationParametersLambdaParameters
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class MaintenanceWindowTaskTaskInvocationParametersLambdaParameters
Fields
View SourceClientContext
Pass client-specific information to the Lambda function that you are invoking.
Declaration
public readonly string ClientContext
Field Value
| Type | Description |
|---|---|
| System.String |
Payload
JSON to provide to your Lambda function as input.
Declaration
public readonly string Payload
Field Value
| Type | Description |
|---|---|
| System.String |
Qualifier
Specify a Lambda function version or alias name.
Declaration
public readonly string Qualifier
Field Value
| Type | Description |
|---|---|
| System.String |