@pulumi/aws 6.60.0-alpha.1731982519 → 6.60.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.
@@ -139,7 +139,7 @@ import * as outputs from "../types/output";
139
139
  *
140
140
  * ### Creating a secondary replication group for a global replication group
141
141
  *
142
- * A Global Replication Group can have one one two secondary Replication Groups in different regions. These are added to an existing Global Replication Group.
142
+ * A Global Replication Group can have up to two secondary Replication Groups in different regions. These are added to an existing Global Replication Group.
143
143
  *
144
144
  * ```typescript
145
145
  * import * as pulumi from "@pulumi/pulumi";
@@ -143,7 +143,7 @@ const utilities = require("../utilities");
143
143
  *
144
144
  * ### Creating a secondary replication group for a global replication group
145
145
  *
146
- * A Global Replication Group can have one one two secondary Replication Groups in different regions. These are added to an existing Global Replication Group.
146
+ * A Global Replication Group can have up to two secondary Replication Groups in different regions. These are added to an existing Global Replication Group.
147
147
  *
148
148
  * ```typescript
149
149
  * import * as pulumi from "@pulumi/pulumi";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/aws",
3
- "version": "6.60.0-alpha.1731982519",
3
+ "version": "6.60.0",
4
4
  "description": "A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -26,6 +26,6 @@
26
26
  "pulumi": {
27
27
  "resource": true,
28
28
  "name": "aws",
29
- "version": "6.60.0-alpha.1731982519"
29
+ "version": "6.60.0"
30
30
  }
31
31
  }
package/types/input.d.ts CHANGED
@@ -9899,6 +9899,9 @@ export declare namespace bedrock {
9899
9899
  * The buffer size.
9900
9900
  */
9901
9901
  bufferSize: pulumi.Input<number>;
9902
+ /**
9903
+ * The maximum number of tokens a chunk can contain.
9904
+ */
9902
9905
  maxToken: pulumi.Input<number>;
9903
9906
  }
9904
9907
  interface AgentDataSourceVectorIngestionConfigurationCustomTransformationConfiguration {
@@ -52885,6 +52888,9 @@ export declare namespace medialive {
52885
52888
  * Set the maximum bitrate in order to accommodate expected spikes in the complexity of the video.
52886
52889
  */
52887
52890
  maxBitrate?: pulumi.Input<number>;
52891
+ /**
52892
+ * Min interval.
52893
+ */
52888
52894
  minIInterval?: pulumi.Input<number>;
52889
52895
  /**
52890
52896
  * Number of reference frames to use.
@@ -53038,7 +53044,22 @@ export declare namespace medialive {
53038
53044
  * Set the maximum bitrate in order to accommodate expected spikes in the complexity of the video.
53039
53045
  */
53040
53046
  maxBitrate?: pulumi.Input<number>;
53047
+ /**
53048
+ * Min interval.
53049
+ */
53041
53050
  minIInterval?: pulumi.Input<number>;
53051
+ /**
53052
+ * Set the minimum QP.
53053
+ */
53054
+ minQp?: pulumi.Input<number>;
53055
+ /**
53056
+ * Enables or disables motion vector over picture boundaries.
53057
+ */
53058
+ mvOverPictureBoundaries?: pulumi.Input<string>;
53059
+ /**
53060
+ * Enables or disables the motion vector temporal predictor.
53061
+ */
53062
+ mvTemporalPredictor?: pulumi.Input<string>;
53042
53063
  /**
53043
53064
  * Pixel Aspect Ratio denominator.
53044
53065
  */
@@ -53075,6 +53096,18 @@ export declare namespace medialive {
53075
53096
  * Set the H265 tier in the output.
53076
53097
  */
53077
53098
  tier?: pulumi.Input<string>;
53099
+ /**
53100
+ * Sets the height of tiles.
53101
+ */
53102
+ tileHeight?: pulumi.Input<number>;
53103
+ /**
53104
+ * Enables or disables padding of tiles.
53105
+ */
53106
+ tilePadding?: pulumi.Input<string>;
53107
+ /**
53108
+ * Sets the width of tiles.
53109
+ */
53110
+ tileWidth?: pulumi.Input<number>;
53078
53111
  /**
53079
53112
  * Apply a burned in timecode. See H265 Timecode Burnin Settings for more details.
53080
53113
  */
@@ -53083,6 +53116,10 @@ export declare namespace medialive {
53083
53116
  * Determines how timecodes should be inserted into the video elementary stream.
53084
53117
  */
53085
53118
  timecodeInsertion?: pulumi.Input<string>;
53119
+ /**
53120
+ * Sets the size of the treeblock.
53121
+ */
53122
+ treeblockSize?: pulumi.Input<string>;
53086
53123
  }
53087
53124
  interface ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettings {
53088
53125
  /**
@@ -66288,7 +66325,7 @@ export declare namespace sagemaker {
66288
66325
  */
66289
66326
  appLifecycleManagement?: pulumi.Input<inputs.sagemaker.SpaceSpaceSettingsJupyterLabAppSettingsAppLifecycleManagement>;
66290
66327
  /**
66291
- * A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application. See `codeRepository` Block below.
66328
+ * A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application. See `codeRepository` Block below.
66292
66329
  */
66293
66330
  codeRepositories?: pulumi.Input<pulumi.Input<inputs.sagemaker.SpaceSpaceSettingsJupyterLabAppSettingsCodeRepository>[]>;
66294
66331
  /**
@@ -72300,6 +72337,16 @@ export declare namespace vpc {
72300
72337
  */
72301
72338
  values: pulumi.Input<pulumi.Input<string>[]>;
72302
72339
  }
72340
+ interface SecurityGroupVpcAssociationTimeouts {
72341
+ /**
72342
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
72343
+ */
72344
+ create?: pulumi.Input<string>;
72345
+ /**
72346
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
72347
+ */
72348
+ delete?: pulumi.Input<string>;
72349
+ }
72303
72350
  }
72304
72351
  export declare namespace vpclattice {
72305
72352
  interface ListenerDefaultAction {
@@ -1 +1 @@
1
- {"version":3,"file":"input.js","sourceRoot":"","sources":["../../types/input.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AA4z9DjF,IAAiB,GAAG,CAmanB;AAnaD,WAAiB,GAAG;IAmWhB;;OAEG;IACH,SAAgB,sCAAsC,CAAC,GAA4B;;QAC/E,uCACO,GAAG,KACN,WAAW,EAAE,MAAA,CAAC,GAAG,CAAC,WAAW,CAAC,mCAAI,WAAW,IAC/C;IACN,CAAC;IALe,0CAAsC,yCAKrD,CAAA;AAwDL,CAAC,EAnagB,GAAG,GAAH,WAAG,KAAH,WAAG,QAmanB"}
1
+ {"version":3,"file":"input.js","sourceRoot":"","sources":["../../types/input.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAi29DjF,IAAiB,GAAG,CAmanB;AAnaD,WAAiB,GAAG;IAmWhB;;OAEG;IACH,SAAgB,sCAAsC,CAAC,GAA4B;;QAC/E,uCACO,GAAG,KACN,WAAW,EAAE,MAAA,CAAC,GAAG,CAAC,WAAW,CAAC,mCAAI,WAAW,IAC/C;IACN,CAAC;IALe,0CAAsC,yCAKrD,CAAA;AAwDL,CAAC,EAnagB,GAAG,GAAH,WAAG,KAAH,WAAG,QAmanB"}
package/types/output.d.ts CHANGED
@@ -10890,6 +10890,9 @@ export declare namespace bedrock {
10890
10890
  * The buffer size.
10891
10891
  */
10892
10892
  bufferSize: number;
10893
+ /**
10894
+ * The maximum number of tokens a chunk can contain.
10895
+ */
10893
10896
  maxToken: number;
10894
10897
  }
10895
10898
  interface AgentDataSourceVectorIngestionConfigurationCustomTransformationConfiguration {
@@ -59299,6 +59302,9 @@ export declare namespace medialive {
59299
59302
  * Set the maximum bitrate in order to accommodate expected spikes in the complexity of the video.
59300
59303
  */
59301
59304
  maxBitrate: number;
59305
+ /**
59306
+ * Min interval.
59307
+ */
59302
59308
  minIInterval: number;
59303
59309
  /**
59304
59310
  * Number of reference frames to use.
@@ -59452,7 +59458,22 @@ export declare namespace medialive {
59452
59458
  * Set the maximum bitrate in order to accommodate expected spikes in the complexity of the video.
59453
59459
  */
59454
59460
  maxBitrate?: number;
59461
+ /**
59462
+ * Min interval.
59463
+ */
59455
59464
  minIInterval?: number;
59465
+ /**
59466
+ * Set the minimum QP.
59467
+ */
59468
+ minQp?: number;
59469
+ /**
59470
+ * Enables or disables motion vector over picture boundaries.
59471
+ */
59472
+ mvOverPictureBoundaries: string;
59473
+ /**
59474
+ * Enables or disables the motion vector temporal predictor.
59475
+ */
59476
+ mvTemporalPredictor: string;
59456
59477
  /**
59457
59478
  * Pixel Aspect Ratio denominator.
59458
59479
  */
@@ -59489,6 +59510,18 @@ export declare namespace medialive {
59489
59510
  * Set the H265 tier in the output.
59490
59511
  */
59491
59512
  tier: string;
59513
+ /**
59514
+ * Sets the height of tiles.
59515
+ */
59516
+ tileHeight?: number;
59517
+ /**
59518
+ * Enables or disables padding of tiles.
59519
+ */
59520
+ tilePadding: string;
59521
+ /**
59522
+ * Sets the width of tiles.
59523
+ */
59524
+ tileWidth?: number;
59492
59525
  /**
59493
59526
  * Apply a burned in timecode. See H265 Timecode Burnin Settings for more details.
59494
59527
  */
@@ -59497,6 +59530,10 @@ export declare namespace medialive {
59497
59530
  * Determines how timecodes should be inserted into the video elementary stream.
59498
59531
  */
59499
59532
  timecodeInsertion: string;
59533
+ /**
59534
+ * Sets the size of the treeblock.
59535
+ */
59536
+ treeblockSize: string;
59500
59537
  }
59501
59538
  interface ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsColorSpaceSettings {
59502
59539
  /**
@@ -73649,7 +73686,7 @@ export declare namespace sagemaker {
73649
73686
  */
73650
73687
  appLifecycleManagement?: outputs.sagemaker.SpaceSpaceSettingsJupyterLabAppSettingsAppLifecycleManagement;
73651
73688
  /**
73652
- * A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application. See `codeRepository` Block below.
73689
+ * A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application. See `codeRepository` Block below.
73653
73690
  */
73654
73691
  codeRepositories?: outputs.sagemaker.SpaceSpaceSettingsJupyterLabAppSettingsCodeRepository[];
73655
73692
  /**
@@ -80189,6 +80226,16 @@ export declare namespace vpc {
80189
80226
  */
80190
80227
  values: string[];
80191
80228
  }
80229
+ interface SecurityGroupVpcAssociationTimeouts {
80230
+ /**
80231
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
80232
+ */
80233
+ create?: string;
80234
+ /**
80235
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
80236
+ */
80237
+ delete?: string;
80238
+ }
80192
80239
  }
80193
80240
  export declare namespace vpclattice {
80194
80241
  interface GetListenerDefaultAction {
@@ -1 +1 @@
1
- {"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAuztEjF,IAAiB,GAAG,CAuanB;AAvaD,WAAiB,GAAG;IAsWhB;;OAEG;IACH,SAAgB,sCAAsC,CAAC,GAA4B;;QAC/E,uCACO,GAAG,KACN,WAAW,EAAE,MAAA,CAAC,GAAG,CAAC,WAAW,CAAC,mCAAI,WAAW,IAC/C;IACN,CAAC;IALe,0CAAsC,yCAKrD,CAAA;AAyDL,CAAC,EAvagB,GAAG,GAAH,WAAG,KAAH,WAAG,QAuanB"}
1
+ {"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AA41tEjF,IAAiB,GAAG,CAuanB;AAvaD,WAAiB,GAAG;IAsWhB;;OAEG;IACH,SAAgB,sCAAsC,CAAC,GAA4B;;QAC/E,uCACO,GAAG,KACN,WAAW,EAAE,MAAA,CAAC,GAAG,CAAC,WAAW,CAAC,mCAAI,WAAW,IAC/C;IACN,CAAC;IALe,0CAAsC,yCAKrD,CAAA;AAyDL,CAAC,EAvagB,GAAG,GAAH,WAAG,KAAH,WAAG,QAuanB"}
package/vpc/index.d.ts CHANGED
@@ -16,3 +16,6 @@ export declare const SecurityGroupEgressRule: typeof import("./securityGroupEgre
16
16
  export { SecurityGroupIngressRuleArgs, SecurityGroupIngressRuleState } from "./securityGroupIngressRule";
17
17
  export type SecurityGroupIngressRule = import("./securityGroupIngressRule").SecurityGroupIngressRule;
18
18
  export declare const SecurityGroupIngressRule: typeof import("./securityGroupIngressRule").SecurityGroupIngressRule;
19
+ export { SecurityGroupVpcAssociationArgs, SecurityGroupVpcAssociationState } from "./securityGroupVpcAssociation";
20
+ export type SecurityGroupVpcAssociation = import("./securityGroupVpcAssociation").SecurityGroupVpcAssociation;
21
+ export declare const SecurityGroupVpcAssociation: typeof import("./securityGroupVpcAssociation").SecurityGroupVpcAssociation;
package/vpc/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.SecurityGroupIngressRule = exports.SecurityGroupEgressRule = exports.getSecurityGroupRulesOutput = exports.getSecurityGroupRules = exports.getSecurityGroupRuleOutput = exports.getSecurityGroupRule = exports.EndpointServicePrivateDnsVerification = exports.EndpointPrivateDns = void 0;
5
+ exports.SecurityGroupVpcAssociation = exports.SecurityGroupIngressRule = exports.SecurityGroupEgressRule = exports.getSecurityGroupRulesOutput = exports.getSecurityGroupRules = exports.getSecurityGroupRuleOutput = exports.getSecurityGroupRule = exports.EndpointServicePrivateDnsVerification = exports.EndpointPrivateDns = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  exports.EndpointPrivateDns = null;
@@ -19,6 +19,8 @@ exports.SecurityGroupEgressRule = null;
19
19
  utilities.lazyLoad(exports, ["SecurityGroupEgressRule"], () => require("./securityGroupEgressRule"));
20
20
  exports.SecurityGroupIngressRule = null;
21
21
  utilities.lazyLoad(exports, ["SecurityGroupIngressRule"], () => require("./securityGroupIngressRule"));
22
+ exports.SecurityGroupVpcAssociation = null;
23
+ utilities.lazyLoad(exports, ["SecurityGroupVpcAssociation"], () => require("./securityGroupVpcAssociation"));
22
24
  const _module = {
23
25
  version: utilities.getVersion(),
24
26
  construct: (name, type, urn) => {
@@ -31,6 +33,8 @@ const _module = {
31
33
  return new exports.SecurityGroupEgressRule(name, undefined, { urn });
32
34
  case "aws:vpc/securityGroupIngressRule:SecurityGroupIngressRule":
33
35
  return new exports.SecurityGroupIngressRule(name, undefined, { urn });
36
+ case "aws:vpc/securityGroupVpcAssociation:SecurityGroupVpcAssociation":
37
+ return new exports.SecurityGroupVpcAssociation(name, undefined, { urn });
34
38
  default:
35
39
  throw new Error(`unknown resource type ${type}`);
36
40
  }
@@ -40,4 +44,5 @@ pulumi.runtime.registerResourceModule("aws", "vpc/endpointPrivateDns", _module);
40
44
  pulumi.runtime.registerResourceModule("aws", "vpc/endpointServicePrivateDnsVerification", _module);
41
45
  pulumi.runtime.registerResourceModule("aws", "vpc/securityGroupEgressRule", _module);
42
46
  pulumi.runtime.registerResourceModule("aws", "vpc/securityGroupIngressRule", _module);
47
+ pulumi.runtime.registerResourceModule("aws", "vpc/securityGroupVpcAssociation", _module);
43
48
  //# sourceMappingURL=index.js.map
package/vpc/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../vpc/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,kBAAkB,GAA6D,IAAW,CAAC;AACxG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,oBAAoB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,CAAC;AAI9E,QAAA,qCAAqC,GAAmG,IAAW,CAAC;AACjK,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,uCAAuC,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,yCAAyC,CAAC,CAAC,CAAC;AAGpH,QAAA,oBAAoB,GAAiE,IAAW,CAAC;AACjG,QAAA,0BAA0B,GAAuE,IAAW,CAAC;AAC1H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,sBAAsB,EAAC,4BAA4B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC;AAG/G,QAAA,qBAAqB,GAAmE,IAAW,CAAC;AACpG,QAAA,2BAA2B,GAAyE,IAAW,CAAC;AAC7H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,uBAAuB,EAAC,6BAA6B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,yBAAyB,CAAC,CAAC,CAAC;AAIlH,QAAA,uBAAuB,GAAuE,IAAW,CAAC;AACvH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,yBAAyB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,2BAA2B,CAAC,CAAC,CAAC;AAIxF,QAAA,wBAAwB,GAAyE,IAAW,CAAC;AAC1H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,0BAA0B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,4BAA4B,CAAC,CAAC,CAAC;AAGvG,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,+CAA+C;gBAChD,OAAO,IAAI,0BAAkB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAChE,KAAK,qFAAqF;gBACtF,OAAO,IAAI,6CAAqC,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACnF,KAAK,yDAAyD;gBAC1D,OAAO,IAAI,+BAAuB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACrE,KAAK,2DAA2D;gBAC5D,OAAO,IAAI,gCAAwB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACtE;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,wBAAwB,EAAE,OAAO,CAAC,CAAA;AAC/E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,2CAA2C,EAAE,OAAO,CAAC,CAAA;AAClG,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,6BAA6B,EAAE,OAAO,CAAC,CAAA;AACpF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,8BAA8B,EAAE,OAAO,CAAC,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../vpc/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,96 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * Resource for managing Security Group VPC Associations.
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as aws from "@pulumi/aws";
12
+ *
13
+ * const example = new aws.vpc.SecurityGroupVpcAssociation("example", {
14
+ * securityGroupId: "sg-05f1f54ab49bb39a3",
15
+ * vpcId: "vpc-01df9d105095412ba",
16
+ * });
17
+ * ```
18
+ *
19
+ * ## Import
20
+ *
21
+ * Using `pulumi import`, import a Security Group VPC Association using the `security_group_id` and `vpc_id` arguments, separated by a comma (`,`). For example:
22
+ *
23
+ * ```sh
24
+ * $ pulumi import aws:vpc/securityGroupVpcAssociation:SecurityGroupVpcAssociation example sg-12345,vpc-67890
25
+ * ```
26
+ */
27
+ export declare class SecurityGroupVpcAssociation extends pulumi.CustomResource {
28
+ /**
29
+ * Get an existing SecurityGroupVpcAssociation resource's state with the given name, ID, and optional extra
30
+ * properties used to qualify the lookup.
31
+ *
32
+ * @param name The _unique_ name of the resulting resource.
33
+ * @param id The _unique_ provider ID of the resource to lookup.
34
+ * @param state Any extra arguments used during the lookup.
35
+ * @param opts Optional settings to control the behavior of the CustomResource.
36
+ */
37
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: SecurityGroupVpcAssociationState, opts?: pulumi.CustomResourceOptions): SecurityGroupVpcAssociation;
38
+ /**
39
+ * Returns true if the given object is an instance of SecurityGroupVpcAssociation. This is designed to work even
40
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
41
+ */
42
+ static isInstance(obj: any): obj is SecurityGroupVpcAssociation;
43
+ /**
44
+ * The ID of the security group.
45
+ */
46
+ readonly securityGroupId: pulumi.Output<string>;
47
+ /**
48
+ * State of the VPC association. See the [AWS documentation](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SecurityGroupVpcAssociation.html) for possible values.
49
+ */
50
+ readonly state: pulumi.Output<string>;
51
+ readonly timeouts: pulumi.Output<outputs.vpc.SecurityGroupVpcAssociationTimeouts | undefined>;
52
+ /**
53
+ * The ID of the VPC to make the association with.
54
+ */
55
+ readonly vpcId: pulumi.Output<string>;
56
+ /**
57
+ * Create a SecurityGroupVpcAssociation resource with the given unique name, arguments, and options.
58
+ *
59
+ * @param name The _unique_ name of the resource.
60
+ * @param args The arguments to use to populate this resource's properties.
61
+ * @param opts A bag of options that control this resource's behavior.
62
+ */
63
+ constructor(name: string, args: SecurityGroupVpcAssociationArgs, opts?: pulumi.CustomResourceOptions);
64
+ }
65
+ /**
66
+ * Input properties used for looking up and filtering SecurityGroupVpcAssociation resources.
67
+ */
68
+ export interface SecurityGroupVpcAssociationState {
69
+ /**
70
+ * The ID of the security group.
71
+ */
72
+ securityGroupId?: pulumi.Input<string>;
73
+ /**
74
+ * State of the VPC association. See the [AWS documentation](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SecurityGroupVpcAssociation.html) for possible values.
75
+ */
76
+ state?: pulumi.Input<string>;
77
+ timeouts?: pulumi.Input<inputs.vpc.SecurityGroupVpcAssociationTimeouts>;
78
+ /**
79
+ * The ID of the VPC to make the association with.
80
+ */
81
+ vpcId?: pulumi.Input<string>;
82
+ }
83
+ /**
84
+ * The set of arguments for constructing a SecurityGroupVpcAssociation resource.
85
+ */
86
+ export interface SecurityGroupVpcAssociationArgs {
87
+ /**
88
+ * The ID of the security group.
89
+ */
90
+ securityGroupId: pulumi.Input<string>;
91
+ timeouts?: pulumi.Input<inputs.vpc.SecurityGroupVpcAssociationTimeouts>;
92
+ /**
93
+ * The ID of the VPC to make the association with.
94
+ */
95
+ vpcId: pulumi.Input<string>;
96
+ }
@@ -0,0 +1,84 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.SecurityGroupVpcAssociation = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Resource for managing Security Group VPC Associations.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as aws from "@pulumi/aws";
16
+ *
17
+ * const example = new aws.vpc.SecurityGroupVpcAssociation("example", {
18
+ * securityGroupId: "sg-05f1f54ab49bb39a3",
19
+ * vpcId: "vpc-01df9d105095412ba",
20
+ * });
21
+ * ```
22
+ *
23
+ * ## Import
24
+ *
25
+ * Using `pulumi import`, import a Security Group VPC Association using the `security_group_id` and `vpc_id` arguments, separated by a comma (`,`). For example:
26
+ *
27
+ * ```sh
28
+ * $ pulumi import aws:vpc/securityGroupVpcAssociation:SecurityGroupVpcAssociation example sg-12345,vpc-67890
29
+ * ```
30
+ */
31
+ class SecurityGroupVpcAssociation extends pulumi.CustomResource {
32
+ /**
33
+ * Get an existing SecurityGroupVpcAssociation resource's state with the given name, ID, and optional extra
34
+ * properties used to qualify the lookup.
35
+ *
36
+ * @param name The _unique_ name of the resulting resource.
37
+ * @param id The _unique_ provider ID of the resource to lookup.
38
+ * @param state Any extra arguments used during the lookup.
39
+ * @param opts Optional settings to control the behavior of the CustomResource.
40
+ */
41
+ static get(name, id, state, opts) {
42
+ return new SecurityGroupVpcAssociation(name, state, Object.assign(Object.assign({}, opts), { id: id }));
43
+ }
44
+ /**
45
+ * Returns true if the given object is an instance of SecurityGroupVpcAssociation. This is designed to work even
46
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
47
+ */
48
+ static isInstance(obj) {
49
+ if (obj === undefined || obj === null) {
50
+ return false;
51
+ }
52
+ return obj['__pulumiType'] === SecurityGroupVpcAssociation.__pulumiType;
53
+ }
54
+ constructor(name, argsOrState, opts) {
55
+ let resourceInputs = {};
56
+ opts = opts || {};
57
+ if (opts.id) {
58
+ const state = argsOrState;
59
+ resourceInputs["securityGroupId"] = state ? state.securityGroupId : undefined;
60
+ resourceInputs["state"] = state ? state.state : undefined;
61
+ resourceInputs["timeouts"] = state ? state.timeouts : undefined;
62
+ resourceInputs["vpcId"] = state ? state.vpcId : undefined;
63
+ }
64
+ else {
65
+ const args = argsOrState;
66
+ if ((!args || args.securityGroupId === undefined) && !opts.urn) {
67
+ throw new Error("Missing required property 'securityGroupId'");
68
+ }
69
+ if ((!args || args.vpcId === undefined) && !opts.urn) {
70
+ throw new Error("Missing required property 'vpcId'");
71
+ }
72
+ resourceInputs["securityGroupId"] = args ? args.securityGroupId : undefined;
73
+ resourceInputs["timeouts"] = args ? args.timeouts : undefined;
74
+ resourceInputs["vpcId"] = args ? args.vpcId : undefined;
75
+ resourceInputs["state"] = undefined /*out*/;
76
+ }
77
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
78
+ super(SecurityGroupVpcAssociation.__pulumiType, name, resourceInputs, opts);
79
+ }
80
+ }
81
+ exports.SecurityGroupVpcAssociation = SecurityGroupVpcAssociation;
82
+ /** @internal */
83
+ SecurityGroupVpcAssociation.__pulumiType = 'aws:vpc/securityGroupVpcAssociation:SecurityGroupVpcAssociation';
84
+ //# sourceMappingURL=securityGroupVpcAssociation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"securityGroupVpcAssociation.js","sourceRoot":"","sources":["../../vpc/securityGroupVpcAssociation.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,MAAa,2BAA4B,SAAQ,MAAM,CAAC,cAAc;IAClE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwC,EAAE,IAAmC;QACtI,OAAO,IAAI,2BAA2B,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAClF,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,2BAA2B,CAAC,YAAY,CAAC;IAC5E,CAAC;IAwBD,YAAY,IAAY,EAAE,WAAgF,EAAE,IAAmC;QAC3I,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA2D,CAAC;YAC1E,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;aAAM;YACH,MAAM,IAAI,GAAG,WAA0D,CAAC;YACxE,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,eAAe,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5D,MAAM,IAAI,KAAK,CAAC,6CAA6C,CAAC,CAAC;aAClE;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,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC/C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,2BAA2B,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChF,CAAC;;AA1EL,kEA2EC;AA7DG,gBAAgB;AACO,wCAAY,GAAG,iEAAiE,CAAC"}