@cdktf-providers/aptible 0.9.18 → 0.9.19
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 +3 -3
- package/dist/app/index.d.ts +64 -55
- package/dist/app/index.js +34 -6
- package/dist/data-aptible-backup-retention-policy/index.d.ts +5 -5
- package/dist/data-aptible-backup-retention-policy/index.js +6 -6
- package/dist/data-aptible-environment/index.d.ts +5 -5
- package/dist/data-aptible-environment/index.js +6 -6
- package/dist/data-aptible-stack/index.d.ts +5 -5
- package/dist/data-aptible-stack/index.js +6 -6
- package/dist/database/index.d.ts +13 -13
- package/dist/database/index.js +6 -6
- package/dist/endpoint/index.d.ts +19 -19
- package/dist/endpoint/index.js +6 -6
- package/dist/environment/index.d.ts +13 -13
- package/dist/environment/index.js +6 -6
- package/dist/log-drain/index.d.ts +21 -21
- package/dist/log-drain/index.js +6 -6
- package/dist/metric-drain/index.d.ts +16 -16
- package/dist/metric-drain/index.js +6 -6
- package/dist/provider/index.d.ts +4 -4
- package/dist/provider/index.js +6 -6
- package/dist/replica/index.d.ts +12 -12
- package/dist/replica/index.js +6 -6
- package/package.json +2 -2
|
@@ -2,83 +2,83 @@ import { Construct } from 'constructs';
|
|
|
2
2
|
import * as cdktf from 'cdktf';
|
|
3
3
|
export interface LogDrainConfig extends cdktf.TerraformMetaArguments {
|
|
4
4
|
/**
|
|
5
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
5
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/log_drain#database_id LogDrain#database_id}
|
|
6
6
|
*/
|
|
7
7
|
readonly databaseId?: number;
|
|
8
8
|
/**
|
|
9
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
9
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/log_drain#drain_apps LogDrain#drain_apps}
|
|
10
10
|
*/
|
|
11
11
|
readonly drainApps?: boolean | cdktf.IResolvable;
|
|
12
12
|
/**
|
|
13
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
13
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/log_drain#drain_databases LogDrain#drain_databases}
|
|
14
14
|
*/
|
|
15
15
|
readonly drainDatabases?: boolean | cdktf.IResolvable;
|
|
16
16
|
/**
|
|
17
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
17
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/log_drain#drain_ephemeral_sessions LogDrain#drain_ephemeral_sessions}
|
|
18
18
|
*/
|
|
19
19
|
readonly drainEphemeralSessions?: boolean | cdktf.IResolvable;
|
|
20
20
|
/**
|
|
21
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
21
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/log_drain#drain_host LogDrain#drain_host}
|
|
22
22
|
*/
|
|
23
23
|
readonly drainHost?: string;
|
|
24
24
|
/**
|
|
25
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
25
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/log_drain#drain_password LogDrain#drain_password}
|
|
26
26
|
*/
|
|
27
27
|
readonly drainPassword?: string;
|
|
28
28
|
/**
|
|
29
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
29
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/log_drain#drain_port LogDrain#drain_port}
|
|
30
30
|
*/
|
|
31
31
|
readonly drainPort?: number;
|
|
32
32
|
/**
|
|
33
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
33
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/log_drain#drain_proxies LogDrain#drain_proxies}
|
|
34
34
|
*/
|
|
35
35
|
readonly drainProxies?: boolean | cdktf.IResolvable;
|
|
36
36
|
/**
|
|
37
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
37
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/log_drain#drain_type LogDrain#drain_type}
|
|
38
38
|
*/
|
|
39
39
|
readonly drainType: string;
|
|
40
40
|
/**
|
|
41
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
41
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/log_drain#drain_username LogDrain#drain_username}
|
|
42
42
|
*/
|
|
43
43
|
readonly drainUsername?: string;
|
|
44
44
|
/**
|
|
45
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
45
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/log_drain#env_id LogDrain#env_id}
|
|
46
46
|
*/
|
|
47
47
|
readonly envId: number;
|
|
48
48
|
/**
|
|
49
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
49
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/log_drain#handle LogDrain#handle}
|
|
50
50
|
*/
|
|
51
51
|
readonly handle: string;
|
|
52
52
|
/**
|
|
53
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
53
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/log_drain#id LogDrain#id}
|
|
54
54
|
*
|
|
55
55
|
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
56
56
|
* 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.
|
|
57
57
|
*/
|
|
58
58
|
readonly id?: string;
|
|
59
59
|
/**
|
|
60
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
60
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/log_drain#logging_token LogDrain#logging_token}
|
|
61
61
|
*/
|
|
62
62
|
readonly loggingToken?: string;
|
|
63
63
|
/**
|
|
64
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
64
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/log_drain#pipeline LogDrain#pipeline}
|
|
65
65
|
*/
|
|
66
66
|
readonly pipeline?: string;
|
|
67
67
|
/**
|
|
68
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
68
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/log_drain#tags LogDrain#tags}
|
|
69
69
|
*/
|
|
70
70
|
readonly tags?: string;
|
|
71
71
|
/**
|
|
72
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
72
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/log_drain#token LogDrain#token}
|
|
73
73
|
*/
|
|
74
74
|
readonly token?: string;
|
|
75
75
|
/**
|
|
76
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
76
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/log_drain#url LogDrain#url}
|
|
77
77
|
*/
|
|
78
78
|
readonly url?: string;
|
|
79
79
|
}
|
|
80
80
|
/**
|
|
81
|
-
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
81
|
+
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/log_drain aptible_log_drain}
|
|
82
82
|
*/
|
|
83
83
|
export declare class LogDrain extends cdktf.TerraformResource {
|
|
84
84
|
static readonly tfResourceType = "aptible_log_drain";
|
|
@@ -86,12 +86,12 @@ export declare class LogDrain extends cdktf.TerraformResource {
|
|
|
86
86
|
* Generates CDKTF code for importing a LogDrain resource upon running "cdktf plan <stack-name>"
|
|
87
87
|
* @param scope The scope in which to define this construct
|
|
88
88
|
* @param importToId The construct id used in the generated config for the LogDrain to import
|
|
89
|
-
* @param importFromId The id of the existing LogDrain that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
89
|
+
* @param importFromId The id of the existing LogDrain that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/log_drain#import import section} in the documentation of this resource for the id to use
|
|
90
90
|
* @param provider? Optional instance of the provider where the LogDrain to import is found
|
|
91
91
|
*/
|
|
92
92
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
93
93
|
/**
|
|
94
|
-
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
94
|
+
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/log_drain aptible_log_drain} Resource
|
|
95
95
|
*
|
|
96
96
|
* @param scope The scope in which to define this construct
|
|
97
97
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
package/dist/log-drain/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
// https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
1
|
+
// https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/log_drain
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
/**
|
|
5
|
-
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
5
|
+
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/log_drain aptible_log_drain}
|
|
6
6
|
*/
|
|
7
7
|
export class LogDrain extends cdktf.TerraformResource {
|
|
8
8
|
// =================
|
|
@@ -16,7 +16,7 @@ export class LogDrain extends cdktf.TerraformResource {
|
|
|
16
16
|
* Generates CDKTF code for importing a LogDrain resource upon running "cdktf plan <stack-name>"
|
|
17
17
|
* @param scope The scope in which to define this construct
|
|
18
18
|
* @param importToId The construct id used in the generated config for the LogDrain to import
|
|
19
|
-
* @param importFromId The id of the existing LogDrain that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
19
|
+
* @param importFromId The id of the existing LogDrain that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/log_drain#import import section} in the documentation of this resource for the id to use
|
|
20
20
|
* @param provider? Optional instance of the provider where the LogDrain to import is found
|
|
21
21
|
*/
|
|
22
22
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -26,7 +26,7 @@ export class LogDrain extends cdktf.TerraformResource {
|
|
|
26
26
|
// INITIALIZER
|
|
27
27
|
// ===========
|
|
28
28
|
/**
|
|
29
|
-
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
29
|
+
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/log_drain aptible_log_drain} Resource
|
|
30
30
|
*
|
|
31
31
|
* @param scope The scope in which to define this construct
|
|
32
32
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -37,8 +37,8 @@ export class LogDrain extends cdktf.TerraformResource {
|
|
|
37
37
|
terraformResourceType: 'aptible_log_drain',
|
|
38
38
|
terraformGeneratorMetadata: {
|
|
39
39
|
providerName: 'aptible',
|
|
40
|
-
providerVersion: '0.9.
|
|
41
|
-
providerVersionConstraint: '0.9.
|
|
40
|
+
providerVersion: '0.9.19',
|
|
41
|
+
providerVersionConstraint: '0.9.19'
|
|
42
42
|
},
|
|
43
43
|
provider: config.provider,
|
|
44
44
|
dependsOn: config.dependsOn,
|
|
@@ -2,63 +2,63 @@ import { Construct } from 'constructs';
|
|
|
2
2
|
import * as cdktf from 'cdktf';
|
|
3
3
|
export interface MetricDrainConfig extends cdktf.TerraformMetaArguments {
|
|
4
4
|
/**
|
|
5
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
5
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/metric_drain#api_key MetricDrain#api_key}
|
|
6
6
|
*/
|
|
7
7
|
readonly apiKey?: string;
|
|
8
8
|
/**
|
|
9
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
9
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/metric_drain#bucket MetricDrain#bucket}
|
|
10
10
|
*/
|
|
11
11
|
readonly bucket?: string;
|
|
12
12
|
/**
|
|
13
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
13
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/metric_drain#database MetricDrain#database}
|
|
14
14
|
*/
|
|
15
15
|
readonly database?: string;
|
|
16
16
|
/**
|
|
17
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
17
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/metric_drain#database_id MetricDrain#database_id}
|
|
18
18
|
*/
|
|
19
19
|
readonly databaseId?: number;
|
|
20
20
|
/**
|
|
21
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
21
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/metric_drain#drain_type MetricDrain#drain_type}
|
|
22
22
|
*/
|
|
23
23
|
readonly drainType: string;
|
|
24
24
|
/**
|
|
25
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
25
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/metric_drain#env_id MetricDrain#env_id}
|
|
26
26
|
*/
|
|
27
27
|
readonly envId: number;
|
|
28
28
|
/**
|
|
29
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
29
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/metric_drain#handle MetricDrain#handle}
|
|
30
30
|
*/
|
|
31
31
|
readonly handle: string;
|
|
32
32
|
/**
|
|
33
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
33
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/metric_drain#id MetricDrain#id}
|
|
34
34
|
*
|
|
35
35
|
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
36
36
|
* 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.
|
|
37
37
|
*/
|
|
38
38
|
readonly id?: string;
|
|
39
39
|
/**
|
|
40
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
40
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/metric_drain#organization MetricDrain#organization}
|
|
41
41
|
*/
|
|
42
42
|
readonly organization?: string;
|
|
43
43
|
/**
|
|
44
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
44
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/metric_drain#password MetricDrain#password}
|
|
45
45
|
*/
|
|
46
46
|
readonly password?: string;
|
|
47
47
|
/**
|
|
48
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
48
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/metric_drain#series_url MetricDrain#series_url}
|
|
49
49
|
*/
|
|
50
50
|
readonly seriesUrl?: string;
|
|
51
51
|
/**
|
|
52
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
52
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/metric_drain#url MetricDrain#url}
|
|
53
53
|
*/
|
|
54
54
|
readonly url?: string;
|
|
55
55
|
/**
|
|
56
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
56
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/metric_drain#username MetricDrain#username}
|
|
57
57
|
*/
|
|
58
58
|
readonly username?: string;
|
|
59
59
|
}
|
|
60
60
|
/**
|
|
61
|
-
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
61
|
+
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/metric_drain aptible_metric_drain}
|
|
62
62
|
*/
|
|
63
63
|
export declare class MetricDrain extends cdktf.TerraformResource {
|
|
64
64
|
static readonly tfResourceType = "aptible_metric_drain";
|
|
@@ -66,12 +66,12 @@ export declare class MetricDrain extends cdktf.TerraformResource {
|
|
|
66
66
|
* Generates CDKTF code for importing a MetricDrain resource upon running "cdktf plan <stack-name>"
|
|
67
67
|
* @param scope The scope in which to define this construct
|
|
68
68
|
* @param importToId The construct id used in the generated config for the MetricDrain to import
|
|
69
|
-
* @param importFromId The id of the existing MetricDrain that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
69
|
+
* @param importFromId The id of the existing MetricDrain that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/metric_drain#import import section} in the documentation of this resource for the id to use
|
|
70
70
|
* @param provider? Optional instance of the provider where the MetricDrain to import is found
|
|
71
71
|
*/
|
|
72
72
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
73
73
|
/**
|
|
74
|
-
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
74
|
+
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/metric_drain aptible_metric_drain} Resource
|
|
75
75
|
*
|
|
76
76
|
* @param scope The scope in which to define this construct
|
|
77
77
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
// https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
1
|
+
// https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/metric_drain
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
/**
|
|
5
|
-
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
5
|
+
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/metric_drain aptible_metric_drain}
|
|
6
6
|
*/
|
|
7
7
|
export class MetricDrain extends cdktf.TerraformResource {
|
|
8
8
|
// =================
|
|
@@ -16,7 +16,7 @@ export class MetricDrain extends cdktf.TerraformResource {
|
|
|
16
16
|
* Generates CDKTF code for importing a MetricDrain resource upon running "cdktf plan <stack-name>"
|
|
17
17
|
* @param scope The scope in which to define this construct
|
|
18
18
|
* @param importToId The construct id used in the generated config for the MetricDrain to import
|
|
19
|
-
* @param importFromId The id of the existing MetricDrain that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
19
|
+
* @param importFromId The id of the existing MetricDrain that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/metric_drain#import import section} in the documentation of this resource for the id to use
|
|
20
20
|
* @param provider? Optional instance of the provider where the MetricDrain to import is found
|
|
21
21
|
*/
|
|
22
22
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -26,7 +26,7 @@ export class MetricDrain extends cdktf.TerraformResource {
|
|
|
26
26
|
// INITIALIZER
|
|
27
27
|
// ===========
|
|
28
28
|
/**
|
|
29
|
-
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
29
|
+
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/metric_drain aptible_metric_drain} Resource
|
|
30
30
|
*
|
|
31
31
|
* @param scope The scope in which to define this construct
|
|
32
32
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -37,8 +37,8 @@ export class MetricDrain extends cdktf.TerraformResource {
|
|
|
37
37
|
terraformResourceType: 'aptible_metric_drain',
|
|
38
38
|
terraformGeneratorMetadata: {
|
|
39
39
|
providerName: 'aptible',
|
|
40
|
-
providerVersion: '0.9.
|
|
41
|
-
providerVersionConstraint: '0.9.
|
|
40
|
+
providerVersion: '0.9.19',
|
|
41
|
+
providerVersionConstraint: '0.9.19'
|
|
42
42
|
},
|
|
43
43
|
provider: config.provider,
|
|
44
44
|
dependsOn: config.dependsOn,
|
package/dist/provider/index.d.ts
CHANGED
|
@@ -4,12 +4,12 @@ export interface AptibleProviderConfig {
|
|
|
4
4
|
/**
|
|
5
5
|
* Alias name
|
|
6
6
|
*
|
|
7
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
7
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs#alias AptibleProvider#alias}
|
|
8
8
|
*/
|
|
9
9
|
readonly alias?: string;
|
|
10
10
|
}
|
|
11
11
|
/**
|
|
12
|
-
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
12
|
+
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs aptible}
|
|
13
13
|
*/
|
|
14
14
|
export declare class AptibleProvider extends cdktf.TerraformProvider {
|
|
15
15
|
static readonly tfResourceType = "aptible";
|
|
@@ -17,12 +17,12 @@ export declare class AptibleProvider extends cdktf.TerraformProvider {
|
|
|
17
17
|
* Generates CDKTF code for importing a AptibleProvider resource upon running "cdktf plan <stack-name>"
|
|
18
18
|
* @param scope The scope in which to define this construct
|
|
19
19
|
* @param importToId The construct id used in the generated config for the AptibleProvider to import
|
|
20
|
-
* @param importFromId The id of the existing AptibleProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
20
|
+
* @param importFromId The id of the existing AptibleProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs#import import section} in the documentation of this resource for the id to use
|
|
21
21
|
* @param provider? Optional instance of the provider where the AptibleProvider to import is found
|
|
22
22
|
*/
|
|
23
23
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
24
24
|
/**
|
|
25
|
-
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
25
|
+
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs aptible} Resource
|
|
26
26
|
*
|
|
27
27
|
* @param scope The scope in which to define this construct
|
|
28
28
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
package/dist/provider/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
// https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
1
|
+
// https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
/**
|
|
5
|
-
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
5
|
+
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs aptible}
|
|
6
6
|
*/
|
|
7
7
|
export class AptibleProvider extends cdktf.TerraformProvider {
|
|
8
8
|
// =================
|
|
@@ -16,7 +16,7 @@ export class AptibleProvider extends cdktf.TerraformProvider {
|
|
|
16
16
|
* Generates CDKTF code for importing a AptibleProvider resource upon running "cdktf plan <stack-name>"
|
|
17
17
|
* @param scope The scope in which to define this construct
|
|
18
18
|
* @param importToId The construct id used in the generated config for the AptibleProvider to import
|
|
19
|
-
* @param importFromId The id of the existing AptibleProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
19
|
+
* @param importFromId The id of the existing AptibleProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs#import import section} in the documentation of this resource for the id to use
|
|
20
20
|
* @param provider? Optional instance of the provider where the AptibleProvider to import is found
|
|
21
21
|
*/
|
|
22
22
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -26,7 +26,7 @@ export class AptibleProvider extends cdktf.TerraformProvider {
|
|
|
26
26
|
// INITIALIZER
|
|
27
27
|
// ===========
|
|
28
28
|
/**
|
|
29
|
-
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
29
|
+
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs aptible} Resource
|
|
30
30
|
*
|
|
31
31
|
* @param scope The scope in which to define this construct
|
|
32
32
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -37,8 +37,8 @@ export class AptibleProvider extends cdktf.TerraformProvider {
|
|
|
37
37
|
terraformResourceType: 'aptible',
|
|
38
38
|
terraformGeneratorMetadata: {
|
|
39
39
|
providerName: 'aptible',
|
|
40
|
-
providerVersion: '0.9.
|
|
41
|
-
providerVersionConstraint: '0.9.
|
|
40
|
+
providerVersion: '0.9.19',
|
|
41
|
+
providerVersionConstraint: '0.9.19'
|
|
42
42
|
},
|
|
43
43
|
terraformProviderSource: 'aptible/aptible'
|
|
44
44
|
});
|
package/dist/replica/index.d.ts
CHANGED
|
@@ -2,47 +2,47 @@ import { Construct } from 'constructs';
|
|
|
2
2
|
import * as cdktf from 'cdktf';
|
|
3
3
|
export interface ReplicaConfig extends cdktf.TerraformMetaArguments {
|
|
4
4
|
/**
|
|
5
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
5
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/replica#container_profile Replica#container_profile}
|
|
6
6
|
*/
|
|
7
7
|
readonly containerProfile?: string;
|
|
8
8
|
/**
|
|
9
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
9
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/replica#container_size Replica#container_size}
|
|
10
10
|
*/
|
|
11
11
|
readonly containerSize?: number;
|
|
12
12
|
/**
|
|
13
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
13
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/replica#disk_size Replica#disk_size}
|
|
14
14
|
*/
|
|
15
15
|
readonly diskSize?: number;
|
|
16
16
|
/**
|
|
17
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
17
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/replica#enable_backups Replica#enable_backups}
|
|
18
18
|
*/
|
|
19
19
|
readonly enableBackups?: boolean | cdktf.IResolvable;
|
|
20
20
|
/**
|
|
21
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
21
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/replica#env_id Replica#env_id}
|
|
22
22
|
*/
|
|
23
23
|
readonly envId: number;
|
|
24
24
|
/**
|
|
25
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
25
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/replica#handle Replica#handle}
|
|
26
26
|
*/
|
|
27
27
|
readonly handle: string;
|
|
28
28
|
/**
|
|
29
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
29
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/replica#id Replica#id}
|
|
30
30
|
*
|
|
31
31
|
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
32
32
|
* 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.
|
|
33
33
|
*/
|
|
34
34
|
readonly id?: string;
|
|
35
35
|
/**
|
|
36
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
36
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/replica#iops Replica#iops}
|
|
37
37
|
*/
|
|
38
38
|
readonly iops?: number;
|
|
39
39
|
/**
|
|
40
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
40
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/replica#primary_database_id Replica#primary_database_id}
|
|
41
41
|
*/
|
|
42
42
|
readonly primaryDatabaseId: number;
|
|
43
43
|
}
|
|
44
44
|
/**
|
|
45
|
-
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
45
|
+
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/replica aptible_replica}
|
|
46
46
|
*/
|
|
47
47
|
export declare class Replica extends cdktf.TerraformResource {
|
|
48
48
|
static readonly tfResourceType = "aptible_replica";
|
|
@@ -50,12 +50,12 @@ export declare class Replica extends cdktf.TerraformResource {
|
|
|
50
50
|
* Generates CDKTF code for importing a Replica resource upon running "cdktf plan <stack-name>"
|
|
51
51
|
* @param scope The scope in which to define this construct
|
|
52
52
|
* @param importToId The construct id used in the generated config for the Replica to import
|
|
53
|
-
* @param importFromId The id of the existing Replica that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
53
|
+
* @param importFromId The id of the existing Replica that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/replica#import import section} in the documentation of this resource for the id to use
|
|
54
54
|
* @param provider? Optional instance of the provider where the Replica to import is found
|
|
55
55
|
*/
|
|
56
56
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
57
57
|
/**
|
|
58
|
-
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
58
|
+
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/replica aptible_replica} Resource
|
|
59
59
|
*
|
|
60
60
|
* @param scope The scope in which to define this construct
|
|
61
61
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
package/dist/replica/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
// https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
1
|
+
// https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/replica
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
/**
|
|
5
|
-
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
5
|
+
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/replica aptible_replica}
|
|
6
6
|
*/
|
|
7
7
|
export class Replica extends cdktf.TerraformResource {
|
|
8
8
|
// =================
|
|
@@ -16,7 +16,7 @@ export class Replica extends cdktf.TerraformResource {
|
|
|
16
16
|
* Generates CDKTF code for importing a Replica resource upon running "cdktf plan <stack-name>"
|
|
17
17
|
* @param scope The scope in which to define this construct
|
|
18
18
|
* @param importToId The construct id used in the generated config for the Replica to import
|
|
19
|
-
* @param importFromId The id of the existing Replica that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
19
|
+
* @param importFromId The id of the existing Replica that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/replica#import import section} in the documentation of this resource for the id to use
|
|
20
20
|
* @param provider? Optional instance of the provider where the Replica to import is found
|
|
21
21
|
*/
|
|
22
22
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -26,7 +26,7 @@ export class Replica extends cdktf.TerraformResource {
|
|
|
26
26
|
// INITIALIZER
|
|
27
27
|
// ===========
|
|
28
28
|
/**
|
|
29
|
-
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
29
|
+
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/replica aptible_replica} Resource
|
|
30
30
|
*
|
|
31
31
|
* @param scope The scope in which to define this construct
|
|
32
32
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -37,8 +37,8 @@ export class Replica extends cdktf.TerraformResource {
|
|
|
37
37
|
terraformResourceType: 'aptible_replica',
|
|
38
38
|
terraformGeneratorMetadata: {
|
|
39
39
|
providerName: 'aptible',
|
|
40
|
-
providerVersion: '0.9.
|
|
41
|
-
providerVersionConstraint: '0.9.
|
|
40
|
+
providerVersion: '0.9.19',
|
|
41
|
+
providerVersionConstraint: '0.9.19'
|
|
42
42
|
},
|
|
43
43
|
provider: config.provider,
|
|
44
44
|
dependsOn: config.dependsOn,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cdktf-providers/aptible",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.19",
|
|
4
4
|
"description": "Prebuilt aptible Provider for Terraform CDK (cdktf)",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"isDeprecated": false,
|
|
45
45
|
"provider": {
|
|
46
46
|
"name": "registry.terraform.io/aptible/aptible",
|
|
47
|
-
"version": "0.9.
|
|
47
|
+
"version": "0.9.19"
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
}
|