Class MaintenanceWindowTaskTaskInvocationParametersLambdaParametersArgs
Inheritance
System.Object
MaintenanceWindowTaskTaskInvocationParametersLambdaParametersArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class MaintenanceWindowTaskTaskInvocationParametersLambdaParametersArgs : ResourceArgs
Constructors
View SourceMaintenanceWindowTaskTaskInvocationParametersLambdaParametersArgs()
Declaration
public MaintenanceWindowTaskTaskInvocationParametersLambdaParametersArgs()
Properties
View SourceClientContext
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> |
Payload
JSON to provide to your Lambda function as input.
Declaration
public Input<string> Payload { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Qualifier
Specify a Lambda function version or alias name.
Declaration
public Input<string> Qualifier { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |