Class PatchBaselineSourceArgs


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

      • configuration

        public com.pulumi.core.Output<java.lang.String> configuration()
        Returns:
        Value of the yum repo configuration. For information about other options available for your yum repository configuration, see the [`dnf.conf` documentation](https://man7.org/linux/man-pages/man5/dnf.conf.5.html)
      • name

        public com.pulumi.core.Output<java.lang.String> name()
        Returns:
        Name specified to identify the patch source.
      • products

        public com.pulumi.core.Output<java.util.List<java.lang.String>> products()
        Returns:
        Specific operating system versions a patch repository applies to, such as `"Ubuntu16.04"`, `"AmazonLinux2016.09"`, `"RedhatEnterpriseLinux7.2"` or `"Suse12.7"`. For lists of supported product values, see [PatchFilter](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_PatchFilter.html).