Show / Hide Table of Contents

Class MaintenanceWindowTaskTaskInvocationParametersLambdaParametersArgs

Inheritance
System.Object
InputArgs
ResourceArgs
MaintenanceWindowTaskTaskInvocationParametersLambdaParametersArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class MaintenanceWindowTaskTaskInvocationParametersLambdaParametersArgs : ResourceArgs

Constructors

View Source

MaintenanceWindowTaskTaskInvocationParametersLambdaParametersArgs()

Declaration
public MaintenanceWindowTaskTaskInvocationParametersLambdaParametersArgs()

Properties

View Source

ClientContext

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

Declaration
public Input<string> ClientContext { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Payload

JSON to provide to your Lambda function as input.

Declaration
public Input<string> Payload { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Qualifier

Specify a Lambda function version or alias name.

Declaration
public Input<string> Qualifier { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.