1. Packages
  2. Google Cloud Native
  3. API Docs
  4. dataform
  5. dataform/v1beta1
  6. getReleaseConfig

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.dataform/v1beta1.getReleaseConfig

Explore with Pulumi AI

google-native logo

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

    Fetches a single ReleaseConfig.

    Using getReleaseConfig

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getReleaseConfig(args: GetReleaseConfigArgs, opts?: InvokeOptions): Promise<GetReleaseConfigResult>
    function getReleaseConfigOutput(args: GetReleaseConfigOutputArgs, opts?: InvokeOptions): Output<GetReleaseConfigResult>
    def get_release_config(location: Optional[str] = None,
                           project: Optional[str] = None,
                           release_config_id: Optional[str] = None,
                           repository_id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetReleaseConfigResult
    def get_release_config_output(location: Optional[pulumi.Input[str]] = None,
                           project: Optional[pulumi.Input[str]] = None,
                           release_config_id: Optional[pulumi.Input[str]] = None,
                           repository_id: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetReleaseConfigResult]
    func LookupReleaseConfig(ctx *Context, args *LookupReleaseConfigArgs, opts ...InvokeOption) (*LookupReleaseConfigResult, error)
    func LookupReleaseConfigOutput(ctx *Context, args *LookupReleaseConfigOutputArgs, opts ...InvokeOption) LookupReleaseConfigResultOutput

    > Note: This function is named LookupReleaseConfig in the Go SDK.

    public static class GetReleaseConfig 
    {
        public static Task<GetReleaseConfigResult> InvokeAsync(GetReleaseConfigArgs args, InvokeOptions? opts = null)
        public static Output<GetReleaseConfigResult> Invoke(GetReleaseConfigInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetReleaseConfigResult> getReleaseConfig(GetReleaseConfigArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: google-native:dataform/v1beta1:getReleaseConfig
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Location string
    ReleaseConfigId string
    RepositoryId string
    Project string
    Location string
    ReleaseConfigId string
    RepositoryId string
    Project string
    location String
    releaseConfigId String
    repositoryId String
    project String
    location string
    releaseConfigId string
    repositoryId string
    project string
    location String
    releaseConfigId String
    repositoryId String
    project String

    getReleaseConfig Result

    The following output properties are available:

    CodeCompilationConfig Pulumi.GoogleNative.Dataform.V1Beta1.Outputs.CodeCompilationConfigResponse
    Optional. If set, fields of code_compilation_config override the default compilation settings that are specified in dataform.json.
    CronSchedule string
    Optional. Optional schedule (in cron format) for automatic creation of compilation results.
    GitCommitish string
    Git commit/tag/branch name at which the repository should be compiled. Must exist in the remote repository. Examples: - a commit SHA: 12ade345 - a tag: tag1 - a branch name: branch1
    Name string
    The release config's name.
    RecentScheduledReleaseRecords List<Pulumi.GoogleNative.Dataform.V1Beta1.Outputs.ScheduledReleaseRecordResponse>
    Records of the 10 most recent scheduled release attempts, ordered in in descending order of release_time. Updated whenever automatic creation of a compilation result is triggered by cron_schedule.
    ReleaseCompilationResult string
    Optional. The name of the currently released compilation result for this release config. This value is updated when a compilation result is created from this release config, or when this resource is updated by API call (perhaps to roll back to an earlier release). The compilation result must have been created using this release config. Must be in the format projects/*/locations/*/repositories/*/compilationResults/*.
    TimeZone string
    Optional. Specifies the time zone to be used when interpreting cron_schedule. Must be a time zone name from the time zone database (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). If left unspecified, the default is UTC.
    CodeCompilationConfig CodeCompilationConfigResponse
    Optional. If set, fields of code_compilation_config override the default compilation settings that are specified in dataform.json.
    CronSchedule string
    Optional. Optional schedule (in cron format) for automatic creation of compilation results.
    GitCommitish string
    Git commit/tag/branch name at which the repository should be compiled. Must exist in the remote repository. Examples: - a commit SHA: 12ade345 - a tag: tag1 - a branch name: branch1
    Name string
    The release config's name.
    RecentScheduledReleaseRecords []ScheduledReleaseRecordResponse
    Records of the 10 most recent scheduled release attempts, ordered in in descending order of release_time. Updated whenever automatic creation of a compilation result is triggered by cron_schedule.
    ReleaseCompilationResult string
    Optional. The name of the currently released compilation result for this release config. This value is updated when a compilation result is created from this release config, or when this resource is updated by API call (perhaps to roll back to an earlier release). The compilation result must have been created using this release config. Must be in the format projects/*/locations/*/repositories/*/compilationResults/*.
    TimeZone string
    Optional. Specifies the time zone to be used when interpreting cron_schedule. Must be a time zone name from the time zone database (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). If left unspecified, the default is UTC.
    codeCompilationConfig CodeCompilationConfigResponse
    Optional. If set, fields of code_compilation_config override the default compilation settings that are specified in dataform.json.
    cronSchedule String
    Optional. Optional schedule (in cron format) for automatic creation of compilation results.
    gitCommitish String
    Git commit/tag/branch name at which the repository should be compiled. Must exist in the remote repository. Examples: - a commit SHA: 12ade345 - a tag: tag1 - a branch name: branch1
    name String
    The release config's name.
    recentScheduledReleaseRecords List<ScheduledReleaseRecordResponse>
    Records of the 10 most recent scheduled release attempts, ordered in in descending order of release_time. Updated whenever automatic creation of a compilation result is triggered by cron_schedule.
    releaseCompilationResult String
    Optional. The name of the currently released compilation result for this release config. This value is updated when a compilation result is created from this release config, or when this resource is updated by API call (perhaps to roll back to an earlier release). The compilation result must have been created using this release config. Must be in the format projects/*/locations/*/repositories/*/compilationResults/*.
    timeZone String
    Optional. Specifies the time zone to be used when interpreting cron_schedule. Must be a time zone name from the time zone database (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). If left unspecified, the default is UTC.
    codeCompilationConfig CodeCompilationConfigResponse
    Optional. If set, fields of code_compilation_config override the default compilation settings that are specified in dataform.json.
    cronSchedule string
    Optional. Optional schedule (in cron format) for automatic creation of compilation results.
    gitCommitish string
    Git commit/tag/branch name at which the repository should be compiled. Must exist in the remote repository. Examples: - a commit SHA: 12ade345 - a tag: tag1 - a branch name: branch1
    name string
    The release config's name.
    recentScheduledReleaseRecords ScheduledReleaseRecordResponse[]
    Records of the 10 most recent scheduled release attempts, ordered in in descending order of release_time. Updated whenever automatic creation of a compilation result is triggered by cron_schedule.
    releaseCompilationResult string
    Optional. The name of the currently released compilation result for this release config. This value is updated when a compilation result is created from this release config, or when this resource is updated by API call (perhaps to roll back to an earlier release). The compilation result must have been created using this release config. Must be in the format projects/*/locations/*/repositories/*/compilationResults/*.
    timeZone string
    Optional. Specifies the time zone to be used when interpreting cron_schedule. Must be a time zone name from the time zone database (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). If left unspecified, the default is UTC.
    code_compilation_config CodeCompilationConfigResponse
    Optional. If set, fields of code_compilation_config override the default compilation settings that are specified in dataform.json.
    cron_schedule str
    Optional. Optional schedule (in cron format) for automatic creation of compilation results.
    git_commitish str
    Git commit/tag/branch name at which the repository should be compiled. Must exist in the remote repository. Examples: - a commit SHA: 12ade345 - a tag: tag1 - a branch name: branch1
    name str
    The release config's name.
    recent_scheduled_release_records Sequence[ScheduledReleaseRecordResponse]
    Records of the 10 most recent scheduled release attempts, ordered in in descending order of release_time. Updated whenever automatic creation of a compilation result is triggered by cron_schedule.
    release_compilation_result str
    Optional. The name of the currently released compilation result for this release config. This value is updated when a compilation result is created from this release config, or when this resource is updated by API call (perhaps to roll back to an earlier release). The compilation result must have been created using this release config. Must be in the format projects/*/locations/*/repositories/*/compilationResults/*.
    time_zone str
    Optional. Specifies the time zone to be used when interpreting cron_schedule. Must be a time zone name from the time zone database (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). If left unspecified, the default is UTC.
    codeCompilationConfig Property Map
    Optional. If set, fields of code_compilation_config override the default compilation settings that are specified in dataform.json.
    cronSchedule String
    Optional. Optional schedule (in cron format) for automatic creation of compilation results.
    gitCommitish String
    Git commit/tag/branch name at which the repository should be compiled. Must exist in the remote repository. Examples: - a commit SHA: 12ade345 - a tag: tag1 - a branch name: branch1
    name String
    The release config's name.
    recentScheduledReleaseRecords List<Property Map>
    Records of the 10 most recent scheduled release attempts, ordered in in descending order of release_time. Updated whenever automatic creation of a compilation result is triggered by cron_schedule.
    releaseCompilationResult String
    Optional. The name of the currently released compilation result for this release config. This value is updated when a compilation result is created from this release config, or when this resource is updated by API call (perhaps to roll back to an earlier release). The compilation result must have been created using this release config. Must be in the format projects/*/locations/*/repositories/*/compilationResults/*.
    timeZone String
    Optional. Specifies the time zone to be used when interpreting cron_schedule. Must be a time zone name from the time zone database (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). If left unspecified, the default is UTC.

    Supporting Types

    CodeCompilationConfigResponse

    AssertionSchema string
    Optional. The default schema (BigQuery dataset ID) for assertions.
    DatabaseSuffix string
    Optional. The suffix that should be appended to all database (Google Cloud project ID) names.
    DefaultDatabase string
    Optional. The default database (Google Cloud project ID).
    DefaultLocation string
    Optional. The default BigQuery location to use. Defaults to "US". See the BigQuery docs for a full list of locations: https://cloud.google.com/bigquery/docs/locations.
    DefaultSchema string
    Optional. The default schema (BigQuery dataset ID).
    SchemaSuffix string
    Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names.
    TablePrefix string
    Optional. The prefix that should be prepended to all table names.
    Vars Dictionary<string, string>
    Optional. User-defined variables that are made available to project code during compilation.
    AssertionSchema string
    Optional. The default schema (BigQuery dataset ID) for assertions.
    DatabaseSuffix string
    Optional. The suffix that should be appended to all database (Google Cloud project ID) names.
    DefaultDatabase string
    Optional. The default database (Google Cloud project ID).
    DefaultLocation string
    Optional. The default BigQuery location to use. Defaults to "US". See the BigQuery docs for a full list of locations: https://cloud.google.com/bigquery/docs/locations.
    DefaultSchema string
    Optional. The default schema (BigQuery dataset ID).
    SchemaSuffix string
    Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names.
    TablePrefix string
    Optional. The prefix that should be prepended to all table names.
    Vars map[string]string
    Optional. User-defined variables that are made available to project code during compilation.
    assertionSchema String
    Optional. The default schema (BigQuery dataset ID) for assertions.
    databaseSuffix String
    Optional. The suffix that should be appended to all database (Google Cloud project ID) names.
    defaultDatabase String
    Optional. The default database (Google Cloud project ID).
    defaultLocation String
    Optional. The default BigQuery location to use. Defaults to "US". See the BigQuery docs for a full list of locations: https://cloud.google.com/bigquery/docs/locations.
    defaultSchema String
    Optional. The default schema (BigQuery dataset ID).
    schemaSuffix String
    Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names.
    tablePrefix String
    Optional. The prefix that should be prepended to all table names.
    vars Map<String,String>
    Optional. User-defined variables that are made available to project code during compilation.
    assertionSchema string
    Optional. The default schema (BigQuery dataset ID) for assertions.
    databaseSuffix string
    Optional. The suffix that should be appended to all database (Google Cloud project ID) names.
    defaultDatabase string
    Optional. The default database (Google Cloud project ID).
    defaultLocation string
    Optional. The default BigQuery location to use. Defaults to "US". See the BigQuery docs for a full list of locations: https://cloud.google.com/bigquery/docs/locations.
    defaultSchema string
    Optional. The default schema (BigQuery dataset ID).
    schemaSuffix string
    Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names.
    tablePrefix string
    Optional. The prefix that should be prepended to all table names.
    vars {[key: string]: string}
    Optional. User-defined variables that are made available to project code during compilation.
    assertion_schema str
    Optional. The default schema (BigQuery dataset ID) for assertions.
    database_suffix str
    Optional. The suffix that should be appended to all database (Google Cloud project ID) names.
    default_database str
    Optional. The default database (Google Cloud project ID).
    default_location str
    Optional. The default BigQuery location to use. Defaults to "US". See the BigQuery docs for a full list of locations: https://cloud.google.com/bigquery/docs/locations.
    default_schema str
    Optional. The default schema (BigQuery dataset ID).
    schema_suffix str
    Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names.
    table_prefix str
    Optional. The prefix that should be prepended to all table names.
    vars Mapping[str, str]
    Optional. User-defined variables that are made available to project code during compilation.
    assertionSchema String
    Optional. The default schema (BigQuery dataset ID) for assertions.
    databaseSuffix String
    Optional. The suffix that should be appended to all database (Google Cloud project ID) names.
    defaultDatabase String
    Optional. The default database (Google Cloud project ID).
    defaultLocation String
    Optional. The default BigQuery location to use. Defaults to "US". See the BigQuery docs for a full list of locations: https://cloud.google.com/bigquery/docs/locations.
    defaultSchema String
    Optional. The default schema (BigQuery dataset ID).
    schemaSuffix String
    Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names.
    tablePrefix String
    Optional. The prefix that should be prepended to all table names.
    vars Map<String>
    Optional. User-defined variables that are made available to project code during compilation.

    ScheduledReleaseRecordResponse

    CompilationResult string
    The name of the created compilation result, if one was successfully created. Must be in the format projects/*/locations/*/repositories/*/compilationResults/*.
    ErrorStatus Pulumi.GoogleNative.Dataform.V1Beta1.Inputs.StatusResponse
    The error status encountered upon this attempt to create the compilation result, if the attempt was unsuccessful.
    ReleaseTime string
    The timestamp of this release attempt.
    CompilationResult string
    The name of the created compilation result, if one was successfully created. Must be in the format projects/*/locations/*/repositories/*/compilationResults/*.
    ErrorStatus StatusResponse
    The error status encountered upon this attempt to create the compilation result, if the attempt was unsuccessful.
    ReleaseTime string
    The timestamp of this release attempt.
    compilationResult String
    The name of the created compilation result, if one was successfully created. Must be in the format projects/*/locations/*/repositories/*/compilationResults/*.
    errorStatus StatusResponse
    The error status encountered upon this attempt to create the compilation result, if the attempt was unsuccessful.
    releaseTime String
    The timestamp of this release attempt.
    compilationResult string
    The name of the created compilation result, if one was successfully created. Must be in the format projects/*/locations/*/repositories/*/compilationResults/*.
    errorStatus StatusResponse
    The error status encountered upon this attempt to create the compilation result, if the attempt was unsuccessful.
    releaseTime string
    The timestamp of this release attempt.
    compilation_result str
    The name of the created compilation result, if one was successfully created. Must be in the format projects/*/locations/*/repositories/*/compilationResults/*.
    error_status StatusResponse
    The error status encountered upon this attempt to create the compilation result, if the attempt was unsuccessful.
    release_time str
    The timestamp of this release attempt.
    compilationResult String
    The name of the created compilation result, if one was successfully created. Must be in the format projects/*/locations/*/repositories/*/compilationResults/*.
    errorStatus Property Map
    The error status encountered upon this attempt to create the compilation result, if the attempt was unsuccessful.
    releaseTime String
    The timestamp of this release attempt.

    StatusResponse

    Code int
    The status code, which should be an enum value of google.rpc.Code.
    Details List<ImmutableDictionary<string, string>>
    A list of messages that carry the error details. There is a common set of message types for APIs to use.
    Message string
    A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
    Code int
    The status code, which should be an enum value of google.rpc.Code.
    Details []map[string]string
    A list of messages that carry the error details. There is a common set of message types for APIs to use.
    Message string
    A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
    code Integer
    The status code, which should be an enum value of google.rpc.Code.
    details List<Map<String,String>>
    A list of messages that carry the error details. There is a common set of message types for APIs to use.
    message String
    A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
    code number
    The status code, which should be an enum value of google.rpc.Code.
    details {[key: string]: string}[]
    A list of messages that carry the error details. There is a common set of message types for APIs to use.
    message string
    A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
    code int
    The status code, which should be an enum value of google.rpc.Code.
    details Sequence[Mapping[str, str]]
    A list of messages that carry the error details. There is a common set of message types for APIs to use.
    message str
    A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
    code Number
    The status code, which should be an enum value of google.rpc.Code.
    details List<Map<String>>
    A list of messages that carry the error details. There is a common set of message types for APIs to use.
    message String
    A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.

    Package Details

    Repository
    Google Cloud Native pulumi/pulumi-google-native
    License
    Apache-2.0
    google-native logo

    Google Cloud Native is in preview. Google Cloud Classic is fully supported.

    Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi