@pulumi/cloudflare 4.16.0 → 5.0.0
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.
- package/README.md +1 -1
- package/accessRule.d.ts +6 -6
- package/accountMember.d.ts +2 -2
- package/accountMember.js +3 -0
- package/accountMember.js.map +1 -1
- package/config/vars.d.ts +0 -5
- package/config/vars.js +0 -6
- package/config/vars.js.map +1 -1
- package/index.d.ts +3 -30
- package/index.js +8 -47
- package/index.js.map +1 -1
- package/loadBalancer.d.ts +6 -12
- package/loadBalancerMonitor.d.ts +3 -3
- package/loadBalancerMonitor.js +3 -0
- package/loadBalancerMonitor.js.map +1 -1
- package/loadBalancerPool.d.ts +2 -2
- package/loadBalancerPool.js +3 -0
- package/loadBalancerPool.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/provider.d.ts +0 -14
- package/provider.js +0 -1
- package/provider.js.map +1 -1
- package/spectrumApplication.d.ts +16 -21
- package/spectrumApplication.js +7 -2
- package/spectrumApplication.js.map +1 -1
- package/teamsAccount.d.ts +12 -0
- package/teamsAccount.js +2 -0
- package/teamsAccount.js.map +1 -1
- package/{argoTunnel.d.ts → tunnel.d.ts} +28 -30
- package/{argoTunnel.js → tunnel.js} +16 -18
- package/tunnel.js.map +1 -0
- package/tunnelConfig.d.ts +0 -57
- package/tunnelConfig.js +0 -57
- package/tunnelConfig.js.map +1 -1
- package/tunnelRoute.d.ts +0 -29
- package/tunnelRoute.js +0 -29
- package/tunnelRoute.js.map +1 -1
- package/types/input.d.ts +74 -98
- package/types/output.d.ts +74 -150
- package/waitingRoom.d.ts +3 -3
- package/workerScript.d.ts +2 -2
- package/workerScript.js +3 -0
- package/workerScript.js.map +1 -1
- package/workersKv.d.ts +1 -1
- package/workersKv.js +3 -0
- package/workersKv.js.map +1 -1
- package/workersKvNamespace.d.ts +1 -1
- package/workersKvNamespace.js +3 -0
- package/workersKvNamespace.js.map +1 -1
- package/zone.d.ts +2 -2
- package/zone.js +3 -0
- package/zone.js.map +1 -1
- package/accessBookmark.d.ts +0 -130
- package/accessBookmark.js +0 -87
- package/accessBookmark.js.map +0 -1
- package/argoTunnel.js.map +0 -1
- package/getWafGroups.d.ts +0 -100
- package/getWafGroups.js +0 -61
- package/getWafGroups.js.map +0 -1
- package/getWafPackages.d.ts +0 -92
- package/getWafPackages.js +0 -64
- package/getWafPackages.js.map +0 -1
- package/getWafRules.d.ts +0 -106
- package/getWafRules.js +0 -67
- package/getWafRules.js.map +0 -1
- package/ipList.d.ts +0 -125
- package/ipList.js +0 -102
- package/ipList.js.map +0 -1
- package/wafGroup.d.ts +0 -108
- package/wafGroup.js +0 -85
- package/wafGroup.js.map +0 -1
- package/wafOverride.d.ts +0 -189
- package/wafOverride.js +0 -108
- package/wafOverride.js.map +0 -1
- package/wafPackage.d.ts +0 -109
- package/wafPackage.js +0 -86
- package/wafPackage.js.map +0 -1
- package/wafRule.d.ts +0 -116
- package/wafRule.js +0 -90
- package/wafRule.js.map +0 -1
package/types/output.d.ts
CHANGED
|
@@ -1148,142 +1148,6 @@ export interface GetRulesetsRulesetRuleRatelimit {
|
|
|
1148
1148
|
scorePerPeriod?: number;
|
|
1149
1149
|
scoreResponseHeaderName?: string;
|
|
1150
1150
|
}
|
|
1151
|
-
export interface GetWafGroupsFilter {
|
|
1152
|
-
/**
|
|
1153
|
-
* Mode of the WAF Rule Groups to lookup. Valid values: on and off.
|
|
1154
|
-
*/
|
|
1155
|
-
mode?: string;
|
|
1156
|
-
/**
|
|
1157
|
-
* A regular expression matching the name of the WAF Rule Groups to lookup.
|
|
1158
|
-
*/
|
|
1159
|
-
name?: string;
|
|
1160
|
-
}
|
|
1161
|
-
export interface GetWafGroupsGroup {
|
|
1162
|
-
/**
|
|
1163
|
-
* The WAF Rule Group description
|
|
1164
|
-
*/
|
|
1165
|
-
description?: string;
|
|
1166
|
-
/**
|
|
1167
|
-
* The WAF Rule Group ID
|
|
1168
|
-
*/
|
|
1169
|
-
id?: string;
|
|
1170
|
-
/**
|
|
1171
|
-
* Mode of the WAF Rule Groups to lookup. Valid values: on and off.
|
|
1172
|
-
*/
|
|
1173
|
-
mode?: string;
|
|
1174
|
-
/**
|
|
1175
|
-
* The number of modified rules in the WAF Rule Group
|
|
1176
|
-
*/
|
|
1177
|
-
modifiedRulesCount?: number;
|
|
1178
|
-
/**
|
|
1179
|
-
* A regular expression matching the name of the WAF Rule Groups to lookup.
|
|
1180
|
-
*/
|
|
1181
|
-
name?: string;
|
|
1182
|
-
/**
|
|
1183
|
-
* The ID of the WAF Rule Package in which to search for the WAF Rule Groups.
|
|
1184
|
-
*/
|
|
1185
|
-
packageId?: string;
|
|
1186
|
-
/**
|
|
1187
|
-
* The number of rules in the WAF Rule Group
|
|
1188
|
-
*/
|
|
1189
|
-
rulesCount?: number;
|
|
1190
|
-
}
|
|
1191
|
-
export interface GetWafPackagesFilter {
|
|
1192
|
-
/**
|
|
1193
|
-
* Action mode of the WAF Rule Packages to lookup. Valid values: simulate, block and challenge.
|
|
1194
|
-
*/
|
|
1195
|
-
actionMode?: string;
|
|
1196
|
-
/**
|
|
1197
|
-
* Detection mode of the WAF Rule Packages to lookup.
|
|
1198
|
-
*/
|
|
1199
|
-
detectionMode?: string;
|
|
1200
|
-
/**
|
|
1201
|
-
* A regular expression matching the name of the WAF Rule Packages to lookup.
|
|
1202
|
-
*/
|
|
1203
|
-
name?: string;
|
|
1204
|
-
/**
|
|
1205
|
-
* Sensitivity of the WAF Rule Packages to lookup. Valid values: high, medium, low and off.
|
|
1206
|
-
*/
|
|
1207
|
-
sensitivity?: string;
|
|
1208
|
-
}
|
|
1209
|
-
export interface GetWafPackagesPackage {
|
|
1210
|
-
/**
|
|
1211
|
-
* Action mode of the WAF Rule Packages to lookup. Valid values: simulate, block and challenge.
|
|
1212
|
-
*/
|
|
1213
|
-
actionMode?: string;
|
|
1214
|
-
/**
|
|
1215
|
-
* The WAF Rule Package description
|
|
1216
|
-
*/
|
|
1217
|
-
description?: string;
|
|
1218
|
-
/**
|
|
1219
|
-
* Detection mode of the WAF Rule Packages to lookup.
|
|
1220
|
-
*/
|
|
1221
|
-
detectionMode?: string;
|
|
1222
|
-
/**
|
|
1223
|
-
* The WAF Rule Package ID
|
|
1224
|
-
*/
|
|
1225
|
-
id?: string;
|
|
1226
|
-
/**
|
|
1227
|
-
* A regular expression matching the name of the WAF Rule Packages to lookup.
|
|
1228
|
-
*/
|
|
1229
|
-
name?: string;
|
|
1230
|
-
/**
|
|
1231
|
-
* Sensitivity of the WAF Rule Packages to lookup. Valid values: high, medium, low and off.
|
|
1232
|
-
*/
|
|
1233
|
-
sensitivity?: string;
|
|
1234
|
-
}
|
|
1235
|
-
export interface GetWafRulesFilter {
|
|
1236
|
-
/**
|
|
1237
|
-
* A regular expression matching the description of the WAF Rules to lookup.
|
|
1238
|
-
*/
|
|
1239
|
-
description?: string;
|
|
1240
|
-
/**
|
|
1241
|
-
* The ID of the WAF Rule Group in which the WAF Rules to lookup have to be.
|
|
1242
|
-
*/
|
|
1243
|
-
groupId?: string;
|
|
1244
|
-
/**
|
|
1245
|
-
* Mode of the WAF Rules to lookup. Valid values: one of ["block", "challenge", "default", "disable", "simulate"] or ["on", "off"] depending on the WAF Rule type.
|
|
1246
|
-
*/
|
|
1247
|
-
mode?: string;
|
|
1248
|
-
}
|
|
1249
|
-
export interface GetWafRulesRule {
|
|
1250
|
-
/**
|
|
1251
|
-
* The list of allowed `mode` values for the WAF Rule
|
|
1252
|
-
*/
|
|
1253
|
-
allowedModes?: string[];
|
|
1254
|
-
/**
|
|
1255
|
-
* The default `mode` value for the WAF Rule
|
|
1256
|
-
*/
|
|
1257
|
-
defaultMode?: string;
|
|
1258
|
-
/**
|
|
1259
|
-
* A regular expression matching the description of the WAF Rules to lookup.
|
|
1260
|
-
*/
|
|
1261
|
-
description?: string;
|
|
1262
|
-
/**
|
|
1263
|
-
* The ID of the WAF Rule Group in which the WAF Rules to lookup have to be.
|
|
1264
|
-
*/
|
|
1265
|
-
groupId?: string;
|
|
1266
|
-
/**
|
|
1267
|
-
* The Name of the WAF Rule Group that contains the WAF Rule
|
|
1268
|
-
*/
|
|
1269
|
-
groupName?: string;
|
|
1270
|
-
/**
|
|
1271
|
-
* The WAF Rule ID
|
|
1272
|
-
*/
|
|
1273
|
-
id?: string;
|
|
1274
|
-
/**
|
|
1275
|
-
* Mode of the WAF Rules to lookup. Valid values: one of ["block", "challenge", "default", "disable", "simulate"] or ["on", "off"] depending on the WAF Rule type.
|
|
1276
|
-
*/
|
|
1277
|
-
mode?: string;
|
|
1278
|
-
/**
|
|
1279
|
-
* The ID of the WAF Rule Package in which to search for the WAF Rules.
|
|
1280
|
-
*/
|
|
1281
|
-
packageId?: string;
|
|
1282
|
-
/**
|
|
1283
|
-
* The WAF Rule priority
|
|
1284
|
-
*/
|
|
1285
|
-
priority?: string;
|
|
1286
|
-
}
|
|
1287
1151
|
export interface GetZonesFilter {
|
|
1288
1152
|
/**
|
|
1289
1153
|
* The account identifier to target for the resource.
|
|
@@ -1327,16 +1191,6 @@ export interface HealthcheckHeader {
|
|
|
1327
1191
|
*/
|
|
1328
1192
|
values: string[];
|
|
1329
1193
|
}
|
|
1330
|
-
export interface IpListItem {
|
|
1331
|
-
/**
|
|
1332
|
-
* A note that can be used to annotate the item.
|
|
1333
|
-
*/
|
|
1334
|
-
comment?: string;
|
|
1335
|
-
/**
|
|
1336
|
-
* The IPv4 address, IPv4 CIDR or IPv6 CIDR. IPv6 CIDRs are limited to a maximum of /64.
|
|
1337
|
-
*/
|
|
1338
|
-
value: string;
|
|
1339
|
-
}
|
|
1340
1194
|
export interface ListItem {
|
|
1341
1195
|
/**
|
|
1342
1196
|
* An optional comment for the item.
|
|
@@ -1543,11 +1397,9 @@ export interface LoadBalancerRuleOverride {
|
|
|
1543
1397
|
*/
|
|
1544
1398
|
sessionAffinity?: string;
|
|
1545
1399
|
/**
|
|
1546
|
-
*
|
|
1400
|
+
* Configure cookie attributes for session affinity cookie.
|
|
1547
1401
|
*/
|
|
1548
|
-
sessionAffinityAttributes?:
|
|
1549
|
-
[key: string]: string;
|
|
1550
|
-
};
|
|
1402
|
+
sessionAffinityAttributes?: outputs.LoadBalancerRuleOverrideSessionAffinityAttribute[];
|
|
1551
1403
|
/**
|
|
1552
1404
|
* Time, in seconds, until this load balancer's session affinity cookie expires after being created. This parameter is ignored unless a supported session affinity policy is set. The current default of `82800` (23 hours) will be used unless `sessionAffinityTtl` is explicitly set. Once the expiry time has been reached, subsequent requests may get sent to a different origin server. Valid values are between `1800` and `604800`.
|
|
1553
1405
|
*/
|
|
@@ -1619,6 +1471,38 @@ export interface LoadBalancerRuleOverrideRegionPool {
|
|
|
1619
1471
|
*/
|
|
1620
1472
|
region: string;
|
|
1621
1473
|
}
|
|
1474
|
+
export interface LoadBalancerRuleOverrideSessionAffinityAttribute {
|
|
1475
|
+
/**
|
|
1476
|
+
* Configures the SameSite attribute on session affinity cookie. Value `Auto` will be translated to `Lax` or `None` depending if Always Use HTTPS is enabled. Note: when using value `None`, then you can not set `secure="Never"`. Available values: `Auto`, `Lax`, `None`, `Strict`. Defaults to `Auto`.
|
|
1477
|
+
*/
|
|
1478
|
+
samesite?: string;
|
|
1479
|
+
/**
|
|
1480
|
+
* Configures the Secure attribute on session affinity cookie. Value `Always` indicates the Secure attribute will be set in the Set-Cookie header, `Never` indicates the Secure attribute will not be set, and `Auto` will set the Secure attribute depending if Always Use HTTPS is enabled. Available values: `Auto`, `Always`, `Never`. Defaults to `Auto`.
|
|
1481
|
+
*/
|
|
1482
|
+
secure?: string;
|
|
1483
|
+
/**
|
|
1484
|
+
* Configures the zero-downtime failover between origins within a pool when session affinity is enabled. Value `none` means no failover takes place for sessions pinned to the origin. Value `temporary` means traffic will be sent to another other healthy origin until the originally pinned origin is available; note that this can potentially result in heavy origin flapping. Value `sticky` means the session affinity cookie is updated and subsequent requests are sent to the new origin. This feature is currently incompatible with Argo, Tiered Cache, and Bandwidth Alliance. Available values: `none`, `temporary`, `sticky`. Defaults to `none`.
|
|
1485
|
+
*/
|
|
1486
|
+
zeroDowntimeFailover?: string;
|
|
1487
|
+
}
|
|
1488
|
+
export interface LoadBalancerSessionAffinityAttribute {
|
|
1489
|
+
/**
|
|
1490
|
+
* Configures the drain duration in seconds. This field is only used when session affinity is enabled on the load balancer. Defaults to `0`.
|
|
1491
|
+
*/
|
|
1492
|
+
drainDuration?: number;
|
|
1493
|
+
/**
|
|
1494
|
+
* Configures the SameSite attribute on session affinity cookie. Value `Auto` will be translated to `Lax` or `None` depending if Always Use HTTPS is enabled. Note: when using value `None`, then you can not set `secure="Never"`. Available values: `Auto`, `Lax`, `None`, `Strict`. Defaults to `Auto`.
|
|
1495
|
+
*/
|
|
1496
|
+
samesite?: string;
|
|
1497
|
+
/**
|
|
1498
|
+
* Configures the Secure attribute on session affinity cookie. Value `Always` indicates the Secure attribute will be set in the Set-Cookie header, `Never` indicates the Secure attribute will not be set, and `Auto` will set the Secure attribute depending if Always Use HTTPS is enabled. Available values: `Auto`, `Always`, `Never`. Defaults to `Auto`.
|
|
1499
|
+
*/
|
|
1500
|
+
secure?: string;
|
|
1501
|
+
/**
|
|
1502
|
+
* Configures the zero-downtime failover between origins within a pool when session affinity is enabled. Value `none` means no failover takes place for sessions pinned to the origin. Value `temporary` means traffic will be sent to another other healthy origin until the originally pinned origin is available; note that this can potentially result in heavy origin flapping. Value `sticky` means the session affinity cookie is updated and subsequent requests are sent to the new origin. This feature is currently incompatible with Argo, Tiered Cache, and Bandwidth Alliance. Available values: `none`, `temporary`, `sticky`. Defaults to `none`.
|
|
1503
|
+
*/
|
|
1504
|
+
zeroDowntimeFailover?: string;
|
|
1505
|
+
}
|
|
1622
1506
|
export interface ManagedHeadersManagedRequestHeader {
|
|
1623
1507
|
/**
|
|
1624
1508
|
* Whether the headers rule is active.
|
|
@@ -2515,6 +2399,20 @@ export interface SpectrumApplicationDns {
|
|
|
2515
2399
|
*/
|
|
2516
2400
|
type: string;
|
|
2517
2401
|
}
|
|
2402
|
+
export interface SpectrumApplicationEdgeIps {
|
|
2403
|
+
/**
|
|
2404
|
+
* The IP versions supported for inbound connections on Spectrum anycast IPs. Required when `type` is not `static`. Available values: `all`, `ipv4`, `ipv6`.
|
|
2405
|
+
*/
|
|
2406
|
+
connectivity?: string;
|
|
2407
|
+
/**
|
|
2408
|
+
* The collection of customer owned IPs to broadcast via anycast for this hostname and application. Requires [Bring Your Own IP](https://developers.cloudflare.com/spectrum/getting-started/byoip/) provisioned.
|
|
2409
|
+
*/
|
|
2410
|
+
ips?: string[];
|
|
2411
|
+
/**
|
|
2412
|
+
* The type of edge IP configuration specified. Available values: `dynamic`, `static`.
|
|
2413
|
+
*/
|
|
2414
|
+
type: string;
|
|
2415
|
+
}
|
|
2518
2416
|
export interface SpectrumApplicationOriginDns {
|
|
2519
2417
|
/**
|
|
2520
2418
|
* Fully qualified domain name of the origin.
|
|
@@ -2626,6 +2524,12 @@ export interface TeamsAccountLoggingSettingsByRuleTypeL4 {
|
|
|
2626
2524
|
logAll: boolean;
|
|
2627
2525
|
logBlocks: boolean;
|
|
2628
2526
|
}
|
|
2527
|
+
export interface TeamsAccountPayloadLog {
|
|
2528
|
+
/**
|
|
2529
|
+
* Public key used to encrypt matched payloads.
|
|
2530
|
+
*/
|
|
2531
|
+
publicKey: string;
|
|
2532
|
+
}
|
|
2629
2533
|
export interface TeamsAccountProxy {
|
|
2630
2534
|
/**
|
|
2631
2535
|
* Whether gateway proxy is enabled on gateway devices for TCP traffic.
|
|
@@ -2689,6 +2593,14 @@ export interface TeamsRuleRuleSettings {
|
|
|
2689
2593
|
* The IPs to override matching DNS queries with.
|
|
2690
2594
|
*/
|
|
2691
2595
|
overrideIps?: string[];
|
|
2596
|
+
/**
|
|
2597
|
+
* Configure DLP Payload Logging settings for this rule.
|
|
2598
|
+
*/
|
|
2599
|
+
payloadLog?: outputs.TeamsRuleRuleSettingsPayloadLog;
|
|
2600
|
+
/**
|
|
2601
|
+
* Configure untrusted certificate settings for this rule.
|
|
2602
|
+
*/
|
|
2603
|
+
untrustedCert?: outputs.TeamsRuleRuleSettingsUntrustedCert;
|
|
2692
2604
|
}
|
|
2693
2605
|
export interface TeamsRuleRuleSettingsBisoAdminControls {
|
|
2694
2606
|
disableCopyPaste?: boolean;
|
|
@@ -2710,6 +2622,18 @@ export interface TeamsRuleRuleSettingsL4override {
|
|
|
2710
2622
|
ip: string;
|
|
2711
2623
|
port: number;
|
|
2712
2624
|
}
|
|
2625
|
+
export interface TeamsRuleRuleSettingsPayloadLog {
|
|
2626
|
+
/**
|
|
2627
|
+
* Indicator of rule enablement.
|
|
2628
|
+
*/
|
|
2629
|
+
enabled: boolean;
|
|
2630
|
+
}
|
|
2631
|
+
export interface TeamsRuleRuleSettingsUntrustedCert {
|
|
2632
|
+
/**
|
|
2633
|
+
* The action executed by matched teams rule. Available values: `allow`, `block`, `safesearch`, `ytrestricted`, `on`, `off`, `scan`, `noscan`, `isolate`, `noisolate`, `override`, `l4Override`, `egress`.
|
|
2634
|
+
*/
|
|
2635
|
+
action?: string;
|
|
2636
|
+
}
|
|
2713
2637
|
export interface TunnelConfigConfig {
|
|
2714
2638
|
/**
|
|
2715
2639
|
* Each incoming request received by cloudflared causes cloudflared to send a request to a local service. This section configures the rules that determine which requests are sent to which local services. [Read more](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/tunnel-guide/local/local-management/ingress/).
|
package/waitingRoom.d.ts
CHANGED
|
@@ -48,7 +48,7 @@ export declare class WaitingRoom extends pulumi.CustomResource {
|
|
|
48
48
|
*/
|
|
49
49
|
readonly customPageHtml: pulumi.Output<string | undefined>;
|
|
50
50
|
/**
|
|
51
|
-
* The language to use for the default waiting room page. Available values: `de-DE`, `es-ES`, `en-US`, `fr-FR`, `id-ID`, `it-IT`, `ja-JP`, `ko-KR`, `nl-NL`, `pl-PL`, `pt-BR`, `tr-TR`, `zh-CN`, `zh-TW`. Defaults to `en-US`.
|
|
51
|
+
* The language to use for the default waiting room page. Available values: `de-DE`, `es-ES`, `en-US`, `fr-FR`, `id-ID`, `it-IT`, `ja-JP`, `ko-KR`, `nl-NL`, `pl-PL`, `pt-BR`, `tr-TR`, `zh-CN`, `zh-TW`, `ru-RU`, `fa-IR`. Defaults to `en-US`.
|
|
52
52
|
*/
|
|
53
53
|
readonly defaultTemplateLanguage: pulumi.Output<string | undefined>;
|
|
54
54
|
/**
|
|
@@ -121,7 +121,7 @@ export interface WaitingRoomState {
|
|
|
121
121
|
*/
|
|
122
122
|
customPageHtml?: pulumi.Input<string>;
|
|
123
123
|
/**
|
|
124
|
-
* The language to use for the default waiting room page. Available values: `de-DE`, `es-ES`, `en-US`, `fr-FR`, `id-ID`, `it-IT`, `ja-JP`, `ko-KR`, `nl-NL`, `pl-PL`, `pt-BR`, `tr-TR`, `zh-CN`, `zh-TW`. Defaults to `en-US`.
|
|
124
|
+
* The language to use for the default waiting room page. Available values: `de-DE`, `es-ES`, `en-US`, `fr-FR`, `id-ID`, `it-IT`, `ja-JP`, `ko-KR`, `nl-NL`, `pl-PL`, `pt-BR`, `tr-TR`, `zh-CN`, `zh-TW`, `ru-RU`, `fa-IR`. Defaults to `en-US`.
|
|
125
125
|
*/
|
|
126
126
|
defaultTemplateLanguage?: pulumi.Input<string>;
|
|
127
127
|
/**
|
|
@@ -186,7 +186,7 @@ export interface WaitingRoomArgs {
|
|
|
186
186
|
*/
|
|
187
187
|
customPageHtml?: pulumi.Input<string>;
|
|
188
188
|
/**
|
|
189
|
-
* The language to use for the default waiting room page. Available values: `de-DE`, `es-ES`, `en-US`, `fr-FR`, `id-ID`, `it-IT`, `ja-JP`, `ko-KR`, `nl-NL`, `pl-PL`, `pt-BR`, `tr-TR`, `zh-CN`, `zh-TW`. Defaults to `en-US`.
|
|
189
|
+
* The language to use for the default waiting room page. Available values: `de-DE`, `es-ES`, `en-US`, `fr-FR`, `id-ID`, `it-IT`, `ja-JP`, `ko-KR`, `nl-NL`, `pl-PL`, `pt-BR`, `tr-TR`, `zh-CN`, `zh-TW`, `ru-RU`, `fa-IR`. Defaults to `en-US`.
|
|
190
190
|
*/
|
|
191
191
|
defaultTemplateLanguage?: pulumi.Input<string>;
|
|
192
192
|
/**
|
package/workerScript.d.ts
CHANGED
|
@@ -80,7 +80,7 @@ export declare class WorkerScript extends pulumi.CustomResource {
|
|
|
80
80
|
/**
|
|
81
81
|
* The account identifier to target for the resource.
|
|
82
82
|
*/
|
|
83
|
-
readonly accountId: pulumi.Output<string
|
|
83
|
+
readonly accountId: pulumi.Output<string>;
|
|
84
84
|
readonly analyticsEngineBindings: pulumi.Output<outputs.WorkerScriptAnalyticsEngineBinding[] | undefined>;
|
|
85
85
|
/**
|
|
86
86
|
* The script content.
|
|
@@ -146,7 +146,7 @@ export interface WorkerScriptArgs {
|
|
|
146
146
|
/**
|
|
147
147
|
* The account identifier to target for the resource.
|
|
148
148
|
*/
|
|
149
|
-
accountId
|
|
149
|
+
accountId: pulumi.Input<string>;
|
|
150
150
|
analyticsEngineBindings?: pulumi.Input<pulumi.Input<inputs.WorkerScriptAnalyticsEngineBinding>[]>;
|
|
151
151
|
/**
|
|
152
152
|
* The script content.
|
package/workerScript.js
CHANGED
|
@@ -108,6 +108,9 @@ class WorkerScript extends pulumi.CustomResource {
|
|
|
108
108
|
}
|
|
109
109
|
else {
|
|
110
110
|
const args = argsOrState;
|
|
111
|
+
if ((!args || args.accountId === undefined) && !opts.urn) {
|
|
112
|
+
throw new Error("Missing required property 'accountId'");
|
|
113
|
+
}
|
|
111
114
|
if ((!args || args.content === undefined) && !opts.urn) {
|
|
112
115
|
throw new Error("Missing required property 'content'");
|
|
113
116
|
}
|
package/workerScript.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workerScript.js","sourceRoot":"","sources":["../workerScript.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"workerScript.js","sourceRoot":"","sources":["../workerScript.ts"],"names":[],"mappings":"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"}
|
package/workersKv.d.ts
CHANGED
|
@@ -99,7 +99,7 @@ export interface WorkersKvArgs {
|
|
|
99
99
|
/**
|
|
100
100
|
* The account identifier to target for the resource.
|
|
101
101
|
*/
|
|
102
|
-
accountId
|
|
102
|
+
accountId: pulumi.Input<string>;
|
|
103
103
|
/**
|
|
104
104
|
* Name of the KV pair. **Modifying this attribute will force creation of a new resource.**
|
|
105
105
|
*/
|
package/workersKv.js
CHANGED
|
@@ -71,6 +71,9 @@ class WorkersKv extends pulumi.CustomResource {
|
|
|
71
71
|
}
|
|
72
72
|
else {
|
|
73
73
|
const args = argsOrState;
|
|
74
|
+
if ((!args || args.accountId === undefined) && !opts.urn) {
|
|
75
|
+
throw new Error("Missing required property 'accountId'");
|
|
76
|
+
}
|
|
74
77
|
if ((!args || args.key === undefined) && !opts.urn) {
|
|
75
78
|
throw new Error("Missing required property 'key'");
|
|
76
79
|
}
|
package/workersKv.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workersKv.js","sourceRoot":"","sources":["../workersKv.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"workersKv.js","sourceRoot":"","sources":["../workersKv.ts"],"names":[],"mappings":"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"}
|
package/workersKvNamespace.d.ts
CHANGED
package/workersKvNamespace.js
CHANGED
|
@@ -62,6 +62,9 @@ class WorkersKvNamespace extends pulumi.CustomResource {
|
|
|
62
62
|
}
|
|
63
63
|
else {
|
|
64
64
|
const args = argsOrState;
|
|
65
|
+
if ((!args || args.accountId === undefined) && !opts.urn) {
|
|
66
|
+
throw new Error("Missing required property 'accountId'");
|
|
67
|
+
}
|
|
65
68
|
if ((!args || args.title === undefined) && !opts.urn) {
|
|
66
69
|
throw new Error("Missing required property 'title'");
|
|
67
70
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workersKvNamespace.js","sourceRoot":"","sources":["../workersKvNamespace.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+B,EAAE,IAAmC;QAC7H,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACzE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;IAmBD,YAAY,IAAY,EAAE,WAA8D,EAAE,IAAmC;QACzH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAkD,CAAC;YACjE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;aAAM;YACH,MAAM,IAAI,GAAG,WAAiD,CAAC;YAC/D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,kBAAkB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvE,CAAC;;
|
|
1
|
+
{"version":3,"file":"workersKvNamespace.js","sourceRoot":"","sources":["../workersKvNamespace.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+B,EAAE,IAAmC;QAC7H,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACzE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;IAmBD,YAAY,IAAY,EAAE,WAA8D,EAAE,IAAmC;QACzH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAkD,CAAC;YACjE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;aAAM;YACH,MAAM,IAAI,GAAG,WAAiD,CAAC;YAC/D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,kBAAkB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvE,CAAC;;AAjEL,gDAkEC;AApDG,gBAAgB;AACO,+BAAY,GAAG,wDAAwD,CAAC"}
|
package/zone.d.ts
CHANGED
|
@@ -43,7 +43,7 @@ export declare class Zone extends pulumi.CustomResource {
|
|
|
43
43
|
/**
|
|
44
44
|
* Account ID to manage the zone resource in.
|
|
45
45
|
*/
|
|
46
|
-
readonly accountId: pulumi.Output<string
|
|
46
|
+
readonly accountId: pulumi.Output<string>;
|
|
47
47
|
/**
|
|
48
48
|
* Whether to scan for DNS records on creation. Ignored after zone is created.
|
|
49
49
|
*/
|
|
@@ -147,7 +147,7 @@ export interface ZoneArgs {
|
|
|
147
147
|
/**
|
|
148
148
|
* Account ID to manage the zone resource in.
|
|
149
149
|
*/
|
|
150
|
-
accountId
|
|
150
|
+
accountId: pulumi.Input<string>;
|
|
151
151
|
/**
|
|
152
152
|
* Whether to scan for DNS records on creation. Ignored after zone is created.
|
|
153
153
|
*/
|
package/zone.js
CHANGED
|
@@ -72,6 +72,9 @@ class Zone extends pulumi.CustomResource {
|
|
|
72
72
|
}
|
|
73
73
|
else {
|
|
74
74
|
const args = argsOrState;
|
|
75
|
+
if ((!args || args.accountId === undefined) && !opts.urn) {
|
|
76
|
+
throw new Error("Missing required property 'accountId'");
|
|
77
|
+
}
|
|
75
78
|
if ((!args || args.zone === undefined) && !opts.urn) {
|
|
76
79
|
throw new Error("Missing required property 'zone'");
|
|
77
80
|
}
|
package/zone.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zone.js","sourceRoot":"","sources":["../zone.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"zone.js","sourceRoot":"","sources":["../zone.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,MAAa,IAAK,SAAQ,MAAM,CAAC,cAAc;IAC3C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiB,EAAE,IAAmC;QAC/G,OAAO,IAAI,IAAI,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC,YAAY,CAAC;IACrD,CAAC;IAoDD,YAAY,IAAY,EAAE,WAAkC,EAAE,IAAmC;QAC7F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAoC,CAAC;YACnD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,MAAM,IAAI,GAAG,WAAmC,CAAC;YACjD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACjD,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7C,cAAc,CAAC,mBAAmB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACxD,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACzD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,IAAI,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACzD,CAAC;;AApHL,oBAqHC;AAvGG,gBAAgB;AACO,iBAAY,GAAG,4BAA4B,CAAC"}
|
package/accessBookmark.d.ts
DELETED
|
@@ -1,130 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
/**
|
|
3
|
-
* ## Example Usage
|
|
4
|
-
*
|
|
5
|
-
* ```typescript
|
|
6
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
7
|
-
* import * as cloudflare from "@pulumi/cloudflare";
|
|
8
|
-
*
|
|
9
|
-
* const myBookmarkApp = new cloudflare.AccessBookmark("myBookmarkApp", {
|
|
10
|
-
* accountId: "f037e56e89293a057740de681ac9abbe",
|
|
11
|
-
* appLauncherVisible: true,
|
|
12
|
-
* domain: "example.com",
|
|
13
|
-
* logoUrl: "https://example.com/example.png",
|
|
14
|
-
* name: "My Bookmark App",
|
|
15
|
-
* });
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* ## Import
|
|
19
|
-
*
|
|
20
|
-
* ```sh
|
|
21
|
-
* $ pulumi import cloudflare:index/accessBookmark:AccessBookmark example <account_id>/<bookmark_id>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
export declare class AccessBookmark extends pulumi.CustomResource {
|
|
25
|
-
/**
|
|
26
|
-
* Get an existing AccessBookmark resource's state with the given name, ID, and optional extra
|
|
27
|
-
* properties used to qualify the lookup.
|
|
28
|
-
*
|
|
29
|
-
* @param name The _unique_ name of the resulting resource.
|
|
30
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
31
|
-
* @param state Any extra arguments used during the lookup.
|
|
32
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
33
|
-
*/
|
|
34
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AccessBookmarkState, opts?: pulumi.CustomResourceOptions): AccessBookmark;
|
|
35
|
-
/**
|
|
36
|
-
* Returns true if the given object is an instance of AccessBookmark. This is designed to work even
|
|
37
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
38
|
-
*/
|
|
39
|
-
static isInstance(obj: any): obj is AccessBookmark;
|
|
40
|
-
/**
|
|
41
|
-
* The account identifier to target for the resource. Conflicts with `zoneId`.
|
|
42
|
-
*/
|
|
43
|
-
readonly accountId: pulumi.Output<string>;
|
|
44
|
-
/**
|
|
45
|
-
* Option to show/hide the bookmark in the app launcher. Defaults to `true`.
|
|
46
|
-
*/
|
|
47
|
-
readonly appLauncherVisible: pulumi.Output<boolean | undefined>;
|
|
48
|
-
/**
|
|
49
|
-
* The domain of the bookmark application. Can include subdomains, paths, or both.
|
|
50
|
-
*/
|
|
51
|
-
readonly domain: pulumi.Output<string>;
|
|
52
|
-
/**
|
|
53
|
-
* The image URL for the logo shown in the app launcher dashboard.
|
|
54
|
-
*/
|
|
55
|
-
readonly logoUrl: pulumi.Output<string | undefined>;
|
|
56
|
-
/**
|
|
57
|
-
* Name of the bookmark application.
|
|
58
|
-
*/
|
|
59
|
-
readonly name: pulumi.Output<string>;
|
|
60
|
-
/**
|
|
61
|
-
* The zone identifier to target for the resource. Conflicts with `accountId`.
|
|
62
|
-
*/
|
|
63
|
-
readonly zoneId: pulumi.Output<string>;
|
|
64
|
-
/**
|
|
65
|
-
* Create a AccessBookmark resource with the given unique name, arguments, and options.
|
|
66
|
-
*
|
|
67
|
-
* @param name The _unique_ name of the resource.
|
|
68
|
-
* @param args The arguments to use to populate this resource's properties.
|
|
69
|
-
* @param opts A bag of options that control this resource's behavior.
|
|
70
|
-
*/
|
|
71
|
-
constructor(name: string, args: AccessBookmarkArgs, opts?: pulumi.CustomResourceOptions);
|
|
72
|
-
}
|
|
73
|
-
/**
|
|
74
|
-
* Input properties used for looking up and filtering AccessBookmark resources.
|
|
75
|
-
*/
|
|
76
|
-
export interface AccessBookmarkState {
|
|
77
|
-
/**
|
|
78
|
-
* The account identifier to target for the resource. Conflicts with `zoneId`.
|
|
79
|
-
*/
|
|
80
|
-
accountId?: pulumi.Input<string>;
|
|
81
|
-
/**
|
|
82
|
-
* Option to show/hide the bookmark in the app launcher. Defaults to `true`.
|
|
83
|
-
*/
|
|
84
|
-
appLauncherVisible?: pulumi.Input<boolean>;
|
|
85
|
-
/**
|
|
86
|
-
* The domain of the bookmark application. Can include subdomains, paths, or both.
|
|
87
|
-
*/
|
|
88
|
-
domain?: pulumi.Input<string>;
|
|
89
|
-
/**
|
|
90
|
-
* The image URL for the logo shown in the app launcher dashboard.
|
|
91
|
-
*/
|
|
92
|
-
logoUrl?: pulumi.Input<string>;
|
|
93
|
-
/**
|
|
94
|
-
* Name of the bookmark application.
|
|
95
|
-
*/
|
|
96
|
-
name?: pulumi.Input<string>;
|
|
97
|
-
/**
|
|
98
|
-
* The zone identifier to target for the resource. Conflicts with `accountId`.
|
|
99
|
-
*/
|
|
100
|
-
zoneId?: pulumi.Input<string>;
|
|
101
|
-
}
|
|
102
|
-
/**
|
|
103
|
-
* The set of arguments for constructing a AccessBookmark resource.
|
|
104
|
-
*/
|
|
105
|
-
export interface AccessBookmarkArgs {
|
|
106
|
-
/**
|
|
107
|
-
* The account identifier to target for the resource. Conflicts with `zoneId`.
|
|
108
|
-
*/
|
|
109
|
-
accountId?: pulumi.Input<string>;
|
|
110
|
-
/**
|
|
111
|
-
* Option to show/hide the bookmark in the app launcher. Defaults to `true`.
|
|
112
|
-
*/
|
|
113
|
-
appLauncherVisible?: pulumi.Input<boolean>;
|
|
114
|
-
/**
|
|
115
|
-
* The domain of the bookmark application. Can include subdomains, paths, or both.
|
|
116
|
-
*/
|
|
117
|
-
domain: pulumi.Input<string>;
|
|
118
|
-
/**
|
|
119
|
-
* The image URL for the logo shown in the app launcher dashboard.
|
|
120
|
-
*/
|
|
121
|
-
logoUrl?: pulumi.Input<string>;
|
|
122
|
-
/**
|
|
123
|
-
* Name of the bookmark application.
|
|
124
|
-
*/
|
|
125
|
-
name: pulumi.Input<string>;
|
|
126
|
-
/**
|
|
127
|
-
* The zone identifier to target for the resource. Conflicts with `accountId`.
|
|
128
|
-
*/
|
|
129
|
-
zoneId?: pulumi.Input<string>;
|
|
130
|
-
}
|