published on Saturday, Jul 18, 2026 by Pulumi
published on Saturday, Jul 18, 2026 by Pulumi
Drill resource
Uses Azure REST API version 2026-03-01-preview.
Other available API versions: 2025-02-01-preview, 2026-04-01-preview, 2026-06-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native azureresiliencemanagement [ApiVersion]. See the version guide for details.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:azureresiliencemanagement:Drill drill1 /providers/Microsoft.Management/serviceGroups/{serviceGroupName}/providers/Microsoft.AzureResilienceManagement/drills/{drillName}
Create Drill Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Drill(name: string, args: DrillArgs, opts?: CustomResourceOptions);@overload
def Drill(resource_name: str,
args: DrillArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Drill(resource_name: str,
opts: Optional[ResourceOptions] = None,
service_group_name: Optional[str] = None,
drill_name: Optional[str] = None,
identity: Optional[ManagedServiceIdentityArgs] = None,
properties: Optional[Union[RegionalDrillPropertiesArgs, ZonalDrillPropertiesArgs]] = None)func NewDrill(ctx *Context, name string, args DrillArgs, opts ...ResourceOption) (*Drill, error)public Drill(string name, DrillArgs args, CustomResourceOptions? opts = null)type: azure-native:azureresiliencemanagement:Drill
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "azure-native_azureresiliencemanagement_drill" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args DrillArgs
- 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 DrillArgs
- 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 DrillArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DrillArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DrillArgs
- 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 drillResource = new AzureNative.AzureResilienceManagement.Drill("drillResource", new()
{
ServiceGroupName = "string",
DrillName = "string",
Identity = new AzureNative.AzureResilienceManagement.Inputs.ManagedServiceIdentityArgs
{
Type = "string",
UserAssignedIdentities = new[]
{
"string",
},
},
Properties = new AzureNative.AzureResilienceManagement.Inputs.RegionalDrillPropertiesArgs
{
DrillType = "Regional",
ChaosExperimentProperties = new AzureNative.AzureResilienceManagement.Inputs.ChaosExperimentPropertiesOfDrillArgs
{
ChaosExperimentIdentityForFaults = new AzureNative.AzureResilienceManagement.Inputs.AssociatedIdentityArgs
{
Type = "string",
UserAssignedIdentity = "string",
},
Identity = new AzureNative.AzureResilienceManagement.Inputs.AssociatedIdentityArgs
{
Type = "string",
UserAssignedIdentity = "string",
},
Region = "string",
Subscription = "string",
},
ChaosResourceProperties = new AzureNative.AzureResilienceManagement.Inputs.ChaosResourcePropertiesOfDrillArgs
{
ChaosResourceIdentityForFaults = new AzureNative.AzureResilienceManagement.Inputs.AssociatedIdentityArgs
{
Type = "string",
UserAssignedIdentity = "string",
},
Identity = new AzureNative.AzureResilienceManagement.Inputs.AssociatedIdentityArgs
{
Type = "string",
UserAssignedIdentity = "string",
},
},
DrillAssetProperties = new AzureNative.AzureResilienceManagement.Inputs.AssetPropertiesOfDrillArgs
{
Region = "string",
Subscription = "string",
ResourceGroup = "string",
},
HealthModelProperties = new AzureNative.AzureResilienceManagement.Inputs.HealthModelPropertiesOfDrillArgs
{
HealthModelId = "string",
Identity = new AzureNative.AzureResilienceManagement.Inputs.AssociatedIdentityArgs
{
Type = "string",
UserAssignedIdentity = "string",
},
},
MetricsProperties = new AzureNative.AzureResilienceManagement.Inputs.MetricsPropertiesOfDrillArgs
{
Identity = new AzureNative.AzureResilienceManagement.Inputs.AssociatedIdentityArgs
{
Type = "string",
UserAssignedIdentity = "string",
},
MetricsToTrack = new[]
{
new AzureNative.AzureResilienceManagement.Inputs.MetricsToTrackArgs
{
DestinationAmwAccountUrl = "string",
MetricId = "string",
MetricName = "string",
},
},
},
MonitoringProperties = new AzureNative.AzureResilienceManagement.Inputs.MonitoringPropertiesOfDrillArgs
{
Identity = new AzureNative.AzureResilienceManagement.Inputs.AssociatedIdentityArgs
{
Type = "string",
UserAssignedIdentity = "string",
},
},
RbacSetupMode = "string",
RecoveryPlanProperties = new AzureNative.AzureResilienceManagement.Inputs.RecoveryPlanPropertiesOfDrillArgs
{
Identity = new AzureNative.AzureResilienceManagement.Inputs.AssociatedIdentityArgs
{
Type = "string",
UserAssignedIdentity = "string",
},
},
},
});
example, err := azureresiliencemanagement.NewDrill(ctx, "drillResource", &azureresiliencemanagement.DrillArgs{
ServiceGroupName: pulumi.String("string"),
DrillName: pulumi.String("string"),
Identity: &azureresiliencemanagement.ManagedServiceIdentityArgs{
Type: pulumi.String("string"),
UserAssignedIdentities: pulumi.StringArray{
pulumi.String("string"),
},
},
Properties: &azureresiliencemanagement.RegionalDrillPropertiesArgs{
DrillType: pulumi.String("Regional"),
ChaosExperimentProperties: &azureresiliencemanagement.ChaosExperimentPropertiesOfDrillArgs{
ChaosExperimentIdentityForFaults: &azureresiliencemanagement.AssociatedIdentityArgs{
Type: pulumi.String("string"),
UserAssignedIdentity: pulumi.String("string"),
},
Identity: &azureresiliencemanagement.AssociatedIdentityArgs{
Type: pulumi.String("string"),
UserAssignedIdentity: pulumi.String("string"),
},
Region: pulumi.String("string"),
Subscription: pulumi.String("string"),
},
ChaosResourceProperties: &azureresiliencemanagement.ChaosResourcePropertiesOfDrillArgs{
ChaosResourceIdentityForFaults: &azureresiliencemanagement.AssociatedIdentityArgs{
Type: pulumi.String("string"),
UserAssignedIdentity: pulumi.String("string"),
},
Identity: &azureresiliencemanagement.AssociatedIdentityArgs{
Type: pulumi.String("string"),
UserAssignedIdentity: pulumi.String("string"),
},
},
DrillAssetProperties: &azureresiliencemanagement.AssetPropertiesOfDrillArgs{
Region: pulumi.String("string"),
Subscription: pulumi.String("string"),
ResourceGroup: pulumi.String("string"),
},
HealthModelProperties: &azureresiliencemanagement.HealthModelPropertiesOfDrillArgs{
HealthModelId: pulumi.String("string"),
Identity: &azureresiliencemanagement.AssociatedIdentityArgs{
Type: pulumi.String("string"),
UserAssignedIdentity: pulumi.String("string"),
},
},
MetricsProperties: &azureresiliencemanagement.MetricsPropertiesOfDrillArgs{
Identity: &azureresiliencemanagement.AssociatedIdentityArgs{
Type: pulumi.String("string"),
UserAssignedIdentity: pulumi.String("string"),
},
MetricsToTrack: azureresiliencemanagement.MetricsToTrackArray{
&azureresiliencemanagement.MetricsToTrackArgs{
DestinationAmwAccountUrl: pulumi.String("string"),
MetricId: pulumi.String("string"),
MetricName: pulumi.String("string"),
},
},
},
MonitoringProperties: &azureresiliencemanagement.MonitoringPropertiesOfDrillArgs{
Identity: &azureresiliencemanagement.AssociatedIdentityArgs{
Type: pulumi.String("string"),
UserAssignedIdentity: pulumi.String("string"),
},
},
RbacSetupMode: pulumi.String("string"),
RecoveryPlanProperties: &azureresiliencemanagement.RecoveryPlanPropertiesOfDrillArgs{
Identity: &azureresiliencemanagement.AssociatedIdentityArgs{
Type: pulumi.String("string"),
UserAssignedIdentity: pulumi.String("string"),
},
},
},
})
resource "azure-native_azureresiliencemanagement_drill" "drillResource" {
lifecycle {
create_before_destroy = true
}
service_group_name = "string"
drill_name = "string"
identity = {
type = "string"
user_assigned_identities = ["string"]
}
properties = {
drill_type = "Regional"
chaos_experiment_properties = {
chaos_experiment_identity_for_faults = {
type = "string"
user_assigned_identity = "string"
}
identity = {
type = "string"
user_assigned_identity = "string"
}
region = "string"
subscription = "string"
}
chaos_resource_properties = {
chaos_resource_identity_for_faults = {
type = "string"
user_assigned_identity = "string"
}
identity = {
type = "string"
user_assigned_identity = "string"
}
}
drill_asset_properties = {
region = "string"
subscription = "string"
resource_group = "string"
}
health_model_properties = {
health_model_id = "string"
identity = {
type = "string"
user_assigned_identity = "string"
}
}
metrics_properties = {
identity = {
type = "string"
user_assigned_identity = "string"
}
metrics_to_track = [{
destination_amw_account_url = "string"
metric_id = "string"
metric_name = "string"
}]
}
monitoring_properties = {
identity = {
type = "string"
user_assigned_identity = "string"
}
}
rbac_setup_mode = "string"
recovery_plan_properties = {
identity = {
type = "string"
user_assigned_identity = "string"
}
}
}
}
var drillResource = new Drill("drillResource", DrillArgs.builder()
.serviceGroupName("string")
.drillName("string")
.identity(com.pulumi.azurenative.azureresiliencemanagement.inputs.ManagedServiceIdentityArgs.builder()
.type("string")
.userAssignedIdentities("string")
.build())
.properties(RegionalDrillPropertiesArgs.builder()
.drillType("Regional")
.chaosExperimentProperties(ChaosExperimentPropertiesOfDrillArgs.builder()
.chaosExperimentIdentityForFaults(AssociatedIdentityArgs.builder()
.type("string")
.userAssignedIdentity("string")
.build())
.identity(AssociatedIdentityArgs.builder()
.type("string")
.userAssignedIdentity("string")
.build())
.region("string")
.subscription("string")
.build())
.chaosResourceProperties(ChaosResourcePropertiesOfDrillArgs.builder()
.chaosResourceIdentityForFaults(AssociatedIdentityArgs.builder()
.type("string")
.userAssignedIdentity("string")
.build())
.identity(AssociatedIdentityArgs.builder()
.type("string")
.userAssignedIdentity("string")
.build())
.build())
.drillAssetProperties(AssetPropertiesOfDrillArgs.builder()
.region("string")
.subscription("string")
.resourceGroup("string")
.build())
.healthModelProperties(HealthModelPropertiesOfDrillArgs.builder()
.healthModelId("string")
.identity(AssociatedIdentityArgs.builder()
.type("string")
.userAssignedIdentity("string")
.build())
.build())
.metricsProperties(MetricsPropertiesOfDrillArgs.builder()
.identity(AssociatedIdentityArgs.builder()
.type("string")
.userAssignedIdentity("string")
.build())
.metricsToTrack(MetricsToTrackArgs.builder()
.destinationAmwAccountUrl("string")
.metricId("string")
.metricName("string")
.build())
.build())
.monitoringProperties(MonitoringPropertiesOfDrillArgs.builder()
.identity(AssociatedIdentityArgs.builder()
.type("string")
.userAssignedIdentity("string")
.build())
.build())
.rbacSetupMode("string")
.recoveryPlanProperties(RecoveryPlanPropertiesOfDrillArgs.builder()
.identity(AssociatedIdentityArgs.builder()
.type("string")
.userAssignedIdentity("string")
.build())
.build())
.build())
.build());
drill_resource = azure_native.azureresiliencemanagement.Drill("drillResource",
service_group_name="string",
drill_name="string",
identity={
"type": "string",
"user_assigned_identities": ["string"],
},
properties={
"drill_type": "Regional",
"chaos_experiment_properties": {
"chaos_experiment_identity_for_faults": {
"type": "string",
"user_assigned_identity": "string",
},
"identity": {
"type": "string",
"user_assigned_identity": "string",
},
"region": "string",
"subscription": "string",
},
"chaos_resource_properties": {
"chaos_resource_identity_for_faults": {
"type": "string",
"user_assigned_identity": "string",
},
"identity": {
"type": "string",
"user_assigned_identity": "string",
},
},
"drill_asset_properties": {
"region": "string",
"subscription": "string",
"resource_group": "string",
},
"health_model_properties": {
"health_model_id": "string",
"identity": {
"type": "string",
"user_assigned_identity": "string",
},
},
"metrics_properties": {
"identity": {
"type": "string",
"user_assigned_identity": "string",
},
"metrics_to_track": [{
"destination_amw_account_url": "string",
"metric_id": "string",
"metric_name": "string",
}],
},
"monitoring_properties": {
"identity": {
"type": "string",
"user_assigned_identity": "string",
},
},
"rbac_setup_mode": "string",
"recovery_plan_properties": {
"identity": {
"type": "string",
"user_assigned_identity": "string",
},
},
})
const drillResource = new azure_native.azureresiliencemanagement.Drill("drillResource", {
serviceGroupName: "string",
drillName: "string",
identity: {
type: "string",
userAssignedIdentities: ["string"],
},
properties: {
drillType: "Regional",
chaosExperimentProperties: {
chaosExperimentIdentityForFaults: {
type: "string",
userAssignedIdentity: "string",
},
identity: {
type: "string",
userAssignedIdentity: "string",
},
region: "string",
subscription: "string",
},
chaosResourceProperties: {
chaosResourceIdentityForFaults: {
type: "string",
userAssignedIdentity: "string",
},
identity: {
type: "string",
userAssignedIdentity: "string",
},
},
drillAssetProperties: {
region: "string",
subscription: "string",
resourceGroup: "string",
},
healthModelProperties: {
healthModelId: "string",
identity: {
type: "string",
userAssignedIdentity: "string",
},
},
metricsProperties: {
identity: {
type: "string",
userAssignedIdentity: "string",
},
metricsToTrack: [{
destinationAmwAccountUrl: "string",
metricId: "string",
metricName: "string",
}],
},
monitoringProperties: {
identity: {
type: "string",
userAssignedIdentity: "string",
},
},
rbacSetupMode: "string",
recoveryPlanProperties: {
identity: {
type: "string",
userAssignedIdentity: "string",
},
},
},
});
type: azure-native:azureresiliencemanagement:Drill
properties:
drillName: string
identity:
type: string
userAssignedIdentities:
- string
properties:
chaosExperimentProperties:
chaosExperimentIdentityForFaults:
type: string
userAssignedIdentity: string
identity:
type: string
userAssignedIdentity: string
region: string
subscription: string
chaosResourceProperties:
chaosResourceIdentityForFaults:
type: string
userAssignedIdentity: string
identity:
type: string
userAssignedIdentity: string
drillAssetProperties:
region: string
resourceGroup: string
subscription: string
drillType: Regional
healthModelProperties:
healthModelId: string
identity:
type: string
userAssignedIdentity: string
metricsProperties:
identity:
type: string
userAssignedIdentity: string
metricsToTrack:
- destinationAmwAccountUrl: string
metricId: string
metricName: string
monitoringProperties:
identity:
type: string
userAssignedIdentity: string
rbacSetupMode: string
recoveryPlanProperties:
identity:
type: string
userAssignedIdentity: string
serviceGroupName: string
Drill 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 Drill resource accepts the following input properties:
- Service
Group stringName - The name of the service group.
- Drill
Name string - The name of the Drill
- Identity
Pulumi.
Azure Native. Azure Resilience Management. Inputs. Managed Service Identity - The managed service identities assigned to this resource.
- Properties
Pulumi.
Azure | Pulumi.Native. Azure Resilience Management. Inputs. Regional Drill Properties Azure Native. Azure Resilience Management. Inputs. Zonal Drill Properties - The resource-specific properties for this resource.
- Service
Group stringName - The name of the service group.
- Drill
Name string - The name of the Drill
- Identity
Managed
Service Identity Args - The managed service identities assigned to this resource.
- Properties
Regional
Drill | ZonalProperties Args Drill Properties Args - The resource-specific properties for this resource.
- service_
group_ stringname - The name of the service group.
- drill_
name string - The name of the Drill
- identity object
- The managed service identities assigned to this resource.
- properties object | object
- The resource-specific properties for this resource.
- service
Group StringName - The name of the service group.
- drill
Name String - The name of the Drill
- identity
Managed
Service Identity - The managed service identities assigned to this resource.
- properties
Regional
Drill | ZonalProperties Drill Properties - The resource-specific properties for this resource.
- service
Group stringName - The name of the service group.
- drill
Name string - The name of the Drill
- identity
Managed
Service Identity - The managed service identities assigned to this resource.
- properties
Regional
Drill | ZonalProperties Drill Properties - The resource-specific properties for this resource.
- service_
group_ strname - The name of the service group.
- drill_
name str - The name of the Drill
- identity
Managed
Service Identity Args - The managed service identities assigned to this resource.
- properties
Regional
Drill | ZonalProperties Args Drill Properties Args - The resource-specific properties for this resource.
- service
Group StringName - The name of the service group.
- drill
Name String - The name of the Drill
- identity Property Map
- The managed service identities assigned to this resource.
- properties Property Map | Property Map
- The resource-specific properties for this resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the Drill resource produces the following output properties:
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- System
Data Pulumi.Azure Native. Azure Resilience Management. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azure_
api_ stringversion - The Azure API version of the resource.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the resource
- system_
data object - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the resource
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the resource
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
AssetPropertiesOfDrill, AssetPropertiesOfDrillArgs
Drill asset properties.- Region string
- Region where Drill's internal resources will be created.
- Subscription string
- Subscription where Drill's internal resources will be created.
- Resource
Group string - Resource group where Drill's internal resources will be created. If not specified, defaults to 'AzureResilienceManagementDrills'. This value is immutable after drill creation.
- Region string
- Region where Drill's internal resources will be created.
- Subscription string
- Subscription where Drill's internal resources will be created.
- Resource
Group string - Resource group where Drill's internal resources will be created. If not specified, defaults to 'AzureResilienceManagementDrills'. This value is immutable after drill creation.
- region string
- Region where Drill's internal resources will be created.
- subscription string
- Subscription where Drill's internal resources will be created.
- resource_
group string - Resource group where Drill's internal resources will be created. If not specified, defaults to 'AzureResilienceManagementDrills'. This value is immutable after drill creation.
- region String
- Region where Drill's internal resources will be created.
- subscription String
- Subscription where Drill's internal resources will be created.
- resource
Group String - Resource group where Drill's internal resources will be created. If not specified, defaults to 'AzureResilienceManagementDrills'. This value is immutable after drill creation.
- region string
- Region where Drill's internal resources will be created.
- subscription string
- Subscription where Drill's internal resources will be created.
- resource
Group string - Resource group where Drill's internal resources will be created. If not specified, defaults to 'AzureResilienceManagementDrills'. This value is immutable after drill creation.
- region str
- Region where Drill's internal resources will be created.
- subscription str
- Subscription where Drill's internal resources will be created.
- resource_
group str - Resource group where Drill's internal resources will be created. If not specified, defaults to 'AzureResilienceManagementDrills'. This value is immutable after drill creation.
- region String
- Region where Drill's internal resources will be created.
- subscription String
- Subscription where Drill's internal resources will be created.
- resource
Group String - Resource group where Drill's internal resources will be created. If not specified, defaults to 'AzureResilienceManagementDrills'. This value is immutable after drill creation.
AssetPropertiesOfDrillResponse, AssetPropertiesOfDrillResponseArgs
Drill asset properties.- Region string
- Region where Drill's internal resources will be created.
- Subscription string
- Subscription where Drill's internal resources will be created.
- Resource
Group string - Resource group where Drill's internal resources will be created. If not specified, defaults to 'AzureResilienceManagementDrills'. This value is immutable after drill creation.
- Region string
- Region where Drill's internal resources will be created.
- Subscription string
- Subscription where Drill's internal resources will be created.
- Resource
Group string - Resource group where Drill's internal resources will be created. If not specified, defaults to 'AzureResilienceManagementDrills'. This value is immutable after drill creation.
- region string
- Region where Drill's internal resources will be created.
- subscription string
- Subscription where Drill's internal resources will be created.
- resource_
group string - Resource group where Drill's internal resources will be created. If not specified, defaults to 'AzureResilienceManagementDrills'. This value is immutable after drill creation.
- region String
- Region where Drill's internal resources will be created.
- subscription String
- Subscription where Drill's internal resources will be created.
- resource
Group String - Resource group where Drill's internal resources will be created. If not specified, defaults to 'AzureResilienceManagementDrills'. This value is immutable after drill creation.
- region string
- Region where Drill's internal resources will be created.
- subscription string
- Subscription where Drill's internal resources will be created.
- resource
Group string - Resource group where Drill's internal resources will be created. If not specified, defaults to 'AzureResilienceManagementDrills'. This value is immutable after drill creation.
- region str
- Region where Drill's internal resources will be created.
- subscription str
- Subscription where Drill's internal resources will be created.
- resource_
group str - Resource group where Drill's internal resources will be created. If not specified, defaults to 'AzureResilienceManagementDrills'. This value is immutable after drill creation.
- region String
- Region where Drill's internal resources will be created.
- subscription String
- Subscription where Drill's internal resources will be created.
- resource
Group String - Resource group where Drill's internal resources will be created. If not specified, defaults to 'AzureResilienceManagementDrills'. This value is immutable after drill creation.
AssociatedIdentity, AssociatedIdentityArgs
Definition of associated identity linked with the various resources.- Type
string | Pulumi.
Azure Native. Azure Resilience Management. Managed Service Identity Type - Identity type linked with the resource
- User
Assigned stringIdentity - User assigned identity id linked with the resource
- Type
string | Managed
Service Identity Type - Identity type linked with the resource
- User
Assigned stringIdentity - User assigned identity id linked with the resource
- type
string | "None" | "System
Assigned" | "User Assigned" | "System Assigned,User Assigned" - Identity type linked with the resource
- user_
assigned_ stringidentity - User assigned identity id linked with the resource
- type
String | Managed
Service Identity Type - Identity type linked with the resource
- user
Assigned StringIdentity - User assigned identity id linked with the resource
- type
string | Managed
Service Identity Type - Identity type linked with the resource
- user
Assigned stringIdentity - User assigned identity id linked with the resource
- type
str | Managed
Service Identity Type - Identity type linked with the resource
- user_
assigned_ stridentity - User assigned identity id linked with the resource
- type
String | "None" | "System
Assigned" | "User Assigned" | "System Assigned,User Assigned" - Identity type linked with the resource
- user
Assigned StringIdentity - User assigned identity id linked with the resource
AssociatedIdentityResponse, AssociatedIdentityResponseArgs
Definition of associated identity linked with the various resources.- Type string
- Identity type linked with the resource
- User
Assigned stringIdentity - User assigned identity id linked with the resource
- Type string
- Identity type linked with the resource
- User
Assigned stringIdentity - User assigned identity id linked with the resource
- type string
- Identity type linked with the resource
- user_
assigned_ stringidentity - User assigned identity id linked with the resource
- type String
- Identity type linked with the resource
- user
Assigned StringIdentity - User assigned identity id linked with the resource
- type string
- Identity type linked with the resource
- user
Assigned stringIdentity - User assigned identity id linked with the resource
- type str
- Identity type linked with the resource
- user_
assigned_ stridentity - User assigned identity id linked with the resource
- type String
- Identity type linked with the resource
- user
Assigned StringIdentity - User assigned identity id linked with the resource
AttentionReasonResponse, AttentionReasonResponseArgs
Reason why the Drill is in NeedsAttention state, and not ready to run.- Drill
Monitoring stringResources - Monitoring Resources created for Drill
- Chaos
Experiment stringUser Msi - User MSI associated with chaos experiment object is deleted.
- Chaos
Resource string - Chaos resource for faulting exists or not.
- Chaos
Resource List<string>Creation Failure Reasons - Reason for Chaos Resource Creation failure
- Chaos
Resource stringUser Msi - User MSI associated with chaos resource object is deleted.
- Drill
Monitoring List<Pulumi.Errors Azure Native. Azure Resilience Management. Inputs. Error Details Response> - Errors related to Drill Monitoring resources.
- Drill
Rbac stringOn Azure Health Model - Drill object does not have the necessary RBAC to read the Azure Health Model.
- Drill
Rbac stringOn Azure Monitoring Workspace - Drill object does not have the necessary RBAC to read the Azure Monitoring Workspace account.
- Drill
Rbac stringOn Chaos Resource - Drill object does not have the necessary RBAC to run the chaos resource.
- Drill
Rbac stringOn Experiment - Drill object does not have the necessary RBAC to run the chaos experiment.
- Drill
Rbac stringOn Monitoring Resources - Drill MSI does not have the necessary RBAC to read the Drill Monitoring resources.
- Drill
Rbac stringOn Recovery Plan - Drill object does not have the necessary RBAC to run the Recovery Plan.
- Drill
Rbac stringOn Slo - Drill object does not have the necessary RBAC to read the SLO object.
- Drill
User stringMsi - User MSI associated with Drill object is deleted.
- Fault
Rbac stringOn Targets - RBAC required by Experiment MSI not setup on the target resources.
- Included
Resource stringIn Drill - Included resource in Drill.
- Missing
Required List<string>Resource Providers - List of required required Azure resource providers that are not registered in the subscription specified for chaos resource.
- Monitoring
Rbac stringOn Drill Resources - Monitoring RBAC required by Drill MSI not setup on the target resources.
- Rbac
Needed List<string>For Drill On Azure Health Model - Permissions needed by the Drill MSI to read Azure Health Model.
- Rbac
Needed List<string>For Drill On Azure Monitoring Workspace - Permissions needed by the Drill MSI to read Azure Monitoring Workspace account.
- Rbac
Needed List<string>For Drill On Chaos Resource - Permissions needed by the Drill MSI to run the chaos resource.
- Rbac
Needed List<string>For Drill On Drill Monitoring Resources - Permissions needed by the Drill MSI to Upload service group health data for monitoring.
- Rbac
Needed List<string>For Drill On Drill Resources - Permissions needed by the Drill MSI to read health metrics data for resources in service group.
- Rbac
Needed List<string>For Drill On Experiment - Permissions needed by the Drill MSI to run the chaos experiment.
- Rbac
Needed List<string>For Drill On Recovery Plan - Permissions needed by the Drill MSI to run the Recovery Plan.
- Rbac
Needed List<string>For Drill On Slo - Permissions needed by the Drill MSI to read SLO object.
- Rbac
On stringTarget Resources - RBAC required by Chaos Resource MSI not setup on the target resources.
- Recovery
Plan stringAnd Drill Resources State - Resources associated in Recovery Plan and Drill are out of sync.
- Ro
Readiness string - Associated RO ready or not.
- Runbook
Fault stringRbac On Targets - RBAC required by AutomationAccount for runbook MSI not setup on the target resources.
- Service
Group stringAnd Drill Resources State - Resources in Service Group and Drill are out of sync.
- Targets string
- One or more Target or Capability object is deleted.
- Drill
Monitoring stringResources - Monitoring Resources created for Drill
- Chaos
Experiment stringUser Msi - User MSI associated with chaos experiment object is deleted.
- Chaos
Resource string - Chaos resource for faulting exists or not.
- Chaos
Resource []stringCreation Failure Reasons - Reason for Chaos Resource Creation failure
- Chaos
Resource stringUser Msi - User MSI associated with chaos resource object is deleted.
- Drill
Monitoring []ErrorErrors Details Response - Errors related to Drill Monitoring resources.
- Drill
Rbac stringOn Azure Health Model - Drill object does not have the necessary RBAC to read the Azure Health Model.
- Drill
Rbac stringOn Azure Monitoring Workspace - Drill object does not have the necessary RBAC to read the Azure Monitoring Workspace account.
- Drill
Rbac stringOn Chaos Resource - Drill object does not have the necessary RBAC to run the chaos resource.
- Drill
Rbac stringOn Experiment - Drill object does not have the necessary RBAC to run the chaos experiment.
- Drill
Rbac stringOn Monitoring Resources - Drill MSI does not have the necessary RBAC to read the Drill Monitoring resources.
- Drill
Rbac stringOn Recovery Plan - Drill object does not have the necessary RBAC to run the Recovery Plan.
- Drill
Rbac stringOn Slo - Drill object does not have the necessary RBAC to read the SLO object.
- Drill
User stringMsi - User MSI associated with Drill object is deleted.
- Fault
Rbac stringOn Targets - RBAC required by Experiment MSI not setup on the target resources.
- Included
Resource stringIn Drill - Included resource in Drill.
- Missing
Required []stringResource Providers - List of required required Azure resource providers that are not registered in the subscription specified for chaos resource.
- Monitoring
Rbac stringOn Drill Resources - Monitoring RBAC required by Drill MSI not setup on the target resources.
- Rbac
Needed []stringFor Drill On Azure Health Model - Permissions needed by the Drill MSI to read Azure Health Model.
- Rbac
Needed []stringFor Drill On Azure Monitoring Workspace - Permissions needed by the Drill MSI to read Azure Monitoring Workspace account.
- Rbac
Needed []stringFor Drill On Chaos Resource - Permissions needed by the Drill MSI to run the chaos resource.
- Rbac
Needed []stringFor Drill On Drill Monitoring Resources - Permissions needed by the Drill MSI to Upload service group health data for monitoring.
- Rbac
Needed []stringFor Drill On Drill Resources - Permissions needed by the Drill MSI to read health metrics data for resources in service group.
- Rbac
Needed []stringFor Drill On Experiment - Permissions needed by the Drill MSI to run the chaos experiment.
- Rbac
Needed []stringFor Drill On Recovery Plan - Permissions needed by the Drill MSI to run the Recovery Plan.
- Rbac
Needed []stringFor Drill On Slo - Permissions needed by the Drill MSI to read SLO object.
- Rbac
On stringTarget Resources - RBAC required by Chaos Resource MSI not setup on the target resources.
- Recovery
Plan stringAnd Drill Resources State - Resources associated in Recovery Plan and Drill are out of sync.
- Ro
Readiness string - Associated RO ready or not.
- Runbook
Fault stringRbac On Targets - RBAC required by AutomationAccount for runbook MSI not setup on the target resources.
- Service
Group stringAnd Drill Resources State - Resources in Service Group and Drill are out of sync.
- Targets string
- One or more Target or Capability object is deleted.
- drill_
monitoring_ stringresources - Monitoring Resources created for Drill
- chaos_
experiment_ stringuser_ msi - User MSI associated with chaos experiment object is deleted.
- chaos_
resource string - Chaos resource for faulting exists or not.
- chaos_
resource_ list(string)creation_ failure_ reasons - Reason for Chaos Resource Creation failure
- chaos_
resource_ stringuser_ msi - User MSI associated with chaos resource object is deleted.
- drill_
monitoring_ list(object)errors - Errors related to Drill Monitoring resources.
- drill_
rbac_ stringon_ azure_ health_ model - Drill object does not have the necessary RBAC to read the Azure Health Model.
- drill_
rbac_ stringon_ azure_ monitoring_ workspace - Drill object does not have the necessary RBAC to read the Azure Monitoring Workspace account.
- drill_
rbac_ stringon_ chaos_ resource - Drill object does not have the necessary RBAC to run the chaos resource.
- drill_
rbac_ stringon_ experiment - Drill object does not have the necessary RBAC to run the chaos experiment.
- drill_
rbac_ stringon_ monitoring_ resources - Drill MSI does not have the necessary RBAC to read the Drill Monitoring resources.
- drill_
rbac_ stringon_ recovery_ plan - Drill object does not have the necessary RBAC to run the Recovery Plan.
- drill_
rbac_ stringon_ slo - Drill object does not have the necessary RBAC to read the SLO object.
- drill_
user_ stringmsi - User MSI associated with Drill object is deleted.
- fault_
rbac_ stringon_ targets - RBAC required by Experiment MSI not setup on the target resources.
- included_
resource_ stringin_ drill - Included resource in Drill.
- missing_
required_ list(string)resource_ providers - List of required required Azure resource providers that are not registered in the subscription specified for chaos resource.
- monitoring_
rbac_ stringon_ drill_ resources - Monitoring RBAC required by Drill MSI not setup on the target resources.
- rbac_
needed_ list(string)for_ drill_ on_ azure_ health_ model - Permissions needed by the Drill MSI to read Azure Health Model.
- rbac_
needed_ list(string)for_ drill_ on_ azure_ monitoring_ workspace - Permissions needed by the Drill MSI to read Azure Monitoring Workspace account.
- rbac_
needed_ list(string)for_ drill_ on_ chaos_ resource - Permissions needed by the Drill MSI to run the chaos resource.
- rbac_
needed_ list(string)for_ drill_ on_ drill_ monitoring_ resources - Permissions needed by the Drill MSI to Upload service group health data for monitoring.
- rbac_
needed_ list(string)for_ drill_ on_ drill_ resources - Permissions needed by the Drill MSI to read health metrics data for resources in service group.
- rbac_
needed_ list(string)for_ drill_ on_ experiment - Permissions needed by the Drill MSI to run the chaos experiment.
- rbac_
needed_ list(string)for_ drill_ on_ recovery_ plan - Permissions needed by the Drill MSI to run the Recovery Plan.
- rbac_
needed_ list(string)for_ drill_ on_ slo - Permissions needed by the Drill MSI to read SLO object.
- rbac_
on_ stringtarget_ resources - RBAC required by Chaos Resource MSI not setup on the target resources.
- recovery_
plan_ stringand_ drill_ resources_ state - Resources associated in Recovery Plan and Drill are out of sync.
- ro_
readiness string - Associated RO ready or not.
- runbook_
fault_ stringrbac_ on_ targets - RBAC required by AutomationAccount for runbook MSI not setup on the target resources.
- service_
group_ stringand_ drill_ resources_ state - Resources in Service Group and Drill are out of sync.
- targets string
- One or more Target or Capability object is deleted.
- drill
Monitoring StringResources - Monitoring Resources created for Drill
- chaos
Experiment StringUser Msi - User MSI associated with chaos experiment object is deleted.
- chaos
Resource String - Chaos resource for faulting exists or not.
- chaos
Resource List<String>Creation Failure Reasons - Reason for Chaos Resource Creation failure
- chaos
Resource StringUser Msi - User MSI associated with chaos resource object is deleted.
- drill
Monitoring List<ErrorErrors Details Response> - Errors related to Drill Monitoring resources.
- drill
Rbac StringOn Azure Health Model - Drill object does not have the necessary RBAC to read the Azure Health Model.
- drill
Rbac StringOn Azure Monitoring Workspace - Drill object does not have the necessary RBAC to read the Azure Monitoring Workspace account.
- drill
Rbac StringOn Chaos Resource - Drill object does not have the necessary RBAC to run the chaos resource.
- drill
Rbac StringOn Experiment - Drill object does not have the necessary RBAC to run the chaos experiment.
- drill
Rbac StringOn Monitoring Resources - Drill MSI does not have the necessary RBAC to read the Drill Monitoring resources.
- drill
Rbac StringOn Recovery Plan - Drill object does not have the necessary RBAC to run the Recovery Plan.
- drill
Rbac StringOn Slo - Drill object does not have the necessary RBAC to read the SLO object.
- drill
User StringMsi - User MSI associated with Drill object is deleted.
- fault
Rbac StringOn Targets - RBAC required by Experiment MSI not setup on the target resources.
- included
Resource StringIn Drill - Included resource in Drill.
- missing
Required List<String>Resource Providers - List of required required Azure resource providers that are not registered in the subscription specified for chaos resource.
- monitoring
Rbac StringOn Drill Resources - Monitoring RBAC required by Drill MSI not setup on the target resources.
- rbac
Needed List<String>For Drill On Azure Health Model - Permissions needed by the Drill MSI to read Azure Health Model.
- rbac
Needed List<String>For Drill On Azure Monitoring Workspace - Permissions needed by the Drill MSI to read Azure Monitoring Workspace account.
- rbac
Needed List<String>For Drill On Chaos Resource - Permissions needed by the Drill MSI to run the chaos resource.
- rbac
Needed List<String>For Drill On Drill Monitoring Resources - Permissions needed by the Drill MSI to Upload service group health data for monitoring.
- rbac
Needed List<String>For Drill On Drill Resources - Permissions needed by the Drill MSI to read health metrics data for resources in service group.
- rbac
Needed List<String>For Drill On Experiment - Permissions needed by the Drill MSI to run the chaos experiment.
- rbac
Needed List<String>For Drill On Recovery Plan - Permissions needed by the Drill MSI to run the Recovery Plan.
- rbac
Needed List<String>For Drill On Slo - Permissions needed by the Drill MSI to read SLO object.
- rbac
On StringTarget Resources - RBAC required by Chaos Resource MSI not setup on the target resources.
- recovery
Plan StringAnd Drill Resources State - Resources associated in Recovery Plan and Drill are out of sync.
- ro
Readiness String - Associated RO ready or not.
- runbook
Fault StringRbac On Targets - RBAC required by AutomationAccount for runbook MSI not setup on the target resources.
- service
Group StringAnd Drill Resources State - Resources in Service Group and Drill are out of sync.
- targets String
- One or more Target or Capability object is deleted.
- drill
Monitoring stringResources - Monitoring Resources created for Drill
- chaos
Experiment stringUser Msi - User MSI associated with chaos experiment object is deleted.
- chaos
Resource string - Chaos resource for faulting exists or not.
- chaos
Resource string[]Creation Failure Reasons - Reason for Chaos Resource Creation failure
- chaos
Resource stringUser Msi - User MSI associated with chaos resource object is deleted.
- drill
Monitoring ErrorErrors Details Response[] - Errors related to Drill Monitoring resources.
- drill
Rbac stringOn Azure Health Model - Drill object does not have the necessary RBAC to read the Azure Health Model.
- drill
Rbac stringOn Azure Monitoring Workspace - Drill object does not have the necessary RBAC to read the Azure Monitoring Workspace account.
- drill
Rbac stringOn Chaos Resource - Drill object does not have the necessary RBAC to run the chaos resource.
- drill
Rbac stringOn Experiment - Drill object does not have the necessary RBAC to run the chaos experiment.
- drill
Rbac stringOn Monitoring Resources - Drill MSI does not have the necessary RBAC to read the Drill Monitoring resources.
- drill
Rbac stringOn Recovery Plan - Drill object does not have the necessary RBAC to run the Recovery Plan.
- drill
Rbac stringOn Slo - Drill object does not have the necessary RBAC to read the SLO object.
- drill
User stringMsi - User MSI associated with Drill object is deleted.
- fault
Rbac stringOn Targets - RBAC required by Experiment MSI not setup on the target resources.
- included
Resource stringIn Drill - Included resource in Drill.
- missing
Required string[]Resource Providers - List of required required Azure resource providers that are not registered in the subscription specified for chaos resource.
- monitoring
Rbac stringOn Drill Resources - Monitoring RBAC required by Drill MSI not setup on the target resources.
- rbac
Needed string[]For Drill On Azure Health Model - Permissions needed by the Drill MSI to read Azure Health Model.
- rbac
Needed string[]For Drill On Azure Monitoring Workspace - Permissions needed by the Drill MSI to read Azure Monitoring Workspace account.
- rbac
Needed string[]For Drill On Chaos Resource - Permissions needed by the Drill MSI to run the chaos resource.
- rbac
Needed string[]For Drill On Drill Monitoring Resources - Permissions needed by the Drill MSI to Upload service group health data for monitoring.
- rbac
Needed string[]For Drill On Drill Resources - Permissions needed by the Drill MSI to read health metrics data for resources in service group.
- rbac
Needed string[]For Drill On Experiment - Permissions needed by the Drill MSI to run the chaos experiment.
- rbac
Needed string[]For Drill On Recovery Plan - Permissions needed by the Drill MSI to run the Recovery Plan.
- rbac
Needed string[]For Drill On Slo - Permissions needed by the Drill MSI to read SLO object.
- rbac
On stringTarget Resources - RBAC required by Chaos Resource MSI not setup on the target resources.
- recovery
Plan stringAnd Drill Resources State - Resources associated in Recovery Plan and Drill are out of sync.
- ro
Readiness string - Associated RO ready or not.
- runbook
Fault stringRbac On Targets - RBAC required by AutomationAccount for runbook MSI not setup on the target resources.
- service
Group stringAnd Drill Resources State - Resources in Service Group and Drill are out of sync.
- targets string
- One or more Target or Capability object is deleted.
- drill_
monitoring_ strresources - Monitoring Resources created for Drill
- chaos_
experiment_ struser_ msi - User MSI associated with chaos experiment object is deleted.
- chaos_
resource str - Chaos resource for faulting exists or not.
- chaos_
resource_ Sequence[str]creation_ failure_ reasons - Reason for Chaos Resource Creation failure
- chaos_
resource_ struser_ msi - User MSI associated with chaos resource object is deleted.
- drill_
monitoring_ Sequence[Errorerrors Details Response] - Errors related to Drill Monitoring resources.
- drill_
rbac_ stron_ azure_ health_ model - Drill object does not have the necessary RBAC to read the Azure Health Model.
- drill_
rbac_ stron_ azure_ monitoring_ workspace - Drill object does not have the necessary RBAC to read the Azure Monitoring Workspace account.
- drill_
rbac_ stron_ chaos_ resource - Drill object does not have the necessary RBAC to run the chaos resource.
- drill_
rbac_ stron_ experiment - Drill object does not have the necessary RBAC to run the chaos experiment.
- drill_
rbac_ stron_ monitoring_ resources - Drill MSI does not have the necessary RBAC to read the Drill Monitoring resources.
- drill_
rbac_ stron_ recovery_ plan - Drill object does not have the necessary RBAC to run the Recovery Plan.
- drill_
rbac_ stron_ slo - Drill object does not have the necessary RBAC to read the SLO object.
- drill_
user_ strmsi - User MSI associated with Drill object is deleted.
- fault_
rbac_ stron_ targets - RBAC required by Experiment MSI not setup on the target resources.
- included_
resource_ strin_ drill - Included resource in Drill.
- missing_
required_ Sequence[str]resource_ providers - List of required required Azure resource providers that are not registered in the subscription specified for chaos resource.
- monitoring_
rbac_ stron_ drill_ resources - Monitoring RBAC required by Drill MSI not setup on the target resources.
- rbac_
needed_ Sequence[str]for_ drill_ on_ azure_ health_ model - Permissions needed by the Drill MSI to read Azure Health Model.
- rbac_
needed_ Sequence[str]for_ drill_ on_ azure_ monitoring_ workspace - Permissions needed by the Drill MSI to read Azure Monitoring Workspace account.
- rbac_
needed_ Sequence[str]for_ drill_ on_ chaos_ resource - Permissions needed by the Drill MSI to run the chaos resource.
- rbac_
needed_ Sequence[str]for_ drill_ on_ drill_ monitoring_ resources - Permissions needed by the Drill MSI to Upload service group health data for monitoring.
- rbac_
needed_ Sequence[str]for_ drill_ on_ drill_ resources - Permissions needed by the Drill MSI to read health metrics data for resources in service group.
- rbac_
needed_ Sequence[str]for_ drill_ on_ experiment - Permissions needed by the Drill MSI to run the chaos experiment.
- rbac_
needed_ Sequence[str]for_ drill_ on_ recovery_ plan - Permissions needed by the Drill MSI to run the Recovery Plan.
- rbac_
needed_ Sequence[str]for_ drill_ on_ slo - Permissions needed by the Drill MSI to read SLO object.
- rbac_
on_ strtarget_ resources - RBAC required by Chaos Resource MSI not setup on the target resources.
- recovery_
plan_ strand_ drill_ resources_ state - Resources associated in Recovery Plan and Drill are out of sync.
- ro_
readiness str - Associated RO ready or not.
- runbook_
fault_ strrbac_ on_ targets - RBAC required by AutomationAccount for runbook MSI not setup on the target resources.
- service_
group_ strand_ drill_ resources_ state - Resources in Service Group and Drill are out of sync.
- targets str
- One or more Target or Capability object is deleted.
- drill
Monitoring StringResources - Monitoring Resources created for Drill
- chaos
Experiment StringUser Msi - User MSI associated with chaos experiment object is deleted.
- chaos
Resource String - Chaos resource for faulting exists or not.
- chaos
Resource List<String>Creation Failure Reasons - Reason for Chaos Resource Creation failure
- chaos
Resource StringUser Msi - User MSI associated with chaos resource object is deleted.
- drill
Monitoring List<Property Map>Errors - Errors related to Drill Monitoring resources.
- drill
Rbac StringOn Azure Health Model - Drill object does not have the necessary RBAC to read the Azure Health Model.
- drill
Rbac StringOn Azure Monitoring Workspace - Drill object does not have the necessary RBAC to read the Azure Monitoring Workspace account.
- drill
Rbac StringOn Chaos Resource - Drill object does not have the necessary RBAC to run the chaos resource.
- drill
Rbac StringOn Experiment - Drill object does not have the necessary RBAC to run the chaos experiment.
- drill
Rbac StringOn Monitoring Resources - Drill MSI does not have the necessary RBAC to read the Drill Monitoring resources.
- drill
Rbac StringOn Recovery Plan - Drill object does not have the necessary RBAC to run the Recovery Plan.
- drill
Rbac StringOn Slo - Drill object does not have the necessary RBAC to read the SLO object.
- drill
User StringMsi - User MSI associated with Drill object is deleted.
- fault
Rbac StringOn Targets - RBAC required by Experiment MSI not setup on the target resources.
- included
Resource StringIn Drill - Included resource in Drill.
- missing
Required List<String>Resource Providers - List of required required Azure resource providers that are not registered in the subscription specified for chaos resource.
- monitoring
Rbac StringOn Drill Resources - Monitoring RBAC required by Drill MSI not setup on the target resources.
- rbac
Needed List<String>For Drill On Azure Health Model - Permissions needed by the Drill MSI to read Azure Health Model.
- rbac
Needed List<String>For Drill On Azure Monitoring Workspace - Permissions needed by the Drill MSI to read Azure Monitoring Workspace account.
- rbac
Needed List<String>For Drill On Chaos Resource - Permissions needed by the Drill MSI to run the chaos resource.
- rbac
Needed List<String>For Drill On Drill Monitoring Resources - Permissions needed by the Drill MSI to Upload service group health data for monitoring.
- rbac
Needed List<String>For Drill On Drill Resources - Permissions needed by the Drill MSI to read health metrics data for resources in service group.
- rbac
Needed List<String>For Drill On Experiment - Permissions needed by the Drill MSI to run the chaos experiment.
- rbac
Needed List<String>For Drill On Recovery Plan - Permissions needed by the Drill MSI to run the Recovery Plan.
- rbac
Needed List<String>For Drill On Slo - Permissions needed by the Drill MSI to read SLO object.
- rbac
On StringTarget Resources - RBAC required by Chaos Resource MSI not setup on the target resources.
- recovery
Plan StringAnd Drill Resources State - Resources associated in Recovery Plan and Drill are out of sync.
- ro
Readiness String - Associated RO ready or not.
- runbook
Fault StringRbac On Targets - RBAC required by AutomationAccount for runbook MSI not setup on the target resources.
- service
Group StringAnd Drill Resources State - Resources in Service Group and Drill are out of sync.
- targets String
- One or more Target or Capability object is deleted.
ChaosExperimentPropertiesOfDrill, ChaosExperimentPropertiesOfDrillArgs
Chaos Experiment properties.- Chaos
Experiment Pulumi.Identity For Faults Azure Native. Azure Resilience Management. Inputs. Associated Identity - Identity to be used by the Chaos Experiment for invoking faults on resources.
- Identity
Pulumi.
Azure Native. Azure Resilience Management. Inputs. Associated Identity - Identity to use for Chaos Experiment operations.
- Region string
- Region for chaosExperiment resource.
- Subscription string
- Subscription for chaosExperiment resource.
- Chaos
Experiment AssociatedIdentity For Faults Identity - Identity to be used by the Chaos Experiment for invoking faults on resources.
- Identity
Associated
Identity - Identity to use for Chaos Experiment operations.
- Region string
- Region for chaosExperiment resource.
- Subscription string
- Subscription for chaosExperiment resource.
- chaos_
experiment_ objectidentity_ for_ faults - Identity to be used by the Chaos Experiment for invoking faults on resources.
- identity object
- Identity to use for Chaos Experiment operations.
- region string
- Region for chaosExperiment resource.
- subscription string
- Subscription for chaosExperiment resource.
- chaos
Experiment AssociatedIdentity For Faults Identity - Identity to be used by the Chaos Experiment for invoking faults on resources.
- identity
Associated
Identity - Identity to use for Chaos Experiment operations.
- region String
- Region for chaosExperiment resource.
- subscription String
- Subscription for chaosExperiment resource.
- chaos
Experiment AssociatedIdentity For Faults Identity - Identity to be used by the Chaos Experiment for invoking faults on resources.
- identity
Associated
Identity - Identity to use for Chaos Experiment operations.
- region string
- Region for chaosExperiment resource.
- subscription string
- Subscription for chaosExperiment resource.
- chaos_
experiment_ Associatedidentity_ for_ faults Identity - Identity to be used by the Chaos Experiment for invoking faults on resources.
- identity
Associated
Identity - Identity to use for Chaos Experiment operations.
- region str
- Region for chaosExperiment resource.
- subscription str
- Subscription for chaosExperiment resource.
- chaos
Experiment Property MapIdentity For Faults - Identity to be used by the Chaos Experiment for invoking faults on resources.
- identity Property Map
- Identity to use for Chaos Experiment operations.
- region String
- Region for chaosExperiment resource.
- subscription String
- Subscription for chaosExperiment resource.
ChaosExperimentPropertiesOfDrillResponse, ChaosExperimentPropertiesOfDrillResponseArgs
Chaos Experiment properties.- Chaos
Experiment stringId - Chaos Experiment resource created for this Drill
- Fault
Duration intIn Min - Duration of faults.
- Chaos
Experiment Pulumi.Identity For Faults Azure Native. Azure Resilience Management. Inputs. Associated Identity Response - Identity to be used by the Chaos Experiment for invoking faults on resources.
- Identity
Pulumi.
Azure Native. Azure Resilience Management. Inputs. Associated Identity Response - Identity to use for Chaos Experiment operations.
- Region string
- Region for chaosExperiment resource.
- Subscription string
- Subscription for chaosExperiment resource.
- Chaos
Experiment stringId - Chaos Experiment resource created for this Drill
- Fault
Duration intIn Min - Duration of faults.
- Chaos
Experiment AssociatedIdentity For Faults Identity Response - Identity to be used by the Chaos Experiment for invoking faults on resources.
- Identity
Associated
Identity Response - Identity to use for Chaos Experiment operations.
- Region string
- Region for chaosExperiment resource.
- Subscription string
- Subscription for chaosExperiment resource.
- chaos_
experiment_ stringid - Chaos Experiment resource created for this Drill
- fault_
duration_ numberin_ min - Duration of faults.
- chaos_
experiment_ objectidentity_ for_ faults - Identity to be used by the Chaos Experiment for invoking faults on resources.
- identity object
- Identity to use for Chaos Experiment operations.
- region string
- Region for chaosExperiment resource.
- subscription string
- Subscription for chaosExperiment resource.
- chaos
Experiment StringId - Chaos Experiment resource created for this Drill
- fault
Duration IntegerIn Min - Duration of faults.
- chaos
Experiment AssociatedIdentity For Faults Identity Response - Identity to be used by the Chaos Experiment for invoking faults on resources.
- identity
Associated
Identity Response - Identity to use for Chaos Experiment operations.
- region String
- Region for chaosExperiment resource.
- subscription String
- Subscription for chaosExperiment resource.
- chaos
Experiment stringId - Chaos Experiment resource created for this Drill
- fault
Duration numberIn Min - Duration of faults.
- chaos
Experiment AssociatedIdentity For Faults Identity Response - Identity to be used by the Chaos Experiment for invoking faults on resources.
- identity
Associated
Identity Response - Identity to use for Chaos Experiment operations.
- region string
- Region for chaosExperiment resource.
- subscription string
- Subscription for chaosExperiment resource.
- chaos_
experiment_ strid - Chaos Experiment resource created for this Drill
- fault_
duration_ intin_ min - Duration of faults.
- chaos_
experiment_ Associatedidentity_ for_ faults Identity Response - Identity to be used by the Chaos Experiment for invoking faults on resources.
- identity
Associated
Identity Response - Identity to use for Chaos Experiment operations.
- region str
- Region for chaosExperiment resource.
- subscription str
- Subscription for chaosExperiment resource.
- chaos
Experiment StringId - Chaos Experiment resource created for this Drill
- fault
Duration NumberIn Min - Duration of faults.
- chaos
Experiment Property MapIdentity For Faults - Identity to be used by the Chaos Experiment for invoking faults on resources.
- identity Property Map
- Identity to use for Chaos Experiment operations.
- region String
- Region for chaosExperiment resource.
- subscription String
- Subscription for chaosExperiment resource.
ChaosResourcePropertiesOfDrill, ChaosResourcePropertiesOfDrillArgs
Chaos Resource properties.- Chaos
Resource Pulumi.Identity For Faults Azure Native. Azure Resilience Management. Inputs. Associated Identity - Identity to be used by the Chaos Resource for invoking faults on resources.
- Identity
Pulumi.
Azure Native. Azure Resilience Management. Inputs. Associated Identity - Identity to use for Chaos Resource operations.
- Chaos
Resource AssociatedIdentity For Faults Identity - Identity to be used by the Chaos Resource for invoking faults on resources.
- Identity
Associated
Identity - Identity to use for Chaos Resource operations.
- chaos_
resource_ objectidentity_ for_ faults - Identity to be used by the Chaos Resource for invoking faults on resources.
- identity object
- Identity to use for Chaos Resource operations.
- chaos
Resource AssociatedIdentity For Faults Identity - Identity to be used by the Chaos Resource for invoking faults on resources.
- identity
Associated
Identity - Identity to use for Chaos Resource operations.
- chaos
Resource AssociatedIdentity For Faults Identity - Identity to be used by the Chaos Resource for invoking faults on resources.
- identity
Associated
Identity - Identity to use for Chaos Resource operations.
- chaos_
resource_ Associatedidentity_ for_ faults Identity - Identity to be used by the Chaos Resource for invoking faults on resources.
- identity
Associated
Identity - Identity to use for Chaos Resource operations.
- chaos
Resource Property MapIdentity For Faults - Identity to be used by the Chaos Resource for invoking faults on resources.
- identity Property Map
- Identity to use for Chaos Resource operations.
ChaosResourcePropertiesOfDrillResponse, ChaosResourcePropertiesOfDrillResponseArgs
Chaos Resource properties.- Chaos
Resource stringId - Chaos Resource created for this Drill
- Chaos
Resource Pulumi.Identity For Faults Azure Native. Azure Resilience Management. Inputs. Associated Identity Response - Identity to be used by the Chaos Resource for invoking faults on resources.
- Fault
Duration intIn Min - Duration of faults.
- Identity
Pulumi.
Azure Native. Azure Resilience Management. Inputs. Associated Identity Response - Identity to use for Chaos Resource operations.
- Chaos
Resource stringId - Chaos Resource created for this Drill
- Chaos
Resource AssociatedIdentity For Faults Identity Response - Identity to be used by the Chaos Resource for invoking faults on resources.
- Fault
Duration intIn Min - Duration of faults.
- Identity
Associated
Identity Response - Identity to use for Chaos Resource operations.
- chaos_
resource_ stringid - Chaos Resource created for this Drill
- chaos_
resource_ objectidentity_ for_ faults - Identity to be used by the Chaos Resource for invoking faults on resources.
- fault_
duration_ numberin_ min - Duration of faults.
- identity object
- Identity to use for Chaos Resource operations.
- chaos
Resource StringId - Chaos Resource created for this Drill
- chaos
Resource AssociatedIdentity For Faults Identity Response - Identity to be used by the Chaos Resource for invoking faults on resources.
- fault
Duration IntegerIn Min - Duration of faults.
- identity
Associated
Identity Response - Identity to use for Chaos Resource operations.
- chaos
Resource stringId - Chaos Resource created for this Drill
- chaos
Resource AssociatedIdentity For Faults Identity Response - Identity to be used by the Chaos Resource for invoking faults on resources.
- fault
Duration numberIn Min - Duration of faults.
- identity
Associated
Identity Response - Identity to use for Chaos Resource operations.
- chaos_
resource_ strid - Chaos Resource created for this Drill
- chaos_
resource_ Associatedidentity_ for_ faults Identity Response - Identity to be used by the Chaos Resource for invoking faults on resources.
- fault_
duration_ intin_ min - Duration of faults.
- identity
Associated
Identity Response - Identity to use for Chaos Resource operations.
- chaos
Resource StringId - Chaos Resource created for this Drill
- chaos
Resource Property MapIdentity For Faults - Identity to be used by the Chaos Resource for invoking faults on resources.
- fault
Duration NumberIn Min - Duration of faults.
- identity Property Map
- Identity to use for Chaos Resource operations.
ErrorAdditionalInfoResponse, ErrorAdditionalInfoResponseArgs
The resource management error additional info.ErrorDetailResponse, ErrorDetailResponseArgs
The error detail.- Additional
Info List<Pulumi.Azure Native. Azure Resilience Management. Inputs. Error Additional Info Response> - The error additional info.
- Code string
- The error code.
- Details
List<Pulumi.
Azure Native. Azure Resilience Management. Inputs. Error Detail Response> - The error details.
- Message string
- The error message.
- Target string
- The error target.
- Additional
Info []ErrorAdditional Info Response - The error additional info.
- Code string
- The error code.
- Details
[]Error
Detail Response - The error details.
- Message string
- The error message.
- Target string
- The error target.
- additional_
info list(object) - The error additional info.
- code string
- The error code.
- details list(object)
- The error details.
- message string
- The error message.
- target string
- The error target.
- additional
Info List<ErrorAdditional Info Response> - The error additional info.
- code String
- The error code.
- details
List<Error
Detail Response> - The error details.
- message String
- The error message.
- target String
- The error target.
- additional
Info ErrorAdditional Info Response[] - The error additional info.
- code string
- The error code.
- details
Error
Detail Response[] - The error details.
- message string
- The error message.
- target string
- The error target.
- additional_
info Sequence[ErrorAdditional Info Response] - The error additional info.
- code str
- The error code.
- details
Sequence[Error
Detail Response] - The error details.
- message str
- The error message.
- target str
- The error target.
- additional
Info List<Property Map> - The error additional info.
- code String
- The error code.
- details List<Property Map>
- The error details.
- message String
- The error message.
- target String
- The error target.
ErrorDetailsResponse, ErrorDetailsResponseArgs
Errors in T&C / RBAC assignment.- Code string
- Error code.
- Message string
- Error message.
- Recommendations List<string>
- A list of recommendations to resolve the error.
- Code string
- Error code.
- Message string
- Error message.
- Recommendations []string
- A list of recommendations to resolve the error.
- code string
- Error code.
- message string
- Error message.
- recommendations list(string)
- A list of recommendations to resolve the error.
- code String
- Error code.
- message String
- Error message.
- recommendations List<String>
- A list of recommendations to resolve the error.
- code string
- Error code.
- message string
- Error message.
- recommendations string[]
- A list of recommendations to resolve the error.
- code str
- Error code.
- message str
- Error message.
- recommendations Sequence[str]
- A list of recommendations to resolve the error.
- code String
- Error code.
- message String
- Error message.
- recommendations List<String>
- A list of recommendations to resolve the error.
HealthModelPropertiesOfDrill, HealthModelPropertiesOfDrillArgs
Health Model properties.- Health
Model stringId - Full ARM Id of the Health Model.
- Identity
Pulumi.
Azure Native. Azure Resilience Management. Inputs. Associated Identity - Identity to use for Health Model operations.
- Health
Model stringId - Full ARM Id of the Health Model.
- Identity
Associated
Identity - Identity to use for Health Model operations.
- health_
model_ stringid - Full ARM Id of the Health Model.
- identity object
- Identity to use for Health Model operations.
- health
Model StringId - Full ARM Id of the Health Model.
- identity
Associated
Identity - Identity to use for Health Model operations.
- health
Model stringId - Full ARM Id of the Health Model.
- identity
Associated
Identity - Identity to use for Health Model operations.
- health_
model_ strid - Full ARM Id of the Health Model.
- identity
Associated
Identity - Identity to use for Health Model operations.
- health
Model StringId - Full ARM Id of the Health Model.
- identity Property Map
- Identity to use for Health Model operations.
HealthModelPropertiesOfDrillResponse, HealthModelPropertiesOfDrillResponseArgs
Health Model properties.- Health
Model stringId - Full ARM Id of the Health Model.
- Identity
Pulumi.
Azure Native. Azure Resilience Management. Inputs. Associated Identity Response - Identity to use for Health Model operations.
- Health
Model stringId - Full ARM Id of the Health Model.
- Identity
Associated
Identity Response - Identity to use for Health Model operations.
- health_
model_ stringid - Full ARM Id of the Health Model.
- identity object
- Identity to use for Health Model operations.
- health
Model StringId - Full ARM Id of the Health Model.
- identity
Associated
Identity Response - Identity to use for Health Model operations.
- health
Model stringId - Full ARM Id of the Health Model.
- identity
Associated
Identity Response - Identity to use for Health Model operations.
- health_
model_ strid - Full ARM Id of the Health Model.
- identity
Associated
Identity Response - Identity to use for Health Model operations.
- health
Model StringId - Full ARM Id of the Health Model.
- identity Property Map
- Identity to use for Health Model operations.
LastRunPropertiesResponse, LastRunPropertiesResponseArgs
Definition of Last Run properties.- Last
Run stringAttestation - Attestation state of the last run of this Drill.
- Last
Run stringDuration - Timespan of the last run of this Drill.
- Last
Run stringState - Status of the last run of this Drill.
- Last
Run stringTime - Timestamp of the last run of this Drill.
- Last
Run stringAttestation - Attestation state of the last run of this Drill.
- Last
Run stringDuration - Timespan of the last run of this Drill.
- Last
Run stringState - Status of the last run of this Drill.
- Last
Run stringTime - Timestamp of the last run of this Drill.
- last_
run_ stringattestation - Attestation state of the last run of this Drill.
- last_
run_ stringduration - Timespan of the last run of this Drill.
- last_
run_ stringstate - Status of the last run of this Drill.
- last_
run_ stringtime - Timestamp of the last run of this Drill.
- last
Run StringAttestation - Attestation state of the last run of this Drill.
- last
Run StringDuration - Timespan of the last run of this Drill.
- last
Run StringState - Status of the last run of this Drill.
- last
Run StringTime - Timestamp of the last run of this Drill.
- last
Run stringAttestation - Attestation state of the last run of this Drill.
- last
Run stringDuration - Timespan of the last run of this Drill.
- last
Run stringState - Status of the last run of this Drill.
- last
Run stringTime - Timestamp of the last run of this Drill.
- last_
run_ strattestation - Attestation state of the last run of this Drill.
- last_
run_ strduration - Timespan of the last run of this Drill.
- last_
run_ strstate - Status of the last run of this Drill.
- last_
run_ strtime - Timestamp of the last run of this Drill.
- last
Run StringAttestation - Attestation state of the last run of this Drill.
- last
Run StringDuration - Timespan of the last run of this Drill.
- last
Run StringState - Status of the last run of this Drill.
- last
Run StringTime - Timestamp of the last run of this Drill.
ManagedOnBehalfOfConfigurationResponse, ManagedOnBehalfOfConfigurationResponseArgs
Configuration of the managed on behalf of resource.- Mobo
Broker List<Pulumi.Resources Azure Native. Azure Resilience Management. Inputs. Mobo Broker Resource Response> - Associated MoboBrokerResources.
- Mobo
Broker []MoboResources Broker Resource Response - Associated MoboBrokerResources.
- mobo_
broker_ list(object)resources - Associated MoboBrokerResources.
- mobo
Broker List<MoboResources Broker Resource Response> - Associated MoboBrokerResources.
- mobo
Broker MoboResources Broker Resource Response[] - Associated MoboBrokerResources.
- mobo_
broker_ Sequence[Moboresources Broker Resource Response] - Associated MoboBrokerResources.
- mobo
Broker List<Property Map>Resources - Associated MoboBrokerResources.
ManagedServiceIdentity, ManagedServiceIdentityArgs
Managed service identity (system assigned and/or user assigned identities)- Type
string | Pulumi.
Azure Native. Azure Resilience Management. Managed Service Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned List<string>Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- Type
string | Managed
Service Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned []stringIdentities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type
string | "None" | "System
Assigned" | "User Assigned" | "System Assigned,User Assigned" - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user_
assigned_ list(string)identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type
String | Managed
Service Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned List<String>Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type
string | Managed
Service Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned string[]Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type
str | Managed
Service Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user_
assigned_ Sequence[str]identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type
String | "None" | "System
Assigned" | "User Assigned" | "System Assigned,User Assigned" - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned List<String>Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
ManagedServiceIdentityResponse, ManagedServiceIdentityResponseArgs
Managed service identity (system assigned and/or user assigned identities)- Principal
Id string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Tenant
Id string - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Type string
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned Dictionary<string, Pulumi.Identities Azure Native. Azure Resilience Management. Inputs. User Assigned Identity Response> - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- Principal
Id string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Tenant
Id string - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Type string
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned map[string]UserIdentities Assigned Identity Response - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal_
id string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant_
id string - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type string
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user_
assigned_ map(object)identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal
Id String - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id String - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type String
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned Map<String,UserIdentities Assigned Identity Response> - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal
Id string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id string - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type string
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned {[key: string]: UserIdentities Assigned Identity Response} - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal_
id str - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant_
id str - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type str
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user_
assigned_ Mapping[str, Useridentities Assigned Identity Response] - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal
Id String - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id String - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type String
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned Map<Property Map>Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
ManagedServiceIdentityType, ManagedServiceIdentityTypeArgs
- None
None- System
Assigned SystemAssigned- User
Assigned UserAssigned- System
Assigned_User Assigned SystemAssigned,UserAssigned
- Managed
Service Identity Type None None- Managed
Service Identity Type System Assigned SystemAssigned- Managed
Service Identity Type User Assigned UserAssigned- Managed
Service Identity Type_System Assigned_User Assigned SystemAssigned,UserAssigned
- "None"
None- "System
Assigned" SystemAssigned- "User
Assigned" UserAssigned- "System
Assigned,User Assigned" SystemAssigned,UserAssigned
- None
None- System
Assigned SystemAssigned- User
Assigned UserAssigned- System
Assigned_User Assigned SystemAssigned,UserAssigned
- None
None- System
Assigned SystemAssigned- User
Assigned UserAssigned- System
Assigned_User Assigned SystemAssigned,UserAssigned
- NONE
None- SYSTEM_ASSIGNED
SystemAssigned- USER_ASSIGNED
UserAssigned- SYSTEM_ASSIGNED_USER_ASSIGNED
SystemAssigned,UserAssigned
- "None"
None- "System
Assigned" SystemAssigned- "User
Assigned" UserAssigned- "System
Assigned,User Assigned" SystemAssigned,UserAssigned
MetricsPropertiesOfDrill, MetricsPropertiesOfDrillArgs
Metrics properties.- Identity
Pulumi.
Azure Native. Azure Resilience Management. Inputs. Associated Identity - Identity to use for metrics operations.
- Metrics
To List<Pulumi.Track Azure Native. Azure Resilience Management. Inputs. Metrics To Track> - Metrics associated with this Drill. These will be tracked through the Drill Run.
- Identity
Associated
Identity - Identity to use for metrics operations.
- Metrics
To []MetricsTrack To Track - Metrics associated with this Drill. These will be tracked through the Drill Run.
- identity object
- Identity to use for metrics operations.
- metrics_
to_ list(object)track - Metrics associated with this Drill. These will be tracked through the Drill Run.
- identity
Associated
Identity - Identity to use for metrics operations.
- metrics
To List<MetricsTrack To Track> - Metrics associated with this Drill. These will be tracked through the Drill Run.
- identity
Associated
Identity - Identity to use for metrics operations.
- metrics
To MetricsTrack To Track[] - Metrics associated with this Drill. These will be tracked through the Drill Run.
- identity
Associated
Identity - Identity to use for metrics operations.
- metrics_
to_ Sequence[Metricstrack To Track] - Metrics associated with this Drill. These will be tracked through the Drill Run.
- identity Property Map
- Identity to use for metrics operations.
- metrics
To List<Property Map>Track - Metrics associated with this Drill. These will be tracked through the Drill Run.
MetricsPropertiesOfDrillResponse, MetricsPropertiesOfDrillResponseArgs
Metrics properties.- Identity
Pulumi.
Azure Native. Azure Resilience Management. Inputs. Associated Identity Response - Identity to use for metrics operations.
- Metrics
To List<Pulumi.Track Azure Native. Azure Resilience Management. Inputs. Metrics To Track Response> - Metrics associated with this Drill. These will be tracked through the Drill Run.
- Identity
Associated
Identity Response - Identity to use for metrics operations.
- Metrics
To []MetricsTrack To Track Response - Metrics associated with this Drill. These will be tracked through the Drill Run.
- identity object
- Identity to use for metrics operations.
- metrics_
to_ list(object)track - Metrics associated with this Drill. These will be tracked through the Drill Run.
- identity
Associated
Identity Response - Identity to use for metrics operations.
- metrics
To List<MetricsTrack To Track Response> - Metrics associated with this Drill. These will be tracked through the Drill Run.
- identity
Associated
Identity Response - Identity to use for metrics operations.
- metrics
To MetricsTrack To Track Response[] - Metrics associated with this Drill. These will be tracked through the Drill Run.
- identity
Associated
Identity Response - Identity to use for metrics operations.
- metrics_
to_ Sequence[Metricstrack To Track Response] - Metrics associated with this Drill. These will be tracked through the Drill Run.
- identity Property Map
- Identity to use for metrics operations.
- metrics
To List<Property Map>Track - Metrics associated with this Drill. These will be tracked through the Drill Run.
MetricsToTrack, MetricsToTrackArgs
Metrics object- Destination
Amw stringAccount Url - Destination AMW account where the time-series data of the metric lives.
- Metric
Id string - Full url of the metric.
- Metric
Name string - Name of the metric.
- Destination
Amw stringAccount Url - Destination AMW account where the time-series data of the metric lives.
- Metric
Id string - Full url of the metric.
- Metric
Name string - Name of the metric.
- destination_
amw_ stringaccount_ url - Destination AMW account where the time-series data of the metric lives.
- metric_
id string - Full url of the metric.
- metric_
name string - Name of the metric.
- destination
Amw StringAccount Url - Destination AMW account where the time-series data of the metric lives.
- metric
Id String - Full url of the metric.
- metric
Name String - Name of the metric.
- destination
Amw stringAccount Url - Destination AMW account where the time-series data of the metric lives.
- metric
Id string - Full url of the metric.
- metric
Name string - Name of the metric.
- destination_
amw_ straccount_ url - Destination AMW account where the time-series data of the metric lives.
- metric_
id str - Full url of the metric.
- metric_
name str - Name of the metric.
- destination
Amw StringAccount Url - Destination AMW account where the time-series data of the metric lives.
- metric
Id String - Full url of the metric.
- metric
Name String - Name of the metric.
MetricsToTrackResponse, MetricsToTrackResponseArgs
Metrics object- Destination
Amw stringAccount Url - Destination AMW account where the time-series data of the metric lives.
- Metric
Id string - Full url of the metric.
- Metric
Name string - Name of the metric.
- Destination
Amw stringAccount Url - Destination AMW account where the time-series data of the metric lives.
- Metric
Id string - Full url of the metric.
- Metric
Name string - Name of the metric.
- destination_
amw_ stringaccount_ url - Destination AMW account where the time-series data of the metric lives.
- metric_
id string - Full url of the metric.
- metric_
name string - Name of the metric.
- destination
Amw StringAccount Url - Destination AMW account where the time-series data of the metric lives.
- metric
Id String - Full url of the metric.
- metric
Name String - Name of the metric.
- destination
Amw stringAccount Url - Destination AMW account where the time-series data of the metric lives.
- metric
Id string - Full url of the metric.
- metric
Name string - Name of the metric.
- destination_
amw_ straccount_ url - Destination AMW account where the time-series data of the metric lives.
- metric_
id str - Full url of the metric.
- metric_
name str - Name of the metric.
- destination
Amw StringAccount Url - Destination AMW account where the time-series data of the metric lives.
- metric
Id String - Full url of the metric.
- metric
Name String - Name of the metric.
MoboBrokerResourceResponse, MoboBrokerResourceResponseArgs
MoboBroker resource.- Id string
- The fully qualified resource ID of the MoboBroker resource.
Example:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Id string
- The fully qualified resource ID of the MoboBroker resource.
Example:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- id string
- The fully qualified resource ID of the MoboBroker resource.
Example:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- id String
- The fully qualified resource ID of the MoboBroker resource.
Example:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- id string
- The fully qualified resource ID of the MoboBroker resource.
Example:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- id str
- The fully qualified resource ID of the MoboBroker resource.
Example:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- id String
- The fully qualified resource ID of the MoboBroker resource.
Example:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
MonitoringPropertiesOfDrill, MonitoringPropertiesOfDrillArgs
Drill monitoring properties.- Identity
Pulumi.
Azure Native. Azure Resilience Management. Inputs. Associated Identity - Identity to use for Drill monitoring operations.
- Identity
Associated
Identity - Identity to use for Drill monitoring operations.
- identity
Associated
Identity - Identity to use for Drill monitoring operations.
- identity
Associated
Identity - Identity to use for Drill monitoring operations.
- identity
Associated
Identity - Identity to use for Drill monitoring operations.
- identity Property Map
- Identity to use for Drill monitoring operations.
MonitoringPropertiesOfDrillResponse, MonitoringPropertiesOfDrillResponseArgs
Drill monitoring properties.- Data
Collection stringEndpoint Id - Full ARM Id of the Data collection endpoint created by Resiliency service which will route data for service group and its resources.
- Log
Analytics stringWorkspace Id - Full ARM Id of the Log analytics workspace created by Resiliency service where health data is collected.
- Raw
Metrics stringData Collection Rule Id - Full ARM Id of the Data collection rule created by Resiliency service which will route data for RAW health data for service group resources.
- Service
Group stringMetrics Data Collection Rule Id - Full ARM Id of the Data collection rule created by Resiliency service which will route data for Aggregate health data of service group.
- Identity
Pulumi.
Azure Native. Azure Resilience Management. Inputs. Associated Identity Response - Identity to use for Drill monitoring operations.
- Data
Collection stringEndpoint Id - Full ARM Id of the Data collection endpoint created by Resiliency service which will route data for service group and its resources.
- Log
Analytics stringWorkspace Id - Full ARM Id of the Log analytics workspace created by Resiliency service where health data is collected.
- Raw
Metrics stringData Collection Rule Id - Full ARM Id of the Data collection rule created by Resiliency service which will route data for RAW health data for service group resources.
- Service
Group stringMetrics Data Collection Rule Id - Full ARM Id of the Data collection rule created by Resiliency service which will route data for Aggregate health data of service group.
- Identity
Associated
Identity Response - Identity to use for Drill monitoring operations.
- data_
collection_ stringendpoint_ id - Full ARM Id of the Data collection endpoint created by Resiliency service which will route data for service group and its resources.
- log_
analytics_ stringworkspace_ id - Full ARM Id of the Log analytics workspace created by Resiliency service where health data is collected.
- raw_
metrics_ stringdata_ collection_ rule_ id - Full ARM Id of the Data collection rule created by Resiliency service which will route data for RAW health data for service group resources.
- service_
group_ stringmetrics_ data_ collection_ rule_ id - Full ARM Id of the Data collection rule created by Resiliency service which will route data for Aggregate health data of service group.
- identity object
- Identity to use for Drill monitoring operations.
- data
Collection StringEndpoint Id - Full ARM Id of the Data collection endpoint created by Resiliency service which will route data for service group and its resources.
- log
Analytics StringWorkspace Id - Full ARM Id of the Log analytics workspace created by Resiliency service where health data is collected.
- raw
Metrics StringData Collection Rule Id - Full ARM Id of the Data collection rule created by Resiliency service which will route data for RAW health data for service group resources.
- service
Group StringMetrics Data Collection Rule Id - Full ARM Id of the Data collection rule created by Resiliency service which will route data for Aggregate health data of service group.
- identity
Associated
Identity Response - Identity to use for Drill monitoring operations.
- data
Collection stringEndpoint Id - Full ARM Id of the Data collection endpoint created by Resiliency service which will route data for service group and its resources.
- log
Analytics stringWorkspace Id - Full ARM Id of the Log analytics workspace created by Resiliency service where health data is collected.
- raw
Metrics stringData Collection Rule Id - Full ARM Id of the Data collection rule created by Resiliency service which will route data for RAW health data for service group resources.
- service
Group stringMetrics Data Collection Rule Id - Full ARM Id of the Data collection rule created by Resiliency service which will route data for Aggregate health data of service group.
- identity
Associated
Identity Response - Identity to use for Drill monitoring operations.
- data_
collection_ strendpoint_ id - Full ARM Id of the Data collection endpoint created by Resiliency service which will route data for service group and its resources.
- log_
analytics_ strworkspace_ id - Full ARM Id of the Log analytics workspace created by Resiliency service where health data is collected.
- raw_
metrics_ strdata_ collection_ rule_ id - Full ARM Id of the Data collection rule created by Resiliency service which will route data for RAW health data for service group resources.
- service_
group_ strmetrics_ data_ collection_ rule_ id - Full ARM Id of the Data collection rule created by Resiliency service which will route data for Aggregate health data of service group.
- identity
Associated
Identity Response - Identity to use for Drill monitoring operations.
- data
Collection StringEndpoint Id - Full ARM Id of the Data collection endpoint created by Resiliency service which will route data for service group and its resources.
- log
Analytics StringWorkspace Id - Full ARM Id of the Log analytics workspace created by Resiliency service where health data is collected.
- raw
Metrics StringData Collection Rule Id - Full ARM Id of the Data collection rule created by Resiliency service which will route data for RAW health data for service group resources.
- service
Group StringMetrics Data Collection Rule Id - Full ARM Id of the Data collection rule created by Resiliency service which will route data for Aggregate health data of service group.
- identity Property Map
- Identity to use for Drill monitoring operations.
RBACSetupMode, RBACSetupModeArgs
- Automated
Custom Role AutomatedCustomRoleAutomated-CustomRole mode.- Automated
Builtin Roles AutomatedBuiltinRolesAutomated-BuiltinRoles mode.- Manual
ManualManual mode.
- RBACSetup
Mode Automated Custom Role AutomatedCustomRoleAutomated-CustomRole mode.- RBACSetup
Mode Automated Builtin Roles AutomatedBuiltinRolesAutomated-BuiltinRoles mode.- RBACSetup
Mode Manual ManualManual mode.
- "Automated
Custom Role" AutomatedCustomRoleAutomated-CustomRole mode.- "Automated
Builtin Roles" AutomatedBuiltinRolesAutomated-BuiltinRoles mode.- "Manual"
ManualManual mode.
- Automated
Custom Role AutomatedCustomRoleAutomated-CustomRole mode.- Automated
Builtin Roles AutomatedBuiltinRolesAutomated-BuiltinRoles mode.- Manual
ManualManual mode.
- Automated
Custom Role AutomatedCustomRoleAutomated-CustomRole mode.- Automated
Builtin Roles AutomatedBuiltinRolesAutomated-BuiltinRoles mode.- Manual
ManualManual mode.
- AUTOMATED_CUSTOM_ROLE
AutomatedCustomRoleAutomated-CustomRole mode.- AUTOMATED_BUILTIN_ROLES
AutomatedBuiltinRolesAutomated-BuiltinRoles mode.- MANUAL
ManualManual mode.
- "Automated
Custom Role" AutomatedCustomRoleAutomated-CustomRole mode.- "Automated
Builtin Roles" AutomatedBuiltinRolesAutomated-BuiltinRoles mode.- "Manual"
ManualManual mode.
RecoveryPlanPropertiesOfDrill, RecoveryPlanPropertiesOfDrillArgs
RecoveryPlan properties.- Identity
Pulumi.
Azure Native. Azure Resilience Management. Inputs. Associated Identity - Identity to use for RecoveryPlan operations.
- Identity
Associated
Identity - Identity to use for RecoveryPlan operations.
- identity
Associated
Identity - Identity to use for RecoveryPlan operations.
- identity
Associated
Identity - Identity to use for RecoveryPlan operations.
- identity
Associated
Identity - Identity to use for RecoveryPlan operations.
- identity Property Map
- Identity to use for RecoveryPlan operations.
RecoveryPlanPropertiesOfDrillResponse, RecoveryPlanPropertiesOfDrillResponseArgs
RecoveryPlan properties.- Identity
Pulumi.
Azure Native. Azure Resilience Management. Inputs. Associated Identity Response - Identity to use for RecoveryPlan operations.
- Recovery
Plan stringId - Recovery Orchestration plan associated with this Drill.
- Recovery
Plan intResource Excluded Count - Excluded resource count in RecoveryPlan.
- Identity
Associated
Identity Response - Identity to use for RecoveryPlan operations.
- Recovery
Plan stringId - Recovery Orchestration plan associated with this Drill.
- Recovery
Plan intResource Excluded Count - Excluded resource count in RecoveryPlan.
- identity object
- Identity to use for RecoveryPlan operations.
- recovery_
plan_ stringid - Recovery Orchestration plan associated with this Drill.
- recovery_
plan_ numberresource_ excluded_ count - Excluded resource count in RecoveryPlan.
- identity
Associated
Identity Response - Identity to use for RecoveryPlan operations.
- recovery
Plan StringId - Recovery Orchestration plan associated with this Drill.
- recovery
Plan IntegerResource Excluded Count - Excluded resource count in RecoveryPlan.
- identity
Associated
Identity Response - Identity to use for RecoveryPlan operations.
- recovery
Plan stringId - Recovery Orchestration plan associated with this Drill.
- recovery
Plan numberResource Excluded Count - Excluded resource count in RecoveryPlan.
- identity
Associated
Identity Response - Identity to use for RecoveryPlan operations.
- recovery_
plan_ strid - Recovery Orchestration plan associated with this Drill.
- recovery_
plan_ intresource_ excluded_ count - Excluded resource count in RecoveryPlan.
- identity Property Map
- Identity to use for RecoveryPlan operations.
- recovery
Plan StringId - Recovery Orchestration plan associated with this Drill.
- recovery
Plan NumberResource Excluded Count - Excluded resource count in RecoveryPlan.
RegionalDrillProperties, RegionalDrillPropertiesArgs
Definition of Regional Drill properties.- Chaos
Experiment Pulumi.Properties Azure Native. Azure Resilience Management. Inputs. Chaos Experiment Properties Of Drill - Chaos Experiment properties.
- Chaos
Resource Pulumi.Properties Azure Native. Azure Resilience Management. Inputs. Chaos Resource Properties Of Drill - Chaos Resource properties.
- Drill
Asset Pulumi.Properties Azure Native. Azure Resilience Management. Inputs. Asset Properties Of Drill - Properties for internal resources that are created for the Drill.
- Health
Model Pulumi.Properties Azure Native. Azure Resilience Management. Inputs. Health Model Properties Of Drill - HealthModel properties.
- Metrics
Properties Pulumi.Azure Native. Azure Resilience Management. Inputs. Metrics Properties Of Drill - Metric properties.
- Monitoring
Properties Pulumi.Azure Native. Azure Resilience Management. Inputs. Monitoring Properties Of Drill - Monitoring properties of the Drill.
- Rbac
Setup string | Pulumi.Mode Azure Native. Azure Resilience Management. RBACSetup Mode - RBAC setup mode.
- Recovery
Plan Pulumi.Properties Azure Native. Azure Resilience Management. Inputs. Recovery Plan Properties Of Drill - ROPlan properties.
- Chaos
Experiment ChaosProperties Experiment Properties Of Drill - Chaos Experiment properties.
- Chaos
Resource ChaosProperties Resource Properties Of Drill - Chaos Resource properties.
- Drill
Asset AssetProperties Properties Of Drill - Properties for internal resources that are created for the Drill.
- Health
Model HealthProperties Model Properties Of Drill - HealthModel properties.
- Metrics
Properties MetricsProperties Of Drill - Metric properties.
- Monitoring
Properties MonitoringProperties Of Drill - Monitoring properties of the Drill.
- Rbac
Setup string | RBACSetupMode Mode - RBAC setup mode.
- Recovery
Plan RecoveryProperties Plan Properties Of Drill - ROPlan properties.
- chaos_
experiment_ objectproperties - Chaos Experiment properties.
- chaos_
resource_ objectproperties - Chaos Resource properties.
- drill_
asset_ objectproperties - Properties for internal resources that are created for the Drill.
- health_
model_ objectproperties - HealthModel properties.
- metrics_
properties object - Metric properties.
- monitoring_
properties object - Monitoring properties of the Drill.
- rbac_
setup_ string | "Automatedmode Custom Role" | "Automated Builtin Roles" | "Manual" - RBAC setup mode.
- recovery_
plan_ objectproperties - ROPlan properties.
- chaos
Experiment ChaosProperties Experiment Properties Of Drill - Chaos Experiment properties.
- chaos
Resource ChaosProperties Resource Properties Of Drill - Chaos Resource properties.
- drill
Asset AssetProperties Properties Of Drill - Properties for internal resources that are created for the Drill.
- health
Model HealthProperties Model Properties Of Drill - HealthModel properties.
- metrics
Properties MetricsProperties Of Drill - Metric properties.
- monitoring
Properties MonitoringProperties Of Drill - Monitoring properties of the Drill.
- rbac
Setup String | RBACSetupMode Mode - RBAC setup mode.
- recovery
Plan RecoveryProperties Plan Properties Of Drill - ROPlan properties.
- chaos
Experiment ChaosProperties Experiment Properties Of Drill - Chaos Experiment properties.
- chaos
Resource ChaosProperties Resource Properties Of Drill - Chaos Resource properties.
- drill
Asset AssetProperties Properties Of Drill - Properties for internal resources that are created for the Drill.
- health
Model HealthProperties Model Properties Of Drill - HealthModel properties.
- metrics
Properties MetricsProperties Of Drill - Metric properties.
- monitoring
Properties MonitoringProperties Of Drill - Monitoring properties of the Drill.
- rbac
Setup string | RBACSetupMode Mode - RBAC setup mode.
- recovery
Plan RecoveryProperties Plan Properties Of Drill - ROPlan properties.
- chaos_
experiment_ Chaosproperties Experiment Properties Of Drill - Chaos Experiment properties.
- chaos_
resource_ Chaosproperties Resource Properties Of Drill - Chaos Resource properties.
- drill_
asset_ Assetproperties Properties Of Drill - Properties for internal resources that are created for the Drill.
- health_
model_ Healthproperties Model Properties Of Drill - HealthModel properties.
- metrics_
properties MetricsProperties Of Drill - Metric properties.
- monitoring_
properties MonitoringProperties Of Drill - Monitoring properties of the Drill.
- rbac_
setup_ str | RBACSetupmode Mode - RBAC setup mode.
- recovery_
plan_ Recoveryproperties Plan Properties Of Drill - ROPlan properties.
- chaos
Experiment Property MapProperties - Chaos Experiment properties.
- chaos
Resource Property MapProperties - Chaos Resource properties.
- drill
Asset Property MapProperties - Properties for internal resources that are created for the Drill.
- health
Model Property MapProperties - HealthModel properties.
- metrics
Properties Property Map - Metric properties.
- monitoring
Properties Property Map - Monitoring properties of the Drill.
- rbac
Setup String | "AutomatedMode Custom Role" | "Automated Builtin Roles" | "Manual" - RBAC setup mode.
- recovery
Plan Property MapProperties - ROPlan properties.
RegionalDrillPropertiesResponse, RegionalDrillPropertiesResponseArgs
Definition of Regional Drill properties.- Attention
Reason Pulumi.Azure Native. Azure Resilience Management. Inputs. Attention Reason Response - Attention reason if the ReadinessState is 'NeedsAttention'.
- Error
Details Pulumi.Azure Native. Azure Resilience Management. Inputs. Error Detail Response - Error details associated with the resource.
- Execution
Readiness stringState - Readiness state of the Drill.
- Execution
State string - Execution state of the Drill. Whether it is currently running or not.
- Last
Resync stringReadiness Check Time - Last resync and readiness check time.
- Last
Run Pulumi.Properties Azure Native. Azure Resilience Management. Inputs. Last Run Properties Response - Last run properties.
- Last
Sync stringTime - Last sync time.
- Managed
On Pulumi.Behalf Of Configuration Azure Native. Azure Resilience Management. Inputs. Managed On Behalf Of Configuration Response - Managed RG v2 properties.
- Provisioning
State string - Status of the last operation.
- Service
Group stringId - Parent SG resource.
- System
Metadata Pulumi.Azure Native. Azure Resilience Management. Inputs. System Metadata Response - Internal System Metadata, to be used by internal components only.
- Chaos
Experiment Pulumi.Properties Azure Native. Azure Resilience Management. Inputs. Chaos Experiment Properties Of Drill Response - Chaos Experiment properties.
- Chaos
Resource Pulumi.Properties Azure Native. Azure Resilience Management. Inputs. Chaos Resource Properties Of Drill Response - Chaos Resource properties.
- Drill
Asset Pulumi.Properties Azure Native. Azure Resilience Management. Inputs. Asset Properties Of Drill Response - Properties for internal resources that are created for the Drill.
- Health
Model Pulumi.Properties Azure Native. Azure Resilience Management. Inputs. Health Model Properties Of Drill Response - HealthModel properties.
- Metrics
Properties Pulumi.Azure Native. Azure Resilience Management. Inputs. Metrics Properties Of Drill Response - Metric properties.
- Monitoring
Properties Pulumi.Azure Native. Azure Resilience Management. Inputs. Monitoring Properties Of Drill Response - Monitoring properties of the Drill.
- Rbac
Setup stringMode - RBAC setup mode.
- Recovery
Plan Pulumi.Properties Azure Native. Azure Resilience Management. Inputs. Recovery Plan Properties Of Drill Response - ROPlan properties.
- Attention
Reason AttentionReason Response - Attention reason if the ReadinessState is 'NeedsAttention'.
- Error
Details ErrorDetail Response - Error details associated with the resource.
- Execution
Readiness stringState - Readiness state of the Drill.
- Execution
State string - Execution state of the Drill. Whether it is currently running or not.
- Last
Resync stringReadiness Check Time - Last resync and readiness check time.
- Last
Run LastProperties Run Properties Response - Last run properties.
- Last
Sync stringTime - Last sync time.
- Managed
On ManagedBehalf Of Configuration On Behalf Of Configuration Response - Managed RG v2 properties.
- Provisioning
State string - Status of the last operation.
- Service
Group stringId - Parent SG resource.
- System
Metadata SystemMetadata Response - Internal System Metadata, to be used by internal components only.
- Chaos
Experiment ChaosProperties Experiment Properties Of Drill Response - Chaos Experiment properties.
- Chaos
Resource ChaosProperties Resource Properties Of Drill Response - Chaos Resource properties.
- Drill
Asset AssetProperties Properties Of Drill Response - Properties for internal resources that are created for the Drill.
- Health
Model HealthProperties Model Properties Of Drill Response - HealthModel properties.
- Metrics
Properties MetricsProperties Of Drill Response - Metric properties.
- Monitoring
Properties MonitoringProperties Of Drill Response - Monitoring properties of the Drill.
- Rbac
Setup stringMode - RBAC setup mode.
- Recovery
Plan RecoveryProperties Plan Properties Of Drill Response - ROPlan properties.
- attention_
reason object - Attention reason if the ReadinessState is 'NeedsAttention'.
- error_
details object - Error details associated with the resource.
- execution_
readiness_ stringstate - Readiness state of the Drill.
- execution_
state string - Execution state of the Drill. Whether it is currently running or not.
- last_
resync_ stringreadiness_ check_ time - Last resync and readiness check time.
- last_
run_ objectproperties - Last run properties.
- last_
sync_ stringtime - Last sync time.
- managed_
on_ objectbehalf_ of_ configuration - Managed RG v2 properties.
- provisioning_
state string - Status of the last operation.
- service_
group_ stringid - Parent SG resource.
- system_
metadata object - Internal System Metadata, to be used by internal components only.
- chaos_
experiment_ objectproperties - Chaos Experiment properties.
- chaos_
resource_ objectproperties - Chaos Resource properties.
- drill_
asset_ objectproperties - Properties for internal resources that are created for the Drill.
- health_
model_ objectproperties - HealthModel properties.
- metrics_
properties object - Metric properties.
- monitoring_
properties object - Monitoring properties of the Drill.
- rbac_
setup_ stringmode - RBAC setup mode.
- recovery_
plan_ objectproperties - ROPlan properties.
- attention
Reason AttentionReason Response - Attention reason if the ReadinessState is 'NeedsAttention'.
- error
Details ErrorDetail Response - Error details associated with the resource.
- execution
Readiness StringState - Readiness state of the Drill.
- execution
State String - Execution state of the Drill. Whether it is currently running or not.
- last
Resync StringReadiness Check Time - Last resync and readiness check time.
- last
Run LastProperties Run Properties Response - Last run properties.
- last
Sync StringTime - Last sync time.
- managed
On ManagedBehalf Of Configuration On Behalf Of Configuration Response - Managed RG v2 properties.
- provisioning
State String - Status of the last operation.
- service
Group StringId - Parent SG resource.
- system
Metadata SystemMetadata Response - Internal System Metadata, to be used by internal components only.
- chaos
Experiment ChaosProperties Experiment Properties Of Drill Response - Chaos Experiment properties.
- chaos
Resource ChaosProperties Resource Properties Of Drill Response - Chaos Resource properties.
- drill
Asset AssetProperties Properties Of Drill Response - Properties for internal resources that are created for the Drill.
- health
Model HealthProperties Model Properties Of Drill Response - HealthModel properties.
- metrics
Properties MetricsProperties Of Drill Response - Metric properties.
- monitoring
Properties MonitoringProperties Of Drill Response - Monitoring properties of the Drill.
- rbac
Setup StringMode - RBAC setup mode.
- recovery
Plan RecoveryProperties Plan Properties Of Drill Response - ROPlan properties.
- attention
Reason AttentionReason Response - Attention reason if the ReadinessState is 'NeedsAttention'.
- error
Details ErrorDetail Response - Error details associated with the resource.
- execution
Readiness stringState - Readiness state of the Drill.
- execution
State string - Execution state of the Drill. Whether it is currently running or not.
- last
Resync stringReadiness Check Time - Last resync and readiness check time.
- last
Run LastProperties Run Properties Response - Last run properties.
- last
Sync stringTime - Last sync time.
- managed
On ManagedBehalf Of Configuration On Behalf Of Configuration Response - Managed RG v2 properties.
- provisioning
State string - Status of the last operation.
- service
Group stringId - Parent SG resource.
- system
Metadata SystemMetadata Response - Internal System Metadata, to be used by internal components only.
- chaos
Experiment ChaosProperties Experiment Properties Of Drill Response - Chaos Experiment properties.
- chaos
Resource ChaosProperties Resource Properties Of Drill Response - Chaos Resource properties.
- drill
Asset AssetProperties Properties Of Drill Response - Properties for internal resources that are created for the Drill.
- health
Model HealthProperties Model Properties Of Drill Response - HealthModel properties.
- metrics
Properties MetricsProperties Of Drill Response - Metric properties.
- monitoring
Properties MonitoringProperties Of Drill Response - Monitoring properties of the Drill.
- rbac
Setup stringMode - RBAC setup mode.
- recovery
Plan RecoveryProperties Plan Properties Of Drill Response - ROPlan properties.
- attention_
reason AttentionReason Response - Attention reason if the ReadinessState is 'NeedsAttention'.
- error_
details ErrorDetail Response - Error details associated with the resource.
- execution_
readiness_ strstate - Readiness state of the Drill.
- execution_
state str - Execution state of the Drill. Whether it is currently running or not.
- last_
resync_ strreadiness_ check_ time - Last resync and readiness check time.
- last_
run_ Lastproperties Run Properties Response - Last run properties.
- last_
sync_ strtime - Last sync time.
- managed_
on_ Managedbehalf_ of_ configuration On Behalf Of Configuration Response - Managed RG v2 properties.
- provisioning_
state str - Status of the last operation.
- service_
group_ strid - Parent SG resource.
- system_
metadata SystemMetadata Response - Internal System Metadata, to be used by internal components only.
- chaos_
experiment_ Chaosproperties Experiment Properties Of Drill Response - Chaos Experiment properties.
- chaos_
resource_ Chaosproperties Resource Properties Of Drill Response - Chaos Resource properties.
- drill_
asset_ Assetproperties Properties Of Drill Response - Properties for internal resources that are created for the Drill.
- health_
model_ Healthproperties Model Properties Of Drill Response - HealthModel properties.
- metrics_
properties MetricsProperties Of Drill Response - Metric properties.
- monitoring_
properties MonitoringProperties Of Drill Response - Monitoring properties of the Drill.
- rbac_
setup_ strmode - RBAC setup mode.
- recovery_
plan_ Recoveryproperties Plan Properties Of Drill Response - ROPlan properties.
- attention
Reason Property Map - Attention reason if the ReadinessState is 'NeedsAttention'.
- error
Details Property Map - Error details associated with the resource.
- execution
Readiness StringState - Readiness state of the Drill.
- execution
State String - Execution state of the Drill. Whether it is currently running or not.
- last
Resync StringReadiness Check Time - Last resync and readiness check time.
- last
Run Property MapProperties - Last run properties.
- last
Sync StringTime - Last sync time.
- managed
On Property MapBehalf Of Configuration - Managed RG v2 properties.
- provisioning
State String - Status of the last operation.
- service
Group StringId - Parent SG resource.
- system
Metadata Property Map - Internal System Metadata, to be used by internal components only.
- chaos
Experiment Property MapProperties - Chaos Experiment properties.
- chaos
Resource Property MapProperties - Chaos Resource properties.
- drill
Asset Property MapProperties - Properties for internal resources that are created for the Drill.
- health
Model Property MapProperties - HealthModel properties.
- metrics
Properties Property Map - Metric properties.
- monitoring
Properties Property Map - Monitoring properties of the Drill.
- rbac
Setup StringMode - RBAC setup mode.
- recovery
Plan Property MapProperties - ROPlan properties.
SystemDataResponse, SystemDataResponseArgs
Metadata pertaining to creation and last modification of 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 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.
SystemMetadataResponse, SystemMetadataResponseArgs
Internal System Metadata, to be used by internal components only.- Initial
Config string - Indicates if the Initial system configuration of the Drill is complete or not.
- Resource
Type List<string>Categories - An indication whether a intrested resource type is present in drill resource.
- Initial
Config string - Indicates if the Initial system configuration of the Drill is complete or not.
- Resource
Type []stringCategories - An indication whether a intrested resource type is present in drill resource.
- initial_
config string - Indicates if the Initial system configuration of the Drill is complete or not.
- resource_
type_ list(string)categories - An indication whether a intrested resource type is present in drill resource.
- initial
Config String - Indicates if the Initial system configuration of the Drill is complete or not.
- resource
Type List<String>Categories - An indication whether a intrested resource type is present in drill resource.
- initial
Config string - Indicates if the Initial system configuration of the Drill is complete or not.
- resource
Type string[]Categories - An indication whether a intrested resource type is present in drill resource.
- initial_
config str - Indicates if the Initial system configuration of the Drill is complete or not.
- resource_
type_ Sequence[str]categories - An indication whether a intrested resource type is present in drill resource.
- initial
Config String - Indicates if the Initial system configuration of the Drill is complete or not.
- resource
Type List<String>Categories - An indication whether a intrested resource type is present in drill resource.
UserAssignedIdentityResponse, UserAssignedIdentityResponseArgs
User assigned identity properties- Client
Id string - The client ID of the assigned identity.
- Principal
Id string - The principal ID of the assigned identity.
- Client
Id string - The client ID of the assigned identity.
- Principal
Id string - The principal ID of the assigned identity.
- client_
id string - The client ID of the assigned identity.
- principal_
id string - The principal ID of the assigned identity.
- client
Id String - The client ID of the assigned identity.
- principal
Id String - The principal ID of the assigned identity.
- client
Id string - The client ID of the assigned identity.
- principal
Id string - The principal ID of the assigned identity.
- client_
id str - The client ID of the assigned identity.
- principal_
id str - The principal ID of the assigned identity.
- client
Id String - The client ID of the assigned identity.
- principal
Id String - The principal ID of the assigned identity.
ZonalDrillProperties, ZonalDrillPropertiesArgs
Definition of Zonal Drill properties.- Chaos
Experiment Pulumi.Properties Azure Native. Azure Resilience Management. Inputs. Chaos Experiment Properties Of Drill - Chaos Experiment properties.
- Chaos
Resource Pulumi.Properties Azure Native. Azure Resilience Management. Inputs. Chaos Resource Properties Of Drill - Chaos Resource properties.
- Drill
Asset Pulumi.Properties Azure Native. Azure Resilience Management. Inputs. Asset Properties Of Drill - Properties for internal resources that are created for the Drill.
- Health
Model Pulumi.Properties Azure Native. Azure Resilience Management. Inputs. Health Model Properties Of Drill - HealthModel properties.
- Metrics
Properties Pulumi.Azure Native. Azure Resilience Management. Inputs. Metrics Properties Of Drill - Metric properties.
- Monitoring
Properties Pulumi.Azure Native. Azure Resilience Management. Inputs. Monitoring Properties Of Drill - Monitoring properties of the Drill.
- Rbac
Setup string | Pulumi.Mode Azure Native. Azure Resilience Management. RBACSetup Mode - RBAC setup mode.
- Recovery
Plan Pulumi.Properties Azure Native. Azure Resilience Management. Inputs. Recovery Plan Properties Of Drill - ROPlan properties.
- Chaos
Experiment ChaosProperties Experiment Properties Of Drill - Chaos Experiment properties.
- Chaos
Resource ChaosProperties Resource Properties Of Drill - Chaos Resource properties.
- Drill
Asset AssetProperties Properties Of Drill - Properties for internal resources that are created for the Drill.
- Health
Model HealthProperties Model Properties Of Drill - HealthModel properties.
- Metrics
Properties MetricsProperties Of Drill - Metric properties.
- Monitoring
Properties MonitoringProperties Of Drill - Monitoring properties of the Drill.
- Rbac
Setup string | RBACSetupMode Mode - RBAC setup mode.
- Recovery
Plan RecoveryProperties Plan Properties Of Drill - ROPlan properties.
- chaos_
experiment_ objectproperties - Chaos Experiment properties.
- chaos_
resource_ objectproperties - Chaos Resource properties.
- drill_
asset_ objectproperties - Properties for internal resources that are created for the Drill.
- health_
model_ objectproperties - HealthModel properties.
- metrics_
properties object - Metric properties.
- monitoring_
properties object - Monitoring properties of the Drill.
- rbac_
setup_ string | "Automatedmode Custom Role" | "Automated Builtin Roles" | "Manual" - RBAC setup mode.
- recovery_
plan_ objectproperties - ROPlan properties.
- chaos
Experiment ChaosProperties Experiment Properties Of Drill - Chaos Experiment properties.
- chaos
Resource ChaosProperties Resource Properties Of Drill - Chaos Resource properties.
- drill
Asset AssetProperties Properties Of Drill - Properties for internal resources that are created for the Drill.
- health
Model HealthProperties Model Properties Of Drill - HealthModel properties.
- metrics
Properties MetricsProperties Of Drill - Metric properties.
- monitoring
Properties MonitoringProperties Of Drill - Monitoring properties of the Drill.
- rbac
Setup String | RBACSetupMode Mode - RBAC setup mode.
- recovery
Plan RecoveryProperties Plan Properties Of Drill - ROPlan properties.
- chaos
Experiment ChaosProperties Experiment Properties Of Drill - Chaos Experiment properties.
- chaos
Resource ChaosProperties Resource Properties Of Drill - Chaos Resource properties.
- drill
Asset AssetProperties Properties Of Drill - Properties for internal resources that are created for the Drill.
- health
Model HealthProperties Model Properties Of Drill - HealthModel properties.
- metrics
Properties MetricsProperties Of Drill - Metric properties.
- monitoring
Properties MonitoringProperties Of Drill - Monitoring properties of the Drill.
- rbac
Setup string | RBACSetupMode Mode - RBAC setup mode.
- recovery
Plan RecoveryProperties Plan Properties Of Drill - ROPlan properties.
- chaos_
experiment_ Chaosproperties Experiment Properties Of Drill - Chaos Experiment properties.
- chaos_
resource_ Chaosproperties Resource Properties Of Drill - Chaos Resource properties.
- drill_
asset_ Assetproperties Properties Of Drill - Properties for internal resources that are created for the Drill.
- health_
model_ Healthproperties Model Properties Of Drill - HealthModel properties.
- metrics_
properties MetricsProperties Of Drill - Metric properties.
- monitoring_
properties MonitoringProperties Of Drill - Monitoring properties of the Drill.
- rbac_
setup_ str | RBACSetupmode Mode - RBAC setup mode.
- recovery_
plan_ Recoveryproperties Plan Properties Of Drill - ROPlan properties.
- chaos
Experiment Property MapProperties - Chaos Experiment properties.
- chaos
Resource Property MapProperties - Chaos Resource properties.
- drill
Asset Property MapProperties - Properties for internal resources that are created for the Drill.
- health
Model Property MapProperties - HealthModel properties.
- metrics
Properties Property Map - Metric properties.
- monitoring
Properties Property Map - Monitoring properties of the Drill.
- rbac
Setup String | "AutomatedMode Custom Role" | "Automated Builtin Roles" | "Manual" - RBAC setup mode.
- recovery
Plan Property MapProperties - ROPlan properties.
ZonalDrillPropertiesResponse, ZonalDrillPropertiesResponseArgs
Definition of Zonal Drill properties.- Attention
Reason Pulumi.Azure Native. Azure Resilience Management. Inputs. Attention Reason Response - Attention reason if the ReadinessState is 'NeedsAttention'.
- Error
Details Pulumi.Azure Native. Azure Resilience Management. Inputs. Error Detail Response - Error details associated with the resource.
- Execution
Readiness stringState - Readiness state of the Drill.
- Execution
State string - Execution state of the Drill. Whether it is currently running or not.
- Last
Resync stringReadiness Check Time - Last resync and readiness check time.
- Last
Run Pulumi.Properties Azure Native. Azure Resilience Management. Inputs. Last Run Properties Response - Last run properties.
- Last
Sync stringTime - Last sync time.
- Managed
On Pulumi.Behalf Of Configuration Azure Native. Azure Resilience Management. Inputs. Managed On Behalf Of Configuration Response - Managed RG v2 properties.
- Provisioning
State string - Status of the last operation.
- Service
Group stringId - Parent SG resource.
- System
Metadata Pulumi.Azure Native. Azure Resilience Management. Inputs. System Metadata Response - Internal System Metadata, to be used by internal components only.
- Vms
Present string - An indication whether a VM is included in this Zonal Drill. If not, RO is not needed.
- Chaos
Experiment Pulumi.Properties Azure Native. Azure Resilience Management. Inputs. Chaos Experiment Properties Of Drill Response - Chaos Experiment properties.
- Chaos
Resource Pulumi.Properties Azure Native. Azure Resilience Management. Inputs. Chaos Resource Properties Of Drill Response - Chaos Resource properties.
- Drill
Asset Pulumi.Properties Azure Native. Azure Resilience Management. Inputs. Asset Properties Of Drill Response - Properties for internal resources that are created for the Drill.
- Health
Model Pulumi.Properties Azure Native. Azure Resilience Management. Inputs. Health Model Properties Of Drill Response - HealthModel properties.
- Metrics
Properties Pulumi.Azure Native. Azure Resilience Management. Inputs. Metrics Properties Of Drill Response - Metric properties.
- Monitoring
Properties Pulumi.Azure Native. Azure Resilience Management. Inputs. Monitoring Properties Of Drill Response - Monitoring properties of the Drill.
- Rbac
Setup stringMode - RBAC setup mode.
- Recovery
Plan Pulumi.Properties Azure Native. Azure Resilience Management. Inputs. Recovery Plan Properties Of Drill Response - ROPlan properties.
- Attention
Reason AttentionReason Response - Attention reason if the ReadinessState is 'NeedsAttention'.
- Error
Details ErrorDetail Response - Error details associated with the resource.
- Execution
Readiness stringState - Readiness state of the Drill.
- Execution
State string - Execution state of the Drill. Whether it is currently running or not.
- Last
Resync stringReadiness Check Time - Last resync and readiness check time.
- Last
Run LastProperties Run Properties Response - Last run properties.
- Last
Sync stringTime - Last sync time.
- Managed
On ManagedBehalf Of Configuration On Behalf Of Configuration Response - Managed RG v2 properties.
- Provisioning
State string - Status of the last operation.
- Service
Group stringId - Parent SG resource.
- System
Metadata SystemMetadata Response - Internal System Metadata, to be used by internal components only.
- Vms
Present string - An indication whether a VM is included in this Zonal Drill. If not, RO is not needed.
- Chaos
Experiment ChaosProperties Experiment Properties Of Drill Response - Chaos Experiment properties.
- Chaos
Resource ChaosProperties Resource Properties Of Drill Response - Chaos Resource properties.
- Drill
Asset AssetProperties Properties Of Drill Response - Properties for internal resources that are created for the Drill.
- Health
Model HealthProperties Model Properties Of Drill Response - HealthModel properties.
- Metrics
Properties MetricsProperties Of Drill Response - Metric properties.
- Monitoring
Properties MonitoringProperties Of Drill Response - Monitoring properties of the Drill.
- Rbac
Setup stringMode - RBAC setup mode.
- Recovery
Plan RecoveryProperties Plan Properties Of Drill Response - ROPlan properties.
- attention_
reason object - Attention reason if the ReadinessState is 'NeedsAttention'.
- error_
details object - Error details associated with the resource.
- execution_
readiness_ stringstate - Readiness state of the Drill.
- execution_
state string - Execution state of the Drill. Whether it is currently running or not.
- last_
resync_ stringreadiness_ check_ time - Last resync and readiness check time.
- last_
run_ objectproperties - Last run properties.
- last_
sync_ stringtime - Last sync time.
- managed_
on_ objectbehalf_ of_ configuration - Managed RG v2 properties.
- provisioning_
state string - Status of the last operation.
- service_
group_ stringid - Parent SG resource.
- system_
metadata object - Internal System Metadata, to be used by internal components only.
- vms_
present string - An indication whether a VM is included in this Zonal Drill. If not, RO is not needed.
- chaos_
experiment_ objectproperties - Chaos Experiment properties.
- chaos_
resource_ objectproperties - Chaos Resource properties.
- drill_
asset_ objectproperties - Properties for internal resources that are created for the Drill.
- health_
model_ objectproperties - HealthModel properties.
- metrics_
properties object - Metric properties.
- monitoring_
properties object - Monitoring properties of the Drill.
- rbac_
setup_ stringmode - RBAC setup mode.
- recovery_
plan_ objectproperties - ROPlan properties.
- attention
Reason AttentionReason Response - Attention reason if the ReadinessState is 'NeedsAttention'.
- error
Details ErrorDetail Response - Error details associated with the resource.
- execution
Readiness StringState - Readiness state of the Drill.
- execution
State String - Execution state of the Drill. Whether it is currently running or not.
- last
Resync StringReadiness Check Time - Last resync and readiness check time.
- last
Run LastProperties Run Properties Response - Last run properties.
- last
Sync StringTime - Last sync time.
- managed
On ManagedBehalf Of Configuration On Behalf Of Configuration Response - Managed RG v2 properties.
- provisioning
State String - Status of the last operation.
- service
Group StringId - Parent SG resource.
- system
Metadata SystemMetadata Response - Internal System Metadata, to be used by internal components only.
- vms
Present String - An indication whether a VM is included in this Zonal Drill. If not, RO is not needed.
- chaos
Experiment ChaosProperties Experiment Properties Of Drill Response - Chaos Experiment properties.
- chaos
Resource ChaosProperties Resource Properties Of Drill Response - Chaos Resource properties.
- drill
Asset AssetProperties Properties Of Drill Response - Properties for internal resources that are created for the Drill.
- health
Model HealthProperties Model Properties Of Drill Response - HealthModel properties.
- metrics
Properties MetricsProperties Of Drill Response - Metric properties.
- monitoring
Properties MonitoringProperties Of Drill Response - Monitoring properties of the Drill.
- rbac
Setup StringMode - RBAC setup mode.
- recovery
Plan RecoveryProperties Plan Properties Of Drill Response - ROPlan properties.
- attention
Reason AttentionReason Response - Attention reason if the ReadinessState is 'NeedsAttention'.
- error
Details ErrorDetail Response - Error details associated with the resource.
- execution
Readiness stringState - Readiness state of the Drill.
- execution
State string - Execution state of the Drill. Whether it is currently running or not.
- last
Resync stringReadiness Check Time - Last resync and readiness check time.
- last
Run LastProperties Run Properties Response - Last run properties.
- last
Sync stringTime - Last sync time.
- managed
On ManagedBehalf Of Configuration On Behalf Of Configuration Response - Managed RG v2 properties.
- provisioning
State string - Status of the last operation.
- service
Group stringId - Parent SG resource.
- system
Metadata SystemMetadata Response - Internal System Metadata, to be used by internal components only.
- vms
Present string - An indication whether a VM is included in this Zonal Drill. If not, RO is not needed.
- chaos
Experiment ChaosProperties Experiment Properties Of Drill Response - Chaos Experiment properties.
- chaos
Resource ChaosProperties Resource Properties Of Drill Response - Chaos Resource properties.
- drill
Asset AssetProperties Properties Of Drill Response - Properties for internal resources that are created for the Drill.
- health
Model HealthProperties Model Properties Of Drill Response - HealthModel properties.
- metrics
Properties MetricsProperties Of Drill Response - Metric properties.
- monitoring
Properties MonitoringProperties Of Drill Response - Monitoring properties of the Drill.
- rbac
Setup stringMode - RBAC setup mode.
- recovery
Plan RecoveryProperties Plan Properties Of Drill Response - ROPlan properties.
- attention_
reason AttentionReason Response - Attention reason if the ReadinessState is 'NeedsAttention'.
- error_
details ErrorDetail Response - Error details associated with the resource.
- execution_
readiness_ strstate - Readiness state of the Drill.
- execution_
state str - Execution state of the Drill. Whether it is currently running or not.
- last_
resync_ strreadiness_ check_ time - Last resync and readiness check time.
- last_
run_ Lastproperties Run Properties Response - Last run properties.
- last_
sync_ strtime - Last sync time.
- managed_
on_ Managedbehalf_ of_ configuration On Behalf Of Configuration Response - Managed RG v2 properties.
- provisioning_
state str - Status of the last operation.
- service_
group_ strid - Parent SG resource.
- system_
metadata SystemMetadata Response - Internal System Metadata, to be used by internal components only.
- vms_
present str - An indication whether a VM is included in this Zonal Drill. If not, RO is not needed.
- chaos_
experiment_ Chaosproperties Experiment Properties Of Drill Response - Chaos Experiment properties.
- chaos_
resource_ Chaosproperties Resource Properties Of Drill Response - Chaos Resource properties.
- drill_
asset_ Assetproperties Properties Of Drill Response - Properties for internal resources that are created for the Drill.
- health_
model_ Healthproperties Model Properties Of Drill Response - HealthModel properties.
- metrics_
properties MetricsProperties Of Drill Response - Metric properties.
- monitoring_
properties MonitoringProperties Of Drill Response - Monitoring properties of the Drill.
- rbac_
setup_ strmode - RBAC setup mode.
- recovery_
plan_ Recoveryproperties Plan Properties Of Drill Response - ROPlan properties.
- attention
Reason Property Map - Attention reason if the ReadinessState is 'NeedsAttention'.
- error
Details Property Map - Error details associated with the resource.
- execution
Readiness StringState - Readiness state of the Drill.
- execution
State String - Execution state of the Drill. Whether it is currently running or not.
- last
Resync StringReadiness Check Time - Last resync and readiness check time.
- last
Run Property MapProperties - Last run properties.
- last
Sync StringTime - Last sync time.
- managed
On Property MapBehalf Of Configuration - Managed RG v2 properties.
- provisioning
State String - Status of the last operation.
- service
Group StringId - Parent SG resource.
- system
Metadata Property Map - Internal System Metadata, to be used by internal components only.
- vms
Present String - An indication whether a VM is included in this Zonal Drill. If not, RO is not needed.
- chaos
Experiment Property MapProperties - Chaos Experiment properties.
- chaos
Resource Property MapProperties - Chaos Resource properties.
- drill
Asset Property MapProperties - Properties for internal resources that are created for the Drill.
- health
Model Property MapProperties - HealthModel properties.
- metrics
Properties Property Map - Metric properties.
- monitoring
Properties Property Map - Monitoring properties of the Drill.
- rbac
Setup StringMode - RBAC setup mode.
- recovery
Plan Property MapProperties - ROPlan properties.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
published on Saturday, Jul 18, 2026 by Pulumi