1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. privatelink
  6. getEndpointService
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::PrivateLink::EndpointService

    Using getEndpointService

    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 getEndpointService(args: GetEndpointServiceArgs, opts?: InvokeOptions): Promise<GetEndpointServiceResult>
    function getEndpointServiceOutput(args: GetEndpointServiceOutputArgs, opts?: InvokeOptions): Output<GetEndpointServiceResult>
    def get_endpoint_service(id: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetEndpointServiceResult
    def get_endpoint_service_output(id: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetEndpointServiceResult]
    func LookupEndpointService(ctx *Context, args *LookupEndpointServiceArgs, opts ...InvokeOption) (*LookupEndpointServiceResult, error)
    func LookupEndpointServiceOutput(ctx *Context, args *LookupEndpointServiceOutputArgs, opts ...InvokeOption) LookupEndpointServiceResultOutput

    > Note: This function is named LookupEndpointService in the Go SDK.

    public static class GetEndpointService 
    {
        public static Task<GetEndpointServiceResult> InvokeAsync(GetEndpointServiceArgs args, InvokeOptions? opts = null)
        public static Output<GetEndpointServiceResult> Invoke(GetEndpointServiceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEndpointServiceResult> getEndpointService(GetEndpointServiceArgs args, InvokeOptions options)
    public static Output<GetEndpointServiceResult> getEndpointService(GetEndpointServiceArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcenginecc:privatelink/getEndpointService:getEndpointService
      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.

    getEndpointService Result

    The following output properties are available:

    AutoAcceptEnabled bool
    Whether to automatically accept endpoint connections. true: The endpoint service automatically accepts endpoint connections. false: The endpoint service does not automatically accept endpoint connections; you must manually accept them by calling the EnableVpcEndpointConnection API.
    BillingType int
    Billing type of the endpoint service. 0: No charge. 3: Pay-as-you-go.
    BusinessStatus string
    Whether the endpoint service is locked. Normal: normal. FinancialLocked: locked. If this parameter is empty, the endpoint service is not locked.
    CreateTime string
    Creation time of the endpoint service.
    Description string
    Description of the endpoint service.
    Id string
    Uniquely identifies the resource.
    IpAddressVersions List<string>
    IP protocol type of the endpoint service. If the return value only contains ipv4, the endpoint service is IPv4 type and only supports IPv4 services. If the return value contains both ipv4 and ipv6, the endpoint service is dual-stack and supports both IPv4 and IPv6 services.
    Payer string
    Billing account for the private network connection. Endpoint: endpoint account. EndpointService: endpoint service account.
    PermitAccountIds List<string>
    Details of authorized allowlist accounts.
    PrivateDnsEnabled bool
    Whether the endpoint service enables private DNS name. false: Not enabled. true: Enabled.
    PrivateDnsName string
    Private DNS name of the endpoint service. If the PrivateDNSEnabled parameter returns false, this parameter is empty.
    PrivateDnsNameConfiguration Volcengine.GetEndpointServicePrivateDnsNameConfiguration
    Configuration information for the private DNS name of the endpoint service. Note: If PrivateDNSType is private, this parameter is not returned.
    PrivateDnsType string
    Domain name type of the private DNS name. public: public network. Note: If the custom private domain name feature is not enabled, this parameter is not returned.
    ProjectName string
    Project name to which the endpoint service belongs.
    Resources List<Volcengine.GetEndpointServiceResource>
    Resources provided by the endpoint service.
    ServiceDomain string
    Service domain name of the endpoint service.
    ServiceId string
    Endpoint service ID.
    ServiceName string
    Name of the endpoint service.
    ServiceNameManaged string
    Whether this is a managed endpoint service. false: not a managed endpoint service. true: managed endpoint service. If the account owning the endpoint service has not enabled managed endpoint service functionality, this parameter is not returned.
    ServiceNameSuffix string
    Suffix for the endpoint service name. This parameter is currently in beta testing. If you need to use different name suffixes to distinguish business scenarios, please contact your account manager.
    ServiceOwner string
    Current service principal.
    ServiceResourceType string
    Type of service resource. CLB: Load Balancer CLB. ALB: Application Load Balancer ALB. RDSMySQL: Cloud Database MySQL Edition.
    ServiceType string
    Type of the endpoint service. Interface: Interface endpoint service.
    Status string
    Status of the endpoint service. Creating: being created. Pending: configuration being modified. Available: available. Deleting: being deleted.
    Tags List<Volcengine.GetEndpointServiceTag>
    Tag information of the endpoint service.
    UpdateTime string
    Most recent operation time of the endpoint service.
    WildcardDomainEnabled bool
    Whether to enable wildcard domain name. true: Enabled. false: Not enabled.
    ZoneIds List<string>
    Availability zone where the endpoint service provides service. Note: If the ServiceResourceType parameter returns RDSMySQL, this parameter returns an empty value.
    AutoAcceptEnabled bool
    Whether to automatically accept endpoint connections. true: The endpoint service automatically accepts endpoint connections. false: The endpoint service does not automatically accept endpoint connections; you must manually accept them by calling the EnableVpcEndpointConnection API.
    BillingType int
    Billing type of the endpoint service. 0: No charge. 3: Pay-as-you-go.
    BusinessStatus string
    Whether the endpoint service is locked. Normal: normal. FinancialLocked: locked. If this parameter is empty, the endpoint service is not locked.
    CreateTime string
    Creation time of the endpoint service.
    Description string
    Description of the endpoint service.
    Id string
    Uniquely identifies the resource.
    IpAddressVersions []string
    IP protocol type of the endpoint service. If the return value only contains ipv4, the endpoint service is IPv4 type and only supports IPv4 services. If the return value contains both ipv4 and ipv6, the endpoint service is dual-stack and supports both IPv4 and IPv6 services.
    Payer string
    Billing account for the private network connection. Endpoint: endpoint account. EndpointService: endpoint service account.
    PermitAccountIds []string
    Details of authorized allowlist accounts.
    PrivateDnsEnabled bool
    Whether the endpoint service enables private DNS name. false: Not enabled. true: Enabled.
    PrivateDnsName string
    Private DNS name of the endpoint service. If the PrivateDNSEnabled parameter returns false, this parameter is empty.
    PrivateDnsNameConfiguration GetEndpointServicePrivateDnsNameConfiguration
    Configuration information for the private DNS name of the endpoint service. Note: If PrivateDNSType is private, this parameter is not returned.
    PrivateDnsType string
    Domain name type of the private DNS name. public: public network. Note: If the custom private domain name feature is not enabled, this parameter is not returned.
    ProjectName string
    Project name to which the endpoint service belongs.
    Resources []GetEndpointServiceResource
    Resources provided by the endpoint service.
    ServiceDomain string
    Service domain name of the endpoint service.
    ServiceId string
    Endpoint service ID.
    ServiceName string
    Name of the endpoint service.
    ServiceNameManaged string
    Whether this is a managed endpoint service. false: not a managed endpoint service. true: managed endpoint service. If the account owning the endpoint service has not enabled managed endpoint service functionality, this parameter is not returned.
    ServiceNameSuffix string
    Suffix for the endpoint service name. This parameter is currently in beta testing. If you need to use different name suffixes to distinguish business scenarios, please contact your account manager.
    ServiceOwner string
    Current service principal.
    ServiceResourceType string
    Type of service resource. CLB: Load Balancer CLB. ALB: Application Load Balancer ALB. RDSMySQL: Cloud Database MySQL Edition.
    ServiceType string
    Type of the endpoint service. Interface: Interface endpoint service.
    Status string
    Status of the endpoint service. Creating: being created. Pending: configuration being modified. Available: available. Deleting: being deleted.
    Tags []GetEndpointServiceTag
    Tag information of the endpoint service.
    UpdateTime string
    Most recent operation time of the endpoint service.
    WildcardDomainEnabled bool
    Whether to enable wildcard domain name. true: Enabled. false: Not enabled.
    ZoneIds []string
    Availability zone where the endpoint service provides service. Note: If the ServiceResourceType parameter returns RDSMySQL, this parameter returns an empty value.
    autoAcceptEnabled Boolean
    Whether to automatically accept endpoint connections. true: The endpoint service automatically accepts endpoint connections. false: The endpoint service does not automatically accept endpoint connections; you must manually accept them by calling the EnableVpcEndpointConnection API.
    billingType Integer
    Billing type of the endpoint service. 0: No charge. 3: Pay-as-you-go.
    businessStatus String
    Whether the endpoint service is locked. Normal: normal. FinancialLocked: locked. If this parameter is empty, the endpoint service is not locked.
    createTime String
    Creation time of the endpoint service.
    description String
    Description of the endpoint service.
    id String
    Uniquely identifies the resource.
    ipAddressVersions List<String>
    IP protocol type of the endpoint service. If the return value only contains ipv4, the endpoint service is IPv4 type and only supports IPv4 services. If the return value contains both ipv4 and ipv6, the endpoint service is dual-stack and supports both IPv4 and IPv6 services.
    payer String
    Billing account for the private network connection. Endpoint: endpoint account. EndpointService: endpoint service account.
    permitAccountIds List<String>
    Details of authorized allowlist accounts.
    privateDnsEnabled Boolean
    Whether the endpoint service enables private DNS name. false: Not enabled. true: Enabled.
    privateDnsName String
    Private DNS name of the endpoint service. If the PrivateDNSEnabled parameter returns false, this parameter is empty.
    privateDnsNameConfiguration GetEndpointServicePrivateDnsNameConfiguration
    Configuration information for the private DNS name of the endpoint service. Note: If PrivateDNSType is private, this parameter is not returned.
    privateDnsType String
    Domain name type of the private DNS name. public: public network. Note: If the custom private domain name feature is not enabled, this parameter is not returned.
    projectName String
    Project name to which the endpoint service belongs.
    resources List<GetEndpointServiceResource>
    Resources provided by the endpoint service.
    serviceDomain String
    Service domain name of the endpoint service.
    serviceId String
    Endpoint service ID.
    serviceName String
    Name of the endpoint service.
    serviceNameManaged String
    Whether this is a managed endpoint service. false: not a managed endpoint service. true: managed endpoint service. If the account owning the endpoint service has not enabled managed endpoint service functionality, this parameter is not returned.
    serviceNameSuffix String
    Suffix for the endpoint service name. This parameter is currently in beta testing. If you need to use different name suffixes to distinguish business scenarios, please contact your account manager.
    serviceOwner String
    Current service principal.
    serviceResourceType String
    Type of service resource. CLB: Load Balancer CLB. ALB: Application Load Balancer ALB. RDSMySQL: Cloud Database MySQL Edition.
    serviceType String
    Type of the endpoint service. Interface: Interface endpoint service.
    status String
    Status of the endpoint service. Creating: being created. Pending: configuration being modified. Available: available. Deleting: being deleted.
    tags List<GetEndpointServiceTag>
    Tag information of the endpoint service.
    updateTime String
    Most recent operation time of the endpoint service.
    wildcardDomainEnabled Boolean
    Whether to enable wildcard domain name. true: Enabled. false: Not enabled.
    zoneIds List<String>
    Availability zone where the endpoint service provides service. Note: If the ServiceResourceType parameter returns RDSMySQL, this parameter returns an empty value.
    autoAcceptEnabled boolean
    Whether to automatically accept endpoint connections. true: The endpoint service automatically accepts endpoint connections. false: The endpoint service does not automatically accept endpoint connections; you must manually accept them by calling the EnableVpcEndpointConnection API.
    billingType number
    Billing type of the endpoint service. 0: No charge. 3: Pay-as-you-go.
    businessStatus string
    Whether the endpoint service is locked. Normal: normal. FinancialLocked: locked. If this parameter is empty, the endpoint service is not locked.
    createTime string
    Creation time of the endpoint service.
    description string
    Description of the endpoint service.
    id string
    Uniquely identifies the resource.
    ipAddressVersions string[]
    IP protocol type of the endpoint service. If the return value only contains ipv4, the endpoint service is IPv4 type and only supports IPv4 services. If the return value contains both ipv4 and ipv6, the endpoint service is dual-stack and supports both IPv4 and IPv6 services.
    payer string
    Billing account for the private network connection. Endpoint: endpoint account. EndpointService: endpoint service account.
    permitAccountIds string[]
    Details of authorized allowlist accounts.
    privateDnsEnabled boolean
    Whether the endpoint service enables private DNS name. false: Not enabled. true: Enabled.
    privateDnsName string
    Private DNS name of the endpoint service. If the PrivateDNSEnabled parameter returns false, this parameter is empty.
    privateDnsNameConfiguration GetEndpointServicePrivateDnsNameConfiguration
    Configuration information for the private DNS name of the endpoint service. Note: If PrivateDNSType is private, this parameter is not returned.
    privateDnsType string
    Domain name type of the private DNS name. public: public network. Note: If the custom private domain name feature is not enabled, this parameter is not returned.
    projectName string
    Project name to which the endpoint service belongs.
    resources GetEndpointServiceResource[]
    Resources provided by the endpoint service.
    serviceDomain string
    Service domain name of the endpoint service.
    serviceId string
    Endpoint service ID.
    serviceName string
    Name of the endpoint service.
    serviceNameManaged string
    Whether this is a managed endpoint service. false: not a managed endpoint service. true: managed endpoint service. If the account owning the endpoint service has not enabled managed endpoint service functionality, this parameter is not returned.
    serviceNameSuffix string
    Suffix for the endpoint service name. This parameter is currently in beta testing. If you need to use different name suffixes to distinguish business scenarios, please contact your account manager.
    serviceOwner string
    Current service principal.
    serviceResourceType string
    Type of service resource. CLB: Load Balancer CLB. ALB: Application Load Balancer ALB. RDSMySQL: Cloud Database MySQL Edition.
    serviceType string
    Type of the endpoint service. Interface: Interface endpoint service.
    status string
    Status of the endpoint service. Creating: being created. Pending: configuration being modified. Available: available. Deleting: being deleted.
    tags GetEndpointServiceTag[]
    Tag information of the endpoint service.
    updateTime string
    Most recent operation time of the endpoint service.
    wildcardDomainEnabled boolean
    Whether to enable wildcard domain name. true: Enabled. false: Not enabled.
    zoneIds string[]
    Availability zone where the endpoint service provides service. Note: If the ServiceResourceType parameter returns RDSMySQL, this parameter returns an empty value.
    auto_accept_enabled bool
    Whether to automatically accept endpoint connections. true: The endpoint service automatically accepts endpoint connections. false: The endpoint service does not automatically accept endpoint connections; you must manually accept them by calling the EnableVpcEndpointConnection API.
    billing_type int
    Billing type of the endpoint service. 0: No charge. 3: Pay-as-you-go.
    business_status str
    Whether the endpoint service is locked. Normal: normal. FinancialLocked: locked. If this parameter is empty, the endpoint service is not locked.
    create_time str
    Creation time of the endpoint service.
    description str
    Description of the endpoint service.
    id str
    Uniquely identifies the resource.
    ip_address_versions Sequence[str]
    IP protocol type of the endpoint service. If the return value only contains ipv4, the endpoint service is IPv4 type and only supports IPv4 services. If the return value contains both ipv4 and ipv6, the endpoint service is dual-stack and supports both IPv4 and IPv6 services.
    payer str
    Billing account for the private network connection. Endpoint: endpoint account. EndpointService: endpoint service account.
    permit_account_ids Sequence[str]
    Details of authorized allowlist accounts.
    private_dns_enabled bool
    Whether the endpoint service enables private DNS name. false: Not enabled. true: Enabled.
    private_dns_name str
    Private DNS name of the endpoint service. If the PrivateDNSEnabled parameter returns false, this parameter is empty.
    private_dns_name_configuration GetEndpointServicePrivateDnsNameConfiguration
    Configuration information for the private DNS name of the endpoint service. Note: If PrivateDNSType is private, this parameter is not returned.
    private_dns_type str
    Domain name type of the private DNS name. public: public network. Note: If the custom private domain name feature is not enabled, this parameter is not returned.
    project_name str
    Project name to which the endpoint service belongs.
    resources Sequence[GetEndpointServiceResource]
    Resources provided by the endpoint service.
    service_domain str
    Service domain name of the endpoint service.
    service_id str
    Endpoint service ID.
    service_name str
    Name of the endpoint service.
    service_name_managed str
    Whether this is a managed endpoint service. false: not a managed endpoint service. true: managed endpoint service. If the account owning the endpoint service has not enabled managed endpoint service functionality, this parameter is not returned.
    service_name_suffix str
    Suffix for the endpoint service name. This parameter is currently in beta testing. If you need to use different name suffixes to distinguish business scenarios, please contact your account manager.
    service_owner str
    Current service principal.
    service_resource_type str
    Type of service resource. CLB: Load Balancer CLB. ALB: Application Load Balancer ALB. RDSMySQL: Cloud Database MySQL Edition.
    service_type str
    Type of the endpoint service. Interface: Interface endpoint service.
    status str
    Status of the endpoint service. Creating: being created. Pending: configuration being modified. Available: available. Deleting: being deleted.
    tags Sequence[GetEndpointServiceTag]
    Tag information of the endpoint service.
    update_time str
    Most recent operation time of the endpoint service.
    wildcard_domain_enabled bool
    Whether to enable wildcard domain name. true: Enabled. false: Not enabled.
    zone_ids Sequence[str]
    Availability zone where the endpoint service provides service. Note: If the ServiceResourceType parameter returns RDSMySQL, this parameter returns an empty value.
    autoAcceptEnabled Boolean
    Whether to automatically accept endpoint connections. true: The endpoint service automatically accepts endpoint connections. false: The endpoint service does not automatically accept endpoint connections; you must manually accept them by calling the EnableVpcEndpointConnection API.
    billingType Number
    Billing type of the endpoint service. 0: No charge. 3: Pay-as-you-go.
    businessStatus String
    Whether the endpoint service is locked. Normal: normal. FinancialLocked: locked. If this parameter is empty, the endpoint service is not locked.
    createTime String
    Creation time of the endpoint service.
    description String
    Description of the endpoint service.
    id String
    Uniquely identifies the resource.
    ipAddressVersions List<String>
    IP protocol type of the endpoint service. If the return value only contains ipv4, the endpoint service is IPv4 type and only supports IPv4 services. If the return value contains both ipv4 and ipv6, the endpoint service is dual-stack and supports both IPv4 and IPv6 services.
    payer String
    Billing account for the private network connection. Endpoint: endpoint account. EndpointService: endpoint service account.
    permitAccountIds List<String>
    Details of authorized allowlist accounts.
    privateDnsEnabled Boolean
    Whether the endpoint service enables private DNS name. false: Not enabled. true: Enabled.
    privateDnsName String
    Private DNS name of the endpoint service. If the PrivateDNSEnabled parameter returns false, this parameter is empty.
    privateDnsNameConfiguration Property Map
    Configuration information for the private DNS name of the endpoint service. Note: If PrivateDNSType is private, this parameter is not returned.
    privateDnsType String
    Domain name type of the private DNS name. public: public network. Note: If the custom private domain name feature is not enabled, this parameter is not returned.
    projectName String
    Project name to which the endpoint service belongs.
    resources List<Property Map>
    Resources provided by the endpoint service.
    serviceDomain String
    Service domain name of the endpoint service.
    serviceId String
    Endpoint service ID.
    serviceName String
    Name of the endpoint service.
    serviceNameManaged String
    Whether this is a managed endpoint service. false: not a managed endpoint service. true: managed endpoint service. If the account owning the endpoint service has not enabled managed endpoint service functionality, this parameter is not returned.
    serviceNameSuffix String
    Suffix for the endpoint service name. This parameter is currently in beta testing. If you need to use different name suffixes to distinguish business scenarios, please contact your account manager.
    serviceOwner String
    Current service principal.
    serviceResourceType String
    Type of service resource. CLB: Load Balancer CLB. ALB: Application Load Balancer ALB. RDSMySQL: Cloud Database MySQL Edition.
    serviceType String
    Type of the endpoint service. Interface: Interface endpoint service.
    status String
    Status of the endpoint service. Creating: being created. Pending: configuration being modified. Available: available. Deleting: being deleted.
    tags List<Property Map>
    Tag information of the endpoint service.
    updateTime String
    Most recent operation time of the endpoint service.
    wildcardDomainEnabled Boolean
    Whether to enable wildcard domain name. true: Enabled. false: Not enabled.
    zoneIds List<String>
    Availability zone where the endpoint service provides service. Note: If the ServiceResourceType parameter returns RDSMySQL, this parameter returns an empty value.

    Supporting Types

    GetEndpointServicePrivateDnsNameConfiguration

    Name string
    Domain verification name.
    Status string
    Domain verification status. PendingVerification: Pending verification. Verifying: In progress. Verified: Verified. Failed: Verification failed.
    Type string
    Domain verification type. TXT: TXT record.
    Value string
    Domain verification value.
    Name string
    Domain verification name.
    Status string
    Domain verification status. PendingVerification: Pending verification. Verifying: In progress. Verified: Verified. Failed: Verification failed.
    Type string
    Domain verification type. TXT: TXT record.
    Value string
    Domain verification value.
    name String
    Domain verification name.
    status String
    Domain verification status. PendingVerification: Pending verification. Verifying: In progress. Verified: Verified. Failed: Verification failed.
    type String
    Domain verification type. TXT: TXT record.
    value String
    Domain verification value.
    name string
    Domain verification name.
    status string
    Domain verification status. PendingVerification: Pending verification. Verifying: In progress. Verified: Verified. Failed: Verification failed.
    type string
    Domain verification type. TXT: TXT record.
    value string
    Domain verification value.
    name str
    Domain verification name.
    status str
    Domain verification status. PendingVerification: Pending verification. Verifying: In progress. Verified: Verified. Failed: Verification failed.
    type str
    Domain verification type. TXT: TXT record.
    value str
    Domain verification value.
    name String
    Domain verification name.
    status String
    Domain verification status. PendingVerification: Pending verification. Verifying: In progress. Verified: Verified. Failed: Verification failed.
    type String
    Domain verification type. TXT: TXT record.
    value String
    Domain verification value.

    GetEndpointServiceResource

    ResourceId string
    Service resource ID to be added to the endpoint service.
    ResourceType string
    Type of service resource.
    ZoneIds List<string>
    Availability zone where the load balancer provides service.
    ResourceId string
    Service resource ID to be added to the endpoint service.
    ResourceType string
    Type of service resource.
    ZoneIds []string
    Availability zone where the load balancer provides service.
    resourceId String
    Service resource ID to be added to the endpoint service.
    resourceType String
    Type of service resource.
    zoneIds List<String>
    Availability zone where the load balancer provides service.
    resourceId string
    Service resource ID to be added to the endpoint service.
    resourceType string
    Type of service resource.
    zoneIds string[]
    Availability zone where the load balancer provides service.
    resource_id str
    Service resource ID to be added to the endpoint service.
    resource_type str
    Type of service resource.
    zone_ids Sequence[str]
    Availability zone where the load balancer provides service.
    resourceId String
    Service resource ID to be added to the endpoint service.
    resourceType String
    Type of service resource.
    zoneIds List<String>
    Availability zone where the load balancer provides service.

    GetEndpointServiceTag

    Key string
    Tag keys for endpoint service tags.
    Value string
    Tag value of the endpoint service tag.
    Key string
    Tag keys for endpoint service tags.
    Value string
    Tag value of the endpoint service tag.
    key String
    Tag keys for endpoint service tags.
    value String
    Tag value of the endpoint service tag.
    key string
    Tag keys for endpoint service tags.
    value string
    Tag value of the endpoint service tag.
    key str
    Tag keys for endpoint service tags.
    value str
    Tag value of the endpoint service tag.
    key String
    Tag keys for endpoint service tags.
    value String
    Tag value of the endpoint service tag.

    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.