Viewing docs for gcore 2.0.0-alpha.15
published on Thursday, Aug 6, 2026 by g-core
published on Thursday, Aug 6, 2026 by g-core
Viewing docs for gcore 2.0.0-alpha.15
published on Thursday, Aug 6, 2026 by g-core
published on Thursday, Aug 6, 2026 by g-core
Logs uploader targets define destinations for CDN log delivery, such as S3 buckets or SFTP servers, with associated authentication and configuration settings.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as gcore from "@pulumi/gcore";
const exampleCdnLogsUploaderTarget = gcore.getCdnLogsUploaderTarget({
id: 0,
});
import pulumi
import pulumi_gcore as gcore
example_cdn_logs_uploader_target = gcore.get_cdn_logs_uploader_target(id=0)
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/gcore/v2/gcore"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := gcore.LookupCdnLogsUploaderTarget(ctx, &gcore.LookupCdnLogsUploaderTargetArgs{
Id: pulumi.Float64Ref(0),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Gcore = Pulumi.Gcore;
return await Deployment.RunAsync(() =>
{
var exampleCdnLogsUploaderTarget = Gcore.GetCdnLogsUploaderTarget.Invoke(new()
{
Id = 0,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.gcore.GcoreFunctions;
import com.pulumi.gcore.inputs.GetCdnLogsUploaderTargetArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var exampleCdnLogsUploaderTarget = GcoreFunctions.getCdnLogsUploaderTarget(GetCdnLogsUploaderTargetArgs.builder()
.id(0)
.build());
}
}
variables:
exampleCdnLogsUploaderTarget:
fn::invoke:
function: gcore:getCdnLogsUploaderTarget
arguments:
id: 0
Example coming soon!
Using getCdnLogsUploaderTarget
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 getCdnLogsUploaderTarget(args: GetCdnLogsUploaderTargetArgs, opts?: InvokeOptions): Promise<GetCdnLogsUploaderTargetResult>
function getCdnLogsUploaderTargetOutput(args: GetCdnLogsUploaderTargetOutputArgs, opts?: InvokeOptions): Output<GetCdnLogsUploaderTargetResult>def get_cdn_logs_uploader_target(find_one_by: Optional[GetCdnLogsUploaderTargetFindOneBy] = None,
id: Optional[float] = None,
opts: Optional[InvokeOptions] = None) -> GetCdnLogsUploaderTargetResult
def get_cdn_logs_uploader_target_output(find_one_by: pulumi.Input[Optional[GetCdnLogsUploaderTargetFindOneByArgs]] = None,
id: pulumi.Input[Optional[float]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCdnLogsUploaderTargetResult]func LookupCdnLogsUploaderTarget(ctx *Context, args *LookupCdnLogsUploaderTargetArgs, opts ...InvokeOption) (*LookupCdnLogsUploaderTargetResult, error)
func LookupCdnLogsUploaderTargetOutput(ctx *Context, args *LookupCdnLogsUploaderTargetOutputArgs, opts ...InvokeOption) LookupCdnLogsUploaderTargetResultOutput> Note: This function is named LookupCdnLogsUploaderTarget in the Go SDK.
public static class GetCdnLogsUploaderTarget
{
public static Task<GetCdnLogsUploaderTargetResult> InvokeAsync(GetCdnLogsUploaderTargetArgs args, InvokeOptions? opts = null)
public static Output<GetCdnLogsUploaderTargetResult> Invoke(GetCdnLogsUploaderTargetInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCdnLogsUploaderTargetResult> getCdnLogsUploaderTarget(GetCdnLogsUploaderTargetArgs args, InvokeOptions options)
public static Output<GetCdnLogsUploaderTargetResult> getCdnLogsUploaderTarget(GetCdnLogsUploaderTargetArgs args, InvokeOptions options)
fn::invoke:
function: gcore:index/getCdnLogsUploaderTarget:getCdnLogsUploaderTarget
arguments:
# arguments dictionarydata "gcore_get_cdn_logs_uploader_target" "name" {
# arguments
}The following arguments are supported:
- Find
One GetBy Cdn Logs Uploader Target Find One By - Id double
- The ID of this resource.
- Find
One GetBy Cdn Logs Uploader Target Find One By - Id float64
- The ID of this resource.
- find_
one_ objectby - id number
- The ID of this resource.
- find
One GetBy Cdn Logs Uploader Target Find One By - id Double
- The ID of this resource.
- find
One GetBy Cdn Logs Uploader Target Find One By - id number
- The ID of this resource.
- find_
one_ Getby Cdn Logs Uploader Target Find One By - id float
- The ID of this resource.
- find
One Property MapBy - id Number
- The ID of this resource.
getCdnLogsUploaderTarget Result
The following output properties are available:
- Client
Id double - Client that owns the target.
- Config
Get
Cdn Logs Uploader Target Config - Config for specific storage type.
- Created string
- Time when logs uploader target was created.
- Description string
- Description of the target.
- Id double
- The ID of this resource.
- Name string
- Name of the target.
- List<double>
- List of logs uploader configs that use this target.
- Status string
- Validation status of the logs uploader target. Informs if the specified target is reachable.
- Storage
Type string - Type of storage for logs. Available values: "s3gcore", "s3amazon", "s3oss", "s3other", "s3v1", "ftp", "sftp", "http", "azureblob", "sls".
- Updated string
- Time when logs uploader target was updated.
- Find
One GetBy Cdn Logs Uploader Target Find One By
- Client
Id float64 - Client that owns the target.
- Config
Get
Cdn Logs Uploader Target Config - Config for specific storage type.
- Created string
- Time when logs uploader target was created.
- Description string
- Description of the target.
- Id float64
- The ID of this resource.
- Name string
- Name of the target.
- []float64
- List of logs uploader configs that use this target.
- Status string
- Validation status of the logs uploader target. Informs if the specified target is reachable.
- Storage
Type string - Type of storage for logs. Available values: "s3gcore", "s3amazon", "s3oss", "s3other", "s3v1", "ftp", "sftp", "http", "azureblob", "sls".
- Updated string
- Time when logs uploader target was updated.
- Find
One GetBy Cdn Logs Uploader Target Find One By
- client_
id number - Client that owns the target.
- config object
- Config for specific storage type.
- created string
- Time when logs uploader target was created.
- description string
- Description of the target.
- id number
- The ID of this resource.
- name string
- Name of the target.
- list(number)
- List of logs uploader configs that use this target.
- status string
- Validation status of the logs uploader target. Informs if the specified target is reachable.
- storage_
type string - Type of storage for logs. Available values: "s3gcore", "s3amazon", "s3oss", "s3other", "s3v1", "ftp", "sftp", "http", "azureblob", "sls".
- updated string
- Time when logs uploader target was updated.
- find_
one_ objectby
- client
Id Double - Client that owns the target.
- config
Get
Cdn Logs Uploader Target Config - Config for specific storage type.
- created String
- Time when logs uploader target was created.
- description String
- Description of the target.
- id Double
- The ID of this resource.
- name String
- Name of the target.
- List<Double>
- List of logs uploader configs that use this target.
- status String
- Validation status of the logs uploader target. Informs if the specified target is reachable.
- storage
Type String - Type of storage for logs. Available values: "s3gcore", "s3amazon", "s3oss", "s3other", "s3v1", "ftp", "sftp", "http", "azureblob", "sls".
- updated String
- Time when logs uploader target was updated.
- find
One GetBy Cdn Logs Uploader Target Find One By
- client
Id number - Client that owns the target.
- config
Get
Cdn Logs Uploader Target Config - Config for specific storage type.
- created string
- Time when logs uploader target was created.
- description string
- Description of the target.
- id number
- The ID of this resource.
- name string
- Name of the target.
- number[]
- List of logs uploader configs that use this target.
- status string
- Validation status of the logs uploader target. Informs if the specified target is reachable.
- storage
Type string - Type of storage for logs. Available values: "s3gcore", "s3amazon", "s3oss", "s3other", "s3v1", "ftp", "sftp", "http", "azureblob", "sls".
- updated string
- Time when logs uploader target was updated.
- find
One GetBy Cdn Logs Uploader Target Find One By
- client_
id float - Client that owns the target.
- config
Get
Cdn Logs Uploader Target Config - Config for specific storage type.
- created str
- Time when logs uploader target was created.
- description str
- Description of the target.
- id float
- The ID of this resource.
- name str
- Name of the target.
- Sequence[float]
- List of logs uploader configs that use this target.
- status str
- Validation status of the logs uploader target. Informs if the specified target is reachable.
- storage_
type str - Type of storage for logs. Available values: "s3gcore", "s3amazon", "s3oss", "s3other", "s3v1", "ftp", "sftp", "http", "azureblob", "sls".
- updated str
- Time when logs uploader target was updated.
- find_
one_ Getby Cdn Logs Uploader Target Find One By
- client
Id Number - Client that owns the target.
- config Property Map
- Config for specific storage type.
- created String
- Time when logs uploader target was created.
- description String
- Description of the target.
- id Number
- The ID of this resource.
- name String
- Name of the target.
- List<Number>
- List of logs uploader configs that use this target.
- status String
- Validation status of the logs uploader target. Informs if the specified target is reachable.
- storage
Type String - Type of storage for logs. Available values: "s3gcore", "s3amazon", "s3oss", "s3other", "s3v1", "ftp", "sftp", "http", "azureblob", "sls".
- updated String
- Time when logs uploader target was updated.
- find
One Property MapBy
Supporting Types
GetCdnLogsUploaderTargetConfig
- Access
Key stringId - Account
Name string - Azure Blob Storage account name.
- Append
Get
Cdn Logs Uploader Target Config Append - Auth
Get
Cdn Logs Uploader Target Config Auth - Bucket
Name string - Container
Name string - Azure Blob Storage container name.
- Content
Type string - Available values: "json", "text".
- Directory string
- Endpoint string
- Hostname string
- Key
Passphrase string - Log
Store string - SLS logstore name. 3-36 characters; lowercase letters, digits, hyphens, and underscores.
- Password string
- Private
Key string - Project string
- SLS project name. 3-63 characters; lowercase letters, digits, and hyphens.
- Region string
- Retry
Get
Cdn Logs Uploader Target Config Retry - Timeout
Seconds double - Topic string
- Optional SLS topic (0-128 characters).
- Upload
Get
Cdn Logs Uploader Target Config Upload - Use
Path boolStyle - User string
- Access
Key stringId - Account
Name string - Azure Blob Storage account name.
- Append
Get
Cdn Logs Uploader Target Config Append - Auth
Get
Cdn Logs Uploader Target Config Auth - Bucket
Name string - Container
Name string - Azure Blob Storage container name.
- Content
Type string - Available values: "json", "text".
- Directory string
- Endpoint string
- Hostname string
- Key
Passphrase string - Log
Store string - SLS logstore name. 3-36 characters; lowercase letters, digits, hyphens, and underscores.
- Password string
- Private
Key string - Project string
- SLS project name. 3-63 characters; lowercase letters, digits, and hyphens.
- Region string
- Retry
Get
Cdn Logs Uploader Target Config Retry - Timeout
Seconds float64 - Topic string
- Optional SLS topic (0-128 characters).
- Upload
Get
Cdn Logs Uploader Target Config Upload - Use
Path boolStyle - User string
- access_
key_ stringid - account_
name string - Azure Blob Storage account name.
- append object
- auth object
- bucket_
name string - container_
name string - Azure Blob Storage container name.
- content_
type string - Available values: "json", "text".
- directory string
- endpoint string
- hostname string
- key_
passphrase string - log_
store string - SLS logstore name. 3-36 characters; lowercase letters, digits, hyphens, and underscores.
- password string
- private_
key string - project string
- SLS project name. 3-63 characters; lowercase letters, digits, and hyphens.
- region string
- retry object
- timeout_
seconds number - topic string
- Optional SLS topic (0-128 characters).
- upload object
- use_
path_ boolstyle - user string
- access
Key StringId - account
Name String - Azure Blob Storage account name.
- append
Get
Cdn Logs Uploader Target Config Append - auth
Get
Cdn Logs Uploader Target Config Auth - bucket
Name String - container
Name String - Azure Blob Storage container name.
- content
Type String - Available values: "json", "text".
- directory String
- endpoint String
- hostname String
- key
Passphrase String - log
Store String - SLS logstore name. 3-36 characters; lowercase letters, digits, hyphens, and underscores.
- password String
- private
Key String - project String
- SLS project name. 3-63 characters; lowercase letters, digits, and hyphens.
- region String
- retry
Get
Cdn Logs Uploader Target Config Retry - timeout
Seconds Double - topic String
- Optional SLS topic (0-128 characters).
- upload
Get
Cdn Logs Uploader Target Config Upload - use
Path BooleanStyle - user String
- access
Key stringId - account
Name string - Azure Blob Storage account name.
- append
Get
Cdn Logs Uploader Target Config Append - auth
Get
Cdn Logs Uploader Target Config Auth - bucket
Name string - container
Name string - Azure Blob Storage container name.
- content
Type string - Available values: "json", "text".
- directory string
- endpoint string
- hostname string
- key
Passphrase string - log
Store string - SLS logstore name. 3-36 characters; lowercase letters, digits, hyphens, and underscores.
- password string
- private
Key string - project string
- SLS project name. 3-63 characters; lowercase letters, digits, and hyphens.
- region string
- retry
Get
Cdn Logs Uploader Target Config Retry - timeout
Seconds number - topic string
- Optional SLS topic (0-128 characters).
- upload
Get
Cdn Logs Uploader Target Config Upload - use
Path booleanStyle - user string
- access_
key_ strid - account_
name str - Azure Blob Storage account name.
- append
Get
Cdn Logs Uploader Target Config Append - auth
Get
Cdn Logs Uploader Target Config Auth - bucket_
name str - container_
name str - Azure Blob Storage container name.
- content_
type str - Available values: "json", "text".
- directory str
- endpoint str
- hostname str
- key_
passphrase str - log_
store str - SLS logstore name. 3-36 characters; lowercase letters, digits, hyphens, and underscores.
- password str
- private_
key str - project str
- SLS project name. 3-63 characters; lowercase letters, digits, and hyphens.
- region str
- retry
Get
Cdn Logs Uploader Target Config Retry - timeout_
seconds float - topic str
- Optional SLS topic (0-128 characters).
- upload
Get
Cdn Logs Uploader Target Config Upload - use_
path_ boolstyle - user str
- access
Key StringId - account
Name String - Azure Blob Storage account name.
- append Property Map
- auth Property Map
- bucket
Name String - container
Name String - Azure Blob Storage container name.
- content
Type String - Available values: "json", "text".
- directory String
- endpoint String
- hostname String
- key
Passphrase String - log
Store String - SLS logstore name. 3-36 characters; lowercase letters, digits, hyphens, and underscores.
- password String
- private
Key String - project String
- SLS project name. 3-63 characters; lowercase letters, digits, and hyphens.
- region String
- retry Property Map
- timeout
Seconds Number - topic String
- Optional SLS topic (0-128 characters).
- upload Property Map
- use
Path BooleanStyle - user String
GetCdnLogsUploaderTargetConfigAppend
- Headers Dictionary<string, string>
- Method string
- Available values: "POST", "PUT".
- Response
Actions List<GetCdn Logs Uploader Target Config Append Response Action> - Timeout
Seconds double - Url string
- Use
Compression bool
- Headers map[string]string
- Method string
- Available values: "POST", "PUT".
- Response
Actions []GetCdn Logs Uploader Target Config Append Response Action - Timeout
Seconds float64 - Url string
- Use
Compression bool
- headers map(string)
- method string
- Available values: "POST", "PUT".
- response_
actions list(object) - timeout_
seconds number - url string
- use_
compression bool
- headers Map<String,String>
- method String
- Available values: "POST", "PUT".
- response
Actions List<GetCdn Logs Uploader Target Config Append Response Action> - timeout
Seconds Double - url String
- use
Compression Boolean
- headers {[key: string]: string}
- method string
- Available values: "POST", "PUT".
- response
Actions GetCdn Logs Uploader Target Config Append Response Action[] - timeout
Seconds number - url string
- use
Compression boolean
- headers Mapping[str, str]
- method str
- Available values: "POST", "PUT".
- response_
actions Sequence[GetCdn Logs Uploader Target Config Append Response Action] - timeout_
seconds float - url str
- use_
compression bool
- headers Map<String>
- method String
- Available values: "POST", "PUT".
- response
Actions List<Property Map> - timeout
Seconds Number - url String
- use
Compression Boolean
GetCdnLogsUploaderTargetConfigAppendResponseAction
- Action string
- Available values: "drop", "retry", "append".
- Description string
- Match
Payload string - Match
Status doubleCode
- Action string
- Available values: "drop", "retry", "append".
- Description string
- Match
Payload string - Match
Status float64Code
- action string
- Available values: "drop", "retry", "append".
- description string
- match_
payload string - match_
status_ numbercode
- action String
- Available values: "drop", "retry", "append".
- description String
- match
Payload String - match
Status DoubleCode
- action string
- Available values: "drop", "retry", "append".
- description string
- match
Payload string - match
Status numberCode
- action str
- Available values: "drop", "retry", "append".
- description str
- match_
payload str - match_
status_ floatcode
- action String
- Available values: "drop", "retry", "append".
- description String
- match
Payload String - match
Status NumberCode
GetCdnLogsUploaderTargetConfigAuth
- Config
Get
Cdn Logs Uploader Target Config Auth Config - Type string
- Available values: "token", "sharedkey", "sastoken", "ak_sk".
- Config
Get
Cdn Logs Uploader Target Config Auth Config - Type string
- Available values: "token", "sharedkey", "sastoken", "ak_sk".
- config
Get
Cdn Logs Uploader Target Config Auth Config - type String
- Available values: "token", "sharedkey", "sastoken", "ak_sk".
- config
Get
Cdn Logs Uploader Target Config Auth Config - type string
- Available values: "token", "sharedkey", "sastoken", "ak_sk".
- config
Get
Cdn Logs Uploader Target Config Auth Config - type str
- Available values: "token", "sharedkey", "sastoken", "ak_sk".
- config Property Map
- type String
- Available values: "token", "sharedkey", "sastoken", "ak_sk".
GetCdnLogsUploaderTargetConfigAuthConfig
- Access
Key stringId - Alibaba access key ID.
- Account
Key string - Masked secret value.
- Header
Name string - Secret
Access stringKey - Masked secret value.
- Token string
- Access
Key stringId - Alibaba access key ID.
- Account
Key string - Masked secret value.
- Header
Name string - Secret
Access stringKey - Masked secret value.
- Token string
- access_
key_ stringid - Alibaba access key ID.
- account_
key string - Masked secret value.
- header_
name string - secret_
access_ stringkey - Masked secret value.
- token string
- access
Key StringId - Alibaba access key ID.
- account
Key String - Masked secret value.
- header
Name String - secret
Access StringKey - Masked secret value.
- token String
- access
Key stringId - Alibaba access key ID.
- account
Key string - Masked secret value.
- header
Name string - secret
Access stringKey - Masked secret value.
- token string
- access_
key_ strid - Alibaba access key ID.
- account_
key str - Masked secret value.
- header_
name str - secret_
access_ strkey - Masked secret value.
- token str
- access
Key StringId - Alibaba access key ID.
- account
Key String - Masked secret value.
- header
Name String - secret
Access StringKey - Masked secret value.
- token String
GetCdnLogsUploaderTargetConfigRetry
- Headers Dictionary<string, string>
- Method string
- Available values: "POST", "PUT".
- Response
Actions List<GetCdn Logs Uploader Target Config Retry Response Action> - Timeout
Seconds double - Url string
- Use
Compression bool
- Headers map[string]string
- Method string
- Available values: "POST", "PUT".
- Response
Actions []GetCdn Logs Uploader Target Config Retry Response Action - Timeout
Seconds float64 - Url string
- Use
Compression bool
- headers map(string)
- method string
- Available values: "POST", "PUT".
- response_
actions list(object) - timeout_
seconds number - url string
- use_
compression bool
- headers Map<String,String>
- method String
- Available values: "POST", "PUT".
- response
Actions List<GetCdn Logs Uploader Target Config Retry Response Action> - timeout
Seconds Double - url String
- use
Compression Boolean
- headers {[key: string]: string}
- method string
- Available values: "POST", "PUT".
- response
Actions GetCdn Logs Uploader Target Config Retry Response Action[] - timeout
Seconds number - url string
- use
Compression boolean
- headers Mapping[str, str]
- method str
- Available values: "POST", "PUT".
- response_
actions Sequence[GetCdn Logs Uploader Target Config Retry Response Action] - timeout_
seconds float - url str
- use_
compression bool
- headers Map<String>
- method String
- Available values: "POST", "PUT".
- response
Actions List<Property Map> - timeout
Seconds Number - url String
- use
Compression Boolean
GetCdnLogsUploaderTargetConfigRetryResponseAction
- Action string
- Available values: "drop", "retry", "append".
- Description string
- Match
Payload string - Match
Status doubleCode
- Action string
- Available values: "drop", "retry", "append".
- Description string
- Match
Payload string - Match
Status float64Code
- action string
- Available values: "drop", "retry", "append".
- description string
- match_
payload string - match_
status_ numbercode
- action String
- Available values: "drop", "retry", "append".
- description String
- match
Payload String - match
Status DoubleCode
- action string
- Available values: "drop", "retry", "append".
- description string
- match
Payload string - match
Status numberCode
- action str
- Available values: "drop", "retry", "append".
- description str
- match_
payload str - match_
status_ floatcode
- action String
- Available values: "drop", "retry", "append".
- description String
- match
Payload String - match
Status NumberCode
GetCdnLogsUploaderTargetConfigUpload
- Headers Dictionary<string, string>
- Method string
- Available values: "POST", "PUT".
- Response
Actions List<GetCdn Logs Uploader Target Config Upload Response Action> - Timeout
Seconds double - Url string
- Use
Compression bool
- Headers map[string]string
- Method string
- Available values: "POST", "PUT".
- Response
Actions []GetCdn Logs Uploader Target Config Upload Response Action - Timeout
Seconds float64 - Url string
- Use
Compression bool
- headers map(string)
- method string
- Available values: "POST", "PUT".
- response_
actions list(object) - timeout_
seconds number - url string
- use_
compression bool
- headers Map<String,String>
- method String
- Available values: "POST", "PUT".
- response
Actions List<GetCdn Logs Uploader Target Config Upload Response Action> - timeout
Seconds Double - url String
- use
Compression Boolean
- headers {[key: string]: string}
- method string
- Available values: "POST", "PUT".
- response
Actions GetCdn Logs Uploader Target Config Upload Response Action[] - timeout
Seconds number - url string
- use
Compression boolean
- headers Mapping[str, str]
- method str
- Available values: "POST", "PUT".
- response_
actions Sequence[GetCdn Logs Uploader Target Config Upload Response Action] - timeout_
seconds float - url str
- use_
compression bool
- headers Map<String>
- method String
- Available values: "POST", "PUT".
- response
Actions List<Property Map> - timeout
Seconds Number - url String
- use
Compression Boolean
GetCdnLogsUploaderTargetConfigUploadResponseAction
- Action string
- Available values: "drop", "retry", "append".
- Description string
- Match
Payload string - Match
Status doubleCode
- Action string
- Available values: "drop", "retry", "append".
- Description string
- Match
Payload string - Match
Status float64Code
- action string
- Available values: "drop", "retry", "append".
- description string
- match_
payload string - match_
status_ numbercode
- action String
- Available values: "drop", "retry", "append".
- description String
- match
Payload String - match
Status DoubleCode
- action string
- Available values: "drop", "retry", "append".
- description string
- match
Payload string - match
Status numberCode
- action str
- Available values: "drop", "retry", "append".
- description str
- match_
payload str - match_
status_ floatcode
- action String
- Available values: "drop", "retry", "append".
- description String
- match
Payload String - match
Status NumberCode
GetCdnLogsUploaderTargetFindOneBy
- config_
ids list(number) - Filter by ids of related logs uploader configs that use given target.
- search string
- Search by target name or id.
- config_
ids Sequence[float] - Filter by ids of related logs uploader configs that use given target.
- search str
- Search by target name or id.
Package Details
- Repository
- gcore g-core/terraform-provider-gcore
- License
- Notes
- This Pulumi package is based on the
gcoreTerraform Provider.
Viewing docs for gcore 2.0.0-alpha.15
published on Thursday, Aug 6, 2026 by g-core
published on Thursday, Aug 6, 2026 by g-core