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 exampleCdnLogsUploaderTargets = gcore.getCdnLogsUploaderTargets({
configIds: [0],
search: "search",
});
import pulumi
import pulumi_gcore as gcore
example_cdn_logs_uploader_targets = gcore.get_cdn_logs_uploader_targets(config_ids=[0],
search="search")
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.GetCdnLogsUploaderTargets(ctx, &gcore.GetCdnLogsUploaderTargetsArgs{
ConfigIds: []float64{
0,
},
Search: pulumi.StringRef("search"),
}, 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 exampleCdnLogsUploaderTargets = Gcore.GetCdnLogsUploaderTargets.Invoke(new()
{
ConfigIds = new[]
{
0,
},
Search = "search",
});
});
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.GetCdnLogsUploaderTargetsArgs;
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 exampleCdnLogsUploaderTargets = GcoreFunctions.getCdnLogsUploaderTargets(GetCdnLogsUploaderTargetsArgs.builder()
.configIds(0)
.search("search")
.build());
}
}
variables:
exampleCdnLogsUploaderTargets:
fn::invoke:
function: gcore:getCdnLogsUploaderTargets
arguments:
configIds:
- 0
search: search
Example coming soon!
Using getCdnLogsUploaderTargets
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 getCdnLogsUploaderTargets(args: GetCdnLogsUploaderTargetsArgs, opts?: InvokeOptions): Promise<GetCdnLogsUploaderTargetsResult>
function getCdnLogsUploaderTargetsOutput(args: GetCdnLogsUploaderTargetsOutputArgs, opts?: InvokeOptions): Output<GetCdnLogsUploaderTargetsResult>def get_cdn_logs_uploader_targets(config_ids: Optional[Sequence[float]] = None,
max_items: Optional[float] = None,
search: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCdnLogsUploaderTargetsResult
def get_cdn_logs_uploader_targets_output(config_ids: pulumi.Input[Optional[Sequence[pulumi.Input[float]]]] = None,
max_items: pulumi.Input[Optional[float]] = None,
search: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCdnLogsUploaderTargetsResult]func GetCdnLogsUploaderTargets(ctx *Context, args *GetCdnLogsUploaderTargetsArgs, opts ...InvokeOption) (*GetCdnLogsUploaderTargetsResult, error)
func GetCdnLogsUploaderTargetsOutput(ctx *Context, args *GetCdnLogsUploaderTargetsOutputArgs, opts ...InvokeOption) GetCdnLogsUploaderTargetsResultOutput> Note: This function is named GetCdnLogsUploaderTargets in the Go SDK.
public static class GetCdnLogsUploaderTargets
{
public static Task<GetCdnLogsUploaderTargetsResult> InvokeAsync(GetCdnLogsUploaderTargetsArgs args, InvokeOptions? opts = null)
public static Output<GetCdnLogsUploaderTargetsResult> Invoke(GetCdnLogsUploaderTargetsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCdnLogsUploaderTargetsResult> getCdnLogsUploaderTargets(GetCdnLogsUploaderTargetsArgs args, InvokeOptions options)
public static Output<GetCdnLogsUploaderTargetsResult> getCdnLogsUploaderTargets(GetCdnLogsUploaderTargetsArgs args, InvokeOptions options)
fn::invoke:
function: gcore:index/getCdnLogsUploaderTargets:getCdnLogsUploaderTargets
arguments:
# arguments dictionarydata "gcore_get_cdn_logs_uploader_targets" "name" {
# arguments
}The following arguments are supported:
- config_
ids list(number) - Filter by ids of related logs uploader configs that use given target.
- max_
items number - Max items to fetch, default: 1000
- search string
- Search by target name or id.
- config_
ids Sequence[float] - Filter by ids of related logs uploader configs that use given target.
- max_
items float - Max items to fetch, default: 1000
- search str
- Search by target name or id.
getCdnLogsUploaderTargets Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Items
List<Get
Cdn Logs Uploader Targets Item> - The items returned by the data source
- Config
Ids List<double> - Filter by ids of related logs uploader configs that use given target.
- Max
Items double - Max items to fetch, default: 1000
- Search string
- Search by target name or id.
- Id string
- The provider-assigned unique ID for this managed resource.
- Items
[]Get
Cdn Logs Uploader Targets Item - The items returned by the data source
- Config
Ids []float64 - Filter by ids of related logs uploader configs that use given target.
- Max
Items float64 - Max items to fetch, default: 1000
- Search string
- Search by target name or id.
- id string
- The provider-assigned unique ID for this managed resource.
- items list(object)
- The items returned by the data source
- config_
ids list(number) - Filter by ids of related logs uploader configs that use given target.
- max_
items number - Max items to fetch, default: 1000
- search string
- Search by target name or id.
- id String
- The provider-assigned unique ID for this managed resource.
- items
List<Get
Cdn Logs Uploader Targets Item> - The items returned by the data source
- config
Ids List<Double> - Filter by ids of related logs uploader configs that use given target.
- max
Items Double - Max items to fetch, default: 1000
- search String
- Search by target name or id.
- id string
- The provider-assigned unique ID for this managed resource.
- items
Get
Cdn Logs Uploader Targets Item[] - The items returned by the data source
- config
Ids number[] - Filter by ids of related logs uploader configs that use given target.
- max
Items number - Max items to fetch, default: 1000
- search string
- Search by target name or id.
- id str
- The provider-assigned unique ID for this managed resource.
- items
Sequence[Get
Cdn Logs Uploader Targets Item] - The items returned by the data source
- config_
ids Sequence[float] - Filter by ids of related logs uploader configs that use given target.
- max_
items float - Max items to fetch, default: 1000
- search str
- Search by target name or id.
- id String
- The provider-assigned unique ID for this managed resource.
- items List<Property Map>
- The items returned by the data source
- config
Ids List<Number> - Filter by ids of related logs uploader configs that use given target.
- max
Items Number - Max items to fetch, default: 1000
- search String
- Search by target name or id.
Supporting Types
GetCdnLogsUploaderTargetsItem
- Client
Id double - Client that owns the target.
- Config
Get
Cdn Logs Uploader Targets Item Config - Config for specific storage type.
- Created string
- Time when logs uploader target was created.
- Description string
- Description of the target.
- Id double
- 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.
- Client
Id float64 - Client that owns the target.
- Config
Get
Cdn Logs Uploader Targets Item Config - Config for specific storage type.
- Created string
- Time when logs uploader target was created.
- Description string
- Description of the target.
- Id float64
- 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.
- 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
- 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.
- client
Id Double - Client that owns the target.
- config
Get
Cdn Logs Uploader Targets Item Config - Config for specific storage type.
- created String
- Time when logs uploader target was created.
- description String
- Description of the target.
- id Double
- 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.
- client
Id number - Client that owns the target.
- config
Get
Cdn Logs Uploader Targets Item Config - Config for specific storage type.
- created string
- Time when logs uploader target was created.
- description string
- Description of the target.
- id number
- 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.
- client_
id float - Client that owns the target.
- config
Get
Cdn Logs Uploader Targets Item Config - Config for specific storage type.
- created str
- Time when logs uploader target was created.
- description str
- Description of the target.
- id float
- 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.
- 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
- 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.
GetCdnLogsUploaderTargetsItemConfig
- Access
Key stringId - Account
Name string - Azure Blob Storage account name.
- Append
Get
Cdn Logs Uploader Targets Item Config Append - Auth
Get
Cdn Logs Uploader Targets Item 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 Targets Item Config Retry - Timeout
Seconds double - Topic string
- Optional SLS topic (0-128 characters).
- Upload
Get
Cdn Logs Uploader Targets Item Config Upload - Use
Path boolStyle - User string
- Access
Key stringId - Account
Name string - Azure Blob Storage account name.
- Append
Get
Cdn Logs Uploader Targets Item Config Append - Auth
Get
Cdn Logs Uploader Targets Item 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 Targets Item Config Retry - Timeout
Seconds float64 - Topic string
- Optional SLS topic (0-128 characters).
- Upload
Get
Cdn Logs Uploader Targets Item 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 Targets Item Config Append - auth
Get
Cdn Logs Uploader Targets Item 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 Targets Item Config Retry - timeout
Seconds Double - topic String
- Optional SLS topic (0-128 characters).
- upload
Get
Cdn Logs Uploader Targets Item Config Upload - use
Path BooleanStyle - user String
- access
Key stringId - account
Name string - Azure Blob Storage account name.
- append
Get
Cdn Logs Uploader Targets Item Config Append - auth
Get
Cdn Logs Uploader Targets Item 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 Targets Item Config Retry - timeout
Seconds number - topic string
- Optional SLS topic (0-128 characters).
- upload
Get
Cdn Logs Uploader Targets Item Config Upload - use
Path booleanStyle - user string
- access_
key_ strid - account_
name str - Azure Blob Storage account name.
- append
Get
Cdn Logs Uploader Targets Item Config Append - auth
Get
Cdn Logs Uploader Targets Item 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 Targets Item Config Retry - timeout_
seconds float - topic str
- Optional SLS topic (0-128 characters).
- upload
Get
Cdn Logs Uploader Targets Item 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
GetCdnLogsUploaderTargetsItemConfigAppend
- Headers Dictionary<string, string>
- Method string
- Available values: "POST", "PUT".
- Response
Actions List<GetCdn Logs Uploader Targets Item 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 Targets Item 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 Targets Item 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 Targets Item 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 Targets Item 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
GetCdnLogsUploaderTargetsItemConfigAppendResponseAction
- 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
GetCdnLogsUploaderTargetsItemConfigAuth
- Config
Get
Cdn Logs Uploader Targets Item Config Auth Config - Type string
- Available values: "token", "sharedkey", "sastoken", "ak_sk".
- Config
Get
Cdn Logs Uploader Targets Item Config Auth Config - Type string
- Available values: "token", "sharedkey", "sastoken", "ak_sk".
- config
Get
Cdn Logs Uploader Targets Item Config Auth Config - type String
- Available values: "token", "sharedkey", "sastoken", "ak_sk".
- config
Get
Cdn Logs Uploader Targets Item Config Auth Config - type string
- Available values: "token", "sharedkey", "sastoken", "ak_sk".
- config
Get
Cdn Logs Uploader Targets Item Config Auth Config - type str
- Available values: "token", "sharedkey", "sastoken", "ak_sk".
- config Property Map
- type String
- Available values: "token", "sharedkey", "sastoken", "ak_sk".
GetCdnLogsUploaderTargetsItemConfigAuthConfig
- 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
GetCdnLogsUploaderTargetsItemConfigRetry
- Headers Dictionary<string, string>
- Method string
- Available values: "POST", "PUT".
- Response
Actions List<GetCdn Logs Uploader Targets Item 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 Targets Item 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 Targets Item 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 Targets Item 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 Targets Item 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
GetCdnLogsUploaderTargetsItemConfigRetryResponseAction
- 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
GetCdnLogsUploaderTargetsItemConfigUpload
- Headers Dictionary<string, string>
- Method string
- Available values: "POST", "PUT".
- Response
Actions List<GetCdn Logs Uploader Targets Item 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 Targets Item 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 Targets Item 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 Targets Item 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 Targets Item 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
GetCdnLogsUploaderTargetsItemConfigUploadResponseAction
- 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
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