Class ServiceSourceConfigurationCodeRepositoryCodeConfigurationCodeConfigurationValuesArgs


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

      • buildCommand

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> buildCommand()
        Returns:
        Command App Runner runs to build your application.
      • port

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> port()
        Returns:
        Port that your application listens to in the container. Defaults to `"8080"`.
      • runtime

        public com.pulumi.core.Output<java.lang.String> runtime()
        Returns:
        Runtime environment type for building and running an App Runner service. Represents a programming language runtime. Valid values: `PYTHON_3`, `NODEJS_12`, `NODEJS_14`, `NODEJS_16`, `CORRETTO_8`, `CORRETTO_11`, `GO_1`, `DOTNET_6`, `PHP_81`, `RUBY_31`.
      • runtimeEnvironmentSecrets

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> runtimeEnvironmentSecrets()
        Returns:
        Secrets and parameters available to your service as environment variables. A map of key/value pairs, where the key is the desired name of the Secret in the environment (i.e. it does not have to match the name of the secret in Secrets Manager or SSM Parameter Store), and the value is the ARN of the secret from AWS Secrets Manager or the ARN of the parameter in AWS SSM Parameter Store.
      • runtimeEnvironmentVariables

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> runtimeEnvironmentVariables()
        Returns:
        Environment variables available to your running App Runner service. A map of key/value pairs. Keys with a prefix of `AWSAPPRUNNER` are reserved for system use and aren't valid.
      • startCommand

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> startCommand()
        Returns:
        Command App Runner runs to start your application.