1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. apig
  6. getCustomDomain
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.32
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 dictionary

    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 str
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.

    getCustomDomain Result

    The following output properties are available:

    CertificateId string
    Custom Domain Certificate ID
    Comments string
    Remarks
    CreatedTime string
    Creation Time
    CustomDomainId string
    Custom Domain ID
    Domain string
    Custom Domain
    Id string
    Uniquely identifies the resource.
    Protocols List<string>
    Protocol. Values: HTTP, HTTPS
    ServiceId string
    Service ID
    SslRedirect bool
    Redirect to HTTPS
    Status string
    Status. Values: Creating: configuring; CreationFailed: configuration failed; Deleting: deleting; DeletionFailed: deletion failed; Verified: active
    UpdatedTime string
    Update Time
    CertificateId string
    Custom Domain Certificate ID
    Comments string
    Remarks
    CreatedTime string
    Creation Time
    CustomDomainId string
    Custom Domain ID
    Domain string
    Custom Domain
    Id string
    Uniquely identifies the resource.
    Protocols []string
    Protocol. Values: HTTP, HTTPS
    ServiceId string
    Service ID
    SslRedirect bool
    Redirect to HTTPS
    Status string
    Status. Values: Creating: configuring; CreationFailed: configuration failed; Deleting: deleting; DeletionFailed: deletion failed; Verified: active
    UpdatedTime string
    Update Time
    certificateId String
    Custom Domain Certificate ID
    comments String
    Remarks
    createdTime String
    Creation Time
    customDomainId String
    Custom Domain ID
    domain String
    Custom Domain
    id String
    Uniquely identifies the resource.
    protocols List<String>
    Protocol. Values: HTTP, HTTPS
    serviceId String
    Service ID
    sslRedirect Boolean
    Redirect to HTTPS
    status String
    Status. Values: Creating: configuring; CreationFailed: configuration failed; Deleting: deleting; DeletionFailed: deletion failed; Verified: active
    updatedTime String
    Update Time
    certificateId string
    Custom Domain Certificate ID
    comments string
    Remarks
    createdTime string
    Creation Time
    customDomainId string
    Custom Domain ID
    domain string
    Custom Domain
    id string
    Uniquely identifies the resource.
    protocols string[]
    Protocol. Values: HTTP, HTTPS
    serviceId string
    Service ID
    sslRedirect boolean
    Redirect to HTTPS
    status string
    Status. Values: Creating: configuring; CreationFailed: configuration failed; Deleting: deleting; DeletionFailed: deletion failed; Verified: active
    updatedTime string
    Update Time
    certificate_id str
    Custom Domain Certificate ID
    comments str
    Remarks
    created_time str
    Creation Time
    custom_domain_id str
    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
    certificateId String
    Custom Domain Certificate ID
    comments String
    Remarks
    createdTime String
    Creation Time
    customDomainId String
    Custom Domain ID
    domain String
    Custom Domain
    id String
    Uniquely identifies the resource.
    protocols List<String>
    Protocol. Values: HTTP, HTTPS
    serviceId String
    Service ID
    sslRedirect Boolean
    Redirect to HTTPS
    status String
    Status. Values: Creating: configuring; CreationFailed: configuration failed; Deleting: deleting; DeletionFailed: deletion failed; Verified: active
    updatedTime String
    Update Time

    Package Details

    Repository
    volcenginecc volcengine/pulumi-volcenginecc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the volcenginecc Terraform Provider.
    volcenginecc logo
    Viewing docs for volcenginecc v0.0.32
    published on Thursday, Apr 23, 2026 by Volcengine
      Try Pulumi Cloud free. Your team will thank you.