mobilenetworkservice

package
v8.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 15, 2023 License: MPL-2.0 Imports: 7 Imported by: 0

README

azurerm_mobile_network_service

Refer to the Terraform Registory for docs: azurerm_mobile_network_service.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MobileNetworkService_IsConstruct

func MobileNetworkService_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 MobileNetworkService_IsTerraformElement

func MobileNetworkService_IsTerraformElement(x interface{}) *bool

Experimental.

func MobileNetworkService_IsTerraformResource

func MobileNetworkService_IsTerraformResource(x interface{}) *bool

Experimental.

func MobileNetworkService_TfResourceType

func MobileNetworkService_TfResourceType() *string

func NewMobileNetworkServicePccRuleList_Override

func NewMobileNetworkServicePccRuleList_Override(m MobileNetworkServicePccRuleList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)

func NewMobileNetworkServicePccRuleOutputReference_Override

func NewMobileNetworkServicePccRuleOutputReference_Override(m MobileNetworkServicePccRuleOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)

func NewMobileNetworkServicePccRuleQosPolicyGuaranteedBitRateOutputReference_Override

func NewMobileNetworkServicePccRuleQosPolicyGuaranteedBitRateOutputReference_Override(m MobileNetworkServicePccRuleQosPolicyGuaranteedBitRateOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)

func NewMobileNetworkServicePccRuleQosPolicyMaximumBitRateOutputReference_Override

func NewMobileNetworkServicePccRuleQosPolicyMaximumBitRateOutputReference_Override(m MobileNetworkServicePccRuleQosPolicyMaximumBitRateOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)

func NewMobileNetworkServicePccRuleQosPolicyOutputReference_Override

func NewMobileNetworkServicePccRuleQosPolicyOutputReference_Override(m MobileNetworkServicePccRuleQosPolicyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)

func NewMobileNetworkServicePccRuleServiceDataFlowTemplateList_Override

func NewMobileNetworkServicePccRuleServiceDataFlowTemplateList_Override(m MobileNetworkServicePccRuleServiceDataFlowTemplateList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)

func NewMobileNetworkServicePccRuleServiceDataFlowTemplateOutputReference_Override

func NewMobileNetworkServicePccRuleServiceDataFlowTemplateOutputReference_Override(m MobileNetworkServicePccRuleServiceDataFlowTemplateOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)

func NewMobileNetworkServiceServiceQosPolicyMaximumBitRateOutputReference_Override

func NewMobileNetworkServiceServiceQosPolicyMaximumBitRateOutputReference_Override(m MobileNetworkServiceServiceQosPolicyMaximumBitRateOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)

func NewMobileNetworkServiceServiceQosPolicyOutputReference_Override

func NewMobileNetworkServiceServiceQosPolicyOutputReference_Override(m MobileNetworkServiceServiceQosPolicyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)

func NewMobileNetworkServiceTimeoutsOutputReference_Override

func NewMobileNetworkServiceTimeoutsOutputReference_Override(m MobileNetworkServiceTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)

func NewMobileNetworkService_Override

func NewMobileNetworkService_Override(m MobileNetworkService, scope constructs.Construct, id *string, config *MobileNetworkServiceConfig)

Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service azurerm_mobile_network_service} Resource.

Types

type MobileNetworkService

