1. Packages
  2. Dynatrace
  3. API Docs
  4. ManagedPreferences
Dynatrace v0.10.0 published on Friday, Jun 7, 2024 by Pulumiverse

dynatrace.ManagedPreferences

Explore with Pulumi AI

dynatrace logo
Dynatrace v0.10.0 published on Friday, Jun 7, 2024 by Pulumiverse

    Create ManagedPreferences Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ManagedPreferences(name: string, args: ManagedPreferencesArgs, opts?: CustomResourceOptions);
    @overload
    def ManagedPreferences(resource_name: str,
                           args: ManagedPreferencesArgs,
                           opts: Optional[ResourceOptions] = None)
    
    @overload
    def ManagedPreferences(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           ruxit_monitors_ruxit: Optional[bool] = None,
                           suppress_non_billing_relevant_data: Optional[bool] = None,
                           support_send_cluster_health: Optional[bool] = None,
                           support_send_billing: Optional[bool] = None,
                           community_external_search: Optional[bool] = None,
                           read_only_remote_access_allowed: Optional[bool] = None,
                           remote_access_on_demand_only: Optional[bool] = None,
                           help_chat_enabled: Optional[bool] = None,
                           support_allow_remote_access: Optional[bool] = None,
                           certificate_management_enabled: Optional[bool] = None,
                           community_create_user: Optional[bool] = None,
                           support_send_events: Optional[bool] = None,
                           certificate_management_possible: Optional[bool] = None,
                           telemetry_sharing: Optional[bool] = None)
    func NewManagedPreferences(ctx *Context, name string, args ManagedPreferencesArgs, opts ...ResourceOption) (*ManagedPreferences, error)
    public ManagedPreferences(string name, ManagedPreferencesArgs args, CustomResourceOptions? opts = null)
    public ManagedPreferences(String name, ManagedPreferencesArgs args)
    public ManagedPreferences(String name, ManagedPreferencesArgs args, CustomResourceOptions options)
    
    type: dynatrace:ManagedPreferences
    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 ManagedPreferencesArgs
    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 ManagedPreferencesArgs
    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 ManagedPreferencesArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ManagedPreferencesArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ManagedPreferencesArgs
    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 managedPreferencesResource = new Dynatrace.ManagedPreferences("managedPreferencesResource", new()
    {
        RuxitMonitorsRuxit = false,
        SuppressNonBillingRelevantData = false,
        SupportSendClusterHealth = false,
        SupportSendBilling = false,
        CommunityExternalSearch = false,
        ReadOnlyRemoteAccessAllowed = false,
        RemoteAccessOnDemandOnly = false,
        HelpChatEnabled = false,
        SupportAllowRemoteAccess = false,
        CertificateManagementEnabled = false,
        CommunityCreateUser = false,
        SupportSendEvents = false,
        CertificateManagementPossible = false,
        TelemetrySharing = false,
    });
    
    example, err := dynatrace.NewManagedPreferences(ctx, "managedPreferencesResource", &dynatrace.ManagedPreferencesArgs{
    	RuxitMonitorsRuxit:             pulumi.Bool(false),
    	SuppressNonBillingRelevantData: pulumi.Bool(false),
    	SupportSendClusterHealth:       pulumi.Bool(false),
    	SupportSendBilling:             pulumi.Bool(false),
    	CommunityExternalSearch:        pulumi.Bool(false),
    	ReadOnlyRemoteAccessAllowed:    pulumi.Bool(false),
    	RemoteAccessOnDemandOnly:       pulumi.Bool(false),
    	HelpChatEnabled:                pulumi.Bool(false),
    	SupportAllowRemoteAccess:       pulumi.Bool(false),
    	CertificateManagementEnabled:   pulumi.Bool(false),
    	CommunityCreateUser:            pulumi.Bool(false),
    	SupportSendEvents:              pulumi.Bool(false),
    	CertificateManagementPossible:  pulumi.Bool(false),
    	TelemetrySharing:               pulumi.Bool(false),
    })
    
    var managedPreferencesResource = new ManagedPreferences("managedPreferencesResource", ManagedPreferencesArgs.builder()
        .ruxitMonitorsRuxit(false)
        .suppressNonBillingRelevantData(false)
        .supportSendClusterHealth(false)
        .supportSendBilling(false)
        .communityExternalSearch(false)
        .readOnlyRemoteAccessAllowed(false)
        .remoteAccessOnDemandOnly(false)
        .helpChatEnabled(false)
        .supportAllowRemoteAccess(false)
        .certificateManagementEnabled(false)
        .communityCreateUser(false)
        .supportSendEvents(false)
        .certificateManagementPossible(false)
        .telemetrySharing(false)
        .build());
    
    managed_preferences_resource = dynatrace.ManagedPreferences("managedPreferencesResource",
        ruxit_monitors_ruxit=False,
        suppress_non_billing_relevant_data=False,
        support_send_cluster_health=False,
        support_send_billing=False,
        community_external_search=False,
        read_only_remote_access_allowed=False,
        remote_access_on_demand_only=False,
        help_chat_enabled=False,
        support_allow_remote_access=False,
        certificate_management_enabled=False,
        community_create_user=False,
        support_send_events=False,
        certificate_management_possible=False,
        telemetry_sharing=False)
    
    const managedPreferencesResource = new dynatrace.ManagedPreferences("managedPreferencesResource", {
        ruxitMonitorsRuxit: false,
        suppressNonBillingRelevantData: false,
        supportSendClusterHealth: false,
        supportSendBilling: false,
        communityExternalSearch: false,
        readOnlyRemoteAccessAllowed: false,
        remoteAccessOnDemandOnly: false,
        helpChatEnabled: false,
        supportAllowRemoteAccess: false,
        certificateManagementEnabled: false,
        communityCreateUser: false,
        supportSendEvents: false,
        certificateManagementPossible: false,
        telemetrySharing: false,
    });
    
    type: dynatrace:ManagedPreferences
    properties:
        certificateManagementEnabled: false
        certificateManagementPossible: false
        communityCreateUser: false
        communityExternalSearch: false
        helpChatEnabled: false
        readOnlyRemoteAccessAllowed: false
        remoteAccessOnDemandOnly: false
        ruxitMonitorsRuxit: false
        supportAllowRemoteAccess: false
        supportSendBilling: false
        supportSendClusterHealth: false
        supportSendEvents: false
        suppressNonBillingRelevantData: false
        telemetrySharing: false
    

    ManagedPreferences 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 ManagedPreferences resource accepts the following input properties:

    RuxitMonitorsRuxit bool
    If true, Dynatrace OneAgent monitors Dynatrace. Default: true
    SupportSendBilling bool
    If true, usage and billing information will be reported.
    SupportSendClusterHealth bool
    If true, Dynatrace cluster health will be reported.
    SuppressNonBillingRelevantData bool
    If true, usage and billing information will NOT be reported.
    CertificateManagementEnabled bool
    Default: false
    CertificateManagementPossible bool
    Default: true
    CommunityCreateUser bool
    If true, each new user will get an invitation to set up a Dynatrace user account to access Dynatrace support resources user upon first login. Default: false
    CommunityExternalSearch bool
    If true, results from Documentation are included in platform search. Default: false
    HelpChatEnabled bool
    If true, live, in-product assistance with our Product Experts is enabled. Default: false
    ReadOnlyRemoteAccessAllowed bool
    If true, audited, read-only remote access to your Dynatrace configuration settings is allowed. Default: false
    RemoteAccessOnDemandOnly bool
    If true, audited access to your Dynatrace cluster is allowed by approved Dynatrace employees otherwise by privileged Dynatrace employees. Default: false
    SupportAllowRemoteAccess bool
    If true, audited remote-access to your Dynatrace configuration is allowed settings. Default: true
    SupportSendEvents bool
    If true, Dynatrace cluster health and OneAgent events will be reported. Default: true
    TelemetrySharing bool
    Default: false
    RuxitMonitorsRuxit bool
    If true, Dynatrace OneAgent monitors Dynatrace. Default: true
    SupportSendBilling bool
    If true, usage and billing information will be reported.
    SupportSendClusterHealth bool
    If true, Dynatrace cluster health will be reported.
    SuppressNonBillingRelevantData bool
    If true, usage and billing information will NOT be reported.
    CertificateManagementEnabled bool
    Default: false
    CertificateManagementPossible bool
    Default: true
    CommunityCreateUser bool
    If true, each new user will get an invitation to set up a Dynatrace user account to access Dynatrace support resources user upon first login. Default: false
    CommunityExternalSearch bool
    If true, results from Documentation are included in platform search. Default: false
    HelpChatEnabled bool
    If true, live, in-product assistance with our Product Experts is enabled. Default: false
    ReadOnlyRemoteAccessAllowed bool
    If true, audited, read-only remote access to your Dynatrace configuration settings is allowed. Default: false
    RemoteAccessOnDemandOnly bool
    If true, audited access to your Dynatrace cluster is allowed by approved Dynatrace employees otherwise by privileged Dynatrace employees. Default: false
    SupportAllowRemoteAccess bool
    If true, audited remote-access to your Dynatrace configuration is allowed settings. Default: true
    SupportSendEvents bool
    If true, Dynatrace cluster health and OneAgent events will be reported. Default: true
    TelemetrySharing bool
    Default: false
    ruxitMonitorsRuxit Boolean
    If true, Dynatrace OneAgent monitors Dynatrace. Default: true
    supportSendBilling Boolean
    If true, usage and billing information will be reported.
    supportSendClusterHealth Boolean
    If true, Dynatrace cluster health will be reported.
    suppressNonBillingRelevantData Boolean
    If true, usage and billing information will NOT be reported.
    certificateManagementEnabled Boolean
    Default: false
    certificateManagementPossible Boolean
    Default: true
    communityCreateUser Boolean
    If true, each new user will get an invitation to set up a Dynatrace user account to access Dynatrace support resources user upon first login. Default: false
    communityExternalSearch Boolean
    If true, results from Documentation are included in platform search. Default: false
    helpChatEnabled Boolean
    If true, live, in-product assistance with our Product Experts is enabled. Default: false
    readOnlyRemoteAccessAllowed Boolean
    If true, audited, read-only remote access to your Dynatrace configuration settings is allowed. Default: false
    remoteAccessOnDemandOnly Boolean
    If true, audited access to your Dynatrace cluster is allowed by approved Dynatrace employees otherwise by privileged Dynatrace employees. Default: false
    supportAllowRemoteAccess Boolean
    If true, audited remote-access to your Dynatrace configuration is allowed settings. Default: true
    supportSendEvents Boolean
    If true, Dynatrace cluster health and OneAgent events will be reported. Default: true
    telemetrySharing Boolean
    Default: false
    ruxitMonitorsRuxit boolean
    If true, Dynatrace OneAgent monitors Dynatrace. Default: true
    supportSendBilling boolean
    If true, usage and billing information will be reported.
    supportSendClusterHealth boolean
    If true, Dynatrace cluster health will be reported.
    suppressNonBillingRelevantData boolean
    If true, usage and billing information will NOT be reported.
    certificateManagementEnabled boolean
    Default: false
    certificateManagementPossible boolean
    Default: true
    communityCreateUser boolean
    If true, each new user will get an invitation to set up a Dynatrace user account to access Dynatrace support resources user upon first login. Default: false
    communityExternalSearch boolean
    If true, results from Documentation are included in platform search. Default: false
    helpChatEnabled boolean
    If true, live, in-product assistance with our Product Experts is enabled. Default: false
    readOnlyRemoteAccessAllowed boolean
    If true, audited, read-only remote access to your Dynatrace configuration settings is allowed. Default: false
    remoteAccessOnDemandOnly boolean
    If true, audited access to your Dynatrace cluster is allowed by approved Dynatrace employees otherwise by privileged Dynatrace employees. Default: false
    supportAllowRemoteAccess boolean
    If true, audited remote-access to your Dynatrace configuration is allowed settings. Default: true
    supportSendEvents boolean
    If true, Dynatrace cluster health and OneAgent events will be reported. Default: true
    telemetrySharing boolean
    Default: false
    ruxit_monitors_ruxit bool
    If true, Dynatrace OneAgent monitors Dynatrace. Default: true
    support_send_billing bool
    If true, usage and billing information will be reported.
    support_send_cluster_health bool
    If true, Dynatrace cluster health will be reported.
    suppress_non_billing_relevant_data bool
    If true, usage and billing information will NOT be reported.
    certificate_management_enabled bool
    Default: false
    certificate_management_possible bool
    Default: true
    community_create_user bool
    If true, each new user will get an invitation to set up a Dynatrace user account to access Dynatrace support resources user upon first login. Default: false
    community_external_search bool
    If true, results from Documentation are included in platform search. Default: false
    help_chat_enabled bool
    If true, live, in-product assistance with our Product Experts is enabled. Default: false
    read_only_remote_access_allowed bool
    If true, audited, read-only remote access to your Dynatrace configuration settings is allowed. Default: false
    remote_access_on_demand_only bool
    If true, audited access to your Dynatrace cluster is allowed by approved Dynatrace employees otherwise by privileged Dynatrace employees. Default: false
    support_allow_remote_access bool
    If true, audited remote-access to your Dynatrace configuration is allowed settings. Default: true
    support_send_events bool
    If true, Dynatrace cluster health and OneAgent events will be reported. Default: true
    telemetry_sharing bool
    Default: false
    ruxitMonitorsRuxit Boolean
    If true, Dynatrace OneAgent monitors Dynatrace. Default: true
    supportSendBilling Boolean
    If true, usage and billing information will be reported.
    supportSendClusterHealth Boolean
    If true, Dynatrace cluster health will be reported.
    suppressNonBillingRelevantData Boolean
    If true, usage and billing information will NOT be reported.
    certificateManagementEnabled Boolean
    Default: false
    certificateManagementPossible Boolean
    Default: true
    communityCreateUser Boolean
    If true, each new user will get an invitation to set up a Dynatrace user account to access Dynatrace support resources user upon first login. Default: false
    communityExternalSearch Boolean
    If true, results from Documentation are included in platform search. Default: false
    helpChatEnabled Boolean
    If true, live, in-product assistance with our Product Experts is enabled. Default: false
    readOnlyRemoteAccessAllowed Boolean
    If true, audited, read-only remote access to your Dynatrace configuration settings is allowed. Default: false
    remoteAccessOnDemandOnly Boolean
    If true, audited access to your Dynatrace cluster is allowed by approved Dynatrace employees otherwise by privileged Dynatrace employees. Default: false
    supportAllowRemoteAccess Boolean
    If true, audited remote-access to your Dynatrace configuration is allowed settings. Default: true
    supportSendEvents Boolean
    If true, Dynatrace cluster health and OneAgent events will be reported. Default: true
    telemetrySharing Boolean
    Default: false

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ManagedPreferences 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 ManagedPreferences Resource

    Get an existing ManagedPreferences 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?: ManagedPreferencesState, opts?: CustomResourceOptions): ManagedPreferences
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            certificate_management_enabled: Optional[bool] = None,
            certificate_management_possible: Optional[bool] = None,
            community_create_user: Optional[bool] = None,
            community_external_search: Optional[bool] = None,
            help_chat_enabled: Optional[bool] = None,
            read_only_remote_access_allowed: Optional[bool] = None,
            remote_access_on_demand_only: Optional[bool] = None,
            ruxit_monitors_ruxit: Optional[bool] = None,
            support_allow_remote_access: Optional[bool] = None,
            support_send_billing: Optional[bool] = None,
            support_send_cluster_health: Optional[bool] = None,
            support_send_events: Optional[bool] = None,
            suppress_non_billing_relevant_data: Optional[bool] = None,
            telemetry_sharing: Optional[bool] = None) -> ManagedPreferences
    func GetManagedPreferences(ctx *Context, name string, id IDInput, state *ManagedPreferencesState, opts ...ResourceOption) (*ManagedPreferences, error)
    public static ManagedPreferences Get(string name, Input<string> id, ManagedPreferencesState? state, CustomResourceOptions? opts = null)
    public static ManagedPreferences get(String name, Output<String> id, ManagedPreferencesState 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.
    The following state arguments are supported:
    CertificateManagementEnabled bool
    Default: false
    CertificateManagementPossible bool
    Default: true
    CommunityCreateUser bool
    If true, each new user will get an invitation to set up a Dynatrace user account to access Dynatrace support resources user upon first login. Default: false
    CommunityExternalSearch bool
    If true, results from Documentation are included in platform search. Default: false
    HelpChatEnabled bool
    If true, live, in-product assistance with our Product Experts is enabled. Default: false
    ReadOnlyRemoteAccessAllowed bool
    If true, audited, read-only remote access to your Dynatrace configuration settings is allowed. Default: false
    RemoteAccessOnDemandOnly bool
    If true, audited access to your Dynatrace cluster is allowed by approved Dynatrace employees otherwise by privileged Dynatrace employees. Default: false
    RuxitMonitorsRuxit bool
    If true, Dynatrace OneAgent monitors Dynatrace. Default: true
    SupportAllowRemoteAccess bool
    If true, audited remote-access to your Dynatrace configuration is allowed settings. Default: true
    SupportSendBilling bool
    If true, usage and billing information will be reported.
    SupportSendClusterHealth bool
    If true, Dynatrace cluster health will be reported.
    SupportSendEvents bool
    If true, Dynatrace cluster health and OneAgent events will be reported. Default: true
    SuppressNonBillingRelevantData bool
    If true, usage and billing information will NOT be reported.
    TelemetrySharing bool
    Default: false
    CertificateManagementEnabled bool
    Default: false
    CertificateManagementPossible bool
    Default: true
    CommunityCreateUser bool
    If true, each new user will get an invitation to set up a Dynatrace user account to access Dynatrace support resources user upon first login. Default: false
    CommunityExternalSearch bool
    If true, results from Documentation are included in platform search. Default: false
    HelpChatEnabled bool
    If true, live, in-product assistance with our Product Experts is enabled. Default: false
    ReadOnlyRemoteAccessAllowed bool
    If true, audited, read-only remote access to your Dynatrace configuration settings is allowed. Default: false
    RemoteAccessOnDemandOnly bool
    If true, audited access to your Dynatrace cluster is allowed by approved Dynatrace employees otherwise by privileged Dynatrace employees. Default: false
    RuxitMonitorsRuxit bool
    If true, Dynatrace OneAgent monitors Dynatrace. Default: true
    SupportAllowRemoteAccess bool
    If true, audited remote-access to your Dynatrace configuration is allowed settings. Default: true
    SupportSendBilling bool
    If true, usage and billing information will be reported.
    SupportSendClusterHealth bool
    If true, Dynatrace cluster health will be reported.
    SupportSendEvents bool
    If true, Dynatrace cluster health and OneAgent events will be reported. Default: true
    SuppressNonBillingRelevantData bool
    If true, usage and billing information will NOT be reported.
    TelemetrySharing bool
    Default: false
    certificateManagementEnabled Boolean
    Default: false
    certificateManagementPossible Boolean
    Default: true
    communityCreateUser Boolean
    If true, each new user will get an invitation to set up a Dynatrace user account to access Dynatrace support resources user upon first login. Default: false
    communityExternalSearch Boolean
    If true, results from Documentation are included in platform search. Default: false
    helpChatEnabled Boolean
    If true, live, in-product assistance with our Product Experts is enabled. Default: false
    readOnlyRemoteAccessAllowed Boolean
    If true, audited, read-only remote access to your Dynatrace configuration settings is allowed. Default: false
    remoteAccessOnDemandOnly Boolean
    If true, audited access to your Dynatrace cluster is allowed by approved Dynatrace employees otherwise by privileged Dynatrace employees. Default: false
    ruxitMonitorsRuxit Boolean
    If true, Dynatrace OneAgent monitors Dynatrace. Default: true
    supportAllowRemoteAccess Boolean
    If true, audited remote-access to your Dynatrace configuration is allowed settings. Default: true
    supportSendBilling Boolean
    If true, usage and billing information will be reported.
    supportSendClusterHealth Boolean
    If true, Dynatrace cluster health will be reported.
    supportSendEvents Boolean
    If true, Dynatrace cluster health and OneAgent events will be reported. Default: true
    suppressNonBillingRelevantData Boolean
    If true, usage and billing information will NOT be reported.
    telemetrySharing Boolean
    Default: false
    certificateManagementEnabled boolean
    Default: false
    certificateManagementPossible boolean
    Default: true
    communityCreateUser boolean
    If true, each new user will get an invitation to set up a Dynatrace user account to access Dynatrace support resources user upon first login. Default: false
    communityExternalSearch boolean
    If true, results from Documentation are included in platform search. Default: false
    helpChatEnabled boolean
    If true, live, in-product assistance with our Product Experts is enabled. Default: false
    readOnlyRemoteAccessAllowed boolean
    If true, audited, read-only remote access to your Dynatrace configuration settings is allowed. Default: false
    remoteAccessOnDemandOnly boolean
    If true, audited access to your Dynatrace cluster is allowed by approved Dynatrace employees otherwise by privileged Dynatrace employees. Default: false
    ruxitMonitorsRuxit boolean
    If true, Dynatrace OneAgent monitors Dynatrace. Default: true
    supportAllowRemoteAccess boolean
    If true, audited remote-access to your Dynatrace configuration is allowed settings. Default: true
    supportSendBilling boolean
    If true, usage and billing information will be reported.
    supportSendClusterHealth boolean
    If true, Dynatrace cluster health will be reported.
    supportSendEvents boolean
    If true, Dynatrace cluster health and OneAgent events will be reported. Default: true
    suppressNonBillingRelevantData boolean
    If true, usage and billing information will NOT be reported.
    telemetrySharing boolean
    Default: false
    certificate_management_enabled bool
    Default: false
    certificate_management_possible bool
    Default: true
    community_create_user bool
    If true, each new user will get an invitation to set up a Dynatrace user account to access Dynatrace support resources user upon first login. Default: false
    community_external_search bool
    If true, results from Documentation are included in platform search. Default: false
    help_chat_enabled bool
    If true, live, in-product assistance with our Product Experts is enabled. Default: false
    read_only_remote_access_allowed bool
    If true, audited, read-only remote access to your Dynatrace configuration settings is allowed. Default: false
    remote_access_on_demand_only bool
    If true, audited access to your Dynatrace cluster is allowed by approved Dynatrace employees otherwise by privileged Dynatrace employees. Default: false
    ruxit_monitors_ruxit bool
    If true, Dynatrace OneAgent monitors Dynatrace. Default: true
    support_allow_remote_access bool
    If true, audited remote-access to your Dynatrace configuration is allowed settings. Default: true
    support_send_billing bool
    If true, usage and billing information will be reported.
    support_send_cluster_health bool
    If true, Dynatrace cluster health will be reported.
    support_send_events bool
    If true, Dynatrace cluster health and OneAgent events will be reported. Default: true
    suppress_non_billing_relevant_data bool
    If true, usage and billing information will NOT be reported.
    telemetry_sharing bool
    Default: false
    certificateManagementEnabled Boolean
    Default: false
    certificateManagementPossible Boolean
    Default: true
    communityCreateUser Boolean
    If true, each new user will get an invitation to set up a Dynatrace user account to access Dynatrace support resources user upon first login. Default: false
    communityExternalSearch Boolean
    If true, results from Documentation are included in platform search. Default: false
    helpChatEnabled Boolean
    If true, live, in-product assistance with our Product Experts is enabled. Default: false
    readOnlyRemoteAccessAllowed Boolean
    If true, audited, read-only remote access to your Dynatrace configuration settings is allowed. Default: false
    remoteAccessOnDemandOnly Boolean
    If true, audited access to your Dynatrace cluster is allowed by approved Dynatrace employees otherwise by privileged Dynatrace employees. Default: false
    ruxitMonitorsRuxit Boolean
    If true, Dynatrace OneAgent monitors Dynatrace. Default: true
    supportAllowRemoteAccess Boolean
    If true, audited remote-access to your Dynatrace configuration is allowed settings. Default: true
    supportSendBilling Boolean
    If true, usage and billing information will be reported.
    supportSendClusterHealth Boolean
    If true, Dynatrace cluster health will be reported.
    supportSendEvents Boolean
    If true, Dynatrace cluster health and OneAgent events will be reported. Default: true
    suppressNonBillingRelevantData Boolean
    If true, usage and billing information will NOT be reported.
    telemetrySharing Boolean
    Default: false

    Package Details

    Repository
    dynatrace pulumiverse/pulumi-dynatrace
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the dynatrace Terraform Provider.
    dynatrace logo
    Dynatrace v0.10.0 published on Friday, Jun 7, 2024 by Pulumiverse