Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Data Source schema for Volcengine::Organization::Unit
Using getUnit
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 getUnit(args: GetUnitArgs, opts?: InvokeOptions): Promise<GetUnitResult>
function getUnitOutput(args: GetUnitOutputArgs, opts?: InvokeOptions): Output<GetUnitResult>def get_unit(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetUnitResult
def get_unit_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetUnitResult]func LookupUnit(ctx *Context, args *LookupUnitArgs, opts ...InvokeOption) (*LookupUnitResult, error)
func LookupUnitOutput(ctx *Context, args *LookupUnitOutputArgs, opts ...InvokeOption) LookupUnitResultOutput> Note: This function is named LookupUnit in the Go SDK.
public static class GetUnit
{
public static Task<GetUnitResult> InvokeAsync(GetUnitArgs args, InvokeOptions? opts = null)
public static Output<GetUnitResult> Invoke(GetUnitInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetUnitResult> getUnit(GetUnitArgs args, InvokeOptions options)
public static Output<GetUnitResult> getUnit(GetUnitArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:organization/getUnit:getUnit
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- Uniquely identifies the resource.
- Id string
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
- id string
- Uniquely identifies the resource.
- id str
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
getUnit Result
The following output properties are available:
- Created
Time string - Creation time.
- Delete
Uk string - Deletion flag.
- Deleted
Time string - Deletion time.
- Depth int
- Depth.
- Description string
- Description.
- Id string
- Uniquely identifies the resource.
- Name string
- Organizational unit name.
- Org
Id string - Organization ID.
- Org
Type int - Organization type. Enterprise organization: 1
- Org
Unit stringId - Organizational unit ID.
- Owner string
- Administrator ID.
- Parent
Id string - Parent unit ID.
- Updated
Time string - Update time.
- Created
Time string - Creation time.
- Delete
Uk string - Deletion flag.
- Deleted
Time string - Deletion time.
- Depth int
- Depth.
- Description string
- Description.
- Id string
- Uniquely identifies the resource.
- Name string
- Organizational unit name.
- Org
Id string - Organization ID.
- Org
Type int - Organization type. Enterprise organization: 1
- Org
Unit stringId - Organizational unit ID.
- Owner string
- Administrator ID.
- Parent
Id string - Parent unit ID.
- Updated
Time string - Update time.
- created
Time String - Creation time.
- delete
Uk String - Deletion flag.
- deleted
Time String - Deletion time.
- depth Integer
- Depth.
- description String
- Description.
- id String
- Uniquely identifies the resource.
- name String
- Organizational unit name.
- org
Id String - Organization ID.
- org
Type Integer - Organization type. Enterprise organization: 1
- org
Unit StringId - Organizational unit ID.
- owner String
- Administrator ID.
- parent
Id String - Parent unit ID.
- updated
Time String - Update time.
- created
Time string - Creation time.
- delete
Uk string - Deletion flag.
- deleted
Time string - Deletion time.
- depth number
- Depth.
- description string
- Description.
- id string
- Uniquely identifies the resource.
- name string
- Organizational unit name.
- org
Id string - Organization ID.
- org
Type number - Organization type. Enterprise organization: 1
- org
Unit stringId - Organizational unit ID.
- owner string
- Administrator ID.
- parent
Id string - Parent unit ID.
- updated
Time string - Update time.
- created_
time str - Creation time.
- delete_
uk str - Deletion flag.
- deleted_
time str - Deletion time.
- depth int
- Depth.
- description str
- Description.
- id str
- Uniquely identifies the resource.
- name str
- Organizational unit name.
- org_
id str - Organization ID.
- org_
type int - Organization type. Enterprise organization: 1
- org_
unit_ strid - Organizational unit ID.
- owner str
- Administrator ID.
- parent_
id str - Parent unit ID.
- updated_
time str - Update time.
- created
Time String - Creation time.
- delete
Uk String - Deletion flag.
- deleted
Time String - Deletion time.
- depth Number
- Depth.
- description String
- Description.
- id String
- Uniquely identifies the resource.
- name String
- Organizational unit name.
- org
Id String - Organization ID.
- org
Type Number - Organization type. Enterprise organization: 1
- org
Unit StringId - Organizational unit ID.
- owner String
- Administrator ID.
- parent
Id String - Parent unit ID.
- updated
Time String - Update time.
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
