@Stability(value=Stable)
public static interface CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ssm.*;
MaintenanceWindowLambdaParametersProperty maintenanceWindowLambdaParametersProperty = MaintenanceWindowLambdaParametersProperty.builder()
.clientContext("clientContext")
.payload("payload")
.qualifier("qualifier")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty.Builder
|
static class |
CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty.Jsii$Proxy
An implementation for
CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty.Builder |
builder() |
default String |
getClientContext()
`CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty.ClientContext`.
|
default String |
getPayload()
`CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty.Payload`.
|
default String |
getQualifier()
`CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty.Qualifier`.
|
@Stability(value=Stable) @Nullable default String getClientContext()
@Stability(value=Stable) @Nullable default String getPayload()
@Stability(value=Stable) @Nullable default String getQualifier()
@Stability(value=Stable) static CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty.Builder builder()
Copyright © 2021. All rights reserved.