Package com.pulumi.aws.ssm
Class ContactsRotationArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.ssm.ContactsRotationArgs
-
public final class ContactsRotationArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ContactsRotationArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static ContactsRotationArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContactsRotationArgs.Builder
builder()
static ContactsRotationArgs.Builder
builder(ContactsRotationArgs defaults)
com.pulumi.core.Output<java.util.List<java.lang.String>>
contactIds()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
name()
java.util.Optional<com.pulumi.core.Output<ContactsRotationRecurrenceArgs>>
recurrence()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
startTime()
java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>
tags()
com.pulumi.core.Output<java.lang.String>
timeZoneId()
-
-
-
Field Detail
-
Empty
public static final ContactsRotationArgs Empty
-
-
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.
-
builder
public static ContactsRotationArgs.Builder builder()
-
builder
public static ContactsRotationArgs.Builder builder(ContactsRotationArgs defaults)
-
-