type MobileNetworkService interface {
	cdktf.TerraformResource
	// Experimental.
	CdktfStack() cdktf.TerraformStack
	// Experimental.
	Connection() interface{}
	// Experimental.
	SetConnection(val interface{})
	// Experimental.
	ConstructNodeMetadata() *map[string]interface{}
	// Experimental.
	Count() interface{}
	// Experimental.
	SetCount(val interface{})
	// Experimental.
	DependsOn() *[]*string
	// Experimental.
	SetDependsOn(val *[]*string)
	// 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)
	Location() *string
	SetLocation(val *string)
	LocationInput() *string
	MobileNetworkId() *string
	SetMobileNetworkId(val *string)
	MobileNetworkIdInput() *string
	Name() *string
	SetName(val *string)
	NameInput() *string
	// The tree node.
	Node() constructs.Node
	PccRule() MobileNetworkServicePccRuleList
	PccRuleInput() interface{}
	// Experimental.
	Provider() cdktf.TerraformProvider
	// Experimental.
	SetProvider(val cdktf.TerraformProvider)
	// Experimental.
	Provisioners() *[]interface{}
	// Experimental.
	SetProvisioners(val *[]interface{})
	// Experimental.
	RawOverrides() interface{}
	ServicePrecedence() *float64
	SetServicePrecedence(val *float64)
	ServicePrecedenceInput() *float64
	ServiceQosPolicy() MobileNetworkServiceServiceQosPolicyOutputReference
	ServiceQosPolicyInput() *MobileNetworkServiceServiceQosPolicy
	Tags() *map[string]*string
	SetTags(val *map[string]*string)
	TagsInput() *map[string]*string
	// Experimental.
	TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata
	// Experimental.
	TerraformMetaArguments() *map[string]interface{}
	// Experimental.
	TerraformResourceType() *string
	Timeouts() MobileNetworkServiceTimeoutsOutputReference
	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)
	PutPccRule(value interface{})
	PutServiceQosPolicy(value *MobileNetworkServiceServiceQosPolicy)
	PutTimeouts(value *MobileNetworkServiceTimeouts)
	ResetId()
	// Resets a previously passed logical Id to use the auto-generated logical id again.
	// Experimental.
	ResetOverrideLogicalId()
	ResetServiceQosPolicy()
	ResetTags()
	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.61.0/docs/resources/mobile_network_service azurerm_mobile_network_service}.

func NewMobileNetworkService

func NewMobileNetworkService(scope constructs.Construct, id *string, config *MobileNetworkServiceConfig) MobileNetworkService

Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service azurerm_mobile_network_service} Resource.

type MobileNetworkServiceConfig

type MobileNetworkServiceConfig 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.61.0/docs/resources/mobile_network_service#location MobileNetworkService#location}.
	Location *string `field:"required" json:"location" yaml:"location"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#mobile_network_id MobileNetworkService#mobile_network_id}.
	MobileNetworkId *string `field:"required" json:"mobileNetworkId" yaml:"mobileNetworkId"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#name MobileNetworkService#name}.
	Name *string `field:"required" json:"name" yaml:"name"`
	// pcc_rule block.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#pcc_rule MobileNetworkService#pcc_rule}
	PccRule interface{} `field:"required" json:"pccRule" yaml:"pccRule"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#service_precedence MobileNetworkService#service_precedence}.
	ServicePrecedence *float64 `field:"required" json:"servicePrecedence" yaml:"servicePrecedence"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#id MobileNetworkService#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"`
	// service_qos_policy block.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#service_qos_policy MobileNetworkService#service_qos_policy}
	ServiceQosPolicy *MobileNetworkServiceServiceQosPolicy `field:"optional" json:"serviceQosPolicy" yaml:"serviceQosPolicy"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#tags MobileNetworkService#tags}.
	Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"`
	// timeouts block.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#timeouts MobileNetworkService#timeouts}
	Timeouts *MobileNetworkServiceTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"`
}

type MobileNetworkServicePccRule

type MobileNetworkServicePccRule struct {
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#name MobileNetworkService#name}.
	Name *string `field:"required" json:"name" yaml:"name"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#precedence MobileNetworkService#precedence}.
	Precedence *float64 `field:"required" json:"precedence" yaml:"precedence"`
	// service_data_flow_template block.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#service_data_flow_template MobileNetworkService#service_data_flow_template}
	ServiceDataFlowTemplate interface{} `field:"required" json:"serviceDataFlowTemplate" yaml:"serviceDataFlowTemplate"`
	// qos_policy block.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#qos_policy MobileNetworkService#qos_policy}
	QosPolicy *MobileNetworkServicePccRuleQosPolicy `field:"optional" json:"qosPolicy" yaml:"qosPolicy"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#traffic_control_enabled MobileNetworkService#traffic_control_enabled}.
	TrafficControlEnabled interface{} `field:"optional" json:"trafficControlEnabled" yaml:"trafficControlEnabled"`
}

