pulumi-gcp 8.15.0a1737095291__py3-none-any.whl → 8.15.0a1737577694__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_gcp/__init__.py +78 -0
- pulumi_gcp/accesscontextmanager/access_level_condition.py +28 -0
- pulumi_gcp/accesscontextmanager/egress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/ingress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +56 -0
- pulumi_gcp/apigee/__init__.py +1 -0
- pulumi_gcp/apigee/environment_addons_config.py +266 -0
- pulumi_gcp/artifactregistry/repository.py +32 -2
- pulumi_gcp/bigquery/connection.py +2 -2
- pulumi_gcp/bigquery/routine.py +2 -2
- pulumi_gcp/billing/project_info.py +4 -4
- pulumi_gcp/chronicle/__init__.py +3 -0
- pulumi_gcp/chronicle/_inputs.py +379 -0
- pulumi_gcp/chronicle/data_access_label.py +21 -21
- pulumi_gcp/chronicle/outputs.py +302 -0
- pulumi_gcp/chronicle/reference_list.py +788 -0
- pulumi_gcp/chronicle/rule.py +1308 -0
- pulumi_gcp/chronicle/rule_deployment.py +849 -0
- pulumi_gcp/colab/__init__.py +10 -0
- pulumi_gcp/colab/_inputs.py +359 -0
- pulumi_gcp/colab/outputs.py +344 -0
- pulumi_gcp/colab/runtime_template.py +1160 -0
- pulumi_gcp/compute/_inputs.py +9 -9
- pulumi_gcp/compute/interconnect_attachment.py +7 -7
- pulumi_gcp/compute/outputs.py +6 -6
- pulumi_gcp/compute/route.py +8 -16
- pulumi_gcp/compute/subnetwork.py +7 -7
- pulumi_gcp/compute/target_instance.py +4 -4
- pulumi_gcp/compute/url_map.py +4 -0
- pulumi_gcp/config/__init__.pyi +6 -0
- pulumi_gcp/config/vars.py +12 -0
- pulumi_gcp/databasemigrationservice/connection_profile.py +6 -6
- pulumi_gcp/dataplex/entry_type.py +2 -2
- pulumi_gcp/dataplex/task.py +16 -16
- pulumi_gcp/dataproc/batch.py +10 -10
- pulumi_gcp/discoveryengine/_inputs.py +54 -0
- pulumi_gcp/discoveryengine/data_store.py +94 -0
- pulumi_gcp/discoveryengine/outputs.py +51 -0
- pulumi_gcp/edgenetwork/__init__.py +1 -0
- pulumi_gcp/edgenetwork/interconnect_attachment.py +941 -0
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/gemini/code_repository_index.py +47 -0
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/networkconnectivity/spoke.py +14 -14
- pulumi_gcp/networksecurity/authz_policy.py +0 -202
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/parametermanager/__init__.py +13 -0
- pulumi_gcp/parametermanager/_inputs.py +174 -0
- pulumi_gcp/parametermanager/get_regional_parameter.py +230 -0
- pulumi_gcp/parametermanager/outputs.py +191 -0
- pulumi_gcp/parametermanager/parameter.py +706 -0
- pulumi_gcp/parametermanager/regional_parameter.py +762 -0
- pulumi_gcp/parametermanager/regional_parameter_version.py +558 -0
- pulumi_gcp/provider.py +60 -0
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/sql/_inputs.py +54 -0
- pulumi_gcp/sql/database_instance.py +78 -16
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +122 -0
- pulumi_gcp/sql/source_representation_instance.py +7 -14
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- {pulumi_gcp-8.15.0a1737095291.dist-info → pulumi_gcp-8.15.0a1737577694.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.15.0a1737095291.dist-info → pulumi_gcp-8.15.0a1737577694.dist-info}/RECORD +77 -61
- {pulumi_gcp-8.15.0a1737095291.dist-info → pulumi_gcp-8.15.0a1737577694.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.15.0a1737095291.dist-info → pulumi_gcp-8.15.0a1737577694.dist-info}/top_level.txt +0 -0
@@ -145,8 +145,8 @@ class ProjectInfo(pulumi.CustomResource):
|
|
145
145
|
import pulumi_gcp as gcp
|
146
146
|
|
147
147
|
project = gcp.organizations.Project("project",
|
148
|
-
project_id="tf-
|
149
|
-
name="tf-
|
148
|
+
project_id="tf-test_88717",
|
149
|
+
name="tf-test_85794",
|
150
150
|
org_id="123456789",
|
151
151
|
deletion_policy="DELETE")
|
152
152
|
default = gcp.billing.ProjectInfo("default",
|
@@ -207,8 +207,8 @@ class ProjectInfo(pulumi.CustomResource):
|
|
207
207
|
import pulumi_gcp as gcp
|
208
208
|
|
209
209
|
project = gcp.organizations.Project("project",
|
210
|
-
project_id="tf-
|
211
|
-
name="tf-
|
210
|
+
project_id="tf-test_88717",
|
211
|
+
name="tf-test_85794",
|
212
212
|
org_id="123456789",
|
213
213
|
deletion_policy="DELETE")
|
214
214
|
default = gcp.billing.ProjectInfo("default",
|
pulumi_gcp/chronicle/__init__.py
CHANGED
@@ -7,6 +7,9 @@ import typing
|
|
7
7
|
# Export this package's modules as members:
|
8
8
|
from .data_access_label import *
|
9
9
|
from .data_access_scope import *
|
10
|
+
from .reference_list import *
|
11
|
+
from .rule import *
|
12
|
+
from .rule_deployment import *
|
10
13
|
from .watchlist import *
|
11
14
|
from ._inputs import *
|
12
15
|
from . import outputs
|
pulumi_gcp/chronicle/_inputs.py
CHANGED
@@ -23,6 +23,18 @@ __all__ = [
|
|
23
23
|
'DataAccessScopeDeniedDataAccessLabelArgsDict',
|
24
24
|
'DataAccessScopeDeniedDataAccessLabelIngestionLabelArgs',
|
25
25
|
'DataAccessScopeDeniedDataAccessLabelIngestionLabelArgsDict',
|
26
|
+
'ReferenceListEntryArgs',
|
27
|
+
'ReferenceListEntryArgsDict',
|
28
|
+
'ReferenceListScopeInfoArgs',
|
29
|
+
'ReferenceListScopeInfoArgsDict',
|
30
|
+
'ReferenceListScopeInfoReferenceListScopeArgs',
|
31
|
+
'ReferenceListScopeInfoReferenceListScopeArgsDict',
|
32
|
+
'RuleCompilationDiagnosticArgs',
|
33
|
+
'RuleCompilationDiagnosticArgsDict',
|
34
|
+
'RuleCompilationDiagnosticPositionArgs',
|
35
|
+
'RuleCompilationDiagnosticPositionArgsDict',
|
36
|
+
'RuleSeverityArgs',
|
37
|
+
'RuleSeverityArgsDict',
|
26
38
|
'WatchlistEntityCountArgs',
|
27
39
|
'WatchlistEntityCountArgsDict',
|
28
40
|
'WatchlistEntityPopulationMechanismArgs',
|
@@ -415,6 +427,373 @@ class DataAccessScopeDeniedDataAccessLabelIngestionLabelArgs:
|
|
415
427
|
pulumi.set(self, "ingestion_label_value", value)
|
416
428
|
|
417
429
|
|
430
|
+
if not MYPY:
|
431
|
+
class ReferenceListEntryArgsDict(TypedDict):
|
432
|
+
value: pulumi.Input[str]
|
433
|
+
"""
|
434
|
+
Required. The value of the entry. Maximum length is 512 characters.
|
435
|
+
|
436
|
+
- - -
|
437
|
+
"""
|
438
|
+
elif False:
|
439
|
+
ReferenceListEntryArgsDict: TypeAlias = Mapping[str, Any]
|
440
|
+
|
441
|
+
@pulumi.input_type
|
442
|
+
class ReferenceListEntryArgs:
|
443
|
+
def __init__(__self__, *,
|
444
|
+
value: pulumi.Input[str]):
|
445
|
+
"""
|
446
|
+
:param pulumi.Input[str] value: Required. The value of the entry. Maximum length is 512 characters.
|
447
|
+
|
448
|
+
- - -
|
449
|
+
"""
|
450
|
+
pulumi.set(__self__, "value", value)
|
451
|
+
|
452
|
+
@property
|
453
|
+
@pulumi.getter
|
454
|
+
def value(self) -> pulumi.Input[str]:
|
455
|
+
"""
|
456
|
+
Required. The value of the entry. Maximum length is 512 characters.
|
457
|
+
|
458
|
+
- - -
|
459
|
+
"""
|
460
|
+
return pulumi.get(self, "value")
|
461
|
+
|
462
|
+
@value.setter
|
463
|
+
def value(self, value: pulumi.Input[str]):
|
464
|
+
pulumi.set(self, "value", value)
|
465
|
+
|
466
|
+
|
467
|
+
if not MYPY:
|
468
|
+
class ReferenceListScopeInfoArgsDict(TypedDict):
|
469
|
+
reference_list_scope: pulumi.Input['ReferenceListScopeInfoReferenceListScopeArgsDict']
|
470
|
+
"""
|
471
|
+
ReferenceListScope specifies the list of scope names of the reference list.
|
472
|
+
Structure is documented below.
|
473
|
+
"""
|
474
|
+
elif False:
|
475
|
+
ReferenceListScopeInfoArgsDict: TypeAlias = Mapping[str, Any]
|
476
|
+
|
477
|
+
@pulumi.input_type
|
478
|
+
class ReferenceListScopeInfoArgs:
|
479
|
+
def __init__(__self__, *,
|
480
|
+
reference_list_scope: pulumi.Input['ReferenceListScopeInfoReferenceListScopeArgs']):
|
481
|
+
"""
|
482
|
+
:param pulumi.Input['ReferenceListScopeInfoReferenceListScopeArgs'] reference_list_scope: ReferenceListScope specifies the list of scope names of the reference list.
|
483
|
+
Structure is documented below.
|
484
|
+
"""
|
485
|
+
pulumi.set(__self__, "reference_list_scope", reference_list_scope)
|
486
|
+
|
487
|
+
@property
|
488
|
+
@pulumi.getter(name="referenceListScope")
|
489
|
+
def reference_list_scope(self) -> pulumi.Input['ReferenceListScopeInfoReferenceListScopeArgs']:
|
490
|
+
"""
|
491
|
+
ReferenceListScope specifies the list of scope names of the reference list.
|
492
|
+
Structure is documented below.
|
493
|
+
"""
|
494
|
+
return pulumi.get(self, "reference_list_scope")
|
495
|
+
|
496
|
+
@reference_list_scope.setter
|
497
|
+
def reference_list_scope(self, value: pulumi.Input['ReferenceListScopeInfoReferenceListScopeArgs']):
|
498
|
+
pulumi.set(self, "reference_list_scope", value)
|
499
|
+
|
500
|
+
|
501
|
+
if not MYPY:
|
502
|
+
class ReferenceListScopeInfoReferenceListScopeArgsDict(TypedDict):
|
503
|
+
scope_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
504
|
+
"""
|
505
|
+
Optional. The list of scope names of the reference list. The scope names should be
|
506
|
+
full resource names and should be of the format:
|
507
|
+
"projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{scope_name}".
|
508
|
+
"""
|
509
|
+
elif False:
|
510
|
+
ReferenceListScopeInfoReferenceListScopeArgsDict: TypeAlias = Mapping[str, Any]
|
511
|
+
|
512
|
+
@pulumi.input_type
|
513
|
+
class ReferenceListScopeInfoReferenceListScopeArgs:
|
514
|
+
def __init__(__self__, *,
|
515
|
+
scope_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
516
|
+
"""
|
517
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] scope_names: Optional. The list of scope names of the reference list. The scope names should be
|
518
|
+
full resource names and should be of the format:
|
519
|
+
"projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{scope_name}".
|
520
|
+
"""
|
521
|
+
if scope_names is not None:
|
522
|
+
pulumi.set(__self__, "scope_names", scope_names)
|
523
|
+
|
524
|
+
@property
|
525
|
+
@pulumi.getter(name="scopeNames")
|
526
|
+
def scope_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
527
|
+
"""
|
528
|
+
Optional. The list of scope names of the reference list. The scope names should be
|
529
|
+
full resource names and should be of the format:
|
530
|
+
"projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{scope_name}".
|
531
|
+
"""
|
532
|
+
return pulumi.get(self, "scope_names")
|
533
|
+
|
534
|
+
@scope_names.setter
|
535
|
+
def scope_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
536
|
+
pulumi.set(self, "scope_names", value)
|
537
|
+
|
538
|
+
|
539
|
+
if not MYPY:
|
540
|
+
class RuleCompilationDiagnosticArgsDict(TypedDict):
|
541
|
+
message: NotRequired[pulumi.Input[str]]
|
542
|
+
"""
|
543
|
+
(Output)
|
544
|
+
Output only. The diagnostic message.
|
545
|
+
"""
|
546
|
+
position: NotRequired[pulumi.Input['RuleCompilationDiagnosticPositionArgsDict']]
|
547
|
+
"""
|
548
|
+
CompilationPosition represents the location of a compilation diagnostic in
|
549
|
+
rule text.
|
550
|
+
Structure is documented below.
|
551
|
+
"""
|
552
|
+
severity: NotRequired[pulumi.Input[str]]
|
553
|
+
"""
|
554
|
+
(Output)
|
555
|
+
Output only. The severity of a rule's compilation diagnostic.
|
556
|
+
Possible values:
|
557
|
+
SEVERITY_UNSPECIFIED
|
558
|
+
WARNING
|
559
|
+
ERROR
|
560
|
+
"""
|
561
|
+
uri: NotRequired[pulumi.Input[str]]
|
562
|
+
"""
|
563
|
+
(Output)
|
564
|
+
Output only. Link to documentation that describes a diagnostic in more detail.
|
565
|
+
"""
|
566
|
+
elif False:
|
567
|
+
RuleCompilationDiagnosticArgsDict: TypeAlias = Mapping[str, Any]
|
568
|
+
|
569
|
+
@pulumi.input_type
|
570
|
+
class RuleCompilationDiagnosticArgs:
|
571
|
+
def __init__(__self__, *,
|
572
|
+
message: Optional[pulumi.Input[str]] = None,
|
573
|
+
position: Optional[pulumi.Input['RuleCompilationDiagnosticPositionArgs']] = None,
|
574
|
+
severity: Optional[pulumi.Input[str]] = None,
|
575
|
+
uri: Optional[pulumi.Input[str]] = None):
|
576
|
+
"""
|
577
|
+
:param pulumi.Input[str] message: (Output)
|
578
|
+
Output only. The diagnostic message.
|
579
|
+
:param pulumi.Input['RuleCompilationDiagnosticPositionArgs'] position: CompilationPosition represents the location of a compilation diagnostic in
|
580
|
+
rule text.
|
581
|
+
Structure is documented below.
|
582
|
+
:param pulumi.Input[str] severity: (Output)
|
583
|
+
Output only. The severity of a rule's compilation diagnostic.
|
584
|
+
Possible values:
|
585
|
+
SEVERITY_UNSPECIFIED
|
586
|
+
WARNING
|
587
|
+
ERROR
|
588
|
+
:param pulumi.Input[str] uri: (Output)
|
589
|
+
Output only. Link to documentation that describes a diagnostic in more detail.
|
590
|
+
"""
|
591
|
+
if message is not None:
|
592
|
+
pulumi.set(__self__, "message", message)
|
593
|
+
if position is not None:
|
594
|
+
pulumi.set(__self__, "position", position)
|
595
|
+
if severity is not None:
|
596
|
+
pulumi.set(__self__, "severity", severity)
|
597
|
+
if uri is not None:
|
598
|
+
pulumi.set(__self__, "uri", uri)
|
599
|
+
|
600
|
+
@property
|
601
|
+
@pulumi.getter
|
602
|
+
def message(self) -> Optional[pulumi.Input[str]]:
|
603
|
+
"""
|
604
|
+
(Output)
|
605
|
+
Output only. The diagnostic message.
|
606
|
+
"""
|
607
|
+
return pulumi.get(self, "message")
|
608
|
+
|
609
|
+
@message.setter
|
610
|
+
def message(self, value: Optional[pulumi.Input[str]]):
|
611
|
+
pulumi.set(self, "message", value)
|
612
|
+
|
613
|
+
@property
|
614
|
+
@pulumi.getter
|
615
|
+
def position(self) -> Optional[pulumi.Input['RuleCompilationDiagnosticPositionArgs']]:
|
616
|
+
"""
|
617
|
+
CompilationPosition represents the location of a compilation diagnostic in
|
618
|
+
rule text.
|
619
|
+
Structure is documented below.
|
620
|
+
"""
|
621
|
+
return pulumi.get(self, "position")
|
622
|
+
|
623
|
+
@position.setter
|
624
|
+
def position(self, value: Optional[pulumi.Input['RuleCompilationDiagnosticPositionArgs']]):
|
625
|
+
pulumi.set(self, "position", value)
|
626
|
+
|
627
|
+
@property
|
628
|
+
@pulumi.getter
|
629
|
+
def severity(self) -> Optional[pulumi.Input[str]]:
|
630
|
+
"""
|
631
|
+
(Output)
|
632
|
+
Output only. The severity of a rule's compilation diagnostic.
|
633
|
+
Possible values:
|
634
|
+
SEVERITY_UNSPECIFIED
|
635
|
+
WARNING
|
636
|
+
ERROR
|
637
|
+
"""
|
638
|
+
return pulumi.get(self, "severity")
|
639
|
+
|
640
|
+
@severity.setter
|
641
|
+
def severity(self, value: Optional[pulumi.Input[str]]):
|
642
|
+
pulumi.set(self, "severity", value)
|
643
|
+
|
644
|
+
@property
|
645
|
+
@pulumi.getter
|
646
|
+
def uri(self) -> Optional[pulumi.Input[str]]:
|
647
|
+
"""
|
648
|
+
(Output)
|
649
|
+
Output only. Link to documentation that describes a diagnostic in more detail.
|
650
|
+
"""
|
651
|
+
return pulumi.get(self, "uri")
|
652
|
+
|
653
|
+
@uri.setter
|
654
|
+
def uri(self, value: Optional[pulumi.Input[str]]):
|
655
|
+
pulumi.set(self, "uri", value)
|
656
|
+
|
657
|
+
|
658
|
+
if not MYPY:
|
659
|
+
class RuleCompilationDiagnosticPositionArgsDict(TypedDict):
|
660
|
+
end_column: NotRequired[pulumi.Input[int]]
|
661
|
+
"""
|
662
|
+
(Output)
|
663
|
+
Output only. End column number, beginning at 1.
|
664
|
+
"""
|
665
|
+
end_line: NotRequired[pulumi.Input[int]]
|
666
|
+
"""
|
667
|
+
(Output)
|
668
|
+
Output only. End line number, beginning at 1.
|
669
|
+
"""
|
670
|
+
start_column: NotRequired[pulumi.Input[int]]
|
671
|
+
"""
|
672
|
+
(Output)
|
673
|
+
Output only. Start column number, beginning at 1.
|
674
|
+
"""
|
675
|
+
start_line: NotRequired[pulumi.Input[int]]
|
676
|
+
"""
|
677
|
+
(Output)
|
678
|
+
Output only. Start line number, beginning at 1.
|
679
|
+
"""
|
680
|
+
elif False:
|
681
|
+
RuleCompilationDiagnosticPositionArgsDict: TypeAlias = Mapping[str, Any]
|
682
|
+
|
683
|
+
@pulumi.input_type
|
684
|
+
class RuleCompilationDiagnosticPositionArgs:
|
685
|
+
def __init__(__self__, *,
|
686
|
+
end_column: Optional[pulumi.Input[int]] = None,
|
687
|
+
end_line: Optional[pulumi.Input[int]] = None,
|
688
|
+
start_column: Optional[pulumi.Input[int]] = None,
|
689
|
+
start_line: Optional[pulumi.Input[int]] = None):
|
690
|
+
"""
|
691
|
+
:param pulumi.Input[int] end_column: (Output)
|
692
|
+
Output only. End column number, beginning at 1.
|
693
|
+
:param pulumi.Input[int] end_line: (Output)
|
694
|
+
Output only. End line number, beginning at 1.
|
695
|
+
:param pulumi.Input[int] start_column: (Output)
|
696
|
+
Output only. Start column number, beginning at 1.
|
697
|
+
:param pulumi.Input[int] start_line: (Output)
|
698
|
+
Output only. Start line number, beginning at 1.
|
699
|
+
"""
|
700
|
+
if end_column is not None:
|
701
|
+
pulumi.set(__self__, "end_column", end_column)
|
702
|
+
if end_line is not None:
|
703
|
+
pulumi.set(__self__, "end_line", end_line)
|
704
|
+
if start_column is not None:
|
705
|
+
pulumi.set(__self__, "start_column", start_column)
|
706
|
+
if start_line is not None:
|
707
|
+
pulumi.set(__self__, "start_line", start_line)
|
708
|
+
|
709
|
+
@property
|
710
|
+
@pulumi.getter(name="endColumn")
|
711
|
+
def end_column(self) -> Optional[pulumi.Input[int]]:
|
712
|
+
"""
|
713
|
+
(Output)
|
714
|
+
Output only. End column number, beginning at 1.
|
715
|
+
"""
|
716
|
+
return pulumi.get(self, "end_column")
|
717
|
+
|
718
|
+
@end_column.setter
|
719
|
+
def end_column(self, value: Optional[pulumi.Input[int]]):
|
720
|
+
pulumi.set(self, "end_column", value)
|
721
|
+
|
722
|
+
@property
|
723
|
+
@pulumi.getter(name="endLine")
|
724
|
+
def end_line(self) -> Optional[pulumi.Input[int]]:
|
725
|
+
"""
|
726
|
+
(Output)
|
727
|
+
Output only. End line number, beginning at 1.
|
728
|
+
"""
|
729
|
+
return pulumi.get(self, "end_line")
|
730
|
+
|
731
|
+
@end_line.setter
|
732
|
+
def end_line(self, value: Optional[pulumi.Input[int]]):
|
733
|
+
pulumi.set(self, "end_line", value)
|
734
|
+
|
735
|
+
@property
|
736
|
+
@pulumi.getter(name="startColumn")
|
737
|
+
def start_column(self) -> Optional[pulumi.Input[int]]:
|
738
|
+
"""
|
739
|
+
(Output)
|
740
|
+
Output only. Start column number, beginning at 1.
|
741
|
+
"""
|
742
|
+
return pulumi.get(self, "start_column")
|
743
|
+
|
744
|
+
@start_column.setter
|
745
|
+
def start_column(self, value: Optional[pulumi.Input[int]]):
|
746
|
+
pulumi.set(self, "start_column", value)
|
747
|
+
|
748
|
+
@property
|
749
|
+
@pulumi.getter(name="startLine")
|
750
|
+
def start_line(self) -> Optional[pulumi.Input[int]]:
|
751
|
+
"""
|
752
|
+
(Output)
|
753
|
+
Output only. Start line number, beginning at 1.
|
754
|
+
"""
|
755
|
+
return pulumi.get(self, "start_line")
|
756
|
+
|
757
|
+
@start_line.setter
|
758
|
+
def start_line(self, value: Optional[pulumi.Input[int]]):
|
759
|
+
pulumi.set(self, "start_line", value)
|
760
|
+
|
761
|
+
|
762
|
+
if not MYPY:
|
763
|
+
class RuleSeverityArgsDict(TypedDict):
|
764
|
+
display_name: NotRequired[pulumi.Input[str]]
|
765
|
+
"""
|
766
|
+
The display name of the severity level. Extracted from the meta section of
|
767
|
+
the rule text.
|
768
|
+
"""
|
769
|
+
elif False:
|
770
|
+
RuleSeverityArgsDict: TypeAlias = Mapping[str, Any]
|
771
|
+
|
772
|
+
@pulumi.input_type
|
773
|
+
class RuleSeverityArgs:
|
774
|
+
def __init__(__self__, *,
|
775
|
+
display_name: Optional[pulumi.Input[str]] = None):
|
776
|
+
"""
|
777
|
+
:param pulumi.Input[str] display_name: The display name of the severity level. Extracted from the meta section of
|
778
|
+
the rule text.
|
779
|
+
"""
|
780
|
+
if display_name is not None:
|
781
|
+
pulumi.set(__self__, "display_name", display_name)
|
782
|
+
|
783
|
+
@property
|
784
|
+
@pulumi.getter(name="displayName")
|
785
|
+
def display_name(self) -> Optional[pulumi.Input[str]]:
|
786
|
+
"""
|
787
|
+
The display name of the severity level. Extracted from the meta section of
|
788
|
+
the rule text.
|
789
|
+
"""
|
790
|
+
return pulumi.get(self, "display_name")
|
791
|
+
|
792
|
+
@display_name.setter
|
793
|
+
def display_name(self, value: Optional[pulumi.Input[str]]):
|
794
|
+
pulumi.set(self, "display_name", value)
|
795
|
+
|
796
|
+
|
418
797
|
if not MYPY:
|
419
798
|
class WatchlistEntityCountArgsDict(TypedDict):
|
420
799
|
asset: NotRequired[pulumi.Input[int]]
|
@@ -28,9 +28,9 @@ class DataAccessLabelArgs:
|
|
28
28
|
"""
|
29
29
|
The set of arguments for constructing a DataAccessLabel resource.
|
30
30
|
:param pulumi.Input[str] data_access_label_id: Required. The ID to use for the data access label, which will become the label's
|
31
|
-
display name and the final component of the label's resource name.
|
32
|
-
|
33
|
-
|
31
|
+
display name and the final component of the label's resource name. The
|
32
|
+
maximum number of characters should be 63. Regex pattern is as per AIP:
|
33
|
+
https://google.aip.dev/122#resource-id-segments
|
34
34
|
|
35
35
|
|
36
36
|
- - -
|
@@ -55,9 +55,9 @@ class DataAccessLabelArgs:
|
|
55
55
|
def data_access_label_id(self) -> pulumi.Input[str]:
|
56
56
|
"""
|
57
57
|
Required. The ID to use for the data access label, which will become the label's
|
58
|
-
display name and the final component of the label's resource name.
|
59
|
-
|
60
|
-
|
58
|
+
display name and the final component of the label's resource name. The
|
59
|
+
maximum number of characters should be 63. Regex pattern is as per AIP:
|
60
|
+
https://google.aip.dev/122#resource-id-segments
|
61
61
|
|
62
62
|
|
63
63
|
- - -
|
@@ -150,9 +150,9 @@ class _DataAccessLabelState:
|
|
150
150
|
:param pulumi.Input[str] author: Output only. The user who created the data access label.
|
151
151
|
:param pulumi.Input[str] create_time: Output only. The time at which the data access label was created.
|
152
152
|
:param pulumi.Input[str] data_access_label_id: Required. The ID to use for the data access label, which will become the label's
|
153
|
-
display name and the final component of the label's resource name.
|
154
|
-
|
155
|
-
|
153
|
+
display name and the final component of the label's resource name. The
|
154
|
+
maximum number of characters should be 63. Regex pattern is as per AIP:
|
155
|
+
https://google.aip.dev/122#resource-id-segments
|
156
156
|
|
157
157
|
|
158
158
|
- - -
|
@@ -223,9 +223,9 @@ class _DataAccessLabelState:
|
|
223
223
|
def data_access_label_id(self) -> Optional[pulumi.Input[str]]:
|
224
224
|
"""
|
225
225
|
Required. The ID to use for the data access label, which will become the label's
|
226
|
-
display name and the final component of the label's resource name.
|
227
|
-
|
228
|
-
|
226
|
+
display name and the final component of the label's resource name. The
|
227
|
+
maximum number of characters should be 63. Regex pattern is as per AIP:
|
228
|
+
https://google.aip.dev/122#resource-id-segments
|
229
229
|
|
230
230
|
|
231
231
|
- - -
|
@@ -404,9 +404,9 @@ class DataAccessLabel(pulumi.CustomResource):
|
|
404
404
|
:param str resource_name: The name of the resource.
|
405
405
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
406
406
|
:param pulumi.Input[str] data_access_label_id: Required. The ID to use for the data access label, which will become the label's
|
407
|
-
display name and the final component of the label's resource name.
|
408
|
-
|
409
|
-
|
407
|
+
display name and the final component of the label's resource name. The
|
408
|
+
maximum number of characters should be 63. Regex pattern is as per AIP:
|
409
|
+
https://google.aip.dev/122#resource-id-segments
|
410
410
|
|
411
411
|
|
412
412
|
- - -
|
@@ -546,9 +546,9 @@ class DataAccessLabel(pulumi.CustomResource):
|
|
546
546
|
:param pulumi.Input[str] author: Output only. The user who created the data access label.
|
547
547
|
:param pulumi.Input[str] create_time: Output only. The time at which the data access label was created.
|
548
548
|
:param pulumi.Input[str] data_access_label_id: Required. The ID to use for the data access label, which will become the label's
|
549
|
-
display name and the final component of the label's resource name.
|
550
|
-
|
551
|
-
|
549
|
+
display name and the final component of the label's resource name. The
|
550
|
+
maximum number of characters should be 63. Regex pattern is as per AIP:
|
551
|
+
https://google.aip.dev/122#resource-id-segments
|
552
552
|
|
553
553
|
|
554
554
|
- - -
|
@@ -604,9 +604,9 @@ class DataAccessLabel(pulumi.CustomResource):
|
|
604
604
|
def data_access_label_id(self) -> pulumi.Output[str]:
|
605
605
|
"""
|
606
606
|
Required. The ID to use for the data access label, which will become the label's
|
607
|
-
display name and the final component of the label's resource name.
|
608
|
-
|
609
|
-
|
607
|
+
display name and the final component of the label's resource name. The
|
608
|
+
maximum number of characters should be 63. Regex pattern is as per AIP:
|
609
|
+
https://google.aip.dev/122#resource-id-segments
|
610
610
|
|
611
611
|
|
612
612
|
- - -
|