1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. ecs
  6. getImage
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::ECS::Image

    Using getImage

    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 getImage(args: GetImageArgs, opts?: InvokeOptions): Promise<GetImageResult>
    function getImageOutput(args: GetImageOutputArgs, opts?: InvokeOptions): Output<GetImageResult>
    def get_image(id: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetImageResult
    def get_image_output(id: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetImageResult]
    func LookupImage(ctx *Context, args *LookupImageArgs, opts ...InvokeOption) (*LookupImageResult, error)
    func LookupImageOutput(ctx *Context, args *LookupImageOutputArgs, opts ...InvokeOption) LookupImageResultOutput

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

    public static class GetImage 
    {
        public static Task<GetImageResult> InvokeAsync(GetImageArgs args, InvokeOptions? opts = null)
        public static Output<GetImageResult> Invoke(GetImageInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetImageResult> getImage(GetImageArgs args, InvokeOptions options)
    public static Output<GetImageResult> getImage(GetImageArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcenginecc:ecs/getImage:getImage
      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.

    getImage Result

    The following output properties are available:

    Architecture string
    Image architecture type. Options: amd64 (x86 compute), arm64 (ARM compute).
    BootMode string
    Image boot mode. You can select BIOS or UEFI
    CreateWholeImage bool
    Whether to create a full instance image. Values: false: Default, do not create a full instance image. true: Create a full instance image.
    CreatedAt string
    Image creation time
    Description string
    Image description. Must start with a letter or Chinese character. Can contain Chinese characters, letters, numbers, underscores "_", hyphens "-", equals signs "=", English commas ",", English periods ".", Chinese commas ",", Chinese periods "。", and spaces. Length: 0–255 characters. If left blank, defaults to empty.
    DetectionResults Volcengine.GetImageDetectionResults
    Image check result.
    Id string
    Uniquely identifies the resource.
    ImageId string
    Image ID
    ImageName string
    Image name. Must start with a letter or Chinese character. Can only contain Chinese characters, letters, numbers, underscores "_", hyphens "-", and periods ".". Length: 1–128 characters
    ImageOwnerId string
    Account ID to which the image belongs.
    ImportImage Volcengine.GetImageImportImage
    Imported image information
    InstanceId string
    Instance ID. You must specify one of InstanceId, SnapshotId, or SnapshotGroupId.
    IsInstallRunCommandAgent bool
    Whether Cloud Assistant Agent is installed in the image
    IsLts bool
    Whether the public image is maintained long-term.
    IsSupportCloudInit bool
    Whether the image supports Cloud-init.
    Kernel string
    Image kernel version.
    LicenseType string
    Image license type. VolcanoEngine: Default, uses the official license based on your platform setting. BYOL: Bring Your Own License (BYOL)
    NeedDetection bool
    Whether to perform image check. Values: true: Default, check enabled. false: Check disabled.
    OsName string
    Name of the image operating system.
    OsType string
    Operating system type
    Platform string
    Release version of the image operating system. Options: CentOS, Debian, veLinux, Windows Server, Fedora, OpenSUSE, Ubuntu.
    PlatformVersion string
    Image release version.
    ProductCode string
    Product code for marketplace image
    ProjectName string
    Project to which the resource belongs. If the API caller account only has permissions for certain projects, you must provide a project with the required permissions
    SharePermissions List<string>
    Accounts with which the image is shared
    ShareStatus string
    Image sharing status. HasShared: The custom image has been shared with other users. If the custom image is not shared or a public image is used, ShareStatus returns empty.
    Size int
    Image size, in GiB.
    SnapshotGroupId string
    Snapshot consistency group ID, used to create a custom image from a snapshot consistency group. One of Snapshot consistency group ID, SnapshotId, or InstanceId must be provided
    SnapshotId string
    System disk snapshot ID, used to create a custom image from a system disk snapshot. You must specify one of InstanceId, SnapshotId, or SnapshotGroupId.
    Snapshots List<Volcengine.GetImageSnapshot>
    Information about snapshots associated with the image.
    Status string
    Image status.
    Tags List<Volcengine.GetImageTag>
    List of tags bound to the image.
    UpdatedAt string
    Image update time
    VirtualSize double
    Image size, in Bytes.
    Visibility string
    Image visibility. public: Public image. private: Private image. shared: Shared image.
    Architecture string
    Image architecture type. Options: amd64 (x86 compute), arm64 (ARM compute).
    BootMode string
    Image boot mode. You can select BIOS or UEFI
    CreateWholeImage bool
    Whether to create a full instance image. Values: false: Default, do not create a full instance image. true: Create a full instance image.
    CreatedAt string
    Image creation time
    Description string
    Image description. Must start with a letter or Chinese character. Can contain Chinese characters, letters, numbers, underscores "_", hyphens "-", equals signs "=", English commas ",", English periods ".", Chinese commas ",", Chinese periods "。", and spaces. Length: 0–255 characters. If left blank, defaults to empty.
    DetectionResults GetImageDetectionResults
    Image check result.
    Id string
    Uniquely identifies the resource.
    ImageId string
    Image ID
    ImageName string
    Image name. Must start with a letter or Chinese character. Can only contain Chinese characters, letters, numbers, underscores "_", hyphens "-", and periods ".". Length: 1–128 characters
    ImageOwnerId string
    Account ID to which the image belongs.
    ImportImage GetImageImportImage
    Imported image information
    InstanceId string
    Instance ID. You must specify one of InstanceId, SnapshotId, or SnapshotGroupId.
    IsInstallRunCommandAgent bool
    Whether Cloud Assistant Agent is installed in the image
    IsLts bool
    Whether the public image is maintained long-term.
    IsSupportCloudInit bool
    Whether the image supports Cloud-init.
    Kernel string
    Image kernel version.
    LicenseType string
    Image license type. VolcanoEngine: Default, uses the official license based on your platform setting. BYOL: Bring Your Own License (BYOL)
    NeedDetection bool
    Whether to perform image check. Values: true: Default, check enabled. false: Check disabled.
    OsName string
    Name of the image operating system.
    OsType string
    Operating system type
    Platform string
    Release version of the image operating system. Options: CentOS, Debian, veLinux, Windows Server, Fedora, OpenSUSE, Ubuntu.
    PlatformVersion string
    Image release version.
    ProductCode string
    Product code for marketplace image
    ProjectName string
    Project to which the resource belongs. If the API caller account only has permissions for certain projects, you must provide a project with the required permissions
    SharePermissions []string
    Accounts with which the image is shared
    ShareStatus string
    Image sharing status. HasShared: The custom image has been shared with other users. If the custom image is not shared or a public image is used, ShareStatus returns empty.
    Size int
    Image size, in GiB.
    SnapshotGroupId string
    Snapshot consistency group ID, used to create a custom image from a snapshot consistency group. One of Snapshot consistency group ID, SnapshotId, or InstanceId must be provided
    SnapshotId string
    System disk snapshot ID, used to create a custom image from a system disk snapshot. You must specify one of InstanceId, SnapshotId, or SnapshotGroupId.
    Snapshots []GetImageSnapshot
    Information about snapshots associated with the image.
    Status string
    Image status.
    Tags []GetImageTag
    List of tags bound to the image.
    UpdatedAt string
    Image update time
    VirtualSize float64
    Image size, in Bytes.
    Visibility string
    Image visibility. public: Public image. private: Private image. shared: Shared image.
    architecture String
    Image architecture type. Options: amd64 (x86 compute), arm64 (ARM compute).
    bootMode String
    Image boot mode. You can select BIOS or UEFI
    createWholeImage Boolean
    Whether to create a full instance image. Values: false: Default, do not create a full instance image. true: Create a full instance image.
    createdAt String
    Image creation time
    description String
    Image description. Must start with a letter or Chinese character. Can contain Chinese characters, letters, numbers, underscores "_", hyphens "-", equals signs "=", English commas ",", English periods ".", Chinese commas ",", Chinese periods "。", and spaces. Length: 0–255 characters. If left blank, defaults to empty.
    detectionResults GetImageDetectionResults
    Image check result.
    id String
    Uniquely identifies the resource.
    imageId String
    Image ID
    imageName String
    Image name. Must start with a letter or Chinese character. Can only contain Chinese characters, letters, numbers, underscores "_", hyphens "-", and periods ".". Length: 1–128 characters
    imageOwnerId String
    Account ID to which the image belongs.
    importImage GetImageImportImage
    Imported image information
    instanceId String
    Instance ID. You must specify one of InstanceId, SnapshotId, or SnapshotGroupId.
    isInstallRunCommandAgent Boolean
    Whether Cloud Assistant Agent is installed in the image
    isLts Boolean
    Whether the public image is maintained long-term.
    isSupportCloudInit Boolean
    Whether the image supports Cloud-init.
    kernel String
    Image kernel version.
    licenseType String
    Image license type. VolcanoEngine: Default, uses the official license based on your platform setting. BYOL: Bring Your Own License (BYOL)
    needDetection Boolean
    Whether to perform image check. Values: true: Default, check enabled. false: Check disabled.
    osName String
    Name of the image operating system.
    osType String
    Operating system type
    platform String
    Release version of the image operating system. Options: CentOS, Debian, veLinux, Windows Server, Fedora, OpenSUSE, Ubuntu.
    platformVersion String
    Image release version.
    productCode String
    Product code for marketplace image
    projectName String
    Project to which the resource belongs. If the API caller account only has permissions for certain projects, you must provide a project with the required permissions
    sharePermissions List<String>
    Accounts with which the image is shared
    shareStatus String
    Image sharing status. HasShared: The custom image has been shared with other users. If the custom image is not shared or a public image is used, ShareStatus returns empty.
    size Integer
    Image size, in GiB.
    snapshotGroupId String
    Snapshot consistency group ID, used to create a custom image from a snapshot consistency group. One of Snapshot consistency group ID, SnapshotId, or InstanceId must be provided
    snapshotId String
    System disk snapshot ID, used to create a custom image from a system disk snapshot. You must specify one of InstanceId, SnapshotId, or SnapshotGroupId.
    snapshots List<GetImageSnapshot>
    Information about snapshots associated with the image.
    status String
    Image status.
    tags List<GetImageTag>
    List of tags bound to the image.
    updatedAt String
    Image update time
    virtualSize Double
    Image size, in Bytes.
    visibility String
    Image visibility. public: Public image. private: Private image. shared: Shared image.
    architecture string
    Image architecture type. Options: amd64 (x86 compute), arm64 (ARM compute).
    bootMode string
    Image boot mode. You can select BIOS or UEFI
    createWholeImage boolean
    Whether to create a full instance image. Values: false: Default, do not create a full instance image. true: Create a full instance image.
    createdAt string
    Image creation time
    description string
    Image description. Must start with a letter or Chinese character. Can contain Chinese characters, letters, numbers, underscores "_", hyphens "-", equals signs "=", English commas ",", English periods ".", Chinese commas ",", Chinese periods "。", and spaces. Length: 0–255 characters. If left blank, defaults to empty.
    detectionResults GetImageDetectionResults
    Image check result.
    id string
    Uniquely identifies the resource.
    imageId string
    Image ID
    imageName string
    Image name. Must start with a letter or Chinese character. Can only contain Chinese characters, letters, numbers, underscores "_", hyphens "-", and periods ".". Length: 1–128 characters
    imageOwnerId string
    Account ID to which the image belongs.
    importImage GetImageImportImage
    Imported image information
    instanceId string
    Instance ID. You must specify one of InstanceId, SnapshotId, or SnapshotGroupId.
    isInstallRunCommandAgent boolean
    Whether Cloud Assistant Agent is installed in the image
    isLts boolean
    Whether the public image is maintained long-term.
    isSupportCloudInit boolean
    Whether the image supports Cloud-init.
    kernel string
    Image kernel version.
    licenseType string
    Image license type. VolcanoEngine: Default, uses the official license based on your platform setting. BYOL: Bring Your Own License (BYOL)
    needDetection boolean
    Whether to perform image check. Values: true: Default, check enabled. false: Check disabled.
    osName string
    Name of the image operating system.
    osType string
    Operating system type
    platform string
    Release version of the image operating system. Options: CentOS, Debian, veLinux, Windows Server, Fedora, OpenSUSE, Ubuntu.
    platformVersion string
    Image release version.
    productCode string
    Product code for marketplace image
    projectName string
    Project to which the resource belongs. If the API caller account only has permissions for certain projects, you must provide a project with the required permissions
    sharePermissions string[]
    Accounts with which the image is shared
    shareStatus string
    Image sharing status. HasShared: The custom image has been shared with other users. If the custom image is not shared or a public image is used, ShareStatus returns empty.
    size number
    Image size, in GiB.
    snapshotGroupId string
    Snapshot consistency group ID, used to create a custom image from a snapshot consistency group. One of Snapshot consistency group ID, SnapshotId, or InstanceId must be provided
    snapshotId string
    System disk snapshot ID, used to create a custom image from a system disk snapshot. You must specify one of InstanceId, SnapshotId, or SnapshotGroupId.
    snapshots GetImageSnapshot[]
    Information about snapshots associated with the image.
    status string
    Image status.
    tags GetImageTag[]
    List of tags bound to the image.
    updatedAt string
    Image update time
    virtualSize number
    Image size, in Bytes.
    visibility string
    Image visibility. public: Public image. private: Private image. shared: Shared image.
    architecture str
    Image architecture type. Options: amd64 (x86 compute), arm64 (ARM compute).
    boot_mode str
    Image boot mode. You can select BIOS or UEFI
    create_whole_image bool
    Whether to create a full instance image. Values: false: Default, do not create a full instance image. true: Create a full instance image.
    created_at str
    Image creation time
    description str
    Image description. Must start with a letter or Chinese character. Can contain Chinese characters, letters, numbers, underscores "_", hyphens "-", equals signs "=", English commas ",", English periods ".", Chinese commas ",", Chinese periods "。", and spaces. Length: 0–255 characters. If left blank, defaults to empty.
    detection_results GetImageDetectionResults
    Image check result.
    id str
    Uniquely identifies the resource.
    image_id str
    Image ID
    image_name str
    Image name. Must start with a letter or Chinese character. Can only contain Chinese characters, letters, numbers, underscores "_", hyphens "-", and periods ".". Length: 1–128 characters
    image_owner_id str
    Account ID to which the image belongs.
    import_image GetImageImportImage
    Imported image information
    instance_id str
    Instance ID. You must specify one of InstanceId, SnapshotId, or SnapshotGroupId.
    is_install_run_command_agent bool
    Whether Cloud Assistant Agent is installed in the image
    is_lts bool
    Whether the public image is maintained long-term.
    is_support_cloud_init bool
    Whether the image supports Cloud-init.
    kernel str
    Image kernel version.
    license_type str
    Image license type. VolcanoEngine: Default, uses the official license based on your platform setting. BYOL: Bring Your Own License (BYOL)
    need_detection bool
    Whether to perform image check. Values: true: Default, check enabled. false: Check disabled.
    os_name str
    Name of the image operating system.
    os_type str
    Operating system type
    platform str
    Release version of the image operating system. Options: CentOS, Debian, veLinux, Windows Server, Fedora, OpenSUSE, Ubuntu.
    platform_version str
    Image release version.
    product_code str
    Product code for marketplace image
    project_name str
    Project to which the resource belongs. If the API caller account only has permissions for certain projects, you must provide a project with the required permissions
    share_permissions Sequence[str]
    Accounts with which the image is shared
    share_status str
    Image sharing status. HasShared: The custom image has been shared with other users. If the custom image is not shared or a public image is used, ShareStatus returns empty.
    size int
    Image size, in GiB.
    snapshot_group_id str
    Snapshot consistency group ID, used to create a custom image from a snapshot consistency group. One of Snapshot consistency group ID, SnapshotId, or InstanceId must be provided
    snapshot_id str
    System disk snapshot ID, used to create a custom image from a system disk snapshot. You must specify one of InstanceId, SnapshotId, or SnapshotGroupId.
    snapshots Sequence[GetImageSnapshot]
    Information about snapshots associated with the image.
    status str
    Image status.
    tags Sequence[GetImageTag]
    List of tags bound to the image.
    updated_at str
    Image update time
    virtual_size float
    Image size, in Bytes.
    visibility str
    Image visibility. public: Public image. private: Private image. shared: Shared image.
    architecture String
    Image architecture type. Options: amd64 (x86 compute), arm64 (ARM compute).
    bootMode String
    Image boot mode. You can select BIOS or UEFI
    createWholeImage Boolean
    Whether to create a full instance image. Values: false: Default, do not create a full instance image. true: Create a full instance image.
    createdAt String
    Image creation time
    description String
    Image description. Must start with a letter or Chinese character. Can contain Chinese characters, letters, numbers, underscores "_", hyphens "-", equals signs "=", English commas ",", English periods ".", Chinese commas ",", Chinese periods "。", and spaces. Length: 0–255 characters. If left blank, defaults to empty.
    detectionResults Property Map
    Image check result.
    id String
    Uniquely identifies the resource.
    imageId String
    Image ID
    imageName String
    Image name. Must start with a letter or Chinese character. Can only contain Chinese characters, letters, numbers, underscores "_", hyphens "-", and periods ".". Length: 1–128 characters
    imageOwnerId String
    Account ID to which the image belongs.
    importImage Property Map
    Imported image information
    instanceId String
    Instance ID. You must specify one of InstanceId, SnapshotId, or SnapshotGroupId.
    isInstallRunCommandAgent Boolean
    Whether Cloud Assistant Agent is installed in the image
    isLts Boolean
    Whether the public image is maintained long-term.
    isSupportCloudInit Boolean
    Whether the image supports Cloud-init.
    kernel String
    Image kernel version.
    licenseType String
    Image license type. VolcanoEngine: Default, uses the official license based on your platform setting. BYOL: Bring Your Own License (BYOL)
    needDetection Boolean
    Whether to perform image check. Values: true: Default, check enabled. false: Check disabled.
    osName String
    Name of the image operating system.
    osType String
    Operating system type
    platform String
    Release version of the image operating system. Options: CentOS, Debian, veLinux, Windows Server, Fedora, OpenSUSE, Ubuntu.
    platformVersion String
    Image release version.
    productCode String
    Product code for marketplace image
    projectName String
    Project to which the resource belongs. If the API caller account only has permissions for certain projects, you must provide a project with the required permissions
    sharePermissions List<String>
    Accounts with which the image is shared
    shareStatus String
    Image sharing status. HasShared: The custom image has been shared with other users. If the custom image is not shared or a public image is used, ShareStatus returns empty.
    size Number
    Image size, in GiB.
    snapshotGroupId String
    Snapshot consistency group ID, used to create a custom image from a snapshot consistency group. One of Snapshot consistency group ID, SnapshotId, or InstanceId must be provided
    snapshotId String
    System disk snapshot ID, used to create a custom image from a system disk snapshot. You must specify one of InstanceId, SnapshotId, or SnapshotGroupId.
    snapshots List<Property Map>
    Information about snapshots associated with the image.
    status String
    Image status.
    tags List<Property Map>
    List of tags bound to the image.
    updatedAt String
    Image update time
    virtualSize Number
    Image size, in Bytes.
    visibility String
    Image visibility. public: Public image. private: Private image. shared: Shared image.

    Supporting Types

    GetImageDetectionResults

    DetectionStatus string
    Check status. Options: Finished (completed), Processing (in progress).
    Items List<Volcengine.GetImageDetectionResultsItem>
    Details of image check items.
    DetectionStatus string
    Check status. Options: Finished (completed), Processing (in progress).
    Items []GetImageDetectionResultsItem
    Details of image check items.
    detectionStatus String
    Check status. Options: Finished (completed), Processing (in progress).
    items List<GetImageDetectionResultsItem>
    Details of image check items.
    detectionStatus string
    Check status. Options: Finished (completed), Processing (in progress).
    items GetImageDetectionResultsItem[]
    Details of image check items.
    detection_status str
    Check status. Options: Finished (completed), Processing (in progress).
    items Sequence[GetImageDetectionResultsItem]
    Details of image check items.
    detectionStatus String
    Check status. Options: Finished (completed), Processing (in progress).
    items List<Property Map>
    Details of image check items.

    GetImageDetectionResultsItem

    Name string
    Check item name
    Result string
    Result for this check item.
    RiskCode string
    Risk description code
    RiskLevel string
    Risk level. If this parameter is empty, it means no risk
    Name string
    Check item name
    Result string
    Result for this check item.
    RiskCode string
    Risk description code
    RiskLevel string
    Risk level. If this parameter is empty, it means no risk
    name String
    Check item name
    result String
    Result for this check item.
    riskCode String
    Risk description code
    riskLevel String
    Risk level. If this parameter is empty, it means no risk
    name string
    Check item name
    result string
    Result for this check item.
    riskCode string
    Risk description code
    riskLevel string
    Risk level. If this parameter is empty, it means no risk
    name str
    Check item name
    result str
    Result for this check item.
    risk_code str
    Risk description code
    risk_level str
    Risk level. If this parameter is empty, it means no risk
    name String
    Check item name
    result String
    Result for this check item.
    riskCode String
    Risk description code
    riskLevel String
    Risk level. If this parameter is empty, it means no risk

    GetImageImportImage

    ImportDataVolumes List<string>
    Data disk files included in the custom image, at the TOS bucket URL.
    Url string
    System disk files included in the custom image, at the TOS bucket URL.
    ImportDataVolumes []string
    Data disk files included in the custom image, at the TOS bucket URL.
    Url string
    System disk files included in the custom image, at the TOS bucket URL.
    importDataVolumes List<String>
    Data disk files included in the custom image, at the TOS bucket URL.
    url String
    System disk files included in the custom image, at the TOS bucket URL.
    importDataVolumes string[]
    Data disk files included in the custom image, at the TOS bucket URL.
    url string
    System disk files included in the custom image, at the TOS bucket URL.
    import_data_volumes Sequence[str]
    Data disk files included in the custom image, at the TOS bucket URL.
    url str
    System disk files included in the custom image, at the TOS bucket URL.
    importDataVolumes List<String>
    Data disk files included in the custom image, at the TOS bucket URL.
    url String
    System disk files included in the custom image, at the TOS bucket URL.

    GetImageSnapshot

    Size int
    Snapshot size (GiB)
    SnapshotId string
    Snapshot ID
    VolumeKind string
    Cloud disk type. system: System disk. data: Data disk.
    Size int
    Snapshot size (GiB)
    SnapshotId string
    Snapshot ID
    VolumeKind string
    Cloud disk type. system: System disk. data: Data disk.
    size Integer
    Snapshot size (GiB)
    snapshotId String
    Snapshot ID
    volumeKind String
    Cloud disk type. system: System disk. data: Data disk.
    size number
    Snapshot size (GiB)
    snapshotId string
    Snapshot ID
    volumeKind string
    Cloud disk type. system: System disk. data: Data disk.
    size int
    Snapshot size (GiB)
    snapshot_id str
    Snapshot ID
    volume_kind str
    Cloud disk type. system: System disk. data: Data disk.
    size Number
    Snapshot size (GiB)
    snapshotId String
    Snapshot ID
    volumeKind String
    Cloud disk type. system: System disk. data: Data disk.

    GetImageTag

    Key string
    Tag key for the image label.
    Value string
    Image tag value
    Key string
    Tag key for the image label.
    Value string
    Image tag value
    key String
    Tag key for the image label.
    value String
    Image tag value
    key string
    Tag key for the image label.
    value string
    Image tag value
    key str
    Tag key for the image label.
    value str
    Image tag value
    key String
    Tag key for the image label.
    value String
    Image 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.