Documentation ¶
Index ¶
- func DataAzurermEventgridDomain_IsConstruct(x interface{}) *bool
- func DataAzurermEventgridDomain_IsTerraformDataSource(x interface{}) *bool
- func DataAzurermEventgridDomain_IsTerraformElement(x interface{}) *bool
- func DataAzurermEventgridDomain_TfResourceType() *string
- func NewDataAzurermEventgridDomainInboundIpRuleList_Override(d DataAzurermEventgridDomainInboundIpRuleList, ...)
- func NewDataAzurermEventgridDomainInboundIpRuleOutputReference_Override(d DataAzurermEventgridDomainInboundIpRuleOutputReference, ...)
- func NewDataAzurermEventgridDomainInputMappingDefaultValuesList_Override(d DataAzurermEventgridDomainInputMappingDefaultValuesList, ...)
- func NewDataAzurermEventgridDomainInputMappingDefaultValuesOutputReference_Override(d DataAzurermEventgridDomainInputMappingDefaultValuesOutputReference, ...)
- func NewDataAzurermEventgridDomainInputMappingFieldsList_Override(d DataAzurermEventgridDomainInputMappingFieldsList, ...)
- func NewDataAzurermEventgridDomainInputMappingFieldsOutputReference_Override(d DataAzurermEventgridDomainInputMappingFieldsOutputReference, ...)
- func NewDataAzurermEventgridDomainTimeoutsOutputReference_Override(d DataAzurermEventgridDomainTimeoutsOutputReference, ...)
- func NewDataAzurermEventgridDomain_Override(d DataAzurermEventgridDomain, scope constructs.Construct, id *string, ...)
- type DataAzurermEventgridDomain
- type DataAzurermEventgridDomainConfig
- type DataAzurermEventgridDomainInboundIpRule
- type DataAzurermEventgridDomainInboundIpRuleList
- type DataAzurermEventgridDomainInboundIpRuleOutputReference
- type DataAzurermEventgridDomainInputMappingDefaultValues
- type DataAzurermEventgridDomainInputMappingDefaultValuesList
- type DataAzurermEventgridDomainInputMappingDefaultValuesOutputReference
- type DataAzurermEventgridDomainInputMappingFields
- type DataAzurermEventgridDomainInputMappingFieldsList
- type DataAzurermEventgridDomainInputMappingFieldsOutputReference
- type DataAzurermEventgridDomainTimeouts
- type DataAzurermEventgridDomainTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataAzurermEventgridDomain_IsConstruct ¶
func DataAzurermEventgridDomain_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 DataAzurermEventgridDomain_IsTerraformDataSource ¶
func DataAzurermEventgridDomain_IsTerraformDataSource(x interface{}) *bool
Experimental.
func DataAzurermEventgridDomain_IsTerraformElement ¶
func DataAzurermEventgridDomain_IsTerraformElement(x interface{}) *bool
Experimental.
func DataAzurermEventgridDomain_TfResourceType ¶
func DataAzurermEventgridDomain_TfResourceType() *string
func NewDataAzurermEventgridDomainInboundIpRuleList_Override ¶
func NewDataAzurermEventgridDomainInboundIpRuleList_Override(d DataAzurermEventgridDomainInboundIpRuleList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAzurermEventgridDomainInboundIpRuleOutputReference_Override ¶
func NewDataAzurermEventgridDomainInboundIpRuleOutputReference_Override(d DataAzurermEventgridDomainInboundIpRuleOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAzurermEventgridDomainInputMappingDefaultValuesList_Override ¶
func NewDataAzurermEventgridDomainInputMappingDefaultValuesList_Override(d DataAzurermEventgridDomainInputMappingDefaultValuesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAzurermEventgridDomainInputMappingDefaultValuesOutputReference_Override ¶
func NewDataAzurermEventgridDomainInputMappingDefaultValuesOutputReference_Override(d DataAzurermEventgridDomainInputMappingDefaultValuesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAzurermEventgridDomainInputMappingFieldsList_Override ¶
func NewDataAzurermEventgridDomainInputMappingFieldsList_Override(d DataAzurermEventgridDomainInputMappingFieldsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAzurermEventgridDomainInputMappingFieldsOutputReference_Override ¶
func NewDataAzurermEventgridDomainInputMappingFieldsOutputReference_Override(d DataAzurermEventgridDomainInputMappingFieldsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAzurermEventgridDomainTimeoutsOutputReference_Override ¶
func NewDataAzurermEventgridDomainTimeoutsOutputReference_Override(d DataAzurermEventgridDomainTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataAzurermEventgridDomain_Override ¶
func NewDataAzurermEventgridDomain_Override(d DataAzurermEventgridDomain, scope constructs.Construct, id *string, config *DataAzurermEventgridDomainConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/data-sources/eventgrid_domain azurerm_eventgrid_domain} Data Source.
Types ¶
type DataAzurermEventgridDomain ¶
type DataAzurermEventgridDomain interface { cdktf.TerraformDataSource // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Endpoint() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string InboundIpRule() DataAzurermEventgridDomainInboundIpRuleList InputMappingDefaultValues() DataAzurermEventgridDomainInputMappingDefaultValuesList InputMappingFields() DataAzurermEventgridDomainInputMappingFieldsList InputSchema() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node PrimaryAccessKey() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) PublicNetworkAccessEnabled() cdktf.IResolvable // Experimental. RawOverrides() interface{} ResourceGroupName() *string SetResourceGroupName(val *string) ResourceGroupNameInput() *string SecondaryAccessKey() *string Tags() cdktf.StringMap // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() DataAzurermEventgridDomainTimeoutsOutputReference TimeoutsInput() 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) PutTimeouts(value *DataAzurermEventgridDomainTimeouts) 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.70.0/docs/data-sources/eventgrid_domain azurerm_eventgrid_domain}.
func NewDataAzurermEventgridDomain ¶
func NewDataAzurermEventgridDomain(scope constructs.Construct, id *string, config *DataAzurermEventgridDomainConfig) DataAzurermEventgridDomain
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/data-sources/eventgrid_domain azurerm_eventgrid_domain} Data Source.
type DataAzurermEventgridDomainConfig ¶
type DataAzurermEventgridDomainConfig 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.70.0/docs/data-sources/eventgrid_domain#name DataAzurermEventgridDomain#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/data-sources/eventgrid_domain#resource_group_name DataAzurermEventgridDomain#resource_group_name}. ResourceGroupName *string `field:"required" json:"resourceGroupName" yaml:"resourceGroupName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/data-sources/eventgrid_domain#id DataAzurermEventgridDomain#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.70.0/docs/data-sources/eventgrid_domain#timeouts DataAzurermEventgridDomain#timeouts} Timeouts *DataAzurermEventgridDomainTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type DataAzurermEventgridDomainInboundIpRule ¶
type DataAzurermEventgridDomainInboundIpRule struct { }
type DataAzurermEventgridDomainInboundIpRuleList ¶
type DataAzurermEventgridDomainInboundIpRuleList 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) DataAzurermEventgridDomainInboundIpRuleOutputReference // 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 NewDataAzurermEventgridDomainInboundIpRuleList ¶
func NewDataAzurermEventgridDomainInboundIpRuleList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAzurermEventgridDomainInboundIpRuleList
type DataAzurermEventgridDomainInboundIpRuleOutputReference ¶
type DataAzurermEventgridDomainInboundIpRuleOutputReference interface { cdktf.ComplexObject Action() *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) // 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() *DataAzurermEventgridDomainInboundIpRule SetInternalValue(val *DataAzurermEventgridDomainInboundIpRule) IpMask() *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 NewDataAzurermEventgridDomainInboundIpRuleOutputReference ¶
func NewDataAzurermEventgridDomainInboundIpRuleOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAzurermEventgridDomainInboundIpRuleOutputReference
type DataAzurermEventgridDomainInputMappingDefaultValues ¶
type DataAzurermEventgridDomainInputMappingDefaultValues struct { }
type DataAzurermEventgridDomainInputMappingDefaultValuesList ¶
type DataAzurermEventgridDomainInputMappingDefaultValuesList 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) DataAzurermEventgridDomainInputMappingDefaultValuesOutputReference // 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 NewDataAzurermEventgridDomainInputMappingDefaultValuesList ¶
func NewDataAzurermEventgridDomainInputMappingDefaultValuesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAzurermEventgridDomainInputMappingDefaultValuesList
type DataAzurermEventgridDomainInputMappingDefaultValuesOutputReference ¶
type DataAzurermEventgridDomainInputMappingDefaultValuesOutputReference 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 DataVersion() *string EventType() *string // Experimental. Fqn() *string InternalValue() *DataAzurermEventgridDomainInputMappingDefaultValues SetInternalValue(val *DataAzurermEventgridDomainInputMappingDefaultValues) Subject() *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 NewDataAzurermEventgridDomainInputMappingDefaultValuesOutputReference ¶
func NewDataAzurermEventgridDomainInputMappingDefaultValuesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAzurermEventgridDomainInputMappingDefaultValuesOutputReference
type DataAzurermEventgridDomainInputMappingFields ¶
type DataAzurermEventgridDomainInputMappingFields struct { }
type DataAzurermEventgridDomainInputMappingFieldsList ¶
type DataAzurermEventgridDomainInputMappingFieldsList 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) DataAzurermEventgridDomainInputMappingFieldsOutputReference // 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 NewDataAzurermEventgridDomainInputMappingFieldsList ¶
func NewDataAzurermEventgridDomainInputMappingFieldsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAzurermEventgridDomainInputMappingFieldsList
type DataAzurermEventgridDomainInputMappingFieldsOutputReference ¶
type DataAzurermEventgridDomainInputMappingFieldsOutputReference 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 DataVersion() *string EventTime() *string EventType() *string // Experimental. Fqn() *string Id() *string InternalValue() *DataAzurermEventgridDomainInputMappingFields SetInternalValue(val *DataAzurermEventgridDomainInputMappingFields) Subject() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Topic() *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 NewDataAzurermEventgridDomainInputMappingFieldsOutputReference ¶
func NewDataAzurermEventgridDomainInputMappingFieldsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAzurermEventgridDomainInputMappingFieldsOutputReference
type DataAzurermEventgridDomainTimeouts ¶
type DataAzurermEventgridDomainTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/data-sources/eventgrid_domain#read DataAzurermEventgridDomain#read}. Read *string `field:"optional" json:"read" yaml:"read"` }
type DataAzurermEventgridDomainTimeoutsOutputReference ¶
type DataAzurermEventgridDomainTimeoutsOutputReference 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 NewDataAzurermEventgridDomainTimeoutsOutputReference ¶
func NewDataAzurermEventgridDomainTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataAzurermEventgridDomainTimeoutsOutputReference
Source Files ¶
- DataAzurermEventgridDomain.go
- DataAzurermEventgridDomainConfig.go
- DataAzurermEventgridDomainInboundIpRule.go
- DataAzurermEventgridDomainInboundIpRuleList.go
- DataAzurermEventgridDomainInboundIpRuleList__checks.go
- DataAzurermEventgridDomainInboundIpRuleOutputReference.go
- DataAzurermEventgridDomainInboundIpRuleOutputReference__checks.go
- DataAzurermEventgridDomainInputMappingDefaultValues.go
- DataAzurermEventgridDomainInputMappingDefaultValuesList.go
- DataAzurermEventgridDomainInputMappingDefaultValuesList__checks.go
- DataAzurermEventgridDomainInputMappingDefaultValuesOutputReference.go
- DataAzurermEventgridDomainInputMappingDefaultValuesOutputReference__checks.go
- DataAzurermEventgridDomainInputMappingFields.go
- DataAzurermEventgridDomainInputMappingFieldsList.go
- DataAzurermEventgridDomainInputMappingFieldsList__checks.go
- DataAzurermEventgridDomainInputMappingFieldsOutputReference.go
- DataAzurermEventgridDomainInputMappingFieldsOutputReference__checks.go
- DataAzurermEventgridDomainTimeouts.go
- DataAzurermEventgridDomainTimeoutsOutputReference.go
- DataAzurermEventgridDomainTimeoutsOutputReference__checks.go
- DataAzurermEventgridDomain__checks.go
- main.go