Documentation ¶
Index ¶
- func DatadogMonitor_IsConstruct(x interface{}) *bool
- func DatadogMonitor_IsTerraformElement(x interface{}) *bool
- func DatadogMonitor_IsTerraformResource(x interface{}) *bool
- func DatadogMonitor_TfResourceType() *string
- func NewDatadogMonitorDatadogOrganizationOutputReference_Override(d DatadogMonitorDatadogOrganizationOutputReference, ...)
- func NewDatadogMonitorIdentityOutputReference_Override(d DatadogMonitorIdentityOutputReference, ...)
- func NewDatadogMonitorTimeoutsOutputReference_Override(d DatadogMonitorTimeoutsOutputReference, ...)
- func NewDatadogMonitorUserOutputReference_Override(d DatadogMonitorUserOutputReference, ...)
- func NewDatadogMonitor_Override(d DatadogMonitor, scope constructs.Construct, id *string, ...)
- type DatadogMonitor
- type DatadogMonitorConfig
- type DatadogMonitorDatadogOrganization
- type DatadogMonitorDatadogOrganizationOutputReference
- type DatadogMonitorIdentity
- type DatadogMonitorIdentityOutputReference
- type DatadogMonitorTimeouts
- type DatadogMonitorTimeoutsOutputReference
- type DatadogMonitorUser
- type DatadogMonitorUserOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DatadogMonitor_IsConstruct ¶
func DatadogMonitor_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 DatadogMonitor_IsTerraformElement ¶
func DatadogMonitor_IsTerraformElement(x interface{}) *bool
Experimental.
func DatadogMonitor_IsTerraformResource ¶
func DatadogMonitor_IsTerraformResource(x interface{}) *bool
Experimental.
func DatadogMonitor_TfResourceType ¶
func DatadogMonitor_TfResourceType() *string
func NewDatadogMonitorDatadogOrganizationOutputReference_Override ¶
func NewDatadogMonitorDatadogOrganizationOutputReference_Override(d DatadogMonitorDatadogOrganizationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDatadogMonitorIdentityOutputReference_Override ¶
func NewDatadogMonitorIdentityOutputReference_Override(d DatadogMonitorIdentityOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDatadogMonitorTimeoutsOutputReference_Override ¶
func NewDatadogMonitorTimeoutsOutputReference_Override(d DatadogMonitorTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDatadogMonitorUserOutputReference_Override ¶
func NewDatadogMonitorUserOutputReference_Override(d DatadogMonitorUserOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDatadogMonitor_Override ¶
func NewDatadogMonitor_Override(d DatadogMonitor, scope constructs.Construct, id *string, config *DatadogMonitorConfig)
Create a new {@link https://www.terraform.io/docs/providers/azurerm/r/datadog_monitor azurerm_datadog_monitor} Resource.
Types ¶
type DatadogMonitor ¶
type DatadogMonitor interface { cdktf.TerraformResource // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() *float64 // Experimental. SetCount(val *float64) DatadogOrganization() DatadogMonitorDatadogOrganizationOutputReference DatadogOrganizationInput() *DatadogMonitorDatadogOrganization // 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) Identity() DatadogMonitorIdentityOutputReference IdentityInput() *DatadogMonitorIdentity IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string SetLocation(val *string) LocationInput() *string MarketplaceSubscriptionStatus() *string MonitoringEnabled() interface{} SetMonitoringEnabled(val interface{}) MonitoringEnabledInput() interface{} Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} ResourceGroupName() *string SetResourceGroupName(val *string) ResourceGroupNameInput() *string SkuName() *string SetSkuName(val *string) SkuNameInput() *string 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() DatadogMonitorTimeoutsOutputReference TimeoutsInput() interface{} User() DatadogMonitorUserOutputReference UserInput() *DatadogMonitorUser // 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) PutDatadogOrganization(value *DatadogMonitorDatadogOrganization) PutIdentity(value *DatadogMonitorIdentity) PutTimeouts(value *DatadogMonitorTimeouts) PutUser(value *DatadogMonitorUser) ResetId() ResetIdentity() ResetMonitoringEnabled() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() 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://www.terraform.io/docs/providers/azurerm/r/datadog_monitor azurerm_datadog_monitor}.
func NewDatadogMonitor ¶
func NewDatadogMonitor(scope constructs.Construct, id *string, config *DatadogMonitorConfig) DatadogMonitor
Create a new {@link https://www.terraform.io/docs/providers/azurerm/r/datadog_monitor azurerm_datadog_monitor} Resource.
type DatadogMonitorConfig ¶
type DatadogMonitorConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count *float64 `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"` // datadog_organization block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/datadog_monitor#datadog_organization DatadogMonitor#datadog_organization} DatadogOrganization *DatadogMonitorDatadogOrganization `field:"required" json:"datadogOrganization" yaml:"datadogOrganization"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/datadog_monitor#location DatadogMonitor#location}. Location *string `field:"required" json:"location" yaml:"location"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/datadog_monitor#name DatadogMonitor#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/datadog_monitor#resource_group_name DatadogMonitor#resource_group_name}. ResourceGroupName *string `field:"required" json:"resourceGroupName" yaml:"resourceGroupName"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/datadog_monitor#sku_name DatadogMonitor#sku_name}. SkuName *string `field:"required" json:"skuName" yaml:"skuName"` // user block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/datadog_monitor#user DatadogMonitor#user} User *DatadogMonitorUser `field:"required" json:"user" yaml:"user"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/datadog_monitor#id DatadogMonitor#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"` // identity block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/datadog_monitor#identity DatadogMonitor#identity} Identity *DatadogMonitorIdentity `field:"optional" json:"identity" yaml:"identity"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/datadog_monitor#monitoring_enabled DatadogMonitor#monitoring_enabled}. MonitoringEnabled interface{} `field:"optional" json:"monitoringEnabled" yaml:"monitoringEnabled"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/datadog_monitor#tags DatadogMonitor#tags}. Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"` // timeouts block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/datadog_monitor#timeouts DatadogMonitor#timeouts} Timeouts *DatadogMonitorTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type DatadogMonitorDatadogOrganization ¶
type DatadogMonitorDatadogOrganization struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/datadog_monitor#api_key DatadogMonitor#api_key}. ApiKey *string `field:"required" json:"apiKey" yaml:"apiKey"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/datadog_monitor#application_key DatadogMonitor#application_key}. ApplicationKey *string `field:"required" json:"applicationKey" yaml:"applicationKey"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/datadog_monitor#enterprise_app_id DatadogMonitor#enterprise_app_id}. EnterpriseAppId *string `field:"optional" json:"enterpriseAppId" yaml:"enterpriseAppId"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/datadog_monitor#linking_auth_code DatadogMonitor#linking_auth_code}. LinkingAuthCode *string `field:"optional" json:"linkingAuthCode" yaml:"linkingAuthCode"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/datadog_monitor#linking_client_id DatadogMonitor#linking_client_id}. LinkingClientId *string `field:"optional" json:"linkingClientId" yaml:"linkingClientId"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/datadog_monitor#redirect_uri DatadogMonitor#redirect_uri}. RedirectUri *string `field:"optional" json:"redirectUri" yaml:"redirectUri"` }
type DatadogMonitorDatadogOrganizationOutputReference ¶
type DatadogMonitorDatadogOrganizationOutputReference interface { cdktf.ComplexObject ApiKey() *string SetApiKey(val *string) ApiKeyInput() *string ApplicationKey() *string SetApplicationKey(val *string) ApplicationKeyInput() *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 EnterpriseAppId() *string SetEnterpriseAppId(val *string) EnterpriseAppIdInput() *string // Experimental. Fqn() *string Id() *string InternalValue() *DatadogMonitorDatadogOrganization SetInternalValue(val *DatadogMonitorDatadogOrganization) LinkingAuthCode() *string SetLinkingAuthCode(val *string) LinkingAuthCodeInput() *string LinkingClientId() *string SetLinkingClientId(val *string) LinkingClientIdInput() *string Name() *string RedirectUri() *string SetRedirectUri(val *string) RedirectUriInput() *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 ResetEnterpriseAppId() ResetLinkingAuthCode() ResetLinkingClientId() ResetRedirectUri() // 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 NewDatadogMonitorDatadogOrganizationOutputReference ¶
func NewDatadogMonitorDatadogOrganizationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DatadogMonitorDatadogOrganizationOutputReference
type DatadogMonitorIdentity ¶
type DatadogMonitorIdentity struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/datadog_monitor#type DatadogMonitor#type}. Type *string `field:"required" json:"type" yaml:"type"` }
type DatadogMonitorIdentityOutputReference ¶
type DatadogMonitorIdentityOutputReference 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() *DatadogMonitorIdentity SetInternalValue(val *DatadogMonitorIdentity) PrincipalId() *string TenantId() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *string SetType(val *string) TypeInput() *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 NewDatadogMonitorIdentityOutputReference ¶
func NewDatadogMonitorIdentityOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DatadogMonitorIdentityOutputReference
type DatadogMonitorTimeouts ¶
type DatadogMonitorTimeouts struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/datadog_monitor#create DatadogMonitor#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/datadog_monitor#delete DatadogMonitor#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/datadog_monitor#read DatadogMonitor#read}. Read *string `field:"optional" json:"read" yaml:"read"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/datadog_monitor#update DatadogMonitor#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type DatadogMonitorTimeoutsOutputReference ¶
type DatadogMonitorTimeoutsOutputReference 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 NewDatadogMonitorTimeoutsOutputReference ¶
func NewDatadogMonitorTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DatadogMonitorTimeoutsOutputReference
type DatadogMonitorUser ¶
type DatadogMonitorUser struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/datadog_monitor#email DatadogMonitor#email}. Email *string `field:"required" json:"email" yaml:"email"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/datadog_monitor#name DatadogMonitor#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/datadog_monitor#phone_number DatadogMonitor#phone_number}. PhoneNumber *string `field:"optional" json:"phoneNumber" yaml:"phoneNumber"` }
type DatadogMonitorUserOutputReference ¶
type DatadogMonitorUserOutputReference 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 Email() *string SetEmail(val *string) EmailInput() *string // Experimental. Fqn() *string InternalValue() *DatadogMonitorUser SetInternalValue(val *DatadogMonitorUser) Name() *string SetName(val *string) NameInput() *string PhoneNumber() *string SetPhoneNumber(val *string) PhoneNumberInput() *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 ResetPhoneNumber() // 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 NewDatadogMonitorUserOutputReference ¶
func NewDatadogMonitorUserOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DatadogMonitorUserOutputReference
Source Files ¶
- datadogmonitor.go
- datadogmonitor_DatadogMonitor.go
- datadogmonitor_DatadogMonitorConfig.go
- datadogmonitor_DatadogMonitorDatadogOrganization.go
- datadogmonitor_DatadogMonitorDatadogOrganizationOutputReference.go
- datadogmonitor_DatadogMonitorDatadogOrganizationOutputReference__runtime_type_checks.go
- datadogmonitor_DatadogMonitorIdentity.go
- datadogmonitor_DatadogMonitorIdentityOutputReference.go
- datadogmonitor_DatadogMonitorIdentityOutputReference__runtime_type_checks.go
- datadogmonitor_DatadogMonitorTimeouts.go
- datadogmonitor_DatadogMonitorTimeoutsOutputReference.go
- datadogmonitor_DatadogMonitorTimeoutsOutputReference__runtime_type_checks.go
- datadogmonitor_DatadogMonitorUser.go
- datadogmonitor_DatadogMonitorUserOutputReference.go
- datadogmonitor_DatadogMonitorUserOutputReference__runtime_type_checks.go
- datadogmonitor_DatadogMonitor__runtime_type_checks.go