Class ContactsRotationArgs


  • public final class ContactsRotationArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • contactIds

        public com.pulumi.core.Output<java.util.List<java.lang.String>> contactIds()
        Returns:
        Amazon Resource Names (ARNs) of the contacts to add to the rotation. The order in which you list the contacts is their shift order in the rotation schedule.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        The name for the rotation.
      • recurrence

        public java.util.Optional<com.pulumi.core.Output<ContactsRotationRecurrenceArgs>> recurrence()
        Returns:
        Information about when an on-call rotation is in effect and how long the rotation period lasts. Exactly one of either `daily_settings`, `monthly_settings`, or `weekly_settings` must be populated. See Recurrence for more details. The following arguments are optional:
      • startTime

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> startTime()
        Returns:
        The date and time, in RFC 3339 format, that the rotation goes into effect.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
      • timeZoneId

        public com.pulumi.core.Output<java.lang.String> timeZoneId()
        Returns:
        The time zone to base the rotation’s activity on in Internet Assigned Numbers Authority (IANA) format.