Documentation ¶
Index ¶
- func MonitorDiagnosticSetting_IsConstruct(x interface{}) *bool
- func MonitorDiagnosticSetting_IsTerraformElement(x interface{}) *bool
- func MonitorDiagnosticSetting_IsTerraformResource(x interface{}) *bool
- func MonitorDiagnosticSetting_TfResourceType() *string
- func NewMonitorDiagnosticSettingEnabledLogList_Override(m MonitorDiagnosticSettingEnabledLogList, ...)
- func NewMonitorDiagnosticSettingEnabledLogOutputReference_Override(m MonitorDiagnosticSettingEnabledLogOutputReference, ...)
- func NewMonitorDiagnosticSettingEnabledLogRetentionPolicyOutputReference_Override(m MonitorDiagnosticSettingEnabledLogRetentionPolicyOutputReference, ...)
- func NewMonitorDiagnosticSettingLogList_Override(m MonitorDiagnosticSettingLogList, ...)
- func NewMonitorDiagnosticSettingLogOutputReference_Override(m MonitorDiagnosticSettingLogOutputReference, ...)
- func NewMonitorDiagnosticSettingLogRetentionPolicyOutputReference_Override(m MonitorDiagnosticSettingLogRetentionPolicyOutputReference, ...)
- func NewMonitorDiagnosticSettingMetricList_Override(m MonitorDiagnosticSettingMetricList, ...)
- func NewMonitorDiagnosticSettingMetricOutputReference_Override(m MonitorDiagnosticSettingMetricOutputReference, ...)
- func NewMonitorDiagnosticSettingMetricRetentionPolicyOutputReference_Override(m MonitorDiagnosticSettingMetricRetentionPolicyOutputReference, ...)
- func NewMonitorDiagnosticSettingTimeoutsOutputReference_Override(m MonitorDiagnosticSettingTimeoutsOutputReference, ...)
- func NewMonitorDiagnosticSetting_Override(m MonitorDiagnosticSetting, scope constructs.Construct, id *string, ...)
- type MonitorDiagnosticSetting
- type MonitorDiagnosticSettingConfig
- type MonitorDiagnosticSettingEnabledLog
- type MonitorDiagnosticSettingEnabledLogList
- type MonitorDiagnosticSettingEnabledLogOutputReference
- type MonitorDiagnosticSettingEnabledLogRetentionPolicy
- type MonitorDiagnosticSettingEnabledLogRetentionPolicyOutputReference
- type MonitorDiagnosticSettingLog
- type MonitorDiagnosticSettingLogList
- type MonitorDiagnosticSettingLogOutputReference
- type MonitorDiagnosticSettingLogRetentionPolicy
- type MonitorDiagnosticSettingLogRetentionPolicyOutputReference
- type MonitorDiagnosticSettingMetric
- type MonitorDiagnosticSettingMetricList
- type MonitorDiagnosticSettingMetricOutputReference
- type MonitorDiagnosticSettingMetricRetentionPolicy
- type MonitorDiagnosticSettingMetricRetentionPolicyOutputReference
- type MonitorDiagnosticSettingTimeouts
- type MonitorDiagnosticSettingTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MonitorDiagnosticSetting_IsConstruct ¶
func MonitorDiagnosticSetting_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 MonitorDiagnosticSetting_IsTerraformElement ¶
func MonitorDiagnosticSetting_IsTerraformElement(x interface{}) *bool
Experimental.
func MonitorDiagnosticSetting_IsTerraformResource ¶
func MonitorDiagnosticSetting_IsTerraformResource(x interface{}) *bool
Experimental.
func MonitorDiagnosticSetting_TfResourceType ¶
func MonitorDiagnosticSetting_TfResourceType() *string
func NewMonitorDiagnosticSettingEnabledLogList_Override ¶
func NewMonitorDiagnosticSettingEnabledLogList_Override(m MonitorDiagnosticSettingEnabledLogList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewMonitorDiagnosticSettingEnabledLogOutputReference_Override ¶
func NewMonitorDiagnosticSettingEnabledLogOutputReference_Override(m MonitorDiagnosticSettingEnabledLogOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewMonitorDiagnosticSettingEnabledLogRetentionPolicyOutputReference_Override ¶
func NewMonitorDiagnosticSettingEnabledLogRetentionPolicyOutputReference_Override(m MonitorDiagnosticSettingEnabledLogRetentionPolicyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMonitorDiagnosticSettingLogList_Override ¶
func NewMonitorDiagnosticSettingLogList_Override(m MonitorDiagnosticSettingLogList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewMonitorDiagnosticSettingLogOutputReference_Override ¶
func NewMonitorDiagnosticSettingLogOutputReference_Override(m MonitorDiagnosticSettingLogOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewMonitorDiagnosticSettingLogRetentionPolicyOutputReference_Override ¶
func NewMonitorDiagnosticSettingLogRetentionPolicyOutputReference_Override(m MonitorDiagnosticSettingLogRetentionPolicyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMonitorDiagnosticSettingMetricList_Override ¶
func NewMonitorDiagnosticSettingMetricList_Override(m MonitorDiagnosticSettingMetricList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewMonitorDiagnosticSettingMetricOutputReference_Override ¶
func NewMonitorDiagnosticSettingMetricOutputReference_Override(m MonitorDiagnosticSettingMetricOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewMonitorDiagnosticSettingMetricRetentionPolicyOutputReference_Override ¶
func NewMonitorDiagnosticSettingMetricRetentionPolicyOutputReference_Override(m MonitorDiagnosticSettingMetricRetentionPolicyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMonitorDiagnosticSettingTimeoutsOutputReference_Override ¶
func NewMonitorDiagnosticSettingTimeoutsOutputReference_Override(m MonitorDiagnosticSettingTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMonitorDiagnosticSetting_Override ¶
func NewMonitorDiagnosticSetting_Override(m MonitorDiagnosticSetting, scope constructs.Construct, id *string, config *MonitorDiagnosticSettingConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/monitor_diagnostic_setting azurerm_monitor_diagnostic_setting} Resource.
Types ¶
type MonitorDiagnosticSetting ¶
type MonitorDiagnosticSetting 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) EnabledLog() MonitorDiagnosticSettingEnabledLogList EnabledLogInput() interface{} EventhubAuthorizationRuleId() *string SetEventhubAuthorizationRuleId(val *string) EventhubAuthorizationRuleIdInput() *string EventhubName() *string SetEventhubName(val *string) EventhubNameInput() *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) Log() MonitorDiagnosticSettingLogList LogAnalyticsDestinationType() *string SetLogAnalyticsDestinationType(val *string) LogAnalyticsDestinationTypeInput() *string LogAnalyticsWorkspaceId() *string SetLogAnalyticsWorkspaceId(val *string) LogAnalyticsWorkspaceIdInput() *string LogInput() interface{} Metric() MonitorDiagnosticSettingMetricList MetricInput() interface{} Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node PartnerSolutionId() *string SetPartnerSolutionId(val *string) PartnerSolutionIdInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} StorageAccountId() *string SetStorageAccountId(val *string) StorageAccountIdInput() *string TargetResourceId() *string SetTargetResourceId(val *string) TargetResourceIdInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() MonitorDiagnosticSettingTimeoutsOutputReference 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) PutEnabledLog(value interface{}) PutLog(value interface{}) PutMetric(value interface{}) PutTimeouts(value *MonitorDiagnosticSettingTimeouts) ResetEnabledLog() ResetEventhubAuthorizationRuleId() ResetEventhubName() ResetId() ResetLog() ResetLogAnalyticsDestinationType() ResetLogAnalyticsWorkspaceId() ResetMetric() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPartnerSolutionId() ResetStorageAccountId() 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/resources/monitor_diagnostic_setting azurerm_monitor_diagnostic_setting}.
func NewMonitorDiagnosticSetting ¶
func NewMonitorDiagnosticSetting(scope constructs.Construct, id *string, config *MonitorDiagnosticSettingConfig) MonitorDiagnosticSetting
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/monitor_diagnostic_setting azurerm_monitor_diagnostic_setting} Resource.
type MonitorDiagnosticSettingConfig ¶
type MonitorDiagnosticSettingConfig 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/resources/monitor_diagnostic_setting#name MonitorDiagnosticSetting#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/resources/monitor_diagnostic_setting#target_resource_id MonitorDiagnosticSetting#target_resource_id}. TargetResourceId *string `field:"required" json:"targetResourceId" yaml:"targetResourceId"` // enabled_log block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/monitor_diagnostic_setting#enabled_log MonitorDiagnosticSetting#enabled_log} EnabledLog interface{} `field:"optional" json:"enabledLog" yaml:"enabledLog"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/monitor_diagnostic_setting#eventhub_authorization_rule_id MonitorDiagnosticSetting#eventhub_authorization_rule_id}. EventhubAuthorizationRuleId *string `field:"optional" json:"eventhubAuthorizationRuleId" yaml:"eventhubAuthorizationRuleId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/monitor_diagnostic_setting#eventhub_name MonitorDiagnosticSetting#eventhub_name}. EventhubName *string `field:"optional" json:"eventhubName" yaml:"eventhubName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/monitor_diagnostic_setting#id MonitorDiagnosticSetting#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"` // log block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/monitor_diagnostic_setting#log MonitorDiagnosticSetting#log} Log interface{} `field:"optional" json:"log" yaml:"log"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/monitor_diagnostic_setting#log_analytics_destination_type MonitorDiagnosticSetting#log_analytics_destination_type}. LogAnalyticsDestinationType *string `field:"optional" json:"logAnalyticsDestinationType" yaml:"logAnalyticsDestinationType"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/monitor_diagnostic_setting#log_analytics_workspace_id MonitorDiagnosticSetting#log_analytics_workspace_id}. LogAnalyticsWorkspaceId *string `field:"optional" json:"logAnalyticsWorkspaceId" yaml:"logAnalyticsWorkspaceId"` // metric block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/monitor_diagnostic_setting#metric MonitorDiagnosticSetting#metric} Metric interface{} `field:"optional" json:"metric" yaml:"metric"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/monitor_diagnostic_setting#partner_solution_id MonitorDiagnosticSetting#partner_solution_id}. PartnerSolutionId *string `field:"optional" json:"partnerSolutionId" yaml:"partnerSolutionId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/monitor_diagnostic_setting#storage_account_id MonitorDiagnosticSetting#storage_account_id}. StorageAccountId *string `field:"optional" json:"storageAccountId" yaml:"storageAccountId"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/monitor_diagnostic_setting#timeouts MonitorDiagnosticSetting#timeouts} Timeouts *MonitorDiagnosticSettingTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type MonitorDiagnosticSettingEnabledLog ¶
type MonitorDiagnosticSettingEnabledLog struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/monitor_diagnostic_setting#category MonitorDiagnosticSetting#category}. Category *string `field:"optional" json:"category" yaml:"category"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/monitor_diagnostic_setting#category_group MonitorDiagnosticSetting#category_group}. CategoryGroup *string `field:"optional" json:"categoryGroup" yaml:"categoryGroup"` // retention_policy block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/monitor_diagnostic_setting#retention_policy MonitorDiagnosticSetting#retention_policy} RetentionPolicy *MonitorDiagnosticSettingEnabledLogRetentionPolicy `field:"optional" json:"retentionPolicy" yaml:"retentionPolicy"` }
type MonitorDiagnosticSettingEnabledLogList ¶
type MonitorDiagnosticSettingEnabledLogList 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) MonitorDiagnosticSettingEnabledLogOutputReference // 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 NewMonitorDiagnosticSettingEnabledLogList ¶
func NewMonitorDiagnosticSettingEnabledLogList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MonitorDiagnosticSettingEnabledLogList
type MonitorDiagnosticSettingEnabledLogOutputReference ¶
type MonitorDiagnosticSettingEnabledLogOutputReference interface { cdktf.ComplexObject Category() *string SetCategory(val *string) CategoryGroup() *string SetCategoryGroup(val *string) CategoryGroupInput() *string CategoryInput() *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() interface{} SetInternalValue(val interface{}) RetentionPolicy() MonitorDiagnosticSettingEnabledLogRetentionPolicyOutputReference RetentionPolicyInput() *MonitorDiagnosticSettingEnabledLogRetentionPolicy // 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 PutRetentionPolicy(value *MonitorDiagnosticSettingEnabledLogRetentionPolicy) ResetCategory() ResetCategoryGroup() ResetRetentionPolicy() // 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 NewMonitorDiagnosticSettingEnabledLogOutputReference ¶
func NewMonitorDiagnosticSettingEnabledLogOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) MonitorDiagnosticSettingEnabledLogOutputReference
type MonitorDiagnosticSettingEnabledLogRetentionPolicy ¶
type MonitorDiagnosticSettingEnabledLogRetentionPolicy struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/monitor_diagnostic_setting#enabled MonitorDiagnosticSetting#enabled}. Enabled interface{} `field:"required" json:"enabled" yaml:"enabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/monitor_diagnostic_setting#days MonitorDiagnosticSetting#days}. Days *float64 `field:"optional" json:"days" yaml:"days"` }
type MonitorDiagnosticSettingEnabledLogRetentionPolicyOutputReference ¶
type MonitorDiagnosticSettingEnabledLogRetentionPolicyOutputReference 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 Days() *float64 SetDays(val *float64) DaysInput() *float64 Enabled() interface{} SetEnabled(val interface{}) EnabledInput() interface{} // Experimental. Fqn() *string InternalValue() *MonitorDiagnosticSettingEnabledLogRetentionPolicy SetInternalValue(val *MonitorDiagnosticSettingEnabledLogRetentionPolicy) // 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 ResetDays() // 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 NewMonitorDiagnosticSettingEnabledLogRetentionPolicyOutputReference ¶
func NewMonitorDiagnosticSettingEnabledLogRetentionPolicyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MonitorDiagnosticSettingEnabledLogRetentionPolicyOutputReference
type MonitorDiagnosticSettingLog ¶
type MonitorDiagnosticSettingLog struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/monitor_diagnostic_setting#category MonitorDiagnosticSetting#category}. Category *string `field:"optional" json:"category" yaml:"category"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/monitor_diagnostic_setting#category_group MonitorDiagnosticSetting#category_group}. CategoryGroup *string `field:"optional" json:"categoryGroup" yaml:"categoryGroup"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/monitor_diagnostic_setting#enabled MonitorDiagnosticSetting#enabled}. Enabled interface{} `field:"optional" json:"enabled" yaml:"enabled"` // retention_policy block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/monitor_diagnostic_setting#retention_policy MonitorDiagnosticSetting#retention_policy} RetentionPolicy *MonitorDiagnosticSettingLogRetentionPolicy `field:"optional" json:"retentionPolicy" yaml:"retentionPolicy"` }
type MonitorDiagnosticSettingLogList ¶
type MonitorDiagnosticSettingLogList 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) MonitorDiagnosticSettingLogOutputReference // 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 NewMonitorDiagnosticSettingLogList ¶
func NewMonitorDiagnosticSettingLogList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MonitorDiagnosticSettingLogList
type MonitorDiagnosticSettingLogOutputReference ¶
type MonitorDiagnosticSettingLogOutputReference interface { cdktf.ComplexObject Category() *string SetCategory(val *string) CategoryGroup() *string SetCategoryGroup(val *string) CategoryGroupInput() *string CategoryInput() *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 Enabled() interface{} SetEnabled(val interface{}) EnabledInput() interface{} // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) RetentionPolicy() MonitorDiagnosticSettingLogRetentionPolicyOutputReference RetentionPolicyInput() *MonitorDiagnosticSettingLogRetentionPolicy // 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 PutRetentionPolicy(value *MonitorDiagnosticSettingLogRetentionPolicy) ResetCategory() ResetCategoryGroup() ResetEnabled() ResetRetentionPolicy() // 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 NewMonitorDiagnosticSettingLogOutputReference ¶
func NewMonitorDiagnosticSettingLogOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) MonitorDiagnosticSettingLogOutputReference
type MonitorDiagnosticSettingLogRetentionPolicy ¶
type MonitorDiagnosticSettingLogRetentionPolicy struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/monitor_diagnostic_setting#enabled MonitorDiagnosticSetting#enabled}. Enabled interface{} `field:"required" json:"enabled" yaml:"enabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/monitor_diagnostic_setting#days MonitorDiagnosticSetting#days}. Days *float64 `field:"optional" json:"days" yaml:"days"` }
type MonitorDiagnosticSettingLogRetentionPolicyOutputReference ¶
type MonitorDiagnosticSettingLogRetentionPolicyOutputReference 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 Days() *float64 SetDays(val *float64) DaysInput() *float64 Enabled() interface{} SetEnabled(val interface{}) EnabledInput() interface{} // Experimental. Fqn() *string InternalValue() *MonitorDiagnosticSettingLogRetentionPolicy SetInternalValue(val *MonitorDiagnosticSettingLogRetentionPolicy) // 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 ResetDays() // 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 NewMonitorDiagnosticSettingLogRetentionPolicyOutputReference ¶
func NewMonitorDiagnosticSettingLogRetentionPolicyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MonitorDiagnosticSettingLogRetentionPolicyOutputReference
type MonitorDiagnosticSettingMetric ¶
type MonitorDiagnosticSettingMetric struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/monitor_diagnostic_setting#category MonitorDiagnosticSetting#category}. Category *string `field:"required" json:"category" yaml:"category"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/monitor_diagnostic_setting#enabled MonitorDiagnosticSetting#enabled}. Enabled interface{} `field:"optional" json:"enabled" yaml:"enabled"` // retention_policy block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/monitor_diagnostic_setting#retention_policy MonitorDiagnosticSetting#retention_policy} RetentionPolicy *MonitorDiagnosticSettingMetricRetentionPolicy `field:"optional" json:"retentionPolicy" yaml:"retentionPolicy"` }
type MonitorDiagnosticSettingMetricList ¶
type MonitorDiagnosticSettingMetricList 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) MonitorDiagnosticSettingMetricOutputReference // 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 NewMonitorDiagnosticSettingMetricList ¶
func NewMonitorDiagnosticSettingMetricList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MonitorDiagnosticSettingMetricList
type MonitorDiagnosticSettingMetricOutputReference ¶
type MonitorDiagnosticSettingMetricOutputReference interface { cdktf.ComplexObject Category() *string SetCategory(val *string) CategoryInput() *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 Enabled() interface{} SetEnabled(val interface{}) EnabledInput() interface{} // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) RetentionPolicy() MonitorDiagnosticSettingMetricRetentionPolicyOutputReference RetentionPolicyInput() *MonitorDiagnosticSettingMetricRetentionPolicy // 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 PutRetentionPolicy(value *MonitorDiagnosticSettingMetricRetentionPolicy) ResetEnabled() ResetRetentionPolicy() // 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 NewMonitorDiagnosticSettingMetricOutputReference ¶
func NewMonitorDiagnosticSettingMetricOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) MonitorDiagnosticSettingMetricOutputReference
type MonitorDiagnosticSettingMetricRetentionPolicy ¶
type MonitorDiagnosticSettingMetricRetentionPolicy struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/monitor_diagnostic_setting#enabled MonitorDiagnosticSetting#enabled}. Enabled interface{} `field:"required" json:"enabled" yaml:"enabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/monitor_diagnostic_setting#days MonitorDiagnosticSetting#days}. Days *float64 `field:"optional" json:"days" yaml:"days"` }
type MonitorDiagnosticSettingMetricRetentionPolicyOutputReference ¶
type MonitorDiagnosticSettingMetricRetentionPolicyOutputReference 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 Days() *float64 SetDays(val *float64) DaysInput() *float64 Enabled() interface{} SetEnabled(val interface{}) EnabledInput() interface{} // Experimental. Fqn() *string InternalValue() *MonitorDiagnosticSettingMetricRetentionPolicy SetInternalValue(val *MonitorDiagnosticSettingMetricRetentionPolicy) // 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 ResetDays() // 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 NewMonitorDiagnosticSettingMetricRetentionPolicyOutputReference ¶
func NewMonitorDiagnosticSettingMetricRetentionPolicyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MonitorDiagnosticSettingMetricRetentionPolicyOutputReference
type MonitorDiagnosticSettingTimeouts ¶
type MonitorDiagnosticSettingTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/monitor_diagnostic_setting#create MonitorDiagnosticSetting#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/monitor_diagnostic_setting#delete MonitorDiagnosticSetting#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/monitor_diagnostic_setting#read MonitorDiagnosticSetting#read}. Read *string `field:"optional" json:"read" yaml:"read"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/monitor_diagnostic_setting#update MonitorDiagnosticSetting#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type MonitorDiagnosticSettingTimeoutsOutputReference ¶
type MonitorDiagnosticSettingTimeoutsOutputReference 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 NewMonitorDiagnosticSettingTimeoutsOutputReference ¶
func NewMonitorDiagnosticSettingTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MonitorDiagnosticSettingTimeoutsOutputReference
Source Files ¶
- MonitorDiagnosticSetting.go
- MonitorDiagnosticSettingConfig.go
- MonitorDiagnosticSettingEnabledLog.go
- MonitorDiagnosticSettingEnabledLogList.go
- MonitorDiagnosticSettingEnabledLogList__checks.go
- MonitorDiagnosticSettingEnabledLogOutputReference.go
- MonitorDiagnosticSettingEnabledLogOutputReference__checks.go
- MonitorDiagnosticSettingEnabledLogRetentionPolicy.go
- MonitorDiagnosticSettingEnabledLogRetentionPolicyOutputReference.go
- MonitorDiagnosticSettingEnabledLogRetentionPolicyOutputReference__checks.go
- MonitorDiagnosticSettingLog.go
- MonitorDiagnosticSettingLogList.go
- MonitorDiagnosticSettingLogList__checks.go
- MonitorDiagnosticSettingLogOutputReference.go
- MonitorDiagnosticSettingLogOutputReference__checks.go
- MonitorDiagnosticSettingLogRetentionPolicy.go
- MonitorDiagnosticSettingLogRetentionPolicyOutputReference.go
- MonitorDiagnosticSettingLogRetentionPolicyOutputReference__checks.go
- MonitorDiagnosticSettingMetric.go
- MonitorDiagnosticSettingMetricList.go
- MonitorDiagnosticSettingMetricList__checks.go
- MonitorDiagnosticSettingMetricOutputReference.go
- MonitorDiagnosticSettingMetricOutputReference__checks.go
- MonitorDiagnosticSettingMetricRetentionPolicy.go
- MonitorDiagnosticSettingMetricRetentionPolicyOutputReference.go
- MonitorDiagnosticSettingMetricRetentionPolicyOutputReference__checks.go
- MonitorDiagnosticSettingTimeouts.go
- MonitorDiagnosticSettingTimeoutsOutputReference.go
- MonitorDiagnosticSettingTimeoutsOutputReference__checks.go
- MonitorDiagnosticSetting__checks.go
- main.go