Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Data Source schema for Volcengine::APIG::CustomDomain
Using getCustomDomain
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 getCustomDomain(args: GetCustomDomainArgs, opts?: InvokeOptions): Promise<GetCustomDomainResult>
function getCustomDomainOutput(args: GetCustomDomainOutputArgs, opts?: InvokeOptions): Output<GetCustomDomainResult>def get_custom_domain(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCustomDomainResult
def get_custom_domain_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCustomDomainResult]func LookupCustomDomain(ctx *Context, args *LookupCustomDomainArgs, opts ...InvokeOption) (*LookupCustomDomainResult, error)
func LookupCustomDomainOutput(ctx *Context, args *LookupCustomDomainOutputArgs, opts ...InvokeOption) LookupCustomDomainResultOutput> Note: This function is named LookupCustomDomain in the Go SDK.
public static class GetCustomDomain
{
public static Task<GetCustomDomainResult> InvokeAsync(GetCustomDomainArgs args, InvokeOptions? opts = null)
public static Output<GetCustomDomainResult> Invoke(GetCustomDomainInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCustomDomainResult> getCustomDomain(GetCustomDomainArgs args, InvokeOptions options)
public static Output<GetCustomDomainResult> getCustomDomain(GetCustomDomainArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:apig/getCustomDomain:getCustomDomain
arguments:
# arguments dictionaryThe 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 str
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
getCustomDomain Result
The following output properties are available:
- Certificate
Id string - Custom Domain Certificate ID
- Comments string
- Remarks
- Created
Time string - Creation Time
- Custom
Domain stringId - Custom Domain ID
- Domain string
- Custom Domain
- Id string
- Uniquely identifies the resource.
- Protocols List<string>
- Protocol. Values: HTTP, HTTPS
- Service
Id string - Service ID
- Ssl
Redirect bool - Redirect to HTTPS
- Status string
- Status. Values: Creating: configuring; CreationFailed: configuration failed; Deleting: deleting; DeletionFailed: deletion failed; Verified: active
- Updated
Time string - Update Time
- Certificate
Id string - Custom Domain Certificate ID
- Comments string
- Remarks
- Created
Time string - Creation Time
- Custom
Domain stringId - Custom Domain ID
- Domain string
- Custom Domain
- Id string
- Uniquely identifies the resource.
- Protocols []string
- Protocol. Values: HTTP, HTTPS
- Service
Id string - Service ID
- Ssl
Redirect bool - Redirect to HTTPS
- Status string
- Status. Values: Creating: configuring; CreationFailed: configuration failed; Deleting: deleting; DeletionFailed: deletion failed; Verified: active
- Updated
Time string - Update Time
- certificate
Id String - Custom Domain Certificate ID
- comments String
- Remarks
- created
Time String - Creation Time
- custom
Domain StringId - Custom Domain ID
- domain String
- Custom Domain
- id String
- Uniquely identifies the resource.
- protocols List<String>
- Protocol. Values: HTTP, HTTPS
- service
Id String - Service ID
- ssl
Redirect Boolean - Redirect to HTTPS
- status String
- Status. Values: Creating: configuring; CreationFailed: configuration failed; Deleting: deleting; DeletionFailed: deletion failed; Verified: active
- updated
Time String - Update Time
- certificate
Id string - Custom Domain Certificate ID
- comments string
- Remarks
- created
Time string - Creation Time
- custom
Domain stringId - Custom Domain ID
- domain string
- Custom Domain
- id string
- Uniquely identifies the resource.
- protocols string[]
- Protocol. Values: HTTP, HTTPS
- service
Id string - Service ID
- ssl
Redirect boolean - Redirect to HTTPS
- status string
- Status. Values: Creating: configuring; CreationFailed: configuration failed; Deleting: deleting; DeletionFailed: deletion failed; Verified: active
- updated
Time string - Update Time
- certificate_
id str - Custom Domain Certificate ID
- comments str
- Remarks
- created_
time str - Creation Time
- custom_
domain_ strid - Custom Domain ID
- domain str
- Custom Domain
- id str
- Uniquely identifies the resource.
- protocols Sequence[str]
- Protocol. Values: HTTP, HTTPS
- service_
id str - Service ID
- ssl_
redirect bool - Redirect to HTTPS
- status str
- Status. Values: Creating: configuring; CreationFailed: configuration failed; Deleting: deleting; DeletionFailed: deletion failed; Verified: active
- updated_
time str - Update Time
- certificate
Id String - Custom Domain Certificate ID
- comments String
- Remarks
- created
Time String - Creation Time
- custom
Domain StringId - Custom Domain ID
- domain String
- Custom Domain
- id String
- Uniquely identifies the resource.
- protocols List<String>
- Protocol. Values: HTTP, HTTPS
- service
Id String - Service ID
- ssl
Redirect Boolean - Redirect to HTTPS
- status String
- Status. Values: Creating: configuring; CreationFailed: configuration failed; Deleting: deleting; DeletionFailed: deletion failed; Verified: active
- updated
Time String - Update Time
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.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
