azure-native.policyinsights.RemediationAtResourceGroup
Explore with Pulumi AI
The remediation definition. Azure REST API version: 2021-10-01. Prior API version in Azure Native 1.x: 2019-07-01.
Other available API versions: 2018-07-01-preview.
Example Usage
Create remediation at resource group scope
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var remediationAtResourceGroup = new AzureNative.PolicyInsights.RemediationAtResourceGroup("remediationAtResourceGroup", new()
{
PolicyAssignmentId = "/subscriptions/35ee058e-5fa0-414c-8145-3ebb8d09b6e2/resourceGroups/myResourceGroup/providers/microsoft.authorization/policyassignments/b101830944f246d8a14088c5",
RemediationName = "storageRemediation",
ResourceGroupName = "myResourceGroup",
});
});
package main
import (
policyinsights "github.com/pulumi/pulumi-azure-native-sdk/policyinsights/v2"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := policyinsights.NewRemediationAtResourceGroup(ctx, "remediationAtResourceGroup", &policyinsights.RemediationAtResourceGroupArgs{
PolicyAssignmentId: pulumi.String("/subscriptions/35ee058e-5fa0-414c-8145-3ebb8d09b6e2/resourceGroups/myResourceGroup/providers/microsoft.authorization/policyassignments/b101830944f246d8a14088c5"),
RemediationName: pulumi.String("storageRemediation"),
ResourceGroupName: pulumi.String("myResourceGroup"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.policyinsights.RemediationAtResourceGroup;
import com.pulumi.azurenative.policyinsights.RemediationAtResourceGroupArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var remediationAtResourceGroup = new RemediationAtResourceGroup("remediationAtResourceGroup", RemediationAtResourceGroupArgs.builder()
.policyAssignmentId("/subscriptions/35ee058e-5fa0-414c-8145-3ebb8d09b6e2/resourceGroups/myResourceGroup/providers/microsoft.authorization/policyassignments/b101830944f246d8a14088c5")
.remediationName("storageRemediation")
.resourceGroupName("myResourceGroup")
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
remediation_at_resource_group = azure_native.policyinsights.RemediationAtResourceGroup("remediationAtResourceGroup",
policy_assignment_id="/subscriptions/35ee058e-5fa0-414c-8145-3ebb8d09b6e2/resourceGroups/myResourceGroup/providers/microsoft.authorization/policyassignments/b101830944f246d8a14088c5",
remediation_name="storageRemediation",
resource_group_name="myResourceGroup")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const remediationAtResourceGroup = new azure_native.policyinsights.RemediationAtResourceGroup("remediationAtResourceGroup", {
policyAssignmentId: "/subscriptions/35ee058e-5fa0-414c-8145-3ebb8d09b6e2/resourceGroups/myResourceGroup/providers/microsoft.authorization/policyassignments/b101830944f246d8a14088c5",
remediationName: "storageRemediation",
resourceGroupName: "myResourceGroup",
});
resources:
remediationAtResourceGroup:
type: azure-native:policyinsights:RemediationAtResourceGroup
properties:
policyAssignmentId: /subscriptions/35ee058e-5fa0-414c-8145-3ebb8d09b6e2/resourceGroups/myResourceGroup/providers/microsoft.authorization/policyassignments/b101830944f246d8a14088c5
remediationName: storageRemediation
resourceGroupName: myResourceGroup
Create RemediationAtResourceGroup Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new RemediationAtResourceGroup(name: string, args: RemediationAtResourceGroupArgs, opts?: CustomResourceOptions);
@overload
def RemediationAtResourceGroup(resource_name: str,
args: RemediationAtResourceGroupArgs,
opts: Optional[ResourceOptions] = None)
@overload
def RemediationAtResourceGroup(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_group_name: Optional[str] = None,
failure_threshold: Optional[RemediationPropertiesFailureThresholdArgs] = None,
filters: Optional[RemediationFiltersArgs] = None,
parallel_deployments: Optional[int] = None,
policy_assignment_id: Optional[str] = None,
policy_definition_reference_id: Optional[str] = None,
remediation_name: Optional[str] = None,
resource_count: Optional[int] = None,
resource_discovery_mode: Optional[Union[str, ResourceDiscoveryMode]] = None)
func NewRemediationAtResourceGroup(ctx *Context, name string, args RemediationAtResourceGroupArgs, opts ...ResourceOption) (*RemediationAtResourceGroup, error)
public RemediationAtResourceGroup(string name, RemediationAtResourceGroupArgs args, CustomResourceOptions? opts = null)
public RemediationAtResourceGroup(String name, RemediationAtResourceGroupArgs args)
public RemediationAtResourceGroup(String name, RemediationAtResourceGroupArgs args, CustomResourceOptions options)
type: azure-native:policyinsights:RemediationAtResourceGroup
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 RemediationAtResourceGroupArgs
- 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 RemediationAtResourceGroupArgs
- 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 RemediationAtResourceGroupArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args RemediationAtResourceGroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args RemediationAtResourceGroupArgs
- 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 remediationAtResourceGroupResource = new AzureNative.PolicyInsights.RemediationAtResourceGroup("remediationAtResourceGroupResource", new()
{
ResourceGroupName = "string",
FailureThreshold = new AzureNative.PolicyInsights.Inputs.RemediationPropertiesFailureThresholdArgs
{
Percentage = 0,
},
Filters = new AzureNative.PolicyInsights.Inputs.RemediationFiltersArgs
{
Locations = new[]
{
"string",
},
},
ParallelDeployments = 0,
PolicyAssignmentId = "string",
PolicyDefinitionReferenceId = "string",
RemediationName = "string",
ResourceCount = 0,
ResourceDiscoveryMode = "string",
});
example, err := policyinsights.NewRemediationAtResourceGroup(ctx, "remediationAtResourceGroupResource", &policyinsights.RemediationAtResourceGroupArgs{
ResourceGroupName: pulumi.String("string"),
FailureThreshold: &policyinsights.RemediationPropertiesFailureThresholdArgs{
Percentage: pulumi.Float64(0),
},
Filters: &policyinsights.RemediationFiltersArgs{
Locations: pulumi.StringArray{
pulumi.String("string"),
},
},
ParallelDeployments: pulumi.Int(0),
PolicyAssignmentId: pulumi.String("string"),
PolicyDefinitionReferenceId: pulumi.String("string"),
RemediationName: pulumi.String("string"),
ResourceCount: pulumi.Int(0),
ResourceDiscoveryMode: pulumi.String("string"),
})
var remediationAtResourceGroupResource = new RemediationAtResourceGroup("remediationAtResourceGroupResource", RemediationAtResourceGroupArgs.builder()
.resourceGroupName("string")
.failureThreshold(RemediationPropertiesFailureThresholdArgs.builder()
.percentage(0)
.build())
.filters(RemediationFiltersArgs.builder()
.locations("string")
.build())
.parallelDeployments(0)
.policyAssignmentId("string")
.policyDefinitionReferenceId("string")
.remediationName("string")
.resourceCount(0)
.resourceDiscoveryMode("string")
.build());
remediation_at_resource_group_resource = azure_native.policyinsights.RemediationAtResourceGroup("remediationAtResourceGroupResource",
resource_group_name="string",
failure_threshold={
"percentage": 0,
},
filters={
"locations": ["string"],
},
parallel_deployments=0,
policy_assignment_id="string",
policy_definition_reference_id="string",
remediation_name="string",
resource_count=0,
resource_discovery_mode="string")
const remediationAtResourceGroupResource = new azure_native.policyinsights.RemediationAtResourceGroup("remediationAtResourceGroupResource", {
resourceGroupName: "string",
failureThreshold: {
percentage: 0,
},
filters: {
locations: ["string"],
},
parallelDeployments: 0,
policyAssignmentId: "string",
policyDefinitionReferenceId: "string",
remediationName: "string",
resourceCount: 0,
resourceDiscoveryMode: "string",
});
type: azure-native:policyinsights:RemediationAtResourceGroup
properties:
failureThreshold:
percentage: 0
filters:
locations:
- string
parallelDeployments: 0
policyAssignmentId: string
policyDefinitionReferenceId: string
remediationName: string
resourceCount: 0
resourceDiscoveryMode: string
resourceGroupName: string
RemediationAtResourceGroup 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 RemediationAtResourceGroup resource accepts the following input properties:
- Resource
Group stringName - Resource group name.
- Failure
Threshold Pulumi.Azure Native. Policy Insights. Inputs. Remediation Properties Failure Threshold - The remediation failure threshold settings
- Filters
Pulumi.
Azure Native. Policy Insights. Inputs. Remediation Filters - The filters that will be applied to determine which resources to remediate.
- Parallel
Deployments int - Determines how many resources to remediate at any given time. Can be used to increase or reduce the pace of the remediation. If not provided, the default parallel deployments value is used.
- Policy
Assignment stringId - The resource ID of the policy assignment that should be remediated.
- Policy
Definition stringReference Id - The policy definition reference ID of the individual definition that should be remediated. Required when the policy assignment being remediated assigns a policy set definition.
- Remediation
Name string - The name of the remediation.
- Resource
Count int - Determines the max number of resources that can be remediated by the remediation job. If not provided, the default resource count is used.
- Resource
Discovery string | Pulumi.Mode Azure Native. Policy Insights. Resource Discovery Mode - The way resources to remediate are discovered. Defaults to ExistingNonCompliant if not specified.
- Resource
Group stringName - Resource group name.
- Failure
Threshold RemediationProperties Failure Threshold Args - The remediation failure threshold settings
- Filters
Remediation
Filters Args - The filters that will be applied to determine which resources to remediate.
- Parallel
Deployments int - Determines how many resources to remediate at any given time. Can be used to increase or reduce the pace of the remediation. If not provided, the default parallel deployments value is used.
- Policy
Assignment stringId - The resource ID of the policy assignment that should be remediated.
- Policy
Definition stringReference Id - The policy definition reference ID of the individual definition that should be remediated. Required when the policy assignment being remediated assigns a policy set definition.
- Remediation
Name string - The name of the remediation.
- Resource
Count int - Determines the max number of resources that can be remediated by the remediation job. If not provided, the default resource count is used.
- Resource
Discovery string | ResourceMode Discovery Mode - The way resources to remediate are discovered. Defaults to ExistingNonCompliant if not specified.
- resource
Group StringName - Resource group name.
- failure
Threshold RemediationProperties Failure Threshold - The remediation failure threshold settings
- filters
Remediation
Filters - The filters that will be applied to determine which resources to remediate.
- parallel
Deployments Integer - Determines how many resources to remediate at any given time. Can be used to increase or reduce the pace of the remediation. If not provided, the default parallel deployments value is used.
- policy
Assignment StringId - The resource ID of the policy assignment that should be remediated.
- policy
Definition StringReference Id - The policy definition reference ID of the individual definition that should be remediated. Required when the policy assignment being remediated assigns a policy set definition.
- remediation
Name String - The name of the remediation.
- resource
Count Integer - Determines the max number of resources that can be remediated by the remediation job. If not provided, the default resource count is used.
- resource
Discovery String | ResourceMode Discovery Mode - The way resources to remediate are discovered. Defaults to ExistingNonCompliant if not specified.
- resource
Group stringName - Resource group name.
- failure
Threshold RemediationProperties Failure Threshold - The remediation failure threshold settings
- filters
Remediation
Filters - The filters that will be applied to determine which resources to remediate.
- parallel
Deployments number - Determines how many resources to remediate at any given time. Can be used to increase or reduce the pace of the remediation. If not provided, the default parallel deployments value is used.
- policy
Assignment stringId - The resource ID of the policy assignment that should be remediated.
- policy
Definition stringReference Id - The policy definition reference ID of the individual definition that should be remediated. Required when the policy assignment being remediated assigns a policy set definition.
- remediation
Name string - The name of the remediation.
- resource
Count number - Determines the max number of resources that can be remediated by the remediation job. If not provided, the default resource count is used.
- resource
Discovery string | ResourceMode Discovery Mode - The way resources to remediate are discovered. Defaults to ExistingNonCompliant if not specified.
- resource_
group_ strname - Resource group name.
- failure_
threshold RemediationProperties Failure Threshold Args - The remediation failure threshold settings
- filters
Remediation
Filters Args - The filters that will be applied to determine which resources to remediate.
- parallel_
deployments int - Determines how many resources to remediate at any given time. Can be used to increase or reduce the pace of the remediation. If not provided, the default parallel deployments value is used.
- policy_
assignment_ strid - The resource ID of the policy assignment that should be remediated.
- policy_
definition_ strreference_ id - The policy definition reference ID of the individual definition that should be remediated. Required when the policy assignment being remediated assigns a policy set definition.
- remediation_
name str - The name of the remediation.
- resource_
count int - Determines the max number of resources that can be remediated by the remediation job. If not provided, the default resource count is used.
- resource_
discovery_ str | Resourcemode Discovery Mode - The way resources to remediate are discovered. Defaults to ExistingNonCompliant if not specified.
- resource
Group StringName - Resource group name.
- failure
Threshold Property Map - The remediation failure threshold settings
- filters Property Map
- The filters that will be applied to determine which resources to remediate.
- parallel
Deployments Number - Determines how many resources to remediate at any given time. Can be used to increase or reduce the pace of the remediation. If not provided, the default parallel deployments value is used.
- policy
Assignment StringId - The resource ID of the policy assignment that should be remediated.
- policy
Definition StringReference Id - The policy definition reference ID of the individual definition that should be remediated. Required when the policy assignment being remediated assigns a policy set definition.
- remediation
Name String - The name of the remediation.
- resource
Count Number - Determines the max number of resources that can be remediated by the remediation job. If not provided, the default resource count is used.
- resource
Discovery String | "ExistingMode Non Compliant" | "Re Evaluate Compliance" - The way resources to remediate are discovered. Defaults to ExistingNonCompliant if not specified.
Outputs
All input properties are implicitly available as output properties. Additionally, the RemediationAtResourceGroup resource produces the following output properties:
- Correlation
Id string - The remediation correlation Id. Can be used to find events related to the remediation in the activity log.
- Created
On string - The time at which the remediation was created.
- Deployment
Status Pulumi.Azure Native. Policy Insights. Outputs. Remediation Deployment Summary Response - The deployment status summary for all deployments created by the remediation.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Updated stringOn - The time at which the remediation was last updated.
- Name string
- The name of the remediation.
- Provisioning
State string - The status of the remediation. This refers to the entire remediation task, not individual deployments. Allowed values are Evaluating, Canceled, Cancelling, Failed, Complete, or Succeeded.
- Status
Message string - The remediation status message. Provides additional details regarding the state of the remediation.
- System
Data Pulumi.Azure Native. Policy Insights. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the remediation.
- Correlation
Id string - The remediation correlation Id. Can be used to find events related to the remediation in the activity log.
- Created
On string - The time at which the remediation was created.
- Deployment
Status RemediationDeployment Summary Response - The deployment status summary for all deployments created by the remediation.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Updated stringOn - The time at which the remediation was last updated.
- Name string
- The name of the remediation.
- Provisioning
State string - The status of the remediation. This refers to the entire remediation task, not individual deployments. Allowed values are Evaluating, Canceled, Cancelling, Failed, Complete, or Succeeded.
- Status
Message string - The remediation status message. Provides additional details regarding the state of the remediation.
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the remediation.
- correlation
Id String - The remediation correlation Id. Can be used to find events related to the remediation in the activity log.
- created
On String - The time at which the remediation was created.
- deployment
Status RemediationDeployment Summary Response - The deployment status summary for all deployments created by the remediation.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Updated StringOn - The time at which the remediation was last updated.
- name String
- The name of the remediation.
- provisioning
State String - The status of the remediation. This refers to the entire remediation task, not individual deployments. Allowed values are Evaluating, Canceled, Cancelling, Failed, Complete, or Succeeded.
- status
Message String - The remediation status message. Provides additional details regarding the state of the remediation.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the remediation.
- correlation
Id string - The remediation correlation Id. Can be used to find events related to the remediation in the activity log.
- created
On string - The time at which the remediation was created.
- deployment
Status RemediationDeployment Summary Response - The deployment status summary for all deployments created by the remediation.
- id string
- The provider-assigned unique ID for this managed resource.
- last
Updated stringOn - The time at which the remediation was last updated.
- name string
- The name of the remediation.
- provisioning
State string - The status of the remediation. This refers to the entire remediation task, not individual deployments. Allowed values are Evaluating, Canceled, Cancelling, Failed, Complete, or Succeeded.
- status
Message string - The remediation status message. Provides additional details regarding the state of the remediation.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the remediation.
- correlation_
id str - The remediation correlation Id. Can be used to find events related to the remediation in the activity log.
- created_
on str - The time at which the remediation was created.
- deployment_
status RemediationDeployment Summary Response - The deployment status summary for all deployments created by the remediation.
- id str
- The provider-assigned unique ID for this managed resource.
- last_
updated_ stron - The time at which the remediation was last updated.
- name str
- The name of the remediation.
- provisioning_
state str - The status of the remediation. This refers to the entire remediation task, not individual deployments. Allowed values are Evaluating, Canceled, Cancelling, Failed, Complete, or Succeeded.
- status_
message str - The remediation status message. Provides additional details regarding the state of the remediation.
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the remediation.
- correlation
Id String - The remediation correlation Id. Can be used to find events related to the remediation in the activity log.
- created
On String - The time at which the remediation was created.
- deployment
Status Property Map - The deployment status summary for all deployments created by the remediation.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Updated StringOn - The time at which the remediation was last updated.
- name String
- The name of the remediation.
- provisioning
State String - The status of the remediation. This refers to the entire remediation task, not individual deployments. Allowed values are Evaluating, Canceled, Cancelling, Failed, Complete, or Succeeded.
- status
Message String - The remediation status message. Provides additional details regarding the state of the remediation.
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the remediation.
Supporting Types
RemediationDeploymentSummaryResponse, RemediationDeploymentSummaryResponseArgs
- Failed
Deployments int - The number of deployments required by the remediation that have failed.
- Successful
Deployments int - The number of deployments required by the remediation that have succeeded.
- Total
Deployments int - The number of deployments required by the remediation.
- Failed
Deployments int - The number of deployments required by the remediation that have failed.
- Successful
Deployments int - The number of deployments required by the remediation that have succeeded.
- Total
Deployments int - The number of deployments required by the remediation.
- failed
Deployments Integer - The number of deployments required by the remediation that have failed.
- successful
Deployments Integer - The number of deployments required by the remediation that have succeeded.
- total
Deployments Integer - The number of deployments required by the remediation.
- failed
Deployments number - The number of deployments required by the remediation that have failed.
- successful
Deployments number - The number of deployments required by the remediation that have succeeded.
- total
Deployments number - The number of deployments required by the remediation.
- failed_
deployments int - The number of deployments required by the remediation that have failed.
- successful_
deployments int - The number of deployments required by the remediation that have succeeded.
- total_
deployments int - The number of deployments required by the remediation.
- failed
Deployments Number - The number of deployments required by the remediation that have failed.
- successful
Deployments Number - The number of deployments required by the remediation that have succeeded.
- total
Deployments Number - The number of deployments required by the remediation.
RemediationFilters, RemediationFiltersArgs
- Locations List<string>
- The resource locations that will be remediated.
- Locations []string
- The resource locations that will be remediated.
- locations List<String>
- The resource locations that will be remediated.
- locations string[]
- The resource locations that will be remediated.
- locations Sequence[str]
- The resource locations that will be remediated.
- locations List<String>
- The resource locations that will be remediated.
RemediationFiltersResponse, RemediationFiltersResponseArgs
- Locations List<string>
- The resource locations that will be remediated.
- Locations []string
- The resource locations that will be remediated.
- locations List<String>
- The resource locations that will be remediated.
- locations string[]
- The resource locations that will be remediated.
- locations Sequence[str]
- The resource locations that will be remediated.
- locations List<String>
- The resource locations that will be remediated.
RemediationPropertiesFailureThreshold, RemediationPropertiesFailureThresholdArgs
- Percentage double
- A number between 0.0 to 1.0 representing the percentage failure threshold. The remediation will fail if the percentage of failed remediation operations (i.e. failed deployments) exceeds this threshold.
- Percentage float64
- A number between 0.0 to 1.0 representing the percentage failure threshold. The remediation will fail if the percentage of failed remediation operations (i.e. failed deployments) exceeds this threshold.
- percentage Double
- A number between 0.0 to 1.0 representing the percentage failure threshold. The remediation will fail if the percentage of failed remediation operations (i.e. failed deployments) exceeds this threshold.
- percentage number
- A number between 0.0 to 1.0 representing the percentage failure threshold. The remediation will fail if the percentage of failed remediation operations (i.e. failed deployments) exceeds this threshold.
- percentage float
- A number between 0.0 to 1.0 representing the percentage failure threshold. The remediation will fail if the percentage of failed remediation operations (i.e. failed deployments) exceeds this threshold.
- percentage Number
- A number between 0.0 to 1.0 representing the percentage failure threshold. The remediation will fail if the percentage of failed remediation operations (i.e. failed deployments) exceeds this threshold.
RemediationPropertiesResponseFailureThreshold, RemediationPropertiesResponseFailureThresholdArgs
- Percentage double
- A number between 0.0 to 1.0 representing the percentage failure threshold. The remediation will fail if the percentage of failed remediation operations (i.e. failed deployments) exceeds this threshold.
- Percentage float64
- A number between 0.0 to 1.0 representing the percentage failure threshold. The remediation will fail if the percentage of failed remediation operations (i.e. failed deployments) exceeds this threshold.
- percentage Double
- A number between 0.0 to 1.0 representing the percentage failure threshold. The remediation will fail if the percentage of failed remediation operations (i.e. failed deployments) exceeds this threshold.
- percentage number
- A number between 0.0 to 1.0 representing the percentage failure threshold. The remediation will fail if the percentage of failed remediation operations (i.e. failed deployments) exceeds this threshold.
- percentage float
- A number between 0.0 to 1.0 representing the percentage failure threshold. The remediation will fail if the percentage of failed remediation operations (i.e. failed deployments) exceeds this threshold.
- percentage Number
- A number between 0.0 to 1.0 representing the percentage failure threshold. The remediation will fail if the percentage of failed remediation operations (i.e. failed deployments) exceeds this threshold.
ResourceDiscoveryMode, ResourceDiscoveryModeArgs
- Existing
Non Compliant - ExistingNonCompliantRemediate resources that are already known to be non-compliant.
- Re
Evaluate Compliance - ReEvaluateComplianceRe-evaluate the compliance state of resources and then remediate the resources found to be non-compliant.
- Resource
Discovery Mode Existing Non Compliant - ExistingNonCompliantRemediate resources that are already known to be non-compliant.
- Resource
Discovery Mode Re Evaluate Compliance - ReEvaluateComplianceRe-evaluate the compliance state of resources and then remediate the resources found to be non-compliant.
- Existing
Non Compliant - ExistingNonCompliantRemediate resources that are already known to be non-compliant.
- Re
Evaluate Compliance - ReEvaluateComplianceRe-evaluate the compliance state of resources and then remediate the resources found to be non-compliant.
- Existing
Non Compliant - ExistingNonCompliantRemediate resources that are already known to be non-compliant.
- Re
Evaluate Compliance - ReEvaluateComplianceRe-evaluate the compliance state of resources and then remediate the resources found to be non-compliant.
- EXISTING_NON_COMPLIANT
- ExistingNonCompliantRemediate resources that are already known to be non-compliant.
- RE_EVALUATE_COMPLIANCE
- ReEvaluateComplianceRe-evaluate the compliance state of resources and then remediate the resources found to be non-compliant.
- "Existing
Non Compliant" - ExistingNonCompliantRemediate resources that are already known to be non-compliant.
- "Re
Evaluate Compliance" - ReEvaluateComplianceRe-evaluate the compliance state of resources and then remediate the resources found to be non-compliant.
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:policyinsights:RemediationAtResourceGroup storageRemediation /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PolicyInsights/remediations/{remediationName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0