bytepluscc v0.0.11 published on Wednesday, Jan 21, 2026 by Byteplus
bytepluscc v0.0.11 published on Wednesday, Jan 21, 2026 by Byteplus
Data Source schema for Byteplus::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: bytepluscc: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 - 自定义域名证书ID。
- Comments string
- 备注。
- Created
Time string - 创建时间。
- Custom
Domain stringId - 自定义域名ID。
- Domain string
- 自定义域名。
- Id string
- Uniquely identifies the resource.
- Protocols List<string>
- 协议,取值:HTTP。HTTPS。
- Service
Id string - 服务ID。
- Ssl
Redirect bool - 重定向到HTTPS。
- Status string
- 状态,取值:Creating:配置中。CreationFailed:配置失败。Deleting:删除中。DeletionFailed:删除失败。Verified:正常。
- Updated
Time string - 更新时间。
- Certificate
Id string - 自定义域名证书ID。
- Comments string
- 备注。
- Created
Time string - 创建时间。
- Custom
Domain stringId - 自定义域名ID。
- Domain string
- 自定义域名。
- Id string
- Uniquely identifies the resource.
- Protocols []string
- 协议,取值:HTTP。HTTPS。
- Service
Id string - 服务ID。
- Ssl
Redirect bool - 重定向到HTTPS。
- Status string
- 状态,取值:Creating:配置中。CreationFailed:配置失败。Deleting:删除中。DeletionFailed:删除失败。Verified:正常。
- Updated
Time string - 更新时间。
- certificate
Id String - 自定义域名证书ID。
- comments String
- 备注。
- created
Time String - 创建时间。
- custom
Domain StringId - 自定义域名ID。
- domain String
- 自定义域名。
- id String
- Uniquely identifies the resource.
- protocols List<String>
- 协议,取值:HTTP。HTTPS。
- service
Id String - 服务ID。
- ssl
Redirect Boolean - 重定向到HTTPS。
- status String
- 状态,取值:Creating:配置中。CreationFailed:配置失败。Deleting:删除中。DeletionFailed:删除失败。Verified:正常。
- updated
Time String - 更新时间。
- certificate
Id string - 自定义域名证书ID。
- comments string
- 备注。
- created
Time string - 创建时间。
- custom
Domain stringId - 自定义域名ID。
- domain string
- 自定义域名。
- id string
- Uniquely identifies the resource.
- protocols string[]
- 协议,取值:HTTP。HTTPS。
- service
Id string - 服务ID。
- ssl
Redirect boolean - 重定向到HTTPS。
- status string
- 状态,取值:Creating:配置中。CreationFailed:配置失败。Deleting:删除中。DeletionFailed:删除失败。Verified:正常。
- updated
Time string - 更新时间。
- certificate_
id str - 自定义域名证书ID。
- comments str
- 备注。
- created_
time str - 创建时间。
- custom_
domain_ strid - 自定义域名ID。
- domain str
- 自定义域名。
- id str
- Uniquely identifies the resource.
- protocols Sequence[str]
- 协议,取值:HTTP。HTTPS。
- service_
id str - 服务ID。
- ssl_
redirect bool - 重定向到HTTPS。
- status str
- 状态,取值:Creating:配置中。CreationFailed:配置失败。Deleting:删除中。DeletionFailed:删除失败。Verified:正常。
- updated_
time str - 更新时间。
- certificate
Id String - 自定义域名证书ID。
- comments String
- 备注。
- created
Time String - 创建时间。
- custom
Domain StringId - 自定义域名ID。
- domain String
- 自定义域名。
- id String
- Uniquely identifies the resource.
- protocols List<String>
- 协议,取值:HTTP。HTTPS。
- service
Id String - 服务ID。
- ssl
Redirect Boolean - 重定向到HTTPS。
- status String
- 状态,取值:Creating:配置中。CreationFailed:配置失败。Deleting:删除中。DeletionFailed:删除失败。Verified:正常。
- updated
Time String - 更新时间。
Package Details
- Repository
- bytepluscc byteplus-sdk/pulumi-bytepluscc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
byteplusccTerraform Provider.
bytepluscc v0.0.11 published on Wednesday, Jan 21, 2026 by Byteplus
