Viewing docs for volcenginecc v0.0.51
published on Monday, Jul 27, 2026 by Volcengine
published on Monday, Jul 27, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.51
published on Monday, Jul 27, 2026 by Volcengine
published on Monday, Jul 27, 2026 by Volcengine
Data Source schema for Volcengine::TOS::BucketWebsite
Using getBucketWebsite
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 getBucketWebsite(args: GetBucketWebsiteArgs, opts?: InvokeOptions): Promise<GetBucketWebsiteResult>
function getBucketWebsiteOutput(args: GetBucketWebsiteOutputArgs, opts?: InvokeOptions): Output<GetBucketWebsiteResult>def get_bucket_website(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBucketWebsiteResult
def get_bucket_website_output(id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBucketWebsiteResult]func LookupBucketWebsite(ctx *Context, args *LookupBucketWebsiteArgs, opts ...InvokeOption) (*LookupBucketWebsiteResult, error)
func LookupBucketWebsiteOutput(ctx *Context, args *LookupBucketWebsiteOutputArgs, opts ...InvokeOption) LookupBucketWebsiteResultOutput> Note: This function is named LookupBucketWebsite in the Go SDK.
public static class GetBucketWebsite
{
public static Task<GetBucketWebsiteResult> InvokeAsync(GetBucketWebsiteArgs args, InvokeOptions? opts = null)
public static Output<GetBucketWebsiteResult> Invoke(GetBucketWebsiteInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBucketWebsiteResult> getBucketWebsite(GetBucketWebsiteArgs args, InvokeOptions options)
public static Output<GetBucketWebsiteResult> getBucketWebsite(GetBucketWebsiteArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:tos/getBucketWebsite:getBucketWebsite
arguments:
# arguments dictionarydata "volcenginecc_tos_get_bucket_website" "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.
getBucketWebsite Result
The following output properties are available:
- Bucket string
- Bucket name
- Error
Document Volcengine.Get Bucket Website Error Document - Error page configuration
- Id string
- Uniquely identifies the resource.
- Index
Document Volcengine.Get Bucket Website Index Document - Default homepage configuration
- Redirect
All Volcengine.Requests To Get Bucket Website Redirect All Requests To - Rule for redirecting all requests
- Routing
Rules List<Volcengine.Get Bucket Website Routing Rule> - Redirect rule
- Bucket string
- Bucket name
- Error
Document GetBucket Website Error Document - Error page configuration
- Id string
- Uniquely identifies the resource.
- Index
Document GetBucket Website Index Document - Default homepage configuration
- Redirect
All GetRequests To Bucket Website Redirect All Requests To - Rule for redirecting all requests
- Routing
Rules []GetBucket Website Routing Rule - Redirect rule
- bucket string
- Bucket name
- error_
document object - Error page configuration
- id string
- Uniquely identifies the resource.
- index_
document object - Default homepage configuration
- redirect_
all_ objectrequests_ to - Rule for redirecting all requests
- routing_
rules list(object) - Redirect rule
- bucket String
- Bucket name
- error
Document GetBucket Website Error Document - Error page configuration
- id String
- Uniquely identifies the resource.
- index
Document GetBucket Website Index Document - Default homepage configuration
- redirect
All GetRequests To Bucket Website Redirect All Requests To - Rule for redirecting all requests
- routing
Rules List<GetBucket Website Routing Rule> - Redirect rule
- bucket string
- Bucket name
- error
Document GetBucket Website Error Document - Error page configuration
- id string
- Uniquely identifies the resource.
- index
Document GetBucket Website Index Document - Default homepage configuration
- redirect
All GetRequests To Bucket Website Redirect All Requests To - Rule for redirecting all requests
- routing
Rules GetBucket Website Routing Rule[] - Redirect rule
- bucket str
- Bucket name
- error_
document GetBucket Website Error Document - Error page configuration
- id str
- Uniquely identifies the resource.
- index_
document GetBucket Website Index Document - Default homepage configuration
- redirect_
all_ Getrequests_ to Bucket Website Redirect All Requests To - Rule for redirecting all requests
- routing_
rules Sequence[GetBucket Website Routing Rule] - Redirect rule
- bucket String
- Bucket name
- error
Document Property Map - Error page configuration
- id String
- Uniquely identifies the resource.
- index
Document Property Map - Default homepage configuration
- redirect
All Property MapRequests To - Rule for redirecting all requests
- routing
Rules List<Property Map> - Redirect rule
Supporting Types
GetBucketWebsiteErrorDocument
- Key string
- When a 4xx error occurs, this page is returned
- Key string
- When a 4xx error occurs, this page is returned
- key string
- When a 4xx error occurs, this page is returned
- key String
- When a 4xx error occurs, this page is returned
- key string
- When a 4xx error occurs, this page is returned
- key str
- When a 4xx error occurs, this page is returned
- key String
- When a 4xx error occurs, this page is returned
GetBucketWebsiteIndexDocument
- Forbidden
Sub boolDir - Whether to support redirecting to the default homepage of a subdirectory. Value description: false (default): Does not support redirecting to the default homepage of a subdirectory. true: Supports redirecting to the default homepage of a subdirectory
- Suffix string
- When requesting a directory (ending with /), returns the object specified by Suffix in that directory. For example, if Suffix is set to index.html, accessing document/ returns document/index.html
- Forbidden
Sub boolDir - Whether to support redirecting to the default homepage of a subdirectory. Value description: false (default): Does not support redirecting to the default homepage of a subdirectory. true: Supports redirecting to the default homepage of a subdirectory
- Suffix string
- When requesting a directory (ending with /), returns the object specified by Suffix in that directory. For example, if Suffix is set to index.html, accessing document/ returns document/index.html
- forbidden_
sub_ booldir - Whether to support redirecting to the default homepage of a subdirectory. Value description: false (default): Does not support redirecting to the default homepage of a subdirectory. true: Supports redirecting to the default homepage of a subdirectory
- suffix string
- When requesting a directory (ending with /), returns the object specified by Suffix in that directory. For example, if Suffix is set to index.html, accessing document/ returns document/index.html
- forbidden
Sub BooleanDir - Whether to support redirecting to the default homepage of a subdirectory. Value description: false (default): Does not support redirecting to the default homepage of a subdirectory. true: Supports redirecting to the default homepage of a subdirectory
- suffix String
- When requesting a directory (ending with /), returns the object specified by Suffix in that directory. For example, if Suffix is set to index.html, accessing document/ returns document/index.html
- forbidden
Sub booleanDir - Whether to support redirecting to the default homepage of a subdirectory. Value description: false (default): Does not support redirecting to the default homepage of a subdirectory. true: Supports redirecting to the default homepage of a subdirectory
- suffix string
- When requesting a directory (ending with /), returns the object specified by Suffix in that directory. For example, if Suffix is set to index.html, accessing document/ returns document/index.html
- forbidden_
sub_ booldir - Whether to support redirecting to the default homepage of a subdirectory. Value description: false (default): Does not support redirecting to the default homepage of a subdirectory. true: Supports redirecting to the default homepage of a subdirectory
- suffix str
- When requesting a directory (ending with /), returns the object specified by Suffix in that directory. For example, if Suffix is set to index.html, accessing document/ returns document/index.html
- forbidden
Sub BooleanDir - Whether to support redirecting to the default homepage of a subdirectory. Value description: false (default): Does not support redirecting to the default homepage of a subdirectory. true: Supports redirecting to the default homepage of a subdirectory
- suffix String
- When requesting a directory (ending with /), returns the object specified by Suffix in that directory. For example, if Suffix is set to index.html, accessing document/ returns document/index.html
GetBucketWebsiteRedirectAllRequestsTo
GetBucketWebsiteRoutingRule
- Condition
Volcengine.
Get Bucket Website Routing Rule Condition - Set the matching conditions for the redirect rule. The redirect rule only takes effect when all specified conditions are met
- Redirect
Volcengine.
Get Bucket Website Routing Rule Redirect - Set redirect rule
- Condition
Get
Bucket Website Routing Rule Condition - Set the matching conditions for the redirect rule. The redirect rule only takes effect when all specified conditions are met
- Redirect
Get
Bucket Website Routing Rule Redirect - Set redirect rule
- condition
Get
Bucket Website Routing Rule Condition - Set the matching conditions for the redirect rule. The redirect rule only takes effect when all specified conditions are met
- redirect
Get
Bucket Website Routing Rule Redirect - Set redirect rule
- condition
Get
Bucket Website Routing Rule Condition - Set the matching conditions for the redirect rule. The redirect rule only takes effect when all specified conditions are met
- redirect
Get
Bucket Website Routing Rule Redirect - Set redirect rule
- condition
Get
Bucket Website Routing Rule Condition - Set the matching conditions for the redirect rule. The redirect rule only takes effect when all specified conditions are met
- redirect
Get
Bucket Website Routing Rule Redirect - Set redirect rule
- condition Property Map
- Set the matching conditions for the redirect rule. The redirect rule only takes effect when all specified conditions are met
- redirect Property Map
- Set redirect rule
GetBucketWebsiteRoutingRuleCondition
- Http
Error intCode Returned Equals - Set the HTTP error code that triggers the redirect rule. For example, if HttpErrorCodeReturnedEquals is set to 404, the rule takes effect when the specified object does not exist. If KeyPrefixEquals is set, the redirect rule only takes effect when both HttpErrorCodeReturnedEquals and KeyPrefixEquals conditions are met
- Key
Prefix stringEquals - Set the object name prefix for the redirect rule to take effect. If HttpErrorCodeReturnedEquals is set, the redirect rule only takes effect when both HttpErrorCodeReturnedEquals and KeyPrefixEquals conditions are met
- Http
Error intCode Returned Equals - Set the HTTP error code that triggers the redirect rule. For example, if HttpErrorCodeReturnedEquals is set to 404, the rule takes effect when the specified object does not exist. If KeyPrefixEquals is set, the redirect rule only takes effect when both HttpErrorCodeReturnedEquals and KeyPrefixEquals conditions are met
- Key
Prefix stringEquals - Set the object name prefix for the redirect rule to take effect. If HttpErrorCodeReturnedEquals is set, the redirect rule only takes effect when both HttpErrorCodeReturnedEquals and KeyPrefixEquals conditions are met
- http_
error_ numbercode_ returned_ equals - Set the HTTP error code that triggers the redirect rule. For example, if HttpErrorCodeReturnedEquals is set to 404, the rule takes effect when the specified object does not exist. If KeyPrefixEquals is set, the redirect rule only takes effect when both HttpErrorCodeReturnedEquals and KeyPrefixEquals conditions are met
- key_
prefix_ stringequals - Set the object name prefix for the redirect rule to take effect. If HttpErrorCodeReturnedEquals is set, the redirect rule only takes effect when both HttpErrorCodeReturnedEquals and KeyPrefixEquals conditions are met
- http
Error IntegerCode Returned Equals - Set the HTTP error code that triggers the redirect rule. For example, if HttpErrorCodeReturnedEquals is set to 404, the rule takes effect when the specified object does not exist. If KeyPrefixEquals is set, the redirect rule only takes effect when both HttpErrorCodeReturnedEquals and KeyPrefixEquals conditions are met
- key
Prefix StringEquals - Set the object name prefix for the redirect rule to take effect. If HttpErrorCodeReturnedEquals is set, the redirect rule only takes effect when both HttpErrorCodeReturnedEquals and KeyPrefixEquals conditions are met
- http
Error numberCode Returned Equals - Set the HTTP error code that triggers the redirect rule. For example, if HttpErrorCodeReturnedEquals is set to 404, the rule takes effect when the specified object does not exist. If KeyPrefixEquals is set, the redirect rule only takes effect when both HttpErrorCodeReturnedEquals and KeyPrefixEquals conditions are met
- key
Prefix stringEquals - Set the object name prefix for the redirect rule to take effect. If HttpErrorCodeReturnedEquals is set, the redirect rule only takes effect when both HttpErrorCodeReturnedEquals and KeyPrefixEquals conditions are met
- http_
error_ intcode_ returned_ equals - Set the HTTP error code that triggers the redirect rule. For example, if HttpErrorCodeReturnedEquals is set to 404, the rule takes effect when the specified object does not exist. If KeyPrefixEquals is set, the redirect rule only takes effect when both HttpErrorCodeReturnedEquals and KeyPrefixEquals conditions are met
- key_
prefix_ strequals - Set the object name prefix for the redirect rule to take effect. If HttpErrorCodeReturnedEquals is set, the redirect rule only takes effect when both HttpErrorCodeReturnedEquals and KeyPrefixEquals conditions are met
- http
Error NumberCode Returned Equals - Set the HTTP error code that triggers the redirect rule. For example, if HttpErrorCodeReturnedEquals is set to 404, the rule takes effect when the specified object does not exist. If KeyPrefixEquals is set, the redirect rule only takes effect when both HttpErrorCodeReturnedEquals and KeyPrefixEquals conditions are met
- key
Prefix StringEquals - Set the object name prefix for the redirect rule to take effect. If HttpErrorCodeReturnedEquals is set, the redirect rule only takes effect when both HttpErrorCodeReturnedEquals and KeyPrefixEquals conditions are met
GetBucketWebsiteRoutingRuleRedirect
- Host
Name string - Set the redirect site name
- Http
Redirect intCode - Status code returned during redirect. Only 3XX status codes can be set; 300 cannot be set. Default is 301
- Protocol string
- Protocol used for redirect requests, including http and https. Default is http
- Replace
Key stringPrefix With - Object name prefix used for redirect
- Replace
Key stringWith - Object name used for redirect
- Host
Name string - Set the redirect site name
- Http
Redirect intCode - Status code returned during redirect. Only 3XX status codes can be set; 300 cannot be set. Default is 301
- Protocol string
- Protocol used for redirect requests, including http and https. Default is http
- Replace
Key stringPrefix With - Object name prefix used for redirect
- Replace
Key stringWith - Object name used for redirect
- host_
name string - Set the redirect site name
- http_
redirect_ numbercode - Status code returned during redirect. Only 3XX status codes can be set; 300 cannot be set. Default is 301
- protocol string
- Protocol used for redirect requests, including http and https. Default is http
- replace_
key_ stringprefix_ with - Object name prefix used for redirect
- replace_
key_ stringwith - Object name used for redirect
- host
Name String - Set the redirect site name
- http
Redirect IntegerCode - Status code returned during redirect. Only 3XX status codes can be set; 300 cannot be set. Default is 301
- protocol String
- Protocol used for redirect requests, including http and https. Default is http
- replace
Key StringPrefix With - Object name prefix used for redirect
- replace
Key StringWith - Object name used for redirect
- host
Name string - Set the redirect site name
- http
Redirect numberCode - Status code returned during redirect. Only 3XX status codes can be set; 300 cannot be set. Default is 301
- protocol string
- Protocol used for redirect requests, including http and https. Default is http
- replace
Key stringPrefix With - Object name prefix used for redirect
- replace
Key stringWith - Object name used for redirect
- host_
name str - Set the redirect site name
- http_
redirect_ intcode - Status code returned during redirect. Only 3XX status codes can be set; 300 cannot be set. Default is 301
- protocol str
- Protocol used for redirect requests, including http and https. Default is http
- replace_
key_ strprefix_ with - Object name prefix used for redirect
- replace_
key_ strwith - Object name used for redirect
- host
Name String - Set the redirect site name
- http
Redirect NumberCode - Status code returned during redirect. Only 3XX status codes can be set; 300 cannot be set. Default is 301
- protocol String
- Protocol used for redirect requests, including http and https. Default is http
- replace
Key StringPrefix With - Object name prefix used for redirect
- replace
Key StringWith - Object name used for redirect
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.51
published on Monday, Jul 27, 2026 by Volcengine
published on Monday, Jul 27, 2026 by Volcengine