type MobileNetworkServicePccRuleList

type MobileNetworkServicePccRuleList 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
	InternalValue() interface{}
	SetInternalValue(val interface{})
	// 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) MobileNetworkServicePccRuleOutputReference
	// 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 NewMobileNetworkServicePccRuleList

func NewMobileNetworkServicePccRuleList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MobileNetworkServicePccRuleList

type MobileNetworkServicePccRuleOutputReference

type MobileNetworkServicePccRuleOutputReference 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{})
	Name() *string
	SetName(val *string)
	NameInput() *string
	Precedence() *float64
	SetPrecedence(val *float64)
	PrecedenceInput() *float64
	QosPolicy() MobileNetworkServicePccRuleQosPolicyOutputReference
	QosPolicyInput() *MobileNetworkServicePccRuleQosPolicy
	ServiceDataFlowTemplate() MobileNetworkServicePccRuleServiceDataFlowTemplateList
	ServiceDataFlowTemplateInput() interface{}
	// Experimental.
	TerraformAttribute() *string
	// Experimental.
	SetTerraformAttribute(val *string)
	// Experimental.
	TerraformResource() cdktf.IInterpolatingParent
	// Experimental.
	SetTerraformResource(val cdktf.IInterpolatingParent)
	TrafficControlEnabled() interface{}
	SetTrafficControlEnabled(val interface{})
	TrafficControlEnabledInput() interface{}
	// 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
	PutQosPolicy(value *MobileNetworkServicePccRuleQosPolicy)
	PutServiceDataFlowTemplate(value interface{})
	ResetQosPolicy()
	ResetTrafficControlEnabled()
	// 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 NewMobileNetworkServicePccRuleOutputReference

func NewMobileNetworkServicePccRuleOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) MobileNetworkServicePccRuleOutputReference

type MobileNetworkServicePccRuleQosPolicy

type MobileNetworkServicePccRuleQosPolicy struct {
	// maximum_bit_rate block.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#maximum_bit_rate MobileNetworkService#maximum_bit_rate}
	MaximumBitRate *MobileNetworkServicePccRuleQosPolicyMaximumBitRate `field:"required" json:"maximumBitRate" yaml:"maximumBitRate"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#qos_indicator MobileNetworkService#qos_indicator}.
	QosIndicator *float64 `field:"required" json:"qosIndicator" yaml:"qosIndicator"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#allocation_and_retention_priority_level MobileNetworkService#allocation_and_retention_priority_level}.
	AllocationAndRetentionPriorityLevel *float64 `field:"optional" json:"allocationAndRetentionPriorityLevel" yaml:"allocationAndRetentionPriorityLevel"`
	// guaranteed_bit_rate block.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#guaranteed_bit_rate MobileNetworkService#guaranteed_bit_rate}
	GuaranteedBitRate *MobileNetworkServicePccRuleQosPolicyGuaranteedBitRate `field:"optional" json:"guaranteedBitRate" yaml:"guaranteedBitRate"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#preemption_capability MobileNetworkService#preemption_capability}.
	PreemptionCapability *string `field:"optional" json:"preemptionCapability" yaml:"preemptionCapability"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#preemption_vulnerability MobileNetworkService#preemption_vulnerability}.
	PreemptionVulnerability *string `field:"optional" json:"preemptionVulnerability" yaml:"preemptionVulnerability"`
}

type MobileNetworkServicePccRuleQosPolicyGuaranteedBitRate

