Show / Hide Table of Contents

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 Source

ClientContext

Pass client-specific information to the Lambda function that you are invoking.

Declaration
public readonly string ClientContext
Field Value
Type Description
System.String
View Source

Payload

JSON to provide to your Lambda function as input.

Declaration
public readonly string Payload
Field Value
Type Description
System.String
View Source

Qualifier

Specify a Lambda function version or alias name.

Declaration
public readonly string Qualifier
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.