Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ssmcontacts.CfnRotationPropsMixin.Builder
Packages that use CfnRotationPropsMixin.Builder
-
Uses of CfnRotationPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ssmcontacts
Methods in software.amazon.awscdk.cfnpropertymixins.services.ssmcontacts that return CfnRotationPropsMixin.BuilderModifier and TypeMethodDescriptionCfnRotationPropsMixin.Builder.contactIds(List<String> contactIds) The Amazon Resource Names (ARNs) of the contacts to add to the rotation.CfnRotationPropsMixin.Builder.create()CfnRotationPropsMixin.Builder.create(CfnPropertyMixinOptions options) The name for the rotation.CfnRotationPropsMixin.Builder.recurrence(CfnRotationPropsMixin.RecurrenceSettingsProperty recurrence) Information about the rule that specifies when shift team members rotate.CfnRotationPropsMixin.Builder.recurrence(IResolvable recurrence) Information about the rule that specifies when shift team members rotate.The date and time the rotation goes into effect.Optional metadata to assign to the rotation.CfnRotationPropsMixin.Builder.timeZoneId(String timeZoneId) The time zone to base the rotation’s activity on, in Internet Assigned Numbers Authority (IANA) format.