@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
package/getElasticIp.d.ts
DELETED
|
@@ -1,221 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import * as inputs from "./types/input";
|
|
3
|
-
import * as outputs from "./types/output";
|
|
4
|
-
/**
|
|
5
|
-
* `aws.ec2.Eip` provides details about a specific Elastic IP.
|
|
6
|
-
*
|
|
7
|
-
* ## Example Usage
|
|
8
|
-
* ### Search By Allocation ID (VPC only)
|
|
9
|
-
*
|
|
10
|
-
* ```typescript
|
|
11
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
-
* import * as aws from "@pulumi/aws";
|
|
13
|
-
*
|
|
14
|
-
* const byAllocationId = aws.ec2.getElasticIp({
|
|
15
|
-
* id: "eipalloc-12345678",
|
|
16
|
-
* });
|
|
17
|
-
* ```
|
|
18
|
-
* ### Search By Filters (EC2-Classic or VPC)
|
|
19
|
-
*
|
|
20
|
-
* ```typescript
|
|
21
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
22
|
-
* import * as aws from "@pulumi/aws";
|
|
23
|
-
*
|
|
24
|
-
* const byFilter = aws.ec2.getElasticIp({
|
|
25
|
-
* filters: [{
|
|
26
|
-
* name: "tag:Name",
|
|
27
|
-
* values: ["exampleNameTagValue"],
|
|
28
|
-
* }],
|
|
29
|
-
* });
|
|
30
|
-
* ```
|
|
31
|
-
* ### Search By Public IP (EC2-Classic or VPC)
|
|
32
|
-
*
|
|
33
|
-
* ```typescript
|
|
34
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
35
|
-
* import * as aws from "@pulumi/aws";
|
|
36
|
-
*
|
|
37
|
-
* const byPublicIp = aws.ec2.getElasticIp({
|
|
38
|
-
* publicIp: "1.2.3.4",
|
|
39
|
-
* });
|
|
40
|
-
* ```
|
|
41
|
-
* ### Search By Tags (EC2-Classic or VPC)
|
|
42
|
-
*
|
|
43
|
-
* ```typescript
|
|
44
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
45
|
-
* import * as aws from "@pulumi/aws";
|
|
46
|
-
*
|
|
47
|
-
* const byTags = aws.ec2.getElasticIp({
|
|
48
|
-
* tags: {
|
|
49
|
-
* Name: "exampleNameTagValue",
|
|
50
|
-
* },
|
|
51
|
-
* });
|
|
52
|
-
* ```
|
|
53
|
-
*/
|
|
54
|
-
/** @deprecated aws.getElasticIp has been deprecated in favor of aws.ec2.getElasticIp */
|
|
55
|
-
export declare function getElasticIp(args?: GetElasticIpArgs, opts?: pulumi.InvokeOptions): Promise<GetElasticIpResult>;
|
|
56
|
-
/**
|
|
57
|
-
* A collection of arguments for invoking getElasticIp.
|
|
58
|
-
*/
|
|
59
|
-
export interface GetElasticIpArgs {
|
|
60
|
-
/**
|
|
61
|
-
* One or more name/value pairs to use as filters. There are several valid keys, for a full reference, check out the [EC2 API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAddresses.html).
|
|
62
|
-
*/
|
|
63
|
-
filters?: inputs.GetElasticIpFilter[];
|
|
64
|
-
/**
|
|
65
|
-
* Allocation ID of the specific VPC EIP to retrieve. If a classic EIP is required, do NOT set `id`, only set `publicIp`
|
|
66
|
-
*/
|
|
67
|
-
id?: string;
|
|
68
|
-
/**
|
|
69
|
-
* Public IP of the specific EIP to retrieve.
|
|
70
|
-
*/
|
|
71
|
-
publicIp?: string;
|
|
72
|
-
/**
|
|
73
|
-
* Map of tags, each pair of which must exactly match a pair on the desired Elastic IP
|
|
74
|
-
*/
|
|
75
|
-
tags?: {
|
|
76
|
-
[key: string]: string;
|
|
77
|
-
};
|
|
78
|
-
}
|
|
79
|
-
/**
|
|
80
|
-
* A collection of values returned by getElasticIp.
|
|
81
|
-
*/
|
|
82
|
-
export interface GetElasticIpResult {
|
|
83
|
-
/**
|
|
84
|
-
* ID representing the association of the address with an instance in a VPC.
|
|
85
|
-
*/
|
|
86
|
-
readonly associationId: string;
|
|
87
|
-
/**
|
|
88
|
-
* Carrier IP address.
|
|
89
|
-
*/
|
|
90
|
-
readonly carrierIp: string;
|
|
91
|
-
/**
|
|
92
|
-
* Customer Owned IP.
|
|
93
|
-
*/
|
|
94
|
-
readonly customerOwnedIp: string;
|
|
95
|
-
/**
|
|
96
|
-
* The ID of a Customer Owned IP Pool. For more on customer owned IP addressed check out [Customer-owned IP addresses guide](https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing)
|
|
97
|
-
*/
|
|
98
|
-
readonly customerOwnedIpv4Pool: string;
|
|
99
|
-
/**
|
|
100
|
-
* Whether the address is for use in EC2-Classic (standard) or in a VPC (vpc).
|
|
101
|
-
*/
|
|
102
|
-
readonly domain: string;
|
|
103
|
-
readonly filters?: outputs.GetElasticIpFilter[];
|
|
104
|
-
/**
|
|
105
|
-
* If VPC Elastic IP, the allocation identifier. If EC2-Classic Elastic IP, the public IP address.
|
|
106
|
-
*/
|
|
107
|
-
readonly id: string;
|
|
108
|
-
/**
|
|
109
|
-
* ID of the instance that the address is associated with (if any).
|
|
110
|
-
*/
|
|
111
|
-
readonly instanceId: string;
|
|
112
|
-
/**
|
|
113
|
-
* The ID of the network interface.
|
|
114
|
-
*/
|
|
115
|
-
readonly networkInterfaceId: string;
|
|
116
|
-
/**
|
|
117
|
-
* The ID of the AWS account that owns the network interface.
|
|
118
|
-
*/
|
|
119
|
-
readonly networkInterfaceOwnerId: string;
|
|
120
|
-
/**
|
|
121
|
-
* Private DNS associated with the Elastic IP address.
|
|
122
|
-
*/
|
|
123
|
-
readonly privateDns: string;
|
|
124
|
-
/**
|
|
125
|
-
* Private IP address associated with the Elastic IP address.
|
|
126
|
-
*/
|
|
127
|
-
readonly privateIp: string;
|
|
128
|
-
/**
|
|
129
|
-
* Public DNS associated with the Elastic IP address.
|
|
130
|
-
*/
|
|
131
|
-
readonly publicDns: string;
|
|
132
|
-
/**
|
|
133
|
-
* Public IP address of Elastic IP.
|
|
134
|
-
*/
|
|
135
|
-
readonly publicIp: string;
|
|
136
|
-
/**
|
|
137
|
-
* ID of an address pool.
|
|
138
|
-
*/
|
|
139
|
-
readonly publicIpv4Pool: string;
|
|
140
|
-
/**
|
|
141
|
-
* Key-value map of tags associated with Elastic IP.
|
|
142
|
-
*/
|
|
143
|
-
readonly tags: {
|
|
144
|
-
[key: string]: string;
|
|
145
|
-
};
|
|
146
|
-
}
|
|
147
|
-
/**
|
|
148
|
-
* `aws.ec2.Eip` provides details about a specific Elastic IP.
|
|
149
|
-
*
|
|
150
|
-
* ## Example Usage
|
|
151
|
-
* ### Search By Allocation ID (VPC only)
|
|
152
|
-
*
|
|
153
|
-
* ```typescript
|
|
154
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
155
|
-
* import * as aws from "@pulumi/aws";
|
|
156
|
-
*
|
|
157
|
-
* const byAllocationId = aws.ec2.getElasticIp({
|
|
158
|
-
* id: "eipalloc-12345678",
|
|
159
|
-
* });
|
|
160
|
-
* ```
|
|
161
|
-
* ### Search By Filters (EC2-Classic or VPC)
|
|
162
|
-
*
|
|
163
|
-
* ```typescript
|
|
164
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
165
|
-
* import * as aws from "@pulumi/aws";
|
|
166
|
-
*
|
|
167
|
-
* const byFilter = aws.ec2.getElasticIp({
|
|
168
|
-
* filters: [{
|
|
169
|
-
* name: "tag:Name",
|
|
170
|
-
* values: ["exampleNameTagValue"],
|
|
171
|
-
* }],
|
|
172
|
-
* });
|
|
173
|
-
* ```
|
|
174
|
-
* ### Search By Public IP (EC2-Classic or VPC)
|
|
175
|
-
*
|
|
176
|
-
* ```typescript
|
|
177
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
178
|
-
* import * as aws from "@pulumi/aws";
|
|
179
|
-
*
|
|
180
|
-
* const byPublicIp = aws.ec2.getElasticIp({
|
|
181
|
-
* publicIp: "1.2.3.4",
|
|
182
|
-
* });
|
|
183
|
-
* ```
|
|
184
|
-
* ### Search By Tags (EC2-Classic or VPC)
|
|
185
|
-
*
|
|
186
|
-
* ```typescript
|
|
187
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
188
|
-
* import * as aws from "@pulumi/aws";
|
|
189
|
-
*
|
|
190
|
-
* const byTags = aws.ec2.getElasticIp({
|
|
191
|
-
* tags: {
|
|
192
|
-
* Name: "exampleNameTagValue",
|
|
193
|
-
* },
|
|
194
|
-
* });
|
|
195
|
-
* ```
|
|
196
|
-
*/
|
|
197
|
-
/** @deprecated aws.getElasticIp has been deprecated in favor of aws.ec2.getElasticIp */
|
|
198
|
-
export declare function getElasticIpOutput(args?: GetElasticIpOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetElasticIpResult>;
|
|
199
|
-
/**
|
|
200
|
-
* A collection of arguments for invoking getElasticIp.
|
|
201
|
-
*/
|
|
202
|
-
export interface GetElasticIpOutputArgs {
|
|
203
|
-
/**
|
|
204
|
-
* One or more name/value pairs to use as filters. There are several valid keys, for a full reference, check out the [EC2 API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAddresses.html).
|
|
205
|
-
*/
|
|
206
|
-
filters?: pulumi.Input<pulumi.Input<inputs.GetElasticIpFilterArgs>[]>;
|
|
207
|
-
/**
|
|
208
|
-
* Allocation ID of the specific VPC EIP to retrieve. If a classic EIP is required, do NOT set `id`, only set `publicIp`
|
|
209
|
-
*/
|
|
210
|
-
id?: pulumi.Input<string>;
|
|
211
|
-
/**
|
|
212
|
-
* Public IP of the specific EIP to retrieve.
|
|
213
|
-
*/
|
|
214
|
-
publicIp?: pulumi.Input<string>;
|
|
215
|
-
/**
|
|
216
|
-
* Map of tags, each pair of which must exactly match a pair on the desired Elastic IP
|
|
217
|
-
*/
|
|
218
|
-
tags?: pulumi.Input<{
|
|
219
|
-
[key: string]: pulumi.Input<string>;
|
|
220
|
-
}>;
|
|
221
|
-
}
|
package/getElasticIp.js
DELETED
|
@@ -1,126 +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.getElasticIpOutput = exports.getElasticIp = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("./utilities");
|
|
8
|
-
/**
|
|
9
|
-
* `aws.ec2.Eip` provides details about a specific Elastic IP.
|
|
10
|
-
*
|
|
11
|
-
* ## Example Usage
|
|
12
|
-
* ### Search By Allocation ID (VPC only)
|
|
13
|
-
*
|
|
14
|
-
* ```typescript
|
|
15
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
16
|
-
* import * as aws from "@pulumi/aws";
|
|
17
|
-
*
|
|
18
|
-
* const byAllocationId = aws.ec2.getElasticIp({
|
|
19
|
-
* id: "eipalloc-12345678",
|
|
20
|
-
* });
|
|
21
|
-
* ```
|
|
22
|
-
* ### Search By Filters (EC2-Classic or VPC)
|
|
23
|
-
*
|
|
24
|
-
* ```typescript
|
|
25
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
26
|
-
* import * as aws from "@pulumi/aws";
|
|
27
|
-
*
|
|
28
|
-
* const byFilter = aws.ec2.getElasticIp({
|
|
29
|
-
* filters: [{
|
|
30
|
-
* name: "tag:Name",
|
|
31
|
-
* values: ["exampleNameTagValue"],
|
|
32
|
-
* }],
|
|
33
|
-
* });
|
|
34
|
-
* ```
|
|
35
|
-
* ### Search By Public IP (EC2-Classic or VPC)
|
|
36
|
-
*
|
|
37
|
-
* ```typescript
|
|
38
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
39
|
-
* import * as aws from "@pulumi/aws";
|
|
40
|
-
*
|
|
41
|
-
* const byPublicIp = aws.ec2.getElasticIp({
|
|
42
|
-
* publicIp: "1.2.3.4",
|
|
43
|
-
* });
|
|
44
|
-
* ```
|
|
45
|
-
* ### Search By Tags (EC2-Classic or VPC)
|
|
46
|
-
*
|
|
47
|
-
* ```typescript
|
|
48
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
49
|
-
* import * as aws from "@pulumi/aws";
|
|
50
|
-
*
|
|
51
|
-
* const byTags = aws.ec2.getElasticIp({
|
|
52
|
-
* tags: {
|
|
53
|
-
* Name: "exampleNameTagValue",
|
|
54
|
-
* },
|
|
55
|
-
* });
|
|
56
|
-
* ```
|
|
57
|
-
*/
|
|
58
|
-
/** @deprecated aws.getElasticIp has been deprecated in favor of aws.ec2.getElasticIp */
|
|
59
|
-
function getElasticIp(args, opts) {
|
|
60
|
-
pulumi.log.warn("getElasticIp is deprecated: aws.getElasticIp has been deprecated in favor of aws.ec2.getElasticIp");
|
|
61
|
-
args = args || {};
|
|
62
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
63
|
-
return pulumi.runtime.invoke("aws:index/getElasticIp:getElasticIp", {
|
|
64
|
-
"filters": args.filters,
|
|
65
|
-
"id": args.id,
|
|
66
|
-
"publicIp": args.publicIp,
|
|
67
|
-
"tags": args.tags,
|
|
68
|
-
}, opts);
|
|
69
|
-
}
|
|
70
|
-
exports.getElasticIp = getElasticIp;
|
|
71
|
-
/**
|
|
72
|
-
* `aws.ec2.Eip` provides details about a specific Elastic IP.
|
|
73
|
-
*
|
|
74
|
-
* ## Example Usage
|
|
75
|
-
* ### Search By Allocation ID (VPC only)
|
|
76
|
-
*
|
|
77
|
-
* ```typescript
|
|
78
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
79
|
-
* import * as aws from "@pulumi/aws";
|
|
80
|
-
*
|
|
81
|
-
* const byAllocationId = aws.ec2.getElasticIp({
|
|
82
|
-
* id: "eipalloc-12345678",
|
|
83
|
-
* });
|
|
84
|
-
* ```
|
|
85
|
-
* ### Search By Filters (EC2-Classic or VPC)
|
|
86
|
-
*
|
|
87
|
-
* ```typescript
|
|
88
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
89
|
-
* import * as aws from "@pulumi/aws";
|
|
90
|
-
*
|
|
91
|
-
* const byFilter = aws.ec2.getElasticIp({
|
|
92
|
-
* filters: [{
|
|
93
|
-
* name: "tag:Name",
|
|
94
|
-
* values: ["exampleNameTagValue"],
|
|
95
|
-
* }],
|
|
96
|
-
* });
|
|
97
|
-
* ```
|
|
98
|
-
* ### Search By Public IP (EC2-Classic or VPC)
|
|
99
|
-
*
|
|
100
|
-
* ```typescript
|
|
101
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
102
|
-
* import * as aws from "@pulumi/aws";
|
|
103
|
-
*
|
|
104
|
-
* const byPublicIp = aws.ec2.getElasticIp({
|
|
105
|
-
* publicIp: "1.2.3.4",
|
|
106
|
-
* });
|
|
107
|
-
* ```
|
|
108
|
-
* ### Search By Tags (EC2-Classic or VPC)
|
|
109
|
-
*
|
|
110
|
-
* ```typescript
|
|
111
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
112
|
-
* import * as aws from "@pulumi/aws";
|
|
113
|
-
*
|
|
114
|
-
* const byTags = aws.ec2.getElasticIp({
|
|
115
|
-
* tags: {
|
|
116
|
-
* Name: "exampleNameTagValue",
|
|
117
|
-
* },
|
|
118
|
-
* });
|
|
119
|
-
* ```
|
|
120
|
-
*/
|
|
121
|
-
/** @deprecated aws.getElasticIp has been deprecated in favor of aws.ec2.getElasticIp */
|
|
122
|
-
function getElasticIpOutput(args, opts) {
|
|
123
|
-
return pulumi.output(args).apply((a) => getElasticIp(a, opts));
|
|
124
|
-
}
|
|
125
|
-
exports.getElasticIpOutput = getElasticIpOutput;
|
|
126
|
-
//# sourceMappingURL=getElasticIp.js.map
|
package/getElasticIp.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getElasticIp.js","sourceRoot":"","sources":["../getElasticIp.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;AACH,wFAAwF;AACxF,SAAgB,YAAY,CAAC,IAAuB,EAAE,IAA2B;IAC7E,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,mGAAmG,CAAC,CAAA;IACpH,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE;QAChE,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,oCAWC;AA0FD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;AACH,wFAAwF;AACxF,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,YAAY,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvE,CAAC;AAFD,gDAEC"}
|
package/getPrefixList.d.ts
DELETED
|
@@ -1,160 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import * as inputs from "./types/input";
|
|
3
|
-
import * as outputs from "./types/output";
|
|
4
|
-
/**
|
|
5
|
-
* `aws.ec2.getPrefixList` provides details about a specific AWS prefix list (PL)
|
|
6
|
-
* in the current region.
|
|
7
|
-
*
|
|
8
|
-
* This can be used both to validate a prefix list given in a variable
|
|
9
|
-
* and to obtain the CIDR blocks (IP address ranges) for the associated
|
|
10
|
-
* AWS service. The latter may be useful e.g., for adding network ACL
|
|
11
|
-
* rules.
|
|
12
|
-
*
|
|
13
|
-
* The aws.ec2.ManagedPrefixList data source is normally more appropriate to use given it can return customer-managed prefix list info, as well as additional attributes.
|
|
14
|
-
*
|
|
15
|
-
* ## Example Usage
|
|
16
|
-
*
|
|
17
|
-
* ```typescript
|
|
18
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
19
|
-
* import * as aws from "@pulumi/aws";
|
|
20
|
-
*
|
|
21
|
-
* const privateS3VpcEndpoint = new aws.ec2.VpcEndpoint("privateS3VpcEndpoint", {
|
|
22
|
-
* vpcId: aws_vpc.foo.id,
|
|
23
|
-
* serviceName: "com.amazonaws.us-west-2.s3",
|
|
24
|
-
* });
|
|
25
|
-
* const privateS3PrefixList = aws.ec2.getPrefixListOutput({
|
|
26
|
-
* prefixListId: privateS3VpcEndpoint.prefixListId,
|
|
27
|
-
* });
|
|
28
|
-
* const bar = new aws.ec2.NetworkAcl("bar", {vpcId: aws_vpc.foo.id});
|
|
29
|
-
* const privateS3NetworkAclRule = new aws.ec2.NetworkAclRule("privateS3NetworkAclRule", {
|
|
30
|
-
* networkAclId: bar.id,
|
|
31
|
-
* ruleNumber: 200,
|
|
32
|
-
* egress: false,
|
|
33
|
-
* protocol: "tcp",
|
|
34
|
-
* ruleAction: "allow",
|
|
35
|
-
* cidrBlock: privateS3PrefixList.apply(privateS3PrefixList => privateS3PrefixList.cidrBlocks?.[0]),
|
|
36
|
-
* fromPort: 443,
|
|
37
|
-
* toPort: 443,
|
|
38
|
-
* });
|
|
39
|
-
* ```
|
|
40
|
-
* ### Filter
|
|
41
|
-
*
|
|
42
|
-
* ```typescript
|
|
43
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
44
|
-
* import * as aws from "@pulumi/aws";
|
|
45
|
-
*
|
|
46
|
-
* const test = aws.ec2.getPrefixList({
|
|
47
|
-
* filters: [{
|
|
48
|
-
* name: "prefix-list-id",
|
|
49
|
-
* values: ["pl-68a54001"],
|
|
50
|
-
* }],
|
|
51
|
-
* });
|
|
52
|
-
* ```
|
|
53
|
-
*/
|
|
54
|
-
/** @deprecated aws.getPrefixList has been deprecated in favor of aws.ec2.getPrefixList */
|
|
55
|
-
export declare function getPrefixList(args?: GetPrefixListArgs, opts?: pulumi.InvokeOptions): Promise<GetPrefixListResult>;
|
|
56
|
-
/**
|
|
57
|
-
* A collection of arguments for invoking getPrefixList.
|
|
58
|
-
*/
|
|
59
|
-
export interface GetPrefixListArgs {
|
|
60
|
-
/**
|
|
61
|
-
* Configuration block(s) for filtering. Detailed below.
|
|
62
|
-
*/
|
|
63
|
-
filters?: inputs.GetPrefixListFilter[];
|
|
64
|
-
/**
|
|
65
|
-
* Name of the prefix list to select.
|
|
66
|
-
*/
|
|
67
|
-
name?: string;
|
|
68
|
-
/**
|
|
69
|
-
* ID of the prefix list to select.
|
|
70
|
-
*/
|
|
71
|
-
prefixListId?: string;
|
|
72
|
-
}
|
|
73
|
-
/**
|
|
74
|
-
* A collection of values returned by getPrefixList.
|
|
75
|
-
*/
|
|
76
|
-
export interface GetPrefixListResult {
|
|
77
|
-
/**
|
|
78
|
-
* List of CIDR blocks for the AWS service associated with the prefix list.
|
|
79
|
-
*/
|
|
80
|
-
readonly cidrBlocks: string[];
|
|
81
|
-
readonly filters?: outputs.GetPrefixListFilter[];
|
|
82
|
-
/**
|
|
83
|
-
* The provider-assigned unique ID for this managed resource.
|
|
84
|
-
*/
|
|
85
|
-
readonly id: string;
|
|
86
|
-
/**
|
|
87
|
-
* Name of the selected prefix list.
|
|
88
|
-
*/
|
|
89
|
-
readonly name: string;
|
|
90
|
-
readonly prefixListId?: string;
|
|
91
|
-
}
|
|
92
|
-
/**
|
|
93
|
-
* `aws.ec2.getPrefixList` provides details about a specific AWS prefix list (PL)
|
|
94
|
-
* in the current region.
|
|
95
|
-
*
|
|
96
|
-
* This can be used both to validate a prefix list given in a variable
|
|
97
|
-
* and to obtain the CIDR blocks (IP address ranges) for the associated
|
|
98
|
-
* AWS service. The latter may be useful e.g., for adding network ACL
|
|
99
|
-
* rules.
|
|
100
|
-
*
|
|
101
|
-
* The aws.ec2.ManagedPrefixList data source is normally more appropriate to use given it can return customer-managed prefix list info, as well as additional attributes.
|
|
102
|
-
*
|
|
103
|
-
* ## Example Usage
|
|
104
|
-
*
|
|
105
|
-
* ```typescript
|
|
106
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
107
|
-
* import * as aws from "@pulumi/aws";
|
|
108
|
-
*
|
|
109
|
-
* const privateS3VpcEndpoint = new aws.ec2.VpcEndpoint("privateS3VpcEndpoint", {
|
|
110
|
-
* vpcId: aws_vpc.foo.id,
|
|
111
|
-
* serviceName: "com.amazonaws.us-west-2.s3",
|
|
112
|
-
* });
|
|
113
|
-
* const privateS3PrefixList = aws.ec2.getPrefixListOutput({
|
|
114
|
-
* prefixListId: privateS3VpcEndpoint.prefixListId,
|
|
115
|
-
* });
|
|
116
|
-
* const bar = new aws.ec2.NetworkAcl("bar", {vpcId: aws_vpc.foo.id});
|
|
117
|
-
* const privateS3NetworkAclRule = new aws.ec2.NetworkAclRule("privateS3NetworkAclRule", {
|
|
118
|
-
* networkAclId: bar.id,
|
|
119
|
-
* ruleNumber: 200,
|
|
120
|
-
* egress: false,
|
|
121
|
-
* protocol: "tcp",
|
|
122
|
-
* ruleAction: "allow",
|
|
123
|
-
* cidrBlock: privateS3PrefixList.apply(privateS3PrefixList => privateS3PrefixList.cidrBlocks?.[0]),
|
|
124
|
-
* fromPort: 443,
|
|
125
|
-
* toPort: 443,
|
|
126
|
-
* });
|
|
127
|
-
* ```
|
|
128
|
-
* ### Filter
|
|
129
|
-
*
|
|
130
|
-
* ```typescript
|
|
131
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
132
|
-
* import * as aws from "@pulumi/aws";
|
|
133
|
-
*
|
|
134
|
-
* const test = aws.ec2.getPrefixList({
|
|
135
|
-
* filters: [{
|
|
136
|
-
* name: "prefix-list-id",
|
|
137
|
-
* values: ["pl-68a54001"],
|
|
138
|
-
* }],
|
|
139
|
-
* });
|
|
140
|
-
* ```
|
|
141
|
-
*/
|
|
142
|
-
/** @deprecated aws.getPrefixList has been deprecated in favor of aws.ec2.getPrefixList */
|
|
143
|
-
export declare function getPrefixListOutput(args?: GetPrefixListOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetPrefixListResult>;
|
|
144
|
-
/**
|
|
145
|
-
* A collection of arguments for invoking getPrefixList.
|
|
146
|
-
*/
|
|
147
|
-
export interface GetPrefixListOutputArgs {
|
|
148
|
-
/**
|
|
149
|
-
* Configuration block(s) for filtering. Detailed below.
|
|
150
|
-
*/
|
|
151
|
-
filters?: pulumi.Input<pulumi.Input<inputs.GetPrefixListFilterArgs>[]>;
|
|
152
|
-
/**
|
|
153
|
-
* Name of the prefix list to select.
|
|
154
|
-
*/
|
|
155
|
-
name?: pulumi.Input<string>;
|
|
156
|
-
/**
|
|
157
|
-
* ID of the prefix list to select.
|
|
158
|
-
*/
|
|
159
|
-
prefixListId?: pulumi.Input<string>;
|
|
160
|
-
}
|
package/getPrefixList.js
DELETED
|
@@ -1,125 +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.getPrefixListOutput = exports.getPrefixList = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("./utilities");
|
|
8
|
-
/**
|
|
9
|
-
* `aws.ec2.getPrefixList` provides details about a specific AWS prefix list (PL)
|
|
10
|
-
* in the current region.
|
|
11
|
-
*
|
|
12
|
-
* This can be used both to validate a prefix list given in a variable
|
|
13
|
-
* and to obtain the CIDR blocks (IP address ranges) for the associated
|
|
14
|
-
* AWS service. The latter may be useful e.g., for adding network ACL
|
|
15
|
-
* rules.
|
|
16
|
-
*
|
|
17
|
-
* The aws.ec2.ManagedPrefixList data source is normally more appropriate to use given it can return customer-managed prefix list info, as well as additional attributes.
|
|
18
|
-
*
|
|
19
|
-
* ## Example Usage
|
|
20
|
-
*
|
|
21
|
-
* ```typescript
|
|
22
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
23
|
-
* import * as aws from "@pulumi/aws";
|
|
24
|
-
*
|
|
25
|
-
* const privateS3VpcEndpoint = new aws.ec2.VpcEndpoint("privateS3VpcEndpoint", {
|
|
26
|
-
* vpcId: aws_vpc.foo.id,
|
|
27
|
-
* serviceName: "com.amazonaws.us-west-2.s3",
|
|
28
|
-
* });
|
|
29
|
-
* const privateS3PrefixList = aws.ec2.getPrefixListOutput({
|
|
30
|
-
* prefixListId: privateS3VpcEndpoint.prefixListId,
|
|
31
|
-
* });
|
|
32
|
-
* const bar = new aws.ec2.NetworkAcl("bar", {vpcId: aws_vpc.foo.id});
|
|
33
|
-
* const privateS3NetworkAclRule = new aws.ec2.NetworkAclRule("privateS3NetworkAclRule", {
|
|
34
|
-
* networkAclId: bar.id,
|
|
35
|
-
* ruleNumber: 200,
|
|
36
|
-
* egress: false,
|
|
37
|
-
* protocol: "tcp",
|
|
38
|
-
* ruleAction: "allow",
|
|
39
|
-
* cidrBlock: privateS3PrefixList.apply(privateS3PrefixList => privateS3PrefixList.cidrBlocks?.[0]),
|
|
40
|
-
* fromPort: 443,
|
|
41
|
-
* toPort: 443,
|
|
42
|
-
* });
|
|
43
|
-
* ```
|
|
44
|
-
* ### Filter
|
|
45
|
-
*
|
|
46
|
-
* ```typescript
|
|
47
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
48
|
-
* import * as aws from "@pulumi/aws";
|
|
49
|
-
*
|
|
50
|
-
* const test = aws.ec2.getPrefixList({
|
|
51
|
-
* filters: [{
|
|
52
|
-
* name: "prefix-list-id",
|
|
53
|
-
* values: ["pl-68a54001"],
|
|
54
|
-
* }],
|
|
55
|
-
* });
|
|
56
|
-
* ```
|
|
57
|
-
*/
|
|
58
|
-
/** @deprecated aws.getPrefixList has been deprecated in favor of aws.ec2.getPrefixList */
|
|
59
|
-
function getPrefixList(args, opts) {
|
|
60
|
-
pulumi.log.warn("getPrefixList is deprecated: aws.getPrefixList has been deprecated in favor of aws.ec2.getPrefixList");
|
|
61
|
-
args = args || {};
|
|
62
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
63
|
-
return pulumi.runtime.invoke("aws:index/getPrefixList:getPrefixList", {
|
|
64
|
-
"filters": args.filters,
|
|
65
|
-
"name": args.name,
|
|
66
|
-
"prefixListId": args.prefixListId,
|
|
67
|
-
}, opts);
|
|
68
|
-
}
|
|
69
|
-
exports.getPrefixList = getPrefixList;
|
|
70
|
-
/**
|
|
71
|
-
* `aws.ec2.getPrefixList` provides details about a specific AWS prefix list (PL)
|
|
72
|
-
* in the current region.
|
|
73
|
-
*
|
|
74
|
-
* This can be used both to validate a prefix list given in a variable
|
|
75
|
-
* and to obtain the CIDR blocks (IP address ranges) for the associated
|
|
76
|
-
* AWS service. The latter may be useful e.g., for adding network ACL
|
|
77
|
-
* rules.
|
|
78
|
-
*
|
|
79
|
-
* The aws.ec2.ManagedPrefixList data source is normally more appropriate to use given it can return customer-managed prefix list info, as well as additional attributes.
|
|
80
|
-
*
|
|
81
|
-
* ## Example Usage
|
|
82
|
-
*
|
|
83
|
-
* ```typescript
|
|
84
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
85
|
-
* import * as aws from "@pulumi/aws";
|
|
86
|
-
*
|
|
87
|
-
* const privateS3VpcEndpoint = new aws.ec2.VpcEndpoint("privateS3VpcEndpoint", {
|
|
88
|
-
* vpcId: aws_vpc.foo.id,
|
|
89
|
-
* serviceName: "com.amazonaws.us-west-2.s3",
|
|
90
|
-
* });
|
|
91
|
-
* const privateS3PrefixList = aws.ec2.getPrefixListOutput({
|
|
92
|
-
* prefixListId: privateS3VpcEndpoint.prefixListId,
|
|
93
|
-
* });
|
|
94
|
-
* const bar = new aws.ec2.NetworkAcl("bar", {vpcId: aws_vpc.foo.id});
|
|
95
|
-
* const privateS3NetworkAclRule = new aws.ec2.NetworkAclRule("privateS3NetworkAclRule", {
|
|
96
|
-
* networkAclId: bar.id,
|
|
97
|
-
* ruleNumber: 200,
|
|
98
|
-
* egress: false,
|
|
99
|
-
* protocol: "tcp",
|
|
100
|
-
* ruleAction: "allow",
|
|
101
|
-
* cidrBlock: privateS3PrefixList.apply(privateS3PrefixList => privateS3PrefixList.cidrBlocks?.[0]),
|
|
102
|
-
* fromPort: 443,
|
|
103
|
-
* toPort: 443,
|
|
104
|
-
* });
|
|
105
|
-
* ```
|
|
106
|
-
* ### Filter
|
|
107
|
-
*
|
|
108
|
-
* ```typescript
|
|
109
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
110
|
-
* import * as aws from "@pulumi/aws";
|
|
111
|
-
*
|
|
112
|
-
* const test = aws.ec2.getPrefixList({
|
|
113
|
-
* filters: [{
|
|
114
|
-
* name: "prefix-list-id",
|
|
115
|
-
* values: ["pl-68a54001"],
|
|
116
|
-
* }],
|
|
117
|
-
* });
|
|
118
|
-
* ```
|
|
119
|
-
*/
|
|
120
|
-
/** @deprecated aws.getPrefixList has been deprecated in favor of aws.ec2.getPrefixList */
|
|
121
|
-
function getPrefixListOutput(args, opts) {
|
|
122
|
-
return pulumi.output(args).apply((a) => getPrefixList(a, opts));
|
|
123
|
-
}
|
|
124
|
-
exports.getPrefixListOutput = getPrefixListOutput;
|
|
125
|
-
//# sourceMappingURL=getPrefixList.js.map
|
package/getPrefixList.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getPrefixList.js","sourceRoot":"","sources":["../getPrefixList.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;AACH,0FAA0F;AAC1F,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,sGAAsG,CAAC,CAAA;IACvH,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uCAAuC,EAAE;QAClE,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,sCAUC;AAuCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;AACH,0FAA0F;AAC1F,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,kDAEC"}
|