1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. organization
  6. Account
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

    View and manage all accounts in your organization. Each account can be placed directly in the root node or moved to any organizational node hierarchy you create. Each account can belong to only one node. You can manage your organizational structure and member accounts in a layered tree structure

    Example Usage

    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    resources:
      organizationAccountDemo:
        type: volcenginecc:organization:Account
        name: OrganizationAccountDemo
        properties:
          accountName: testdemo
          description: test-desc
          orgUnitId: 7538034613*****190
          showName: test-show-name
          allowConsole: 1
          secureContactInfo:
            new_email: ""
            new_phone: '*********'
          tags:
            - key: env
              value: test
    

    Create Account Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Account(name: string, args: AccountArgs, opts?: CustomResourceOptions);
    @overload
    def Account(resource_name: str,
                args: AccountArgs,
                opts: Optional[ResourceOptions] = None)
    
    @overload
    def Account(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                account_name: Optional[str] = None,
                show_name: Optional[str] = None,
                allow_console: Optional[int] = None,
                allow_exit: Optional[int] = None,
                delete_uk: Optional[str] = None,
                description: Optional[str] = None,
                org_unit_id: Optional[str] = None,
                password: Optional[str] = None,
                secure_contact_info: Optional[AccountSecureContactInfoArgs] = None,
                tags: Optional[Sequence[AccountTagArgs]] = None,
                verification_relation_id: Optional[str] = None)
    func NewAccount(ctx *Context, name string, args AccountArgs, opts ...ResourceOption) (*Account, error)
    public Account(string name, AccountArgs args, CustomResourceOptions? opts = null)
    public Account(String name, AccountArgs args)
    public Account(String name, AccountArgs args, CustomResourceOptions options)
    
    type: volcenginecc:organization:Account
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args AccountArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args AccountArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args AccountArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AccountArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AccountArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Account Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Account resource accepts the following input properties:

    AccountName string
    Account name. 5–20 characters
    ShowName string
    Display name
    AllowConsole int
    Allow console access: 1. Allowed, 2. Not allowed
    AllowExit int
    Allow exit: 1. Allowed, 2. Not allowed
    DeleteUk string
    Deletion flag
    Description string
    Description
    OrgUnitId string
    Organizational unit ID. Enter 0 to join the root unit
    Password string
    Account password
    SecureContactInfo Volcengine.AccountSecureContactInfo
    Security contact information
    Tags List<Volcengine.AccountTag>
    VerificationRelationId string
    Inherited authentication subject account ID, required when creating an account for a non-administrator authentication subject. The account must have joined the enterprise organization. If not specified, the authentication subject of the enterprise organization administrator is inherited by default
    AccountName string
    Account name. 5–20 characters
    ShowName string
    Display name
    AllowConsole int
    Allow console access: 1. Allowed, 2. Not allowed
    AllowExit int
    Allow exit: 1. Allowed, 2. Not allowed
    DeleteUk string
    Deletion flag
    Description string
    Description
    OrgUnitId string
    Organizational unit ID. Enter 0 to join the root unit
    Password string
    Account password
    SecureContactInfo AccountSecureContactInfoArgs
    Security contact information
    Tags []AccountTagArgs
    VerificationRelationId string
    Inherited authentication subject account ID, required when creating an account for a non-administrator authentication subject. The account must have joined the enterprise organization. If not specified, the authentication subject of the enterprise organization administrator is inherited by default
    accountName String
    Account name. 5–20 characters
    showName String
    Display name
    allowConsole Integer
    Allow console access: 1. Allowed, 2. Not allowed
    allowExit Integer
    Allow exit: 1. Allowed, 2. Not allowed
    deleteUk String
    Deletion flag
    description String
    Description
    orgUnitId String
    Organizational unit ID. Enter 0 to join the root unit
    password String
    Account password
    secureContactInfo AccountSecureContactInfo
    Security contact information
    tags List<AccountTag>
    verificationRelationId String
    Inherited authentication subject account ID, required when creating an account for a non-administrator authentication subject. The account must have joined the enterprise organization. If not specified, the authentication subject of the enterprise organization administrator is inherited by default
    accountName string
    Account name. 5–20 characters
    showName string
    Display name
    allowConsole number
    Allow console access: 1. Allowed, 2. Not allowed
    allowExit number
    Allow exit: 1. Allowed, 2. Not allowed
    deleteUk string
    Deletion flag
    description string
    Description
    orgUnitId string
    Organizational unit ID. Enter 0 to join the root unit
    password string
    Account password
    secureContactInfo AccountSecureContactInfo
    Security contact information
    tags AccountTag[]
    verificationRelationId string
    Inherited authentication subject account ID, required when creating an account for a non-administrator authentication subject. The account must have joined the enterprise organization. If not specified, the authentication subject of the enterprise organization administrator is inherited by default
    account_name str
    Account name. 5–20 characters
    show_name str
    Display name
    allow_console int
    Allow console access: 1. Allowed, 2. Not allowed
    allow_exit int
    Allow exit: 1. Allowed, 2. Not allowed
    delete_uk str
    Deletion flag
    description str
    Description
    org_unit_id str
    Organizational unit ID. Enter 0 to join the root unit
    password str
    Account password
    secure_contact_info AccountSecureContactInfoArgs
    Security contact information
    tags Sequence[AccountTagArgs]
    verification_relation_id str
    Inherited authentication subject account ID, required when creating an account for a non-administrator authentication subject. The account must have joined the enterprise organization. If not specified, the authentication subject of the enterprise organization administrator is inherited by default
    accountName String
    Account name. 5–20 characters
    showName String
    Display name
    allowConsole Number
    Allow console access: 1. Allowed, 2. Not allowed
    allowExit Number
    Allow exit: 1. Allowed, 2. Not allowed
    deleteUk String
    Deletion flag
    description String
    Description
    orgUnitId String
    Organizational unit ID. Enter 0 to join the root unit
    password String
    Account password
    secureContactInfo Property Map
    Security contact information
    tags List<Property Map>
    verificationRelationId String
    Inherited authentication subject account ID, required when creating an account for a non-administrator authentication subject. The account must have joined the enterprise organization. If not specified, the authentication subject of the enterprise organization administrator is inherited by default

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Account resource produces the following output properties:

    AccountId string
    Volcano account ID
    CreatedTime string
    Creation time
    DeletedTime string
    Deletion time
    IamRole string
    IAM role name
    Id string
    The provider-assigned unique ID for this managed resource.
    IsOwner int
    Administrator status: 0. Non-administrator, 1. Administrator
    JoinType int
    Join type: 1. Create, 2. Invite
    MainName string
    Subject name
    MemberAccountId string
    Organization member account ID
    OrgId string
    Organization ID
    OrgType int
    Organization type: 1. Enterprise organization
    OrgUnitName string
    Organizational unit name
    OrgVerificationId string
    Authentication subject ID
    Owner string
    Administrator ID
    UpdatedTime string
    Update time
    AccountId string
    Volcano account ID
    CreatedTime string
    Creation time
    DeletedTime string
    Deletion time
    IamRole string
    IAM role name
    Id string
    The provider-assigned unique ID for this managed resource.
    IsOwner int
    Administrator status: 0. Non-administrator, 1. Administrator
    JoinType int
    Join type: 1. Create, 2. Invite
    MainName string
    Subject name
    MemberAccountId string
    Organization member account ID
    OrgId string
    Organization ID
    OrgType int
    Organization type: 1. Enterprise organization
    OrgUnitName string
    Organizational unit name
    OrgVerificationId string
    Authentication subject ID
    Owner string
    Administrator ID
    UpdatedTime string
    Update time
    accountId String
    Volcano account ID
    createdTime String
    Creation time
    deletedTime String
    Deletion time
    iamRole String
    IAM role name
    id String
    The provider-assigned unique ID for this managed resource.
    isOwner Integer
    Administrator status: 0. Non-administrator, 1. Administrator
    joinType Integer
    Join type: 1. Create, 2. Invite
    mainName String
    Subject name
    memberAccountId String
    Organization member account ID
    orgId String
    Organization ID
    orgType Integer
    Organization type: 1. Enterprise organization
    orgUnitName String
    Organizational unit name
    orgVerificationId String
    Authentication subject ID
    owner String
    Administrator ID
    updatedTime String
    Update time
    accountId string
    Volcano account ID
    createdTime string
    Creation time
    deletedTime string
    Deletion time
    iamRole string
    IAM role name
    id string
    The provider-assigned unique ID for this managed resource.
    isOwner number
    Administrator status: 0. Non-administrator, 1. Administrator
    joinType number
    Join type: 1. Create, 2. Invite
    mainName string
    Subject name
    memberAccountId string
    Organization member account ID
    orgId string
    Organization ID
    orgType number
    Organization type: 1. Enterprise organization
    orgUnitName string
    Organizational unit name
    orgVerificationId string
    Authentication subject ID
    owner string
    Administrator ID
    updatedTime string
    Update time
    account_id str
    Volcano account ID
    created_time str
    Creation time
    deleted_time str
    Deletion time
    iam_role str
    IAM role name
    id str
    The provider-assigned unique ID for this managed resource.
    is_owner int
    Administrator status: 0. Non-administrator, 1. Administrator
    join_type int
    Join type: 1. Create, 2. Invite
    main_name str
    Subject name
    member_account_id str
    Organization member account ID
    org_id str
    Organization ID
    org_type int
    Organization type: 1. Enterprise organization
    org_unit_name str
    Organizational unit name
    org_verification_id str
    Authentication subject ID
    owner str
    Administrator ID
    updated_time str
    Update time
    accountId String
    Volcano account ID
    createdTime String
    Creation time
    deletedTime String
    Deletion time
    iamRole String
    IAM role name
    id String
    The provider-assigned unique ID for this managed resource.
    isOwner Number
    Administrator status: 0. Non-administrator, 1. Administrator
    joinType Number
    Join type: 1. Create, 2. Invite
    mainName String
    Subject name
    memberAccountId String
    Organization member account ID
    orgId String
    Organization ID
    orgType Number
    Organization type: 1. Enterprise organization
    orgUnitName String
    Organizational unit name
    orgVerificationId String
    Authentication subject ID
    owner String
    Administrator ID
    updatedTime String
    Update time

    Look up Existing Account Resource

    Get an existing Account resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: AccountState, opts?: CustomResourceOptions): Account
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            account_id: Optional[str] = None,
            account_name: Optional[str] = None,
            allow_console: Optional[int] = None,
            allow_exit: Optional[int] = None,
            created_time: Optional[str] = None,
            delete_uk: Optional[str] = None,
            deleted_time: Optional[str] = None,
            description: Optional[str] = None,
            iam_role: Optional[str] = None,
            is_owner: Optional[int] = None,
            join_type: Optional[int] = None,
            main_name: Optional[str] = None,
            member_account_id: Optional[str] = None,
            org_id: Optional[str] = None,
            org_type: Optional[int] = None,
            org_unit_id: Optional[str] = None,
            org_unit_name: Optional[str] = None,
            org_verification_id: Optional[str] = None,
            owner: Optional[str] = None,
            password: Optional[str] = None,
            secure_contact_info: Optional[AccountSecureContactInfoArgs] = None,
            show_name: Optional[str] = None,
            tags: Optional[Sequence[AccountTagArgs]] = None,
            updated_time: Optional[str] = None,
            verification_relation_id: Optional[str] = None) -> Account
    func GetAccount(ctx *Context, name string, id IDInput, state *AccountState, opts ...ResourceOption) (*Account, error)
    public static Account Get(string name, Input<string> id, AccountState? state, CustomResourceOptions? opts = null)
    public static Account get(String name, Output<String> id, AccountState state, CustomResourceOptions options)
    resources:  _:    type: volcenginecc:organization:Account    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AccountId string
    Volcano account ID
    AccountName string
    Account name. 5–20 characters
    AllowConsole int
    Allow console access: 1. Allowed, 2. Not allowed
    AllowExit int
    Allow exit: 1. Allowed, 2. Not allowed
    CreatedTime string
    Creation time
    DeleteUk string
    Deletion flag
    DeletedTime string
    Deletion time
    Description string
    Description
    IamRole string
    IAM role name
    IsOwner int
    Administrator status: 0. Non-administrator, 1. Administrator
    JoinType int
    Join type: 1. Create, 2. Invite
    MainName string
    Subject name
    MemberAccountId string
    Organization member account ID
    OrgId string
    Organization ID
    OrgType int
    Organization type: 1. Enterprise organization
    OrgUnitId string
    Organizational unit ID. Enter 0 to join the root unit
    OrgUnitName string
    Organizational unit name
    OrgVerificationId string
    Authentication subject ID
    Owner string
    Administrator ID
    Password string
    Account password
    SecureContactInfo Volcengine.AccountSecureContactInfo
    Security contact information
    ShowName string
    Display name
    Tags List<Volcengine.AccountTag>
    UpdatedTime string
    Update time
    VerificationRelationId string
    Inherited authentication subject account ID, required when creating an account for a non-administrator authentication subject. The account must have joined the enterprise organization. If not specified, the authentication subject of the enterprise organization administrator is inherited by default
    AccountId string
    Volcano account ID
    AccountName string
    Account name. 5–20 characters
    AllowConsole int
    Allow console access: 1. Allowed, 2. Not allowed
    AllowExit int
    Allow exit: 1. Allowed, 2. Not allowed
    CreatedTime string
    Creation time
    DeleteUk string
    Deletion flag
    DeletedTime string
    Deletion time
    Description string
    Description
    IamRole string
    IAM role name
    IsOwner int
    Administrator status: 0. Non-administrator, 1. Administrator
    JoinType int
    Join type: 1. Create, 2. Invite
    MainName string
    Subject name
    MemberAccountId string
    Organization member account ID
    OrgId string
    Organization ID
    OrgType int
    Organization type: 1. Enterprise organization
    OrgUnitId string
    Organizational unit ID. Enter 0 to join the root unit
    OrgUnitName string
    Organizational unit name
    OrgVerificationId string
    Authentication subject ID
    Owner string
    Administrator ID
    Password string
    Account password
    SecureContactInfo AccountSecureContactInfoArgs
    Security contact information
    ShowName string
    Display name
    Tags []AccountTagArgs
    UpdatedTime string
    Update time
    VerificationRelationId string
    Inherited authentication subject account ID, required when creating an account for a non-administrator authentication subject. The account must have joined the enterprise organization. If not specified, the authentication subject of the enterprise organization administrator is inherited by default
    accountId String
    Volcano account ID
    accountName String
    Account name. 5–20 characters
    allowConsole Integer
    Allow console access: 1. Allowed, 2. Not allowed
    allowExit Integer
    Allow exit: 1. Allowed, 2. Not allowed
    createdTime String
    Creation time
    deleteUk String
    Deletion flag
    deletedTime String
    Deletion time
    description String
    Description
    iamRole String
    IAM role name
    isOwner Integer
    Administrator status: 0. Non-administrator, 1. Administrator
    joinType Integer
    Join type: 1. Create, 2. Invite
    mainName String
    Subject name
    memberAccountId String
    Organization member account ID
    orgId String
    Organization ID
    orgType Integer
    Organization type: 1. Enterprise organization
    orgUnitId String
    Organizational unit ID. Enter 0 to join the root unit
    orgUnitName String
    Organizational unit name
    orgVerificationId String
    Authentication subject ID
    owner String
    Administrator ID
    password String
    Account password
    secureContactInfo AccountSecureContactInfo
    Security contact information
    showName String
    Display name
    tags List<AccountTag>
    updatedTime String
    Update time
    verificationRelationId String
    Inherited authentication subject account ID, required when creating an account for a non-administrator authentication subject. The account must have joined the enterprise organization. If not specified, the authentication subject of the enterprise organization administrator is inherited by default
    accountId string
    Volcano account ID
    accountName string
    Account name. 5–20 characters
    allowConsole number
    Allow console access: 1. Allowed, 2. Not allowed
    allowExit number
    Allow exit: 1. Allowed, 2. Not allowed
    createdTime string
    Creation time
    deleteUk string
    Deletion flag
    deletedTime string
    Deletion time
    description string
    Description
    iamRole string
    IAM role name
    isOwner number
    Administrator status: 0. Non-administrator, 1. Administrator
    joinType number
    Join type: 1. Create, 2. Invite
    mainName string
    Subject name
    memberAccountId string
    Organization member account ID
    orgId string
    Organization ID
    orgType number
    Organization type: 1. Enterprise organization
    orgUnitId string
    Organizational unit ID. Enter 0 to join the root unit
    orgUnitName string
    Organizational unit name
    orgVerificationId string
    Authentication subject ID
    owner string
    Administrator ID
    password string
    Account password
    secureContactInfo AccountSecureContactInfo
    Security contact information
    showName string
    Display name
    tags AccountTag[]
    updatedTime string
    Update time
    verificationRelationId string
    Inherited authentication subject account ID, required when creating an account for a non-administrator authentication subject. The account must have joined the enterprise organization. If not specified, the authentication subject of the enterprise organization administrator is inherited by default
    account_id str
    Volcano account ID
    account_name str
    Account name. 5–20 characters
    allow_console int
    Allow console access: 1. Allowed, 2. Not allowed
    allow_exit int
    Allow exit: 1. Allowed, 2. Not allowed
    created_time str
    Creation time
    delete_uk str
    Deletion flag
    deleted_time str
    Deletion time
    description str
    Description
    iam_role str
    IAM role name
    is_owner int
    Administrator status: 0. Non-administrator, 1. Administrator
    join_type int
    Join type: 1. Create, 2. Invite
    main_name str
    Subject name
    member_account_id str
    Organization member account ID
    org_id str
    Organization ID
    org_type int
    Organization type: 1. Enterprise organization
    org_unit_id str
    Organizational unit ID. Enter 0 to join the root unit
    org_unit_name str
    Organizational unit name
    org_verification_id str
    Authentication subject ID
    owner str
    Administrator ID
    password str
    Account password
    secure_contact_info AccountSecureContactInfoArgs
    Security contact information
    show_name str
    Display name
    tags Sequence[AccountTagArgs]
    updated_time str
    Update time
    verification_relation_id str
    Inherited authentication subject account ID, required when creating an account for a non-administrator authentication subject. The account must have joined the enterprise organization. If not specified, the authentication subject of the enterprise organization administrator is inherited by default
    accountId String
    Volcano account ID
    accountName String
    Account name. 5–20 characters
    allowConsole Number
    Allow console access: 1. Allowed, 2. Not allowed
    allowExit Number
    Allow exit: 1. Allowed, 2. Not allowed
    createdTime String
    Creation time
    deleteUk String
    Deletion flag
    deletedTime String
    Deletion time
    description String
    Description
    iamRole String
    IAM role name
    isOwner Number
    Administrator status: 0. Non-administrator, 1. Administrator
    joinType Number
    Join type: 1. Create, 2. Invite
    mainName String
    Subject name
    memberAccountId String
    Organization member account ID
    orgId String
    Organization ID
    orgType Number
    Organization type: 1. Enterprise organization
    orgUnitId String
    Organizational unit ID. Enter 0 to join the root unit
    orgUnitName String
    Organizational unit name
    orgVerificationId String
    Authentication subject ID
    owner String
    Administrator ID
    password String
    Account password
    secureContactInfo Property Map
    Security contact information
    showName String
    Display name
    tags List<Property Map>
    updatedTime String
    Update time
    verificationRelationId String
    Inherited authentication subject account ID, required when creating an account for a non-administrator authentication subject. The account must have joined the enterprise organization. If not specified, the authentication subject of the enterprise organization administrator is inherited by default

    Supporting Types

    AccountSecureContactInfo, AccountSecureContactInfoArgs

    Email string
    Security email
    EmailVerified int
    Security email verification status: 1. Not verified, 2. Verified
    NewEmail string
    New email being changed
    NewPhone string
    New mobile number being changed
    Phone string
    Security mobile number
    PhoneVerified int
    Security mobile number verification status: 1. Not verified, 2. Verified
    Email string
    Security email
    EmailVerified int
    Security email verification status: 1. Not verified, 2. Verified
    NewEmail string
    New email being changed
    NewPhone string
    New mobile number being changed
    Phone string
    Security mobile number
    PhoneVerified int
    Security mobile number verification status: 1. Not verified, 2. Verified
    email String
    Security email
    emailVerified Integer
    Security email verification status: 1. Not verified, 2. Verified
    newEmail String
    New email being changed
    newPhone String
    New mobile number being changed
    phone String
    Security mobile number
    phoneVerified Integer
    Security mobile number verification status: 1. Not verified, 2. Verified
    email string
    Security email
    emailVerified number
    Security email verification status: 1. Not verified, 2. Verified
    newEmail string
    New email being changed
    newPhone string
    New mobile number being changed
    phone string
    Security mobile number
    phoneVerified number
    Security mobile number verification status: 1. Not verified, 2. Verified
    email str
    Security email
    email_verified int
    Security email verification status: 1. Not verified, 2. Verified
    new_email str
    New email being changed
    new_phone str
    New mobile number being changed
    phone str
    Security mobile number
    phone_verified int
    Security mobile number verification status: 1. Not verified, 2. Verified
    email String
    Security email
    emailVerified Number
    Security email verification status: 1. Not verified, 2. Verified
    newEmail String
    New email being changed
    newPhone String
    New mobile number being changed
    phone String
    Security mobile number
    phoneVerified Number
    Security mobile number verification status: 1. Not verified, 2. Verified

    AccountTag, AccountTagArgs

    Key string
    Tag key
    Value string
    Tag value
    Key string
    Tag key
    Value string
    Tag value
    key String
    Tag key
    value String
    Tag value
    key string
    Tag key
    value string
    Tag value
    key str
    Tag key
    value str
    Tag value
    key String
    Tag key
    value String
    Tag value

    Import

    $ pulumi import volcenginecc:organization/account:Account example "account_id"
    

    To learn more about importing existing cloud resources, see Importing resources.

    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.