Documentation ¶
Index ¶
- func DataGitlabGroupSubgroups_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func DataGitlabGroupSubgroups_IsConstruct(x interface{}) *bool
- func DataGitlabGroupSubgroups_IsTerraformDataSource(x interface{}) *bool
- func DataGitlabGroupSubgroups_IsTerraformElement(x interface{}) *bool
- func DataGitlabGroupSubgroups_TfResourceType() *string
- func NewDataGitlabGroupSubgroupsSubgroupsList_Override(d DataGitlabGroupSubgroupsSubgroupsList, ...)
- func NewDataGitlabGroupSubgroupsSubgroupsOutputReference_Override(d DataGitlabGroupSubgroupsSubgroupsOutputReference, ...)
- func NewDataGitlabGroupSubgroups_Override(d DataGitlabGroupSubgroups, scope constructs.Construct, id *string, ...)
- type DataGitlabGroupSubgroups
- type DataGitlabGroupSubgroupsConfig
- type DataGitlabGroupSubgroupsSubgroups
- type DataGitlabGroupSubgroupsSubgroupsList
- type DataGitlabGroupSubgroupsSubgroupsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataGitlabGroupSubgroups_GenerateConfigForImport ¶
func DataGitlabGroupSubgroups_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a DataGitlabGroupSubgroups resource upon running "cdktf plan <stack-name>".
func DataGitlabGroupSubgroups_IsConstruct ¶
func DataGitlabGroupSubgroups_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func DataGitlabGroupSubgroups_IsTerraformDataSource ¶
func DataGitlabGroupSubgroups_IsTerraformDataSource(x interface{}) *bool
Experimental.
func DataGitlabGroupSubgroups_IsTerraformElement ¶
func DataGitlabGroupSubgroups_IsTerraformElement(x interface{}) *bool
Experimental.
func DataGitlabGroupSubgroups_TfResourceType ¶
func DataGitlabGroupSubgroups_TfResourceType() *string
func NewDataGitlabGroupSubgroupsSubgroupsList_Override ¶
func NewDataGitlabGroupSubgroupsSubgroupsList_Override(d DataGitlabGroupSubgroupsSubgroupsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGitlabGroupSubgroupsSubgroupsOutputReference_Override ¶
func NewDataGitlabGroupSubgroupsSubgroupsOutputReference_Override(d DataGitlabGroupSubgroupsSubgroupsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGitlabGroupSubgroups_Override ¶
func NewDataGitlabGroupSubgroups_Override(d DataGitlabGroupSubgroups, scope constructs.Construct, id *string, config *DataGitlabGroupSubgroupsConfig)
Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups gitlab_group_subgroups} Data Source.
Types ¶
type DataGitlabGroupSubgroups ¶
type DataGitlabGroupSubgroups interface { cdktf.TerraformDataSource AllAvailable() interface{} SetAllAvailable(val interface{}) AllAvailableInput() interface{} // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string GroupId() *float64 SetGroupId(val *float64) GroupIdInput() *float64 Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) MinAccessLevel() *string SetMinAccessLevel(val *string) MinAccessLevelInput() *string // The tree node. Node() constructs.Node OrderBy() *string SetOrderBy(val *string) OrderByInput() *string Owned() interface{} SetOwned(val interface{}) OwnedInput() interface{} // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. RawOverrides() interface{} Search() *string SetSearch(val *string) SearchInput() *string SkipGroups() *[]*float64 SetSkipGroups(val *[]*float64) SkipGroupsInput() *[]*float64 Sort() *string SetSort(val *string) SortInput() *string Statistics() interface{} SetStatistics(val interface{}) StatisticsInput() interface{} Subgroups() DataGitlabGroupSubgroupsSubgroupsList // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string WithCustomAttributes() interface{} SetWithCustomAttributes(val interface{}) WithCustomAttributesInput() interface{} // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) ResetAllAvailable() ResetId() ResetMinAccessLevel() ResetOrderBy() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetOwned() ResetSearch() ResetSkipGroups() ResetSort() ResetStatistics() ResetWithCustomAttributes() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Adds this resource to the terraform JSON output. // Experimental. ToHclTerraform() interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups gitlab_group_subgroups}.
func NewDataGitlabGroupSubgroups ¶
func NewDataGitlabGroupSubgroups(scope constructs.Construct, id *string, config *DataGitlabGroupSubgroupsConfig) DataGitlabGroupSubgroups
Create a new {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups gitlab_group_subgroups} Data Source.
type DataGitlabGroupSubgroupsConfig ¶
type DataGitlabGroupSubgroupsConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // The ID of the group. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#group_id DataGitlabGroupSubgroups#group_id} GroupId *float64 `field:"required" json:"groupId" yaml:"groupId"` // Show all the groups you have access to. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#all_available DataGitlabGroupSubgroups#all_available} AllAvailable interface{} `field:"optional" json:"allAvailable" yaml:"allAvailable"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#id DataGitlabGroupSubgroups#id}. // // Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. // If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. Id *string `field:"optional" json:"id" yaml:"id"` // Limit to groups where current user has at least this access level. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#min_access_level DataGitlabGroupSubgroups#min_access_level} MinAccessLevel *string `field:"optional" json:"minAccessLevel" yaml:"minAccessLevel"` // Order groups by name, path or id. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#order_by DataGitlabGroupSubgroups#order_by} OrderBy *string `field:"optional" json:"orderBy" yaml:"orderBy"` // Limit to groups explicitly owned by the current user. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#owned DataGitlabGroupSubgroups#owned} Owned interface{} `field:"optional" json:"owned" yaml:"owned"` // Return the list of authorized groups matching the search criteria. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#search DataGitlabGroupSubgroups#search} Search *string `field:"optional" json:"search" yaml:"search"` // Skip the group IDs passed. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#skip_groups DataGitlabGroupSubgroups#skip_groups} SkipGroups *[]*float64 `field:"optional" json:"skipGroups" yaml:"skipGroups"` // Order groups in asc or desc order. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#sort DataGitlabGroupSubgroups#sort} Sort *string `field:"optional" json:"sort" yaml:"sort"` // Include group statistics (administrators only). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#statistics DataGitlabGroupSubgroups#statistics} Statistics interface{} `field:"optional" json:"statistics" yaml:"statistics"` // Include custom attributes in response (administrators only). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitlabhq/gitlab/17.6.0/docs/data-sources/group_subgroups#with_custom_attributes DataGitlabGroupSubgroups#with_custom_attributes} WithCustomAttributes interface{} `field:"optional" json:"withCustomAttributes" yaml:"withCustomAttributes"` }
type DataGitlabGroupSubgroupsSubgroups ¶
type DataGitlabGroupSubgroupsSubgroups struct { }
type DataGitlabGroupSubgroupsSubgroupsList ¶
type DataGitlabGroupSubgroupsSubgroupsList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DataGitlabGroupSubgroupsSubgroupsOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataGitlabGroupSubgroupsSubgroupsList ¶
func NewDataGitlabGroupSubgroupsSubgroupsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGitlabGroupSubgroupsSubgroupsList
type DataGitlabGroupSubgroupsSubgroupsOutputReference ¶
type DataGitlabGroupSubgroupsSubgroupsOutputReference interface { cdktf.ComplexObject AllowedEmailDomainsList() *string AutoDevopsEnabled() cdktf.IResolvable AvatarUrl() *string // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) CreatedAt() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string DefaultBranchProtection() *float64 Description() *string EmailsEnabled() cdktf.IResolvable FileTemplateProjectId() *float64 // Experimental. Fqn() *string FullName() *string FullPath() *string GroupId() *float64 InternalValue() *DataGitlabGroupSubgroupsSubgroups SetInternalValue(val *DataGitlabGroupSubgroupsSubgroups) IpRestrictionRanges() *string LfsEnabled() cdktf.IResolvable MentionsDisabled() cdktf.IResolvable Name() *string ParentId() *float64 Path() *string ProjectCreationLevel() *string RequestAccessEnabled() cdktf.IResolvable RequireTwoFactorAuthentication() cdktf.IResolvable Statistics() cdktf.StringMap SubgroupCreationLevel() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) TwoFactorGracePeriod() *float64 Visibility() *string WebUrl() *string WikiAccessLevel() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataGitlabGroupSubgroupsSubgroupsOutputReference ¶
func NewDataGitlabGroupSubgroupsSubgroupsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGitlabGroupSubgroupsSubgroupsOutputReference
Source Files ¶
- DataGitlabGroupSubgroups.go
- DataGitlabGroupSubgroupsConfig.go
- DataGitlabGroupSubgroupsSubgroups.go
- DataGitlabGroupSubgroupsSubgroupsList.go
- DataGitlabGroupSubgroupsSubgroupsList__checks.go
- DataGitlabGroupSubgroupsSubgroupsOutputReference.go
- DataGitlabGroupSubgroupsSubgroupsOutputReference__checks.go
- DataGitlabGroupSubgroups__checks.go
- main.go