Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ssm.CfnMaintenanceWindowTargetPropsMixin.Builder
Packages that use CfnMaintenanceWindowTargetPropsMixin.Builder
-
Uses of CfnMaintenanceWindowTargetPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ssm
Methods in software.amazon.awscdk.cfnpropertymixins.services.ssm that return CfnMaintenanceWindowTargetPropsMixin.BuilderModifier and TypeMethodDescriptionCfnMaintenanceWindowTargetPropsMixin.Builder.create()CfnMaintenanceWindowTargetPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnMaintenanceWindowTargetPropsMixin.Builder.description(String description) A description for the target.The name for the maintenance window target.CfnMaintenanceWindowTargetPropsMixin.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.CfnMaintenanceWindowTargetPropsMixin.Builder.resourceType(String resourceType) The type of target that is being registered with the maintenance window.The targets to register with the maintenance window.CfnMaintenanceWindowTargetPropsMixin.Builder.targets(IResolvable targets) The targets to register with the maintenance window.The ID of the maintenance window to register the target with.