com.pulumi.github.inputs.OrganizationRulesetConditionsArgs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of github Show documentation
Show all versions of github Show documentation
A Pulumi package for creating and managing github cloud resources.
// *** 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.github.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import com.pulumi.github.inputs.OrganizationRulesetConditionsRefNameArgs;
import com.pulumi.github.inputs.OrganizationRulesetConditionsRepositoryNameArgs;
import java.lang.Integer;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class OrganizationRulesetConditionsArgs extends com.pulumi.resources.ResourceArgs {
public static final OrganizationRulesetConditionsArgs Empty = new OrganizationRulesetConditionsArgs();
/**
* (Block List, Min: 1, Max: 1) (see below for nested schema)
*
*/
@Import(name="refName", required=true)
private Output refName;
/**
* @return (Block List, Min: 1, Max: 1) (see below for nested schema)
*
*/
public Output refName() {
return this.refName;
}
/**
* The repository IDs that the ruleset applies to. One of these IDs must match for the condition to pass. Conflicts with `repository_name`.
*
*/
@Import(name="repositoryIds")
private @Nullable Output> repositoryIds;
/**
* @return The repository IDs that the ruleset applies to. One of these IDs must match for the condition to pass. Conflicts with `repository_name`.
*
*/
public Optional