| Modifier and Type | Method and Description |
|---|---|
static CfnMaintenanceWindowTarget.Builder |
CfnMaintenanceWindowTarget.Builder.create(Construct scope,
String id) |
CfnMaintenanceWindowTarget.Builder |
CfnMaintenanceWindowTarget.Builder.description(String description)
A description for the target.
|
CfnMaintenanceWindowTarget.Builder |
CfnMaintenanceWindowTarget.Builder.name(String name)
The name for the maintenance window target.
|
CfnMaintenanceWindowTarget.Builder |
CfnMaintenanceWindowTarget.Builder.ownerInformation(String ownerInformation)
A user-provided value that will be included in any Amazon CloudWatch Events events that are raised while running tasks for these targets in this maintenance window.
|
CfnMaintenanceWindowTarget.Builder |
CfnMaintenanceWindowTarget.Builder.resourceType(String resourceType)
The type of target that is being registered with the maintenance window.
|
CfnMaintenanceWindowTarget.Builder |
CfnMaintenanceWindowTarget.Builder.targets(IResolvable targets)
The targets to register with the maintenance window.
|
CfnMaintenanceWindowTarget.Builder |
CfnMaintenanceWindowTarget.Builder.targets(List<? extends Object> targets)
The targets to register with the maintenance window.
|
CfnMaintenanceWindowTarget.Builder |
CfnMaintenanceWindowTarget.Builder.windowId(String windowId)
The ID of the maintenance window to register the target with.
|
Copyright © 2023. All rights reserved.