Class DomainConfigState


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

      • configId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> configId()
        Returns:
        (Available in 1.132.0+) The ID of the domain config function.
      • domainName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> domainName()
        Returns:
        Name of the accelerated domain. This name without suffix can have a string of 1 to 63 characters, must contain only alphanumeric characters or "-", and must not begin or end with "-", and "-" must not in the 3th and 4th character positions at the same time. Suffix `.sh` and `.tel` are not supported.
      • functionArgs

        public java.util.Optional<com.pulumi.core.Output<java.util.List<DomainConfigFunctionArgArgs>>> functionArgs()
        Returns:
        The args of the domain config.
      • functionName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> functionName()
        Returns:
        The name of the domain config.
      • status

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> status()
        Returns:
        (Available in 1.132.0+) The Status of the function. Valid values: `success`, `testing`, `failed`, and `configuring`.