interface MaintenanceWindowTargetReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.SSM.MaintenanceWindowTargetReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsssm#MaintenanceWindowTargetReference |
Java | software.amazon.awscdk.interfaces.ssm.MaintenanceWindowTargetReference |
Python | aws_cdk.interfaces.aws_ssm.MaintenanceWindowTargetReference |
TypeScript | aws-cdk-lib » interfaces » aws_ssm » MaintenanceWindowTargetReference |
A reference to a MaintenanceWindowTarget resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ssm as interfaces_aws_ssm } from 'aws-cdk-lib/interfaces';
const maintenanceWindowTargetReference: interfaces_aws_ssm.MaintenanceWindowTargetReference = {
maintenanceWindowTargetId: 'maintenanceWindowTargetId',
};
Properties
| Name | Type | Description |
|---|---|---|
| maintenance | string | The Id of the MaintenanceWindowTarget resource. |
maintenanceWindowTargetId
Type:
string
The Id of the MaintenanceWindowTarget resource.

.NET
Go
Java
Python
TypeScript