@pulumi/aws-native 1.40.0-alpha.1765431535 → 1.40.0-alpha.1765482205
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/autoscaling/autoScalingGroup.d.ts +2 -0
- package/autoscaling/autoScalingGroup.js +2 -0
- package/autoscaling/autoScalingGroup.js.map +1 -1
- package/autoscaling/getAutoScalingGroup.d.ts +1 -0
- package/autoscaling/getAutoScalingGroup.js.map +1 -1
- package/backup/getLogicallyAirGappedBackupVault.d.ts +3 -0
- package/backup/getLogicallyAirGappedBackupVault.js.map +1 -1
- package/backup/logicallyAirGappedBackupVault.d.ts +10 -0
- package/backup/logicallyAirGappedBackupVault.js.map +1 -1
- package/cleanrooms/analysisTemplate.d.ts +2 -0
- package/cleanrooms/analysisTemplate.js +3 -1
- package/cleanrooms/analysisTemplate.js.map +1 -1
- package/connect/dataTable.d.ts +112 -0
- package/connect/dataTable.js +80 -0
- package/connect/dataTable.js.map +1 -0
- package/connect/dataTableAttribute.d.ts +54 -0
- package/connect/dataTableAttribute.js +78 -0
- package/connect/dataTableAttribute.js.map +1 -0
- package/connect/dataTableRecord.d.ts +42 -0
- package/connect/dataTableRecord.js +64 -0
- package/connect/dataTableRecord.js.map +1 -0
- package/connect/getDataTable.d.ts +73 -0
- package/connect/getDataTable.js +30 -0
- package/connect/getDataTable.js.map +1 -0
- package/connect/getDataTableAttribute.d.ts +32 -0
- package/connect/getDataTableAttribute.js +32 -0
- package/connect/getDataTableAttribute.js.map +1 -0
- package/connect/getDataTableRecord.d.ts +24 -0
- package/connect/getDataTableRecord.js +32 -0
- package/connect/getDataTableRecord.js.map +1 -0
- package/connect/getSecurityProfile.d.ts +3 -0
- package/connect/getSecurityProfile.js.map +1 -1
- package/connect/getWorkspace.d.ts +69 -0
- package/{robomaker/getRobot.js → connect/getWorkspace.js} +10 -10
- package/connect/getWorkspace.js.map +1 -0
- package/connect/index.d.ts +24 -0
- package/connect/index.js +30 -2
- package/connect/index.js.map +1 -1
- package/connect/securityProfile.d.ts +6 -0
- package/connect/securityProfile.js.map +1 -1
- package/connect/workspace.d.ts +124 -0
- package/connect/workspace.js +83 -0
- package/connect/workspace.js.map +1 -0
- package/connectcampaignsv2/campaign.d.ts +5 -2
- package/connectcampaignsv2/campaign.js +2 -3
- package/connectcampaignsv2/campaign.js.map +1 -1
- package/connectcampaignsv2/getCampaign.d.ts +2 -0
- package/connectcampaignsv2/getCampaign.js.map +1 -1
- package/dsql/cluster.d.ts +4 -0
- package/dsql/cluster.js +2 -0
- package/dsql/cluster.js.map +1 -1
- package/dsql/getCluster.d.ts +4 -0
- package/dsql/getCluster.js.map +1 -1
- package/ec2/getNatGateway.d.ts +26 -0
- package/ec2/getNatGateway.js.map +1 -1
- package/ec2/getNetworkInterface.d.ts +1 -0
- package/ec2/getNetworkInterface.js.map +1 -1
- package/ec2/getNetworkInterfaceAttachment.d.ts +4 -4
- package/ec2/getNetworkInterfaceAttachment.js +2 -2
- package/ec2/natGateway.d.ts +50 -0
- package/ec2/natGateway.js +11 -1
- package/ec2/natGateway.js.map +1 -1
- package/ec2/networkInterface.d.ts +10 -0
- package/ec2/networkInterface.js +4 -0
- package/ec2/networkInterface.js.map +1 -1
- package/ec2/networkInterfaceAttachment.d.ts +7 -7
- package/ec2/networkInterfaceAttachment.js +1 -1
- package/ecs/expressGatewayService.d.ts +2 -0
- package/ecs/expressGatewayService.js +4 -0
- package/ecs/expressGatewayService.js.map +1 -1
- package/ecs/getExpressGatewayService.d.ts +2 -0
- package/ecs/getExpressGatewayService.js.map +1 -1
- package/index.d.ts +1 -3
- package/index.js +3 -7
- package/index.js.map +1 -1
- package/lambda/function.d.ts +2 -0
- package/lambda/function.js +2 -0
- package/lambda/function.js.map +1 -1
- package/lambda/getFunction.d.ts +1 -0
- package/lambda/getFunction.js.map +1 -1
- package/networkmanager/connectAttachment.d.ts +8 -0
- package/networkmanager/connectAttachment.js +3 -1
- package/networkmanager/connectAttachment.js.map +1 -1
- package/networkmanager/coreNetworkPrefixListAssociation.d.ts +57 -0
- package/networkmanager/coreNetworkPrefixListAssociation.js +71 -0
- package/networkmanager/coreNetworkPrefixListAssociation.js.map +1 -0
- package/networkmanager/directConnectGatewayAttachment.d.ts +8 -0
- package/networkmanager/directConnectGatewayAttachment.js +3 -1
- package/networkmanager/directConnectGatewayAttachment.js.map +1 -1
- package/networkmanager/index.d.ts +3 -0
- package/networkmanager/index.js +5 -1
- package/networkmanager/index.js.map +1 -1
- package/networkmanager/siteToSiteVpnAttachment.d.ts +8 -0
- package/networkmanager/siteToSiteVpnAttachment.js +3 -1
- package/networkmanager/siteToSiteVpnAttachment.js.map +1 -1
- package/networkmanager/transitGatewayRouteTableAttachment.d.ts +8 -0
- package/networkmanager/transitGatewayRouteTableAttachment.js +3 -1
- package/networkmanager/transitGatewayRouteTableAttachment.js.map +1 -1
- package/networkmanager/vpcAttachment.d.ts +8 -0
- package/networkmanager/vpcAttachment.js +3 -1
- package/networkmanager/vpcAttachment.js.map +1 -1
- package/observabilityadmin/getTelemetryPipelines.d.ts +29 -0
- package/observabilityadmin/getTelemetryPipelines.js +28 -0
- package/observabilityadmin/getTelemetryPipelines.js.map +1 -0
- package/observabilityadmin/index.d.ts +6 -0
- package/observabilityadmin/index.js +8 -1
- package/observabilityadmin/index.js.map +1 -1
- package/observabilityadmin/telemetryPipelines.d.ts +53 -0
- package/{robomaker/robot.js → observabilityadmin/telemetryPipelines.js} +25 -24
- package/observabilityadmin/telemetryPipelines.js.map +1 -0
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/paymentcryptography/getKey.d.ts +3 -0
- package/paymentcryptography/getKey.js.map +1 -1
- package/paymentcryptography/key.d.ts +5 -0
- package/paymentcryptography/key.js +4 -0
- package/paymentcryptography/key.js.map +1 -1
- package/ram/getResourceShare.d.ts +21 -0
- package/ram/getResourceShare.js.map +1 -1
- package/ram/index.d.ts +1 -0
- package/ram/index.js +16 -0
- package/ram/index.js.map +1 -1
- package/ram/resourceShare.d.ts +21 -0
- package/ram/resourceShare.js +10 -0
- package/ram/resourceShare.js.map +1 -1
- package/route53/getHostedZone.d.ts +1 -0
- package/route53/getHostedZone.js.map +1 -1
- package/route53/hostedZone.d.ts +2 -0
- package/route53/hostedZone.js +2 -0
- package/route53/hostedZone.js.map +1 -1
- package/s3/bucket.js +1 -1
- package/s3/bucket.js.map +1 -1
- package/s3tables/getTableBucket.d.ts +1 -0
- package/s3tables/getTableBucket.js.map +1 -1
- package/s3tables/table.d.ts +2 -0
- package/s3tables/table.js +3 -1
- package/s3tables/table.js.map +1 -1
- package/s3tables/tableBucket.d.ts +2 -0
- package/s3tables/tableBucket.js +2 -0
- package/s3tables/tableBucket.js.map +1 -1
- package/securityhub/connectorV2.d.ts +87 -0
- package/securityhub/connectorV2.js +83 -0
- package/securityhub/connectorV2.js.map +1 -0
- package/securityhub/getConnectorV2.d.ts +52 -0
- package/securityhub/getConnectorV2.js +28 -0
- package/securityhub/getConnectorV2.js.map +1 -0
- package/securityhub/index.d.ts +6 -0
- package/securityhub/index.js +8 -1
- package/securityhub/index.js.map +1 -1
- package/transfer/connector.d.ts +4 -0
- package/transfer/connector.js +2 -0
- package/transfer/connector.js.map +1 -1
- package/transfer/getConnector.d.ts +4 -0
- package/transfer/getConnector.js.map +1 -1
- package/types/enums/cleanrooms/index.d.ts +5 -0
- package/types/enums/cleanrooms/index.js +5 -1
- package/types/enums/cleanrooms/index.js.map +1 -1
- package/types/enums/connect/index.d.ts +50 -0
- package/types/enums/connect/index.js +34 -1
- package/types/enums/connect/index.js.map +1 -1
- package/types/enums/connectcampaignsv2/index.d.ts +8 -0
- package/types/enums/connectcampaignsv2/index.js +5 -1
- package/types/enums/connectcampaignsv2/index.js.map +1 -1
- package/types/enums/ec2/index.d.ts +9 -0
- package/types/enums/ec2/index.js +8 -3
- package/types/enums/ec2/index.js.map +1 -1
- package/types/enums/index.d.ts +2 -3
- package/types/enums/index.js +4 -6
- package/types/enums/index.js.map +1 -1
- package/types/enums/observabilityadmin/index.d.ts +132 -0
- package/types/enums/observabilityadmin/index.js +89 -1
- package/types/enums/observabilityadmin/index.js.map +1 -1
- package/types/enums/paymentcryptography/index.d.ts +10 -0
- package/types/enums/paymentcryptography/index.js +7 -1
- package/types/enums/paymentcryptography/index.js.map +1 -1
- package/types/enums/ram/index.d.ts +20 -0
- package/types/enums/ram/index.js +18 -0
- package/types/enums/ram/index.js.map +1 -0
- package/types/enums/s3tables/index.d.ts +16 -0
- package/types/enums/s3tables/index.js +9 -1
- package/types/enums/s3tables/index.js.map +1 -1
- package/types/enums/securityhub/index.d.ts +10 -0
- package/types/enums/securityhub/index.js +7 -1
- package/types/enums/securityhub/index.js.map +1 -1
- package/types/input.d.ts +674 -374
- package/types/output.d.ts +739 -374
- package/types/output.js.map +1 -1
- package/lookoutmetrics/alert.d.ts +0 -79
- package/lookoutmetrics/alert.js +0 -77
- package/lookoutmetrics/alert.js.map +0 -1
- package/lookoutmetrics/anomalyDetector.d.ts +0 -79
- package/lookoutmetrics/anomalyDetector.js +0 -74
- package/lookoutmetrics/anomalyDetector.js.map +0 -1
- package/lookoutmetrics/getAlert.d.ts +0 -27
- package/lookoutmetrics/getAlert.js +0 -28
- package/lookoutmetrics/getAlert.js.map +0 -1
- package/lookoutmetrics/getAnomalyDetector.d.ts +0 -44
- package/lookoutmetrics/getAnomalyDetector.js +0 -28
- package/lookoutmetrics/getAnomalyDetector.js.map +0 -1
- package/lookoutmetrics/index.d.ts +0 -13
- package/lookoutmetrics/index.js +0 -48
- package/lookoutmetrics/index.js.map +0 -1
- package/robomaker/fleet.d.ts +0 -131
- package/robomaker/fleet.js +0 -136
- package/robomaker/fleet.js.map +0 -1
- package/robomaker/getFleet.d.ts +0 -33
- package/robomaker/getFleet.js +0 -28
- package/robomaker/getFleet.js.map +0 -1
- package/robomaker/getRobot.d.ts +0 -33
- package/robomaker/getRobot.js.map +0 -1
- package/robomaker/getRobotApplication.d.ts +0 -46
- package/robomaker/getRobotApplication.js +0 -28
- package/robomaker/getRobotApplication.js.map +0 -1
- package/robomaker/getRobotApplicationVersion.d.ts +0 -31
- package/robomaker/getRobotApplicationVersion.js +0 -28
- package/robomaker/getRobotApplicationVersion.js.map +0 -1
- package/robomaker/getSimulationApplication.d.ts +0 -50
- package/robomaker/getSimulationApplication.js +0 -28
- package/robomaker/getSimulationApplication.js.map +0 -1
- package/robomaker/getSimulationApplicationVersion.d.ts +0 -31
- package/robomaker/getSimulationApplicationVersion.js +0 -28
- package/robomaker/getSimulationApplicationVersion.js.map +0 -1
- package/robomaker/index.d.ts +0 -37
- package/robomaker/index.js +0 -76
- package/robomaker/index.js.map +0 -1
- package/robomaker/robot.d.ts +0 -82
- package/robomaker/robot.js.map +0 -1
- package/robomaker/robotApplication.d.ts +0 -173
- package/robomaker/robotApplication.js +0 -155
- package/robomaker/robotApplication.js.map +0 -1
- package/robomaker/robotApplicationVersion.d.ts +0 -57
- package/robomaker/robotApplicationVersion.js +0 -67
- package/robomaker/robotApplicationVersion.js.map +0 -1
- package/robomaker/simulationApplication.d.ts +0 -201
- package/robomaker/simulationApplication.js +0 -174
- package/robomaker/simulationApplication.js.map +0 -1
- package/robomaker/simulationApplicationVersion.d.ts +0 -57
- package/robomaker/simulationApplicationVersion.js +0 -67
- package/robomaker/simulationApplicationVersion.js.map +0 -1
- package/types/enums/lookoutmetrics/index.d.ts +0 -44
- package/types/enums/lookoutmetrics/index.js +0 -30
- package/types/enums/lookoutmetrics/index.js.map +0 -1
- package/types/enums/robomaker/index.d.ts +0 -93
- package/types/enums/robomaker/index.js +0 -59
- package/types/enums/robomaker/index.js.map +0 -1
package/ec2/natGateway.d.ts
CHANGED
|
@@ -26,6 +26,36 @@ export declare class NatGateway extends pulumi.CustomResource {
|
|
|
26
26
|
* [Public NAT gateway only] The allocation ID of the Elastic IP address that's associated with the NAT gateway. This property is required for a public NAT gateway and cannot be specified with a private NAT gateway.
|
|
27
27
|
*/
|
|
28
28
|
readonly allocationId: pulumi.Output<string | undefined>;
|
|
29
|
+
/**
|
|
30
|
+
* For regional NAT gateways only: Indicates whether AWS automatically manages AZ coverage. When enabled, the NAT gateway associates EIPs in all AZs where your VPC has subnets to handle outbound NAT traffic, expands to new AZs when you create subnets there, and retracts from AZs where you've removed all subnets. When disabled, you must manually manage which AZs the NAT gateway supports and their corresponding EIPs.
|
|
31
|
+
*
|
|
32
|
+
* A regional NAT gateway is a single NAT Gateway that works across multiple availability zones (AZs) in your VPC, providing redundancy, scalability and availability across all the AZs in a Region.
|
|
33
|
+
*
|
|
34
|
+
* For more information, see [Regional NAT gateways for automatic multi-AZ expansion](https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateways-regional.html) in the *Amazon VPC User Guide* .
|
|
35
|
+
*/
|
|
36
|
+
readonly autoProvisionZones: pulumi.Output<string>;
|
|
37
|
+
/**
|
|
38
|
+
* For regional NAT gateways only: Indicates whether AWS automatically allocates additional Elastic IP addresses (EIPs) in an AZ when the NAT gateway needs more ports due to increased concurrent connections to a single destination from that AZ.
|
|
39
|
+
*
|
|
40
|
+
* For more information, see [Regional NAT gateways for automatic multi-AZ expansion](https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateways-regional.html) in the *Amazon VPC User Guide* .
|
|
41
|
+
*/
|
|
42
|
+
readonly autoScalingIps: pulumi.Output<string>;
|
|
43
|
+
/**
|
|
44
|
+
* Indicates whether this is a zonal (single-AZ) or regional (multi-AZ) NAT gateway.
|
|
45
|
+
*
|
|
46
|
+
* A zonal NAT gateway is a NAT Gateway that provides redundancy and scalability within a single availability zone. A regional NAT gateway is a single NAT Gateway that works across multiple availability zones (AZs) in your VPC, providing redundancy, scalability and availability across all the AZs in a Region.
|
|
47
|
+
*
|
|
48
|
+
* For more information, see [Regional NAT gateways for automatic multi-AZ expansion](https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateways-regional.html) in the *Amazon VPC User Guide* .
|
|
49
|
+
*/
|
|
50
|
+
readonly availabilityMode: pulumi.Output<string | undefined>;
|
|
51
|
+
/**
|
|
52
|
+
* For regional NAT gateways only: Specifies which Availability Zones you want the NAT gateway to support and the Elastic IP addresses (EIPs) to use in each AZ. The regional NAT gateway uses these EIPs to handle outbound NAT traffic from their respective AZs. If not specified, the NAT gateway will automatically expand to new AZs and associate EIPs upon detection of an elastic network interface. If you specify this parameter, auto-expansion is disabled and you must manually manage AZ coverage.
|
|
53
|
+
*
|
|
54
|
+
* A regional NAT gateway is a single NAT Gateway that works across multiple availability zones (AZs) in your VPC, providing redundancy, scalability and availability across all the AZs in a Region.
|
|
55
|
+
*
|
|
56
|
+
* For more information, see [Regional NAT gateways for automatic multi-AZ expansion](https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateways-regional.html) in the *Amazon VPC User Guide* .
|
|
57
|
+
*/
|
|
58
|
+
readonly availabilityZoneAddresses: pulumi.Output<outputs.ec2.NatGatewayAvailabilityZoneAddress[] | undefined>;
|
|
29
59
|
/**
|
|
30
60
|
* Indicates whether the NAT gateway supports public or private connectivity. The default is public connectivity.
|
|
31
61
|
*/
|
|
@@ -46,6 +76,10 @@ export declare class NatGateway extends pulumi.CustomResource {
|
|
|
46
76
|
* The private IPv4 address to assign to the NAT gateway. If you don't provide an address, a private IPv4 address will be automatically assigned.
|
|
47
77
|
*/
|
|
48
78
|
readonly privateIpAddress: pulumi.Output<string | undefined>;
|
|
79
|
+
/**
|
|
80
|
+
* For regional NAT gateways only, this is the ID of the NAT gateway.
|
|
81
|
+
*/
|
|
82
|
+
readonly routeTableId: pulumi.Output<string>;
|
|
49
83
|
/**
|
|
50
84
|
* Secondary EIP allocation IDs. For more information, see [Create a NAT gateway](https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-working-with.html) in the *Amazon VPC User Guide*.
|
|
51
85
|
*/
|
|
@@ -89,6 +123,22 @@ export interface NatGatewayArgs {
|
|
|
89
123
|
* [Public NAT gateway only] The allocation ID of the Elastic IP address that's associated with the NAT gateway. This property is required for a public NAT gateway and cannot be specified with a private NAT gateway.
|
|
90
124
|
*/
|
|
91
125
|
allocationId?: pulumi.Input<string>;
|
|
126
|
+
/**
|
|
127
|
+
* Indicates whether this is a zonal (single-AZ) or regional (multi-AZ) NAT gateway.
|
|
128
|
+
*
|
|
129
|
+
* A zonal NAT gateway is a NAT Gateway that provides redundancy and scalability within a single availability zone. A regional NAT gateway is a single NAT Gateway that works across multiple availability zones (AZs) in your VPC, providing redundancy, scalability and availability across all the AZs in a Region.
|
|
130
|
+
*
|
|
131
|
+
* For more information, see [Regional NAT gateways for automatic multi-AZ expansion](https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateways-regional.html) in the *Amazon VPC User Guide* .
|
|
132
|
+
*/
|
|
133
|
+
availabilityMode?: pulumi.Input<string>;
|
|
134
|
+
/**
|
|
135
|
+
* For regional NAT gateways only: Specifies which Availability Zones you want the NAT gateway to support and the Elastic IP addresses (EIPs) to use in each AZ. The regional NAT gateway uses these EIPs to handle outbound NAT traffic from their respective AZs. If not specified, the NAT gateway will automatically expand to new AZs and associate EIPs upon detection of an elastic network interface. If you specify this parameter, auto-expansion is disabled and you must manually manage AZ coverage.
|
|
136
|
+
*
|
|
137
|
+
* A regional NAT gateway is a single NAT Gateway that works across multiple availability zones (AZs) in your VPC, providing redundancy, scalability and availability across all the AZs in a Region.
|
|
138
|
+
*
|
|
139
|
+
* For more information, see [Regional NAT gateways for automatic multi-AZ expansion](https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateways-regional.html) in the *Amazon VPC User Guide* .
|
|
140
|
+
*/
|
|
141
|
+
availabilityZoneAddresses?: pulumi.Input<pulumi.Input<inputs.ec2.NatGatewayAvailabilityZoneAddressArgs>[]>;
|
|
92
142
|
/**
|
|
93
143
|
* Indicates whether the NAT gateway supports public or private connectivity. The default is public connectivity.
|
|
94
144
|
*/
|
package/ec2/natGateway.js
CHANGED
|
@@ -45,6 +45,8 @@ class NatGateway extends pulumi.CustomResource {
|
|
|
45
45
|
opts = opts || {};
|
|
46
46
|
if (!opts.id) {
|
|
47
47
|
resourceInputs["allocationId"] = args?.allocationId;
|
|
48
|
+
resourceInputs["availabilityMode"] = args?.availabilityMode;
|
|
49
|
+
resourceInputs["availabilityZoneAddresses"] = args?.availabilityZoneAddresses;
|
|
48
50
|
resourceInputs["connectivityType"] = args?.connectivityType;
|
|
49
51
|
resourceInputs["maxDrainDurationSeconds"] = args?.maxDrainDurationSeconds;
|
|
50
52
|
resourceInputs["privateIpAddress"] = args?.privateIpAddress;
|
|
@@ -54,16 +56,24 @@ class NatGateway extends pulumi.CustomResource {
|
|
|
54
56
|
resourceInputs["subnetId"] = args?.subnetId;
|
|
55
57
|
resourceInputs["tags"] = args?.tags;
|
|
56
58
|
resourceInputs["vpcId"] = args?.vpcId;
|
|
59
|
+
resourceInputs["autoProvisionZones"] = undefined /*out*/;
|
|
60
|
+
resourceInputs["autoScalingIps"] = undefined /*out*/;
|
|
57
61
|
resourceInputs["eniId"] = undefined /*out*/;
|
|
58
62
|
resourceInputs["natGatewayId"] = undefined /*out*/;
|
|
63
|
+
resourceInputs["routeTableId"] = undefined /*out*/;
|
|
59
64
|
}
|
|
60
65
|
else {
|
|
61
66
|
resourceInputs["allocationId"] = undefined /*out*/;
|
|
67
|
+
resourceInputs["autoProvisionZones"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["autoScalingIps"] = undefined /*out*/;
|
|
69
|
+
resourceInputs["availabilityMode"] = undefined /*out*/;
|
|
70
|
+
resourceInputs["availabilityZoneAddresses"] = undefined /*out*/;
|
|
62
71
|
resourceInputs["connectivityType"] = undefined /*out*/;
|
|
63
72
|
resourceInputs["eniId"] = undefined /*out*/;
|
|
64
73
|
resourceInputs["maxDrainDurationSeconds"] = undefined /*out*/;
|
|
65
74
|
resourceInputs["natGatewayId"] = undefined /*out*/;
|
|
66
75
|
resourceInputs["privateIpAddress"] = undefined /*out*/;
|
|
76
|
+
resourceInputs["routeTableId"] = undefined /*out*/;
|
|
67
77
|
resourceInputs["secondaryAllocationIds"] = undefined /*out*/;
|
|
68
78
|
resourceInputs["secondaryPrivateIpAddressCount"] = undefined /*out*/;
|
|
69
79
|
resourceInputs["secondaryPrivateIpAddresses"] = undefined /*out*/;
|
|
@@ -72,7 +82,7 @@ class NatGateway extends pulumi.CustomResource {
|
|
|
72
82
|
resourceInputs["vpcId"] = undefined /*out*/;
|
|
73
83
|
}
|
|
74
84
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
75
|
-
const replaceOnChanges = { replaceOnChanges: ["allocationId", "connectivityType", "privateIpAddress", "subnetId", "vpcId"] };
|
|
85
|
+
const replaceOnChanges = { replaceOnChanges: ["allocationId", "availabilityMode", "connectivityType", "privateIpAddress", "subnetId", "vpcId"] };
|
|
76
86
|
opts = pulumi.mergeOptions(opts, replaceOnChanges);
|
|
77
87
|
super(NatGateway.__pulumiType, name, resourceInputs, opts);
|
|
78
88
|
}
|
package/ec2/natGateway.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"natGateway.js","sourceRoot":"","sources":["../../ec2/natGateway.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;GAKG;AACH,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;IACjD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,UAAU,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACvE,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,UAAU,CAAC,YAAY,CAAC;IAC3D,CAAC;
|
|
1
|
+
{"version":3,"file":"natGateway.js","sourceRoot":"","sources":["../../ec2/natGateway.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as inputs from "../types/input";
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
|
+
import * as enums from "../types/enums";
|
|
4
5
|
/**
|
|
5
6
|
* The AWS::EC2::NetworkInterface resource creates network interface
|
|
6
7
|
*/
|
|
@@ -83,6 +84,11 @@ export declare class NetworkInterface extends pulumi.CustomResource {
|
|
|
83
84
|
* Assigns a list of private IP addresses to the network interface. You can specify a primary private IP address by setting the value of the Primary property to true in the PrivateIpAddressSpecification property. If you want EC2 to automatically assign private IP addresses, use the SecondaryPrivateIpAddressCount property and do not specify this property.
|
|
84
85
|
*/
|
|
85
86
|
readonly privateIpAddresses: pulumi.Output<outputs.ec2.NetworkInterfacePrivateIpAddressSpecification[] | undefined>;
|
|
87
|
+
/**
|
|
88
|
+
* Public IP DNS hostname type
|
|
89
|
+
*/
|
|
90
|
+
readonly publicIpDnsHostnameTypeSpecification: pulumi.Output<enums.ec2.NetworkInterfacePublicIpDnsHostnameTypeSpecification | undefined>;
|
|
91
|
+
readonly publicIpDnsNameOptions: pulumi.Output<outputs.ec2.NetworkInterfacePublicIpDnsNameOptions>;
|
|
86
92
|
/**
|
|
87
93
|
* The number of secondary private IPv4 addresses to assign to a network interface. When you specify a number of secondary IPv4 addresses, Amazon EC2 selects these IP addresses within the subnet's IPv4 CIDR range. You can't specify this option and specify more than one private IP address using privateIpAddresses
|
|
88
94
|
*/
|
|
@@ -172,6 +178,10 @@ export interface NetworkInterfaceArgs {
|
|
|
172
178
|
* Assigns a list of private IP addresses to the network interface. You can specify a primary private IP address by setting the value of the Primary property to true in the PrivateIpAddressSpecification property. If you want EC2 to automatically assign private IP addresses, use the SecondaryPrivateIpAddressCount property and do not specify this property.
|
|
173
179
|
*/
|
|
174
180
|
privateIpAddresses?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInterfacePrivateIpAddressSpecificationArgs>[]>;
|
|
181
|
+
/**
|
|
182
|
+
* Public IP DNS hostname type
|
|
183
|
+
*/
|
|
184
|
+
publicIpDnsHostnameTypeSpecification?: pulumi.Input<enums.ec2.NetworkInterfacePublicIpDnsHostnameTypeSpecification>;
|
|
175
185
|
/**
|
|
176
186
|
* The number of secondary private IPv4 addresses to assign to a network interface. When you specify a number of secondary IPv4 addresses, Amazon EC2 selects these IP addresses within the subnet's IPv4 CIDR range. You can't specify this option and specify more than one private IP address using privateIpAddresses
|
|
177
187
|
*/
|
package/ec2/networkInterface.js
CHANGED
|
@@ -57,6 +57,7 @@ class NetworkInterface extends pulumi.CustomResource {
|
|
|
57
57
|
resourceInputs["ipv6Prefixes"] = args?.ipv6Prefixes;
|
|
58
58
|
resourceInputs["privateIpAddress"] = args?.privateIpAddress;
|
|
59
59
|
resourceInputs["privateIpAddresses"] = args?.privateIpAddresses;
|
|
60
|
+
resourceInputs["publicIpDnsHostnameTypeSpecification"] = args?.publicIpDnsHostnameTypeSpecification;
|
|
60
61
|
resourceInputs["secondaryPrivateIpAddressCount"] = args?.secondaryPrivateIpAddressCount;
|
|
61
62
|
resourceInputs["sourceDestCheck"] = args?.sourceDestCheck;
|
|
62
63
|
resourceInputs["subnetId"] = args?.subnetId;
|
|
@@ -64,6 +65,7 @@ class NetworkInterface extends pulumi.CustomResource {
|
|
|
64
65
|
resourceInputs["awsId"] = undefined /*out*/;
|
|
65
66
|
resourceInputs["primaryIpv6Address"] = undefined /*out*/;
|
|
66
67
|
resourceInputs["primaryPrivateIpAddress"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["publicIpDnsNameOptions"] = undefined /*out*/;
|
|
67
69
|
resourceInputs["secondaryPrivateIpAddresses"] = undefined /*out*/;
|
|
68
70
|
resourceInputs["vpcId"] = undefined /*out*/;
|
|
69
71
|
}
|
|
@@ -84,6 +86,8 @@ class NetworkInterface extends pulumi.CustomResource {
|
|
|
84
86
|
resourceInputs["primaryPrivateIpAddress"] = undefined /*out*/;
|
|
85
87
|
resourceInputs["privateIpAddress"] = undefined /*out*/;
|
|
86
88
|
resourceInputs["privateIpAddresses"] = undefined /*out*/;
|
|
89
|
+
resourceInputs["publicIpDnsHostnameTypeSpecification"] = undefined /*out*/;
|
|
90
|
+
resourceInputs["publicIpDnsNameOptions"] = undefined /*out*/;
|
|
87
91
|
resourceInputs["secondaryPrivateIpAddressCount"] = undefined /*out*/;
|
|
88
92
|
resourceInputs["secondaryPrivateIpAddresses"] = undefined /*out*/;
|
|
89
93
|
resourceInputs["sourceDestCheck"] = undefined /*out*/;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"networkInterface.js","sourceRoot":"","sources":["../../ec2/networkInterface.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC7E,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,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;
|
|
1
|
+
{"version":3,"file":"networkInterface.js","sourceRoot":"","sources":["../../ec2/networkInterface.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "../types/input";
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Attaches an elastic network interface (ENI) to an Amazon EC2 instance. You can use this resource type to attach additional network interfaces to an instance without interruption.
|
|
6
6
|
*/
|
|
7
7
|
export declare class NetworkInterfaceAttachment extends pulumi.CustomResource {
|
|
8
8
|
/**
|
|
@@ -24,15 +24,15 @@ export declare class NetworkInterfaceAttachment extends pulumi.CustomResource {
|
|
|
24
24
|
*/
|
|
25
25
|
readonly attachmentId: pulumi.Output<string>;
|
|
26
26
|
/**
|
|
27
|
-
* Whether to delete the network interface when the instance terminates. By default, this value is set to true
|
|
27
|
+
* Whether to delete the network interface when the instance terminates. By default, this value is set to ``true``.
|
|
28
28
|
*/
|
|
29
29
|
readonly deleteOnTermination: pulumi.Output<boolean | undefined>;
|
|
30
30
|
/**
|
|
31
|
-
* The network interface's position in the attachment order. For example, the first attached network interface has a DeviceIndex of 0.
|
|
31
|
+
* The network interface's position in the attachment order. For example, the first attached network interface has a ``DeviceIndex`` of 0.
|
|
32
32
|
*/
|
|
33
33
|
readonly deviceIndex: pulumi.Output<string>;
|
|
34
34
|
/**
|
|
35
|
-
* The number of ENA queues
|
|
35
|
+
* The number of ENA queues created with the instance.
|
|
36
36
|
*/
|
|
37
37
|
readonly enaQueueCount: pulumi.Output<number | undefined>;
|
|
38
38
|
/**
|
|
@@ -61,15 +61,15 @@ export declare class NetworkInterfaceAttachment extends pulumi.CustomResource {
|
|
|
61
61
|
*/
|
|
62
62
|
export interface NetworkInterfaceAttachmentArgs {
|
|
63
63
|
/**
|
|
64
|
-
* Whether to delete the network interface when the instance terminates. By default, this value is set to true
|
|
64
|
+
* Whether to delete the network interface when the instance terminates. By default, this value is set to ``true``.
|
|
65
65
|
*/
|
|
66
66
|
deleteOnTermination?: pulumi.Input<boolean>;
|
|
67
67
|
/**
|
|
68
|
-
* The network interface's position in the attachment order. For example, the first attached network interface has a DeviceIndex of 0.
|
|
68
|
+
* The network interface's position in the attachment order. For example, the first attached network interface has a ``DeviceIndex`` of 0.
|
|
69
69
|
*/
|
|
70
70
|
deviceIndex: pulumi.Input<string>;
|
|
71
71
|
/**
|
|
72
|
-
* The number of ENA queues
|
|
72
|
+
* The number of ENA queues created with the instance.
|
|
73
73
|
*/
|
|
74
74
|
enaQueueCount?: pulumi.Input<number>;
|
|
75
75
|
/**
|
|
@@ -6,7 +6,7 @@ exports.NetworkInterfaceAttachment = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Attaches an elastic network interface (ENI) to an Amazon EC2 instance. You can use this resource type to attach additional network interfaces to an instance without interruption.
|
|
10
10
|
*/
|
|
11
11
|
class NetworkInterfaceAttachment extends pulumi.CustomResource {
|
|
12
12
|
/**
|
|
@@ -35,6 +35,8 @@ export declare class ExpressGatewayService extends pulumi.CustomResource {
|
|
|
35
35
|
* The Unix timestamp for when the Express service was created.
|
|
36
36
|
*/
|
|
37
37
|
readonly createdAt: pulumi.Output<string>;
|
|
38
|
+
readonly ecsManagedResourceArns: pulumi.Output<outputs.ecs.ExpressGatewayServiceEcsManagedResourceArns>;
|
|
39
|
+
readonly endpoint: pulumi.Output<string>;
|
|
38
40
|
/**
|
|
39
41
|
* The ARN of the task execution role for the service revision.
|
|
40
42
|
*/
|
|
@@ -64,6 +64,8 @@ class ExpressGatewayService extends pulumi.CustomResource {
|
|
|
64
64
|
resourceInputs["taskRoleArn"] = args?.taskRoleArn;
|
|
65
65
|
resourceInputs["activeConfigurations"] = undefined /*out*/;
|
|
66
66
|
resourceInputs["createdAt"] = undefined /*out*/;
|
|
67
|
+
resourceInputs["ecsManagedResourceArns"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["endpoint"] = undefined /*out*/;
|
|
67
69
|
resourceInputs["serviceArn"] = undefined /*out*/;
|
|
68
70
|
resourceInputs["status"] = undefined /*out*/;
|
|
69
71
|
resourceInputs["updatedAt"] = undefined /*out*/;
|
|
@@ -73,6 +75,8 @@ class ExpressGatewayService extends pulumi.CustomResource {
|
|
|
73
75
|
resourceInputs["cluster"] = undefined /*out*/;
|
|
74
76
|
resourceInputs["cpu"] = undefined /*out*/;
|
|
75
77
|
resourceInputs["createdAt"] = undefined /*out*/;
|
|
78
|
+
resourceInputs["ecsManagedResourceArns"] = undefined /*out*/;
|
|
79
|
+
resourceInputs["endpoint"] = undefined /*out*/;
|
|
76
80
|
resourceInputs["executionRoleArn"] = undefined /*out*/;
|
|
77
81
|
resourceInputs["healthCheckPath"] = undefined /*out*/;
|
|
78
82
|
resourceInputs["infrastructureRoleArn"] = undefined /*out*/;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"expressGatewayService.js","sourceRoot":"","sources":["../../ecs/expressGatewayService.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,qBAAsB,SAAQ,MAAM,CAAC,cAAc;IAC5D;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,qBAAqB,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,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,qBAAqB,CAAC,YAAY,CAAC;IACtE,CAAC;
|
|
1
|
+
{"version":3,"file":"expressGatewayService.js","sourceRoot":"","sources":["../../ecs/expressGatewayService.ts"],"names":[],"mappings":"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"}
|
|
@@ -19,6 +19,8 @@ export interface GetExpressGatewayServiceResult {
|
|
|
19
19
|
* The Unix timestamp for when the Express service was created.
|
|
20
20
|
*/
|
|
21
21
|
readonly createdAt?: string;
|
|
22
|
+
readonly ecsManagedResourceArns?: outputs.ecs.ExpressGatewayServiceEcsManagedResourceArns;
|
|
23
|
+
readonly endpoint?: string;
|
|
22
24
|
/**
|
|
23
25
|
* The ARN that identifies the Express service.
|
|
24
26
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getExpressGatewayService.js","sourceRoot":"","sources":["../../ecs/getExpressGatewayService.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4DAKC;
|
|
1
|
+
{"version":3,"file":"getExpressGatewayService.js","sourceRoot":"","sources":["../../ecs/getExpressGatewayService.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4DAKC;AA8BD;;GAEG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAAiC;IACtH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yCAAyC,EAAE;QAC1E,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wEAKC"}
|
package/index.d.ts
CHANGED
|
@@ -169,7 +169,6 @@ import * as licensemanager from "./licensemanager";
|
|
|
169
169
|
import * as lightsail from "./lightsail";
|
|
170
170
|
import * as location from "./location";
|
|
171
171
|
import * as logs from "./logs";
|
|
172
|
-
import * as lookoutmetrics from "./lookoutmetrics";
|
|
173
172
|
import * as lookoutvision from "./lookoutvision";
|
|
174
173
|
import * as m2 from "./m2";
|
|
175
174
|
import * as macie from "./macie";
|
|
@@ -217,7 +216,6 @@ import * as rekognition from "./rekognition";
|
|
|
217
216
|
import * as resiliencehub from "./resiliencehub";
|
|
218
217
|
import * as resourceexplorer2 from "./resourceexplorer2";
|
|
219
218
|
import * as resourcegroups from "./resourcegroups";
|
|
220
|
-
import * as robomaker from "./robomaker";
|
|
221
219
|
import * as rolesanywhere from "./rolesanywhere";
|
|
222
220
|
import * as route53 from "./route53";
|
|
223
221
|
import * as route53profiles from "./route53profiles";
|
|
@@ -269,4 +267,4 @@ import * as workspacesinstances from "./workspacesinstances";
|
|
|
269
267
|
import * as workspacesthinclient from "./workspacesthinclient";
|
|
270
268
|
import * as workspacesweb from "./workspacesweb";
|
|
271
269
|
import * as xray from "./xray";
|
|
272
|
-
export { accessanalyzer, acmpca, aiops, amazonmq, amplify, amplifyuibuilder, apigateway, apigatewayv2, appconfig, appflow, appintegrations, applicationautoscaling, applicationinsights, applicationsignals, apprunner, appstream, appsync, aps, arcregionswitch, arczonalshift, athena, auditmanager, autoscaling, b2bi, backup, backupgateway, batch, bedrock, bedrockagentcore, billing, budgets, cassandra, ce, certificatemanager, chatbot, cleanrooms, cleanroomsml, cloudformation, cloudfront, cloudtrail, cloudwatch, codeartifact, codebuild, codeconnections, codedeploy, codeguruprofiler, codegurureviewer, codepipeline, codestarconnections, codestarnotifications, cognito, comprehend, config, configuration, connect, connectcampaigns, connectcampaignsv2, controltower, customerprofiles, databrew, datapipeline, datasync, datazone, deadline, detective, devicefarm, devopsguru, directoryservice, dms, docdbelastic, dsql, dynamodb, ec2, ecr, ecs, efs, eks, elasticache, elasticbeanstalk, elasticloadbalancingv2, emr, emrcontainers, emrserverless, entityresolution, events, eventschemas, evidently, evs, finspace, fis, fms, forecast, frauddetector, fsx, gamelift, gameliftstreams, globalaccelerator, glue, grafana, greengrassv2, groundstation, guardduty, healthimaging, healthlake, iam, identitystore, imagebuilder, inspector, inspectorv2, internetmonitor, invoicing, iot, iotanalytics, iotcoredeviceadvisor, iotevents, iotfleethub, iotsitewise, iottwinmaker, iotwireless, ivs, ivschat, kafkaconnect, kendra, kendraranking, kinesis, kinesisanalyticsv2, kinesisfirehose, kinesisvideo, kms, lakeformation, lambda, launchwizard, lex, licensemanager, lightsail, location, logs,
|
|
270
|
+
export { accessanalyzer, acmpca, aiops, amazonmq, amplify, amplifyuibuilder, apigateway, apigatewayv2, appconfig, appflow, appintegrations, applicationautoscaling, applicationinsights, applicationsignals, apprunner, appstream, appsync, aps, arcregionswitch, arczonalshift, athena, auditmanager, autoscaling, b2bi, backup, backupgateway, batch, bedrock, bedrockagentcore, billing, budgets, cassandra, ce, certificatemanager, chatbot, cleanrooms, cleanroomsml, cloudformation, cloudfront, cloudtrail, cloudwatch, codeartifact, codebuild, codeconnections, codedeploy, codeguruprofiler, codegurureviewer, codepipeline, codestarconnections, codestarnotifications, cognito, comprehend, config, configuration, connect, connectcampaigns, connectcampaignsv2, controltower, customerprofiles, databrew, datapipeline, datasync, datazone, deadline, detective, devicefarm, devopsguru, directoryservice, dms, docdbelastic, dsql, dynamodb, ec2, ecr, ecs, efs, eks, elasticache, elasticbeanstalk, elasticloadbalancingv2, emr, emrcontainers, emrserverless, entityresolution, events, eventschemas, evidently, evs, finspace, fis, fms, forecast, frauddetector, fsx, gamelift, gameliftstreams, globalaccelerator, glue, grafana, greengrassv2, groundstation, guardduty, healthimaging, healthlake, iam, identitystore, imagebuilder, inspector, inspectorv2, internetmonitor, invoicing, iot, iotanalytics, iotcoredeviceadvisor, iotevents, iotfleethub, iotsitewise, iottwinmaker, iotwireless, ivs, ivschat, kafkaconnect, kendra, kendraranking, kinesis, kinesisanalyticsv2, kinesisfirehose, kinesisvideo, kms, lakeformation, lambda, launchwizard, lex, licensemanager, lightsail, location, logs, lookoutvision, m2, macie, mediaconnect, medialive, mediapackage, mediapackagev2, mediatailor, memorydb, msk, mwaa, neptune, neptunegraph, networkfirewall, networkmanager, nimblestudio, oam, observabilityadmin, odb, omics, opensearchserverless, opensearchservice, opsworkscm, organizations, osis, panorama, paymentcryptography, pcaconnectorad, pcaconnectorscep, pcs, personalize, pinpoint, pipes, proton, qbusiness, qldb, quicksight, ram, rbin, rds, redshift, redshiftserverless, refactorspaces, rekognition, resiliencehub, resourceexplorer2, resourcegroups, rolesanywhere, route53, route53profiles, route53recoverycontrol, route53recoveryreadiness, route53resolver, rtbfabric, rum, s3, s3express, s3objectlambda, s3outposts, s3tables, s3vectors, sagemaker, scheduler, secretsmanager, securityhub, securitylake, servicecatalog, servicecatalogappregistry, ses, shield, signer, simspaceweaver, smsvoice, sns, sqs, ssm, ssmcontacts, ssmguiconnect, ssmincidents, ssmquicksetup, sso, stepfunctions, supportapp, synthetics, systemsmanagersap, timestream, transfer, types, verifiedpermissions, voiceid, vpclattice, wafv2, wisdom, workspaces, workspacesinstances, workspacesthinclient, workspacesweb, xray, };
|
package/index.js
CHANGED
|
@@ -19,9 +19,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19
19
|
exports.billing = exports.bedrockagentcore = exports.bedrock = exports.batch = exports.backupgateway = exports.backup = exports.b2bi = exports.autoscaling = exports.auditmanager = exports.athena = exports.arczonalshift = exports.arcregionswitch = exports.aps = exports.appsync = exports.appstream = exports.apprunner = exports.applicationsignals = exports.applicationinsights = exports.applicationautoscaling = exports.appintegrations = exports.appflow = exports.appconfig = exports.apigatewayv2 = exports.apigateway = exports.amplifyuibuilder = exports.amplify = exports.amazonmq = exports.aiops = exports.acmpca = exports.accessanalyzer = exports.Provider = exports.importValueOutput = exports.importValue = exports.getUrlSuffixOutput = exports.getUrlSuffix = exports.getSsmParameterStringOutput = exports.getSsmParameterString = exports.getSsmParameterListOutput = exports.getSsmParameterList = exports.getRegionOutput = exports.getRegion = exports.getPartitionOutput = exports.getPartition = exports.getAzsOutput = exports.getAzs = exports.getAccountIdOutput = exports.getAccountId = exports.ExtensionResource = exports.cidrOutput = exports.cidr = void 0;
|
|
20
20
|
exports.elasticloadbalancingv2 = exports.elasticbeanstalk = exports.elasticache = exports.eks = exports.efs = exports.ecs = exports.ecr = exports.ec2 = exports.dynamodb = exports.dsql = exports.docdbelastic = exports.dms = exports.directoryservice = exports.devopsguru = exports.devicefarm = exports.detective = exports.deadline = exports.datazone = exports.datasync = exports.datapipeline = exports.databrew = exports.customerprofiles = exports.controltower = exports.connectcampaignsv2 = exports.connectcampaigns = exports.connect = exports.configuration = exports.config = exports.comprehend = exports.cognito = exports.codestarnotifications = exports.codestarconnections = exports.codepipeline = exports.codegurureviewer = exports.codeguruprofiler = exports.codedeploy = exports.codeconnections = exports.codebuild = exports.codeartifact = exports.cloudwatch = exports.cloudtrail = exports.cloudfront = exports.cloudformation = exports.cleanroomsml = exports.cleanrooms = exports.chatbot = exports.certificatemanager = exports.ce = exports.cassandra = exports.budgets = void 0;
|
|
21
21
|
exports.lakeformation = exports.kms = exports.kinesisvideo = exports.kinesisfirehose = exports.kinesisanalyticsv2 = exports.kinesis = exports.kendraranking = exports.kendra = exports.kafkaconnect = exports.ivschat = exports.ivs = exports.iotwireless = exports.iottwinmaker = exports.iotsitewise = exports.iotfleethub = exports.iotevents = exports.iotcoredeviceadvisor = exports.iotanalytics = exports.iot = exports.invoicing = exports.internetmonitor = exports.inspectorv2 = exports.inspector = exports.imagebuilder = exports.identitystore = exports.iam = exports.healthlake = exports.healthimaging = exports.guardduty = exports.groundstation = exports.greengrassv2 = exports.grafana = exports.glue = exports.globalaccelerator = exports.gameliftstreams = exports.gamelift = exports.fsx = exports.frauddetector = exports.forecast = exports.fms = exports.fis = exports.finspace = exports.evs = exports.evidently = exports.eventschemas = exports.events = exports.entityresolution = exports.emrserverless = exports.emrcontainers = exports.emr = void 0;
|
|
22
|
-
exports.redshiftserverless = exports.redshift = exports.rds = exports.rbin = exports.ram = exports.quicksight = exports.qldb = exports.qbusiness = exports.proton = exports.pipes = exports.pinpoint = exports.personalize = exports.pcs = exports.pcaconnectorscep = exports.pcaconnectorad = exports.paymentcryptography = exports.panorama = exports.osis = exports.organizations = exports.opsworkscm = exports.opensearchservice = exports.opensearchserverless = exports.omics = exports.odb = exports.observabilityadmin = exports.oam = exports.nimblestudio = exports.networkmanager = exports.networkfirewall = exports.neptunegraph = exports.neptune = exports.mwaa = exports.msk = exports.memorydb = exports.mediatailor = exports.mediapackagev2 = exports.mediapackage = exports.medialive = exports.mediaconnect = exports.macie = exports.m2 = exports.lookoutvision = exports.
|
|
23
|
-
exports.vpclattice = exports.voiceid = exports.verifiedpermissions = exports.types = exports.transfer = exports.timestream = exports.systemsmanagersap = exports.synthetics = exports.supportapp = exports.stepfunctions = exports.sso = exports.ssmquicksetup = exports.ssmincidents = exports.ssmguiconnect = exports.ssmcontacts = exports.ssm = exports.sqs = exports.sns = exports.smsvoice = exports.simspaceweaver = exports.signer = exports.shield = exports.ses = exports.servicecatalogappregistry = exports.servicecatalog = exports.securitylake = exports.securityhub = exports.secretsmanager = exports.scheduler = exports.sagemaker = exports.s3vectors = exports.s3tables = exports.s3outposts = exports.s3objectlambda = exports.s3express = exports.s3 = exports.rum = exports.rtbfabric = exports.route53resolver = exports.route53recoveryreadiness = exports.route53recoverycontrol = exports.route53profiles = exports.route53 = exports.rolesanywhere = exports.
|
|
24
|
-
exports.xray = exports.workspacesweb = exports.workspacesthinclient = exports.workspacesinstances = exports.workspaces =
|
|
22
|
+
exports.refactorspaces = exports.redshiftserverless = exports.redshift = exports.rds = exports.rbin = exports.ram = exports.quicksight = exports.qldb = exports.qbusiness = exports.proton = exports.pipes = exports.pinpoint = exports.personalize = exports.pcs = exports.pcaconnectorscep = exports.pcaconnectorad = exports.paymentcryptography = exports.panorama = exports.osis = exports.organizations = exports.opsworkscm = exports.opensearchservice = exports.opensearchserverless = exports.omics = exports.odb = exports.observabilityadmin = exports.oam = exports.nimblestudio = exports.networkmanager = exports.networkfirewall = exports.neptunegraph = exports.neptune = exports.mwaa = exports.msk = exports.memorydb = exports.mediatailor = exports.mediapackagev2 = exports.mediapackage = exports.medialive = exports.mediaconnect = exports.macie = exports.m2 = exports.lookoutvision = exports.logs = exports.location = exports.lightsail = exports.licensemanager = exports.lex = exports.launchwizard = exports.lambda = void 0;
|
|
23
|
+
exports.wisdom = exports.wafv2 = exports.vpclattice = exports.voiceid = exports.verifiedpermissions = exports.types = exports.transfer = exports.timestream = exports.systemsmanagersap = exports.synthetics = exports.supportapp = exports.stepfunctions = exports.sso = exports.ssmquicksetup = exports.ssmincidents = exports.ssmguiconnect = exports.ssmcontacts = exports.ssm = exports.sqs = exports.sns = exports.smsvoice = exports.simspaceweaver = exports.signer = exports.shield = exports.ses = exports.servicecatalogappregistry = exports.servicecatalog = exports.securitylake = exports.securityhub = exports.secretsmanager = exports.scheduler = exports.sagemaker = exports.s3vectors = exports.s3tables = exports.s3outposts = exports.s3objectlambda = exports.s3express = exports.s3 = exports.rum = exports.rtbfabric = exports.route53resolver = exports.route53recoveryreadiness = exports.route53recoverycontrol = exports.route53profiles = exports.route53 = exports.rolesanywhere = exports.resourcegroups = exports.resourceexplorer2 = exports.resiliencehub = exports.rekognition = void 0;
|
|
24
|
+
exports.xray = exports.workspacesweb = exports.workspacesthinclient = exports.workspacesinstances = exports.workspaces = void 0;
|
|
25
25
|
const pulumi = require("@pulumi/pulumi");
|
|
26
26
|
const utilities = require("./utilities");
|
|
27
27
|
exports.cidr = null;
|
|
@@ -332,8 +332,6 @@ const location = require("./location");
|
|
|
332
332
|
exports.location = location;
|
|
333
333
|
const logs = require("./logs");
|
|
334
334
|
exports.logs = logs;
|
|
335
|
-
const lookoutmetrics = require("./lookoutmetrics");
|
|
336
|
-
exports.lookoutmetrics = lookoutmetrics;
|
|
337
335
|
const lookoutvision = require("./lookoutvision");
|
|
338
336
|
exports.lookoutvision = lookoutvision;
|
|
339
337
|
const m2 = require("./m2");
|
|
@@ -428,8 +426,6 @@ const resourceexplorer2 = require("./resourceexplorer2");
|
|
|
428
426
|
exports.resourceexplorer2 = resourceexplorer2;
|
|
429
427
|
const resourcegroups = require("./resourcegroups");
|
|
430
428
|
exports.resourcegroups = resourcegroups;
|
|
431
|
-
const robomaker = require("./robomaker");
|
|
432
|
-
exports.robomaker = robomaker;
|
|
433
429
|
const rolesanywhere = require("./rolesanywhere");
|
|
434
430
|
exports.rolesanywhere = rolesanywhere;
|
|
435
431
|
const route53 = require("./route53");
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"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"}
|
package/lambda/function.d.ts
CHANGED
|
@@ -270,6 +270,7 @@ export declare class Function extends pulumi.CustomResource {
|
|
|
270
270
|
* A description of the function.
|
|
271
271
|
*/
|
|
272
272
|
readonly description: pulumi.Output<string | undefined>;
|
|
273
|
+
readonly durableConfig: pulumi.Output<outputs.lambda.FunctionDurableConfig | undefined>;
|
|
273
274
|
/**
|
|
274
275
|
* Environment variables that are accessible from function code during execution.
|
|
275
276
|
*/
|
|
@@ -411,6 +412,7 @@ export interface FunctionArgs {
|
|
|
411
412
|
* A description of the function.
|
|
412
413
|
*/
|
|
413
414
|
description?: pulumi.Input<string>;
|
|
415
|
+
durableConfig?: pulumi.Input<inputs.lambda.FunctionDurableConfigArgs>;
|
|
414
416
|
/**
|
|
415
417
|
* Environment variables that are accessible from function code during execution.
|
|
416
418
|
*/
|
package/lambda/function.js
CHANGED
|
@@ -275,6 +275,7 @@ class Function extends pulumi.CustomResource {
|
|
|
275
275
|
resourceInputs["codeSigningConfigArn"] = args?.codeSigningConfigArn;
|
|
276
276
|
resourceInputs["deadLetterConfig"] = args?.deadLetterConfig;
|
|
277
277
|
resourceInputs["description"] = args?.description;
|
|
278
|
+
resourceInputs["durableConfig"] = args?.durableConfig;
|
|
278
279
|
resourceInputs["environment"] = args?.environment;
|
|
279
280
|
resourceInputs["ephemeralStorage"] = args?.ephemeralStorage;
|
|
280
281
|
resourceInputs["fileSystemConfigs"] = args?.fileSystemConfigs;
|
|
@@ -310,6 +311,7 @@ class Function extends pulumi.CustomResource {
|
|
|
310
311
|
resourceInputs["codeSigningConfigArn"] = undefined /*out*/;
|
|
311
312
|
resourceInputs["deadLetterConfig"] = undefined /*out*/;
|
|
312
313
|
resourceInputs["description"] = undefined /*out*/;
|
|
314
|
+
resourceInputs["durableConfig"] = undefined /*out*/;
|
|
313
315
|
resourceInputs["environment"] = undefined /*out*/;
|
|
314
316
|
resourceInputs["ephemeralStorage"] = undefined /*out*/;
|
|
315
317
|
resourceInputs["fileSystemConfigs"] = undefined /*out*/;
|
package/lambda/function.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"function.js","sourceRoot":"","sources":["../../lambda/function.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgOG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,cAAc;IAC/C;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,QAAQ,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACrE,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,QAAQ,CAAC,YAAY,CAAC;IACzD,CAAC;
|
|
1
|
+
{"version":3,"file":"function.js","sourceRoot":"","sources":["../../lambda/function.ts"],"names":[],"mappings":"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"}
|
package/lambda/getFunction.d.ts
CHANGED
|
@@ -47,6 +47,7 @@ export interface GetFunctionResult {
|
|
|
47
47
|
* A description of the function.
|
|
48
48
|
*/
|
|
49
49
|
readonly description?: string;
|
|
50
|
+
readonly durableConfig?: outputs.lambda.FunctionDurableConfig;
|
|
50
51
|
/**
|
|
51
52
|
* Environment variables that are accessible from function code during execution.
|
|
52
53
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getFunction.js","sourceRoot":"","sources":["../../lambda/getFunction.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;GAQG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+BAA+B,EAAE;QAC1D,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kCAKC;
|
|
1
|
+
{"version":3,"file":"getFunction.js","sourceRoot":"","sources":["../../lambda/getFunction.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;GAQG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+BAA+B,EAAE;QAC1D,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kCAKC;AA+HD;;;;;;;;GAQG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAAiC;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+BAA+B,EAAE;QAChE,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8CAKC"}
|
|
@@ -75,6 +75,10 @@ export declare class ConnectAttachment extends pulumi.CustomResource {
|
|
|
75
75
|
* The attachment resource ARN.
|
|
76
76
|
*/
|
|
77
77
|
readonly resourceArn: pulumi.Output<string>;
|
|
78
|
+
/**
|
|
79
|
+
* Routing policy label
|
|
80
|
+
*/
|
|
81
|
+
readonly routingPolicyLabel: pulumi.Output<string | undefined>;
|
|
78
82
|
/**
|
|
79
83
|
* The name of the segment attachment.
|
|
80
84
|
*/
|
|
@@ -132,6 +136,10 @@ export interface ConnectAttachmentArgs {
|
|
|
132
136
|
* The attachment to move from one segment to another.
|
|
133
137
|
*/
|
|
134
138
|
proposedSegmentChange?: pulumi.Input<inputs.networkmanager.ConnectAttachmentProposedSegmentChangeArgs>;
|
|
139
|
+
/**
|
|
140
|
+
* Routing policy label
|
|
141
|
+
*/
|
|
142
|
+
routingPolicyLabel?: pulumi.Input<string>;
|
|
135
143
|
/**
|
|
136
144
|
* Tags for the attachment.
|
|
137
145
|
*/
|