Documentation
¶
Index ¶
- func IncludeRuleDiffs(targetsA, targetsB []string) (extraIncludeRules, missingIncludeRules []string)
- func ResourceFeatureFlagTargetGroup() *schema.Resource
- func RuleDiffs(rulesA, rulesB *[]nextgen.Clause) (extraRules, missingRules []nextgen.Clause)
- type FFTargetGroupOpts
- type FFTargetGroupQueryParameters
- type PatchInstruction
- type SegmentRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IncludeRuleDiffs ¶ added in v0.34.4
func ResourceFeatureFlagTargetGroup ¶
ResourceFeatureFlagTargetGroup ...
Types ¶
type FFTargetGroupOpts ¶
type FFTargetGroupOpts struct { Identifier string `json:"identifier,omitempty"` Name string `json:"name,omitempty"` Included []*string `json:"included,omitempty"` Excluded []*string `json:"excluded,omitempty"` Rules []*nextgen.Clause `json:"rules,omitempty"` }
FFTargetGroupOpts ...
type FFTargetGroupQueryParameters ¶
type FFTargetGroupQueryParameters struct { Identifier string `json:"identifier,omitempty"` OrgID string `json:"orgId,omitempty"` Project string `json:"project,omitempty"` AcountID string `json:"accountId,omitempty"` Environment string `json:"environment,omitempty"` }
FFTargetGroupQueryParameters ...
type PatchInstruction ¶ added in v0.34.4
type SegmentRequest ¶
type SegmentRequest struct { Identifier string `json:"identifier,omitempty"` Project string `json:"project,omitempty"` Environment string `json:"environment,omitempty"` Name string `json:"name,omitempty"` Included []*string `json:"included,omitempty"` Excluded []*string `json:"excluded,omitempty"` Rules []*nextgen.Clause `json:"rules,omitempty"` }
SegmentRequest ...
Click to show internal directories.
Click to hide internal directories.