com.pulumi.aws.ssm.ContactsRotationArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.aws.ssm;
import com.pulumi.aws.ssm.inputs.ContactsRotationRecurrenceArgs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class ContactsRotationArgs extends com.pulumi.resources.ResourceArgs {
public static final ContactsRotationArgs Empty = new ContactsRotationArgs();
/**
* 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.
*
*/
@Import(name="contactIds", required=true)
private Output> contactIds;
/**
* @return 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.
*
*/
public Output> contactIds() {
return this.contactIds;
}
/**
* The name for the rotation.
*
*/
@Import(name="name")
private @Nullable Output name;
/**
* @return The name for the rotation.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy