Viewing docs for volcenginecc v0.0.35
published on Thursday, May 14, 2026 by Volcengine
published on Thursday, May 14, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.35
published on Thursday, May 14, 2026 by Volcengine
published on Thursday, May 14, 2026 by Volcengine
Data Source schema for Volcengine::TOS::BucketRealtimeLog
Using getBucketRealtimeLog
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 getBucketRealtimeLog(args: GetBucketRealtimeLogArgs, opts?: InvokeOptions): Promise<GetBucketRealtimeLogResult>
function getBucketRealtimeLogOutput(args: GetBucketRealtimeLogOutputArgs, opts?: InvokeOptions): Output<GetBucketRealtimeLogResult>def get_bucket_realtime_log(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBucketRealtimeLogResult
def get_bucket_realtime_log_output(id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBucketRealtimeLogResult]func LookupBucketRealtimeLog(ctx *Context, args *LookupBucketRealtimeLogArgs, opts ...InvokeOption) (*LookupBucketRealtimeLogResult, error)
func LookupBucketRealtimeLogOutput(ctx *Context, args *LookupBucketRealtimeLogOutputArgs, opts ...InvokeOption) LookupBucketRealtimeLogResultOutput> Note: This function is named LookupBucketRealtimeLog in the Go SDK.
public static class GetBucketRealtimeLog
{
public static Task<GetBucketRealtimeLogResult> InvokeAsync(GetBucketRealtimeLogArgs args, InvokeOptions? opts = null)
public static Output<GetBucketRealtimeLogResult> Invoke(GetBucketRealtimeLogInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBucketRealtimeLogResult> getBucketRealtimeLog(GetBucketRealtimeLogArgs args, InvokeOptions options)
public static Output<GetBucketRealtimeLogResult> getBucketRealtimeLog(GetBucketRealtimeLogArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:tos/getBucketRealtimeLog:getBucketRealtimeLog
arguments:
# arguments dictionarydata "volcenginecc_tos_getbucketrealtimelog" "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.
getBucketRealtimeLog Result
The following output properties are available:
- Bucket
Name string - Bucket name
- Id string
- Uniquely identifies the resource.
- Real
Time Volcengine.Log Get Bucket Realtime Log Real Time Log - Log analysis feature for the bucket
- Bucket
Name string - Bucket name
- Id string
- Uniquely identifies the resource.
- Real
Time GetLog Bucket Realtime Log Real Time Log - Log analysis feature for the bucket
- bucket_
name string - Bucket name
- id string
- Uniquely identifies the resource.
- real_
time_ objectlog - Log analysis feature for the bucket
- bucket
Name String - Bucket name
- id String
- Uniquely identifies the resource.
- real
Time GetLog Bucket Realtime Log Real Time Log - Log analysis feature for the bucket
- bucket
Name string - Bucket name
- id string
- Uniquely identifies the resource.
- real
Time GetLog Bucket Realtime Log Real Time Log - Log analysis feature for the bucket
- bucket_
name str - Bucket name
- id str
- Uniquely identifies the resource.
- real_
time_ Getlog Bucket Realtime Log Real Time Log - Log analysis feature for the bucket
- bucket
Name String - Bucket name
- id String
- Uniquely identifies the resource.
- real
Time Property MapLog - Log analysis feature for the bucket
Supporting Types
GetBucketRealtimeLogRealTimeLog
- Role string
- Role name. Used to grant TOS Object Storage permission to create resources such as projects and topics in Log Service TLS and to write logs
- Tls
Project stringId - Log project ID
- Tls
Topic stringId - Log topic ID
- Use
Service boolTopic - For topics created using the TOS service, only "true" is allowed as a value
- Role string
- Role name. Used to grant TOS Object Storage permission to create resources such as projects and topics in Log Service TLS and to write logs
- Tls
Project stringId - Log project ID
- Tls
Topic stringId - Log topic ID
- Use
Service boolTopic - For topics created using the TOS service, only "true" is allowed as a value
- role string
- Role name. Used to grant TOS Object Storage permission to create resources such as projects and topics in Log Service TLS and to write logs
- tls_
project_ stringid - Log project ID
- tls_
topic_ stringid - Log topic ID
- use_
service_ booltopic - For topics created using the TOS service, only "true" is allowed as a value
- role String
- Role name. Used to grant TOS Object Storage permission to create resources such as projects and topics in Log Service TLS and to write logs
- tls
Project StringId - Log project ID
- tls
Topic StringId - Log topic ID
- use
Service BooleanTopic - For topics created using the TOS service, only "true" is allowed as a value
- role string
- Role name. Used to grant TOS Object Storage permission to create resources such as projects and topics in Log Service TLS and to write logs
- tls
Project stringId - Log project ID
- tls
Topic stringId - Log topic ID
- use
Service booleanTopic - For topics created using the TOS service, only "true" is allowed as a value
- role str
- Role name. Used to grant TOS Object Storage permission to create resources such as projects and topics in Log Service TLS and to write logs
- tls_
project_ strid - Log project ID
- tls_
topic_ strid - Log topic ID
- use_
service_ booltopic - For topics created using the TOS service, only "true" is allowed as a value
- role String
- Role name. Used to grant TOS Object Storage permission to create resources such as projects and topics in Log Service TLS and to write logs
- tls
Project StringId - Log project ID
- tls
Topic StringId - Log topic ID
- use
Service BooleanTopic - For topics created using the TOS service, only "true" is allowed as a value
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.35
published on Thursday, May 14, 2026 by Volcengine
published on Thursday, May 14, 2026 by Volcengine
