1. Registry
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. config
  6. getConfigurationRecorder
Viewing docs for volcenginecc v0.0.60
published on Thursday, Sep 3, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.60
published on Thursday, Sep 3, 2026 by Volcengine

    Data Source schema for Volcengine::Config::ConfigurationRecorder

    Using getConfigurationRecorder

    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 getConfigurationRecorder(args: GetConfigurationRecorderArgs, opts?: InvokeOptions): Promise<GetConfigurationRecorderResult>
    function getConfigurationRecorderOutput(args: GetConfigurationRecorderOutputArgs, opts?: InvokeOutputOptions): Output<GetConfigurationRecorderResult>
    def get_configuration_recorder(id: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetConfigurationRecorderResult
    def get_configuration_recorder_output(id: pulumi.Input[Optional[str]] = None,
                                   opts: Optional[InvokeOutputOptions] = None) -> Output[GetConfigurationRecorderResult]
    func LookupConfigurationRecorder(ctx *Context, args *LookupConfigurationRecorderArgs, opts ...InvokeOption) (*LookupConfigurationRecorderResult, error)
    func LookupConfigurationRecorderOutput(ctx *Context, args *LookupConfigurationRecorderOutputArgs, opts ...InvokeOption) LookupConfigurationRecorderResultOutput

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

    public static class GetConfigurationRecorder 
    {
        public static Task<GetConfigurationRecorderResult> InvokeAsync(GetConfigurationRecorderArgs args, InvokeOptions? opts = null)
        public static Output<GetConfigurationRecorderResult> Invoke(GetConfigurationRecorderInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetConfigurationRecorderResult> Invoke(GetConfigurationRecorderInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetConfigurationRecorderResult> getConfigurationRecorder(GetConfigurationRecorderArgs args, InvokeOptions options)
    public static Output<GetConfigurationRecorderResult> getConfigurationRecorder(GetConfigurationRecorderArgs args, InvokeOptions options)
    public static Output<GetConfigurationRecorderResult> getConfigurationRecorder(GetConfigurationRecorderArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: volcenginecc:config/getConfigurationRecorder:getConfigurationRecorder
      arguments:
        # arguments dictionary
    data "volcenginecc_config_get_configuration_recorder" "name" {
        # arguments
    }

    The following arguments are supported:

    Id string
    Uniquely identifies the resource.
    Id string
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id str
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.

    getConfigurationRecorder Result

    The following output properties are available:

    ConfigurationRecorderStatus string
    Configuration recorder status. Options: Disabled, PendingEnable, Building, Rebuilding, Enabled, PendingDisable
    CreateBy string
    Configuration recorder creation source
    Id string
    Uniquely identifies the resource.
    IncludeAllResourceTypes bool
    Whether to record all supported resource types
    IncludeResourceTypes List<string>
    List of specified resource types to record
    RecorderId string
    Configuration recorder ID
    RecorderName string
    Configuration recorder name
    RecorderType string
    Configuration recorder type. Options: SingleAccount, Organization
    ConfigurationRecorderStatus string
    Configuration recorder status. Options: Disabled, PendingEnable, Building, Rebuilding, Enabled, PendingDisable
    CreateBy string
    Configuration recorder creation source
    Id string
    Uniquely identifies the resource.
    IncludeAllResourceTypes bool
    Whether to record all supported resource types
    IncludeResourceTypes []string
    List of specified resource types to record
    RecorderId string
    Configuration recorder ID
    RecorderName string
    Configuration recorder name
    RecorderType string
    Configuration recorder type. Options: SingleAccount, Organization
    configuration_recorder_status string
    Configuration recorder status. Options: Disabled, PendingEnable, Building, Rebuilding, Enabled, PendingDisable
    create_by string
    Configuration recorder creation source
    id string
    Uniquely identifies the resource.
    include_all_resource_types bool
    Whether to record all supported resource types
    include_resource_types list(string)
    List of specified resource types to record
    recorder_id string
    Configuration recorder ID
    recorder_name string
    Configuration recorder name
    recorder_type string
    Configuration recorder type. Options: SingleAccount, Organization
    configurationRecorderStatus String
    Configuration recorder status. Options: Disabled, PendingEnable, Building, Rebuilding, Enabled, PendingDisable
    createBy String
    Configuration recorder creation source
    id String
    Uniquely identifies the resource.
    includeAllResourceTypes Boolean
    Whether to record all supported resource types
    includeResourceTypes List<String>
    List of specified resource types to record
    recorderId String
    Configuration recorder ID
    recorderName String
    Configuration recorder name
    recorderType String
    Configuration recorder type. Options: SingleAccount, Organization
    configurationRecorderStatus string
    Configuration recorder status. Options: Disabled, PendingEnable, Building, Rebuilding, Enabled, PendingDisable
    createBy string
    Configuration recorder creation source
    id string
    Uniquely identifies the resource.
    includeAllResourceTypes boolean
    Whether to record all supported resource types
    includeResourceTypes string[]
    List of specified resource types to record
    recorderId string
    Configuration recorder ID
    recorderName string
    Configuration recorder name
    recorderType string
    Configuration recorder type. Options: SingleAccount, Organization
    configuration_recorder_status str
    Configuration recorder status. Options: Disabled, PendingEnable, Building, Rebuilding, Enabled, PendingDisable
    create_by str
    Configuration recorder creation source
    id str
    Uniquely identifies the resource.
    include_all_resource_types bool
    Whether to record all supported resource types
    include_resource_types Sequence[str]
    List of specified resource types to record
    recorder_id str
    Configuration recorder ID
    recorder_name str
    Configuration recorder name
    recorder_type str
    Configuration recorder type. Options: SingleAccount, Organization
    configurationRecorderStatus String
    Configuration recorder status. Options: Disabled, PendingEnable, Building, Rebuilding, Enabled, PendingDisable
    createBy String
    Configuration recorder creation source
    id String
    Uniquely identifies the resource.
    includeAllResourceTypes Boolean
    Whether to record all supported resource types
    includeResourceTypes List<String>
    List of specified resource types to record
    recorderId String
    Configuration recorder ID
    recorderName String
    Configuration recorder name
    recorderType String
    Configuration recorder type. Options: SingleAccount, Organization

    Package Details

    Repository
    volcenginecc volcengine/pulumi-volcenginecc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the volcenginecc Terraform Provider.
    volcenginecc logo
    Viewing docs for volcenginecc v0.0.60
    published on Thursday, Sep 3, 2026 by Volcengine

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial