@pulumi/aws 6.0.0-alpha.2 → 6.0.0-alpha.4
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/alb/targetGroupAttachment.d.ts +17 -10
- package/alb/targetGroupAttachment.js +2 -1
- package/alb/targetGroupAttachment.js.map +1 -1
- package/appconfig/environment.d.ts +1 -1
- package/appflow/flow.d.ts +98 -0
- package/appflow/flow.js +98 -0
- package/appflow/flow.js.map +1 -1
- package/applicationloadbalancing/index.d.ts +0 -27
- package/applicationloadbalancing/index.js +1 -51
- package/applicationloadbalancing/index.js.map +1 -1
- package/appmesh/virtualGateway.d.ts +23 -2
- package/appmesh/virtualGateway.js +23 -2
- package/appmesh/virtualGateway.js.map +1 -1
- package/appmesh/virtualNode.d.ts +8 -8
- package/appmesh/virtualNode.js +8 -8
- package/appmesh/virtualRouter.d.ts +2 -2
- package/appmesh/virtualRouter.js +2 -2
- package/appsync/dataSource.d.ts +18 -18
- package/appsync/graphQLApi.d.ts +0 -134
- package/appsync/graphQLApi.js +0 -134
- package/appsync/graphQLApi.js.map +1 -1
- package/backup/regionSettings.d.ts +3 -3
- package/batch/computeEnvironment.d.ts +2 -0
- package/batch/computeEnvironment.js +2 -0
- package/batch/computeEnvironment.js.map +1 -1
- package/budgets/getBudget.d.ts +130 -0
- package/budgets/getBudget.js +51 -0
- package/budgets/getBudget.js.map +1 -0
- package/budgets/index.d.ts +3 -0
- package/budgets/index.js +4 -1
- package/budgets/index.js.map +1 -1
- package/chime/index.d.ts +9 -0
- package/chime/index.js +16 -1
- package/chime/index.js.map +1 -1
- package/chime/sdkvoiceGlobalSettings.d.ts +73 -0
- package/chime/sdkvoiceGlobalSettings.js +75 -0
- package/chime/sdkvoiceGlobalSettings.js.map +1 -0
- package/chime/sdkvoiceSipMediaApplication.d.ts +145 -0
- package/chime/sdkvoiceSipMediaApplication.js +95 -0
- package/chime/sdkvoiceSipMediaApplication.js.map +1 -0
- package/chime/sdkvoiceSipRule.d.ts +134 -0
- package/chime/sdkvoiceSipRule.js +99 -0
- package/chime/sdkvoiceSipRule.js.map +1 -0
- package/chime/voiceConnector.d.ts +44 -0
- package/chime/voiceConnector.js +6 -0
- package/chime/voiceConnector.js.map +1 -1
- package/cleanrooms/collaboration.d.ts +256 -0
- package/cleanrooms/collaboration.js +123 -0
- package/cleanrooms/collaboration.js.map +1 -0
- package/cleanrooms/index.d.ts +3 -0
- package/cleanrooms/index.js +22 -0
- package/cleanrooms/index.js.map +1 -0
- package/cloudfront/cachePolicy.d.ts +22 -22
- package/cloudfront/cachePolicy.js +2 -2
- package/cloudtrail/index.d.ts +0 -3
- package/cloudtrail/index.js +1 -4
- package/cloudtrail/index.js.map +1 -1
- package/cloudwatch/eventTarget.d.ts +8 -2
- package/cloudwatch/eventTarget.js +8 -2
- package/cloudwatch/eventTarget.js.map +1 -1
- package/cloudwatch/internetMonitor.d.ts +12 -0
- package/cloudwatch/internetMonitor.js +2 -0
- package/cloudwatch/internetMonitor.js.map +1 -1
- package/cloudwatch/metricStream.d.ts +94 -0
- package/cloudwatch/metricStream.js +94 -0
- package/cloudwatch/metricStream.js.map +1 -1
- package/codebuild/project.d.ts +2 -2
- package/codebuild/project.js +2 -2
- package/cognito/identityPool.d.ts +1 -1
- package/cognito/identityPool.js +1 -1
- package/cognito/index.d.ts +3 -0
- package/cognito/index.js +6 -1
- package/cognito/index.js.map +1 -1
- package/cognito/managedUserPoolClient.d.ts +394 -0
- package/cognito/managedUserPoolClient.js +170 -0
- package/cognito/managedUserPoolClient.js.map +1 -0
- package/cognito/userPool.d.ts +3 -3
- package/cognito/userPoolClient.d.ts +14 -14
- package/cognito/userPoolClient.js +1 -1
- package/config/vars.d.ts +5 -0
- package/config/vars.js +6 -0
- package/config/vars.js.map +1 -1
- package/cur/reportDefinition.d.ts +7 -4
- package/cur/reportDefinition.js +4 -1
- package/cur/reportDefinition.js.map +1 -1
- package/datasync/locationObjectStorage.d.ts +3 -3
- package/ec2/fleet.d.ts +5 -5
- package/ec2/fleet.js +6 -6
- package/ec2/fleet.js.map +1 -1
- package/ec2/getInstances.d.ts +54 -0
- package/ec2/getInstances.js +54 -0
- package/ec2/getInstances.js.map +1 -1
- package/ec2/getVpcPeeringConnections.d.ts +34 -0
- package/ec2/getVpcPeeringConnections.js +34 -0
- package/ec2/getVpcPeeringConnections.js.map +1 -1
- package/ec2/index.d.ts +0 -3
- package/ec2/index.js +2 -7
- package/ec2/index.js.map +1 -1
- package/ec2/instance.d.ts +61 -0
- package/ec2/instance.js +39 -0
- package/ec2/instance.js.map +1 -1
- package/ec2/managedPrefixListEntry.d.ts +8 -16
- package/ec2/managedPrefixListEntry.js +5 -13
- package/ec2/managedPrefixListEntry.js.map +1 -1
- package/ec2/peeringConnectionOptions.d.ts +6 -18
- package/ec2/peeringConnectionOptions.js.map +1 -1
- package/ec2/securityGroup.d.ts +14 -0
- package/ec2/securityGroup.js +14 -0
- package/ec2/securityGroup.js.map +1 -1
- package/ec2/securityGroupRule.d.ts +6 -0
- package/ec2/securityGroupRule.js.map +1 -1
- package/ec2/spotInstanceRequest.d.ts +7 -7
- package/ec2/spotInstanceRequest.js +1 -1
- package/ec2transitgateway/connect.d.ts +3 -3
- package/ec2transitgateway/connectPeer.d.ts +16 -0
- package/ec2transitgateway/connectPeer.js +4 -0
- package/ec2transitgateway/connectPeer.js.map +1 -1
- package/ec2transitgateway/getConnectPeer.d.ts +8 -0
- package/ec2transitgateway/getConnectPeer.js.map +1 -1
- package/ec2transitgateway/getVpcAttachments.d.ts +32 -0
- package/ec2transitgateway/getVpcAttachments.js +32 -0
- package/ec2transitgateway/getVpcAttachments.js.map +1 -1
- package/ec2transitgateway/index.d.ts +3 -0
- package/ec2transitgateway/index.js +6 -1
- package/ec2transitgateway/index.js.map +1 -1
- package/ec2transitgateway/instanceConnectEndpoint.d.ts +183 -0
- package/ec2transitgateway/instanceConnectEndpoint.js +96 -0
- package/ec2transitgateway/instanceConnectEndpoint.js.map +1 -0
- package/ec2transitgateway/routeTableAssociation.d.ts +12 -0
- package/ec2transitgateway/routeTableAssociation.js +2 -0
- package/ec2transitgateway/routeTableAssociation.js.map +1 -1
- package/ecr/getPullThroughCacheRule.d.ts +67 -0
- package/ecr/getPullThroughCacheRule.js +47 -0
- package/ecr/getPullThroughCacheRule.js.map +1 -0
- package/ecr/index.d.ts +3 -0
- package/ecr/index.js +4 -1
- package/ecr/index.js.map +1 -1
- package/eks/addon.d.ts +5 -10
- package/eks/addon.js +2 -7
- package/eks/addon.js.map +1 -1
- package/eks/cluster.d.ts +2 -4
- package/eks/cluster.js +2 -4
- package/eks/cluster.js.map +1 -1
- package/eks/getAddonVersion.d.ts +4 -8
- package/eks/getAddonVersion.js +4 -8
- package/eks/getAddonVersion.js.map +1 -1
- package/eks/getCluster.d.ts +6 -12
- package/eks/getCluster.js +6 -12
- package/eks/getCluster.js.map +1 -1
- package/eks/nodeGroup.d.ts +24 -15
- package/eks/nodeGroup.js.map +1 -1
- package/elasticache/cluster.d.ts +6 -3
- package/elasticache/cluster.js.map +1 -1
- package/elasticache/globalReplicationGroup.d.ts +6 -3
- package/elasticache/globalReplicationGroup.js.map +1 -1
- package/elasticache/replicationGroup.d.ts +6 -3
- package/elasticache/replicationGroup.js.map +1 -1
- package/elb/loadBalancer.d.ts +3 -3
- package/finspace/index.d.ts +12 -0
- package/finspace/index.js +37 -0
- package/finspace/index.js.map +1 -0
- package/finspace/kxCluster.d.ts +340 -0
- package/finspace/kxCluster.js +129 -0
- package/finspace/kxCluster.js.map +1 -0
- package/finspace/kxDatabase.d.ts +165 -0
- package/finspace/kxDatabase.js +102 -0
- package/finspace/kxDatabase.js.map +1 -0
- package/finspace/kxEnvironment.d.ts +235 -0
- package/finspace/kxEnvironment.js +132 -0
- package/finspace/kxEnvironment.js.map +1 -0
- package/finspace/kxUser.d.ts +160 -0
- package/finspace/kxUser.js +112 -0
- package/finspace/kxUser.js.map +1 -0
- package/fis/experimentTemplate.d.ts +12 -0
- package/fis/experimentTemplate.js +2 -0
- package/fis/experimentTemplate.js.map +1 -1
- package/fms/policy.d.ts +2 -0
- package/fms/policy.js +2 -0
- package/fms/policy.js.map +1 -1
- package/getArn.d.ts +2 -3
- package/getArn.js +1 -0
- package/getArn.js.map +1 -1
- package/getBillingServiceAccount.d.ts +67 -2
- package/getBillingServiceAccount.js +56 -3
- package/getBillingServiceAccount.js.map +1 -1
- package/getCallerIdentity.d.ts +37 -2
- package/getCallerIdentity.js +26 -3
- package/getCallerIdentity.js.map +1 -1
- package/getDefaultTags.d.ts +2 -15
- package/getDefaultTags.js +1 -1
- package/getDefaultTags.js.map +1 -1
- package/getIpRanges.d.ts +2 -3
- package/getIpRanges.js +1 -0
- package/getIpRanges.js.map +1 -1
- package/getPartition.d.ts +41 -2
- package/getPartition.js +30 -3
- package/getPartition.js.map +1 -1
- package/getRegion.d.ts +2 -3
- package/getRegion.js +1 -0
- package/getRegion.js.map +1 -1
- package/getRegions.d.ts +9 -1
- package/getRegions.js +1 -0
- package/getRegions.js.map +1 -1
- package/getService.d.ts +2 -3
- package/getService.js +1 -0
- package/getService.js.map +1 -1
- package/globalaccelerator/customRoutingAccelerator.d.ts +192 -0
- package/globalaccelerator/customRoutingAccelerator.js +100 -0
- package/globalaccelerator/customRoutingAccelerator.js.map +1 -0
- package/globalaccelerator/customRoutingEndpointGroup.d.ts +130 -0
- package/globalaccelerator/customRoutingEndpointGroup.js +93 -0
- package/globalaccelerator/customRoutingEndpointGroup.js.map +1 -0
- package/globalaccelerator/customRoutingListener.d.ts +104 -0
- package/globalaccelerator/customRoutingListener.js +93 -0
- package/globalaccelerator/customRoutingListener.js.map +1 -0
- package/globalaccelerator/getAccelerator.d.ts +3 -9
- package/globalaccelerator/getAccelerator.js +1 -1
- package/globalaccelerator/getAccelerator.js.map +1 -1
- package/globalaccelerator/getCustomRoutingAccelerator.d.ts +96 -0
- package/globalaccelerator/getCustomRoutingAccelerator.js +58 -0
- package/globalaccelerator/getCustomRoutingAccelerator.js.map +1 -0
- package/globalaccelerator/index.d.ts +12 -0
- package/globalaccelerator/index.js +19 -1
- package/globalaccelerator/index.js.map +1 -1
- package/glue/crawler.d.ts +21 -0
- package/glue/crawler.js +2 -0
- package/glue/crawler.js.map +1 -1
- package/glue/devEndpoint.d.ts +3 -3
- package/glue/workflow.d.ts +3 -3
- package/guardduty/getFindingIds.d.ts +66 -0
- package/guardduty/getFindingIds.js +49 -0
- package/guardduty/getFindingIds.js.map +1 -0
- package/guardduty/index.d.ts +3 -0
- package/guardduty/index.js +4 -1
- package/guardduty/index.js.map +1 -1
- package/iam/{getOpenidConnectProvider.d.ts → getOpenIdConnectProvider.d.ts} +12 -12
- package/iam/{getOpenidConnectProvider.js → getOpenIdConnectProvider.js} +12 -12
- package/iam/{getOpenidConnectProvider.js.map → getOpenIdConnectProvider.js.map} +1 -1
- package/iam/getPrincipalPolicySimulation.d.ts +167 -0
- package/iam/getPrincipalPolicySimulation.js +48 -0
- package/iam/getPrincipalPolicySimulation.js.map +1 -0
- package/iam/index.d.ts +6 -3
- package/iam/index.js +8 -5
- package/iam/index.js.map +1 -1
- package/iam/virtualMfaDevice.d.ts +22 -2
- package/iam/virtualMfaDevice.js +8 -0
- package/iam/virtualMfaDevice.js.map +1 -1
- package/index.d.ts +9 -24
- package/index.js +15 -30
- package/index.js.map +1 -1
- package/iot/getEndpoint.d.ts +50 -0
- package/iot/getEndpoint.js +50 -0
- package/iot/getEndpoint.js.map +1 -1
- package/iot/topicRule.d.ts +35 -35
- package/iot/topicRule.js +16 -16
- package/iot/topicRule.js.map +1 -1
- package/kendra/dataSource.d.ts +32 -9
- package/kendra/dataSource.js +23 -0
- package/kendra/dataSource.js.map +1 -1
- package/kendra/querySuggestionsBlockList.d.ts +24 -24
- package/kendra/querySuggestionsBlockList.js +2 -2
- package/keyspaces/table.d.ts +12 -0
- package/keyspaces/table.js +2 -0
- package/keyspaces/table.js.map +1 -1
- package/kinesis/firehoseDeliveryStream.d.ts +39 -0
- package/kinesis/firehoseDeliveryStream.js +39 -0
- package/kinesis/firehoseDeliveryStream.js.map +1 -1
- package/lambda/eventSourceMapping.d.ts +6 -48
- package/lambda/eventSourceMapping.js +0 -42
- package/lambda/eventSourceMapping.js.map +1 -1
- package/lambda/function.d.ts +51 -4
- package/lambda/function.js +36 -1
- package/lambda/function.js.map +1 -1
- package/lambda/provisionedConcurrencyConfig.d.ts +2 -2
- package/lambda/provisionedConcurrencyConfig.js +2 -2
- package/lb/targetGroupAttachment.d.ts +17 -10
- package/lb/targetGroupAttachment.js +2 -1
- package/lb/targetGroupAttachment.js.map +1 -1
- package/msk/cluster.d.ts +108 -0
- package/msk/cluster.js +108 -0
- package/msk/cluster.js.map +1 -1
- package/opensearch/getServerlessAccessPolicy.d.ts +81 -0
- package/opensearch/getServerlessAccessPolicy.js +52 -0
- package/opensearch/getServerlessAccessPolicy.js.map +1 -0
- package/opensearch/getServerlessCollection.d.ts +101 -0
- package/opensearch/getServerlessCollection.js +51 -0
- package/opensearch/getServerlessCollection.js.map +1 -0
- package/opensearch/getServerlessSecurityConfig.d.ts +91 -0
- package/opensearch/getServerlessSecurityConfig.js +50 -0
- package/opensearch/getServerlessSecurityConfig.js.map +1 -0
- package/opensearch/getServerlessSecurityPolicy.d.ts +90 -0
- package/opensearch/getServerlessSecurityPolicy.js +50 -0
- package/opensearch/getServerlessSecurityPolicy.js.map +1 -0
- package/opensearch/getServerlessVpcEndpoint.d.ts +79 -0
- package/opensearch/getServerlessVpcEndpoint.js +47 -0
- package/opensearch/getServerlessVpcEndpoint.js.map +1 -0
- package/opensearch/index.d.ts +30 -0
- package/opensearch/index.js +41 -1
- package/opensearch/index.js.map +1 -1
- package/opensearch/serverlessAccessPolicy.d.ts +138 -0
- package/opensearch/serverlessAccessPolicy.js +106 -0
- package/opensearch/serverlessAccessPolicy.js.map +1 -0
- package/opensearch/serverlessCollection.d.ts +167 -0
- package/opensearch/serverlessCollection.js +104 -0
- package/opensearch/serverlessCollection.js.map +1 -0
- package/opensearch/serverlessSecurityConfig.d.ts +113 -0
- package/opensearch/serverlessSecurityConfig.js +76 -0
- package/opensearch/serverlessSecurityConfig.js.map +1 -0
- package/opensearch/serverlessSecurityPolicy.d.ts +262 -0
- package/opensearch/serverlessSecurityPolicy.js +230 -0
- package/opensearch/serverlessSecurityPolicy.js.map +1 -0
- package/opensearch/serverlessVpcEndpoint.d.ts +120 -0
- package/opensearch/serverlessVpcEndpoint.js +91 -0
- package/opensearch/serverlessVpcEndpoint.js.map +1 -0
- package/organizations/getPolicies.d.ts +45 -0
- package/organizations/getPolicies.js +29 -0
- package/organizations/getPolicies.js.map +1 -0
- package/organizations/getPoliciesForTarget.d.ts +54 -0
- package/organizations/getPoliciesForTarget.js +30 -0
- package/organizations/getPoliciesForTarget.js.map +1 -0
- package/organizations/index.d.ts +9 -0
- package/organizations/index.js +12 -1
- package/organizations/index.js.map +1 -1
- package/organizations/resourcePolicy.d.ts +137 -0
- package/organizations/resourcePolicy.js +109 -0
- package/organizations/resourcePolicy.js.map +1 -0
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/pinpoint/smsChannel.d.ts +18 -18
- package/pinpoint/smsChannel.js +2 -2
- package/pipes/pipe.d.ts +52 -19
- package/pipes/pipe.js +25 -8
- package/pipes/pipe.js.map +1 -1
- package/provider.d.ts +10 -0
- package/provider.js +2 -1
- package/provider.js.map +1 -1
- package/quicksight/dataSet.d.ts +2 -2
- package/quicksight/dataSet.js +0 -3
- package/quicksight/dataSet.js.map +1 -1
- package/quicksight/getTheme.d.ts +133 -0
- package/quicksight/getTheme.js +51 -0
- package/quicksight/getTheme.js.map +1 -0
- package/quicksight/index.d.ts +6 -0
- package/quicksight/index.js +9 -1
- package/quicksight/index.js.map +1 -1
- package/quicksight/refreshSchedule.d.ts +44 -0
- package/quicksight/refreshSchedule.js +44 -0
- package/quicksight/refreshSchedule.js.map +1 -1
- package/quicksight/theme.d.ts +211 -0
- package/quicksight/theme.js +97 -0
- package/quicksight/theme.js.map +1 -0
- package/rds/eventSubscription.d.ts +3 -3
- package/rds/getInstance.d.ts +1 -1
- package/rds/instance.d.ts +0 -9
- package/rds/instance.js.map +1 -1
- package/rds/proxy.d.ts +3 -3
- package/redshift/cluster.d.ts +8 -0
- package/redshift/cluster.js +2 -0
- package/redshift/cluster.js.map +1 -1
- package/redshift/getCluster.d.ts +5 -1
- package/redshift/getCluster.js.map +1 -1
- package/s3/bucketNotification.d.ts +15 -3
- package/s3/bucketNotification.js +12 -0
- package/s3/bucketNotification.js.map +1 -1
- package/securityhub/standardsControl.d.ts +3 -3
- package/servicecatalog/getProduct.d.ts +13 -13
- package/servicecatalog/getProduct.js +4 -4
- package/ses/activeReceiptRuleSet.d.ts +8 -0
- package/ses/activeReceiptRuleSet.js +8 -0
- package/ses/activeReceiptRuleSet.js.map +1 -1
- package/ses/index.d.ts +0 -3
- package/ses/index.js +1 -6
- package/ses/index.js.map +1 -1
- package/sesv2/emailIdentity.d.ts +15 -3
- package/sesv2/emailIdentity.js.map +1 -1
- package/sesv2/getEmailIdentity.d.ts +97 -0
- package/sesv2/getEmailIdentity.js +50 -0
- package/sesv2/getEmailIdentity.js.map +1 -0
- package/sesv2/getEmailIdentityMailFromAttributes.d.ts +75 -0
- package/sesv2/getEmailIdentityMailFromAttributes.js +55 -0
- package/sesv2/getEmailIdentityMailFromAttributes.js.map +1 -0
- package/sesv2/index.d.ts +6 -0
- package/sesv2/index.js +7 -1
- package/sesv2/index.js.map +1 -1
- package/sfn/alias.d.ts +136 -0
- package/sfn/alias.js +103 -0
- package/sfn/alias.js.map +1 -0
- package/sfn/getAlias.d.ts +97 -0
- package/sfn/getAlias.js +53 -0
- package/sfn/getAlias.js.map +1 -0
- package/sfn/getStateMachine.d.ts +5 -0
- package/sfn/getStateMachine.js.map +1 -1
- package/sfn/getStateMachineVersions.d.ts +65 -0
- package/sfn/getStateMachineVersions.js +49 -0
- package/sfn/getStateMachineVersions.js.map +1 -0
- package/sfn/index.d.ts +9 -0
- package/sfn/index.js +12 -1
- package/sfn/index.js.map +1 -1
- package/sfn/stateMachine.d.ts +45 -0
- package/sfn/stateMachine.js +35 -0
- package/sfn/stateMachine.js.map +1 -1
- package/ssm/getParameter.d.ts +1 -0
- package/ssm/getParameter.js.map +1 -1
- package/ssm/patchBaseline.d.ts +6 -0
- package/ssm/patchBaseline.js.map +1 -1
- package/timestreamwrite/table.d.ts +30 -0
- package/timestreamwrite/table.js +20 -0
- package/timestreamwrite/table.js.map +1 -1
- package/transfer/agreement.d.ts +170 -0
- package/transfer/agreement.js +110 -0
- package/transfer/agreement.js.map +1 -0
- package/transfer/certificate.d.ts +172 -0
- package/transfer/certificate.js +103 -0
- package/transfer/certificate.js.map +1 -0
- package/transfer/connector.d.ts +152 -0
- package/transfer/connector.js +104 -0
- package/transfer/connector.js.map +1 -0
- package/transfer/index.d.ts +12 -0
- package/transfer/index.js +21 -1
- package/transfer/index.js.map +1 -1
- package/transfer/profile.d.ts +117 -0
- package/transfer/profile.js +78 -0
- package/transfer/profile.js.map +1 -0
- package/types/input.d.ts +11137 -100596
- package/types/output.d.ts +32173 -121499
- package/utils.d.ts +0 -1
- package/utils.js +0 -6
- package/utils.js.map +1 -1
- package/vpc/securityGroupEgressRule.d.ts +3 -3
- package/vpc/securityGroupEgressRule.js +4 -1
- package/vpc/securityGroupEgressRule.js.map +1 -1
- package/vpc/securityGroupIngressRule.d.ts +3 -3
- package/vpc/securityGroupIngressRule.js +4 -1
- package/vpc/securityGroupIngressRule.js.map +1 -1
- package/wafv2/getIpSet.d.ts +1 -1
- package/wafv2/ipSet.d.ts +3 -3
- package/wafv2/regexPatternSet.d.ts +3 -3
- package/wafv2/ruleGroup.d.ts +0 -49
- package/wafv2/ruleGroup.js +0 -49
- package/wafv2/ruleGroup.js.map +1 -1
- package/wafv2/webAcl.d.ts +6 -246
- package/wafv2/webAcl.js +0 -240
- package/wafv2/webAcl.js.map +1 -1
- package/wafv2/webAclLoggingConfiguration.d.ts +17 -17
- package/wafv2/webAclLoggingConfiguration.js +5 -5
- package/applicationloadbalancing/getListener.d.ts +0 -120
- package/applicationloadbalancing/getListener.js +0 -80
- package/applicationloadbalancing/getListener.js.map +0 -1
- package/applicationloadbalancing/getLoadBalancer.d.ts +0 -133
- package/applicationloadbalancing/getLoadBalancer.js +0 -73
- package/applicationloadbalancing/getLoadBalancer.js.map +0 -1
- package/applicationloadbalancing/getTargetGroup.d.ts +0 -126
- package/applicationloadbalancing/getTargetGroup.js +0 -73
- package/applicationloadbalancing/getTargetGroup.js.map +0 -1
- package/applicationloadbalancing/listener.d.ts +0 -377
- package/applicationloadbalancing/listener.js +0 -276
- package/applicationloadbalancing/listener.js.map +0 -1
- package/applicationloadbalancing/listenerCertificate.d.ts +0 -96
- package/applicationloadbalancing/listenerCertificate.js +0 -95
- package/applicationloadbalancing/listenerCertificate.js.map +0 -1
- package/applicationloadbalancing/listenerRule.d.ts +0 -301
- package/applicationloadbalancing/listenerRule.js +0 -249
- package/applicationloadbalancing/listenerRule.js.map +0 -1
- package/applicationloadbalancing/loadBalancer.d.ts +0 -463
- package/applicationloadbalancing/loadBalancer.js +0 -201
- package/applicationloadbalancing/loadBalancer.js.map +0 -1
- package/applicationloadbalancing/targetGroup.d.ts +0 -402
- package/applicationloadbalancing/targetGroup.js +0 -161
- package/applicationloadbalancing/targetGroup.js.map +0 -1
- package/applicationloadbalancing/targetGroupAttachment.d.ts +0 -135
- package/applicationloadbalancing/targetGroupAttachment.js +0 -114
- package/applicationloadbalancing/targetGroupAttachment.js.map +0 -1
- package/awsMixins.d.ts +0 -21
- package/awsMixins.js +0 -40
- package/awsMixins.js.map +0 -1
- package/cloudtrail/getFunction.d.ts +0 -102
- package/cloudtrail/getFunction.js +0 -55
- package/cloudtrail/getFunction.js.map +0 -1
- package/ec2/transitGatewayPeeringAttachmentAccepter.d.ts +0 -132
- package/ec2/transitGatewayPeeringAttachmentAccepter.js +0 -94
- package/ec2/transitGatewayPeeringAttachmentAccepter.js.map +0 -1
- package/elasticloadbalancing/appCookieStickinessPolicy.d.ts +0 -129
- package/elasticloadbalancing/appCookieStickinessPolicy.js +0 -102
- package/elasticloadbalancing/appCookieStickinessPolicy.js.map +0 -1
- package/elasticloadbalancing/attachment.d.ts +0 -86
- package/elasticloadbalancing/attachment.js +0 -85
- package/elasticloadbalancing/attachment.js.map +0 -1
- package/elasticloadbalancing/getHostedZoneId.d.ts +0 -81
- package/elasticloadbalancing/getHostedZoneId.js +0 -69
- package/elasticloadbalancing/getHostedZoneId.js.map +0 -1
- package/elasticloadbalancing/getLoadBalancer.d.ts +0 -105
- package/elasticloadbalancing/getLoadBalancer.js +0 -67
- package/elasticloadbalancing/getLoadBalancer.js.map +0 -1
- package/elasticloadbalancing/getServiceAccount.d.ts +0 -135
- package/elasticloadbalancing/getServiceAccount.js +0 -119
- package/elasticloadbalancing/getServiceAccount.js.map +0 -1
- package/elasticloadbalancing/index.d.ts +0 -33
- package/elasticloadbalancing/index.js +0 -66
- package/elasticloadbalancing/index.js.map +0 -1
- package/elasticloadbalancing/listenerPolicy.d.ts +0 -176
- package/elasticloadbalancing/listenerPolicy.js +0 -149
- package/elasticloadbalancing/listenerPolicy.js.map +0 -1
- package/elasticloadbalancing/loadBalancer.d.ts +0 -398
- package/elasticloadbalancing/loadBalancer.js +0 -177
- package/elasticloadbalancing/loadBalancer.js.map +0 -1
- package/elasticloadbalancing/loadBalancerBackendServerPolicy.d.ts +0 -123
- package/elasticloadbalancing/loadBalancerBackendServerPolicy.js +0 -112
- package/elasticloadbalancing/loadBalancerBackendServerPolicy.js.map +0 -1
- package/elasticloadbalancing/loadBalancerCookieStickinessPolicy.d.ts +0 -124
- package/elasticloadbalancing/loadBalancerCookieStickinessPolicy.js +0 -91
- package/elasticloadbalancing/loadBalancerCookieStickinessPolicy.js.map +0 -1
- package/elasticloadbalancing/loadBalancerPolicy.d.ts +0 -166
- package/elasticloadbalancing/loadBalancerPolicy.js +0 -146
- package/elasticloadbalancing/loadBalancerPolicy.js.map +0 -1
- package/elasticloadbalancing/sslNegotiationPolicy.d.ts +0 -183
- package/elasticloadbalancing/sslNegotiationPolicy.js +0 -123
- package/elasticloadbalancing/sslNegotiationPolicy.js.map +0 -1
- package/elasticloadbalancingv2/getListener.d.ts +0 -120
- package/elasticloadbalancingv2/getListener.js +0 -80
- package/elasticloadbalancingv2/getListener.js.map +0 -1
- package/elasticloadbalancingv2/getLoadBalancer.d.ts +0 -133
- package/elasticloadbalancingv2/getLoadBalancer.js +0 -73
- package/elasticloadbalancingv2/getLoadBalancer.js.map +0 -1
- package/elasticloadbalancingv2/getTargetGroup.d.ts +0 -126
- package/elasticloadbalancingv2/getTargetGroup.js +0 -73
- package/elasticloadbalancingv2/getTargetGroup.js.map +0 -1
- package/elasticloadbalancingv2/index.d.ts +0 -27
- package/elasticloadbalancingv2/index.js +0 -56
- package/elasticloadbalancingv2/index.js.map +0 -1
- package/elasticloadbalancingv2/listener.d.ts +0 -377
- package/elasticloadbalancingv2/listener.js +0 -276
- package/elasticloadbalancingv2/listener.js.map +0 -1
- package/elasticloadbalancingv2/listenerCertificate.d.ts +0 -96
- package/elasticloadbalancingv2/listenerCertificate.js +0 -95
- package/elasticloadbalancingv2/listenerCertificate.js.map +0 -1
- package/elasticloadbalancingv2/listenerRule.d.ts +0 -301
- package/elasticloadbalancingv2/listenerRule.js +0 -249
- package/elasticloadbalancingv2/listenerRule.js.map +0 -1
- package/elasticloadbalancingv2/loadBalancer.d.ts +0 -462
- package/elasticloadbalancingv2/loadBalancer.js +0 -201
- package/elasticloadbalancingv2/loadBalancer.js.map +0 -1
- package/elasticloadbalancingv2/targetGroup.d.ts +0 -402
- package/elasticloadbalancingv2/targetGroup.js +0 -161
- package/elasticloadbalancingv2/targetGroup.js.map +0 -1
- package/elasticloadbalancingv2/targetGroupAttachment.d.ts +0 -135
- package/elasticloadbalancingv2/targetGroupAttachment.js +0 -114
- package/elasticloadbalancingv2/targetGroupAttachment.js.map +0 -1
- package/getAmi.d.ts +0 -331
- package/getAmi.js +0 -93
- package/getAmi.js.map +0 -1
- package/getAmiIds.d.ts +0 -135
- package/getAmiIds.js +0 -63
- package/getAmiIds.js.map +0 -1
- package/getAutoscalingGroups.d.ts +0 -119
- package/getAutoscalingGroups.js +0 -92
- package/getAutoscalingGroups.js.map +0 -1
- package/getCanonicalUserId.d.ts +0 -32
- package/getCanonicalUserId.js +0 -31
- package/getCanonicalUserId.js.map +0 -1
- package/getElasticIp.d.ts +0 -221
- package/getElasticIp.js +0 -126
- package/getElasticIp.js.map +0 -1
- package/getPrefixList.d.ts +0 -160
- package/getPrefixList.js +0 -125
- package/getPrefixList.js.map +0 -1
- package/ses/confgurationSet.d.ts +0 -153
- package/ses/confgurationSet.js +0 -96
- package/ses/confgurationSet.js.map +0 -1
|
@@ -1,463 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import * as inputs from "../types/input";
|
|
3
|
-
import * as outputs from "../types/output";
|
|
4
|
-
import { IpAddressType, LoadBalancerType } from "../alb";
|
|
5
|
-
/**
|
|
6
|
-
* Provides a Load Balancer resource.
|
|
7
|
-
*
|
|
8
|
-
* > **Note:** `aws.alb.LoadBalancer` is known as `aws.lb.LoadBalancer`. The functionality is identical.
|
|
9
|
-
*
|
|
10
|
-
* ## Example Usage
|
|
11
|
-
* ### Application Load Balancer
|
|
12
|
-
*
|
|
13
|
-
* ```typescript
|
|
14
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
-
* import * as aws from "@pulumi/aws";
|
|
16
|
-
*
|
|
17
|
-
* const test = new aws.lb.LoadBalancer("test", {
|
|
18
|
-
* internal: false,
|
|
19
|
-
* loadBalancerType: "application",
|
|
20
|
-
* securityGroups: [aws_security_group.lb_sg.id],
|
|
21
|
-
* subnets: .map(subnet => (subnet.id)),
|
|
22
|
-
* enableDeletionProtection: true,
|
|
23
|
-
* accessLogs: {
|
|
24
|
-
* bucket: aws_s3_bucket.lb_logs.id,
|
|
25
|
-
* prefix: "test-lb",
|
|
26
|
-
* enabled: true,
|
|
27
|
-
* },
|
|
28
|
-
* tags: {
|
|
29
|
-
* Environment: "production",
|
|
30
|
-
* },
|
|
31
|
-
* });
|
|
32
|
-
* ```
|
|
33
|
-
* ### Network Load Balancer
|
|
34
|
-
*
|
|
35
|
-
* ```typescript
|
|
36
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
37
|
-
* import * as aws from "@pulumi/aws";
|
|
38
|
-
*
|
|
39
|
-
* const test = new aws.lb.LoadBalancer("test", {
|
|
40
|
-
* internal: false,
|
|
41
|
-
* loadBalancerType: "network",
|
|
42
|
-
* subnets: .map(subnet => (subnet.id)),
|
|
43
|
-
* enableDeletionProtection: true,
|
|
44
|
-
* tags: {
|
|
45
|
-
* Environment: "production",
|
|
46
|
-
* },
|
|
47
|
-
* });
|
|
48
|
-
* ```
|
|
49
|
-
* ### Specifying Elastic IPs
|
|
50
|
-
*
|
|
51
|
-
* ```typescript
|
|
52
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
53
|
-
* import * as aws from "@pulumi/aws";
|
|
54
|
-
*
|
|
55
|
-
* const example = new aws.lb.LoadBalancer("example", {
|
|
56
|
-
* loadBalancerType: "network",
|
|
57
|
-
* subnetMappings: [
|
|
58
|
-
* {
|
|
59
|
-
* subnetId: aws_subnet.example1.id,
|
|
60
|
-
* allocationId: aws_eip.example1.id,
|
|
61
|
-
* },
|
|
62
|
-
* {
|
|
63
|
-
* subnetId: aws_subnet.example2.id,
|
|
64
|
-
* allocationId: aws_eip.example2.id,
|
|
65
|
-
* },
|
|
66
|
-
* ],
|
|
67
|
-
* });
|
|
68
|
-
* ```
|
|
69
|
-
* ### Specifying private IP addresses for an internal-facing load balancer
|
|
70
|
-
*
|
|
71
|
-
* ```typescript
|
|
72
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
73
|
-
* import * as aws from "@pulumi/aws";
|
|
74
|
-
*
|
|
75
|
-
* const example = new aws.lb.LoadBalancer("example", {
|
|
76
|
-
* loadBalancerType: "network",
|
|
77
|
-
* subnetMappings: [
|
|
78
|
-
* {
|
|
79
|
-
* subnetId: aws_subnet.example1.id,
|
|
80
|
-
* privateIpv4Address: "10.0.1.15",
|
|
81
|
-
* },
|
|
82
|
-
* {
|
|
83
|
-
* subnetId: aws_subnet.example2.id,
|
|
84
|
-
* privateIpv4Address: "10.0.2.15",
|
|
85
|
-
* },
|
|
86
|
-
* ],
|
|
87
|
-
* });
|
|
88
|
-
* ```
|
|
89
|
-
*
|
|
90
|
-
* ## Import
|
|
91
|
-
*
|
|
92
|
-
* LBs can be imported using their ARN, e.g.,
|
|
93
|
-
*
|
|
94
|
-
* ```sh
|
|
95
|
-
* $ pulumi import aws:applicationloadbalancing/loadBalancer:LoadBalancer bar arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188
|
|
96
|
-
* ```
|
|
97
|
-
*
|
|
98
|
-
* @deprecated aws.applicationloadbalancing.LoadBalancer has been deprecated in favor of aws.alb.LoadBalancer
|
|
99
|
-
*/
|
|
100
|
-
export declare class LoadBalancer extends pulumi.CustomResource {
|
|
101
|
-
/**
|
|
102
|
-
* Get an existing LoadBalancer resource's state with the given name, ID, and optional extra
|
|
103
|
-
* properties used to qualify the lookup.
|
|
104
|
-
*
|
|
105
|
-
* @param name The _unique_ name of the resulting resource.
|
|
106
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
107
|
-
* @param state Any extra arguments used during the lookup.
|
|
108
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
109
|
-
*/
|
|
110
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: LoadBalancerState, opts?: pulumi.CustomResourceOptions): LoadBalancer;
|
|
111
|
-
/**
|
|
112
|
-
* Returns true if the given object is an instance of LoadBalancer. This is designed to work even
|
|
113
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
114
|
-
*/
|
|
115
|
-
static isInstance(obj: any): obj is LoadBalancer;
|
|
116
|
-
/**
|
|
117
|
-
* An Access Logs block. Access Logs documented below.
|
|
118
|
-
*/
|
|
119
|
-
readonly accessLogs: pulumi.Output<outputs.applicationloadbalancing.LoadBalancerAccessLogs | undefined>;
|
|
120
|
-
/**
|
|
121
|
-
* The ARN of the load balancer (matches `id`).
|
|
122
|
-
*/
|
|
123
|
-
readonly arn: pulumi.Output<string>;
|
|
124
|
-
/**
|
|
125
|
-
* The ARN suffix for use with CloudWatch Metrics.
|
|
126
|
-
*/
|
|
127
|
-
readonly arnSuffix: pulumi.Output<string>;
|
|
128
|
-
/**
|
|
129
|
-
* The ID of the customer owned ipv4 pool to use for this load balancer.
|
|
130
|
-
*/
|
|
131
|
-
readonly customerOwnedIpv4Pool: pulumi.Output<string | undefined>;
|
|
132
|
-
/**
|
|
133
|
-
* Determines how the load balancer handles requests that might pose a security risk to an application due to HTTP desync. Valid values are `monitor`, `defensive` (default), `strictest`.
|
|
134
|
-
*/
|
|
135
|
-
readonly desyncMitigationMode: pulumi.Output<string | undefined>;
|
|
136
|
-
/**
|
|
137
|
-
* The DNS name of the load balancer.
|
|
138
|
-
*/
|
|
139
|
-
readonly dnsName: pulumi.Output<string>;
|
|
140
|
-
/**
|
|
141
|
-
* Indicates whether HTTP headers with header fields that are not valid are removed by the load balancer (true) or routed to targets (false). The default is false. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. Only valid for Load Balancers of type `application`.
|
|
142
|
-
*/
|
|
143
|
-
readonly dropInvalidHeaderFields: pulumi.Output<boolean | undefined>;
|
|
144
|
-
/**
|
|
145
|
-
* If true, cross-zone load balancing of the load balancer will be enabled. For `network` and `gateway` type load balancers, this feature is disabled by default (`false`). For `application` load balancer this feature is always enabled (`true`) and cannot be disabled. Defaults to `false`.
|
|
146
|
-
*/
|
|
147
|
-
readonly enableCrossZoneLoadBalancing: pulumi.Output<boolean | undefined>;
|
|
148
|
-
/**
|
|
149
|
-
* If true, deletion of the load balancer will be disabled via the AWS API. This will prevent this provider from deleting the load balancer. Defaults to `false`.
|
|
150
|
-
*/
|
|
151
|
-
readonly enableDeletionProtection: pulumi.Output<boolean | undefined>;
|
|
152
|
-
/**
|
|
153
|
-
* Indicates whether HTTP/2 is enabled in `application` load balancers. Defaults to `true`.
|
|
154
|
-
*/
|
|
155
|
-
readonly enableHttp2: pulumi.Output<boolean | undefined>;
|
|
156
|
-
/**
|
|
157
|
-
* Indicates whether the two headers (`x-amzn-tls-version` and `x-amzn-tls-cipher-suite`), which contain information about the negotiated TLS version and cipher suite, are added to the client request before sending it to the target. Only valid for Load Balancers of type `application`. Defaults to `false`
|
|
158
|
-
*/
|
|
159
|
-
readonly enableTlsVersionAndCipherSuiteHeaders: pulumi.Output<boolean | undefined>;
|
|
160
|
-
/**
|
|
161
|
-
* Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to AWS WAF. Defaults to `false`.
|
|
162
|
-
*/
|
|
163
|
-
readonly enableWafFailOpen: pulumi.Output<boolean | undefined>;
|
|
164
|
-
/**
|
|
165
|
-
* Indicates whether the X-Forwarded-For header should preserve the source port that the client used to connect to the load balancer in `application` load balancers. Defaults to `false`.
|
|
166
|
-
*/
|
|
167
|
-
readonly enableXffClientPort: pulumi.Output<boolean | undefined>;
|
|
168
|
-
/**
|
|
169
|
-
* The time in seconds that the connection is allowed to be idle. Only valid for Load Balancers of type `application`. Default: 60.
|
|
170
|
-
*/
|
|
171
|
-
readonly idleTimeout: pulumi.Output<number | undefined>;
|
|
172
|
-
/**
|
|
173
|
-
* If true, the LB will be internal. Defaults to `false`.
|
|
174
|
-
*/
|
|
175
|
-
readonly internal: pulumi.Output<boolean>;
|
|
176
|
-
/**
|
|
177
|
-
* The type of IP addresses used by the subnets for your load balancer. The possible values are `ipv4` and `dualstack`.
|
|
178
|
-
*/
|
|
179
|
-
readonly ipAddressType: pulumi.Output<IpAddressType>;
|
|
180
|
-
/**
|
|
181
|
-
* The type of load balancer to create. Possible values are `application`, `gateway`, or `network`. The default value is `application`.
|
|
182
|
-
*/
|
|
183
|
-
readonly loadBalancerType: pulumi.Output<LoadBalancerType | undefined>;
|
|
184
|
-
/**
|
|
185
|
-
* The name of the LB. This name must be unique within your AWS account, can have a maximum of 32 characters,
|
|
186
|
-
* must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen. If not specified,
|
|
187
|
-
* this provider will autogenerate a name beginning with `tf-lb`.
|
|
188
|
-
*/
|
|
189
|
-
readonly name: pulumi.Output<string>;
|
|
190
|
-
/**
|
|
191
|
-
* Creates a unique name beginning with the specified prefix. Conflicts with `name`.
|
|
192
|
-
*/
|
|
193
|
-
readonly namePrefix: pulumi.Output<string | undefined>;
|
|
194
|
-
/**
|
|
195
|
-
* Indicates whether the Application Load Balancer should preserve the Host header in the HTTP request and send it to the target without any change. Defaults to `false`.
|
|
196
|
-
*/
|
|
197
|
-
readonly preserveHostHeader: pulumi.Output<boolean | undefined>;
|
|
198
|
-
/**
|
|
199
|
-
* A list of security group IDs to assign to the LB. Only valid for Load Balancers of type `application`.
|
|
200
|
-
*/
|
|
201
|
-
readonly securityGroups: pulumi.Output<string[]>;
|
|
202
|
-
/**
|
|
203
|
-
* A subnet mapping block as documented below.
|
|
204
|
-
*/
|
|
205
|
-
readonly subnetMappings: pulumi.Output<outputs.applicationloadbalancing.LoadBalancerSubnetMapping[]>;
|
|
206
|
-
/**
|
|
207
|
-
* A list of subnet IDs to attach to the LB. Subnets
|
|
208
|
-
* cannot be updated for Load Balancers of type `network`. Changing this value
|
|
209
|
-
* for load balancers of type `network` will force a recreation of the resource.
|
|
210
|
-
*/
|
|
211
|
-
readonly subnets: pulumi.Output<string[]>;
|
|
212
|
-
/**
|
|
213
|
-
* A map of tags to assign to the resource. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
214
|
-
*/
|
|
215
|
-
readonly tags: pulumi.Output<{
|
|
216
|
-
[key: string]: string;
|
|
217
|
-
} | undefined>;
|
|
218
|
-
/**
|
|
219
|
-
* A map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
|
|
220
|
-
*/
|
|
221
|
-
readonly tagsAll: pulumi.Output<{
|
|
222
|
-
[key: string]: string;
|
|
223
|
-
}>;
|
|
224
|
-
readonly vpcId: pulumi.Output<string>;
|
|
225
|
-
/**
|
|
226
|
-
* Determines how the load balancer modifies the `X-Forwarded-For` header in the HTTP request before sending the request to the target. The possible values are `append`, `preserve`, and `remove`. Only valid for Load Balancers of type `application`. The default is `append`.
|
|
227
|
-
*/
|
|
228
|
-
readonly xffHeaderProcessingMode: pulumi.Output<string | undefined>;
|
|
229
|
-
/**
|
|
230
|
-
* The canonical hosted zone ID of the load balancer (to be used in a Route 53 Alias record).
|
|
231
|
-
*/
|
|
232
|
-
readonly zoneId: pulumi.Output<string>;
|
|
233
|
-
/**
|
|
234
|
-
* Create a LoadBalancer resource with the given unique name, arguments, and options.
|
|
235
|
-
*
|
|
236
|
-
* @param name The _unique_ name of the resource.
|
|
237
|
-
* @param args The arguments to use to populate this resource's properties.
|
|
238
|
-
* @param opts A bag of options that control this resource's behavior.
|
|
239
|
-
*/
|
|
240
|
-
/** @deprecated aws.applicationloadbalancing.LoadBalancer has been deprecated in favor of aws.alb.LoadBalancer */
|
|
241
|
-
constructor(name: string, args?: LoadBalancerArgs, opts?: pulumi.CustomResourceOptions);
|
|
242
|
-
}
|
|
243
|
-
/**
|
|
244
|
-
* Input properties used for looking up and filtering LoadBalancer resources.
|
|
245
|
-
*/
|
|
246
|
-
export interface LoadBalancerState {
|
|
247
|
-
/**
|
|
248
|
-
* An Access Logs block. Access Logs documented below.
|
|
249
|
-
*/
|
|
250
|
-
accessLogs?: pulumi.Input<inputs.applicationloadbalancing.LoadBalancerAccessLogs>;
|
|
251
|
-
/**
|
|
252
|
-
* The ARN of the load balancer (matches `id`).
|
|
253
|
-
*/
|
|
254
|
-
arn?: pulumi.Input<string>;
|
|
255
|
-
/**
|
|
256
|
-
* The ARN suffix for use with CloudWatch Metrics.
|
|
257
|
-
*/
|
|
258
|
-
arnSuffix?: pulumi.Input<string>;
|
|
259
|
-
/**
|
|
260
|
-
* The ID of the customer owned ipv4 pool to use for this load balancer.
|
|
261
|
-
*/
|
|
262
|
-
customerOwnedIpv4Pool?: pulumi.Input<string>;
|
|
263
|
-
/**
|
|
264
|
-
* Determines how the load balancer handles requests that might pose a security risk to an application due to HTTP desync. Valid values are `monitor`, `defensive` (default), `strictest`.
|
|
265
|
-
*/
|
|
266
|
-
desyncMitigationMode?: pulumi.Input<string>;
|
|
267
|
-
/**
|
|
268
|
-
* The DNS name of the load balancer.
|
|
269
|
-
*/
|
|
270
|
-
dnsName?: pulumi.Input<string>;
|
|
271
|
-
/**
|
|
272
|
-
* Indicates whether HTTP headers with header fields that are not valid are removed by the load balancer (true) or routed to targets (false). The default is false. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. Only valid for Load Balancers of type `application`.
|
|
273
|
-
*/
|
|
274
|
-
dropInvalidHeaderFields?: pulumi.Input<boolean>;
|
|
275
|
-
/**
|
|
276
|
-
* If true, cross-zone load balancing of the load balancer will be enabled. For `network` and `gateway` type load balancers, this feature is disabled by default (`false`). For `application` load balancer this feature is always enabled (`true`) and cannot be disabled. Defaults to `false`.
|
|
277
|
-
*/
|
|
278
|
-
enableCrossZoneLoadBalancing?: pulumi.Input<boolean>;
|
|
279
|
-
/**
|
|
280
|
-
* If true, deletion of the load balancer will be disabled via the AWS API. This will prevent this provider from deleting the load balancer. Defaults to `false`.
|
|
281
|
-
*/
|
|
282
|
-
enableDeletionProtection?: pulumi.Input<boolean>;
|
|
283
|
-
/**
|
|
284
|
-
* Indicates whether HTTP/2 is enabled in `application` load balancers. Defaults to `true`.
|
|
285
|
-
*/
|
|
286
|
-
enableHttp2?: pulumi.Input<boolean>;
|
|
287
|
-
/**
|
|
288
|
-
* Indicates whether the two headers (`x-amzn-tls-version` and `x-amzn-tls-cipher-suite`), which contain information about the negotiated TLS version and cipher suite, are added to the client request before sending it to the target. Only valid for Load Balancers of type `application`. Defaults to `false`
|
|
289
|
-
*/
|
|
290
|
-
enableTlsVersionAndCipherSuiteHeaders?: pulumi.Input<boolean>;
|
|
291
|
-
/**
|
|
292
|
-
* Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to AWS WAF. Defaults to `false`.
|
|
293
|
-
*/
|
|
294
|
-
enableWafFailOpen?: pulumi.Input<boolean>;
|
|
295
|
-
/**
|
|
296
|
-
* Indicates whether the X-Forwarded-For header should preserve the source port that the client used to connect to the load balancer in `application` load balancers. Defaults to `false`.
|
|
297
|
-
*/
|
|
298
|
-
enableXffClientPort?: pulumi.Input<boolean>;
|
|
299
|
-
/**
|
|
300
|
-
* The time in seconds that the connection is allowed to be idle. Only valid for Load Balancers of type `application`. Default: 60.
|
|
301
|
-
*/
|
|
302
|
-
idleTimeout?: pulumi.Input<number>;
|
|
303
|
-
/**
|
|
304
|
-
* If true, the LB will be internal. Defaults to `false`.
|
|
305
|
-
*/
|
|
306
|
-
internal?: pulumi.Input<boolean>;
|
|
307
|
-
/**
|
|
308
|
-
* The type of IP addresses used by the subnets for your load balancer. The possible values are `ipv4` and `dualstack`.
|
|
309
|
-
*/
|
|
310
|
-
ipAddressType?: pulumi.Input<IpAddressType>;
|
|
311
|
-
/**
|
|
312
|
-
* The type of load balancer to create. Possible values are `application`, `gateway`, or `network`. The default value is `application`.
|
|
313
|
-
*/
|
|
314
|
-
loadBalancerType?: pulumi.Input<LoadBalancerType>;
|
|
315
|
-
/**
|
|
316
|
-
* The name of the LB. This name must be unique within your AWS account, can have a maximum of 32 characters,
|
|
317
|
-
* must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen. If not specified,
|
|
318
|
-
* this provider will autogenerate a name beginning with `tf-lb`.
|
|
319
|
-
*/
|
|
320
|
-
name?: pulumi.Input<string>;
|
|
321
|
-
/**
|
|
322
|
-
* Creates a unique name beginning with the specified prefix. Conflicts with `name`.
|
|
323
|
-
*/
|
|
324
|
-
namePrefix?: pulumi.Input<string>;
|
|
325
|
-
/**
|
|
326
|
-
* Indicates whether the Application Load Balancer should preserve the Host header in the HTTP request and send it to the target without any change. Defaults to `false`.
|
|
327
|
-
*/
|
|
328
|
-
preserveHostHeader?: pulumi.Input<boolean>;
|
|
329
|
-
/**
|
|
330
|
-
* A list of security group IDs to assign to the LB. Only valid for Load Balancers of type `application`.
|
|
331
|
-
*/
|
|
332
|
-
securityGroups?: pulumi.Input<pulumi.Input<string>[]>;
|
|
333
|
-
/**
|
|
334
|
-
* A subnet mapping block as documented below.
|
|
335
|
-
*/
|
|
336
|
-
subnetMappings?: pulumi.Input<pulumi.Input<inputs.applicationloadbalancing.LoadBalancerSubnetMapping>[]>;
|
|
337
|
-
/**
|
|
338
|
-
* A list of subnet IDs to attach to the LB. Subnets
|
|
339
|
-
* cannot be updated for Load Balancers of type `network`. Changing this value
|
|
340
|
-
* for load balancers of type `network` will force a recreation of the resource.
|
|
341
|
-
*/
|
|
342
|
-
subnets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
343
|
-
/**
|
|
344
|
-
* A map of tags to assign to the resource. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
345
|
-
*/
|
|
346
|
-
tags?: pulumi.Input<{
|
|
347
|
-
[key: string]: pulumi.Input<string>;
|
|
348
|
-
}>;
|
|
349
|
-
/**
|
|
350
|
-
* A map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
|
|
351
|
-
*/
|
|
352
|
-
tagsAll?: pulumi.Input<{
|
|
353
|
-
[key: string]: pulumi.Input<string>;
|
|
354
|
-
}>;
|
|
355
|
-
vpcId?: pulumi.Input<string>;
|
|
356
|
-
/**
|
|
357
|
-
* Determines how the load balancer modifies the `X-Forwarded-For` header in the HTTP request before sending the request to the target. The possible values are `append`, `preserve`, and `remove`. Only valid for Load Balancers of type `application`. The default is `append`.
|
|
358
|
-
*/
|
|
359
|
-
xffHeaderProcessingMode?: pulumi.Input<string>;
|
|
360
|
-
/**
|
|
361
|
-
* The canonical hosted zone ID of the load balancer (to be used in a Route 53 Alias record).
|
|
362
|
-
*/
|
|
363
|
-
zoneId?: pulumi.Input<string>;
|
|
364
|
-
}
|
|
365
|
-
/**
|
|
366
|
-
* The set of arguments for constructing a LoadBalancer resource.
|
|
367
|
-
*/
|
|
368
|
-
export interface LoadBalancerArgs {
|
|
369
|
-
/**
|
|
370
|
-
* An Access Logs block. Access Logs documented below.
|
|
371
|
-
*/
|
|
372
|
-
accessLogs?: pulumi.Input<inputs.applicationloadbalancing.LoadBalancerAccessLogs>;
|
|
373
|
-
/**
|
|
374
|
-
* The ID of the customer owned ipv4 pool to use for this load balancer.
|
|
375
|
-
*/
|
|
376
|
-
customerOwnedIpv4Pool?: pulumi.Input<string>;
|
|
377
|
-
/**
|
|
378
|
-
* Determines how the load balancer handles requests that might pose a security risk to an application due to HTTP desync. Valid values are `monitor`, `defensive` (default), `strictest`.
|
|
379
|
-
*/
|
|
380
|
-
desyncMitigationMode?: pulumi.Input<string>;
|
|
381
|
-
/**
|
|
382
|
-
* Indicates whether HTTP headers with header fields that are not valid are removed by the load balancer (true) or routed to targets (false). The default is false. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. Only valid for Load Balancers of type `application`.
|
|
383
|
-
*/
|
|
384
|
-
dropInvalidHeaderFields?: pulumi.Input<boolean>;
|
|
385
|
-
/**
|
|
386
|
-
* If true, cross-zone load balancing of the load balancer will be enabled. For `network` and `gateway` type load balancers, this feature is disabled by default (`false`). For `application` load balancer this feature is always enabled (`true`) and cannot be disabled. Defaults to `false`.
|
|
387
|
-
*/
|
|
388
|
-
enableCrossZoneLoadBalancing?: pulumi.Input<boolean>;
|
|
389
|
-
/**
|
|
390
|
-
* If true, deletion of the load balancer will be disabled via the AWS API. This will prevent this provider from deleting the load balancer. Defaults to `false`.
|
|
391
|
-
*/
|
|
392
|
-
enableDeletionProtection?: pulumi.Input<boolean>;
|
|
393
|
-
/**
|
|
394
|
-
* Indicates whether HTTP/2 is enabled in `application` load balancers. Defaults to `true`.
|
|
395
|
-
*/
|
|
396
|
-
enableHttp2?: pulumi.Input<boolean>;
|
|
397
|
-
/**
|
|
398
|
-
* Indicates whether the two headers (`x-amzn-tls-version` and `x-amzn-tls-cipher-suite`), which contain information about the negotiated TLS version and cipher suite, are added to the client request before sending it to the target. Only valid for Load Balancers of type `application`. Defaults to `false`
|
|
399
|
-
*/
|
|
400
|
-
enableTlsVersionAndCipherSuiteHeaders?: pulumi.Input<boolean>;
|
|
401
|
-
/**
|
|
402
|
-
* Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to AWS WAF. Defaults to `false`.
|
|
403
|
-
*/
|
|
404
|
-
enableWafFailOpen?: pulumi.Input<boolean>;
|
|
405
|
-
/**
|
|
406
|
-
* Indicates whether the X-Forwarded-For header should preserve the source port that the client used to connect to the load balancer in `application` load balancers. Defaults to `false`.
|
|
407
|
-
*/
|
|
408
|
-
enableXffClientPort?: pulumi.Input<boolean>;
|
|
409
|
-
/**
|
|
410
|
-
* The time in seconds that the connection is allowed to be idle. Only valid for Load Balancers of type `application`. Default: 60.
|
|
411
|
-
*/
|
|
412
|
-
idleTimeout?: pulumi.Input<number>;
|
|
413
|
-
/**
|
|
414
|
-
* If true, the LB will be internal. Defaults to `false`.
|
|
415
|
-
*/
|
|
416
|
-
internal?: pulumi.Input<boolean>;
|
|
417
|
-
/**
|
|
418
|
-
* The type of IP addresses used by the subnets for your load balancer. The possible values are `ipv4` and `dualstack`.
|
|
419
|
-
*/
|
|
420
|
-
ipAddressType?: pulumi.Input<IpAddressType>;
|
|
421
|
-
/**
|
|
422
|
-
* The type of load balancer to create. Possible values are `application`, `gateway`, or `network`. The default value is `application`.
|
|
423
|
-
*/
|
|
424
|
-
loadBalancerType?: pulumi.Input<LoadBalancerType>;
|
|
425
|
-
/**
|
|
426
|
-
* The name of the LB. This name must be unique within your AWS account, can have a maximum of 32 characters,
|
|
427
|
-
* must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen. If not specified,
|
|
428
|
-
* this provider will autogenerate a name beginning with `tf-lb`.
|
|
429
|
-
*/
|
|
430
|
-
name?: pulumi.Input<string>;
|
|
431
|
-
/**
|
|
432
|
-
* Creates a unique name beginning with the specified prefix. Conflicts with `name`.
|
|
433
|
-
*/
|
|
434
|
-
namePrefix?: pulumi.Input<string>;
|
|
435
|
-
/**
|
|
436
|
-
* Indicates whether the Application Load Balancer should preserve the Host header in the HTTP request and send it to the target without any change. Defaults to `false`.
|
|
437
|
-
*/
|
|
438
|
-
preserveHostHeader?: pulumi.Input<boolean>;
|
|
439
|
-
/**
|
|
440
|
-
* A list of security group IDs to assign to the LB. Only valid for Load Balancers of type `application`.
|
|
441
|
-
*/
|
|
442
|
-
securityGroups?: pulumi.Input<pulumi.Input<string>[]>;
|
|
443
|
-
/**
|
|
444
|
-
* A subnet mapping block as documented below.
|
|
445
|
-
*/
|
|
446
|
-
subnetMappings?: pulumi.Input<pulumi.Input<inputs.applicationloadbalancing.LoadBalancerSubnetMapping>[]>;
|
|
447
|
-
/**
|
|
448
|
-
* A list of subnet IDs to attach to the LB. Subnets
|
|
449
|
-
* cannot be updated for Load Balancers of type `network`. Changing this value
|
|
450
|
-
* for load balancers of type `network` will force a recreation of the resource.
|
|
451
|
-
*/
|
|
452
|
-
subnets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
453
|
-
/**
|
|
454
|
-
* A map of tags to assign to the resource. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
455
|
-
*/
|
|
456
|
-
tags?: pulumi.Input<{
|
|
457
|
-
[key: string]: pulumi.Input<string>;
|
|
458
|
-
}>;
|
|
459
|
-
/**
|
|
460
|
-
* Determines how the load balancer modifies the `X-Forwarded-For` header in the HTTP request before sending the request to the target. The possible values are `append`, `preserve`, and `remove`. Only valid for Load Balancers of type `application`. The default is `append`.
|
|
461
|
-
*/
|
|
462
|
-
xffHeaderProcessingMode?: pulumi.Input<string>;
|
|
463
|
-
}
|
|
@@ -1,201 +0,0 @@
|
|
|
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.LoadBalancer = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("../utilities");
|
|
8
|
-
/**
|
|
9
|
-
* Provides a Load Balancer resource.
|
|
10
|
-
*
|
|
11
|
-
* > **Note:** `aws.alb.LoadBalancer` is known as `aws.lb.LoadBalancer`. The functionality is identical.
|
|
12
|
-
*
|
|
13
|
-
* ## Example Usage
|
|
14
|
-
* ### Application Load Balancer
|
|
15
|
-
*
|
|
16
|
-
* ```typescript
|
|
17
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
18
|
-
* import * as aws from "@pulumi/aws";
|
|
19
|
-
*
|
|
20
|
-
* const test = new aws.lb.LoadBalancer("test", {
|
|
21
|
-
* internal: false,
|
|
22
|
-
* loadBalancerType: "application",
|
|
23
|
-
* securityGroups: [aws_security_group.lb_sg.id],
|
|
24
|
-
* subnets: .map(subnet => (subnet.id)),
|
|
25
|
-
* enableDeletionProtection: true,
|
|
26
|
-
* accessLogs: {
|
|
27
|
-
* bucket: aws_s3_bucket.lb_logs.id,
|
|
28
|
-
* prefix: "test-lb",
|
|
29
|
-
* enabled: true,
|
|
30
|
-
* },
|
|
31
|
-
* tags: {
|
|
32
|
-
* Environment: "production",
|
|
33
|
-
* },
|
|
34
|
-
* });
|
|
35
|
-
* ```
|
|
36
|
-
* ### Network Load Balancer
|
|
37
|
-
*
|
|
38
|
-
* ```typescript
|
|
39
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
40
|
-
* import * as aws from "@pulumi/aws";
|
|
41
|
-
*
|
|
42
|
-
* const test = new aws.lb.LoadBalancer("test", {
|
|
43
|
-
* internal: false,
|
|
44
|
-
* loadBalancerType: "network",
|
|
45
|
-
* subnets: .map(subnet => (subnet.id)),
|
|
46
|
-
* enableDeletionProtection: true,
|
|
47
|
-
* tags: {
|
|
48
|
-
* Environment: "production",
|
|
49
|
-
* },
|
|
50
|
-
* });
|
|
51
|
-
* ```
|
|
52
|
-
* ### Specifying Elastic IPs
|
|
53
|
-
*
|
|
54
|
-
* ```typescript
|
|
55
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
56
|
-
* import * as aws from "@pulumi/aws";
|
|
57
|
-
*
|
|
58
|
-
* const example = new aws.lb.LoadBalancer("example", {
|
|
59
|
-
* loadBalancerType: "network",
|
|
60
|
-
* subnetMappings: [
|
|
61
|
-
* {
|
|
62
|
-
* subnetId: aws_subnet.example1.id,
|
|
63
|
-
* allocationId: aws_eip.example1.id,
|
|
64
|
-
* },
|
|
65
|
-
* {
|
|
66
|
-
* subnetId: aws_subnet.example2.id,
|
|
67
|
-
* allocationId: aws_eip.example2.id,
|
|
68
|
-
* },
|
|
69
|
-
* ],
|
|
70
|
-
* });
|
|
71
|
-
* ```
|
|
72
|
-
* ### Specifying private IP addresses for an internal-facing load balancer
|
|
73
|
-
*
|
|
74
|
-
* ```typescript
|
|
75
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
76
|
-
* import * as aws from "@pulumi/aws";
|
|
77
|
-
*
|
|
78
|
-
* const example = new aws.lb.LoadBalancer("example", {
|
|
79
|
-
* loadBalancerType: "network",
|
|
80
|
-
* subnetMappings: [
|
|
81
|
-
* {
|
|
82
|
-
* subnetId: aws_subnet.example1.id,
|
|
83
|
-
* privateIpv4Address: "10.0.1.15",
|
|
84
|
-
* },
|
|
85
|
-
* {
|
|
86
|
-
* subnetId: aws_subnet.example2.id,
|
|
87
|
-
* privateIpv4Address: "10.0.2.15",
|
|
88
|
-
* },
|
|
89
|
-
* ],
|
|
90
|
-
* });
|
|
91
|
-
* ```
|
|
92
|
-
*
|
|
93
|
-
* ## Import
|
|
94
|
-
*
|
|
95
|
-
* LBs can be imported using their ARN, e.g.,
|
|
96
|
-
*
|
|
97
|
-
* ```sh
|
|
98
|
-
* $ pulumi import aws:applicationloadbalancing/loadBalancer:LoadBalancer bar arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188
|
|
99
|
-
* ```
|
|
100
|
-
*
|
|
101
|
-
* @deprecated aws.applicationloadbalancing.LoadBalancer has been deprecated in favor of aws.alb.LoadBalancer
|
|
102
|
-
*/
|
|
103
|
-
class LoadBalancer extends pulumi.CustomResource {
|
|
104
|
-
/**
|
|
105
|
-
* Get an existing LoadBalancer resource's state with the given name, ID, and optional extra
|
|
106
|
-
* properties used to qualify the lookup.
|
|
107
|
-
*
|
|
108
|
-
* @param name The _unique_ name of the resulting resource.
|
|
109
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
110
|
-
* @param state Any extra arguments used during the lookup.
|
|
111
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
112
|
-
*/
|
|
113
|
-
static get(name, id, state, opts) {
|
|
114
|
-
pulumi.log.warn("LoadBalancer is deprecated: aws.applicationloadbalancing.LoadBalancer has been deprecated in favor of aws.alb.LoadBalancer");
|
|
115
|
-
return new LoadBalancer(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
116
|
-
}
|
|
117
|
-
/**
|
|
118
|
-
* Returns true if the given object is an instance of LoadBalancer. This is designed to work even
|
|
119
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
120
|
-
*/
|
|
121
|
-
static isInstance(obj) {
|
|
122
|
-
if (obj === undefined || obj === null) {
|
|
123
|
-
return false;
|
|
124
|
-
}
|
|
125
|
-
return obj['__pulumiType'] === LoadBalancer.__pulumiType;
|
|
126
|
-
}
|
|
127
|
-
/** @deprecated aws.applicationloadbalancing.LoadBalancer has been deprecated in favor of aws.alb.LoadBalancer */
|
|
128
|
-
constructor(name, argsOrState, opts) {
|
|
129
|
-
pulumi.log.warn("LoadBalancer is deprecated: aws.applicationloadbalancing.LoadBalancer has been deprecated in favor of aws.alb.LoadBalancer");
|
|
130
|
-
let resourceInputs = {};
|
|
131
|
-
opts = opts || {};
|
|
132
|
-
if (opts.id) {
|
|
133
|
-
const state = argsOrState;
|
|
134
|
-
resourceInputs["accessLogs"] = state ? state.accessLogs : undefined;
|
|
135
|
-
resourceInputs["arn"] = state ? state.arn : undefined;
|
|
136
|
-
resourceInputs["arnSuffix"] = state ? state.arnSuffix : undefined;
|
|
137
|
-
resourceInputs["customerOwnedIpv4Pool"] = state ? state.customerOwnedIpv4Pool : undefined;
|
|
138
|
-
resourceInputs["desyncMitigationMode"] = state ? state.desyncMitigationMode : undefined;
|
|
139
|
-
resourceInputs["dnsName"] = state ? state.dnsName : undefined;
|
|
140
|
-
resourceInputs["dropInvalidHeaderFields"] = state ? state.dropInvalidHeaderFields : undefined;
|
|
141
|
-
resourceInputs["enableCrossZoneLoadBalancing"] = state ? state.enableCrossZoneLoadBalancing : undefined;
|
|
142
|
-
resourceInputs["enableDeletionProtection"] = state ? state.enableDeletionProtection : undefined;
|
|
143
|
-
resourceInputs["enableHttp2"] = state ? state.enableHttp2 : undefined;
|
|
144
|
-
resourceInputs["enableTlsVersionAndCipherSuiteHeaders"] = state ? state.enableTlsVersionAndCipherSuiteHeaders : undefined;
|
|
145
|
-
resourceInputs["enableWafFailOpen"] = state ? state.enableWafFailOpen : undefined;
|
|
146
|
-
resourceInputs["enableXffClientPort"] = state ? state.enableXffClientPort : undefined;
|
|
147
|
-
resourceInputs["idleTimeout"] = state ? state.idleTimeout : undefined;
|
|
148
|
-
resourceInputs["internal"] = state ? state.internal : undefined;
|
|
149
|
-
resourceInputs["ipAddressType"] = state ? state.ipAddressType : undefined;
|
|
150
|
-
resourceInputs["loadBalancerType"] = state ? state.loadBalancerType : undefined;
|
|
151
|
-
resourceInputs["name"] = state ? state.name : undefined;
|
|
152
|
-
resourceInputs["namePrefix"] = state ? state.namePrefix : undefined;
|
|
153
|
-
resourceInputs["preserveHostHeader"] = state ? state.preserveHostHeader : undefined;
|
|
154
|
-
resourceInputs["securityGroups"] = state ? state.securityGroups : undefined;
|
|
155
|
-
resourceInputs["subnetMappings"] = state ? state.subnetMappings : undefined;
|
|
156
|
-
resourceInputs["subnets"] = state ? state.subnets : undefined;
|
|
157
|
-
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
158
|
-
resourceInputs["tagsAll"] = state ? state.tagsAll : undefined;
|
|
159
|
-
resourceInputs["vpcId"] = state ? state.vpcId : undefined;
|
|
160
|
-
resourceInputs["xffHeaderProcessingMode"] = state ? state.xffHeaderProcessingMode : undefined;
|
|
161
|
-
resourceInputs["zoneId"] = state ? state.zoneId : undefined;
|
|
162
|
-
}
|
|
163
|
-
else {
|
|
164
|
-
const args = argsOrState;
|
|
165
|
-
resourceInputs["accessLogs"] = args ? args.accessLogs : undefined;
|
|
166
|
-
resourceInputs["customerOwnedIpv4Pool"] = args ? args.customerOwnedIpv4Pool : undefined;
|
|
167
|
-
resourceInputs["desyncMitigationMode"] = args ? args.desyncMitigationMode : undefined;
|
|
168
|
-
resourceInputs["dropInvalidHeaderFields"] = args ? args.dropInvalidHeaderFields : undefined;
|
|
169
|
-
resourceInputs["enableCrossZoneLoadBalancing"] = args ? args.enableCrossZoneLoadBalancing : undefined;
|
|
170
|
-
resourceInputs["enableDeletionProtection"] = args ? args.enableDeletionProtection : undefined;
|
|
171
|
-
resourceInputs["enableHttp2"] = args ? args.enableHttp2 : undefined;
|
|
172
|
-
resourceInputs["enableTlsVersionAndCipherSuiteHeaders"] = args ? args.enableTlsVersionAndCipherSuiteHeaders : undefined;
|
|
173
|
-
resourceInputs["enableWafFailOpen"] = args ? args.enableWafFailOpen : undefined;
|
|
174
|
-
resourceInputs["enableXffClientPort"] = args ? args.enableXffClientPort : undefined;
|
|
175
|
-
resourceInputs["idleTimeout"] = args ? args.idleTimeout : undefined;
|
|
176
|
-
resourceInputs["internal"] = args ? args.internal : undefined;
|
|
177
|
-
resourceInputs["ipAddressType"] = args ? args.ipAddressType : undefined;
|
|
178
|
-
resourceInputs["loadBalancerType"] = args ? args.loadBalancerType : undefined;
|
|
179
|
-
resourceInputs["name"] = args ? args.name : undefined;
|
|
180
|
-
resourceInputs["namePrefix"] = args ? args.namePrefix : undefined;
|
|
181
|
-
resourceInputs["preserveHostHeader"] = args ? args.preserveHostHeader : undefined;
|
|
182
|
-
resourceInputs["securityGroups"] = args ? args.securityGroups : undefined;
|
|
183
|
-
resourceInputs["subnetMappings"] = args ? args.subnetMappings : undefined;
|
|
184
|
-
resourceInputs["subnets"] = args ? args.subnets : undefined;
|
|
185
|
-
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
186
|
-
resourceInputs["xffHeaderProcessingMode"] = args ? args.xffHeaderProcessingMode : undefined;
|
|
187
|
-
resourceInputs["arn"] = undefined /*out*/;
|
|
188
|
-
resourceInputs["arnSuffix"] = undefined /*out*/;
|
|
189
|
-
resourceInputs["dnsName"] = undefined /*out*/;
|
|
190
|
-
resourceInputs["tagsAll"] = undefined /*out*/;
|
|
191
|
-
resourceInputs["vpcId"] = undefined /*out*/;
|
|
192
|
-
resourceInputs["zoneId"] = undefined /*out*/;
|
|
193
|
-
}
|
|
194
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
195
|
-
super(LoadBalancer.__pulumiType, name, resourceInputs, opts);
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
exports.LoadBalancer = LoadBalancer;
|
|
199
|
-
/** @internal */
|
|
200
|
-
LoadBalancer.__pulumiType = 'aws:applicationloadbalancing/loadBalancer:LoadBalancer';
|
|
201
|
-
//# sourceMappingURL=loadBalancer.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"loadBalancer.js","sourceRoot":"","sources":["../../applicationloadbalancing/loadBalancer.ts"],"names":[],"mappings":"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"}
|