Documentation ¶
Index ¶
- func DataAzurermConsumptionBudgetSubscription_IsConstruct(x interface{}) *bool
- func DataAzurermConsumptionBudgetSubscription_IsTerraformDataSource(x interface{}) *bool
- func DataAzurermConsumptionBudgetSubscription_IsTerraformElement(x interface{}) *bool
- func DataAzurermConsumptionBudgetSubscription_TfResourceType() *string
- func NewDataAzurermConsumptionBudgetSubscriptionFilterDimensionList_Override(d DataAzurermConsumptionBudgetSubscriptionFilterDimensionList, ...)
- func NewDataAzurermConsumptionBudgetSubscriptionFilterDimensionOutputReference_Override(d DataAzurermConsumptionBudgetSubscriptionFilterDimensionOutputReference, ...)
- func NewDataAzurermConsumptionBudgetSubscriptionFilterList_Override(d DataAzurermConsumptionBudgetSubscriptionFilterList, ...)
- func NewDataAzurermConsumptionBudgetSubscriptionFilterNotDimensionList_Override(d DataAzurermConsumptionBudgetSubscriptionFilterNotDimensionList, ...)
- func NewDataAzurermConsumptionBudgetSubscriptionFilterNotDimensionOutputReference_Override(d DataAzurermConsumptionBudgetSubscriptionFilterNotDimensionOutputReference, ...)
- func NewDataAzurermConsumptionBudgetSubscriptionFilterNotList_Override(d DataAzurermConsumptionBudgetSubscriptionFilterNotList, ...)
- func NewDataAzurermConsumptionBudgetSubscriptionFilterNotOutputReference_Override(d DataAzurermConsumptionBudgetSubscriptionFilterNotOutputReference, ...)
- func NewDataAzurermConsumptionBudgetSubscriptionFilterNotTagList_Override(d DataAzurermConsumptionBudgetSubscriptionFilterNotTagList, ...)
- func NewDataAzurermConsumptionBudgetSubscriptionFilterNotTagOutputReference_Override(d DataAzurermConsumptionBudgetSubscriptionFilterNotTagOutputReference, ...)
- func NewDataAzurermConsumptionBudgetSubscriptionFilterOutputReference_Override(d DataAzurermConsumptionBudgetSubscriptionFilterOutputReference, ...)
- func NewDataAzurermConsumptionBudgetSubscriptionFilterTagList_Override(d DataAzurermConsumptionBudgetSubscriptionFilterTagList, ...)
- func NewDataAzurermConsumptionBudgetSubscriptionFilterTagOutputReference_Override(d DataAzurermConsumptionBudgetSubscriptionFilterTagOutputReference, ...)
- func NewDataAzurermConsumptionBudgetSubscriptionNotificationList_Override(d DataAzurermConsumptionBudgetSubscriptionNotificationList, ...)
- func NewDataAzurermConsumptionBudgetSubscriptionNotificationOutputReference_Override(d DataAzurermConsumptionBudgetSubscriptionNotificationOutputReference, ...)
- func NewDataAzurermConsumptionBudgetSubscriptionTimePeriodList_Override(d DataAzurermConsumptionBudgetSubscriptionTimePeriodList, ...)
- func NewDataAzurermConsumptionBudgetSubscriptionTimePeriodOutputReference_Override(d DataAzurermConsumptionBudgetSubscriptionTimePeriodOutputReference, ...)
- func NewDataAzurermConsumptionBudgetSubscriptionTimeoutsOutputReference_Override(d DataAzurermConsumptionBudgetSubscriptionTimeoutsOutputReference, ...)
- func NewDataAzurermConsumptionBudgetSubscription_Override(d DataAzurermConsumptionBudgetSubscription, scope constructs.Construct, ...)
- type DataAzurermConsumptionBudgetSubscription
- type DataAzurermConsumptionBudgetSubscriptionConfig
- type DataAzurermConsumptionBudgetSubscriptionFilter
- type DataAzurermConsumptionBudgetSubscriptionFilterDimension
- type DataAzurermConsumptionBudgetSubscriptionFilterDimensionList
- type DataAzurermConsumptionBudgetSubscriptionFilterDimensionOutputReference
- type DataAzurermConsumptionBudgetSubscriptionFilterList
- type DataAzurermConsumptionBudgetSubscriptionFilterNot
- type DataAzurermConsumptionBudgetSubscriptionFilterNotDimension
- type DataAzurermConsumptionBudgetSubscriptionFilterNotDimensionList
- type DataAzurermConsumptionBudgetSubscriptionFilterNotDimensionOutputReference
- type DataAzurermConsumptionBudgetSubscriptionFilterNotList
- type DataAzurermConsumptionBudgetSubscriptionFilterNotOutputReference
- type DataAzurermConsumptionBudgetSubscriptionFilterNotTag
- type DataAzurermConsumptionBudgetSubscriptionFilterNotTagList
- type DataAzurermConsumptionBudgetSubscriptionFilterNotTagOutputReference
- type DataAzurermConsumptionBudgetSubscriptionFilterOutputReference
- type DataAzurermConsumptionBudgetSubscriptionFilterTag
- type DataAzurermConsumptionBudgetSubscriptionFilterTagList
- type DataAzurermConsumptionBudgetSubscriptionFilterTagOutputReference
- type DataAzurermConsumptionBudgetSubscriptionNotification
- type DataAzurermConsumptionBudgetSubscriptionNotificationList
- type DataAzurermConsumptionBudgetSubscriptionNotificationOutputReference
- type DataAzurermConsumptionBudgetSubscriptionTimePeriod
- type DataAzurermConsumptionBudgetSubscriptionTimePeriodList
- type DataAzurermConsumptionBudgetSubscriptionTimePeriodOutputReference
- type DataAzurermConsumptionBudgetSubscriptionTimeouts
- type DataAzurermConsumptionBudgetSubscriptionTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataAzurermConsumptionBudgetSubscription_IsConstruct ¶
func DataAzurermConsumptionBudgetSubscription_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 DataAzurermConsumptionBudgetSubscription_IsTerraformDataSource ¶
func DataAzurermConsumptionBudgetSubscription_IsTerraformDataSource(x interface{}) *bool
Experimental.
func DataAzurermConsumptionBudgetSubscription_IsTerraformElement ¶
func DataAzurermConsumptionBudgetSubscription_IsTerraformElement(x interface{}) *bool
Experimental.
func DataAzurermConsumptionBudgetSubscription_TfResourceType ¶
func DataAzurermConsumptionBudgetSubscription_TfResourceType() *string
func NewDataAzurermConsumptionBudgetSubscriptionFilterDimensionList_Override ¶
func NewDataAzurermConsumptionBudgetSubscriptionFilterDimensionList_Override(d DataAzurermConsumptionBudgetSubscriptionFilterDimensionList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAzurermConsumptionBudgetSubscriptionFilterDimensionOutputReference_Override ¶
func NewDataAzurermConsumptionBudgetSubscriptionFilterDimensionOutputReference_Override(d DataAzurermConsumptionBudgetSubscriptionFilterDimensionOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAzurermConsumptionBudgetSubscriptionFilterList_Override ¶
func NewDataAzurermConsumptionBudgetSubscriptionFilterList_Override(d DataAzurermConsumptionBudgetSubscriptionFilterList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAzurermConsumptionBudgetSubscriptionFilterNotDimensionList_Override ¶
func NewDataAzurermConsumptionBudgetSubscriptionFilterNotDimensionList_Override(d DataAzurermConsumptionBudgetSubscriptionFilterNotDimensionList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAzurermConsumptionBudgetSubscriptionFilterNotDimensionOutputReference_Override ¶
func NewDataAzurermConsumptionBudgetSubscriptionFilterNotDimensionOutputReference_Override(d DataAzurermConsumptionBudgetSubscriptionFilterNotDimensionOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAzurermConsumptionBudgetSubscriptionFilterNotList_Override ¶
func NewDataAzurermConsumptionBudgetSubscriptionFilterNotList_Override(d DataAzurermConsumptionBudgetSubscriptionFilterNotList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAzurermConsumptionBudgetSubscriptionFilterNotOutputReference_Override ¶
func NewDataAzurermConsumptionBudgetSubscriptionFilterNotOutputReference_Override(d DataAzurermConsumptionBudgetSubscriptionFilterNotOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAzurermConsumptionBudgetSubscriptionFilterNotTagList_Override ¶
func NewDataAzurermConsumptionBudgetSubscriptionFilterNotTagList_Override(d DataAzurermConsumptionBudgetSubscriptionFilterNotTagList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAzurermConsumptionBudgetSubscriptionFilterNotTagOutputReference_Override ¶
func NewDataAzurermConsumptionBudgetSubscriptionFilterNotTagOutputReference_Override(d DataAzurermConsumptionBudgetSubscriptionFilterNotTagOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAzurermConsumptionBudgetSubscriptionFilterOutputReference_Override ¶
func NewDataAzurermConsumptionBudgetSubscriptionFilterOutputReference_Override(d DataAzurermConsumptionBudgetSubscriptionFilterOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAzurermConsumptionBudgetSubscriptionFilterTagList_Override ¶
func NewDataAzurermConsumptionBudgetSubscriptionFilterTagList_Override(d DataAzurermConsumptionBudgetSubscriptionFilterTagList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAzurermConsumptionBudgetSubscriptionFilterTagOutputReference_Override ¶
func NewDataAzurermConsumptionBudgetSubscriptionFilterTagOutputReference_Override(d DataAzurermConsumptionBudgetSubscriptionFilterTagOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAzurermConsumptionBudgetSubscriptionNotificationList_Override ¶
func NewDataAzurermConsumptionBudgetSubscriptionNotificationList_Override(d DataAzurermConsumptionBudgetSubscriptionNotificationList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAzurermConsumptionBudgetSubscriptionNotificationOutputReference_Override ¶
func NewDataAzurermConsumptionBudgetSubscriptionNotificationOutputReference_Override(d DataAzurermConsumptionBudgetSubscriptionNotificationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAzurermConsumptionBudgetSubscriptionTimePeriodList_Override ¶
func NewDataAzurermConsumptionBudgetSubscriptionTimePeriodList_Override(d DataAzurermConsumptionBudgetSubscriptionTimePeriodList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAzurermConsumptionBudgetSubscriptionTimePeriodOutputReference_Override ¶
func NewDataAzurermConsumptionBudgetSubscriptionTimePeriodOutputReference_Override(d DataAzurermConsumptionBudgetSubscriptionTimePeriodOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAzurermConsumptionBudgetSubscriptionTimeoutsOutputReference_Override ¶
func NewDataAzurermConsumptionBudgetSubscriptionTimeoutsOutputReference_Override(d DataAzurermConsumptionBudgetSubscriptionTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataAzurermConsumptionBudgetSubscription_Override ¶
func NewDataAzurermConsumptionBudgetSubscription_Override(d DataAzurermConsumptionBudgetSubscription, scope constructs.Construct, id *string, config *DataAzurermConsumptionBudgetSubscriptionConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.53.0/docs/data-sources/consumption_budget_subscription azurerm_consumption_budget_subscription} Data Source.
Types ¶
type DataAzurermConsumptionBudgetSubscription ¶
type DataAzurermConsumptionBudgetSubscription interface { cdktf.TerraformDataSource Amount() *float64 // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Filter() DataAzurermConsumptionBudgetSubscriptionFilterList // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node Notification() DataAzurermConsumptionBudgetSubscriptionNotificationList // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. RawOverrides() interface{} SubscriptionId() *string SetSubscriptionId(val *string) SubscriptionIdInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string TimeGrain() *string Timeouts() DataAzurermConsumptionBudgetSubscriptionTimeoutsOutputReference TimeoutsInput() interface{} TimePeriod() DataAzurermConsumptionBudgetSubscriptionTimePeriodList // 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) PutTimeouts(value *DataAzurermConsumptionBudgetSubscriptionTimeouts) ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetTimeouts() SynthesizeAttributes() *map[string]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/hashicorp/azurerm/3.53.0/docs/data-sources/consumption_budget_subscription azurerm_consumption_budget_subscription}.
func NewDataAzurermConsumptionBudgetSubscription ¶
func NewDataAzurermConsumptionBudgetSubscription(scope constructs.Construct, id *string, config *DataAzurermConsumptionBudgetSubscriptionConfig) DataAzurermConsumptionBudgetSubscription
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.53.0/docs/data-sources/consumption_budget_subscription azurerm_consumption_budget_subscription} Data Source.
type DataAzurermConsumptionBudgetSubscriptionConfig ¶
type DataAzurermConsumptionBudgetSubscriptionConfig 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"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.53.0/docs/data-sources/consumption_budget_subscription#name DataAzurermConsumptionBudgetSubscription#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.53.0/docs/data-sources/consumption_budget_subscription#subscription_id DataAzurermConsumptionBudgetSubscription#subscription_id}. SubscriptionId *string `field:"required" json:"subscriptionId" yaml:"subscriptionId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.53.0/docs/data-sources/consumption_budget_subscription#id DataAzurermConsumptionBudgetSubscription#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"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.53.0/docs/data-sources/consumption_budget_subscription#timeouts DataAzurermConsumptionBudgetSubscription#timeouts} Timeouts *DataAzurermConsumptionBudgetSubscriptionTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type DataAzurermConsumptionBudgetSubscriptionFilter ¶
type DataAzurermConsumptionBudgetSubscriptionFilter struct { }
type DataAzurermConsumptionBudgetSubscriptionFilterDimension ¶
type DataAzurermConsumptionBudgetSubscriptionFilterDimension struct { }
type DataAzurermConsumptionBudgetSubscriptionFilterDimensionList ¶
type DataAzurermConsumptionBudgetSubscriptionFilterDimensionList 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) // Experimental. ComputeFqn() *string Get(index *float64) DataAzurermConsumptionBudgetSubscriptionFilterDimensionOutputReference // 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 NewDataAzurermConsumptionBudgetSubscriptionFilterDimensionList ¶
func NewDataAzurermConsumptionBudgetSubscriptionFilterDimensionList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAzurermConsumptionBudgetSubscriptionFilterDimensionList
type DataAzurermConsumptionBudgetSubscriptionFilterDimensionOutputReference ¶
type DataAzurermConsumptionBudgetSubscriptionFilterDimensionOutputReference interface { cdktf.ComplexObject // 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) // 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 InternalValue() *DataAzurermConsumptionBudgetSubscriptionFilterDimension SetInternalValue(val *DataAzurermConsumptionBudgetSubscriptionFilterDimension) Name() *string Operator() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Values() *[]*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 NewDataAzurermConsumptionBudgetSubscriptionFilterDimensionOutputReference ¶
func NewDataAzurermConsumptionBudgetSubscriptionFilterDimensionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAzurermConsumptionBudgetSubscriptionFilterDimensionOutputReference
type DataAzurermConsumptionBudgetSubscriptionFilterList ¶
type DataAzurermConsumptionBudgetSubscriptionFilterList 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) // Experimental. ComputeFqn() *string Get(index *float64) DataAzurermConsumptionBudgetSubscriptionFilterOutputReference // 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 NewDataAzurermConsumptionBudgetSubscriptionFilterList ¶
func NewDataAzurermConsumptionBudgetSubscriptionFilterList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAzurermConsumptionBudgetSubscriptionFilterList
type DataAzurermConsumptionBudgetSubscriptionFilterNot ¶
type DataAzurermConsumptionBudgetSubscriptionFilterNot struct { }
type DataAzurermConsumptionBudgetSubscriptionFilterNotDimension ¶
type DataAzurermConsumptionBudgetSubscriptionFilterNotDimension struct { }
type DataAzurermConsumptionBudgetSubscriptionFilterNotDimensionList ¶
type DataAzurermConsumptionBudgetSubscriptionFilterNotDimensionList 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) // Experimental. ComputeFqn() *string Get(index *float64) DataAzurermConsumptionBudgetSubscriptionFilterNotDimensionOutputReference // 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 NewDataAzurermConsumptionBudgetSubscriptionFilterNotDimensionList ¶
func NewDataAzurermConsumptionBudgetSubscriptionFilterNotDimensionList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAzurermConsumptionBudgetSubscriptionFilterNotDimensionList
type DataAzurermConsumptionBudgetSubscriptionFilterNotDimensionOutputReference ¶
type DataAzurermConsumptionBudgetSubscriptionFilterNotDimensionOutputReference interface { cdktf.ComplexObject // 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) // 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 InternalValue() *DataAzurermConsumptionBudgetSubscriptionFilterNotDimension SetInternalValue(val *DataAzurermConsumptionBudgetSubscriptionFilterNotDimension) Name() *string Operator() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Values() *[]*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 NewDataAzurermConsumptionBudgetSubscriptionFilterNotDimensionOutputReference ¶
func NewDataAzurermConsumptionBudgetSubscriptionFilterNotDimensionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAzurermConsumptionBudgetSubscriptionFilterNotDimensionOutputReference
type DataAzurermConsumptionBudgetSubscriptionFilterNotList ¶
type DataAzurermConsumptionBudgetSubscriptionFilterNotList 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) // Experimental. ComputeFqn() *string Get(index *float64) DataAzurermConsumptionBudgetSubscriptionFilterNotOutputReference // 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 NewDataAzurermConsumptionBudgetSubscriptionFilterNotList ¶
func NewDataAzurermConsumptionBudgetSubscriptionFilterNotList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAzurermConsumptionBudgetSubscriptionFilterNotList
type DataAzurermConsumptionBudgetSubscriptionFilterNotOutputReference ¶
type DataAzurermConsumptionBudgetSubscriptionFilterNotOutputReference interface { cdktf.ComplexObject // 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) // 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 Dimension() DataAzurermConsumptionBudgetSubscriptionFilterNotDimensionList // Experimental. Fqn() *string InternalValue() *DataAzurermConsumptionBudgetSubscriptionFilterNot SetInternalValue(val *DataAzurermConsumptionBudgetSubscriptionFilterNot) Tag() DataAzurermConsumptionBudgetSubscriptionFilterNotTagList // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // 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 NewDataAzurermConsumptionBudgetSubscriptionFilterNotOutputReference ¶
func NewDataAzurermConsumptionBudgetSubscriptionFilterNotOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAzurermConsumptionBudgetSubscriptionFilterNotOutputReference
type DataAzurermConsumptionBudgetSubscriptionFilterNotTag ¶
type DataAzurermConsumptionBudgetSubscriptionFilterNotTag struct { }
type DataAzurermConsumptionBudgetSubscriptionFilterNotTagList ¶
type DataAzurermConsumptionBudgetSubscriptionFilterNotTagList 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) // Experimental. ComputeFqn() *string Get(index *float64) DataAzurermConsumptionBudgetSubscriptionFilterNotTagOutputReference // 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 NewDataAzurermConsumptionBudgetSubscriptionFilterNotTagList ¶
func NewDataAzurermConsumptionBudgetSubscriptionFilterNotTagList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAzurermConsumptionBudgetSubscriptionFilterNotTagList
type DataAzurermConsumptionBudgetSubscriptionFilterNotTagOutputReference ¶
type DataAzurermConsumptionBudgetSubscriptionFilterNotTagOutputReference interface { cdktf.ComplexObject // 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) // 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 InternalValue() *DataAzurermConsumptionBudgetSubscriptionFilterNotTag SetInternalValue(val *DataAzurermConsumptionBudgetSubscriptionFilterNotTag) Name() *string Operator() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Values() *[]*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 NewDataAzurermConsumptionBudgetSubscriptionFilterNotTagOutputReference ¶
func NewDataAzurermConsumptionBudgetSubscriptionFilterNotTagOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAzurermConsumptionBudgetSubscriptionFilterNotTagOutputReference
type DataAzurermConsumptionBudgetSubscriptionFilterOutputReference ¶
type DataAzurermConsumptionBudgetSubscriptionFilterOutputReference interface { cdktf.ComplexObject // 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) // 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 Dimension() DataAzurermConsumptionBudgetSubscriptionFilterDimensionList // Experimental. Fqn() *string InternalValue() *DataAzurermConsumptionBudgetSubscriptionFilter SetInternalValue(val *DataAzurermConsumptionBudgetSubscriptionFilter) Not() DataAzurermConsumptionBudgetSubscriptionFilterNotList Tag() DataAzurermConsumptionBudgetSubscriptionFilterTagList // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // 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 NewDataAzurermConsumptionBudgetSubscriptionFilterOutputReference ¶
func NewDataAzurermConsumptionBudgetSubscriptionFilterOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAzurermConsumptionBudgetSubscriptionFilterOutputReference
type DataAzurermConsumptionBudgetSubscriptionFilterTag ¶
type DataAzurermConsumptionBudgetSubscriptionFilterTag struct { }
type DataAzurermConsumptionBudgetSubscriptionFilterTagList ¶
type DataAzurermConsumptionBudgetSubscriptionFilterTagList 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) // Experimental. ComputeFqn() *string Get(index *float64) DataAzurermConsumptionBudgetSubscriptionFilterTagOutputReference // 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 NewDataAzurermConsumptionBudgetSubscriptionFilterTagList ¶
func NewDataAzurermConsumptionBudgetSubscriptionFilterTagList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAzurermConsumptionBudgetSubscriptionFilterTagList
type DataAzurermConsumptionBudgetSubscriptionFilterTagOutputReference ¶
type DataAzurermConsumptionBudgetSubscriptionFilterTagOutputReference interface { cdktf.ComplexObject // 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) // 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 InternalValue() *DataAzurermConsumptionBudgetSubscriptionFilterTag SetInternalValue(val *DataAzurermConsumptionBudgetSubscriptionFilterTag) Name() *string Operator() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Values() *[]*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 NewDataAzurermConsumptionBudgetSubscriptionFilterTagOutputReference ¶
func NewDataAzurermConsumptionBudgetSubscriptionFilterTagOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAzurermConsumptionBudgetSubscriptionFilterTagOutputReference
type DataAzurermConsumptionBudgetSubscriptionNotification ¶
type DataAzurermConsumptionBudgetSubscriptionNotification struct { }
type DataAzurermConsumptionBudgetSubscriptionNotificationList ¶
type DataAzurermConsumptionBudgetSubscriptionNotificationList 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) // Experimental. ComputeFqn() *string Get(index *float64) DataAzurermConsumptionBudgetSubscriptionNotificationOutputReference // 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 NewDataAzurermConsumptionBudgetSubscriptionNotificationList ¶
func NewDataAzurermConsumptionBudgetSubscriptionNotificationList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAzurermConsumptionBudgetSubscriptionNotificationList
type DataAzurermConsumptionBudgetSubscriptionNotificationOutputReference ¶
type DataAzurermConsumptionBudgetSubscriptionNotificationOutputReference interface { cdktf.ComplexObject // 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) ContactEmails() *[]*string ContactGroups() *[]*string ContactRoles() *[]*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 Enabled() cdktf.IResolvable // Experimental. Fqn() *string InternalValue() *DataAzurermConsumptionBudgetSubscriptionNotification SetInternalValue(val *DataAzurermConsumptionBudgetSubscriptionNotification) Operator() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Threshold() *float64 ThresholdType() *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 NewDataAzurermConsumptionBudgetSubscriptionNotificationOutputReference ¶
func NewDataAzurermConsumptionBudgetSubscriptionNotificationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAzurermConsumptionBudgetSubscriptionNotificationOutputReference
type DataAzurermConsumptionBudgetSubscriptionTimePeriod ¶
type DataAzurermConsumptionBudgetSubscriptionTimePeriod struct { }
type DataAzurermConsumptionBudgetSubscriptionTimePeriodList ¶
type DataAzurermConsumptionBudgetSubscriptionTimePeriodList 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) // Experimental. ComputeFqn() *string Get(index *float64) DataAzurermConsumptionBudgetSubscriptionTimePeriodOutputReference // 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 NewDataAzurermConsumptionBudgetSubscriptionTimePeriodList ¶
func NewDataAzurermConsumptionBudgetSubscriptionTimePeriodList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAzurermConsumptionBudgetSubscriptionTimePeriodList
type DataAzurermConsumptionBudgetSubscriptionTimePeriodOutputReference ¶
type DataAzurermConsumptionBudgetSubscriptionTimePeriodOutputReference interface { cdktf.ComplexObject // 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) // 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 EndDate() *string // Experimental. Fqn() *string InternalValue() *DataAzurermConsumptionBudgetSubscriptionTimePeriod SetInternalValue(val *DataAzurermConsumptionBudgetSubscriptionTimePeriod) StartDate() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // 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 NewDataAzurermConsumptionBudgetSubscriptionTimePeriodOutputReference ¶
func NewDataAzurermConsumptionBudgetSubscriptionTimePeriodOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAzurermConsumptionBudgetSubscriptionTimePeriodOutputReference
type DataAzurermConsumptionBudgetSubscriptionTimeouts ¶
type DataAzurermConsumptionBudgetSubscriptionTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.53.0/docs/data-sources/consumption_budget_subscription#read DataAzurermConsumptionBudgetSubscription#read}. Read *string `field:"optional" json:"read" yaml:"read"` }
type DataAzurermConsumptionBudgetSubscriptionTimeoutsOutputReference ¶
type DataAzurermConsumptionBudgetSubscriptionTimeoutsOutputReference interface { cdktf.ComplexObject // 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) // 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 InternalValue() interface{} SetInternalValue(val interface{}) Read() *string SetRead(val *string) ReadInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // 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 ResetRead() // 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 NewDataAzurermConsumptionBudgetSubscriptionTimeoutsOutputReference ¶
func NewDataAzurermConsumptionBudgetSubscriptionTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataAzurermConsumptionBudgetSubscriptionTimeoutsOutputReference
Source Files ¶
- DataAzurermConsumptionBudgetSubscription.go
- DataAzurermConsumptionBudgetSubscriptionConfig.go
- DataAzurermConsumptionBudgetSubscriptionFilter.go
- DataAzurermConsumptionBudgetSubscriptionFilterDimension.go
- DataAzurermConsumptionBudgetSubscriptionFilterDimensionList.go
- DataAzurermConsumptionBudgetSubscriptionFilterDimensionList__checks.go
- DataAzurermConsumptionBudgetSubscriptionFilterDimensionOutputReference.go
- DataAzurermConsumptionBudgetSubscriptionFilterDimensionOutputReference__checks.go
- DataAzurermConsumptionBudgetSubscriptionFilterList.go
- DataAzurermConsumptionBudgetSubscriptionFilterList__checks.go
- DataAzurermConsumptionBudgetSubscriptionFilterNot.go
- DataAzurermConsumptionBudgetSubscriptionFilterNotDimension.go
- DataAzurermConsumptionBudgetSubscriptionFilterNotDimensionList.go
- DataAzurermConsumptionBudgetSubscriptionFilterNotDimensionList__checks.go
- DataAzurermConsumptionBudgetSubscriptionFilterNotDimensionOutputReference.go
- DataAzurermConsumptionBudgetSubscriptionFilterNotDimensionOutputReference__checks.go
- DataAzurermConsumptionBudgetSubscriptionFilterNotList.go
- DataAzurermConsumptionBudgetSubscriptionFilterNotList__checks.go
- DataAzurermConsumptionBudgetSubscriptionFilterNotOutputReference.go
- DataAzurermConsumptionBudgetSubscriptionFilterNotOutputReference__checks.go
- DataAzurermConsumptionBudgetSubscriptionFilterNotTag.go
- DataAzurermConsumptionBudgetSubscriptionFilterNotTagList.go
- DataAzurermConsumptionBudgetSubscriptionFilterNotTagList__checks.go
- DataAzurermConsumptionBudgetSubscriptionFilterNotTagOutputReference.go
- DataAzurermConsumptionBudgetSubscriptionFilterNotTagOutputReference__checks.go
- DataAzurermConsumptionBudgetSubscriptionFilterOutputReference.go
- DataAzurermConsumptionBudgetSubscriptionFilterOutputReference__checks.go
- DataAzurermConsumptionBudgetSubscriptionFilterTag.go
- DataAzurermConsumptionBudgetSubscriptionFilterTagList.go
- DataAzurermConsumptionBudgetSubscriptionFilterTagList__checks.go
- DataAzurermConsumptionBudgetSubscriptionFilterTagOutputReference.go
- DataAzurermConsumptionBudgetSubscriptionFilterTagOutputReference__checks.go
- DataAzurermConsumptionBudgetSubscriptionNotification.go
- DataAzurermConsumptionBudgetSubscriptionNotificationList.go
- DataAzurermConsumptionBudgetSubscriptionNotificationList__checks.go
- DataAzurermConsumptionBudgetSubscriptionNotificationOutputReference.go
- DataAzurermConsumptionBudgetSubscriptionNotificationOutputReference__checks.go
- DataAzurermConsumptionBudgetSubscriptionTimePeriod.go
- DataAzurermConsumptionBudgetSubscriptionTimePeriodList.go
- DataAzurermConsumptionBudgetSubscriptionTimePeriodList__checks.go
- DataAzurermConsumptionBudgetSubscriptionTimePeriodOutputReference.go
- DataAzurermConsumptionBudgetSubscriptionTimePeriodOutputReference__checks.go
- DataAzurermConsumptionBudgetSubscriptionTimeouts.go
- DataAzurermConsumptionBudgetSubscriptionTimeoutsOutputReference.go
- DataAzurermConsumptionBudgetSubscriptionTimeoutsOutputReference__checks.go
- DataAzurermConsumptionBudgetSubscription__checks.go
- main.go