Viewing docs for volcenginecc v0.0.60
published on Thursday, Sep 3, 2026 by Volcengine
published on Thursday, Sep 3, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.60
published on Thursday, Sep 3, 2026 by Volcengine
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 dictionarydata "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:
- Configuration
Recorder stringStatus - 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 boolResource Types - Whether to record all supported resource types
- Include
Resource List<string>Types - 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
- Configuration
Recorder stringStatus - 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 boolResource Types - Whether to record all supported resource types
- Include
Resource []stringTypes - 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
- configuration_
recorder_ stringstatus - 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_ boolresource_ types - Whether to record all supported resource types
- include_
resource_ list(string)types - 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
- configuration
Recorder StringStatus - 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 BooleanResource Types - Whether to record all supported resource types
- include
Resource List<String>Types - 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
- configuration
Recorder stringStatus - 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 booleanResource Types - Whether to record all supported resource types
- include
Resource string[]Types - 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
- configuration_
recorder_ strstatus - 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_ boolresource_ types - Whether to record all supported resource types
- include_
resource_ Sequence[str]types - 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
- configuration
Recorder StringStatus - 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 BooleanResource Types - Whether to record all supported resource types
- include
Resource List<String>Types - 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
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.60
published on Thursday, Sep 3, 2026 by Volcengine
published on Thursday, Sep 3, 2026 by Volcengine