1. Packages
  2. Ibm Provider
  3. API Docs
  4. getAppConfigFeatures
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

ibm.getAppConfigFeatures

Explore with Pulumi AI

ibm logo
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

    Retrieve information about an existing IBM Cloud App Configuration features flag. You can then reference the fields of the data source in other resources within the same configuration using interpolation syntax. For more information, about App Configuration features flag, see App Configuration concepts.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as ibm from "@pulumi/ibm";
    
    const appConfigFeatures = ibm.getAppConfigFeatures({
        environmentId: "environment_id",
        expand: "expand",
        guid: "guid",
        limit: "limit",
        offset: "limit",
        tags: "tags",
    });
    
    import pulumi
    import pulumi_ibm as ibm
    
    app_config_features = ibm.get_app_config_features(environment_id="environment_id",
        expand="expand",
        guid="guid",
        limit="limit",
        offset="limit",
        tags="tags")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := ibm.GetAppConfigFeatures(ctx, &ibm.GetAppConfigFeaturesArgs{
    			EnvironmentId: "environment_id",
    			Expand:        pulumi.BoolRef("expand"),
    			Guid:          "guid",
    			Limit:         pulumi.Float64Ref("limit"),
    			Offset:        pulumi.Float64Ref("limit"),
    			Tags:          pulumi.StringRef("tags"),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Ibm = Pulumi.Ibm;
    
    return await Deployment.RunAsync(() => 
    {
        var appConfigFeatures = Ibm.GetAppConfigFeatures.Invoke(new()
        {
            EnvironmentId = "environment_id",
            Expand = "expand",
            Guid = "guid",
            Limit = "limit",
            Offset = "limit",
            Tags = "tags",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.ibm.IbmFunctions;
    import com.pulumi.ibm.inputs.GetAppConfigFeaturesArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var appConfigFeatures = IbmFunctions.getAppConfigFeatures(GetAppConfigFeaturesArgs.builder()
                .environmentId("environment_id")
                .expand("expand")
                .guid("guid")
                .limit("limit")
                .offset("limit")
                .tags("tags")
                .build());
    
        }
    }
    
    variables:
      appConfigFeatures:
        fn::invoke:
          function: ibm:getAppConfigFeatures
          arguments:
            environmentId: environment_id
            expand: expand
            guid: guid
            limit: limit
            offset: limit
            tags: tags
    

    Using getAppConfigFeatures

    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 getAppConfigFeatures(args: GetAppConfigFeaturesArgs, opts?: InvokeOptions): Promise<GetAppConfigFeaturesResult>
    function getAppConfigFeaturesOutput(args: GetAppConfigFeaturesOutputArgs, opts?: InvokeOptions): Output<GetAppConfigFeaturesResult>
    def get_app_config_features(collections: Optional[Sequence[str]] = None,
                                environment_id: Optional[str] = None,
                                expand: Optional[bool] = None,
                                guid: Optional[str] = None,
                                id: Optional[str] = None,
                                includes: Optional[Sequence[str]] = None,
                                limit: Optional[float] = None,
                                offset: Optional[float] = None,
                                segments: Optional[Sequence[str]] = None,
                                sort: Optional[str] = None,
                                tags: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetAppConfigFeaturesResult
    def get_app_config_features_output(collections: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                environment_id: Optional[pulumi.Input[str]] = None,
                                expand: Optional[pulumi.Input[bool]] = None,
                                guid: Optional[pulumi.Input[str]] = None,
                                id: Optional[pulumi.Input[str]] = None,
                                includes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                limit: Optional[pulumi.Input[float]] = None,
                                offset: Optional[pulumi.Input[float]] = None,
                                segments: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                sort: Optional[pulumi.Input[str]] = None,
                                tags: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetAppConfigFeaturesResult]
    func GetAppConfigFeatures(ctx *Context, args *GetAppConfigFeaturesArgs, opts ...InvokeOption) (*GetAppConfigFeaturesResult, error)
    func GetAppConfigFeaturesOutput(ctx *Context, args *GetAppConfigFeaturesOutputArgs, opts ...InvokeOption) GetAppConfigFeaturesResultOutput

    > Note: This function is named GetAppConfigFeatures in the Go SDK.

    public static class GetAppConfigFeatures 
    {
        public static Task<GetAppConfigFeaturesResult> InvokeAsync(GetAppConfigFeaturesArgs args, InvokeOptions? opts = null)
        public static Output<GetAppConfigFeaturesResult> Invoke(GetAppConfigFeaturesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAppConfigFeaturesResult> getAppConfigFeatures(GetAppConfigFeaturesArgs args, InvokeOptions options)
    public static Output<GetAppConfigFeaturesResult> getAppConfigFeatures(GetAppConfigFeaturesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getAppConfigFeatures:getAppConfigFeatures
      arguments:
        # arguments dictionary

    The following arguments are supported:

    EnvironmentId string
    Environment ID.
    Guid string
    The GUID of the App Configuration service. Get it from the service instance credentials section of the dashboard.
    Collections List<string>
    Filter features by a list of comma separated collections.
    Expand bool
    If set to true, returns expanded view of the resource details.
    Id string
    (String) The unique identifier of the Features datasource.
    Includes List<string>
    Include the associated collections or targeting rules details in the response.
    Limit double
    The number of records to retrieve. By default, the list operation return the first 10 records. To retrieve different set of records, use limit with offset to page through the available records.
    Offset double
    The number of records to skip. By specifying offset, you retrieve a subset of items that starts with the offset value. Use offset with limit to page through the available records.
    Segments List<string>
    Filter features by a list of comma separated segments.
    Sort string
    Sort the feature details based on the specified attribute.
    Tags string
    Flter the resources to be returned based on the associated tags. Returns resources associated with any of the specified tags.
    EnvironmentId string
    Environment ID.
    Guid string
    The GUID of the App Configuration service. Get it from the service instance credentials section of the dashboard.
    Collections []string
    Filter features by a list of comma separated collections.
    Expand bool
    If set to true, returns expanded view of the resource details.
    Id string
    (String) The unique identifier of the Features datasource.
    Includes []string
    Include the associated collections or targeting rules details in the response.
    Limit float64
    The number of records to retrieve. By default, the list operation return the first 10 records. To retrieve different set of records, use limit with offset to page through the available records.
    Offset float64
    The number of records to skip. By specifying offset, you retrieve a subset of items that starts with the offset value. Use offset with limit to page through the available records.
    Segments []string
    Filter features by a list of comma separated segments.
    Sort string
    Sort the feature details based on the specified attribute.
    Tags string
    Flter the resources to be returned based on the associated tags. Returns resources associated with any of the specified tags.
    environmentId String
    Environment ID.
    guid String
    The GUID of the App Configuration service. Get it from the service instance credentials section of the dashboard.
    collections List<String>
    Filter features by a list of comma separated collections.
    expand Boolean
    If set to true, returns expanded view of the resource details.
    id String
    (String) The unique identifier of the Features datasource.
    includes List<String>
    Include the associated collections or targeting rules details in the response.
    limit Double
    The number of records to retrieve. By default, the list operation return the first 10 records. To retrieve different set of records, use limit with offset to page through the available records.
    offset Double
    The number of records to skip. By specifying offset, you retrieve a subset of items that starts with the offset value. Use offset with limit to page through the available records.
    segments List<String>
    Filter features by a list of comma separated segments.
    sort String
    Sort the feature details based on the specified attribute.
    tags String
    Flter the resources to be returned based on the associated tags. Returns resources associated with any of the specified tags.
    environmentId string
    Environment ID.
    guid string
    The GUID of the App Configuration service. Get it from the service instance credentials section of the dashboard.
    collections string[]
    Filter features by a list of comma separated collections.
    expand boolean
    If set to true, returns expanded view of the resource details.
    id string
    (String) The unique identifier of the Features datasource.
    includes string[]
    Include the associated collections or targeting rules details in the response.
    limit number
    The number of records to retrieve. By default, the list operation return the first 10 records. To retrieve different set of records, use limit with offset to page through the available records.
    offset number
    The number of records to skip. By specifying offset, you retrieve a subset of items that starts with the offset value. Use offset with limit to page through the available records.
    segments string[]
    Filter features by a list of comma separated segments.
    sort string
    Sort the feature details based on the specified attribute.
    tags string
    Flter the resources to be returned based on the associated tags. Returns resources associated with any of the specified tags.
    environment_id str
    Environment ID.
    guid str
    The GUID of the App Configuration service. Get it from the service instance credentials section of the dashboard.
    collections Sequence[str]
    Filter features by a list of comma separated collections.
    expand bool
    If set to true, returns expanded view of the resource details.
    id str
    (String) The unique identifier of the Features datasource.
    includes Sequence[str]
    Include the associated collections or targeting rules details in the response.
    limit float
    The number of records to retrieve. By default, the list operation return the first 10 records. To retrieve different set of records, use limit with offset to page through the available records.
    offset float
    The number of records to skip. By specifying offset, you retrieve a subset of items that starts with the offset value. Use offset with limit to page through the available records.
    segments Sequence[str]
    Filter features by a list of comma separated segments.
    sort str
    Sort the feature details based on the specified attribute.
    tags str
    Flter the resources to be returned based on the associated tags. Returns resources associated with any of the specified tags.
    environmentId String
    Environment ID.
    guid String
    The GUID of the App Configuration service. Get it from the service instance credentials section of the dashboard.
    collections List<String>
    Filter features by a list of comma separated collections.
    expand Boolean
    If set to true, returns expanded view of the resource details.
    id String
    (String) The unique identifier of the Features datasource.
    includes List<String>
    Include the associated collections or targeting rules details in the response.
    limit Number
    The number of records to retrieve. By default, the list operation return the first 10 records. To retrieve different set of records, use limit with offset to page through the available records.
    offset Number
    The number of records to skip. By specifying offset, you retrieve a subset of items that starts with the offset value. Use offset with limit to page through the available records.
    segments List<String>
    Filter features by a list of comma separated segments.
    sort String
    Sort the feature details based on the specified attribute.
    tags String
    Flter the resources to be returned based on the associated tags. Returns resources associated with any of the specified tags.

    getAppConfigFeatures Result

    The following output properties are available:

    EnvironmentId string
    Features List<GetAppConfigFeaturesFeature>
    (List) Array of Features.
    Firsts List<GetAppConfigFeaturesFirst>
    (List) The URL to navigate to the first page of records.
    Guid string
    Id string
    (String) The unique identifier of the Features datasource.
    Lasts List<GetAppConfigFeaturesLast>
    (List) The URL to navigate to the last list of records.
    Nexts List<GetAppConfigFeaturesNext>
    (List) The URL to navigate to the next list of records.
    Previouses List<GetAppConfigFeaturesPreviouse>
    (List) The URL to navigate to the previous list of records.
    TotalCount double
    (String) Number of records returned in the current response.
    Collections List<string>
    (List) The collection array.
    Expand bool
    Includes List<string>
    Limit double
    Offset double
    Segments List<string>
    (String) The Segments array.
    Sort string
    Tags string
    (String) The tags associated with the feature.
    EnvironmentId string
    Features []GetAppConfigFeaturesFeature
    (List) Array of Features.
    Firsts []GetAppConfigFeaturesFirst
    (List) The URL to navigate to the first page of records.
    Guid string
    Id string
    (String) The unique identifier of the Features datasource.
    Lasts []GetAppConfigFeaturesLast
    (List) The URL to navigate to the last list of records.
    Nexts []GetAppConfigFeaturesNext
    (List) The URL to navigate to the next list of records.
    Previouses []GetAppConfigFeaturesPreviouse
    (List) The URL to navigate to the previous list of records.
    TotalCount float64
    (String) Number of records returned in the current response.
    Collections []string
    (List) The collection array.
    Expand bool
    Includes []string
    Limit float64
    Offset float64
    Segments []string
    (String) The Segments array.
    Sort string
    Tags string
    (String) The tags associated with the feature.
    environmentId String
    features List<GetAppConfigFeaturesFeature>
    (List) Array of Features.
    firsts List<GetAppConfigFeaturesFirst>
    (List) The URL to navigate to the first page of records.
    guid String
    id String
    (String) The unique identifier of the Features datasource.
    lasts List<GetAppConfigFeaturesLast>
    (List) The URL to navigate to the last list of records.
    nexts List<GetAppConfigFeaturesNext>
    (List) The URL to navigate to the next list of records.
    previouses List<GetAppConfigFeaturesPreviouse>
    (List) The URL to navigate to the previous list of records.
    totalCount Double
    (String) Number of records returned in the current response.
    collections List<String>
    (List) The collection array.
    expand Boolean
    includes List<String>
    limit Double
    offset Double
    segments List<String>
    (String) The Segments array.
    sort String
    tags String
    (String) The tags associated with the feature.
    environmentId string
    features GetAppConfigFeaturesFeature[]
    (List) Array of Features.
    firsts GetAppConfigFeaturesFirst[]
    (List) The URL to navigate to the first page of records.
    guid string
    id string
    (String) The unique identifier of the Features datasource.
    lasts GetAppConfigFeaturesLast[]
    (List) The URL to navigate to the last list of records.
    nexts GetAppConfigFeaturesNext[]
    (List) The URL to navigate to the next list of records.
    previouses GetAppConfigFeaturesPreviouse[]
    (List) The URL to navigate to the previous list of records.
    totalCount number
    (String) Number of records returned in the current response.
    collections string[]
    (List) The collection array.
    expand boolean
    includes string[]
    limit number
    offset number
    segments string[]
    (String) The Segments array.
    sort string
    tags string
    (String) The tags associated with the feature.
    environment_id str
    features Sequence[GetAppConfigFeaturesFeature]
    (List) Array of Features.
    firsts Sequence[GetAppConfigFeaturesFirst]
    (List) The URL to navigate to the first page of records.
    guid str
    id str
    (String) The unique identifier of the Features datasource.
    lasts Sequence[GetAppConfigFeaturesLast]
    (List) The URL to navigate to the last list of records.
    nexts Sequence[GetAppConfigFeaturesNext]
    (List) The URL to navigate to the next list of records.
    previouses Sequence[GetAppConfigFeaturesPreviouse]
    (List) The URL to navigate to the previous list of records.
    total_count float
    (String) Number of records returned in the current response.
    collections Sequence[str]
    (List) The collection array.
    expand bool
    includes Sequence[str]
    limit float
    offset float
    segments Sequence[str]
    (String) The Segments array.
    sort str
    tags str
    (String) The tags associated with the feature.
    environmentId String
    features List<Property Map>
    (List) Array of Features.
    firsts List<Property Map>
    (List) The URL to navigate to the first page of records.
    guid String
    id String
    (String) The unique identifier of the Features datasource.
    lasts List<Property Map>
    (List) The URL to navigate to the last list of records.
    nexts List<Property Map>
    (List) The URL to navigate to the next list of records.
    previouses List<Property Map>
    (List) The URL to navigate to the previous list of records.
    totalCount Number
    (String) Number of records returned in the current response.
    collections List<String>
    (List) The collection array.
    expand Boolean
    includes List<String>
    limit Number
    offset Number
    segments List<String>
    (String) The Segments array.
    sort String
    tags String
    (String) The tags associated with the feature.

    Supporting Types

    GetAppConfigFeaturesFeature

    Collections List<GetAppConfigFeaturesFeatureCollection>
    Filter features by a list of comma separated collections.
    CreatedTime string
    (String) Creation time of the feature flag.
    Description string
    (String) The feature description.
    DisabledValue string
    (String) The value of the feature when it is disabled.
    Enabled bool
    (String) The state of the feature flag.
    EnabledValue string
    (String) The value of the feature when it is enabled.
    FeatureId string
    (String) The feature ID.
    Format string
    Href string
    (String) The next href URL.
    Name string
    (String) Name of the collection.
    RolloutPercentage double
    (String) Rollout percentage for the segment rule.
    SegmentExists bool
    (String) Denotes if the targeting rules are specified for the feature flag.
    SegmentRules List<GetAppConfigFeaturesFeatureSegmentRule>
    (List) The segment rules array.
    Tags string
    Flter the resources to be returned based on the associated tags. Returns resources associated with any of the specified tags.
    Type string
    (String) The type of the feature. Supported values are BOOLEAN, STRING, and NUMERIC).
    UpdatedTime string
    (String) Last modified time of the feature flag data.
    Collections []GetAppConfigFeaturesFeatureCollection
    Filter features by a list of comma separated collections.
    CreatedTime string
    (String) Creation time of the feature flag.
    Description string
    (String) The feature description.
    DisabledValue string
    (String) The value of the feature when it is disabled.
    Enabled bool
    (String) The state of the feature flag.
    EnabledValue string
    (String) The value of the feature when it is enabled.
    FeatureId string
    (String) The feature ID.
    Format string
    Href string
    (String) The next href URL.
    Name string
    (String) Name of the collection.
    RolloutPercentage float64
    (String) Rollout percentage for the segment rule.
    SegmentExists bool
    (String) Denotes if the targeting rules are specified for the feature flag.
    SegmentRules []GetAppConfigFeaturesFeatureSegmentRule
    (List) The segment rules array.
    Tags string
    Flter the resources to be returned based on the associated tags. Returns resources associated with any of the specified tags.
    Type string
    (String) The type of the feature. Supported values are BOOLEAN, STRING, and NUMERIC).
    UpdatedTime string
    (String) Last modified time of the feature flag data.
    collections List<GetAppConfigFeaturesFeatureCollection>
    Filter features by a list of comma separated collections.
    createdTime String
    (String) Creation time of the feature flag.
    description String
    (String) The feature description.
    disabledValue String
    (String) The value of the feature when it is disabled.
    enabled Boolean
    (String) The state of the feature flag.
    enabledValue String
    (String) The value of the feature when it is enabled.
    featureId String
    (String) The feature ID.
    format String
    href String
    (String) The next href URL.
    name String
    (String) Name of the collection.
    rolloutPercentage Double
    (String) Rollout percentage for the segment rule.
    segmentExists Boolean
    (String) Denotes if the targeting rules are specified for the feature flag.
    segmentRules List<GetAppConfigFeaturesFeatureSegmentRule>
    (List) The segment rules array.
    tags String
    Flter the resources to be returned based on the associated tags. Returns resources associated with any of the specified tags.
    type String
    (String) The type of the feature. Supported values are BOOLEAN, STRING, and NUMERIC).
    updatedTime String
    (String) Last modified time of the feature flag data.
    collections GetAppConfigFeaturesFeatureCollection[]
    Filter features by a list of comma separated collections.
    createdTime string
    (String) Creation time of the feature flag.
    description string
    (String) The feature description.
    disabledValue string
    (String) The value of the feature when it is disabled.
    enabled boolean
    (String) The state of the feature flag.
    enabledValue string
    (String) The value of the feature when it is enabled.
    featureId string
    (String) The feature ID.
    format string
    href string
    (String) The next href URL.
    name string
    (String) Name of the collection.
    rolloutPercentage number
    (String) Rollout percentage for the segment rule.
    segmentExists boolean
    (String) Denotes if the targeting rules are specified for the feature flag.
    segmentRules GetAppConfigFeaturesFeatureSegmentRule[]
    (List) The segment rules array.
    tags string
    Flter the resources to be returned based on the associated tags. Returns resources associated with any of the specified tags.
    type string
    (String) The type of the feature. Supported values are BOOLEAN, STRING, and NUMERIC).
    updatedTime string
    (String) Last modified time of the feature flag data.
    collections Sequence[GetAppConfigFeaturesFeatureCollection]
    Filter features by a list of comma separated collections.
    created_time str
    (String) Creation time of the feature flag.
    description str
    (String) The feature description.
    disabled_value str
    (String) The value of the feature when it is disabled.
    enabled bool
    (String) The state of the feature flag.
    enabled_value str
    (String) The value of the feature when it is enabled.
    feature_id str
    (String) The feature ID.
    format str
    href str
    (String) The next href URL.
    name str
    (String) Name of the collection.
    rollout_percentage float
    (String) Rollout percentage for the segment rule.
    segment_exists bool
    (String) Denotes if the targeting rules are specified for the feature flag.
    segment_rules Sequence[GetAppConfigFeaturesFeatureSegmentRule]
    (List) The segment rules array.
    tags str
    Flter the resources to be returned based on the associated tags. Returns resources associated with any of the specified tags.
    type str
    (String) The type of the feature. Supported values are BOOLEAN, STRING, and NUMERIC).
    updated_time str
    (String) Last modified time of the feature flag data.
    collections List<Property Map>
    Filter features by a list of comma separated collections.
    createdTime String
    (String) Creation time of the feature flag.
    description String
    (String) The feature description.
    disabledValue String
    (String) The value of the feature when it is disabled.
    enabled Boolean
    (String) The state of the feature flag.
    enabledValue String
    (String) The value of the feature when it is enabled.
    featureId String
    (String) The feature ID.
    format String
    href String
    (String) The next href URL.
    name String
    (String) Name of the collection.
    rolloutPercentage Number
    (String) Rollout percentage for the segment rule.
    segmentExists Boolean
    (String) Denotes if the targeting rules are specified for the feature flag.
    segmentRules List<Property Map>
    (List) The segment rules array.
    tags String
    Flter the resources to be returned based on the associated tags. Returns resources associated with any of the specified tags.
    type String
    (String) The type of the feature. Supported values are BOOLEAN, STRING, and NUMERIC).
    updatedTime String
    (String) Last modified time of the feature flag data.

    GetAppConfigFeaturesFeatureCollection

    CollectionId string
    (String) The collection ID.
    Name string
    (String) Name of the collection.
    CollectionId string
    (String) The collection ID.
    Name string
    (String) Name of the collection.
    collectionId String
    (String) The collection ID.
    name String
    (String) Name of the collection.
    collectionId string
    (String) The collection ID.
    name string
    (String) Name of the collection.
    collection_id str
    (String) The collection ID.
    name str
    (String) Name of the collection.
    collectionId String
    (String) The collection ID.
    name String
    (String) Name of the collection.

    GetAppConfigFeaturesFeatureSegmentRule

    Order double
    (String) Order of the segment, used during evaluation.
    RolloutPercentage double
    (String) Rollout percentage for the segment rule.
    Rules List<GetAppConfigFeaturesFeatureSegmentRuleRule>
    (List) The rules array.
    Value string
    (String) Value of the segment.
    Order float64
    (String) Order of the segment, used during evaluation.
    RolloutPercentage float64
    (String) Rollout percentage for the segment rule.
    Rules []GetAppConfigFeaturesFeatureSegmentRuleRule
    (List) The rules array.
    Value string
    (String) Value of the segment.
    order Double
    (String) Order of the segment, used during evaluation.
    rolloutPercentage Double
    (String) Rollout percentage for the segment rule.
    rules List<GetAppConfigFeaturesFeatureSegmentRuleRule>
    (List) The rules array.
    value String
    (String) Value of the segment.
    order number
    (String) Order of the segment, used during evaluation.
    rolloutPercentage number
    (String) Rollout percentage for the segment rule.
    rules GetAppConfigFeaturesFeatureSegmentRuleRule[]
    (List) The rules array.
    value string
    (String) Value of the segment.
    order float
    (String) Order of the segment, used during evaluation.
    rollout_percentage float
    (String) Rollout percentage for the segment rule.
    rules Sequence[GetAppConfigFeaturesFeatureSegmentRuleRule]
    (List) The rules array.
    value str
    (String) Value of the segment.
    order Number
    (String) Order of the segment, used during evaluation.
    rolloutPercentage Number
    (String) Rollout percentage for the segment rule.
    rules List<Property Map>
    (List) The rules array.
    value String
    (String) Value of the segment.

    GetAppConfigFeaturesFeatureSegmentRuleRule

    Segments List<string>
    Filter features by a list of comma separated segments.
    Segments []string
    Filter features by a list of comma separated segments.
    segments List<String>
    Filter features by a list of comma separated segments.
    segments string[]
    Filter features by a list of comma separated segments.
    segments Sequence[str]
    Filter features by a list of comma separated segments.
    segments List<String>
    Filter features by a list of comma separated segments.

    GetAppConfigFeaturesFirst

    Href string
    (String) The next href URL.
    Href string
    (String) The next href URL.
    href String
    (String) The next href URL.
    href string
    (String) The next href URL.
    href str
    (String) The next href URL.
    href String
    (String) The next href URL.

    GetAppConfigFeaturesLast

    Href string
    (String) The next href URL.
    Href string
    (String) The next href URL.
    href String
    (String) The next href URL.
    href string
    (String) The next href URL.
    href str
    (String) The next href URL.
    href String
    (String) The next href URL.

    GetAppConfigFeaturesNext

    Href string
    (String) The next href URL.
    Href string
    (String) The next href URL.
    href String
    (String) The next href URL.
    href string
    (String) The next href URL.
    href str
    (String) The next href URL.
    href String
    (String) The next href URL.

    GetAppConfigFeaturesPreviouse

    Href string
    (String) The next href URL.
    Href string
    (String) The next href URL.
    href String
    (String) The next href URL.
    href string
    (String) The next href URL.
    href str
    (String) The next href URL.
    href String
    (String) The next href URL.

    Package Details

    Repository
    ibm ibm-cloud/terraform-provider-ibm
    License
    Notes
    This Pulumi package is based on the ibm Terraform Provider.
    ibm logo
    ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud