Versions in this module Expand all Collapse all v15 v15.4.2 Feb 12, 2026 v15.4.1 Feb 8, 2026 Changes in this version + func DataGithubReleaseAsset_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource + func DataGithubReleaseAsset_IsConstruct(x interface{}) *bool + func DataGithubReleaseAsset_IsTerraformDataSource(x interface{}) *bool + func DataGithubReleaseAsset_IsTerraformElement(x interface{}) *bool + func DataGithubReleaseAsset_TfResourceType() *string + func NewDataGithubReleaseAsset_Override(d DataGithubReleaseAsset, scope constructs.Construct, id *string, ...) + type DataGithubReleaseAsset interface + AddOverride func(path *string, value interface{}) + AssetId func() *float64 + AssetIdInput func() *float64 + BrowserDownloadUrl func() *string + CdktfStack func() cdktf.TerraformStack + ConstructNodeMetadata func() *map[string]interface{} + ContentType func() *string + Count func() interface{} + CreatedAt func() *string + DependsOn func() *[]*string + DownloadFileContents func() interface{} + DownloadFileContentsInput func() interface{} + FileContents 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 + Label func() *string + Lifecycle func() *cdktf.TerraformResourceLifecycle + Name func() *string + Node func() constructs.Node + NodeId func() *string + OverrideLogicalId func(newLogicalId *string) + Owner func() *string + OwnerInput func() *string + Provider func() cdktf.TerraformProvider + RawOverrides func() interface{} + Repository func() *string + RepositoryInput func() *string + ResetDownloadFileContents func() + ResetId func() + ResetOverrideLogicalId func() + SetAssetId func(val *float64) + SetCount func(val interface{}) + SetDependsOn func(val *[]*string) + SetDownloadFileContents func(val interface{}) + SetForEach func(val cdktf.ITerraformIterator) + SetId func(val *string) + SetLifecycle func(val *cdktf.TerraformResourceLifecycle) + SetOwner func(val *string) + SetProvider func(val cdktf.TerraformProvider) + SetRepository func(val *string) + Size func() *float64 + SynthesizeAttributes func() *map[string]interface{} + SynthesizeHclAttributes func() *map[string]interface{} + TerraformGeneratorMetadata func() *cdktf.TerraformProviderGeneratorMetadata + TerraformMetaArguments func() *map[string]interface{} + TerraformResourceType func() *string + ToHclTerraform func() interface{} + ToMetadata func() interface{} + ToString func() *string + ToTerraform func() interface{} + UpdatedAt func() *string + Url func() *string + func NewDataGithubReleaseAsset(scope constructs.Construct, id *string, config *DataGithubReleaseAssetConfig) DataGithubReleaseAsset + type DataGithubReleaseAssetConfig struct + AssetId *float64 + Connection interface{} + Count interface{} + DependsOn *[]cdktf.ITerraformDependable + DownloadFileContents interface{} + ForEach cdktf.ITerraformIterator + Id *string + Lifecycle *cdktf.TerraformResourceLifecycle + Owner *string + Provider cdktf.TerraformProvider + Provisioners *[]interface{} + Repository *string