Documentation ¶
Index ¶
- func DataAzurermSharedImageVersions_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func DataAzurermSharedImageVersions_IsConstruct(x interface{}) *bool
- func DataAzurermSharedImageVersions_IsTerraformDataSource(x interface{}) *bool
- func DataAzurermSharedImageVersions_IsTerraformElement(x interface{}) *bool
- func DataAzurermSharedImageVersions_TfResourceType() *string
- func NewDataAzurermSharedImageVersionsImagesList_Override(d DataAzurermSharedImageVersionsImagesList, ...)
- func NewDataAzurermSharedImageVersionsImagesOutputReference_Override(d DataAzurermSharedImageVersionsImagesOutputReference, ...)
- func NewDataAzurermSharedImageVersionsImagesTargetRegionList_Override(d DataAzurermSharedImageVersionsImagesTargetRegionList, ...)
- func NewDataAzurermSharedImageVersionsImagesTargetRegionOutputReference_Override(d DataAzurermSharedImageVersionsImagesTargetRegionOutputReference, ...)
- func NewDataAzurermSharedImageVersionsTimeoutsOutputReference_Override(d DataAzurermSharedImageVersionsTimeoutsOutputReference, ...)
- func NewDataAzurermSharedImageVersions_Override(d DataAzurermSharedImageVersions, scope constructs.Construct, id *string, ...)
- type DataAzurermSharedImageVersions
- type DataAzurermSharedImageVersionsConfig
- type DataAzurermSharedImageVersionsImages
- type DataAzurermSharedImageVersionsImagesList
- type DataAzurermSharedImageVersionsImagesOutputReference
- type DataAzurermSharedImageVersionsImagesTargetRegion
- type DataAzurermSharedImageVersionsImagesTargetRegionList
- type DataAzurermSharedImageVersionsImagesTargetRegionOutputReference
- type DataAzurermSharedImageVersionsTimeouts
- type DataAzurermSharedImageVersionsTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataAzurermSharedImageVersions_GenerateConfigForImport ¶
func DataAzurermSharedImageVersions_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a DataAzurermSharedImageVersions resource upon running "cdktf plan <stack-name>".
func DataAzurermSharedImageVersions_IsConstruct ¶
func DataAzurermSharedImageVersions_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 DataAzurermSharedImageVersions_IsTerraformDataSource ¶
func DataAzurermSharedImageVersions_IsTerraformDataSource(x interface{}) *bool
Experimental.
func DataAzurermSharedImageVersions_IsTerraformElement ¶
func DataAzurermSharedImageVersions_IsTerraformElement(x interface{}) *bool
Experimental.
func DataAzurermSharedImageVersions_TfResourceType ¶
func DataAzurermSharedImageVersions_TfResourceType() *string
func NewDataAzurermSharedImageVersionsImagesList_Override ¶
func NewDataAzurermSharedImageVersionsImagesList_Override(d DataAzurermSharedImageVersionsImagesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAzurermSharedImageVersionsImagesOutputReference_Override ¶
func NewDataAzurermSharedImageVersionsImagesOutputReference_Override(d DataAzurermSharedImageVersionsImagesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAzurermSharedImageVersionsImagesTargetRegionList_Override ¶
func NewDataAzurermSharedImageVersionsImagesTargetRegionList_Override(d DataAzurermSharedImageVersionsImagesTargetRegionList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAzurermSharedImageVersionsImagesTargetRegionOutputReference_Override ¶
func NewDataAzurermSharedImageVersionsImagesTargetRegionOutputReference_Override(d DataAzurermSharedImageVersionsImagesTargetRegionOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAzurermSharedImageVersionsTimeoutsOutputReference_Override ¶
func NewDataAzurermSharedImageVersionsTimeoutsOutputReference_Override(d DataAzurermSharedImageVersionsTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataAzurermSharedImageVersions_Override ¶
func NewDataAzurermSharedImageVersions_Override(d DataAzurermSharedImageVersions, scope constructs.Construct, id *string, config *DataAzurermSharedImageVersionsConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/data-sources/shared_image_versions azurerm_shared_image_versions} Data Source.
Types ¶
type DataAzurermSharedImageVersions ¶
type DataAzurermSharedImageVersions interface { cdktf.TerraformDataSource CdktfStack() cdktf.TerraformStack ConstructNodeMetadata() *map[string]interface{} Count() interface{} SetCount(val interface{}) DependsOn() *[]*string SetDependsOn(val *[]*string) ForEach() cdktf.ITerraformIterator SetForEach(val cdktf.ITerraformIterator) Fqn() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle SetLifecycle(val *cdktf.TerraformResourceLifecycle) Node() constructs.Node Provider() cdktf.TerraformProvider SetProvider(val cdktf.TerraformProvider) // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata TerraformMetaArguments() *map[string]interface{} // Experimental. AddOverride(path *string, value interface{}) GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool GetListAttribute(terraformAttribute *string) *[]*string GetNumberAttribute(terraformAttribute *string) *float64 GetNumberListAttribute(terraformAttribute *string) *[]*float64 GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 GetStringAttribute(terraformAttribute *string) *string GetStringMapAttribute(terraformAttribute *string) *map[string]*string InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. // Experimental. ToHclTerraform() interface{} ToMetadata() interface{} ToString() *string // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/data-sources/shared_image_versions azurerm_shared_image_versions}.
func NewDataAzurermSharedImageVersions ¶
func NewDataAzurermSharedImageVersions(scope constructs.Construct, id *string, config *DataAzurermSharedImageVersionsConfig) DataAzurermSharedImageVersions
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/data-sources/shared_image_versions azurerm_shared_image_versions} Data Source.
type DataAzurermSharedImageVersionsConfig ¶
type DataAzurermSharedImageVersionsConfig struct { cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` GalleryName *string `field:"required" json:"galleryName" yaml:"galleryName"` ImageName *string `field:"required" json:"imageName" yaml:"imageName"` ResourceGroupName *string `field:"required" json:"resourceGroupName" yaml:"resourceGroupName"` // // 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"` TagsFilter *map[string]*string `field:"optional" json:"tagsFilter" yaml:"tagsFilter"` // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/data-sources/shared_image_versions#timeouts DataAzurermSharedImageVersions#timeouts} Timeouts *DataAzurermSharedImageVersionsTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }Connection interface{} `field:"optional" json:"connection" yaml:"connection"` Count interface{} `field:"optional" json:"count" yaml:"count"` DependsOn *[]
type DataAzurermSharedImageVersionsImages ¶
type DataAzurermSharedImageVersionsImages struct { }
type DataAzurermSharedImageVersionsImagesList ¶
type DataAzurermSharedImageVersionsImagesList interface { cdktf.ComplexList // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Fqn() *string // The attribute on the parent resource this class is referencing. // The parent resource. // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAzurermSharedImageVersionsImagesList ¶
func NewDataAzurermSharedImageVersionsImagesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAzurermSharedImageVersionsImagesList
type DataAzurermSharedImageVersionsImagesOutputReference ¶
type DataAzurermSharedImageVersionsImagesOutputReference interface { cdktf.ComplexObject // Experimental. ComplexObjectIndex() interface{} SetComplexObjectIndex(val interface{}) // Experimental. ComplexObjectIsFromSet() *bool SetComplexObjectIsFromSet(val *bool) // 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. // Experimental. TerraformAttribute() *string SetTerraformAttribute(val *string) TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) ComputeFqn() *string GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool GetListAttribute(terraformAttribute *string) *[]*string GetNumberAttribute(terraformAttribute *string) *float64 GetNumberListAttribute(terraformAttribute *string) *[]*float64 GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 GetStringAttribute(terraformAttribute *string) *string GetStringMapAttribute(terraformAttribute *string) *map[string]*string InterpolationAsList() cdktf.IResolvable InterpolationForAttribute(property *string) cdktf.IResolvable // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAzurermSharedImageVersionsImagesOutputReference ¶
func NewDataAzurermSharedImageVersionsImagesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAzurermSharedImageVersionsImagesOutputReference
type DataAzurermSharedImageVersionsImagesTargetRegion ¶
type DataAzurermSharedImageVersionsImagesTargetRegion struct { }
type DataAzurermSharedImageVersionsImagesTargetRegionList ¶
type DataAzurermSharedImageVersionsImagesTargetRegionList interface { cdktf.ComplexList // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Fqn() *string // The attribute on the parent resource this class is referencing. // The parent resource. // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAzurermSharedImageVersionsImagesTargetRegionList ¶
func NewDataAzurermSharedImageVersionsImagesTargetRegionList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAzurermSharedImageVersionsImagesTargetRegionList
type DataAzurermSharedImageVersionsImagesTargetRegionOutputReference ¶
type DataAzurermSharedImageVersionsImagesTargetRegionOutputReference interface { cdktf.ComplexObject // Experimental. ComplexObjectIndex() interface{} SetComplexObjectIndex(val interface{}) // Experimental. ComplexObjectIsFromSet() *bool SetComplexObjectIsFromSet(val *bool) // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. TerraformAttribute() *string SetTerraformAttribute(val *string) TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) ComputeFqn() *string GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool GetListAttribute(terraformAttribute *string) *[]*string GetNumberAttribute(terraformAttribute *string) *float64 GetNumberListAttribute(terraformAttribute *string) *[]*float64 GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 GetStringAttribute(terraformAttribute *string) *string GetStringMapAttribute(terraformAttribute *string) *map[string]*string InterpolationAsList() cdktf.IResolvable InterpolationForAttribute(property *string) cdktf.IResolvable // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAzurermSharedImageVersionsImagesTargetRegionOutputReference ¶
func NewDataAzurermSharedImageVersionsImagesTargetRegionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAzurermSharedImageVersionsImagesTargetRegionOutputReference
type DataAzurermSharedImageVersionsTimeouts ¶
type DataAzurermSharedImageVersionsTimeouts struct { string `field:"optional" json:"read" yaml:"read"` }Read *
type DataAzurermSharedImageVersionsTimeoutsOutputReference ¶
type DataAzurermSharedImageVersionsTimeoutsOutputReference interface { cdktf.ComplexObject // Experimental. ComplexObjectIndex() interface{} SetComplexObjectIndex(val interface{}) // Experimental. ComplexObjectIsFromSet() *bool SetComplexObjectIsFromSet(val *bool) // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. TerraformAttribute() *string SetTerraformAttribute(val *string) TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) ComputeFqn() *string GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool GetListAttribute(terraformAttribute *string) *[]*string GetNumberAttribute(terraformAttribute *string) *float64 GetNumberListAttribute(terraformAttribute *string) *[]*float64 GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 GetStringAttribute(terraformAttribute *string) *string GetStringMapAttribute(terraformAttribute *string) *map[string]*string InterpolationAsList() cdktf.IResolvable // Experimental. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAzurermSharedImageVersionsTimeoutsOutputReference ¶
func NewDataAzurermSharedImageVersionsTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataAzurermSharedImageVersionsTimeoutsOutputReference
Source Files ¶
- DataAzurermSharedImageVersions.go
- DataAzurermSharedImageVersionsConfig.go
- DataAzurermSharedImageVersionsImages.go
- DataAzurermSharedImageVersionsImagesList.go
- DataAzurermSharedImageVersionsImagesList__checks.go
- DataAzurermSharedImageVersionsImagesOutputReference.go
- DataAzurermSharedImageVersionsImagesOutputReference__checks.go
- DataAzurermSharedImageVersionsImagesTargetRegion.go
- DataAzurermSharedImageVersionsImagesTargetRegionList.go
- DataAzurermSharedImageVersionsImagesTargetRegionList__checks.go
- DataAzurermSharedImageVersionsImagesTargetRegionOutputReference.go
- DataAzurermSharedImageVersionsImagesTargetRegionOutputReference__checks.go
- DataAzurermSharedImageVersionsTimeouts.go
- DataAzurermSharedImageVersionsTimeoutsOutputReference.go
- DataAzurermSharedImageVersionsTimeoutsOutputReference__checks.go
- DataAzurermSharedImageVersions__checks.go
- main.go