dynatrace.RumProviderBreakdown
Explore with Pulumi AI
Create RumProviderBreakdown Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new RumProviderBreakdown(name: string, args: RumProviderBreakdownArgs, opts?: CustomResourceOptions);
@overload
def RumProviderBreakdown(resource_name: str,
args: RumProviderBreakdownArgs,
opts: Optional[ResourceOptions] = None)
@overload
def RumProviderBreakdown(resource_name: str,
opts: Optional[ResourceOptions] = None,
domain_name_pattern_list: Optional[RumProviderBreakdownDomainNamePatternListArgs] = None,
report_public_improvement: Optional[bool] = None,
resource_name_: Optional[str] = None,
resource_type: Optional[str] = None,
icon_url: Optional[str] = None,
insert_after: Optional[str] = None)
func NewRumProviderBreakdown(ctx *Context, name string, args RumProviderBreakdownArgs, opts ...ResourceOption) (*RumProviderBreakdown, error)
public RumProviderBreakdown(string name, RumProviderBreakdownArgs args, CustomResourceOptions? opts = null)
public RumProviderBreakdown(String name, RumProviderBreakdownArgs args)
public RumProviderBreakdown(String name, RumProviderBreakdownArgs args, CustomResourceOptions options)
type: dynatrace:RumProviderBreakdown
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args RumProviderBreakdownArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args RumProviderBreakdownArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args RumProviderBreakdownArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args RumProviderBreakdownArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args RumProviderBreakdownArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var rumProviderBreakdownResource = new Dynatrace.RumProviderBreakdown("rumProviderBreakdownResource", new()
{
DomainNamePatternList = new Dynatrace.Inputs.RumProviderBreakdownDomainNamePatternListArgs
{
DomainNamePatterns = new[]
{
new Dynatrace.Inputs.RumProviderBreakdownDomainNamePatternListDomainNamePatternArgs
{
Pattern = "string",
},
},
},
ReportPublicImprovement = false,
ResourceName = "string",
ResourceType = "string",
IconUrl = "string",
InsertAfter = "string",
});
example, err := dynatrace.NewRumProviderBreakdown(ctx, "rumProviderBreakdownResource", &dynatrace.RumProviderBreakdownArgs{
DomainNamePatternList: &dynatrace.RumProviderBreakdownDomainNamePatternListArgs{
DomainNamePatterns: dynatrace.RumProviderBreakdownDomainNamePatternListDomainNamePatternArray{
&dynatrace.RumProviderBreakdownDomainNamePatternListDomainNamePatternArgs{
Pattern: pulumi.String("string"),
},
},
},
ReportPublicImprovement: pulumi.Bool(false),
ResourceName: pulumi.String("string"),
ResourceType: pulumi.String("string"),
IconUrl: pulumi.String("string"),
InsertAfter: pulumi.String("string"),
})
var rumProviderBreakdownResource = new RumProviderBreakdown("rumProviderBreakdownResource", RumProviderBreakdownArgs.builder()
.domainNamePatternList(RumProviderBreakdownDomainNamePatternListArgs.builder()
.domainNamePatterns(RumProviderBreakdownDomainNamePatternListDomainNamePatternArgs.builder()
.pattern("string")
.build())
.build())
.reportPublicImprovement(false)
.resourceName("string")
.resourceType("string")
.iconUrl("string")
.insertAfter("string")
.build());
rum_provider_breakdown_resource = dynatrace.RumProviderBreakdown("rumProviderBreakdownResource",
domain_name_pattern_list={
"domain_name_patterns": [{
"pattern": "string",
}],
},
report_public_improvement=False,
resource_name_="string",
resource_type="string",
icon_url="string",
insert_after="string")
const rumProviderBreakdownResource = new dynatrace.RumProviderBreakdown("rumProviderBreakdownResource", {
domainNamePatternList: {
domainNamePatterns: [{
pattern: "string",
}],
},
reportPublicImprovement: false,
resourceName: "string",
resourceType: "string",
iconUrl: "string",
insertAfter: "string",
});
type: dynatrace:RumProviderBreakdown
properties:
domainNamePatternList:
domainNamePatterns:
- pattern: string
iconUrl: string
insertAfter: string
reportPublicImprovement: false
resourceName: string
resourceType: string
RumProviderBreakdown Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The RumProviderBreakdown resource accepts the following input properties:
- Domain
Name Pulumiverse.Pattern List Dynatrace. Inputs. Rum Provider Breakdown Domain Name Pattern List - Domain name pattern
- Report
Public boolImprovement - Send the patterns of this provider to Dynatrace to help us improve 3rd-party detection.
- Resource
Name string - Resource name
- Resource
Type string - Possible Values:
FirstParty
,ThirdParty
,Cdn
- Icon
Url string - Specify an URL for the provider's brand icon
- Insert
After string - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- Domain
Name RumPattern List Provider Breakdown Domain Name Pattern List Args - Domain name pattern
- Report
Public boolImprovement - Send the patterns of this provider to Dynatrace to help us improve 3rd-party detection.
- Resource
Name string - Resource name
- Resource
Type string - Possible Values:
FirstParty
,ThirdParty
,Cdn
- Icon
Url string - Specify an URL for the provider's brand icon
- Insert
After string - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- domain
Name RumPattern List Provider Breakdown Domain Name Pattern List - Domain name pattern
- report
Public BooleanImprovement - Send the patterns of this provider to Dynatrace to help us improve 3rd-party detection.
- resource
Name String - Resource name
- resource
Type String - Possible Values:
FirstParty
,ThirdParty
,Cdn
- icon
Url String - Specify an URL for the provider's brand icon
- insert
After String - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- domain
Name RumPattern List Provider Breakdown Domain Name Pattern List - Domain name pattern
- report
Public booleanImprovement - Send the patterns of this provider to Dynatrace to help us improve 3rd-party detection.
- resource
Name string - Resource name
- resource
Type string - Possible Values:
FirstParty
,ThirdParty
,Cdn
- icon
Url string - Specify an URL for the provider's brand icon
- insert
After string - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- domain_
name_ Rumpattern_ list Provider Breakdown Domain Name Pattern List Args - Domain name pattern
- report_
public_ boolimprovement - Send the patterns of this provider to Dynatrace to help us improve 3rd-party detection.
- resource_
name str - Resource name
- resource_
type str - Possible Values:
FirstParty
,ThirdParty
,Cdn
- icon_
url str - Specify an URL for the provider's brand icon
- insert_
after str - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- domain
Name Property MapPattern List - Domain name pattern
- report
Public BooleanImprovement - Send the patterns of this provider to Dynatrace to help us improve 3rd-party detection.
- resource
Name String - Resource name
- resource
Type String - Possible Values:
FirstParty
,ThirdParty
,Cdn
- icon
Url String - Specify an URL for the provider's brand icon
- insert
After String - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
Outputs
All input properties are implicitly available as output properties. Additionally, the RumProviderBreakdown resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing RumProviderBreakdown Resource
Get an existing RumProviderBreakdown resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: RumProviderBreakdownState, opts?: CustomResourceOptions): RumProviderBreakdown
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
domain_name_pattern_list: Optional[RumProviderBreakdownDomainNamePatternListArgs] = None,
icon_url: Optional[str] = None,
insert_after: Optional[str] = None,
report_public_improvement: Optional[bool] = None,
resource_name: Optional[str] = None,
resource_type: Optional[str] = None) -> RumProviderBreakdown
func GetRumProviderBreakdown(ctx *Context, name string, id IDInput, state *RumProviderBreakdownState, opts ...ResourceOption) (*RumProviderBreakdown, error)
public static RumProviderBreakdown Get(string name, Input<string> id, RumProviderBreakdownState? state, CustomResourceOptions? opts = null)
public static RumProviderBreakdown get(String name, Output<String> id, RumProviderBreakdownState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Domain
Name Pulumiverse.Pattern List Dynatrace. Inputs. Rum Provider Breakdown Domain Name Pattern List - Domain name pattern
- Icon
Url string - Specify an URL for the provider's brand icon
- Insert
After string - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- Report
Public boolImprovement - Send the patterns of this provider to Dynatrace to help us improve 3rd-party detection.
- Resource
Name string - Resource name
- Resource
Type string - Possible Values:
FirstParty
,ThirdParty
,Cdn
- Domain
Name RumPattern List Provider Breakdown Domain Name Pattern List Args - Domain name pattern
- Icon
Url string - Specify an URL for the provider's brand icon
- Insert
After string - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- Report
Public boolImprovement - Send the patterns of this provider to Dynatrace to help us improve 3rd-party detection.
- Resource
Name string - Resource name
- Resource
Type string - Possible Values:
FirstParty
,ThirdParty
,Cdn
- domain
Name RumPattern List Provider Breakdown Domain Name Pattern List - Domain name pattern
- icon
Url String - Specify an URL for the provider's brand icon
- insert
After String - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- report
Public BooleanImprovement - Send the patterns of this provider to Dynatrace to help us improve 3rd-party detection.
- resource
Name String - Resource name
- resource
Type String - Possible Values:
FirstParty
,ThirdParty
,Cdn
- domain
Name RumPattern List Provider Breakdown Domain Name Pattern List - Domain name pattern
- icon
Url string - Specify an URL for the provider's brand icon
- insert
After string - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- report
Public booleanImprovement - Send the patterns of this provider to Dynatrace to help us improve 3rd-party detection.
- resource
Name string - Resource name
- resource
Type string - Possible Values:
FirstParty
,ThirdParty
,Cdn
- domain_
name_ Rumpattern_ list Provider Breakdown Domain Name Pattern List Args - Domain name pattern
- icon_
url str - Specify an URL for the provider's brand icon
- insert_
after str - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- report_
public_ boolimprovement - Send the patterns of this provider to Dynatrace to help us improve 3rd-party detection.
- resource_
name str - Resource name
- resource_
type str - Possible Values:
FirstParty
,ThirdParty
,Cdn
- domain
Name Property MapPattern List - Domain name pattern
- icon
Url String - Specify an URL for the provider's brand icon
- insert
After String - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- report
Public BooleanImprovement - Send the patterns of this provider to Dynatrace to help us improve 3rd-party detection.
- resource
Name String - Resource name
- resource
Type String - Possible Values:
FirstParty
,ThirdParty
,Cdn
Supporting Types
RumProviderBreakdownDomainNamePatternList, RumProviderBreakdownDomainNamePatternListArgs
RumProviderBreakdownDomainNamePatternListDomainNamePattern, RumProviderBreakdownDomainNamePatternListDomainNamePatternArgs
- Pattern string
- Use a ends-with pattern for this content provider's domain
- Pattern string
- Use a ends-with pattern for this content provider's domain
- pattern String
- Use a ends-with pattern for this content provider's domain
- pattern string
- Use a ends-with pattern for this content provider's domain
- pattern str
- Use a ends-with pattern for this content provider's domain
- pattern String
- Use a ends-with pattern for this content provider's domain
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatrace
Terraform Provider.