Dynatrace v0.10.0 published on Friday, Jun 7, 2024 by Pulumiverse
dynatrace.MutedRequests
Explore with Pulumi AI
Create MutedRequests Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new MutedRequests(name: string, args: MutedRequestsArgs, opts?: CustomResourceOptions);
@overload
def MutedRequests(resource_name: str,
args: MutedRequestsArgs,
opts: Optional[ResourceOptions] = None)
@overload
def MutedRequests(resource_name: str,
opts: Optional[ResourceOptions] = None,
service_id: Optional[str] = None,
muted_request_names: Optional[Sequence[str]] = None)
func NewMutedRequests(ctx *Context, name string, args MutedRequestsArgs, opts ...ResourceOption) (*MutedRequests, error)
public MutedRequests(string name, MutedRequestsArgs args, CustomResourceOptions? opts = null)
public MutedRequests(String name, MutedRequestsArgs args)
public MutedRequests(String name, MutedRequestsArgs args, CustomResourceOptions options)
type: dynatrace:MutedRequests
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 MutedRequestsArgs
- 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 MutedRequestsArgs
- 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 MutedRequestsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args MutedRequestsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args MutedRequestsArgs
- 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 mutedRequestsResource = new Dynatrace.MutedRequests("mutedRequestsResource", new()
{
ServiceId = "string",
MutedRequestNames = new[]
{
"string",
},
});
example, err := dynatrace.NewMutedRequests(ctx, "mutedRequestsResource", &dynatrace.MutedRequestsArgs{
ServiceId: pulumi.String("string"),
MutedRequestNames: pulumi.StringArray{
pulumi.String("string"),
},
})
var mutedRequestsResource = new MutedRequests("mutedRequestsResource", MutedRequestsArgs.builder()
.serviceId("string")
.mutedRequestNames("string")
.build());
muted_requests_resource = dynatrace.MutedRequests("mutedRequestsResource",
service_id="string",
muted_request_names=["string"])
const mutedRequestsResource = new dynatrace.MutedRequests("mutedRequestsResource", {
serviceId: "string",
mutedRequestNames: ["string"],
});
type: dynatrace:MutedRequests
properties:
mutedRequestNames:
- string
serviceId: string
MutedRequests Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The MutedRequests resource accepts the following input properties:
- Service
Id string - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- Muted
Request List<string>Names - Muted request names
- Service
Id string - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- Muted
Request []stringNames - Muted request names
- service
Id String - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- muted
Request List<String>Names - Muted request names
- service
Id string - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- muted
Request string[]Names - Muted request names
- service_
id str - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- muted_
request_ Sequence[str]names - Muted request names
- service
Id String - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- muted
Request List<String>Names - Muted request names
Outputs
All input properties are implicitly available as output properties. Additionally, the MutedRequests 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 MutedRequests Resource
Get an existing MutedRequests 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?: MutedRequestsState, opts?: CustomResourceOptions): MutedRequests
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
muted_request_names: Optional[Sequence[str]] = None,
service_id: Optional[str] = None) -> MutedRequests
func GetMutedRequests(ctx *Context, name string, id IDInput, state *MutedRequestsState, opts ...ResourceOption) (*MutedRequests, error)
public static MutedRequests Get(string name, Input<string> id, MutedRequestsState? state, CustomResourceOptions? opts = null)
public static MutedRequests get(String name, Output<String> id, MutedRequestsState 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.
- Muted
Request List<string>Names - Muted request names
- Service
Id string - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- Muted
Request []stringNames - Muted request names
- Service
Id string - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- muted
Request List<String>Names - Muted request names
- service
Id String - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- muted
Request string[]Names - Muted request names
- service
Id string - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- muted_
request_ Sequence[str]names - Muted request names
- service_
id str - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- muted
Request List<String>Names - Muted request names
- service
Id String - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatrace
Terraform Provider.