cdktf-cdktf-provider-newrelic 13.6.2__py3-none-any.whl → 13.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.
- cdktf_cdktf_provider_newrelic/__init__.py +5 -3
- cdktf_cdktf_provider_newrelic/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_newrelic/account_management/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/alert_channel/__init__.py +83 -83
- cdktf_cdktf_provider_newrelic/alert_condition/__init__.py +56 -56
- cdktf_cdktf_provider_newrelic/alert_muting_rule/__init__.py +61 -61
- cdktf_cdktf_provider_newrelic/alert_policy/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/alert_policy_channel/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/api_access_key/__init__.py +25 -25
- cdktf_cdktf_provider_newrelic/application_settings/__init__.py +65 -65
- cdktf_cdktf_provider_newrelic/browser_application/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/cloud_aws_govcloud_integrations/__init__.py +325 -325
- cdktf_cdktf_provider_newrelic/cloud_aws_govcloud_link_account/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/cloud_aws_integrations/__init__.py +688 -688
- cdktf_cdktf_provider_newrelic/cloud_aws_link_account/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/cloud_azure_integrations/__init__.py +313 -313
- cdktf_cdktf_provider_newrelic/cloud_azure_link_account/__init__.py +25 -25
- cdktf_cdktf_provider_newrelic/cloud_gcp_integrations/__init__.py +181 -181
- cdktf_cdktf_provider_newrelic/cloud_gcp_link_account/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/cloud_oci_link_account/__init__.py +1029 -0
- cdktf_cdktf_provider_newrelic/data_newrelic_account/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_alert_channel/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_newrelic_alert_policy/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_application/__init__.py +10 -10
- cdktf_cdktf_provider_newrelic/data_newrelic_authentication_domain/__init__.py +7 -7
- cdktf_cdktf_provider_newrelic/data_newrelic_cloud_account/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_entity/__init__.py +35 -35
- cdktf_cdktf_provider_newrelic/data_newrelic_group/__init__.py +10 -10
- cdktf_cdktf_provider_newrelic/data_newrelic_key_transaction/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_notification_destination/__init__.py +18 -18
- cdktf_cdktf_provider_newrelic/data_newrelic_obfuscation_expression/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_newrelic_service_level_alert_helper/__init__.py +28 -28
- cdktf_cdktf_provider_newrelic/data_newrelic_synthetics_private_location/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_synthetics_secure_credential/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_newrelic_test_grok_pattern/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_user/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_partition_rule/__init__.py +31 -31
- cdktf_cdktf_provider_newrelic/entity_tags/__init__.py +23 -23
- cdktf_cdktf_provider_newrelic/events_to_metrics_rule/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/group/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/infra_alert_condition/__init__.py +70 -70
- cdktf_cdktf_provider_newrelic/insights_event/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/key_transaction/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/log_parsing_rule/__init__.py +31 -31
- cdktf_cdktf_provider_newrelic/monitor_downtime/__init__.py +55 -55
- cdktf_cdktf_provider_newrelic/notification_channel/__init__.py +45 -45
- cdktf_cdktf_provider_newrelic/notification_destination/__init__.py +73 -73
- cdktf_cdktf_provider_newrelic/nrql_alert_condition/__init__.py +193 -193
- cdktf_cdktf_provider_newrelic/nrql_drop_rule/__init__.py +25 -25
- cdktf_cdktf_provider_newrelic/obfuscation_expression/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/obfuscation_rule/__init__.py +31 -31
- cdktf_cdktf_provider_newrelic/one_dashboard/__init__.py +1224 -1224
- cdktf_cdktf_provider_newrelic/one_dashboard_json/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/one_dashboard_raw/__init__.py +44 -44
- cdktf_cdktf_provider_newrelic/pipeline_cloud_rule/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/provider/__init__.py +46 -46
- cdktf_cdktf_provider_newrelic/service_level/__init__.py +109 -109
- cdktf_cdktf_provider_newrelic/synthetics_alert_condition/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/synthetics_broken_links_monitor/__init__.py +44 -44
- cdktf_cdktf_provider_newrelic/synthetics_cert_check_monitor/__init__.py +47 -47
- cdktf_cdktf_provider_newrelic/synthetics_monitor/__init__.py +84 -84
- cdktf_cdktf_provider_newrelic/synthetics_multilocation_alert_condition/__init__.py +37 -37
- cdktf_cdktf_provider_newrelic/synthetics_private_location/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/synthetics_script_monitor/__init__.py +69 -69
- cdktf_cdktf_provider_newrelic/synthetics_secure_credential/__init__.py +28 -28
- cdktf_cdktf_provider_newrelic/synthetics_step_monitor/__init__.py +63 -63
- cdktf_cdktf_provider_newrelic/user/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/workflow/__init__.py +64 -64
- cdktf_cdktf_provider_newrelic/workload/__init__.py +86 -86
- {cdktf_cdktf_provider_newrelic-13.6.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.0.dist-info}/METADATA +4 -4
- cdktf_cdktf_provider_newrelic-13.7.0.dist-info/RECORD +76 -0
- cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.6.2.jsii.tgz +0 -0
- cdktf_cdktf_provider_newrelic-13.6.2.dist-info/RECORD +0 -75
- {cdktf_cdktf_provider_newrelic-13.6.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_newrelic-13.6.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_newrelic-13.6.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1029 @@
|
|
1
|
+
r'''
|
2
|
+
# `newrelic_cloud_oci_link_account`
|
3
|
+
|
4
|
+
Refer to the Terraform Registry for docs: [`newrelic_cloud_oci_link_account`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account).
|
5
|
+
'''
|
6
|
+
from pkgutil import extend_path
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
8
|
+
|
9
|
+
import abc
|
10
|
+
import builtins
|
11
|
+
import datetime
|
12
|
+
import enum
|
13
|
+
import typing
|
14
|
+
|
15
|
+
import jsii
|
16
|
+
import publication
|
17
|
+
import typing_extensions
|
18
|
+
|
19
|
+
import typeguard
|
20
|
+
from importlib.metadata import version as _metadata_package_version
|
21
|
+
TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
|
22
|
+
|
23
|
+
def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
|
24
|
+
if TYPEGUARD_MAJOR_VERSION <= 2:
|
25
|
+
return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
|
26
|
+
else:
|
27
|
+
if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
|
28
|
+
pass
|
29
|
+
else:
|
30
|
+
if TYPEGUARD_MAJOR_VERSION == 3:
|
31
|
+
typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
|
32
|
+
typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
|
33
|
+
else:
|
34
|
+
typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
|
35
|
+
|
36
|
+
from .._jsii import *
|
37
|
+
|
38
|
+
import cdktf as _cdktf_9a9027ec
|
39
|
+
import constructs as _constructs_77d1e7e8
|
40
|
+
|
41
|
+
|
42
|
+
class CloudOciLinkAccount(
|
43
|
+
_cdktf_9a9027ec.TerraformResource,
|
44
|
+
metaclass=jsii.JSIIMeta,
|
45
|
+
jsii_type="@cdktf/provider-newrelic.cloudOciLinkAccount.CloudOciLinkAccount",
|
46
|
+
):
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account newrelic_cloud_oci_link_account}.'''
|
48
|
+
|
49
|
+
def __init__(
|
50
|
+
self,
|
51
|
+
scope: _constructs_77d1e7e8.Construct,
|
52
|
+
id_: builtins.str,
|
53
|
+
*,
|
54
|
+
compartment_ocid: builtins.str,
|
55
|
+
name: builtins.str,
|
56
|
+
oci_client_id: builtins.str,
|
57
|
+
oci_client_secret: builtins.str,
|
58
|
+
oci_domain_url: builtins.str,
|
59
|
+
oci_home_region: builtins.str,
|
60
|
+
oci_svc_user_name: builtins.str,
|
61
|
+
tenant_id: builtins.str,
|
62
|
+
account_id: typing.Optional[jsii.Number] = None,
|
63
|
+
id: typing.Optional[builtins.str] = None,
|
64
|
+
ingest_vault_ocid: typing.Optional[builtins.str] = None,
|
65
|
+
instrumentation_type: typing.Optional[builtins.str] = None,
|
66
|
+
logging_stack_ocid: typing.Optional[builtins.str] = None,
|
67
|
+
metric_stack_ocid: typing.Optional[builtins.str] = None,
|
68
|
+
oci_region: typing.Optional[builtins.str] = None,
|
69
|
+
user_vault_ocid: typing.Optional[builtins.str] = None,
|
70
|
+
connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
|
71
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
72
|
+
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
73
|
+
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
74
|
+
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
75
|
+
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
76
|
+
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
77
|
+
) -> None:
|
78
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account newrelic_cloud_oci_link_account} Resource.
|
79
|
+
|
80
|
+
:param scope: The scope in which to define this construct.
|
81
|
+
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
82
|
+
:param compartment_ocid: The New Relic compartment OCID in OCI. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#compartment_ocid CloudOciLinkAccount#compartment_ocid}
|
83
|
+
:param name: The linked account name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#name CloudOciLinkAccount#name}
|
84
|
+
:param oci_client_id: The client ID for OCI WIF. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#oci_client_id CloudOciLinkAccount#oci_client_id}
|
85
|
+
:param oci_client_secret: The client secret for OCI WIF. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#oci_client_secret CloudOciLinkAccount#oci_client_secret}
|
86
|
+
:param oci_domain_url: The OCI domain URL for WIF. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#oci_domain_url CloudOciLinkAccount#oci_domain_url}
|
87
|
+
:param oci_home_region: The home region of the tenancy. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#oci_home_region CloudOciLinkAccount#oci_home_region}
|
88
|
+
:param oci_svc_user_name: The service user name for OCI WIF. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#oci_svc_user_name CloudOciLinkAccount#oci_svc_user_name}
|
89
|
+
:param tenant_id: The OCI tenant identifier. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#tenant_id CloudOciLinkAccount#tenant_id}
|
90
|
+
:param account_id: The New Relic account ID where you want to link the OCI account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#account_id CloudOciLinkAccount#account_id}
|
91
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#id CloudOciLinkAccount#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
92
|
+
:param ingest_vault_ocid: The OCI ingest secret OCID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#ingest_vault_ocid CloudOciLinkAccount#ingest_vault_ocid}
|
93
|
+
:param instrumentation_type: Specifies the type of integration, such as metrics, logs, or a combination of logs and metrics. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#instrumentation_type CloudOciLinkAccount#instrumentation_type}
|
94
|
+
:param logging_stack_ocid: The Logging stack identifier for the OCI account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#logging_stack_ocid CloudOciLinkAccount#logging_stack_ocid}
|
95
|
+
:param metric_stack_ocid: The metric stack identifier for the OCI account. This field is only used for updates, not during initial creation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#metric_stack_ocid CloudOciLinkAccount#metric_stack_ocid}
|
96
|
+
:param oci_region: The OCI region for the account. This field is only used for updates, not during initial creation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#oci_region CloudOciLinkAccount#oci_region}
|
97
|
+
:param user_vault_ocid: The user secret OCID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#user_vault_ocid CloudOciLinkAccount#user_vault_ocid}
|
98
|
+
:param connection:
|
99
|
+
:param count:
|
100
|
+
:param depends_on:
|
101
|
+
:param for_each:
|
102
|
+
:param lifecycle:
|
103
|
+
:param provider:
|
104
|
+
:param provisioners:
|
105
|
+
'''
|
106
|
+
if __debug__:
|
107
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e35045cf23b7bc410068a73a618526a21dbabc5cf504c4ac087ec53c80fe2645)
|
108
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
109
|
+
check_type(argname="argument id_", value=id_, expected_type=type_hints["id_"])
|
110
|
+
config = CloudOciLinkAccountConfig(
|
111
|
+
compartment_ocid=compartment_ocid,
|
112
|
+
name=name,
|
113
|
+
oci_client_id=oci_client_id,
|
114
|
+
oci_client_secret=oci_client_secret,
|
115
|
+
oci_domain_url=oci_domain_url,
|
116
|
+
oci_home_region=oci_home_region,
|
117
|
+
oci_svc_user_name=oci_svc_user_name,
|
118
|
+
tenant_id=tenant_id,
|
119
|
+
account_id=account_id,
|
120
|
+
id=id,
|
121
|
+
ingest_vault_ocid=ingest_vault_ocid,
|
122
|
+
instrumentation_type=instrumentation_type,
|
123
|
+
logging_stack_ocid=logging_stack_ocid,
|
124
|
+
metric_stack_ocid=metric_stack_ocid,
|
125
|
+
oci_region=oci_region,
|
126
|
+
user_vault_ocid=user_vault_ocid,
|
127
|
+
connection=connection,
|
128
|
+
count=count,
|
129
|
+
depends_on=depends_on,
|
130
|
+
for_each=for_each,
|
131
|
+
lifecycle=lifecycle,
|
132
|
+
provider=provider,
|
133
|
+
provisioners=provisioners,
|
134
|
+
)
|
135
|
+
|
136
|
+
jsii.create(self.__class__, self, [scope, id_, config])
|
137
|
+
|
138
|
+
@jsii.member(jsii_name="generateConfigForImport")
|
139
|
+
@builtins.classmethod
|
140
|
+
def generate_config_for_import(
|
141
|
+
cls,
|
142
|
+
scope: _constructs_77d1e7e8.Construct,
|
143
|
+
import_to_id: builtins.str,
|
144
|
+
import_from_id: builtins.str,
|
145
|
+
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
146
|
+
) -> _cdktf_9a9027ec.ImportableResource:
|
147
|
+
'''Generates CDKTF code for importing a CloudOciLinkAccount resource upon running "cdktf plan ".
|
148
|
+
|
149
|
+
:param scope: The scope in which to define this construct.
|
150
|
+
:param import_to_id: The construct id used in the generated config for the CloudOciLinkAccount to import.
|
151
|
+
:param import_from_id: The id of the existing CloudOciLinkAccount that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#import import section} in the documentation of this resource for the id to use
|
152
|
+
:param provider: ? Optional instance of the provider where the CloudOciLinkAccount to import is found.
|
153
|
+
'''
|
154
|
+
if __debug__:
|
155
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d34c1de95baf7e6a99967fca6a34b4f9b5e6ce7d402e7f03514722640d98b9e8)
|
156
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
157
|
+
check_type(argname="argument import_to_id", value=import_to_id, expected_type=type_hints["import_to_id"])
|
158
|
+
check_type(argname="argument import_from_id", value=import_from_id, expected_type=type_hints["import_from_id"])
|
159
|
+
check_type(argname="argument provider", value=provider, expected_type=type_hints["provider"])
|
160
|
+
return typing.cast(_cdktf_9a9027ec.ImportableResource, jsii.sinvoke(cls, "generateConfigForImport", [scope, import_to_id, import_from_id, provider]))
|
161
|
+
|
162
|
+
@jsii.member(jsii_name="resetAccountId")
|
163
|
+
def reset_account_id(self) -> None:
|
164
|
+
return typing.cast(None, jsii.invoke(self, "resetAccountId", []))
|
165
|
+
|
166
|
+
@jsii.member(jsii_name="resetId")
|
167
|
+
def reset_id(self) -> None:
|
168
|
+
return typing.cast(None, jsii.invoke(self, "resetId", []))
|
169
|
+
|
170
|
+
@jsii.member(jsii_name="resetIngestVaultOcid")
|
171
|
+
def reset_ingest_vault_ocid(self) -> None:
|
172
|
+
return typing.cast(None, jsii.invoke(self, "resetIngestVaultOcid", []))
|
173
|
+
|
174
|
+
@jsii.member(jsii_name="resetInstrumentationType")
|
175
|
+
def reset_instrumentation_type(self) -> None:
|
176
|
+
return typing.cast(None, jsii.invoke(self, "resetInstrumentationType", []))
|
177
|
+
|
178
|
+
@jsii.member(jsii_name="resetLoggingStackOcid")
|
179
|
+
def reset_logging_stack_ocid(self) -> None:
|
180
|
+
return typing.cast(None, jsii.invoke(self, "resetLoggingStackOcid", []))
|
181
|
+
|
182
|
+
@jsii.member(jsii_name="resetMetricStackOcid")
|
183
|
+
def reset_metric_stack_ocid(self) -> None:
|
184
|
+
return typing.cast(None, jsii.invoke(self, "resetMetricStackOcid", []))
|
185
|
+
|
186
|
+
@jsii.member(jsii_name="resetOciRegion")
|
187
|
+
def reset_oci_region(self) -> None:
|
188
|
+
return typing.cast(None, jsii.invoke(self, "resetOciRegion", []))
|
189
|
+
|
190
|
+
@jsii.member(jsii_name="resetUserVaultOcid")
|
191
|
+
def reset_user_vault_ocid(self) -> None:
|
192
|
+
return typing.cast(None, jsii.invoke(self, "resetUserVaultOcid", []))
|
193
|
+
|
194
|
+
@jsii.member(jsii_name="synthesizeAttributes")
|
195
|
+
def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
196
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
|
197
|
+
|
198
|
+
@jsii.member(jsii_name="synthesizeHclAttributes")
|
199
|
+
def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
200
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
|
201
|
+
|
202
|
+
@jsii.python.classproperty
|
203
|
+
@jsii.member(jsii_name="tfResourceType")
|
204
|
+
def TF_RESOURCE_TYPE(cls) -> builtins.str:
|
205
|
+
return typing.cast(builtins.str, jsii.sget(cls, "tfResourceType"))
|
206
|
+
|
207
|
+
@builtins.property
|
208
|
+
@jsii.member(jsii_name="accountIdInput")
|
209
|
+
def account_id_input(self) -> typing.Optional[jsii.Number]:
|
210
|
+
return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "accountIdInput"))
|
211
|
+
|
212
|
+
@builtins.property
|
213
|
+
@jsii.member(jsii_name="compartmentOcidInput")
|
214
|
+
def compartment_ocid_input(self) -> typing.Optional[builtins.str]:
|
215
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "compartmentOcidInput"))
|
216
|
+
|
217
|
+
@builtins.property
|
218
|
+
@jsii.member(jsii_name="idInput")
|
219
|
+
def id_input(self) -> typing.Optional[builtins.str]:
|
220
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "idInput"))
|
221
|
+
|
222
|
+
@builtins.property
|
223
|
+
@jsii.member(jsii_name="ingestVaultOcidInput")
|
224
|
+
def ingest_vault_ocid_input(self) -> typing.Optional[builtins.str]:
|
225
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "ingestVaultOcidInput"))
|
226
|
+
|
227
|
+
@builtins.property
|
228
|
+
@jsii.member(jsii_name="instrumentationTypeInput")
|
229
|
+
def instrumentation_type_input(self) -> typing.Optional[builtins.str]:
|
230
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "instrumentationTypeInput"))
|
231
|
+
|
232
|
+
@builtins.property
|
233
|
+
@jsii.member(jsii_name="loggingStackOcidInput")
|
234
|
+
def logging_stack_ocid_input(self) -> typing.Optional[builtins.str]:
|
235
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "loggingStackOcidInput"))
|
236
|
+
|
237
|
+
@builtins.property
|
238
|
+
@jsii.member(jsii_name="metricStackOcidInput")
|
239
|
+
def metric_stack_ocid_input(self) -> typing.Optional[builtins.str]:
|
240
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "metricStackOcidInput"))
|
241
|
+
|
242
|
+
@builtins.property
|
243
|
+
@jsii.member(jsii_name="nameInput")
|
244
|
+
def name_input(self) -> typing.Optional[builtins.str]:
|
245
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "nameInput"))
|
246
|
+
|
247
|
+
@builtins.property
|
248
|
+
@jsii.member(jsii_name="ociClientIdInput")
|
249
|
+
def oci_client_id_input(self) -> typing.Optional[builtins.str]:
|
250
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "ociClientIdInput"))
|
251
|
+
|
252
|
+
@builtins.property
|
253
|
+
@jsii.member(jsii_name="ociClientSecretInput")
|
254
|
+
def oci_client_secret_input(self) -> typing.Optional[builtins.str]:
|
255
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "ociClientSecretInput"))
|
256
|
+
|
257
|
+
@builtins.property
|
258
|
+
@jsii.member(jsii_name="ociDomainUrlInput")
|
259
|
+
def oci_domain_url_input(self) -> typing.Optional[builtins.str]:
|
260
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "ociDomainUrlInput"))
|
261
|
+
|
262
|
+
@builtins.property
|
263
|
+
@jsii.member(jsii_name="ociHomeRegionInput")
|
264
|
+
def oci_home_region_input(self) -> typing.Optional[builtins.str]:
|
265
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "ociHomeRegionInput"))
|
266
|
+
|
267
|
+
@builtins.property
|
268
|
+
@jsii.member(jsii_name="ociRegionInput")
|
269
|
+
def oci_region_input(self) -> typing.Optional[builtins.str]:
|
270
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "ociRegionInput"))
|
271
|
+
|
272
|
+
@builtins.property
|
273
|
+
@jsii.member(jsii_name="ociSvcUserNameInput")
|
274
|
+
def oci_svc_user_name_input(self) -> typing.Optional[builtins.str]:
|
275
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "ociSvcUserNameInput"))
|
276
|
+
|
277
|
+
@builtins.property
|
278
|
+
@jsii.member(jsii_name="tenantIdInput")
|
279
|
+
def tenant_id_input(self) -> typing.Optional[builtins.str]:
|
280
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "tenantIdInput"))
|
281
|
+
|
282
|
+
@builtins.property
|
283
|
+
@jsii.member(jsii_name="userVaultOcidInput")
|
284
|
+
def user_vault_ocid_input(self) -> typing.Optional[builtins.str]:
|
285
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "userVaultOcidInput"))
|
286
|
+
|
287
|
+
@builtins.property
|
288
|
+
@jsii.member(jsii_name="accountId")
|
289
|
+
def account_id(self) -> jsii.Number:
|
290
|
+
return typing.cast(jsii.Number, jsii.get(self, "accountId"))
|
291
|
+
|
292
|
+
@account_id.setter
|
293
|
+
def account_id(self, value: jsii.Number) -> None:
|
294
|
+
if __debug__:
|
295
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1839c4a1b8f26c213bca79827b33c1050297749c8fbd5f717e704d85a7edca99)
|
296
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
297
|
+
jsii.set(self, "accountId", value) # pyright: ignore[reportArgumentType]
|
298
|
+
|
299
|
+
@builtins.property
|
300
|
+
@jsii.member(jsii_name="compartmentOcid")
|
301
|
+
def compartment_ocid(self) -> builtins.str:
|
302
|
+
return typing.cast(builtins.str, jsii.get(self, "compartmentOcid"))
|
303
|
+
|
304
|
+
@compartment_ocid.setter
|
305
|
+
def compartment_ocid(self, value: builtins.str) -> None:
|
306
|
+
if __debug__:
|
307
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9ee1f0f19bb7f8e4ef6103fa51fca7b2714a65aa1c1262e58490f42cd4f8d639)
|
308
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
309
|
+
jsii.set(self, "compartmentOcid", value) # pyright: ignore[reportArgumentType]
|
310
|
+
|
311
|
+
@builtins.property
|
312
|
+
@jsii.member(jsii_name="id")
|
313
|
+
def id(self) -> builtins.str:
|
314
|
+
return typing.cast(builtins.str, jsii.get(self, "id"))
|
315
|
+
|
316
|
+
@id.setter
|
317
|
+
def id(self, value: builtins.str) -> None:
|
318
|
+
if __debug__:
|
319
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3586ecbad78f822bd51e9eb1e589dc5b4a2e97c71597dfda0930c6ba25c6e6b8)
|
320
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
321
|
+
jsii.set(self, "id", value) # pyright: ignore[reportArgumentType]
|
322
|
+
|
323
|
+
@builtins.property
|
324
|
+
@jsii.member(jsii_name="ingestVaultOcid")
|
325
|
+
def ingest_vault_ocid(self) -> builtins.str:
|
326
|
+
return typing.cast(builtins.str, jsii.get(self, "ingestVaultOcid"))
|
327
|
+
|
328
|
+
@ingest_vault_ocid.setter
|
329
|
+
def ingest_vault_ocid(self, value: builtins.str) -> None:
|
330
|
+
if __debug__:
|
331
|
+
type_hints = typing.get_type_hints(_typecheckingstub__557a6cdcee825238db0efe6fc2f7fd2225b792c8297ac64c2ba85cc8b8427de6)
|
332
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
333
|
+
jsii.set(self, "ingestVaultOcid", value) # pyright: ignore[reportArgumentType]
|
334
|
+
|
335
|
+
@builtins.property
|
336
|
+
@jsii.member(jsii_name="instrumentationType")
|
337
|
+
def instrumentation_type(self) -> builtins.str:
|
338
|
+
return typing.cast(builtins.str, jsii.get(self, "instrumentationType"))
|
339
|
+
|
340
|
+
@instrumentation_type.setter
|
341
|
+
def instrumentation_type(self, value: builtins.str) -> None:
|
342
|
+
if __debug__:
|
343
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ec11c63d650d32e5a9d3c644ae0f0f229ab0b91a14b6d612cbedb85ff3c012aa)
|
344
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
345
|
+
jsii.set(self, "instrumentationType", value) # pyright: ignore[reportArgumentType]
|
346
|
+
|
347
|
+
@builtins.property
|
348
|
+
@jsii.member(jsii_name="loggingStackOcid")
|
349
|
+
def logging_stack_ocid(self) -> builtins.str:
|
350
|
+
return typing.cast(builtins.str, jsii.get(self, "loggingStackOcid"))
|
351
|
+
|
352
|
+
@logging_stack_ocid.setter
|
353
|
+
def logging_stack_ocid(self, value: builtins.str) -> None:
|
354
|
+
if __debug__:
|
355
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b50ffcf645c9fd4d7aa5b770b5d050cd2791bd2eb8375b90456aac154f398f58)
|
356
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
357
|
+
jsii.set(self, "loggingStackOcid", value) # pyright: ignore[reportArgumentType]
|
358
|
+
|
359
|
+
@builtins.property
|
360
|
+
@jsii.member(jsii_name="metricStackOcid")
|
361
|
+
def metric_stack_ocid(self) -> builtins.str:
|
362
|
+
return typing.cast(builtins.str, jsii.get(self, "metricStackOcid"))
|
363
|
+
|
364
|
+
@metric_stack_ocid.setter
|
365
|
+
def metric_stack_ocid(self, value: builtins.str) -> None:
|
366
|
+
if __debug__:
|
367
|
+
type_hints = typing.get_type_hints(_typecheckingstub__45db1b82cbbdd8166737ae12e3c07a5dca69b89e224b175f32fb100b768848cf)
|
368
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
369
|
+
jsii.set(self, "metricStackOcid", value) # pyright: ignore[reportArgumentType]
|
370
|
+
|
371
|
+
@builtins.property
|
372
|
+
@jsii.member(jsii_name="name")
|
373
|
+
def name(self) -> builtins.str:
|
374
|
+
return typing.cast(builtins.str, jsii.get(self, "name"))
|
375
|
+
|
376
|
+
@name.setter
|
377
|
+
def name(self, value: builtins.str) -> None:
|
378
|
+
if __debug__:
|
379
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e8fc8ffa1a2db18118204a9717269ea974d23b4ae1a0f4083a1cd651220815be)
|
380
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
381
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
382
|
+
|
383
|
+
@builtins.property
|
384
|
+
@jsii.member(jsii_name="ociClientId")
|
385
|
+
def oci_client_id(self) -> builtins.str:
|
386
|
+
return typing.cast(builtins.str, jsii.get(self, "ociClientId"))
|
387
|
+
|
388
|
+
@oci_client_id.setter
|
389
|
+
def oci_client_id(self, value: builtins.str) -> None:
|
390
|
+
if __debug__:
|
391
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b357d0c8b50d226155715a46fda0130224902dfd191c05bd5f98c776310ba52b)
|
392
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
393
|
+
jsii.set(self, "ociClientId", value) # pyright: ignore[reportArgumentType]
|
394
|
+
|
395
|
+
@builtins.property
|
396
|
+
@jsii.member(jsii_name="ociClientSecret")
|
397
|
+
def oci_client_secret(self) -> builtins.str:
|
398
|
+
return typing.cast(builtins.str, jsii.get(self, "ociClientSecret"))
|
399
|
+
|
400
|
+
@oci_client_secret.setter
|
401
|
+
def oci_client_secret(self, value: builtins.str) -> None:
|
402
|
+
if __debug__:
|
403
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ee4b21f9bf2ed23011acfc67c2657489c6198c83147f1f58fef2334666da625c)
|
404
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
405
|
+
jsii.set(self, "ociClientSecret", value) # pyright: ignore[reportArgumentType]
|
406
|
+
|
407
|
+
@builtins.property
|
408
|
+
@jsii.member(jsii_name="ociDomainUrl")
|
409
|
+
def oci_domain_url(self) -> builtins.str:
|
410
|
+
return typing.cast(builtins.str, jsii.get(self, "ociDomainUrl"))
|
411
|
+
|
412
|
+
@oci_domain_url.setter
|
413
|
+
def oci_domain_url(self, value: builtins.str) -> None:
|
414
|
+
if __debug__:
|
415
|
+
type_hints = typing.get_type_hints(_typecheckingstub__35d86cca073669f63b2cf131675dca3792b155f0921dd4b3a92a7dde564b062c)
|
416
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
417
|
+
jsii.set(self, "ociDomainUrl", value) # pyright: ignore[reportArgumentType]
|
418
|
+
|
419
|
+
@builtins.property
|
420
|
+
@jsii.member(jsii_name="ociHomeRegion")
|
421
|
+
def oci_home_region(self) -> builtins.str:
|
422
|
+
return typing.cast(builtins.str, jsii.get(self, "ociHomeRegion"))
|
423
|
+
|
424
|
+
@oci_home_region.setter
|
425
|
+
def oci_home_region(self, value: builtins.str) -> None:
|
426
|
+
if __debug__:
|
427
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f883428d0bdcd38e42661af6eebd9180b898a320983a3b45cb69a5b7ce33c19f)
|
428
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
429
|
+
jsii.set(self, "ociHomeRegion", value) # pyright: ignore[reportArgumentType]
|
430
|
+
|
431
|
+
@builtins.property
|
432
|
+
@jsii.member(jsii_name="ociRegion")
|
433
|
+
def oci_region(self) -> builtins.str:
|
434
|
+
return typing.cast(builtins.str, jsii.get(self, "ociRegion"))
|
435
|
+
|
436
|
+
@oci_region.setter
|
437
|
+
def oci_region(self, value: builtins.str) -> None:
|
438
|
+
if __debug__:
|
439
|
+
type_hints = typing.get_type_hints(_typecheckingstub__50e892b2be64713231d86eb61de38317cbfdc0da00439254dc4770267f2d7754)
|
440
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
441
|
+
jsii.set(self, "ociRegion", value) # pyright: ignore[reportArgumentType]
|
442
|
+
|
443
|
+
@builtins.property
|
444
|
+
@jsii.member(jsii_name="ociSvcUserName")
|
445
|
+
def oci_svc_user_name(self) -> builtins.str:
|
446
|
+
return typing.cast(builtins.str, jsii.get(self, "ociSvcUserName"))
|
447
|
+
|
448
|
+
@oci_svc_user_name.setter
|
449
|
+
def oci_svc_user_name(self, value: builtins.str) -> None:
|
450
|
+
if __debug__:
|
451
|
+
type_hints = typing.get_type_hints(_typecheckingstub__28a3201b2cf12e50bb4669bafe615abc5dfcc53a138acb1abfb9467851d4a01d)
|
452
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
453
|
+
jsii.set(self, "ociSvcUserName", value) # pyright: ignore[reportArgumentType]
|
454
|
+
|
455
|
+
@builtins.property
|
456
|
+
@jsii.member(jsii_name="tenantId")
|
457
|
+
def tenant_id(self) -> builtins.str:
|
458
|
+
return typing.cast(builtins.str, jsii.get(self, "tenantId"))
|
459
|
+
|
460
|
+
@tenant_id.setter
|
461
|
+
def tenant_id(self, value: builtins.str) -> None:
|
462
|
+
if __debug__:
|
463
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d726e6eba63f0fd3946437b4b6cb60e06ad86b83fcce08136e9f800cf58c8be6)
|
464
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
465
|
+
jsii.set(self, "tenantId", value) # pyright: ignore[reportArgumentType]
|
466
|
+
|
467
|
+
@builtins.property
|
468
|
+
@jsii.member(jsii_name="userVaultOcid")
|
469
|
+
def user_vault_ocid(self) -> builtins.str:
|
470
|
+
return typing.cast(builtins.str, jsii.get(self, "userVaultOcid"))
|
471
|
+
|
472
|
+
@user_vault_ocid.setter
|
473
|
+
def user_vault_ocid(self, value: builtins.str) -> None:
|
474
|
+
if __debug__:
|
475
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ddee461f588a842a205a04c0871a669b4546f350cdad0fdec410a2935a09c23e)
|
476
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
477
|
+
jsii.set(self, "userVaultOcid", value) # pyright: ignore[reportArgumentType]
|
478
|
+
|
479
|
+
|
480
|
+
@jsii.data_type(
|
481
|
+
jsii_type="@cdktf/provider-newrelic.cloudOciLinkAccount.CloudOciLinkAccountConfig",
|
482
|
+
jsii_struct_bases=[_cdktf_9a9027ec.TerraformMetaArguments],
|
483
|
+
name_mapping={
|
484
|
+
"connection": "connection",
|
485
|
+
"count": "count",
|
486
|
+
"depends_on": "dependsOn",
|
487
|
+
"for_each": "forEach",
|
488
|
+
"lifecycle": "lifecycle",
|
489
|
+
"provider": "provider",
|
490
|
+
"provisioners": "provisioners",
|
491
|
+
"compartment_ocid": "compartmentOcid",
|
492
|
+
"name": "name",
|
493
|
+
"oci_client_id": "ociClientId",
|
494
|
+
"oci_client_secret": "ociClientSecret",
|
495
|
+
"oci_domain_url": "ociDomainUrl",
|
496
|
+
"oci_home_region": "ociHomeRegion",
|
497
|
+
"oci_svc_user_name": "ociSvcUserName",
|
498
|
+
"tenant_id": "tenantId",
|
499
|
+
"account_id": "accountId",
|
500
|
+
"id": "id",
|
501
|
+
"ingest_vault_ocid": "ingestVaultOcid",
|
502
|
+
"instrumentation_type": "instrumentationType",
|
503
|
+
"logging_stack_ocid": "loggingStackOcid",
|
504
|
+
"metric_stack_ocid": "metricStackOcid",
|
505
|
+
"oci_region": "ociRegion",
|
506
|
+
"user_vault_ocid": "userVaultOcid",
|
507
|
+
},
|
508
|
+
)
|
509
|
+
class CloudOciLinkAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
510
|
+
def __init__(
|
511
|
+
self,
|
512
|
+
*,
|
513
|
+
connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
|
514
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
515
|
+
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
516
|
+
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
517
|
+
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
518
|
+
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
519
|
+
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
520
|
+
compartment_ocid: builtins.str,
|
521
|
+
name: builtins.str,
|
522
|
+
oci_client_id: builtins.str,
|
523
|
+
oci_client_secret: builtins.str,
|
524
|
+
oci_domain_url: builtins.str,
|
525
|
+
oci_home_region: builtins.str,
|
526
|
+
oci_svc_user_name: builtins.str,
|
527
|
+
tenant_id: builtins.str,
|
528
|
+
account_id: typing.Optional[jsii.Number] = None,
|
529
|
+
id: typing.Optional[builtins.str] = None,
|
530
|
+
ingest_vault_ocid: typing.Optional[builtins.str] = None,
|
531
|
+
instrumentation_type: typing.Optional[builtins.str] = None,
|
532
|
+
logging_stack_ocid: typing.Optional[builtins.str] = None,
|
533
|
+
metric_stack_ocid: typing.Optional[builtins.str] = None,
|
534
|
+
oci_region: typing.Optional[builtins.str] = None,
|
535
|
+
user_vault_ocid: typing.Optional[builtins.str] = None,
|
536
|
+
) -> None:
|
537
|
+
'''
|
538
|
+
:param connection:
|
539
|
+
:param count:
|
540
|
+
:param depends_on:
|
541
|
+
:param for_each:
|
542
|
+
:param lifecycle:
|
543
|
+
:param provider:
|
544
|
+
:param provisioners:
|
545
|
+
:param compartment_ocid: The New Relic compartment OCID in OCI. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#compartment_ocid CloudOciLinkAccount#compartment_ocid}
|
546
|
+
:param name: The linked account name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#name CloudOciLinkAccount#name}
|
547
|
+
:param oci_client_id: The client ID for OCI WIF. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#oci_client_id CloudOciLinkAccount#oci_client_id}
|
548
|
+
:param oci_client_secret: The client secret for OCI WIF. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#oci_client_secret CloudOciLinkAccount#oci_client_secret}
|
549
|
+
:param oci_domain_url: The OCI domain URL for WIF. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#oci_domain_url CloudOciLinkAccount#oci_domain_url}
|
550
|
+
:param oci_home_region: The home region of the tenancy. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#oci_home_region CloudOciLinkAccount#oci_home_region}
|
551
|
+
:param oci_svc_user_name: The service user name for OCI WIF. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#oci_svc_user_name CloudOciLinkAccount#oci_svc_user_name}
|
552
|
+
:param tenant_id: The OCI tenant identifier. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#tenant_id CloudOciLinkAccount#tenant_id}
|
553
|
+
:param account_id: The New Relic account ID where you want to link the OCI account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#account_id CloudOciLinkAccount#account_id}
|
554
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#id CloudOciLinkAccount#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
555
|
+
:param ingest_vault_ocid: The OCI ingest secret OCID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#ingest_vault_ocid CloudOciLinkAccount#ingest_vault_ocid}
|
556
|
+
:param instrumentation_type: Specifies the type of integration, such as metrics, logs, or a combination of logs and metrics. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#instrumentation_type CloudOciLinkAccount#instrumentation_type}
|
557
|
+
:param logging_stack_ocid: The Logging stack identifier for the OCI account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#logging_stack_ocid CloudOciLinkAccount#logging_stack_ocid}
|
558
|
+
:param metric_stack_ocid: The metric stack identifier for the OCI account. This field is only used for updates, not during initial creation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#metric_stack_ocid CloudOciLinkAccount#metric_stack_ocid}
|
559
|
+
:param oci_region: The OCI region for the account. This field is only used for updates, not during initial creation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#oci_region CloudOciLinkAccount#oci_region}
|
560
|
+
:param user_vault_ocid: The user secret OCID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#user_vault_ocid CloudOciLinkAccount#user_vault_ocid}
|
561
|
+
'''
|
562
|
+
if isinstance(lifecycle, dict):
|
563
|
+
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
564
|
+
if __debug__:
|
565
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d2ec87092f841d6c041a8248d99192e1f8460862273d896eb89bdd1286bb7365)
|
566
|
+
check_type(argname="argument connection", value=connection, expected_type=type_hints["connection"])
|
567
|
+
check_type(argname="argument count", value=count, expected_type=type_hints["count"])
|
568
|
+
check_type(argname="argument depends_on", value=depends_on, expected_type=type_hints["depends_on"])
|
569
|
+
check_type(argname="argument for_each", value=for_each, expected_type=type_hints["for_each"])
|
570
|
+
check_type(argname="argument lifecycle", value=lifecycle, expected_type=type_hints["lifecycle"])
|
571
|
+
check_type(argname="argument provider", value=provider, expected_type=type_hints["provider"])
|
572
|
+
check_type(argname="argument provisioners", value=provisioners, expected_type=type_hints["provisioners"])
|
573
|
+
check_type(argname="argument compartment_ocid", value=compartment_ocid, expected_type=type_hints["compartment_ocid"])
|
574
|
+
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
575
|
+
check_type(argname="argument oci_client_id", value=oci_client_id, expected_type=type_hints["oci_client_id"])
|
576
|
+
check_type(argname="argument oci_client_secret", value=oci_client_secret, expected_type=type_hints["oci_client_secret"])
|
577
|
+
check_type(argname="argument oci_domain_url", value=oci_domain_url, expected_type=type_hints["oci_domain_url"])
|
578
|
+
check_type(argname="argument oci_home_region", value=oci_home_region, expected_type=type_hints["oci_home_region"])
|
579
|
+
check_type(argname="argument oci_svc_user_name", value=oci_svc_user_name, expected_type=type_hints["oci_svc_user_name"])
|
580
|
+
check_type(argname="argument tenant_id", value=tenant_id, expected_type=type_hints["tenant_id"])
|
581
|
+
check_type(argname="argument account_id", value=account_id, expected_type=type_hints["account_id"])
|
582
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
583
|
+
check_type(argname="argument ingest_vault_ocid", value=ingest_vault_ocid, expected_type=type_hints["ingest_vault_ocid"])
|
584
|
+
check_type(argname="argument instrumentation_type", value=instrumentation_type, expected_type=type_hints["instrumentation_type"])
|
585
|
+
check_type(argname="argument logging_stack_ocid", value=logging_stack_ocid, expected_type=type_hints["logging_stack_ocid"])
|
586
|
+
check_type(argname="argument metric_stack_ocid", value=metric_stack_ocid, expected_type=type_hints["metric_stack_ocid"])
|
587
|
+
check_type(argname="argument oci_region", value=oci_region, expected_type=type_hints["oci_region"])
|
588
|
+
check_type(argname="argument user_vault_ocid", value=user_vault_ocid, expected_type=type_hints["user_vault_ocid"])
|
589
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
590
|
+
"compartment_ocid": compartment_ocid,
|
591
|
+
"name": name,
|
592
|
+
"oci_client_id": oci_client_id,
|
593
|
+
"oci_client_secret": oci_client_secret,
|
594
|
+
"oci_domain_url": oci_domain_url,
|
595
|
+
"oci_home_region": oci_home_region,
|
596
|
+
"oci_svc_user_name": oci_svc_user_name,
|
597
|
+
"tenant_id": tenant_id,
|
598
|
+
}
|
599
|
+
if connection is not None:
|
600
|
+
self._values["connection"] = connection
|
601
|
+
if count is not None:
|
602
|
+
self._values["count"] = count
|
603
|
+
if depends_on is not None:
|
604
|
+
self._values["depends_on"] = depends_on
|
605
|
+
if for_each is not None:
|
606
|
+
self._values["for_each"] = for_each
|
607
|
+
if lifecycle is not None:
|
608
|
+
self._values["lifecycle"] = lifecycle
|
609
|
+
if provider is not None:
|
610
|
+
self._values["provider"] = provider
|
611
|
+
if provisioners is not None:
|
612
|
+
self._values["provisioners"] = provisioners
|
613
|
+
if account_id is not None:
|
614
|
+
self._values["account_id"] = account_id
|
615
|
+
if id is not None:
|
616
|
+
self._values["id"] = id
|
617
|
+
if ingest_vault_ocid is not None:
|
618
|
+
self._values["ingest_vault_ocid"] = ingest_vault_ocid
|
619
|
+
if instrumentation_type is not None:
|
620
|
+
self._values["instrumentation_type"] = instrumentation_type
|
621
|
+
if logging_stack_ocid is not None:
|
622
|
+
self._values["logging_stack_ocid"] = logging_stack_ocid
|
623
|
+
if metric_stack_ocid is not None:
|
624
|
+
self._values["metric_stack_ocid"] = metric_stack_ocid
|
625
|
+
if oci_region is not None:
|
626
|
+
self._values["oci_region"] = oci_region
|
627
|
+
if user_vault_ocid is not None:
|
628
|
+
self._values["user_vault_ocid"] = user_vault_ocid
|
629
|
+
|
630
|
+
@builtins.property
|
631
|
+
def connection(
|
632
|
+
self,
|
633
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, _cdktf_9a9027ec.WinrmProvisionerConnection]]:
|
634
|
+
'''
|
635
|
+
:stability: experimental
|
636
|
+
'''
|
637
|
+
result = self._values.get("connection")
|
638
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, _cdktf_9a9027ec.WinrmProvisionerConnection]], result)
|
639
|
+
|
640
|
+
@builtins.property
|
641
|
+
def count(
|
642
|
+
self,
|
643
|
+
) -> typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]]:
|
644
|
+
'''
|
645
|
+
:stability: experimental
|
646
|
+
'''
|
647
|
+
result = self._values.get("count")
|
648
|
+
return typing.cast(typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]], result)
|
649
|
+
|
650
|
+
@builtins.property
|
651
|
+
def depends_on(
|
652
|
+
self,
|
653
|
+
) -> typing.Optional[typing.List[_cdktf_9a9027ec.ITerraformDependable]]:
|
654
|
+
'''
|
655
|
+
:stability: experimental
|
656
|
+
'''
|
657
|
+
result = self._values.get("depends_on")
|
658
|
+
return typing.cast(typing.Optional[typing.List[_cdktf_9a9027ec.ITerraformDependable]], result)
|
659
|
+
|
660
|
+
@builtins.property
|
661
|
+
def for_each(self) -> typing.Optional[_cdktf_9a9027ec.ITerraformIterator]:
|
662
|
+
'''
|
663
|
+
:stability: experimental
|
664
|
+
'''
|
665
|
+
result = self._values.get("for_each")
|
666
|
+
return typing.cast(typing.Optional[_cdktf_9a9027ec.ITerraformIterator], result)
|
667
|
+
|
668
|
+
@builtins.property
|
669
|
+
def lifecycle(self) -> typing.Optional[_cdktf_9a9027ec.TerraformResourceLifecycle]:
|
670
|
+
'''
|
671
|
+
:stability: experimental
|
672
|
+
'''
|
673
|
+
result = self._values.get("lifecycle")
|
674
|
+
return typing.cast(typing.Optional[_cdktf_9a9027ec.TerraformResourceLifecycle], result)
|
675
|
+
|
676
|
+
@builtins.property
|
677
|
+
def provider(self) -> typing.Optional[_cdktf_9a9027ec.TerraformProvider]:
|
678
|
+
'''
|
679
|
+
:stability: experimental
|
680
|
+
'''
|
681
|
+
result = self._values.get("provider")
|
682
|
+
return typing.cast(typing.Optional[_cdktf_9a9027ec.TerraformProvider], result)
|
683
|
+
|
684
|
+
@builtins.property
|
685
|
+
def provisioners(
|
686
|
+
self,
|
687
|
+
) -> typing.Optional[typing.List[typing.Union[_cdktf_9a9027ec.FileProvisioner, _cdktf_9a9027ec.LocalExecProvisioner, _cdktf_9a9027ec.RemoteExecProvisioner]]]:
|
688
|
+
'''
|
689
|
+
:stability: experimental
|
690
|
+
'''
|
691
|
+
result = self._values.get("provisioners")
|
692
|
+
return typing.cast(typing.Optional[typing.List[typing.Union[_cdktf_9a9027ec.FileProvisioner, _cdktf_9a9027ec.LocalExecProvisioner, _cdktf_9a9027ec.RemoteExecProvisioner]]], result)
|
693
|
+
|
694
|
+
@builtins.property
|
695
|
+
def compartment_ocid(self) -> builtins.str:
|
696
|
+
'''The New Relic compartment OCID in OCI.
|
697
|
+
|
698
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#compartment_ocid CloudOciLinkAccount#compartment_ocid}
|
699
|
+
'''
|
700
|
+
result = self._values.get("compartment_ocid")
|
701
|
+
assert result is not None, "Required property 'compartment_ocid' is missing"
|
702
|
+
return typing.cast(builtins.str, result)
|
703
|
+
|
704
|
+
@builtins.property
|
705
|
+
def name(self) -> builtins.str:
|
706
|
+
'''The linked account name.
|
707
|
+
|
708
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#name CloudOciLinkAccount#name}
|
709
|
+
'''
|
710
|
+
result = self._values.get("name")
|
711
|
+
assert result is not None, "Required property 'name' is missing"
|
712
|
+
return typing.cast(builtins.str, result)
|
713
|
+
|
714
|
+
@builtins.property
|
715
|
+
def oci_client_id(self) -> builtins.str:
|
716
|
+
'''The client ID for OCI WIF.
|
717
|
+
|
718
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#oci_client_id CloudOciLinkAccount#oci_client_id}
|
719
|
+
'''
|
720
|
+
result = self._values.get("oci_client_id")
|
721
|
+
assert result is not None, "Required property 'oci_client_id' is missing"
|
722
|
+
return typing.cast(builtins.str, result)
|
723
|
+
|
724
|
+
@builtins.property
|
725
|
+
def oci_client_secret(self) -> builtins.str:
|
726
|
+
'''The client secret for OCI WIF.
|
727
|
+
|
728
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#oci_client_secret CloudOciLinkAccount#oci_client_secret}
|
729
|
+
'''
|
730
|
+
result = self._values.get("oci_client_secret")
|
731
|
+
assert result is not None, "Required property 'oci_client_secret' is missing"
|
732
|
+
return typing.cast(builtins.str, result)
|
733
|
+
|
734
|
+
@builtins.property
|
735
|
+
def oci_domain_url(self) -> builtins.str:
|
736
|
+
'''The OCI domain URL for WIF.
|
737
|
+
|
738
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#oci_domain_url CloudOciLinkAccount#oci_domain_url}
|
739
|
+
'''
|
740
|
+
result = self._values.get("oci_domain_url")
|
741
|
+
assert result is not None, "Required property 'oci_domain_url' is missing"
|
742
|
+
return typing.cast(builtins.str, result)
|
743
|
+
|
744
|
+
@builtins.property
|
745
|
+
def oci_home_region(self) -> builtins.str:
|
746
|
+
'''The home region of the tenancy.
|
747
|
+
|
748
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#oci_home_region CloudOciLinkAccount#oci_home_region}
|
749
|
+
'''
|
750
|
+
result = self._values.get("oci_home_region")
|
751
|
+
assert result is not None, "Required property 'oci_home_region' is missing"
|
752
|
+
return typing.cast(builtins.str, result)
|
753
|
+
|
754
|
+
@builtins.property
|
755
|
+
def oci_svc_user_name(self) -> builtins.str:
|
756
|
+
'''The service user name for OCI WIF.
|
757
|
+
|
758
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#oci_svc_user_name CloudOciLinkAccount#oci_svc_user_name}
|
759
|
+
'''
|
760
|
+
result = self._values.get("oci_svc_user_name")
|
761
|
+
assert result is not None, "Required property 'oci_svc_user_name' is missing"
|
762
|
+
return typing.cast(builtins.str, result)
|
763
|
+
|
764
|
+
@builtins.property
|
765
|
+
def tenant_id(self) -> builtins.str:
|
766
|
+
'''The OCI tenant identifier.
|
767
|
+
|
768
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#tenant_id CloudOciLinkAccount#tenant_id}
|
769
|
+
'''
|
770
|
+
result = self._values.get("tenant_id")
|
771
|
+
assert result is not None, "Required property 'tenant_id' is missing"
|
772
|
+
return typing.cast(builtins.str, result)
|
773
|
+
|
774
|
+
@builtins.property
|
775
|
+
def account_id(self) -> typing.Optional[jsii.Number]:
|
776
|
+
'''The New Relic account ID where you want to link the OCI account.
|
777
|
+
|
778
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#account_id CloudOciLinkAccount#account_id}
|
779
|
+
'''
|
780
|
+
result = self._values.get("account_id")
|
781
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
782
|
+
|
783
|
+
@builtins.property
|
784
|
+
def id(self) -> typing.Optional[builtins.str]:
|
785
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#id CloudOciLinkAccount#id}.
|
786
|
+
|
787
|
+
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
788
|
+
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
789
|
+
'''
|
790
|
+
result = self._values.get("id")
|
791
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
792
|
+
|
793
|
+
@builtins.property
|
794
|
+
def ingest_vault_ocid(self) -> typing.Optional[builtins.str]:
|
795
|
+
'''The OCI ingest secret OCID.
|
796
|
+
|
797
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#ingest_vault_ocid CloudOciLinkAccount#ingest_vault_ocid}
|
798
|
+
'''
|
799
|
+
result = self._values.get("ingest_vault_ocid")
|
800
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
801
|
+
|
802
|
+
@builtins.property
|
803
|
+
def instrumentation_type(self) -> typing.Optional[builtins.str]:
|
804
|
+
'''Specifies the type of integration, such as metrics, logs, or a combination of logs and metrics.
|
805
|
+
|
806
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#instrumentation_type CloudOciLinkAccount#instrumentation_type}
|
807
|
+
'''
|
808
|
+
result = self._values.get("instrumentation_type")
|
809
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
810
|
+
|
811
|
+
@builtins.property
|
812
|
+
def logging_stack_ocid(self) -> typing.Optional[builtins.str]:
|
813
|
+
'''The Logging stack identifier for the OCI account.
|
814
|
+
|
815
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#logging_stack_ocid CloudOciLinkAccount#logging_stack_ocid}
|
816
|
+
'''
|
817
|
+
result = self._values.get("logging_stack_ocid")
|
818
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
819
|
+
|
820
|
+
@builtins.property
|
821
|
+
def metric_stack_ocid(self) -> typing.Optional[builtins.str]:
|
822
|
+
'''The metric stack identifier for the OCI account. This field is only used for updates, not during initial creation.
|
823
|
+
|
824
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#metric_stack_ocid CloudOciLinkAccount#metric_stack_ocid}
|
825
|
+
'''
|
826
|
+
result = self._values.get("metric_stack_ocid")
|
827
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
828
|
+
|
829
|
+
@builtins.property
|
830
|
+
def oci_region(self) -> typing.Optional[builtins.str]:
|
831
|
+
'''The OCI region for the account. This field is only used for updates, not during initial creation.
|
832
|
+
|
833
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#oci_region CloudOciLinkAccount#oci_region}
|
834
|
+
'''
|
835
|
+
result = self._values.get("oci_region")
|
836
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
837
|
+
|
838
|
+
@builtins.property
|
839
|
+
def user_vault_ocid(self) -> typing.Optional[builtins.str]:
|
840
|
+
'''The user secret OCID.
|
841
|
+
|
842
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/cloud_oci_link_account#user_vault_ocid CloudOciLinkAccount#user_vault_ocid}
|
843
|
+
'''
|
844
|
+
result = self._values.get("user_vault_ocid")
|
845
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
846
|
+
|
847
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
848
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
849
|
+
|
850
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
851
|
+
return not (rhs == self)
|
852
|
+
|
853
|
+
def __repr__(self) -> str:
|
854
|
+
return "CloudOciLinkAccountConfig(%s)" % ", ".join(
|
855
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
856
|
+
)
|
857
|
+
|
858
|
+
|
859
|
+
__all__ = [
|
860
|
+
"CloudOciLinkAccount",
|
861
|
+
"CloudOciLinkAccountConfig",
|
862
|
+
]
|
863
|
+
|
864
|
+
publication.publish()
|
865
|
+
|
866
|
+
def _typecheckingstub__e35045cf23b7bc410068a73a618526a21dbabc5cf504c4ac087ec53c80fe2645(
|
867
|
+
scope: _constructs_77d1e7e8.Construct,
|
868
|
+
id_: builtins.str,
|
869
|
+
*,
|
870
|
+
compartment_ocid: builtins.str,
|
871
|
+
name: builtins.str,
|
872
|
+
oci_client_id: builtins.str,
|
873
|
+
oci_client_secret: builtins.str,
|
874
|
+
oci_domain_url: builtins.str,
|
875
|
+
oci_home_region: builtins.str,
|
876
|
+
oci_svc_user_name: builtins.str,
|
877
|
+
tenant_id: builtins.str,
|
878
|
+
account_id: typing.Optional[jsii.Number] = None,
|
879
|
+
id: typing.Optional[builtins.str] = None,
|
880
|
+
ingest_vault_ocid: typing.Optional[builtins.str] = None,
|
881
|
+
instrumentation_type: typing.Optional[builtins.str] = None,
|
882
|
+
logging_stack_ocid: typing.Optional[builtins.str] = None,
|
883
|
+
metric_stack_ocid: typing.Optional[builtins.str] = None,
|
884
|
+
oci_region: typing.Optional[builtins.str] = None,
|
885
|
+
user_vault_ocid: typing.Optional[builtins.str] = None,
|
886
|
+
connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
|
887
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
888
|
+
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
889
|
+
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
890
|
+
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
891
|
+
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
892
|
+
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
893
|
+
) -> None:
|
894
|
+
"""Type checking stubs"""
|
895
|
+
pass
|
896
|
+
|
897
|
+
def _typecheckingstub__d34c1de95baf7e6a99967fca6a34b4f9b5e6ce7d402e7f03514722640d98b9e8(
|
898
|
+
scope: _constructs_77d1e7e8.Construct,
|
899
|
+
import_to_id: builtins.str,
|
900
|
+
import_from_id: builtins.str,
|
901
|
+
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
902
|
+
) -> None:
|
903
|
+
"""Type checking stubs"""
|
904
|
+
pass
|
905
|
+
|
906
|
+
def _typecheckingstub__1839c4a1b8f26c213bca79827b33c1050297749c8fbd5f717e704d85a7edca99(
|
907
|
+
value: jsii.Number,
|
908
|
+
) -> None:
|
909
|
+
"""Type checking stubs"""
|
910
|
+
pass
|
911
|
+
|
912
|
+
def _typecheckingstub__9ee1f0f19bb7f8e4ef6103fa51fca7b2714a65aa1c1262e58490f42cd4f8d639(
|
913
|
+
value: builtins.str,
|
914
|
+
) -> None:
|
915
|
+
"""Type checking stubs"""
|
916
|
+
pass
|
917
|
+
|
918
|
+
def _typecheckingstub__3586ecbad78f822bd51e9eb1e589dc5b4a2e97c71597dfda0930c6ba25c6e6b8(
|
919
|
+
value: builtins.str,
|
920
|
+
) -> None:
|
921
|
+
"""Type checking stubs"""
|
922
|
+
pass
|
923
|
+
|
924
|
+
def _typecheckingstub__557a6cdcee825238db0efe6fc2f7fd2225b792c8297ac64c2ba85cc8b8427de6(
|
925
|
+
value: builtins.str,
|
926
|
+
) -> None:
|
927
|
+
"""Type checking stubs"""
|
928
|
+
pass
|
929
|
+
|
930
|
+
def _typecheckingstub__ec11c63d650d32e5a9d3c644ae0f0f229ab0b91a14b6d612cbedb85ff3c012aa(
|
931
|
+
value: builtins.str,
|
932
|
+
) -> None:
|
933
|
+
"""Type checking stubs"""
|
934
|
+
pass
|
935
|
+
|
936
|
+
def _typecheckingstub__b50ffcf645c9fd4d7aa5b770b5d050cd2791bd2eb8375b90456aac154f398f58(
|
937
|
+
value: builtins.str,
|
938
|
+
) -> None:
|
939
|
+
"""Type checking stubs"""
|
940
|
+
pass
|
941
|
+
|
942
|
+
def _typecheckingstub__45db1b82cbbdd8166737ae12e3c07a5dca69b89e224b175f32fb100b768848cf(
|
943
|
+
value: builtins.str,
|
944
|
+
) -> None:
|
945
|
+
"""Type checking stubs"""
|
946
|
+
pass
|
947
|
+
|
948
|
+
def _typecheckingstub__e8fc8ffa1a2db18118204a9717269ea974d23b4ae1a0f4083a1cd651220815be(
|
949
|
+
value: builtins.str,
|
950
|
+
) -> None:
|
951
|
+
"""Type checking stubs"""
|
952
|
+
pass
|
953
|
+
|
954
|
+
def _typecheckingstub__b357d0c8b50d226155715a46fda0130224902dfd191c05bd5f98c776310ba52b(
|
955
|
+
value: builtins.str,
|
956
|
+
) -> None:
|
957
|
+
"""Type checking stubs"""
|
958
|
+
pass
|
959
|
+
|
960
|
+
def _typecheckingstub__ee4b21f9bf2ed23011acfc67c2657489c6198c83147f1f58fef2334666da625c(
|
961
|
+
value: builtins.str,
|
962
|
+
) -> None:
|
963
|
+
"""Type checking stubs"""
|
964
|
+
pass
|
965
|
+
|
966
|
+
def _typecheckingstub__35d86cca073669f63b2cf131675dca3792b155f0921dd4b3a92a7dde564b062c(
|
967
|
+
value: builtins.str,
|
968
|
+
) -> None:
|
969
|
+
"""Type checking stubs"""
|
970
|
+
pass
|
971
|
+
|
972
|
+
def _typecheckingstub__f883428d0bdcd38e42661af6eebd9180b898a320983a3b45cb69a5b7ce33c19f(
|
973
|
+
value: builtins.str,
|
974
|
+
) -> None:
|
975
|
+
"""Type checking stubs"""
|
976
|
+
pass
|
977
|
+
|
978
|
+
def _typecheckingstub__50e892b2be64713231d86eb61de38317cbfdc0da00439254dc4770267f2d7754(
|
979
|
+
value: builtins.str,
|
980
|
+
) -> None:
|
981
|
+
"""Type checking stubs"""
|
982
|
+
pass
|
983
|
+
|
984
|
+
def _typecheckingstub__28a3201b2cf12e50bb4669bafe615abc5dfcc53a138acb1abfb9467851d4a01d(
|
985
|
+
value: builtins.str,
|
986
|
+
) -> None:
|
987
|
+
"""Type checking stubs"""
|
988
|
+
pass
|
989
|
+
|
990
|
+
def _typecheckingstub__d726e6eba63f0fd3946437b4b6cb60e06ad86b83fcce08136e9f800cf58c8be6(
|
991
|
+
value: builtins.str,
|
992
|
+
) -> None:
|
993
|
+
"""Type checking stubs"""
|
994
|
+
pass
|
995
|
+
|
996
|
+
def _typecheckingstub__ddee461f588a842a205a04c0871a669b4546f350cdad0fdec410a2935a09c23e(
|
997
|
+
value: builtins.str,
|
998
|
+
) -> None:
|
999
|
+
"""Type checking stubs"""
|
1000
|
+
pass
|
1001
|
+
|
1002
|
+
def _typecheckingstub__d2ec87092f841d6c041a8248d99192e1f8460862273d896eb89bdd1286bb7365(
|
1003
|
+
*,
|
1004
|
+
connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
|
1005
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
1006
|
+
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
1007
|
+
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
1008
|
+
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
1009
|
+
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
1010
|
+
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
1011
|
+
compartment_ocid: builtins.str,
|
1012
|
+
name: builtins.str,
|
1013
|
+
oci_client_id: builtins.str,
|
1014
|
+
oci_client_secret: builtins.str,
|
1015
|
+
oci_domain_url: builtins.str,
|
1016
|
+
oci_home_region: builtins.str,
|
1017
|
+
oci_svc_user_name: builtins.str,
|
1018
|
+
tenant_id: builtins.str,
|
1019
|
+
account_id: typing.Optional[jsii.Number] = None,
|
1020
|
+
id: typing.Optional[builtins.str] = None,
|
1021
|
+
ingest_vault_ocid: typing.Optional[builtins.str] = None,
|
1022
|
+
instrumentation_type: typing.Optional[builtins.str] = None,
|
1023
|
+
logging_stack_ocid: typing.Optional[builtins.str] = None,
|
1024
|
+
metric_stack_ocid: typing.Optional[builtins.str] = None,
|
1025
|
+
oci_region: typing.Optional[builtins.str] = None,
|
1026
|
+
user_vault_ocid: typing.Optional[builtins.str] = None,
|
1027
|
+
) -> None:
|
1028
|
+
"""Type checking stubs"""
|
1029
|
+
pass
|