type MobileNetworkServicePccRuleQosPolicyGuaranteedBitRate struct {
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#downlink MobileNetworkService#downlink}.
	Downlink *string `field:"required" json:"downlink" yaml:"downlink"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#uplink MobileNetworkService#uplink}.
	Uplink *string `field:"required" json:"uplink" yaml:"uplink"`
}

type MobileNetworkServicePccRuleQosPolicyGuaranteedBitRateOutputReference

type MobileNetworkServicePccRuleQosPolicyGuaranteedBitRateOutputReference 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
	Downlink() *string
	SetDownlink(val *string)
	DownlinkInput() *string
	// Experimental.
	Fqn() *string
	InternalValue() *MobileNetworkServicePccRuleQosPolicyGuaranteedBitRate
	SetInternalValue(val *MobileNetworkServicePccRuleQosPolicyGuaranteedBitRate)
	// Experimental.
	TerraformAttribute() *string
	// Experimental.
	SetTerraformAttribute(val *string)
	// Experimental.
	TerraformResource() cdktf.IInterpolatingParent
	// Experimental.
	SetTerraformResource(val cdktf.IInterpolatingParent)
	Uplink() *string
	SetUplink(val *string)
	UplinkInput() *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 NewMobileNetworkServicePccRuleQosPolicyGuaranteedBitRateOutputReference

func NewMobileNetworkServicePccRuleQosPolicyGuaranteedBitRateOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MobileNetworkServicePccRuleQosPolicyGuaranteedBitRateOutputReference

type MobileNetworkServicePccRuleQosPolicyMaximumBitRate

type MobileNetworkServicePccRuleQosPolicyMaximumBitRate struct {
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#downlink MobileNetworkService#downlink}.
	Downlink *string `field:"required" json:"downlink" yaml:"downlink"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#uplink MobileNetworkService#uplink}.
	Uplink *string `field:"required" json:"uplink" yaml:"uplink"`
}

type MobileNetworkServicePccRuleQosPolicyMaximumBitRateOutputReference

type MobileNetworkServicePccRuleQosPolicyMaximumBitRateOutputReference 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
	Downlink() *string
	SetDownlink(val *string)
	DownlinkInput() *string
	// Experimental.
	Fqn() *string
	InternalValue() *MobileNetworkServicePccRuleQosPolicyMaximumBitRate
	SetInternalValue(val *MobileNetworkServicePccRuleQosPolicyMaximumBitRate)
	// Experimental.
	TerraformAttribute() *string
	// Experimental.
	SetTerraformAttribute(val *string)
	// Experimental.
	TerraformResource() cdktf.IInterpolatingParent
	// Experimental.
	SetTerraformResource(val cdktf.IInterpolatingParent)
	Uplink() *string
	SetUplink(val *string)
	UplinkInput() *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 NewMobileNetworkServicePccRuleQosPolicyMaximumBitRateOutputReference

func NewMobileNetworkServicePccRuleQosPolicyMaximumBitRateOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MobileNetworkServicePccRuleQosPolicyMaximumBitRateOutputReference

type MobileNetworkServicePccRuleQosPolicyOutputReference

type MobileNetworkServicePccRuleQosPolicyOutputReference interface {
	cdktf.ComplexObject
	AllocationAndRetentionPriorityLevel() *float64
	SetAllocationAndRetentionPriorityLevel(val *float64)
	AllocationAndRetentionPriorityLevelInput() *float64
	// 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
	GuaranteedBitRate() MobileNetworkServicePccRuleQosPolicyGuaranteedBitRateOutputReference
	GuaranteedBitRateInput() *MobileNetworkServicePccRuleQosPolicyGuaranteedBitRate
	InternalValue() *MobileNetworkServicePccRuleQosPolicy
	SetInternalValue(val *MobileNetworkServicePccRuleQosPolicy)
	MaximumBitRate() MobileNetworkServicePccRuleQosPolicyMaximumBitRateOutputReference
	MaximumBitRateInput() *MobileNetworkServicePccRuleQosPolicyMaximumBitRate
	PreemptionCapability() *string
	SetPreemptionCapability(val *string)
	PreemptionCapabilityInput() *string
	PreemptionVulnerability() *string
	SetPreemptionVulnerability(val *string)
	PreemptionVulnerabilityInput() *string
	QosIndicator() *float64
	SetQosIndicator(val *float64)
	QosIndicatorInput() *float64
	// 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
	PutGuaranteedBitRate(value *MobileNetworkServicePccRuleQosPolicyGuaranteedBitRate)
	PutMaximumBitRate(value *MobileNetworkServicePccRuleQosPolicyMaximumBitRate)
	ResetAllocationAndRetentionPriorityLevel()
	ResetGuaranteedBitRate()
	ResetPreemptionCapability()
	ResetPreemptionVulnerability()
	// 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 NewMobileNetworkServicePccRuleQosPolicyOutputReference

func NewMobileNetworkServicePccRuleQosPolicyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MobileNetworkServicePccRuleQosPolicyOutputReference

type MobileNetworkServicePccRuleServiceDataFlowTemplate

type MobileNetworkServicePccRuleServiceDataFlowTemplate struct {
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#direction MobileNetworkService#direction}.
	Direction *string `field:"required" json:"direction" yaml:"direction"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#name MobileNetworkService#name}.
	Name *string `field:"required" json:"name" yaml:"name"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#protocol MobileNetworkService#protocol}.
	Protocol *[]*string `field:"required" json:"protocol" yaml:"protocol"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#remote_ip_list MobileNetworkService#remote_ip_list}.
	RemoteIpList *[]*string `field:"required" json:"remoteIpList" yaml:"remoteIpList"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#ports MobileNetworkService#ports}.
	Ports *[]*string `field:"optional" json:"ports" yaml:"ports"`
}

type MobileNetworkServicePccRuleServiceDataFlowTemplateList

type MobileNetworkServicePccRuleServiceDataFlowTemplateList 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
	InternalValue() interface{}
	SetInternalValue(val interface{})
	// 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) MobileNetworkServicePccRuleServiceDataFlowTemplateOutputReference
	// 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 NewMobileNetworkServicePccRuleServiceDataFlowTemplateList

func NewMobileNetworkServicePccRuleServiceDataFlowTemplateList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MobileNetworkServicePccRuleServiceDataFlowTemplateList

type MobileNetworkServicePccRuleServiceDataFlowTemplateOutputReference

type MobileNetworkServicePccRuleServiceDataFlowTemplateOutputReference 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
	Direction() *string
	SetDirection(val *string)
	DirectionInput() *string
	// Experimental.
	Fqn() *string
	InternalValue() interface{}
	SetInternalValue(val interface{})
	Name() *string
	SetName(val *string)
	NameInput() *string
	Ports() *[]*string
	SetPorts(val *[]*string)
	PortsInput() *[]*string
	Protocol() *[]*string
	SetProtocol(val *[]*string)
	ProtocolInput() *[]*string
	RemoteIpList() *[]*string
	SetRemoteIpList(val *[]*string)
	RemoteIpListInput() *[]*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
	ResetPorts()
	// 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 NewMobileNetworkServicePccRuleServiceDataFlowTemplateOutputReference

func NewMobileNetworkServicePccRuleServiceDataFlowTemplateOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) MobileNetworkServicePccRuleServiceDataFlowTemplateOutputReference

type MobileNetworkServiceServiceQosPolicy

type MobileNetworkServiceServiceQosPolicy struct {
	// maximum_bit_rate block.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#maximum_bit_rate MobileNetworkService#maximum_bit_rate}
	MaximumBitRate *MobileNetworkServiceServiceQosPolicyMaximumBitRate `field:"required" json:"maximumBitRate" yaml:"maximumBitRate"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#allocation_and_retention_priority_level MobileNetworkService#allocation_and_retention_priority_level}.
	AllocationAndRetentionPriorityLevel *float64 `field:"optional" json:"allocationAndRetentionPriorityLevel" yaml:"allocationAndRetentionPriorityLevel"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#preemption_capability MobileNetworkService#preemption_capability}.
	PreemptionCapability *string `field:"optional" json:"preemptionCapability" yaml:"preemptionCapability"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#preemption_vulnerability MobileNetworkService#preemption_vulnerability}.
	PreemptionVulnerability *string `field:"optional" json:"preemptionVulnerability" yaml:"preemptionVulnerability"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#qos_indicator MobileNetworkService#qos_indicator}.
	QosIndicator *float64 `field:"optional" json:"qosIndicator" yaml:"qosIndicator"`
}

type MobileNetworkServiceServiceQosPolicyMaximumBitRate

type MobileNetworkServiceServiceQosPolicyMaximumBitRate struct {
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#downlink MobileNetworkService#downlink}.
	Downlink *string `field:"required" json:"downlink" yaml:"downlink"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#uplink MobileNetworkService#uplink}.
	Uplink *string `field:"required" json:"uplink" yaml:"uplink"`
}

type MobileNetworkServiceServiceQosPolicyMaximumBitRateOutputReference

type MobileNetworkServiceServiceQosPolicyMaximumBitRateOutputReference 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
	Downlink() *string
	SetDownlink(val *string)
	DownlinkInput() *string
	// Experimental.
	Fqn() *string
	InternalValue() *MobileNetworkServiceServiceQosPolicyMaximumBitRate
	SetInternalValue(val *MobileNetworkServiceServiceQosPolicyMaximumBitRate)
	// Experimental.
	TerraformAttribute() *string
	// Experimental.
	SetTerraformAttribute(val *string)
	// Experimental.
	TerraformResource() cdktf.IInterpolatingParent
	// Experimental.
	SetTerraformResource(val cdktf.IInterpolatingParent)
	Uplink() *string
	SetUplink(val *string)
	UplinkInput() *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 NewMobileNetworkServiceServiceQosPolicyMaximumBitRateOutputReference

func NewMobileNetworkServiceServiceQosPolicyMaximumBitRateOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MobileNetworkServiceServiceQosPolicyMaximumBitRateOutputReference

type MobileNetworkServiceServiceQosPolicyOutputReference

type MobileNetworkServiceServiceQosPolicyOutputReference interface {
	cdktf.ComplexObject
	AllocationAndRetentionPriorityLevel() *float64
	SetAllocationAndRetentionPriorityLevel(val *float64)
	AllocationAndRetentionPriorityLevelInput() *float64
	// 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() *MobileNetworkServiceServiceQosPolicy
	SetInternalValue(val *MobileNetworkServiceServiceQosPolicy)
	MaximumBitRate() MobileNetworkServiceServiceQosPolicyMaximumBitRateOutputReference
	MaximumBitRateInput() *MobileNetworkServiceServiceQosPolicyMaximumBitRate
	PreemptionCapability() *string
	SetPreemptionCapability(val *string)
	PreemptionCapabilityInput() *string
	PreemptionVulnerability() *string
	SetPreemptionVulnerability(val *string)
	PreemptionVulnerabilityInput() *string
	QosIndicator() *float64
	SetQosIndicator(val *float64)
	QosIndicatorInput() *float64
	// 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
	PutMaximumBitRate(value *MobileNetworkServiceServiceQosPolicyMaximumBitRate)
	ResetAllocationAndRetentionPriorityLevel()
	ResetPreemptionCapability()
	ResetPreemptionVulnerability()
	ResetQosIndicator()
	// 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 NewMobileNetworkServiceServiceQosPolicyOutputReference

func NewMobileNetworkServiceServiceQosPolicyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MobileNetworkServiceServiceQosPolicyOutputReference

type MobileNetworkServiceTimeouts

type MobileNetworkServiceTimeouts struct {
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#create MobileNetworkService#create}.
	Create *string `field:"optional" json:"create" yaml:"create"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#delete MobileNetworkService#delete}.
	Delete *string `field:"optional" json:"delete" yaml:"delete"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#read MobileNetworkService#read}.
	Read *string `field:"optional" json:"read" yaml:"read"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/mobile_network_service#update MobileNetworkService#update}.
	Update *string `field:"optional" json:"update" yaml:"update"`
}

type MobileNetworkServiceTimeoutsOutputReference

type MobileNetworkServiceTimeoutsOutputReference 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)
	Create() *string
	SetCreate(val *string)
	CreateInput() *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
	Delete() *string
	SetDelete(val *string)
	DeleteInput() *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)
	Update() *string
	SetUpdate(val *string)
	UpdateInput() *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
	ResetCreate()
	ResetDelete()
	ResetRead()
	ResetUpdate()
	// 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 NewMobileNetworkServiceTimeoutsOutputReference

func NewMobileNetworkServiceTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MobileNetworkServiceTimeoutsOutputReference

Source Files

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL