vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh
vantage.getSegments
Explore with Pulumi AI
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<Get
Segments Segment>
- Id string
- The provider-assigned unique ID for this managed resource.
- Segments
[]Get
Segments Segment
- id String
- The provider-assigned unique ID for this managed resource.
- segments
List<Get
Segments Segment>
- id string
- The provider-assigned unique ID for this managed resource.
- segments
Get
Segments Segment[]
- id str
- The provider-assigned unique ID for this managed resource.
- segments
Sequence[Get
Segments Segment]
- id String
- The provider-assigned unique ID for this managed resource.
- segments List<Property Map>
Supporting Types
GetSegmentsSegment
- Description string
- Filter string
- Parent
Segment stringToken - Priority double
- Report
Token string - Title string
- Token string
- Track
Unallocated bool - Workspace
Token string
- Description string
- Filter string
- Parent
Segment stringToken - Priority float64
- Report
Token string - Title string
- Token string
- Track
Unallocated bool - Workspace
Token string
- description String
- filter String
- parent
Segment StringToken - priority Double
- report
Token String - title String
- token String
- track
Unallocated Boolean - workspace
Token String
- description string
- filter string
- parent
Segment stringToken - priority number
- report
Token string - title string
- token string
- track
Unallocated boolean - workspace
Token string
- description str
- filter str
- parent_
segment_ strtoken - priority float
- report_
token str - title str
- token str
- track_
unallocated bool - workspace_
token str
- description String
- filter String
- parent
Segment StringToken - priority Number
- report
Token String - title String
- token String
- track
Unallocated Boolean - workspace
Token String
Package Details
- Repository
- vantage vantage-sh/terraform-provider-vantage
- License
- Notes
- This Pulumi package is based on the
vantage
Terraform Provider.
vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh