1. Packages
  2. Vantage Provider
  3. API Docs
  4. getSegments
vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh

vantage.getSegments

Explore with Pulumi AI

vantage logo
vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh

    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)
    public static Output<GetSegmentsResult> getSegments(InvokeOptions options)
    
    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.
    Segments List<GetSegmentsSegment>
    Id string
    The provider-assigned unique ID for this managed resource.
    Segments []GetSegmentsSegment
    id String
    The provider-assigned unique ID for this managed resource.
    segments List<GetSegmentsSegment>
    id string
    The provider-assigned unique ID for this managed resource.
    segments GetSegmentsSegment[]
    id str
    The provider-assigned unique ID for this managed resource.
    segments Sequence[GetSegmentsSegment]
    id String
    The provider-assigned unique ID for this managed resource.
    segments List<Property Map>

    Supporting Types

    GetSegmentsSegment

    description String
    filter String
    parentSegmentToken String
    priority Double
    reportToken String
    title String
    token String
    trackUnallocated Boolean
    workspaceToken String
    description string
    filter string
    parentSegmentToken string
    priority number
    reportToken string
    title string
    token string
    trackUnallocated boolean
    workspaceToken string
    description String
    filter String
    parentSegmentToken String
    priority Number
    reportToken String
    title String
    token String
    trackUnallocated Boolean
    workspaceToken String

    Package Details

    Repository
    vantage vantage-sh/terraform-provider-vantage
    License
    Notes
    This Pulumi package is based on the vantage Terraform Provider.
    vantage logo
    vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh