1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. bmq
  6. getInstance
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::BMQ::Instance

    Using getInstance

    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 getInstance(args: GetInstanceArgs, opts?: InvokeOptions): Promise<GetInstanceResult>
    function getInstanceOutput(args: GetInstanceOutputArgs, opts?: InvokeOptions): Output<GetInstanceResult>
    def get_instance(id: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetInstanceResult
    def get_instance_output(id: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetInstanceResult]
    func LookupInstance(ctx *Context, args *LookupInstanceArgs, opts ...InvokeOption) (*LookupInstanceResult, error)
    func LookupInstanceOutput(ctx *Context, args *LookupInstanceOutputArgs, opts ...InvokeOption) LookupInstanceResultOutput

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

    public static class GetInstance 
    {
        public static Task<GetInstanceResult> InvokeAsync(GetInstanceArgs args, InvokeOptions? opts = null)
        public static Output<GetInstanceResult> Invoke(GetInstanceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetInstanceResult> getInstance(GetInstanceArgs args, InvokeOptions options)
    public static Output<GetInstanceResult> getInstance(GetInstanceArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcenginecc:bmq/getInstance:getInstance
      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.

    getInstance Result

    The following output properties are available:

    AutoRenew string
    Enable auto-renewal. Possible values: true: Enable auto-renewal. false: Disable auto-renewal.
    BillingPeriod string
    Unit of purchase duration. Options: MONTHLY—monthly subscription; YEARLY—yearly subscription
    BillingType string
    Instance billing method. Options: POST—pay-as-you-go; MIX—yearly/monthly subscription
    CreatedTime string
    Instance creation time
    Description string
    Instance description
    EipId string
    Whether public access is enabled for the instance. If public access is required, configure the ID of a public IP in the same region
    Endpoints Volcengine.GetInstanceEndpoints
    Response data for all instance endpoints
    ExpirationTime string
    Instance expiration time
    GroupLimit int
    Maximum number of consumer groups per instance
    Id string
    Uniquely identifies the resource.
    InstanceId string
    Instance ID
    MessageRetention int
    Message retention period for all Topics under the instance, in hours
    Name string
    Custom BMQ instance name. Constraints: must consist of lowercase letters, numbers, and hyphens (-). Length: 1–64 characters
    PartitionLimit int
    Maximum number of partitions per instance
    ProjectName string
    Project name associated with the instance
    ResourceTags List<Volcengine.GetInstanceResourceTag>
    Instance resource tag list
    Resources Volcengine.GetInstanceResources
    Instance resource statistics response data
    SecurityGroupIdLists List<string>
    Security group list used by the instance
    Specification string
    Instance specification
    Status string
    Instance status. Possible values: INITIALIZING: Initializing, INITIALIZATIONFAILED: Initialization failed, RUNNING: Running, MODIFYING: Updating, MODIFYFAILED: Update failed, RELEASING: Releasing, STOPPING: Stopping, STOPPED: Stopped, RECOVERING: Recovering, EXCEPTION: Exception, CAPACITYEXPAXIONFAILED: Capacity expansion failed, EXPANDINGCAPACITY: Expanding capacity, CANCELEXPANDING_CAPACITY: Canceling capacity expansion, RESTARTING: Restarting, UNPAID: Unpaid
    SubnetIdLists List<string>
    Subnet list used by the instance
    Tags List<Volcengine.GetInstanceTag>
    Instance resource tag list
    Times int
    Purchase duration for yearly/monthly subscription instances, in months
    TopicLimit int
    Maximum number of Topics per instance
    VpcId string
    VPC ID where the instance is located
    ZoneIdLists List<string>
    List of availability zones for the instance
    AutoRenew string
    Enable auto-renewal. Possible values: true: Enable auto-renewal. false: Disable auto-renewal.
    BillingPeriod string
    Unit of purchase duration. Options: MONTHLY—monthly subscription; YEARLY—yearly subscription
    BillingType string
    Instance billing method. Options: POST—pay-as-you-go; MIX—yearly/monthly subscription
    CreatedTime string
    Instance creation time
    Description string
    Instance description
    EipId string
    Whether public access is enabled for the instance. If public access is required, configure the ID of a public IP in the same region
    Endpoints GetInstanceEndpoints
    Response data for all instance endpoints
    ExpirationTime string
    Instance expiration time
    GroupLimit int
    Maximum number of consumer groups per instance
    Id string
    Uniquely identifies the resource.
    InstanceId string
    Instance ID
    MessageRetention int
    Message retention period for all Topics under the instance, in hours
    Name string
    Custom BMQ instance name. Constraints: must consist of lowercase letters, numbers, and hyphens (-). Length: 1–64 characters
    PartitionLimit int
    Maximum number of partitions per instance
    ProjectName string
    Project name associated with the instance
    ResourceTags []GetInstanceResourceTag
    Instance resource tag list
    Resources GetInstanceResources
    Instance resource statistics response data
    SecurityGroupIdLists []string
    Security group list used by the instance
    Specification string
    Instance specification
    Status string
    Instance status. Possible values: INITIALIZING: Initializing, INITIALIZATIONFAILED: Initialization failed, RUNNING: Running, MODIFYING: Updating, MODIFYFAILED: Update failed, RELEASING: Releasing, STOPPING: Stopping, STOPPED: Stopped, RECOVERING: Recovering, EXCEPTION: Exception, CAPACITYEXPAXIONFAILED: Capacity expansion failed, EXPANDINGCAPACITY: Expanding capacity, CANCELEXPANDING_CAPACITY: Canceling capacity expansion, RESTARTING: Restarting, UNPAID: Unpaid
    SubnetIdLists []string
    Subnet list used by the instance
    Tags []GetInstanceTag
    Instance resource tag list
    Times int
    Purchase duration for yearly/monthly subscription instances, in months
    TopicLimit int
    Maximum number of Topics per instance
    VpcId string
    VPC ID where the instance is located
    ZoneIdLists []string
    List of availability zones for the instance
    autoRenew String
    Enable auto-renewal. Possible values: true: Enable auto-renewal. false: Disable auto-renewal.
    billingPeriod String
    Unit of purchase duration. Options: MONTHLY—monthly subscription; YEARLY—yearly subscription
    billingType String
    Instance billing method. Options: POST—pay-as-you-go; MIX—yearly/monthly subscription
    createdTime String
    Instance creation time
    description String
    Instance description
    eipId String
    Whether public access is enabled for the instance. If public access is required, configure the ID of a public IP in the same region
    endpoints GetInstanceEndpoints
    Response data for all instance endpoints
    expirationTime String
    Instance expiration time
    groupLimit Integer
    Maximum number of consumer groups per instance
    id String
    Uniquely identifies the resource.
    instanceId String
    Instance ID
    messageRetention Integer
    Message retention period for all Topics under the instance, in hours
    name String
    Custom BMQ instance name. Constraints: must consist of lowercase letters, numbers, and hyphens (-). Length: 1–64 characters
    partitionLimit Integer
    Maximum number of partitions per instance
    projectName String
    Project name associated with the instance
    resourceTags List<GetInstanceResourceTag>
    Instance resource tag list
    resources GetInstanceResources
    Instance resource statistics response data
    securityGroupIdLists List<String>
    Security group list used by the instance
    specification String
    Instance specification
    status String
    Instance status. Possible values: INITIALIZING: Initializing, INITIALIZATIONFAILED: Initialization failed, RUNNING: Running, MODIFYING: Updating, MODIFYFAILED: Update failed, RELEASING: Releasing, STOPPING: Stopping, STOPPED: Stopped, RECOVERING: Recovering, EXCEPTION: Exception, CAPACITYEXPAXIONFAILED: Capacity expansion failed, EXPANDINGCAPACITY: Expanding capacity, CANCELEXPANDING_CAPACITY: Canceling capacity expansion, RESTARTING: Restarting, UNPAID: Unpaid
    subnetIdLists List<String>
    Subnet list used by the instance
    tags List<GetInstanceTag>
    Instance resource tag list
    times Integer
    Purchase duration for yearly/monthly subscription instances, in months
    topicLimit Integer
    Maximum number of Topics per instance
    vpcId String
    VPC ID where the instance is located
    zoneIdLists List<String>
    List of availability zones for the instance
    autoRenew string
    Enable auto-renewal. Possible values: true: Enable auto-renewal. false: Disable auto-renewal.
    billingPeriod string
    Unit of purchase duration. Options: MONTHLY—monthly subscription; YEARLY—yearly subscription
    billingType string
    Instance billing method. Options: POST—pay-as-you-go; MIX—yearly/monthly subscription
    createdTime string
    Instance creation time
    description string
    Instance description
    eipId string
    Whether public access is enabled for the instance. If public access is required, configure the ID of a public IP in the same region
    endpoints GetInstanceEndpoints
    Response data for all instance endpoints
    expirationTime string
    Instance expiration time
    groupLimit number
    Maximum number of consumer groups per instance
    id string
    Uniquely identifies the resource.
    instanceId string
    Instance ID
    messageRetention number
    Message retention period for all Topics under the instance, in hours
    name string
    Custom BMQ instance name. Constraints: must consist of lowercase letters, numbers, and hyphens (-). Length: 1–64 characters
    partitionLimit number
    Maximum number of partitions per instance
    projectName string
    Project name associated with the instance
    resourceTags GetInstanceResourceTag[]
    Instance resource tag list
    resources GetInstanceResources
    Instance resource statistics response data
    securityGroupIdLists string[]
    Security group list used by the instance
    specification string
    Instance specification
    status string
    Instance status. Possible values: INITIALIZING: Initializing, INITIALIZATIONFAILED: Initialization failed, RUNNING: Running, MODIFYING: Updating, MODIFYFAILED: Update failed, RELEASING: Releasing, STOPPING: Stopping, STOPPED: Stopped, RECOVERING: Recovering, EXCEPTION: Exception, CAPACITYEXPAXIONFAILED: Capacity expansion failed, EXPANDINGCAPACITY: Expanding capacity, CANCELEXPANDING_CAPACITY: Canceling capacity expansion, RESTARTING: Restarting, UNPAID: Unpaid
    subnetIdLists string[]
    Subnet list used by the instance
    tags GetInstanceTag[]
    Instance resource tag list
    times number
    Purchase duration for yearly/monthly subscription instances, in months
    topicLimit number
    Maximum number of Topics per instance
    vpcId string
    VPC ID where the instance is located
    zoneIdLists string[]
    List of availability zones for the instance
    auto_renew str
    Enable auto-renewal. Possible values: true: Enable auto-renewal. false: Disable auto-renewal.
    billing_period str
    Unit of purchase duration. Options: MONTHLY—monthly subscription; YEARLY—yearly subscription
    billing_type str
    Instance billing method. Options: POST—pay-as-you-go; MIX—yearly/monthly subscription
    created_time str
    Instance creation time
    description str
    Instance description
    eip_id str
    Whether public access is enabled for the instance. If public access is required, configure the ID of a public IP in the same region
    endpoints GetInstanceEndpoints
    Response data for all instance endpoints
    expiration_time str
    Instance expiration time
    group_limit int
    Maximum number of consumer groups per instance
    id str
    Uniquely identifies the resource.
    instance_id str
    Instance ID
    message_retention int
    Message retention period for all Topics under the instance, in hours
    name str
    Custom BMQ instance name. Constraints: must consist of lowercase letters, numbers, and hyphens (-). Length: 1–64 characters
    partition_limit int
    Maximum number of partitions per instance
    project_name str
    Project name associated with the instance
    resource_tags Sequence[GetInstanceResourceTag]
    Instance resource tag list
    resources GetInstanceResources
    Instance resource statistics response data
    security_group_id_lists Sequence[str]
    Security group list used by the instance
    specification str
    Instance specification
    status str
    Instance status. Possible values: INITIALIZING: Initializing, INITIALIZATIONFAILED: Initialization failed, RUNNING: Running, MODIFYING: Updating, MODIFYFAILED: Update failed, RELEASING: Releasing, STOPPING: Stopping, STOPPED: Stopped, RECOVERING: Recovering, EXCEPTION: Exception, CAPACITYEXPAXIONFAILED: Capacity expansion failed, EXPANDINGCAPACITY: Expanding capacity, CANCELEXPANDING_CAPACITY: Canceling capacity expansion, RESTARTING: Restarting, UNPAID: Unpaid
    subnet_id_lists Sequence[str]
    Subnet list used by the instance
    tags Sequence[GetInstanceTag]
    Instance resource tag list
    times int
    Purchase duration for yearly/monthly subscription instances, in months
    topic_limit int
    Maximum number of Topics per instance
    vpc_id str
    VPC ID where the instance is located
    zone_id_lists Sequence[str]
    List of availability zones for the instance
    autoRenew String
    Enable auto-renewal. Possible values: true: Enable auto-renewal. false: Disable auto-renewal.
    billingPeriod String
    Unit of purchase duration. Options: MONTHLY—monthly subscription; YEARLY—yearly subscription
    billingType String
    Instance billing method. Options: POST—pay-as-you-go; MIX—yearly/monthly subscription
    createdTime String
    Instance creation time
    description String
    Instance description
    eipId String
    Whether public access is enabled for the instance. If public access is required, configure the ID of a public IP in the same region
    endpoints Property Map
    Response data for all instance endpoints
    expirationTime String
    Instance expiration time
    groupLimit Number
    Maximum number of consumer groups per instance
    id String
    Uniquely identifies the resource.
    instanceId String
    Instance ID
    messageRetention Number
    Message retention period for all Topics under the instance, in hours
    name String
    Custom BMQ instance name. Constraints: must consist of lowercase letters, numbers, and hyphens (-). Length: 1–64 characters
    partitionLimit Number
    Maximum number of partitions per instance
    projectName String
    Project name associated with the instance
    resourceTags List<Property Map>
    Instance resource tag list
    resources Property Map
    Instance resource statistics response data
    securityGroupIdLists List<String>
    Security group list used by the instance
    specification String
    Instance specification
    status String
    Instance status. Possible values: INITIALIZING: Initializing, INITIALIZATIONFAILED: Initialization failed, RUNNING: Running, MODIFYING: Updating, MODIFYFAILED: Update failed, RELEASING: Releasing, STOPPING: Stopping, STOPPED: Stopped, RECOVERING: Recovering, EXCEPTION: Exception, CAPACITYEXPAXIONFAILED: Capacity expansion failed, EXPANDINGCAPACITY: Expanding capacity, CANCELEXPANDING_CAPACITY: Canceling capacity expansion, RESTARTING: Restarting, UNPAID: Unpaid
    subnetIdLists List<String>
    Subnet list used by the instance
    tags List<Property Map>
    Instance resource tag list
    times Number
    Purchase duration for yearly/monthly subscription instances, in months
    topicLimit Number
    Maximum number of Topics per instance
    vpcId String
    VPC ID where the instance is located
    zoneIdLists List<String>
    List of availability zones for the instance

    Supporting Types

    GetInstanceEndpoints

    Overlay Volcengine.GetInstanceEndpointsOverlay
    Instance private network access endpoint response data
    Public Volcengine.GetInstanceEndpointsPublic
    Instance public access endpoint response data
    Overlay GetInstanceEndpointsOverlay
    Instance private network access endpoint response data
    Public GetInstanceEndpointsPublic
    Instance public access endpoint response data
    overlay GetInstanceEndpointsOverlay
    Instance private network access endpoint response data
    public_ GetInstanceEndpointsPublic
    Instance public access endpoint response data
    overlay GetInstanceEndpointsOverlay
    Instance private network access endpoint response data
    public GetInstanceEndpointsPublic
    Instance public access endpoint response data
    overlay GetInstanceEndpointsOverlay
    Instance private network access endpoint response data
    public GetInstanceEndpointsPublic
    Instance public access endpoint response data
    overlay Property Map
    Instance private network access endpoint response data
    public Property Map
    Instance public access endpoint response data

    GetInstanceEndpointsOverlay

    Address string
    Domain mapping address
    EipId string
    ID of the EIP bound to the instance
    Plain string
    Private network Plain access point
    PlainPort int
    Standard endpoint port
    Sasl string
    Private network SASL authentication access point
    SaslPort int
    Authentication endpoint port
    Ssl string
    Encrypted endpoint
    SslPort int
    Encrypted endpoint port
    Status string
    Endpoint status
    VpcIds List<string>
    List of VPC IDs associated with the sales zone network
    Address string
    Domain mapping address
    EipId string
    ID of the EIP bound to the instance
    Plain string
    Private network Plain access point
    PlainPort int
    Standard endpoint port
    Sasl string
    Private network SASL authentication access point
    SaslPort int
    Authentication endpoint port
    Ssl string
    Encrypted endpoint
    SslPort int
    Encrypted endpoint port
    Status string
    Endpoint status
    VpcIds []string
    List of VPC IDs associated with the sales zone network
    address String
    Domain mapping address
    eipId String
    ID of the EIP bound to the instance
    plain String
    Private network Plain access point
    plainPort Integer
    Standard endpoint port
    sasl String
    Private network SASL authentication access point
    saslPort Integer
    Authentication endpoint port
    ssl String
    Encrypted endpoint
    sslPort Integer
    Encrypted endpoint port
    status String
    Endpoint status
    vpcIds List<String>
    List of VPC IDs associated with the sales zone network
    address string
    Domain mapping address
    eipId string
    ID of the EIP bound to the instance
    plain string
    Private network Plain access point
    plainPort number
    Standard endpoint port
    sasl string
    Private network SASL authentication access point
    saslPort number
    Authentication endpoint port
    ssl string
    Encrypted endpoint
    sslPort number
    Encrypted endpoint port
    status string
    Endpoint status
    vpcIds string[]
    List of VPC IDs associated with the sales zone network
    address str
    Domain mapping address
    eip_id str
    ID of the EIP bound to the instance
    plain str
    Private network Plain access point
    plain_port int
    Standard endpoint port
    sasl str
    Private network SASL authentication access point
    sasl_port int
    Authentication endpoint port
    ssl str
    Encrypted endpoint
    ssl_port int
    Encrypted endpoint port
    status str
    Endpoint status
    vpc_ids Sequence[str]
    List of VPC IDs associated with the sales zone network
    address String
    Domain mapping address
    eipId String
    ID of the EIP bound to the instance
    plain String
    Private network Plain access point
    plainPort Number
    Standard endpoint port
    sasl String
    Private network SASL authentication access point
    saslPort Number
    Authentication endpoint port
    ssl String
    Encrypted endpoint
    sslPort Number
    Encrypted endpoint port
    status String
    Endpoint status
    vpcIds List<String>
    List of VPC IDs associated with the sales zone network

    GetInstanceEndpointsPublic

    Address string
    Domain mapping address
    EipId string
    ID of the EIP bound to the instance
    Plain string
    Private network Plain access point
    PlainPort int
    Standard endpoint port
    Sasl string
    Private network SASL authentication access point
    SaslPort int
    Authentication endpoint port
    Ssl string
    Encrypted endpoint
    SslPort int
    Encrypted endpoint port
    Status string
    Endpoint status
    VpcIds List<string>
    List of VPC IDs associated with the sales zone network
    Address string
    Domain mapping address
    EipId string
    ID of the EIP bound to the instance
    Plain string
    Private network Plain access point
    PlainPort int
    Standard endpoint port
    Sasl string
    Private network SASL authentication access point
    SaslPort int
    Authentication endpoint port
    Ssl string
    Encrypted endpoint
    SslPort int
    Encrypted endpoint port
    Status string
    Endpoint status
    VpcIds []string
    List of VPC IDs associated with the sales zone network
    address String
    Domain mapping address
    eipId String
    ID of the EIP bound to the instance
    plain String
    Private network Plain access point
    plainPort Integer
    Standard endpoint port
    sasl String
    Private network SASL authentication access point
    saslPort Integer
    Authentication endpoint port
    ssl String
    Encrypted endpoint
    sslPort Integer
    Encrypted endpoint port
    status String
    Endpoint status
    vpcIds List<String>
    List of VPC IDs associated with the sales zone network
    address string
    Domain mapping address
    eipId string
    ID of the EIP bound to the instance
    plain string
    Private network Plain access point
    plainPort number
    Standard endpoint port
    sasl string
    Private network SASL authentication access point
    saslPort number
    Authentication endpoint port
    ssl string
    Encrypted endpoint
    sslPort number
    Encrypted endpoint port
    status string
    Endpoint status
    vpcIds string[]
    List of VPC IDs associated with the sales zone network
    address str
    Domain mapping address
    eip_id str
    ID of the EIP bound to the instance
    plain str
    Private network Plain access point
    plain_port int
    Standard endpoint port
    sasl str
    Private network SASL authentication access point
    sasl_port int
    Authentication endpoint port
    ssl str
    Encrypted endpoint
    ssl_port int
    Encrypted endpoint port
    status str
    Endpoint status
    vpc_ids Sequence[str]
    List of VPC IDs associated with the sales zone network
    address String
    Domain mapping address
    eipId String
    ID of the EIP bound to the instance
    plain String
    Private network Plain access point
    plainPort Number
    Standard endpoint port
    sasl String
    Private network SASL authentication access point
    saslPort Number
    Authentication endpoint port
    ssl String
    Encrypted endpoint
    sslPort Number
    Encrypted endpoint port
    status String
    Endpoint status
    vpcIds List<String>
    List of VPC IDs associated with the sales zone network

    GetInstanceResourceTag

    TagKvs List<Volcengine.GetInstanceResourceTagTagKv>
    Tag key-value pair
    Type string
    Tag type. Options: CUSTOM—custom tag; SYSTEM—system tag
    TagKvs []GetInstanceResourceTagTagKv
    Tag key-value pair
    Type string
    Tag type. Options: CUSTOM—custom tag; SYSTEM—system tag
    tagKvs List<GetInstanceResourceTagTagKv>
    Tag key-value pair
    type String
    Tag type. Options: CUSTOM—custom tag; SYSTEM—system tag
    tagKvs GetInstanceResourceTagTagKv[]
    Tag key-value pair
    type string
    Tag type. Options: CUSTOM—custom tag; SYSTEM—system tag
    tag_kvs Sequence[GetInstanceResourceTagTagKv]
    Tag key-value pair
    type str
    Tag type. Options: CUSTOM—custom tag; SYSTEM—system tag
    tagKvs List<Property Map>
    Tag key-value pair
    type String
    Tag type. Options: CUSTOM—custom tag; SYSTEM—system tag

    GetInstanceResourceTagTagKv

    Key string
    Tag key
    Type string
    Type of instance tag. Options: CUSTOM—custom tag; SYSTEM—system tag
    Value string
    Tag value
    Key string
    Tag key
    Type string
    Type of instance tag. Options: CUSTOM—custom tag; SYSTEM—system tag
    Value string
    Tag value
    key String
    Tag key
    type String
    Type of instance tag. Options: CUSTOM—custom tag; SYSTEM—system tag
    value String
    Tag value
    key string
    Tag key
    type string
    Type of instance tag. Options: CUSTOM—custom tag; SYSTEM—system tag
    value string
    Tag value
    key str
    Tag key
    type str
    Type of instance tag. Options: CUSTOM—custom tag; SYSTEM—system tag
    value str
    Tag value
    key String
    Tag key
    type String
    Type of instance tag. Options: CUSTOM—custom tag; SYSTEM—system tag
    value String
    Tag value

    GetInstanceResources

    Storage Volcengine.GetInstanceResourcesStorage
    Resource statistics response data
    Storage GetInstanceResourcesStorage
    Resource statistics response data
    storage GetInstanceResourcesStorage
    Resource statistics response data
    storage GetInstanceResourcesStorage
    Resource statistics response data
    storage GetInstanceResourcesStorage
    Resource statistics response data
    storage Property Map
    Resource statistics response data

    GetInstanceResourcesStorage

    Size int
    Resource size
    Unit string
    Resource unit
    Size int
    Resource size
    Unit string
    Resource unit
    size Integer
    Resource size
    unit String
    Resource unit
    size number
    Resource size
    unit string
    Resource unit
    size int
    Resource size
    unit str
    Resource unit
    size Number
    Resource size
    unit String
    Resource unit

    GetInstanceTag

    Key string
    Tag key
    Type string
    Type of instance tag. Options: CUSTOM—custom tag; SYSTEM—system tag
    Value string
    Tag value
    Key string
    Tag key
    Type string
    Type of instance tag. Options: CUSTOM—custom tag; SYSTEM—system tag
    Value string
    Tag value
    key String
    Tag key
    type String
    Type of instance tag. Options: CUSTOM—custom tag; SYSTEM—system tag
    value String
    Tag value
    key string
    Tag key
    type string
    Type of instance tag. Options: CUSTOM—custom tag; SYSTEM—system tag
    value string
    Tag value
    key str
    Tag key
    type str
    Type of instance tag. Options: CUSTOM—custom tag; SYSTEM—system tag
    value str
    Tag value
    key String
    Tag key
    type String
    Type of instance tag. Options: CUSTOM—custom tag; SYSTEM—system tag
    value String
    Tag value

    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.