Vantage v0.0.3 published on Wednesday, Jan 31, 2024 by lbrlabs
vantage.getSegments
Explore with Pulumi AI
Using getSegments
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 getSegments(opts?: InvokeOptions): Promise<GetSegmentsResult>
function getSegmentsOutput(opts?: InvokeOptions): Output<GetSegmentsResult>
def get_segments(opts: Optional[InvokeOptions] = None) -> GetSegmentsResult
def get_segments_output(opts: Optional[InvokeOptions] = None) -> Output[GetSegmentsResult]
func GetSegments(ctx *Context, opts ...InvokeOption) (*GetSegmentsResult, error)
func GetSegmentsOutput(ctx *Context, opts ...InvokeOption) GetSegmentsResultOutput
> Note: This function is named GetSegments
in the Go SDK.
public static class GetSegments
{
public static Task<GetSegmentsResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetSegmentsResult> Invoke(InvokeOptions? opts = null)
}
public static CompletableFuture<GetSegmentsResult> getSegments(InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: vantage:index/getSegments:getSegments
arguments:
# arguments dictionary
getSegments Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Package Details
- Repository
- vantage lbrlabs/pulumi-vantage
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
vantage
Terraform Provider.