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::CEN::GrantInstance
Using getGrantInstance
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 getGrantInstance(args: GetGrantInstanceArgs, opts?: InvokeOptions): Promise<GetGrantInstanceResult>
function getGrantInstanceOutput(args: GetGrantInstanceOutputArgs, opts?: InvokeOptions): Output<GetGrantInstanceResult>def get_grant_instance(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGrantInstanceResult
def get_grant_instance_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGrantInstanceResult]func LookupGrantInstance(ctx *Context, args *LookupGrantInstanceArgs, opts ...InvokeOption) (*LookupGrantInstanceResult, error)
func LookupGrantInstanceOutput(ctx *Context, args *LookupGrantInstanceOutputArgs, opts ...InvokeOption) LookupGrantInstanceResultOutput> Note: This function is named LookupGrantInstance in the Go SDK.
public static class GetGrantInstance
{
public static Task<GetGrantInstanceResult> InvokeAsync(GetGrantInstanceArgs args, InvokeOptions? opts = null)
public static Output<GetGrantInstanceResult> Invoke(GetGrantInstanceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetGrantInstanceResult> getGrantInstance(GetGrantInstanceArgs args, InvokeOptions options)
public static Output<GetGrantInstanceResult> getGrantInstance(GetGrantInstanceArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:cen/getGrantInstance:getGrantInstance
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.
getGrantInstance Result
The following output properties are available:
- Cen
Id string - Cloud Enterprise Network instance ID of the other party's account
- Cen
Owner stringId - Other party's account
- Creation
Time string - Network instance authorization time
- Id string
- Uniquely identifies the resource.
- Instance
Id string - ID of the network instance to be authorized
- Instance
Region stringId - Region where the network instance is located
- Instance
Type string - Network instance type. Options: VPC: Virtual Private Cloud. DCGW: Direct Connect Gateway
- Cen
Id string - Cloud Enterprise Network instance ID of the other party's account
- Cen
Owner stringId - Other party's account
- Creation
Time string - Network instance authorization time
- Id string
- Uniquely identifies the resource.
- Instance
Id string - ID of the network instance to be authorized
- Instance
Region stringId - Region where the network instance is located
- Instance
Type string - Network instance type. Options: VPC: Virtual Private Cloud. DCGW: Direct Connect Gateway
- cen
Id String - Cloud Enterprise Network instance ID of the other party's account
- cen
Owner StringId - Other party's account
- creation
Time String - Network instance authorization time
- id String
- Uniquely identifies the resource.
- instance
Id String - ID of the network instance to be authorized
- instance
Region StringId - Region where the network instance is located
- instance
Type String - Network instance type. Options: VPC: Virtual Private Cloud. DCGW: Direct Connect Gateway
- cen
Id string - Cloud Enterprise Network instance ID of the other party's account
- cen
Owner stringId - Other party's account
- creation
Time string - Network instance authorization time
- id string
- Uniquely identifies the resource.
- instance
Id string - ID of the network instance to be authorized
- instance
Region stringId - Region where the network instance is located
- instance
Type string - Network instance type. Options: VPC: Virtual Private Cloud. DCGW: Direct Connect Gateway
- cen_
id str - Cloud Enterprise Network instance ID of the other party's account
- cen_
owner_ strid - Other party's account
- creation_
time str - Network instance authorization time
- id str
- Uniquely identifies the resource.
- instance_
id str - ID of the network instance to be authorized
- instance_
region_ strid - Region where the network instance is located
- instance_
type str - Network instance type. Options: VPC: Virtual Private Cloud. DCGW: Direct Connect Gateway
- cen
Id String - Cloud Enterprise Network instance ID of the other party's account
- cen
Owner StringId - Other party's account
- creation
Time String - Network instance authorization time
- id String
- Uniquely identifies the resource.
- instance
Id String - ID of the network instance to be authorized
- instance
Region StringId - Region where the network instance is located
- instance
Type String - Network instance type. Options: VPC: Virtual Private Cloud. DCGW: Direct Connect Gateway
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
