Viewing docs for volcenginecc v0.0.28
published on Thursday, Mar 26, 2026 by Volcengine
published on Thursday, Mar 26, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.28
published on Thursday, Mar 26, 2026 by Volcengine
published on Thursday, Mar 26, 2026 by Volcengine
Plural Data Source schema for Volcengine::TLS::Index
Using getIndices
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 getIndices(opts?: InvokeOptions): Promise<GetIndicesResult>
function getIndicesOutput(opts?: InvokeOptions): Output<GetIndicesResult>def get_indices(opts: Optional[InvokeOptions] = None) -> GetIndicesResult
def get_indices_output(opts: Optional[InvokeOptions] = None) -> Output[GetIndicesResult]func GetIndices(ctx *Context, opts ...InvokeOption) (*GetIndicesResult, error)
func GetIndicesOutput(ctx *Context, opts ...InvokeOption) GetIndicesResultOutput> Note: This function is named GetIndices in the Go SDK.
public static class GetIndices
{
public static Task<GetIndicesResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetIndicesResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetIndicesResult> getIndices(InvokeOptions options)
public static Output<GetIndicesResult> getIndices(InvokeOptions options)
fn::invoke:
function: volcenginecc:tls/getIndices:getIndices
arguments:
# arguments dictionarygetIndices Result
The following output properties are available:
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.28
published on Thursday, Mar 26, 2026 by Volcengine
published on Thursday, Mar 26, 2026 by Volcengine
