Versions in this module Expand all Collapse all v6 v6.0.8 Apr 7, 2023 v6.0.7 Apr 5, 2023 Changes in this version + func NewRepositoryCollaboratorsTeamList_Override(r RepositoryCollaboratorsTeamList, ...) + func NewRepositoryCollaboratorsTeamOutputReference_Override(r RepositoryCollaboratorsTeamOutputReference, ...) + func NewRepositoryCollaboratorsUserList_Override(r RepositoryCollaboratorsUserList, ...) + func NewRepositoryCollaboratorsUserOutputReference_Override(r RepositoryCollaboratorsUserOutputReference, ...) + func NewRepositoryCollaborators_Override(r RepositoryCollaborators, scope constructs.Construct, id *string, ...) + func RepositoryCollaborators_IsConstruct(x interface{}) *bool + func RepositoryCollaborators_IsTerraformElement(x interface{}) *bool + func RepositoryCollaborators_IsTerraformResource(x interface{}) *bool + func RepositoryCollaborators_TfResourceType() *string + type RepositoryCollaborators interface + AddOverride func(path *string, value interface{}) + CdktfStack func() cdktf.TerraformStack + Connection func() interface{} + ConstructNodeMetadata func() *map[string]interface{} + Count func() *float64 + DependsOn func() *[]*string + ForEach func() cdktf.ITerraformIterator + Fqn func() *string + FriendlyUniqueId func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + Id func() *string + IdInput func() *string + InterpolationForAttribute func(terraformAttribute *string) cdktf.IResolvable + InvitationIds func() cdktf.StringMap + Lifecycle func() *cdktf.TerraformResourceLifecycle + Node func() constructs.Node + OverrideLogicalId func(newLogicalId *string) + Provider func() cdktf.TerraformProvider + Provisioners func() *[]interface{} + PutTeam func(value interface{}) + PutUser func(value interface{}) + RawOverrides func() interface{} + Repository func() *string + RepositoryInput func() *string + ResetId func() + ResetOverrideLogicalId func() + ResetTeam func() + ResetUser func() + SetConnection func(val interface{}) + SetCount func(val *float64) + SetDependsOn func(val *[]*string) + SetForEach func(val cdktf.ITerraformIterator) + SetId func(val *string) + SetLifecycle func(val *cdktf.TerraformResourceLifecycle) + SetProvider func(val cdktf.TerraformProvider) + SetProvisioners func(val *[]interface{}) + SetRepository func(val *string) + SynthesizeAttributes func() *map[string]interface{} + Team func() RepositoryCollaboratorsTeamList + TeamInput func() interface{} + TerraformGeneratorMetadata func() *cdktf.TerraformProviderGeneratorMetadata + TerraformMetaArguments func() *map[string]interface{} + TerraformResourceType func() *string + ToMetadata func() interface{} + ToString func() *string + ToTerraform func() interface{} + User func() RepositoryCollaboratorsUserList + UserInput func() interface{} + func NewRepositoryCollaborators(scope constructs.Construct, id *string, config *RepositoryCollaboratorsConfig) RepositoryCollaborators + type RepositoryCollaboratorsConfig struct + Connection interface{} + Count *float64 + DependsOn *[]cdktf.ITerraformDependable + ForEach cdktf.ITerraformIterator + Id *string + Lifecycle *cdktf.TerraformResourceLifecycle + Provider cdktf.TerraformProvider + Provisioners *[]interface{} + Repository *string + Team interface{} + User interface{} + type RepositoryCollaboratorsTeam struct + Permission *string + TeamId *string + type RepositoryCollaboratorsTeamList interface + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + Get func(index *float64) RepositoryCollaboratorsTeamOutputReference + InternalValue func() interface{} + Resolve func(_context cdktf.IResolveContext) interface{} + SetInternalValue func(val interface{}) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetWrapsSet func(val *bool) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + WrapsSet func() *bool + func NewRepositoryCollaboratorsTeamList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) RepositoryCollaboratorsTeamList + type RepositoryCollaboratorsTeamOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() interface{} + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + Permission func() *string + PermissionInput func() *string + ResetPermission func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val interface{}) + SetPermission func(val *string) + SetTeamId func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + TeamId func() *string + TeamIdInput func() *string + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewRepositoryCollaboratorsTeamOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) RepositoryCollaboratorsTeamOutputReference + type RepositoryCollaboratorsUser struct + Permission *string + Username *string + type RepositoryCollaboratorsUserList interface + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + Get func(index *float64) RepositoryCollaboratorsUserOutputReference + InternalValue func() interface{} + Resolve func(_context cdktf.IResolveContext) interface{} + SetInternalValue func(val interface{}) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetWrapsSet func(val *bool) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + WrapsSet func() *bool + func NewRepositoryCollaboratorsUserList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) RepositoryCollaboratorsUserList + type RepositoryCollaboratorsUserOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() interface{} + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + Permission func() *string + PermissionInput func() *string + ResetPermission func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val interface{}) + SetPermission func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetUsername func(val *string) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + Username func() *string + UsernameInput func() *string + func NewRepositoryCollaboratorsUserOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) RepositoryCollaboratorsUserOutputReference Other modules containing this package github.com/cdktf/cdktf-provider-github-go/github/v10 github.com/cdktf/cdktf-provider-github-go/github/v11 github.com/cdktf/cdktf-provider-github-go/github/v12 github.com/cdktf/cdktf-provider-github-go/github/v13 github.com/cdktf/cdktf-provider-github-go/github/v14 github.com/cdktf/cdktf-provider-github-go/github/v15 github.com/cdktf/cdktf-provider-github-go/github/v7 github.com/cdktf/cdktf-provider-github-go/github/v8 github.com/cdktf/cdktf-provider-github-go/github/v9