# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
GetAccessToken gets an existing AccessToken resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetAuditLogSubscription gets an existing AuditLogSubscription resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetCustomRole gets an existing CustomRole resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetDestination gets an existing Destination resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetEnvironment gets an existing Environment resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetFeatureFlag gets an existing FeatureFlag resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
No description provided by the author
GetFeatureFlagEnvironment gets an existing FeatureFlagEnvironment resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
No description provided by the author
GetFlagTrigger gets an existing FlagTrigger resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
No description provided by the author
GetMetric gets an existing Metric resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetProject gets an existing Project resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetRelayProxyConfiguration gets an existing RelayProxyConfiguration resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetSegment gets an existing Segment resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetTeam gets an existing Team resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetTeamMember gets an existing TeamMember resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
Provides a LaunchDarkly team members data source.
No description provided by the author
GetWebhook gets an existing Webhook resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
Provides a LaunchDarkly audit log subscription data source.
No description provided by the author
Provides a LaunchDarkly environment data source.
No description provided by the author
Provides a LaunchDarkly feature flag data source.
Provides a LaunchDarkly environment-specific feature flag data source.
No description provided by the author
No description provided by the author
Provides a LaunchDarkly flag trigger data source.
No description provided by the author
Provides a LaunchDarkly metric data source.
No description provided by the author
Provides a LaunchDarkly project data source.
No description provided by the author
## Example Usage
```go package main
import (
"github.com/lbrlabs/pulumi-launchdarkly/sdk/go/launchdarkly" "github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() { pulumi.Run(func(ctx *pulumi.Context) error { _, err := launchdarkly.NewRelayProxyConfiguration(ctx, "example", &launchdarkly.RelayProxyConfigurationArgs{ Policies: launchdarkly.RelayProxyConfigurationPolicyArray{ &launchdarkly.RelayProxyConfigurationPolicyArgs{ Actions: pulumi.StringArray{ pulumi.String("*"), }, Effect: pulumi.String("allow"), Resources: pulumi.StringArray{ pulumi.String("proj/*:env/*"), }, }, }, }) if err != nil { return err } return nil }) }
```.
No description provided by the author
Provides a LaunchDarkly segment data source.
No description provided by the author
Provides a LaunchDarkly team data source.
Provides a LaunchDarkly team member data source.
No description provided by the author
No description provided by the author
Provides a LaunchDarkly webhook data source.
No description provided by the author
NewAccessToken registers a new resource with the given unique name, arguments, and options.
NewAuditLogSubscription registers a new resource with the given unique name, arguments, and options.
NewCustomRole registers a new resource with the given unique name, arguments, and options.
NewDestination registers a new resource with the given unique name, arguments, and options.
NewEnvironment registers a new resource with the given unique name, arguments, and options.
NewFeatureFlag registers a new resource with the given unique name, arguments, and options.
NewFeatureFlagEnvironment registers a new resource with the given unique name, arguments, and options.
NewFlagTrigger registers a new resource with the given unique name, arguments, and options.
NewMetric registers a new resource with the given unique name, arguments, and options.
NewProject registers a new resource with the given unique name, arguments, and options.
NewProvider registers a new resource with the given unique name, arguments, and options.
NewRelayProxyConfiguration registers a new resource with the given unique name, arguments, and options.
NewSegment registers a new resource with the given unique name, arguments, and options.
NewTeam registers a new resource with the given unique name, arguments, and options.
NewTeamMember registers a new resource with the given unique name, arguments, and options.
NewWebhook registers a new resource with the given unique name, arguments, and options.
PkgVersion uses reflection to determine the version of the current package.
# Structs
## Example Usage
The resource must contain either a `role`, `customRole` or an `inlineRoles` (previously `policyStatements`) block.
The set of arguments for constructing a AccessToken resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Provides a LaunchDarkly audit log subscription resource.
The set of arguments for constructing a AuditLogSubscription resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Provides a LaunchDarkly custom role resource.
The set of arguments for constructing a CustomRole resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Provides a LaunchDarkly Data Export Destination resource.
The set of arguments for constructing a Destination resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
## Example Usage
```go package main
import (
"github.com/lbrlabs/pulumi-launchdarkly/sdk/go/launchdarkly" "github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() { pulumi.Run(func(ctx *pulumi.Context) error { _, err := launchdarkly.NewEnvironment(ctx, "staging", &launchdarkly.EnvironmentArgs{ Key: pulumi.String("staging"), Color: pulumi.String("ff00ff"), Tags: pulumi.StringArray{ pulumi.String("terraform"), pulumi.String("staging"), }, ProjectKey: pulumi.Any(launchdarkly_project.Example.Key), }) if err != nil { return err } return nil }) }
```
```go package main
import (
"github.com/lbrlabs/pulumi-launchdarkly/sdk/go/launchdarkly" "github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() { pulumi.Run(func(ctx *pulumi.Context) error { _, err := launchdarkly.NewEnvironment(ctx, "approvalsExample", &launchdarkly.EnvironmentArgs{ Key: pulumi.String("approvals-example"), Color: pulumi.String("ff00ff"), Tags: pulumi.StringArray{ pulumi.String("terraform"), pulumi.String("staging"), }, ApprovalSettings: launchdarkly.EnvironmentApprovalSettingArray{ &launchdarkly.EnvironmentApprovalSettingArgs{ Required: pulumi.Bool(true), CanReviewOwnRequest: pulumi.Bool(true), MinNumApprovals: pulumi.Int(2), CanApplyDeclinedChanges: pulumi.Bool(true), }, }, ProjectKey: pulumi.Any(launchdarkly_project.Example.Key), }) if err != nil { return err } return nil }) }
```
## Import
You can import a LaunchDarkly environment using this format`project_key/environment_key`.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The set of arguments for constructing a Environment resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Provides a LaunchDarkly feature flag resource.
The set of arguments for constructing a FeatureFlag resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
## Example Usage
```go package main
import (
"github.com/lbrlabs/pulumi-launchdarkly/sdk/go/launchdarkly" "github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() { pulumi.Run(func(ctx *pulumi.Context) error { _, err := launchdarkly.NewFeatureFlagEnvironment(ctx, "numberEnv", &launchdarkly.FeatureFlagEnvironmentArgs{ FlagId: pulumi.Any(launchdarkly_feature_flag.Number.Id), EnvKey: pulumi.Any(launchdarkly_environment.Staging.Key), On: pulumi.Bool(true), Prerequisites: launchdarkly.FeatureFlagEnvironmentPrerequisiteArray{ &launchdarkly.FeatureFlagEnvironmentPrerequisiteArgs{ FlagKey: pulumi.Any(launchdarkly_feature_flag.Basic.Key), Variation: pulumi.Int(0), }, }, Targets: launchdarkly.FeatureFlagEnvironmentTargetArray{ &launchdarkly.FeatureFlagEnvironmentTargetArgs{ Values: pulumi.StringArray{ pulumi.String("user0"), }, Variation: pulumi.Int(0), }, &launchdarkly.FeatureFlagEnvironmentTargetArgs{ Values: pulumi.StringArray{ pulumi.String("user1"), pulumi.String("user2"), }, Variation: pulumi.Int(1), }, }, Rules: launchdarkly.FeatureFlagEnvironmentRuleArray{ &launchdarkly.FeatureFlagEnvironmentRuleArgs{ Clauses: launchdarkly.FeatureFlagEnvironmentRuleClauseArray{ &launchdarkly.FeatureFlagEnvironmentRuleClauseArgs{ Attribute: pulumi.String("country"), Op: pulumi.String("startsWith"), Values: pulumi.StringArray{ pulumi.String("aus"), pulumi.String("de"), pulumi.String("united"), }, Negate: pulumi.Bool(false), }, &launchdarkly.FeatureFlagEnvironmentRuleClauseArgs{ Attribute: pulumi.String("segmentMatch"), Op: pulumi.String("segmentMatch"), Values: pulumi.StringArray{ launchdarkly_segment.Example.Key, }, Negate: pulumi.Bool(false), }, }, Variation: pulumi.Int(0), }, }, Fallthrough: &launchdarkly.FeatureFlagEnvironmentFallthroughArgs{ RolloutWeights: pulumi.IntArray{ pulumi.Int(60000), pulumi.Int(40000), pulumi.Int(0), }, }, OffVariation: pulumi.Int(2), }) if err != nil { return err } return nil }) }
```
## Import
LaunchDarkly feature flag environments can be imported using the resource's ID in the form `project_key/env_key/flag_key`, e.g.
The set of arguments for constructing a FeatureFlagEnvironment resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
## Import
# LaunchDarkly flag triggers can be imported using the following syntax
```sh
$ pulumi import launchdarkly:index/flagTrigger:FlagTrigger example example-project-key/example-env-key/example-flag-key/62581d4488def814b831abc3
```
where the string following the final slash is your unique trigger ID.
The set of arguments for constructing a FlagTrigger resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
A collection of arguments for invoking getTeamMembers.
A collection of arguments for invoking getTeamMembers.
A collection of values returned by getTeamMembers.
A collection of values returned by getTeamMembers.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
A collection of arguments for invoking getAuditLogSubscription.
A collection of arguments for invoking getAuditLogSubscription.
A collection of values returned by getAuditLogSubscription.
A collection of values returned by getAuditLogSubscription.
A collection of arguments for invoking getEnvironment.
A collection of arguments for invoking getEnvironment.
A collection of values returned by getEnvironment.
A collection of values returned by getEnvironment.
A collection of arguments for invoking getFeatureFlag.
A collection of arguments for invoking getFeatureFlagEnvironment.
A collection of arguments for invoking getFeatureFlagEnvironment.
A collection of values returned by getFeatureFlagEnvironment.
A collection of values returned by getFeatureFlagEnvironment.
A collection of arguments for invoking getFeatureFlag.
A collection of values returned by getFeatureFlag.
A collection of values returned by getFeatureFlag.
A collection of arguments for invoking getFlagTrigger.
A collection of arguments for invoking getFlagTrigger.
A collection of values returned by getFlagTrigger.
A collection of values returned by getFlagTrigger.
A collection of arguments for invoking getMetric.
A collection of arguments for invoking getMetric.
A collection of values returned by getMetric.
A collection of values returned by getMetric.
A collection of arguments for invoking getProject.
A collection of arguments for invoking getProject.
A collection of values returned by getProject.
A collection of values returned by getProject.
A collection of arguments for invoking getRelayProxyConfiguration.
A collection of arguments for invoking getRelayProxyConfiguration.
A collection of values returned by getRelayProxyConfiguration.
A collection of values returned by getRelayProxyConfiguration.
A collection of arguments for invoking getSegment.
A collection of arguments for invoking getSegment.
A collection of values returned by getSegment.
A collection of values returned by getSegment.
A collection of arguments for invoking getTeam.
A collection of arguments for invoking getTeamMember.
A collection of arguments for invoking getTeamMember.
A collection of values returned by getTeamMember.
A collection of values returned by getTeamMember.
A collection of arguments for invoking getTeam.
A collection of values returned by getTeam.
A collection of values returned by getTeam.
A collection of arguments for invoking getWebhook.
A collection of arguments for invoking getWebhook.
A collection of values returned by getWebhook.
A collection of values returned by getWebhook.
Provides a LaunchDarkly metric resource.
The set of arguments for constructing a Metric resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Provides a LaunchDarkly project resource.
The set of arguments for constructing a Project resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The provider type for the launchdarkly package.
The set of arguments for constructing a Provider resource.
No description provided by the author
## Example Usage
```go package main
import (
"github.com/lbrlabs/pulumi-launchdarkly/sdk/go/launchdarkly" "github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() { pulumi.Run(func(ctx *pulumi.Context) error { _, err := launchdarkly.NewRelayProxyConfiguration(ctx, "example", &launchdarkly.RelayProxyConfigurationArgs{ Policies: launchdarkly.RelayProxyConfigurationPolicyArray{ &launchdarkly.RelayProxyConfigurationPolicyArgs{ Actions: pulumi.StringArray{ pulumi.String("*"), }, Effect: pulumi.String("allow"), Resources: pulumi.StringArray{ pulumi.String("proj/*:env/*"), }, }, }, }) if err != nil { return err } return nil }) }
```
## Import
Relay Proxy configurations can be imported using the configuration's unique 24 character ID, e.g.
The set of arguments for constructing a RelayProxyConfiguration resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Provides a LaunchDarkly segment resource.
The set of arguments for constructing a Segment resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Provides a LaunchDarkly team resource.
The set of arguments for constructing a Team resource.
No description provided by the author
No description provided by the author
Provides a LaunchDarkly team member resource.
The set of arguments for constructing a TeamMember resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Provides a LaunchDarkly webhook resource.
The set of arguments for constructing a Webhook resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
AccessTokenArrayInput is an input type that accepts AccessTokenArray and AccessTokenArrayOutput values.
AccessTokenInlineRoleArrayInput is an input type that accepts AccessTokenInlineRoleArray and AccessTokenInlineRoleArrayOutput values.
AccessTokenInlineRoleInput is an input type that accepts AccessTokenInlineRoleArgs and AccessTokenInlineRoleOutput values.
No description provided by the author
AccessTokenMapInput is an input type that accepts AccessTokenMap and AccessTokenMapOutput values.
AccessTokenPolicyStatementArrayInput is an input type that accepts AccessTokenPolicyStatementArray and AccessTokenPolicyStatementArrayOutput values.
AccessTokenPolicyStatementInput is an input type that accepts AccessTokenPolicyStatementArgs and AccessTokenPolicyStatementOutput values.
AuditLogSubscriptionArrayInput is an input type that accepts AuditLogSubscriptionArray and AuditLogSubscriptionArrayOutput values.
No description provided by the author
AuditLogSubscriptionMapInput is an input type that accepts AuditLogSubscriptionMap and AuditLogSubscriptionMapOutput values.
AuditLogSubscriptionStatementArrayInput is an input type that accepts AuditLogSubscriptionStatementArray and AuditLogSubscriptionStatementArrayOutput values.
AuditLogSubscriptionStatementInput is an input type that accepts AuditLogSubscriptionStatementArgs and AuditLogSubscriptionStatementOutput values.
CustomRoleArrayInput is an input type that accepts CustomRoleArray and CustomRoleArrayOutput values.
No description provided by the author
CustomRoleMapInput is an input type that accepts CustomRoleMap and CustomRoleMapOutput values.
CustomRolePolicyArrayInput is an input type that accepts CustomRolePolicyArray and CustomRolePolicyArrayOutput values.
CustomRolePolicyInput is an input type that accepts CustomRolePolicyArgs and CustomRolePolicyOutput values.
CustomRolePolicyStatementArrayInput is an input type that accepts CustomRolePolicyStatementArray and CustomRolePolicyStatementArrayOutput values.
CustomRolePolicyStatementInput is an input type that accepts CustomRolePolicyStatementArgs and CustomRolePolicyStatementOutput values.
DestinationArrayInput is an input type that accepts DestinationArray and DestinationArrayOutput values.
No description provided by the author
DestinationMapInput is an input type that accepts DestinationMap and DestinationMapOutput values.
EnvironmentApprovalSettingArrayInput is an input type that accepts EnvironmentApprovalSettingArray and EnvironmentApprovalSettingArrayOutput values.
EnvironmentApprovalSettingInput is an input type that accepts EnvironmentApprovalSettingArgs and EnvironmentApprovalSettingOutput values.
EnvironmentArrayInput is an input type that accepts EnvironmentArray and EnvironmentArrayOutput values.
No description provided by the author
EnvironmentMapInput is an input type that accepts EnvironmentMap and EnvironmentMapOutput values.
FeatureFlagArrayInput is an input type that accepts FeatureFlagArray and FeatureFlagArrayOutput values.
FeatureFlagClientSideAvailabilityArrayInput is an input type that accepts FeatureFlagClientSideAvailabilityArray and FeatureFlagClientSideAvailabilityArrayOutput values.
FeatureFlagClientSideAvailabilityInput is an input type that accepts FeatureFlagClientSideAvailabilityArgs and FeatureFlagClientSideAvailabilityOutput values.
FeatureFlagCustomPropertyArrayInput is an input type that accepts FeatureFlagCustomPropertyArray and FeatureFlagCustomPropertyArrayOutput values.
FeatureFlagCustomPropertyInput is an input type that accepts FeatureFlagCustomPropertyArgs and FeatureFlagCustomPropertyOutput values.
FeatureFlagDefaultsInput is an input type that accepts FeatureFlagDefaultsArgs and FeatureFlagDefaultsOutput values.
FeatureFlagDefaultsPtrInput is an input type that accepts FeatureFlagDefaultsArgs, FeatureFlagDefaultsPtr and FeatureFlagDefaultsPtrOutput values.
FeatureFlagEnvironmentArrayInput is an input type that accepts FeatureFlagEnvironmentArray and FeatureFlagEnvironmentArrayOutput values.
FeatureFlagEnvironmentFallthroughInput is an input type that accepts FeatureFlagEnvironmentFallthroughArgs and FeatureFlagEnvironmentFallthroughOutput values.
FeatureFlagEnvironmentFallthroughPtrInput is an input type that accepts FeatureFlagEnvironmentFallthroughArgs, FeatureFlagEnvironmentFallthroughPtr and FeatureFlagEnvironmentFallthroughPtrOutput values.
No description provided by the author
FeatureFlagEnvironmentMapInput is an input type that accepts FeatureFlagEnvironmentMap and FeatureFlagEnvironmentMapOutput values.
FeatureFlagEnvironmentPrerequisiteArrayInput is an input type that accepts FeatureFlagEnvironmentPrerequisiteArray and FeatureFlagEnvironmentPrerequisiteArrayOutput values.
FeatureFlagEnvironmentPrerequisiteInput is an input type that accepts FeatureFlagEnvironmentPrerequisiteArgs and FeatureFlagEnvironmentPrerequisiteOutput values.
FeatureFlagEnvironmentRuleArrayInput is an input type that accepts FeatureFlagEnvironmentRuleArray and FeatureFlagEnvironmentRuleArrayOutput values.
FeatureFlagEnvironmentRuleClauseArrayInput is an input type that accepts FeatureFlagEnvironmentRuleClauseArray and FeatureFlagEnvironmentRuleClauseArrayOutput values.
FeatureFlagEnvironmentRuleClauseInput is an input type that accepts FeatureFlagEnvironmentRuleClauseArgs and FeatureFlagEnvironmentRuleClauseOutput values.
FeatureFlagEnvironmentRuleInput is an input type that accepts FeatureFlagEnvironmentRuleArgs and FeatureFlagEnvironmentRuleOutput values.
FeatureFlagEnvironmentTargetArrayInput is an input type that accepts FeatureFlagEnvironmentTargetArray and FeatureFlagEnvironmentTargetArrayOutput values.
FeatureFlagEnvironmentTargetInput is an input type that accepts FeatureFlagEnvironmentTargetArgs and FeatureFlagEnvironmentTargetOutput values.
No description provided by the author
FeatureFlagMapInput is an input type that accepts FeatureFlagMap and FeatureFlagMapOutput values.
FeatureFlagVariationArrayInput is an input type that accepts FeatureFlagVariationArray and FeatureFlagVariationArrayOutput values.
FeatureFlagVariationInput is an input type that accepts FeatureFlagVariationArgs and FeatureFlagVariationOutput values.
FlagTriggerArrayInput is an input type that accepts FlagTriggerArray and FlagTriggerArrayOutput values.
No description provided by the author
FlagTriggerInstructionsInput is an input type that accepts FlagTriggerInstructionsArgs and FlagTriggerInstructionsOutput values.
FlagTriggerInstructionsPtrInput is an input type that accepts FlagTriggerInstructionsArgs, FlagTriggerInstructionsPtr and FlagTriggerInstructionsPtrOutput values.
FlagTriggerMapInput is an input type that accepts FlagTriggerMap and FlagTriggerMapOutput values.
GetAuditLogSubscriptionStatementArrayInput is an input type that accepts GetAuditLogSubscriptionStatementArray and GetAuditLogSubscriptionStatementArrayOutput values.
GetAuditLogSubscriptionStatementInput is an input type that accepts GetAuditLogSubscriptionStatementArgs and GetAuditLogSubscriptionStatementOutput values.
GetEnvironmentApprovalSettingArrayInput is an input type that accepts GetEnvironmentApprovalSettingArray and GetEnvironmentApprovalSettingArrayOutput values.
GetEnvironmentApprovalSettingInput is an input type that accepts GetEnvironmentApprovalSettingArgs and GetEnvironmentApprovalSettingOutput values.
GetFeatureFlagClientSideAvailabilityArrayInput is an input type that accepts GetFeatureFlagClientSideAvailabilityArray and GetFeatureFlagClientSideAvailabilityArrayOutput values.
GetFeatureFlagClientSideAvailabilityInput is an input type that accepts GetFeatureFlagClientSideAvailabilityArgs and GetFeatureFlagClientSideAvailabilityOutput values.
GetFeatureFlagCustomPropertyArrayInput is an input type that accepts GetFeatureFlagCustomPropertyArray and GetFeatureFlagCustomPropertyArrayOutput values.
GetFeatureFlagCustomPropertyInput is an input type that accepts GetFeatureFlagCustomPropertyArgs and GetFeatureFlagCustomPropertyOutput values.
GetFeatureFlagDefaultsInput is an input type that accepts GetFeatureFlagDefaultsArgs and GetFeatureFlagDefaultsOutput values.
GetFeatureFlagDefaultsPtrInput is an input type that accepts GetFeatureFlagDefaultsArgs, GetFeatureFlagDefaultsPtr and GetFeatureFlagDefaultsPtrOutput values.
GetFeatureFlagEnvironmentFallthroughInput is an input type that accepts GetFeatureFlagEnvironmentFallthroughArgs and GetFeatureFlagEnvironmentFallthroughOutput values.
GetFeatureFlagEnvironmentFallthroughPtrInput is an input type that accepts GetFeatureFlagEnvironmentFallthroughArgs, GetFeatureFlagEnvironmentFallthroughPtr and GetFeatureFlagEnvironmentFallthroughPtrOutput values.
GetFeatureFlagEnvironmentPrerequisiteArrayInput is an input type that accepts GetFeatureFlagEnvironmentPrerequisiteArray and GetFeatureFlagEnvironmentPrerequisiteArrayOutput values.
GetFeatureFlagEnvironmentPrerequisiteInput is an input type that accepts GetFeatureFlagEnvironmentPrerequisiteArgs and GetFeatureFlagEnvironmentPrerequisiteOutput values.
GetFeatureFlagEnvironmentRuleArrayInput is an input type that accepts GetFeatureFlagEnvironmentRuleArray and GetFeatureFlagEnvironmentRuleArrayOutput values.
GetFeatureFlagEnvironmentRuleClauseArrayInput is an input type that accepts GetFeatureFlagEnvironmentRuleClauseArray and GetFeatureFlagEnvironmentRuleClauseArrayOutput values.
GetFeatureFlagEnvironmentRuleClauseInput is an input type that accepts GetFeatureFlagEnvironmentRuleClauseArgs and GetFeatureFlagEnvironmentRuleClauseOutput values.
GetFeatureFlagEnvironmentRuleInput is an input type that accepts GetFeatureFlagEnvironmentRuleArgs and GetFeatureFlagEnvironmentRuleOutput values.
GetFeatureFlagEnvironmentTargetArrayInput is an input type that accepts GetFeatureFlagEnvironmentTargetArray and GetFeatureFlagEnvironmentTargetArrayOutput values.
GetFeatureFlagEnvironmentTargetInput is an input type that accepts GetFeatureFlagEnvironmentTargetArgs and GetFeatureFlagEnvironmentTargetOutput values.
GetFeatureFlagVariationArrayInput is an input type that accepts GetFeatureFlagVariationArray and GetFeatureFlagVariationArrayOutput values.
GetFeatureFlagVariationInput is an input type that accepts GetFeatureFlagVariationArgs and GetFeatureFlagVariationOutput values.
GetFlagTriggerInstructionsInput is an input type that accepts GetFlagTriggerInstructionsArgs and GetFlagTriggerInstructionsOutput values.
GetFlagTriggerInstructionsPtrInput is an input type that accepts GetFlagTriggerInstructionsArgs, GetFlagTriggerInstructionsPtr and GetFlagTriggerInstructionsPtrOutput values.
GetMetricUrlArrayInput is an input type that accepts GetMetricUrlArray and GetMetricUrlArrayOutput values.
GetMetricUrlInput is an input type that accepts GetMetricUrlArgs and GetMetricUrlOutput values.
GetProjectClientSideAvailabilityArrayInput is an input type that accepts GetProjectClientSideAvailabilityArray and GetProjectClientSideAvailabilityArrayOutput values.
GetProjectClientSideAvailabilityInput is an input type that accepts GetProjectClientSideAvailabilityArgs and GetProjectClientSideAvailabilityOutput values.
GetProjectDefaultClientSideAvailabilityArrayInput is an input type that accepts GetProjectDefaultClientSideAvailabilityArray and GetProjectDefaultClientSideAvailabilityArrayOutput values.
GetProjectDefaultClientSideAvailabilityInput is an input type that accepts GetProjectDefaultClientSideAvailabilityArgs and GetProjectDefaultClientSideAvailabilityOutput values.
GetRelayProxyConfigurationPolicyArrayInput is an input type that accepts GetRelayProxyConfigurationPolicyArray and GetRelayProxyConfigurationPolicyArrayOutput values.
GetRelayProxyConfigurationPolicyInput is an input type that accepts GetRelayProxyConfigurationPolicyArgs and GetRelayProxyConfigurationPolicyOutput values.
GetSegmentRuleArrayInput is an input type that accepts GetSegmentRuleArray and GetSegmentRuleArrayOutput values.
GetSegmentRuleClauseArrayInput is an input type that accepts GetSegmentRuleClauseArray and GetSegmentRuleClauseArrayOutput values.
GetSegmentRuleClauseInput is an input type that accepts GetSegmentRuleClauseArgs and GetSegmentRuleClauseOutput values.
GetSegmentRuleInput is an input type that accepts GetSegmentRuleArgs and GetSegmentRuleOutput values.
GetTeamMaintainerArrayInput is an input type that accepts GetTeamMaintainerArray and GetTeamMaintainerArrayOutput values.
GetTeamMaintainerInput is an input type that accepts GetTeamMaintainerArgs and GetTeamMaintainerOutput values.
GetTeamMembersTeamMemberArrayInput is an input type that accepts GetTeamMembersTeamMemberArray and GetTeamMembersTeamMemberArrayOutput values.
GetTeamMembersTeamMemberInput is an input type that accepts GetTeamMembersTeamMemberArgs and GetTeamMembersTeamMemberOutput values.
GetWebhookStatementArrayInput is an input type that accepts GetWebhookStatementArray and GetWebhookStatementArrayOutput values.
GetWebhookStatementInput is an input type that accepts GetWebhookStatementArgs and GetWebhookStatementOutput values.
MetricArrayInput is an input type that accepts MetricArray and MetricArrayOutput values.
No description provided by the author
MetricMapInput is an input type that accepts MetricMap and MetricMapOutput values.
MetricUrlArrayInput is an input type that accepts MetricUrlArray and MetricUrlArrayOutput values.
MetricUrlInput is an input type that accepts MetricUrlArgs and MetricUrlOutput values.
ProjectArrayInput is an input type that accepts ProjectArray and ProjectArrayOutput values.
ProjectDefaultClientSideAvailabilityArrayInput is an input type that accepts ProjectDefaultClientSideAvailabilityArray and ProjectDefaultClientSideAvailabilityArrayOutput values.
ProjectDefaultClientSideAvailabilityInput is an input type that accepts ProjectDefaultClientSideAvailabilityArgs and ProjectDefaultClientSideAvailabilityOutput values.
ProjectEnvironmentApprovalSettingArrayInput is an input type that accepts ProjectEnvironmentApprovalSettingArray and ProjectEnvironmentApprovalSettingArrayOutput values.
ProjectEnvironmentApprovalSettingInput is an input type that accepts ProjectEnvironmentApprovalSettingArgs and ProjectEnvironmentApprovalSettingOutput values.
ProjectEnvironmentArrayInput is an input type that accepts ProjectEnvironmentArray and ProjectEnvironmentArrayOutput values.
ProjectEnvironmentInput is an input type that accepts ProjectEnvironmentArgs and ProjectEnvironmentOutput values.
No description provided by the author
ProjectMapInput is an input type that accepts ProjectMap and ProjectMapOutput values.
No description provided by the author
RelayProxyConfigurationArrayInput is an input type that accepts RelayProxyConfigurationArray and RelayProxyConfigurationArrayOutput values.
No description provided by the author
RelayProxyConfigurationMapInput is an input type that accepts RelayProxyConfigurationMap and RelayProxyConfigurationMapOutput values.
RelayProxyConfigurationPolicyArrayInput is an input type that accepts RelayProxyConfigurationPolicyArray and RelayProxyConfigurationPolicyArrayOutput values.
RelayProxyConfigurationPolicyInput is an input type that accepts RelayProxyConfigurationPolicyArgs and RelayProxyConfigurationPolicyOutput values.
SegmentArrayInput is an input type that accepts SegmentArray and SegmentArrayOutput values.
No description provided by the author
SegmentMapInput is an input type that accepts SegmentMap and SegmentMapOutput values.
SegmentRuleArrayInput is an input type that accepts SegmentRuleArray and SegmentRuleArrayOutput values.
SegmentRuleClauseArrayInput is an input type that accepts SegmentRuleClauseArray and SegmentRuleClauseArrayOutput values.
SegmentRuleClauseInput is an input type that accepts SegmentRuleClauseArgs and SegmentRuleClauseOutput values.
SegmentRuleInput is an input type that accepts SegmentRuleArgs and SegmentRuleOutput values.
TeamArrayInput is an input type that accepts TeamArray and TeamArrayOutput values.
No description provided by the author
TeamMapInput is an input type that accepts TeamMap and TeamMapOutput values.
TeamMemberArrayInput is an input type that accepts TeamMemberArray and TeamMemberArrayOutput values.
No description provided by the author
TeamMemberMapInput is an input type that accepts TeamMemberMap and TeamMemberMapOutput values.
WebhookArrayInput is an input type that accepts WebhookArray and WebhookArrayOutput values.
No description provided by the author
WebhookMapInput is an input type that accepts WebhookMap and WebhookMapOutput values.
WebhookStatementArrayInput is an input type that accepts WebhookStatementArray and WebhookStatementArrayOutput values.
WebhookStatementInput is an input type that accepts WebhookStatementArgs and WebhookStatementOutput values.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author