pulumi-azuredevops 3.6.0a1737523387__py3-none-any.whl → 3.7.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_azuredevops/__init__.py +76 -0
- pulumi_azuredevops/_inputs.py +120 -117
- pulumi_azuredevops/_utilities.py +8 -4
- pulumi_azuredevops/area_permissions.py +49 -49
- pulumi_azuredevops/branch_policy_auto_reviewers.py +7 -7
- pulumi_azuredevops/branch_policy_build_validation.py +7 -7
- pulumi_azuredevops/branch_policy_comment_resolution.py +7 -7
- pulumi_azuredevops/branch_policy_merge_types.py +7 -7
- pulumi_azuredevops/branch_policy_status_check.py +7 -7
- pulumi_azuredevops/branch_policy_work_item_linking.py +7 -7
- pulumi_azuredevops/build_definition.py +7 -7
- pulumi_azuredevops/check_branch_control.py +7 -7
- pulumi_azuredevops/check_business_hours.py +7 -7
- pulumi_azuredevops/check_exclusive_lock.py +7 -7
- pulumi_azuredevops/check_rest_api.py +986 -0
- pulumi_azuredevops/dashboard.py +475 -0
- pulumi_azuredevops/feed.py +8 -8
- pulumi_azuredevops/feed_permission.py +9 -9
- pulumi_azuredevops/feed_retention_policy.py +400 -0
- pulumi_azuredevops/get_agent_queue.py +2 -2
- pulumi_azuredevops/get_area.py +1 -1
- pulumi_azuredevops/get_client_config.py +3 -0
- pulumi_azuredevops/get_descriptor.py +133 -0
- pulumi_azuredevops/get_feed.py +4 -4
- pulumi_azuredevops/get_git_repository.py +8 -8
- pulumi_azuredevops/get_group.py +4 -4
- pulumi_azuredevops/get_groups.py +3 -3
- pulumi_azuredevops/get_identity_group.py +23 -6
- pulumi_azuredevops/get_identity_groups.py +3 -3
- pulumi_azuredevops/get_identity_users.py +23 -9
- pulumi_azuredevops/get_pool.py +14 -2
- pulumi_azuredevops/get_pools.py +3 -3
- pulumi_azuredevops/get_project.py +32 -0
- pulumi_azuredevops/get_projects.py +4 -4
- pulumi_azuredevops/get_repositories.py +7 -3
- pulumi_azuredevops/get_securityrole_definitions.py +4 -4
- pulumi_azuredevops/get_service_endpoint_azure_rm.py +5 -5
- pulumi_azuredevops/get_service_endpoint_github.py +6 -6
- pulumi_azuredevops/get_service_principal.py +153 -0
- pulumi_azuredevops/get_serviceendpoint_azurecr.py +1 -1
- pulumi_azuredevops/get_serviceendpoint_bitbucket.py +6 -6
- pulumi_azuredevops/get_serviceendpoint_npm.py +3 -3
- pulumi_azuredevops/get_serviceendpoint_sonarcloud.py +2 -2
- pulumi_azuredevops/get_storage_key.py +133 -0
- pulumi_azuredevops/get_team.py +4 -3
- pulumi_azuredevops/get_teams.py +2 -3
- pulumi_azuredevops/get_user.py +193 -0
- pulumi_azuredevops/get_users.py +5 -9
- pulumi_azuredevops/git.py +7 -7
- pulumi_azuredevops/git_permissions.py +14 -21
- pulumi_azuredevops/git_repository_file.py +7 -14
- pulumi_azuredevops/group.py +21 -7
- pulumi_azuredevops/group_entitlement.py +16 -20
- pulumi_azuredevops/group_membership.py +35 -50
- pulumi_azuredevops/iterative_permissions.py +34 -34
- pulumi_azuredevops/library_permissions.py +75 -75
- pulumi_azuredevops/outputs.py +141 -103
- pulumi_azuredevops/pipeline_authorization.py +7 -7
- pulumi_azuredevops/pool.py +4 -4
- pulumi_azuredevops/project.py +114 -63
- pulumi_azuredevops/project_features.py +87 -45
- pulumi_azuredevops/project_permissions.py +7 -7
- pulumi_azuredevops/project_pipeline_settings.py +28 -35
- pulumi_azuredevops/project_tags.py +263 -0
- pulumi_azuredevops/pulumi-plugin.json +1 -1
- pulumi_azuredevops/queue.py +7 -14
- pulumi_azuredevops/repository_policy_author_email_pattern.py +21 -14
- pulumi_azuredevops/repository_policy_max_file_size.py +7 -7
- pulumi_azuredevops/resource_authorization.py +35 -35
- pulumi_azuredevops/service_endpoint_artifactory.py +25 -33
- pulumi_azuredevops/service_endpoint_aws.py +3 -17
- pulumi_azuredevops/service_endpoint_azure_dev_ops.py +1 -15
- pulumi_azuredevops/service_endpoint_azure_ecr.py +14 -30
- pulumi_azuredevops/service_endpoint_azure_rm.py +26 -40
- pulumi_azuredevops/service_endpoint_bit_bucket.py +3 -17
- pulumi_azuredevops/service_endpoint_docker_registry.py +3 -17
- pulumi_azuredevops/service_endpoint_generic.py +3 -17
- pulumi_azuredevops/service_endpoint_generic_git.py +5 -23
- pulumi_azuredevops/service_endpoint_git_hub.py +16 -17
- pulumi_azuredevops/service_endpoint_git_hub_enterprise.py +16 -17
- pulumi_azuredevops/service_endpoint_git_lab.py +1 -15
- pulumi_azuredevops/service_endpoint_kubernetes.py +24 -38
- pulumi_azuredevops/service_endpoint_npm.py +5 -19
- pulumi_azuredevops/service_endpoint_pipeline.py +5 -19
- pulumi_azuredevops/service_endpoint_service_fabric.py +49 -24
- pulumi_azuredevops/service_endpoint_sonar_cloud.py +12 -26
- pulumi_azuredevops/service_endpoint_sonar_qube.py +12 -26
- pulumi_azuredevops/service_endpoint_ssh.py +3 -21
- pulumi_azuredevops/service_principal_entitlement.py +386 -0
- pulumi_azuredevops/serviceendpoint_argocd.py +3 -17
- pulumi_azuredevops/serviceendpoint_azure_service_bus.py +3 -17
- pulumi_azuredevops/serviceendpoint_checkmarx_one.py +613 -0
- pulumi_azuredevops/serviceendpoint_checkmarx_sast.py +561 -0
- pulumi_azuredevops/serviceendpoint_checkmarx_sca.py +660 -0
- pulumi_azuredevops/serviceendpoint_dynamics_lifecycle_services.py +3 -17
- pulumi_azuredevops/serviceendpoint_externaltfs.py +64 -26
- pulumi_azuredevops/serviceendpoint_gcp_terraform.py +3 -17
- pulumi_azuredevops/serviceendpoint_incomingwebhook.py +3 -17
- pulumi_azuredevops/serviceendpoint_jenkins.py +3 -17
- pulumi_azuredevops/serviceendpoint_jfrog_artifactory_v2.py +19 -33
- pulumi_azuredevops/serviceendpoint_jfrog_distribution_v2.py +19 -33
- pulumi_azuredevops/serviceendpoint_jfrog_platform_v2.py +19 -33
- pulumi_azuredevops/serviceendpoint_jfrog_xray_v2.py +19 -33
- pulumi_azuredevops/serviceendpoint_maven.py +3 -17
- pulumi_azuredevops/serviceendpoint_nexus.py +3 -17
- pulumi_azuredevops/serviceendpoint_nuget.py +3 -17
- pulumi_azuredevops/serviceendpoint_octopusdeploy.py +3 -17
- pulumi_azuredevops/serviceendpoint_permissions.py +40 -40
- pulumi_azuredevops/serviceendpoint_snyk.py +3 -17
- pulumi_azuredevops/serviceendpoint_visualstudiomarketplace.py +5 -21
- pulumi_azuredevops/servicehook_permissions.py +51 -51
- pulumi_azuredevops/servicehook_storage_queue_pipelines.py +4 -4
- pulumi_azuredevops/tagging_permissions.py +49 -49
- pulumi_azuredevops/team.py +76 -56
- pulumi_azuredevops/team_administrators.py +83 -56
- pulumi_azuredevops/team_members.py +56 -49
- pulumi_azuredevops/variable_group.py +4 -2
- pulumi_azuredevops/variable_group_permissions.py +75 -75
- pulumi_azuredevops/wiki.py +15 -2
- pulumi_azuredevops/wiki_page.py +2 -2
- pulumi_azuredevops/work_item_query_permissions.py +7 -7
- {pulumi_azuredevops-3.6.0a1737523387.dist-info → pulumi_azuredevops-3.7.0.dist-info}/METADATA +1 -1
- pulumi_azuredevops-3.7.0.dist-info/RECORD +152 -0
- {pulumi_azuredevops-3.6.0a1737523387.dist-info → pulumi_azuredevops-3.7.0.dist-info}/WHEEL +1 -1
- pulumi_azuredevops-3.6.0a1737523387.dist-info/RECORD +0 -140
- {pulumi_azuredevops-3.6.0a1737523387.dist-info → pulumi_azuredevops-3.7.0.dist-info}/top_level.txt +0 -0
@@ -45,7 +45,7 @@ class BuildDefinitionArgs:
|
|
45
45
|
:param pulumi.Input[str] name: The name of the build definition.
|
46
46
|
:param pulumi.Input[str] path: The folder path of the build definition.
|
47
47
|
:param pulumi.Input['BuildDefinitionPullRequestTriggerArgs'] pull_request_trigger: A `pull_request_trigger` block as documented below.
|
48
|
-
:param pulumi.Input[str] queue_status: The queue status of the build definition.
|
48
|
+
:param pulumi.Input[str] queue_status: The queue status of the build definition. Possible values are: `enabled` or `paused` or `disabled`. Defaults to `enabled`.
|
49
49
|
:param pulumi.Input[Sequence[pulumi.Input[int]]] variable_groups: A list of variable group IDs (integers) to link to the build definition.
|
50
50
|
:param pulumi.Input[Sequence[pulumi.Input['BuildDefinitionVariableArgs']]] variables: A list of `variable` blocks, as documented below.
|
51
51
|
"""
|
@@ -186,7 +186,7 @@ class BuildDefinitionArgs:
|
|
186
186
|
@pulumi.getter(name="queueStatus")
|
187
187
|
def queue_status(self) -> Optional[pulumi.Input[str]]:
|
188
188
|
"""
|
189
|
-
The queue status of the build definition.
|
189
|
+
The queue status of the build definition. Possible values are: `enabled` or `paused` or `disabled`. Defaults to `enabled`.
|
190
190
|
"""
|
191
191
|
return pulumi.get(self, "queue_status")
|
192
192
|
|
@@ -255,7 +255,7 @@ class _BuildDefinitionState:
|
|
255
255
|
:param pulumi.Input[str] path: The folder path of the build definition.
|
256
256
|
:param pulumi.Input[str] project_id: The project ID or project name.
|
257
257
|
:param pulumi.Input['BuildDefinitionPullRequestTriggerArgs'] pull_request_trigger: A `pull_request_trigger` block as documented below.
|
258
|
-
:param pulumi.Input[str] queue_status: The queue status of the build definition.
|
258
|
+
:param pulumi.Input[str] queue_status: The queue status of the build definition. Possible values are: `enabled` or `paused` or `disabled`. Defaults to `enabled`.
|
259
259
|
:param pulumi.Input['BuildDefinitionRepositoryArgs'] repository: A `repository` block as documented below.
|
260
260
|
:param pulumi.Input[int] revision: The revision of the build definition
|
261
261
|
:param pulumi.Input[Sequence[pulumi.Input[int]]] variable_groups: A list of variable group IDs (integers) to link to the build definition.
|
@@ -390,7 +390,7 @@ class _BuildDefinitionState:
|
|
390
390
|
@pulumi.getter(name="queueStatus")
|
391
391
|
def queue_status(self) -> Optional[pulumi.Input[str]]:
|
392
392
|
"""
|
393
|
-
The queue status of the build definition.
|
393
|
+
The queue status of the build definition. Possible values are: `enabled` or `paused` or `disabled`. Defaults to `enabled`.
|
394
394
|
"""
|
395
395
|
return pulumi.get(self, "queue_status")
|
396
396
|
|
@@ -703,7 +703,7 @@ class BuildDefinition(pulumi.CustomResource):
|
|
703
703
|
:param pulumi.Input[str] path: The folder path of the build definition.
|
704
704
|
:param pulumi.Input[str] project_id: The project ID or project name.
|
705
705
|
:param pulumi.Input[Union['BuildDefinitionPullRequestTriggerArgs', 'BuildDefinitionPullRequestTriggerArgsDict']] pull_request_trigger: A `pull_request_trigger` block as documented below.
|
706
|
-
:param pulumi.Input[str] queue_status: The queue status of the build definition.
|
706
|
+
:param pulumi.Input[str] queue_status: The queue status of the build definition. Possible values are: `enabled` or `paused` or `disabled`. Defaults to `enabled`.
|
707
707
|
:param pulumi.Input[Union['BuildDefinitionRepositoryArgs', 'BuildDefinitionRepositoryArgsDict']] repository: A `repository` block as documented below.
|
708
708
|
:param pulumi.Input[Sequence[pulumi.Input[int]]] variable_groups: A list of variable group IDs (integers) to link to the build definition.
|
709
709
|
:param pulumi.Input[Sequence[pulumi.Input[Union['BuildDefinitionVariableArgs', 'BuildDefinitionVariableArgsDict']]]] variables: A list of `variable` blocks, as documented below.
|
@@ -1026,7 +1026,7 @@ class BuildDefinition(pulumi.CustomResource):
|
|
1026
1026
|
:param pulumi.Input[str] path: The folder path of the build definition.
|
1027
1027
|
:param pulumi.Input[str] project_id: The project ID or project name.
|
1028
1028
|
:param pulumi.Input[Union['BuildDefinitionPullRequestTriggerArgs', 'BuildDefinitionPullRequestTriggerArgsDict']] pull_request_trigger: A `pull_request_trigger` block as documented below.
|
1029
|
-
:param pulumi.Input[str] queue_status: The queue status of the build definition.
|
1029
|
+
:param pulumi.Input[str] queue_status: The queue status of the build definition. Possible values are: `enabled` or `paused` or `disabled`. Defaults to `enabled`.
|
1030
1030
|
:param pulumi.Input[Union['BuildDefinitionRepositoryArgs', 'BuildDefinitionRepositoryArgsDict']] repository: A `repository` block as documented below.
|
1031
1031
|
:param pulumi.Input[int] revision: The revision of the build definition
|
1032
1032
|
:param pulumi.Input[Sequence[pulumi.Input[int]]] variable_groups: A list of variable group IDs (integers) to link to the build definition.
|
@@ -1120,7 +1120,7 @@ class BuildDefinition(pulumi.CustomResource):
|
|
1120
1120
|
@pulumi.getter(name="queueStatus")
|
1121
1121
|
def queue_status(self) -> pulumi.Output[Optional[str]]:
|
1122
1122
|
"""
|
1123
|
-
The queue status of the build definition.
|
1123
|
+
The queue status of the build definition. Possible values are: `enabled` or `paused` or `disabled`. Defaults to `enabled`.
|
1124
1124
|
"""
|
1125
1125
|
return pulumi.get(self, "queue_status")
|
1126
1126
|
|
@@ -31,7 +31,7 @@ class CheckBranchControlArgs:
|
|
31
31
|
The set of arguments for constructing a CheckBranchControl resource.
|
32
32
|
:param pulumi.Input[str] project_id: The project ID.
|
33
33
|
:param pulumi.Input[str] target_resource_id: The ID of the resource being protected by the check.
|
34
|
-
:param pulumi.Input[str] target_resource_type: The type of resource being protected by the check.
|
34
|
+
:param pulumi.Input[str] target_resource_type: The type of resource being protected by the check. Possible values are: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`.
|
35
35
|
:param pulumi.Input[str] allowed_branches: The branches allowed to use the resource. Specify a comma separated list of allowed branches in `refs/heads/branch_name` format. To allow deployments from all branches, specify ` * ` . `refs/heads/features/* , refs/heads/releases/*` restricts deployments to all branches under features/ or releases/ . Defaults to `*`.
|
36
36
|
:param pulumi.Input[str] display_name: The name of the branch control check displayed in the web UI.
|
37
37
|
:param pulumi.Input[bool] ignore_unknown_protection_status: Allow deployment from branches for which protection status could not be obtained. Only relevant when verify_branch_protection is `true`. Defaults to `false`.
|
@@ -80,7 +80,7 @@ class CheckBranchControlArgs:
|
|
80
80
|
@pulumi.getter(name="targetResourceType")
|
81
81
|
def target_resource_type(self) -> pulumi.Input[str]:
|
82
82
|
"""
|
83
|
-
The type of resource being protected by the check.
|
83
|
+
The type of resource being protected by the check. Possible values are: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`.
|
84
84
|
"""
|
85
85
|
return pulumi.get(self, "target_resource_type")
|
86
86
|
|
@@ -168,7 +168,7 @@ class _CheckBranchControlState:
|
|
168
168
|
:param pulumi.Input[bool] ignore_unknown_protection_status: Allow deployment from branches for which protection status could not be obtained. Only relevant when verify_branch_protection is `true`. Defaults to `false`.
|
169
169
|
:param pulumi.Input[str] project_id: The project ID.
|
170
170
|
:param pulumi.Input[str] target_resource_id: The ID of the resource being protected by the check.
|
171
|
-
:param pulumi.Input[str] target_resource_type: The type of resource being protected by the check.
|
171
|
+
:param pulumi.Input[str] target_resource_type: The type of resource being protected by the check. Possible values are: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`.
|
172
172
|
:param pulumi.Input[int] timeout: The timeout in minutes for the branch control check. Defaults to `1440`.
|
173
173
|
:param pulumi.Input[bool] verify_branch_protection: Validate the branches being deployed are protected. Defaults to `false`.
|
174
174
|
:param pulumi.Input[int] version: The version of the check.
|
@@ -256,7 +256,7 @@ class _CheckBranchControlState:
|
|
256
256
|
@pulumi.getter(name="targetResourceType")
|
257
257
|
def target_resource_type(self) -> Optional[pulumi.Input[str]]:
|
258
258
|
"""
|
259
|
-
The type of resource being protected by the check.
|
259
|
+
The type of resource being protected by the check. Possible values are: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`.
|
260
260
|
"""
|
261
261
|
return pulumi.get(self, "target_resource_type")
|
262
262
|
|
@@ -451,7 +451,7 @@ class CheckBranchControl(pulumi.CustomResource):
|
|
451
451
|
:param pulumi.Input[bool] ignore_unknown_protection_status: Allow deployment from branches for which protection status could not be obtained. Only relevant when verify_branch_protection is `true`. Defaults to `false`.
|
452
452
|
:param pulumi.Input[str] project_id: The project ID.
|
453
453
|
:param pulumi.Input[str] target_resource_id: The ID of the resource being protected by the check.
|
454
|
-
:param pulumi.Input[str] target_resource_type: The type of resource being protected by the check.
|
454
|
+
:param pulumi.Input[str] target_resource_type: The type of resource being protected by the check. Possible values are: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`.
|
455
455
|
:param pulumi.Input[int] timeout: The timeout in minutes for the branch control check. Defaults to `1440`.
|
456
456
|
:param pulumi.Input[bool] verify_branch_protection: Validate the branches being deployed are protected. Defaults to `false`.
|
457
457
|
"""
|
@@ -668,7 +668,7 @@ class CheckBranchControl(pulumi.CustomResource):
|
|
668
668
|
:param pulumi.Input[bool] ignore_unknown_protection_status: Allow deployment from branches for which protection status could not be obtained. Only relevant when verify_branch_protection is `true`. Defaults to `false`.
|
669
669
|
:param pulumi.Input[str] project_id: The project ID.
|
670
670
|
:param pulumi.Input[str] target_resource_id: The ID of the resource being protected by the check.
|
671
|
-
:param pulumi.Input[str] target_resource_type: The type of resource being protected by the check.
|
671
|
+
:param pulumi.Input[str] target_resource_type: The type of resource being protected by the check. Possible values are: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`.
|
672
672
|
:param pulumi.Input[int] timeout: The timeout in minutes for the branch control check. Defaults to `1440`.
|
673
673
|
:param pulumi.Input[bool] verify_branch_protection: Validate the branches being deployed are protected. Defaults to `false`.
|
674
674
|
:param pulumi.Input[int] version: The version of the check.
|
@@ -732,7 +732,7 @@ class CheckBranchControl(pulumi.CustomResource):
|
|
732
732
|
@pulumi.getter(name="targetResourceType")
|
733
733
|
def target_resource_type(self) -> pulumi.Output[str]:
|
734
734
|
"""
|
735
|
-
The type of resource being protected by the check.
|
735
|
+
The type of resource being protected by the check. Possible values are: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`.
|
736
736
|
"""
|
737
737
|
return pulumi.get(self, "target_resource_type")
|
738
738
|
|
@@ -40,7 +40,7 @@ class CheckBusinessHoursArgs:
|
|
40
40
|
:param pulumi.Input[str] project_id: The project ID.
|
41
41
|
:param pulumi.Input[str] start_time: The beginning of the time period that this check will be allowed to pass, specified as 24-hour time with leading zeros.
|
42
42
|
:param pulumi.Input[str] target_resource_id: The ID of the resource being protected by the check.
|
43
|
-
:param pulumi.Input[str] target_resource_type: The type of resource being protected by the check.
|
43
|
+
:param pulumi.Input[str] target_resource_type: The type of resource being protected by the check. Possible values are: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`.
|
44
44
|
:param pulumi.Input[str] time_zone: The time zone this check will be evaluated in. See below for supported values.
|
45
45
|
:param pulumi.Input[str] display_name: The name of the business hours check displayed in the web UI.
|
46
46
|
:param pulumi.Input[bool] friday: This check will pass on Fridays. Defaults to `false`.
|
@@ -129,7 +129,7 @@ class CheckBusinessHoursArgs:
|
|
129
129
|
@pulumi.getter(name="targetResourceType")
|
130
130
|
def target_resource_type(self) -> pulumi.Input[str]:
|
131
131
|
"""
|
132
|
-
The type of resource being protected by the check.
|
132
|
+
The type of resource being protected by the check. Possible values are: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`.
|
133
133
|
"""
|
134
134
|
return pulumi.get(self, "target_resource_type")
|
135
135
|
|
@@ -288,7 +288,7 @@ class _CheckBusinessHoursState:
|
|
288
288
|
:param pulumi.Input[str] start_time: The beginning of the time period that this check will be allowed to pass, specified as 24-hour time with leading zeros.
|
289
289
|
:param pulumi.Input[bool] sunday: This check will pass on Sundays. Defaults to `false`.
|
290
290
|
:param pulumi.Input[str] target_resource_id: The ID of the resource being protected by the check.
|
291
|
-
:param pulumi.Input[str] target_resource_type: The type of resource being protected by the check.
|
291
|
+
:param pulumi.Input[str] target_resource_type: The type of resource being protected by the check. Possible values are: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`.
|
292
292
|
:param pulumi.Input[bool] thursday: This check will pass on Thursdays. Defaults to `false`.
|
293
293
|
:param pulumi.Input[str] time_zone: The time zone this check will be evaluated in. See below for supported values.
|
294
294
|
:param pulumi.Input[int] timeout: The timeout in minutes for the business hours check. Defaults to `1440`.
|
@@ -441,7 +441,7 @@ class _CheckBusinessHoursState:
|
|
441
441
|
@pulumi.getter(name="targetResourceType")
|
442
442
|
def target_resource_type(self) -> Optional[pulumi.Input[str]]:
|
443
443
|
"""
|
444
|
-
The type of resource being protected by the check.
|
444
|
+
The type of resource being protected by the check. Possible values are: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`.
|
445
445
|
"""
|
446
446
|
return pulumi.get(self, "target_resource_type")
|
447
447
|
|
@@ -847,7 +847,7 @@ class CheckBusinessHours(pulumi.CustomResource):
|
|
847
847
|
:param pulumi.Input[str] start_time: The beginning of the time period that this check will be allowed to pass, specified as 24-hour time with leading zeros.
|
848
848
|
:param pulumi.Input[bool] sunday: This check will pass on Sundays. Defaults to `false`.
|
849
849
|
:param pulumi.Input[str] target_resource_id: The ID of the resource being protected by the check.
|
850
|
-
:param pulumi.Input[str] target_resource_type: The type of resource being protected by the check.
|
850
|
+
:param pulumi.Input[str] target_resource_type: The type of resource being protected by the check. Possible values are: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`.
|
851
851
|
:param pulumi.Input[bool] thursday: This check will pass on Thursdays. Defaults to `false`.
|
852
852
|
:param pulumi.Input[str] time_zone: The time zone this check will be evaluated in. See below for supported values.
|
853
853
|
:param pulumi.Input[int] timeout: The timeout in minutes for the business hours check. Defaults to `1440`.
|
@@ -1262,7 +1262,7 @@ class CheckBusinessHours(pulumi.CustomResource):
|
|
1262
1262
|
:param pulumi.Input[str] start_time: The beginning of the time period that this check will be allowed to pass, specified as 24-hour time with leading zeros.
|
1263
1263
|
:param pulumi.Input[bool] sunday: This check will pass on Sundays. Defaults to `false`.
|
1264
1264
|
:param pulumi.Input[str] target_resource_id: The ID of the resource being protected by the check.
|
1265
|
-
:param pulumi.Input[str] target_resource_type: The type of resource being protected by the check.
|
1265
|
+
:param pulumi.Input[str] target_resource_type: The type of resource being protected by the check. Possible values are: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`.
|
1266
1266
|
:param pulumi.Input[bool] thursday: This check will pass on Thursdays. Defaults to `false`.
|
1267
1267
|
:param pulumi.Input[str] time_zone: The time zone this check will be evaluated in. See below for supported values.
|
1268
1268
|
:param pulumi.Input[int] timeout: The timeout in minutes for the business hours check. Defaults to `1440`.
|
@@ -1368,7 +1368,7 @@ class CheckBusinessHours(pulumi.CustomResource):
|
|
1368
1368
|
@pulumi.getter(name="targetResourceType")
|
1369
1369
|
def target_resource_type(self) -> pulumi.Output[str]:
|
1370
1370
|
"""
|
1371
|
-
The type of resource being protected by the check.
|
1371
|
+
The type of resource being protected by the check. Possible values are: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`.
|
1372
1372
|
"""
|
1373
1373
|
return pulumi.get(self, "target_resource_type")
|
1374
1374
|
|
@@ -27,7 +27,7 @@ class CheckExclusiveLockArgs:
|
|
27
27
|
The set of arguments for constructing a CheckExclusiveLock resource.
|
28
28
|
:param pulumi.Input[str] project_id: The project ID. Changing this forces a new Exclusive Lock Check to be created.
|
29
29
|
:param pulumi.Input[str] target_resource_id: The ID of the resource being protected by the check. Changing this forces a new Exclusive Lock to be created.
|
30
|
-
:param pulumi.Input[str] target_resource_type: The type of resource being protected by the check.
|
30
|
+
:param pulumi.Input[str] target_resource_type: The type of resource being protected by the check. Possible values are: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`. Changing this forces a new Exclusive Lock to be created.
|
31
31
|
:param pulumi.Input[int] timeout: The timeout in minutes for the exclusive lock. Defaults to `43200`.
|
32
32
|
"""
|
33
33
|
pulumi.set(__self__, "project_id", project_id)
|
@@ -64,7 +64,7 @@ class CheckExclusiveLockArgs:
|
|
64
64
|
@pulumi.getter(name="targetResourceType")
|
65
65
|
def target_resource_type(self) -> pulumi.Input[str]:
|
66
66
|
"""
|
67
|
-
The type of resource being protected by the check.
|
67
|
+
The type of resource being protected by the check. Possible values are: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`. Changing this forces a new Exclusive Lock to be created.
|
68
68
|
"""
|
69
69
|
return pulumi.get(self, "target_resource_type")
|
70
70
|
|
@@ -97,7 +97,7 @@ class _CheckExclusiveLockState:
|
|
97
97
|
Input properties used for looking up and filtering CheckExclusiveLock resources.
|
98
98
|
:param pulumi.Input[str] project_id: The project ID. Changing this forces a new Exclusive Lock Check to be created.
|
99
99
|
:param pulumi.Input[str] target_resource_id: The ID of the resource being protected by the check. Changing this forces a new Exclusive Lock to be created.
|
100
|
-
:param pulumi.Input[str] target_resource_type: The type of resource being protected by the check.
|
100
|
+
:param pulumi.Input[str] target_resource_type: The type of resource being protected by the check. Possible values are: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`. Changing this forces a new Exclusive Lock to be created.
|
101
101
|
:param pulumi.Input[int] timeout: The timeout in minutes for the exclusive lock. Defaults to `43200`.
|
102
102
|
:param pulumi.Input[int] version: The version of the check.
|
103
103
|
"""
|
@@ -140,7 +140,7 @@ class _CheckExclusiveLockState:
|
|
140
140
|
@pulumi.getter(name="targetResourceType")
|
141
141
|
def target_resource_type(self) -> Optional[pulumi.Input[str]]:
|
142
142
|
"""
|
143
|
-
The type of resource being protected by the check.
|
143
|
+
The type of resource being protected by the check. Possible values are: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`. Changing this forces a new Exclusive Lock to be created.
|
144
144
|
"""
|
145
145
|
return pulumi.get(self, "target_resource_type")
|
146
146
|
|
@@ -260,7 +260,7 @@ class CheckExclusiveLock(pulumi.CustomResource):
|
|
260
260
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
261
261
|
:param pulumi.Input[str] project_id: The project ID. Changing this forces a new Exclusive Lock Check to be created.
|
262
262
|
:param pulumi.Input[str] target_resource_id: The ID of the resource being protected by the check. Changing this forces a new Exclusive Lock to be created.
|
263
|
-
:param pulumi.Input[str] target_resource_type: The type of resource being protected by the check.
|
263
|
+
:param pulumi.Input[str] target_resource_type: The type of resource being protected by the check. Possible values are: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`. Changing this forces a new Exclusive Lock to be created.
|
264
264
|
:param pulumi.Input[int] timeout: The timeout in minutes for the exclusive lock. Defaults to `43200`.
|
265
265
|
"""
|
266
266
|
...
|
@@ -405,7 +405,7 @@ class CheckExclusiveLock(pulumi.CustomResource):
|
|
405
405
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
406
406
|
:param pulumi.Input[str] project_id: The project ID. Changing this forces a new Exclusive Lock Check to be created.
|
407
407
|
:param pulumi.Input[str] target_resource_id: The ID of the resource being protected by the check. Changing this forces a new Exclusive Lock to be created.
|
408
|
-
:param pulumi.Input[str] target_resource_type: The type of resource being protected by the check.
|
408
|
+
:param pulumi.Input[str] target_resource_type: The type of resource being protected by the check. Possible values are: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`. Changing this forces a new Exclusive Lock to be created.
|
409
409
|
:param pulumi.Input[int] timeout: The timeout in minutes for the exclusive lock. Defaults to `43200`.
|
410
410
|
:param pulumi.Input[int] version: The version of the check.
|
411
411
|
"""
|
@@ -440,7 +440,7 @@ class CheckExclusiveLock(pulumi.CustomResource):
|
|
440
440
|
@pulumi.getter(name="targetResourceType")
|
441
441
|
def target_resource_type(self) -> pulumi.Output[str]:
|
442
442
|
"""
|
443
|
-
The type of resource being protected by the check.
|
443
|
+
The type of resource being protected by the check. Possible values are: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`. Changing this forces a new Exclusive Lock to be created.
|
444
444
|
"""
|
445
445
|
return pulumi.get(self, "target_resource_type")
|
446
446
|
|