We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.44.0 published on Friday, Dec 19, 2025 by Pulumi
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.44.0 published on Friday, Dec 19, 2025 by Pulumi
Resource type definition for AWS::SSM::MaintenanceWindowTarget
Using getMaintenanceWindowTarget
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getMaintenanceWindowTarget(args: GetMaintenanceWindowTargetArgs, opts?: InvokeOptions): Promise<GetMaintenanceWindowTargetResult>
function getMaintenanceWindowTargetOutput(args: GetMaintenanceWindowTargetOutputArgs, opts?: InvokeOptions): Output<GetMaintenanceWindowTargetResult>def get_maintenance_window_target(window_id: Optional[str] = None,
window_target_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMaintenanceWindowTargetResult
def get_maintenance_window_target_output(window_id: Optional[pulumi.Input[str]] = None,
window_target_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMaintenanceWindowTargetResult]func LookupMaintenanceWindowTarget(ctx *Context, args *LookupMaintenanceWindowTargetArgs, opts ...InvokeOption) (*LookupMaintenanceWindowTargetResult, error)
func LookupMaintenanceWindowTargetOutput(ctx *Context, args *LookupMaintenanceWindowTargetOutputArgs, opts ...InvokeOption) LookupMaintenanceWindowTargetResultOutput> Note: This function is named LookupMaintenanceWindowTarget in the Go SDK.
public static class GetMaintenanceWindowTarget
{
public static Task<GetMaintenanceWindowTargetResult> InvokeAsync(GetMaintenanceWindowTargetArgs args, InvokeOptions? opts = null)
public static Output<GetMaintenanceWindowTargetResult> Invoke(GetMaintenanceWindowTargetInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetMaintenanceWindowTargetResult> getMaintenanceWindowTarget(GetMaintenanceWindowTargetArgs args, InvokeOptions options)
public static Output<GetMaintenanceWindowTargetResult> getMaintenanceWindowTarget(GetMaintenanceWindowTargetArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:ssm:getMaintenanceWindowTarget
arguments:
# arguments dictionaryThe following arguments are supported:
- Window
Id string - The ID of the maintenance window to register the target with.
- Window
Target stringId - The ID of the target.
- Window
Id string - The ID of the maintenance window to register the target with.
- Window
Target stringId - The ID of the target.
- window
Id String - The ID of the maintenance window to register the target with.
- window
Target StringId - The ID of the target.
- window
Id string - The ID of the maintenance window to register the target with.
- window
Target stringId - The ID of the target.
- window_
id str - The ID of the maintenance window to register the target with.
- window_
target_ strid - The ID of the target.
- window
Id String - The ID of the maintenance window to register the target with.
- window
Target StringId - The ID of the target.
getMaintenanceWindowTarget Result
The following output properties are available:
- Description string
- A description for the target.
- Name string
- The name for the maintenance window target.
- Owner
Information string - 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.
- Resource
Type string - The type of target that is being registered with the maintenance window.
- Targets
List<Pulumi.
Aws Native. Ssm. Outputs. Maintenance Window Target Targets> - The targets to register with the maintenance window.
- Window
Target stringId - The ID of the target.
- Description string
- A description for the target.
- Name string
- The name for the maintenance window target.
- Owner
Information string - 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.
- Resource
Type string - The type of target that is being registered with the maintenance window.
- Targets
[]Maintenance
Window Target Targets - The targets to register with the maintenance window.
- Window
Target stringId - The ID of the target.
- description String
- A description for the target.
- name String
- The name for the maintenance window target.
- owner
Information String - 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.
- resource
Type String - The type of target that is being registered with the maintenance window.
- targets
List<Maintenance
Window Target Targets> - The targets to register with the maintenance window.
- window
Target StringId - The ID of the target.
- description string
- A description for the target.
- name string
- The name for the maintenance window target.
- owner
Information string - 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.
- resource
Type string - The type of target that is being registered with the maintenance window.
- targets
Maintenance
Window Target Targets[] - The targets to register with the maintenance window.
- window
Target stringId - The ID of the target.
- description str
- A description for the target.
- name str
- The name for the maintenance window target.
- owner_
information str - 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.
- resource_
type str - The type of target that is being registered with the maintenance window.
- targets
Sequence[Maintenance
Window Target Targets] - The targets to register with the maintenance window.
- window_
target_ strid - The ID of the target.
- description String
- A description for the target.
- name String
- The name for the maintenance window target.
- owner
Information String - 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.
- resource
Type String - The type of target that is being registered with the maintenance window.
- targets List<Property Map>
- The targets to register with the maintenance window.
- window
Target StringId - The ID of the target.
Supporting Types
MaintenanceWindowTargetTargets
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.44.0 published on Friday, Dec 19, 2025 by Pulumi
