@Generated(value="software.amazon.awssdk:codegen") public final class MaintenanceWindowLambdaParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MaintenanceWindowLambdaParameters.Builder,MaintenanceWindowLambdaParameters>
The parameters for a LAMBDA task type.
For information about specifying and updating task parameters, see RegisterTaskWithMaintenanceWindow and UpdateMaintenanceWindowTask.
LoggingInfo
has been deprecated. To specify an S3 bucket to contain logs, instead use the
OutputS3BucketName
and OutputS3KeyPrefix
options in the
TaskInvocationParameters
structure. For information about how Systems Manager handles these options for
the supported Maintenance Window task types, see MaintenanceWindowTaskInvocationParameters.
TaskParameters
has been deprecated. To specify parameters to pass to a task when it runs, instead use
the Parameters
option in the TaskInvocationParameters
structure. For information about how
Systems Manager handles these options for the supported Maintenance Window task types, see
MaintenanceWindowTaskInvocationParameters.
For Lambda tasks, Systems Manager ignores any values specified for TaskParameters and LoggingInfo.
Modifier and Type | Class and Description |
---|---|
static interface |
MaintenanceWindowLambdaParameters.Builder |
Modifier and Type | Method and Description |
---|---|
static MaintenanceWindowLambdaParameters.Builder |
builder() |
String |
clientContext()
Pass client-specific information to the Lambda function that you are invoking.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
SdkBytes |
payload()
JSON to provide to your Lambda function as input.
|
String |
qualifier()
(Optional) Specify a Lambda function version or alias name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MaintenanceWindowLambdaParameters.Builder> |
serializableBuilderClass() |
MaintenanceWindowLambdaParameters.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String clientContext()
Pass client-specific information to the Lambda function that you are invoking. You can then process the client information in your Lambda function as you choose through the context variable.
public String qualifier()
(Optional) Specify a Lambda function version or alias name. If you specify a function version, the action uses the qualified function ARN to invoke a specific Lambda function. If you specify an alias name, the action uses the alias ARN to invoke the Lambda function version to which the alias points.
public SdkBytes payload()
JSON to provide to your Lambda function as input.
public MaintenanceWindowLambdaParameters.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<MaintenanceWindowLambdaParameters.Builder,MaintenanceWindowLambdaParameters>
public static MaintenanceWindowLambdaParameters.Builder builder()
public static Class<? extends MaintenanceWindowLambdaParameters.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.