@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,135 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
/**
|
|
3
|
-
* Provides the ability to register instances and containers with an Application Load Balancer (ALB) or Network Load Balancer (NLB) target group. For attaching resources with Elastic Load Balancer (ELB), see the `aws.elb.Attachment` resource.
|
|
4
|
-
*
|
|
5
|
-
* > **Note:** `aws.alb.TargetGroupAttachment` is known as `aws.lb.TargetGroupAttachment`. The functionality is identical.
|
|
6
|
-
*
|
|
7
|
-
* ## Example Usage
|
|
8
|
-
*
|
|
9
|
-
* ```typescript
|
|
10
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
-
* import * as aws from "@pulumi/aws";
|
|
12
|
-
*
|
|
13
|
-
* const testTargetGroup = new aws.lb.TargetGroup("testTargetGroup", {});
|
|
14
|
-
* // ... other configuration ...
|
|
15
|
-
* const testInstance = new aws.ec2.Instance("testInstance", {});
|
|
16
|
-
* // ... other configuration ...
|
|
17
|
-
* const testTargetGroupAttachment = new aws.lb.TargetGroupAttachment("testTargetGroupAttachment", {
|
|
18
|
-
* targetGroupArn: testTargetGroup.arn,
|
|
19
|
-
* targetId: testInstance.id,
|
|
20
|
-
* port: 80,
|
|
21
|
-
* });
|
|
22
|
-
* ```
|
|
23
|
-
* ## Usage with lambda
|
|
24
|
-
*
|
|
25
|
-
* ```typescript
|
|
26
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
27
|
-
* import * as aws from "@pulumi/aws";
|
|
28
|
-
*
|
|
29
|
-
* const testTargetGroup = new aws.lb.TargetGroup("testTargetGroup", {targetType: "lambda"});
|
|
30
|
-
* const testFunction = new aws.lambda.Function("testFunction", {});
|
|
31
|
-
* // ... other configuration ...
|
|
32
|
-
* const withLb = new aws.lambda.Permission("withLb", {
|
|
33
|
-
* action: "lambda:InvokeFunction",
|
|
34
|
-
* "function": testFunction.name,
|
|
35
|
-
* principal: "elasticloadbalancing.amazonaws.com",
|
|
36
|
-
* sourceArn: testTargetGroup.arn,
|
|
37
|
-
* });
|
|
38
|
-
* const testTargetGroupAttachment = new aws.lb.TargetGroupAttachment("testTargetGroupAttachment", {
|
|
39
|
-
* targetGroupArn: testTargetGroup.arn,
|
|
40
|
-
* targetId: testFunction.arn,
|
|
41
|
-
* }, {
|
|
42
|
-
* dependsOn: [withLb],
|
|
43
|
-
* });
|
|
44
|
-
* ```
|
|
45
|
-
*
|
|
46
|
-
* ## Import
|
|
47
|
-
*
|
|
48
|
-
* Target Group Attachments cannot be imported.
|
|
49
|
-
*
|
|
50
|
-
* @deprecated aws.applicationloadbalancing.TargetGroupAttachment has been deprecated in favor of aws.alb.TargetGroupAttachment
|
|
51
|
-
*/
|
|
52
|
-
export declare class TargetGroupAttachment extends pulumi.CustomResource {
|
|
53
|
-
/**
|
|
54
|
-
* Get an existing TargetGroupAttachment resource's state with the given name, ID, and optional extra
|
|
55
|
-
* properties used to qualify the lookup.
|
|
56
|
-
*
|
|
57
|
-
* @param name The _unique_ name of the resulting resource.
|
|
58
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
59
|
-
* @param state Any extra arguments used during the lookup.
|
|
60
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
61
|
-
*/
|
|
62
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: TargetGroupAttachmentState, opts?: pulumi.CustomResourceOptions): TargetGroupAttachment;
|
|
63
|
-
/**
|
|
64
|
-
* Returns true if the given object is an instance of TargetGroupAttachment. This is designed to work even
|
|
65
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
66
|
-
*/
|
|
67
|
-
static isInstance(obj: any): obj is TargetGroupAttachment;
|
|
68
|
-
/**
|
|
69
|
-
* The Availability Zone where the IP address of the target is to be registered. If the private ip address is outside of the VPC scope, this value must be set to 'all'.
|
|
70
|
-
*/
|
|
71
|
-
readonly availabilityZone: pulumi.Output<string | undefined>;
|
|
72
|
-
/**
|
|
73
|
-
* The port on which targets receive traffic.
|
|
74
|
-
*/
|
|
75
|
-
readonly port: pulumi.Output<number | undefined>;
|
|
76
|
-
/**
|
|
77
|
-
* The ARN of the target group with which to register targets
|
|
78
|
-
*/
|
|
79
|
-
readonly targetGroupArn: pulumi.Output<string>;
|
|
80
|
-
/**
|
|
81
|
-
* The ID of the target. This is the Instance ID for an instance, or the container ID for an ECS container. If the target type is ip, specify an IP address. If the target type is lambda, specify the arn of lambda. If the target type is alb, specify the arn of alb.
|
|
82
|
-
*/
|
|
83
|
-
readonly targetId: pulumi.Output<string>;
|
|
84
|
-
/**
|
|
85
|
-
* Create a TargetGroupAttachment resource with the given unique name, arguments, and options.
|
|
86
|
-
*
|
|
87
|
-
* @param name The _unique_ name of the resource.
|
|
88
|
-
* @param args The arguments to use to populate this resource's properties.
|
|
89
|
-
* @param opts A bag of options that control this resource's behavior.
|
|
90
|
-
*/
|
|
91
|
-
/** @deprecated aws.applicationloadbalancing.TargetGroupAttachment has been deprecated in favor of aws.alb.TargetGroupAttachment */
|
|
92
|
-
constructor(name: string, args: TargetGroupAttachmentArgs, opts?: pulumi.CustomResourceOptions);
|
|
93
|
-
}
|
|
94
|
-
/**
|
|
95
|
-
* Input properties used for looking up and filtering TargetGroupAttachment resources.
|
|
96
|
-
*/
|
|
97
|
-
export interface TargetGroupAttachmentState {
|
|
98
|
-
/**
|
|
99
|
-
* The Availability Zone where the IP address of the target is to be registered. If the private ip address is outside of the VPC scope, this value must be set to 'all'.
|
|
100
|
-
*/
|
|
101
|
-
availabilityZone?: pulumi.Input<string>;
|
|
102
|
-
/**
|
|
103
|
-
* The port on which targets receive traffic.
|
|
104
|
-
*/
|
|
105
|
-
port?: pulumi.Input<number>;
|
|
106
|
-
/**
|
|
107
|
-
* The ARN of the target group with which to register targets
|
|
108
|
-
*/
|
|
109
|
-
targetGroupArn?: pulumi.Input<string>;
|
|
110
|
-
/**
|
|
111
|
-
* The ID of the target. This is the Instance ID for an instance, or the container ID for an ECS container. If the target type is ip, specify an IP address. If the target type is lambda, specify the arn of lambda. If the target type is alb, specify the arn of alb.
|
|
112
|
-
*/
|
|
113
|
-
targetId?: pulumi.Input<string>;
|
|
114
|
-
}
|
|
115
|
-
/**
|
|
116
|
-
* The set of arguments for constructing a TargetGroupAttachment resource.
|
|
117
|
-
*/
|
|
118
|
-
export interface TargetGroupAttachmentArgs {
|
|
119
|
-
/**
|
|
120
|
-
* The Availability Zone where the IP address of the target is to be registered. If the private ip address is outside of the VPC scope, this value must be set to 'all'.
|
|
121
|
-
*/
|
|
122
|
-
availabilityZone?: pulumi.Input<string>;
|
|
123
|
-
/**
|
|
124
|
-
* The port on which targets receive traffic.
|
|
125
|
-
*/
|
|
126
|
-
port?: pulumi.Input<number>;
|
|
127
|
-
/**
|
|
128
|
-
* The ARN of the target group with which to register targets
|
|
129
|
-
*/
|
|
130
|
-
targetGroupArn: pulumi.Input<string>;
|
|
131
|
-
/**
|
|
132
|
-
* The ID of the target. This is the Instance ID for an instance, or the container ID for an ECS container. If the target type is ip, specify an IP address. If the target type is lambda, specify the arn of lambda. If the target type is alb, specify the arn of alb.
|
|
133
|
-
*/
|
|
134
|
-
targetId: pulumi.Input<string>;
|
|
135
|
-
}
|
|
@@ -1,114 +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.TargetGroupAttachment = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("../utilities");
|
|
8
|
-
/**
|
|
9
|
-
* Provides the ability to register instances and containers with an Application Load Balancer (ALB) or Network Load Balancer (NLB) target group. For attaching resources with Elastic Load Balancer (ELB), see the `aws.elb.Attachment` resource.
|
|
10
|
-
*
|
|
11
|
-
* > **Note:** `aws.alb.TargetGroupAttachment` is known as `aws.lb.TargetGroupAttachment`. The functionality is identical.
|
|
12
|
-
*
|
|
13
|
-
* ## Example Usage
|
|
14
|
-
*
|
|
15
|
-
* ```typescript
|
|
16
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
-
* import * as aws from "@pulumi/aws";
|
|
18
|
-
*
|
|
19
|
-
* const testTargetGroup = new aws.lb.TargetGroup("testTargetGroup", {});
|
|
20
|
-
* // ... other configuration ...
|
|
21
|
-
* const testInstance = new aws.ec2.Instance("testInstance", {});
|
|
22
|
-
* // ... other configuration ...
|
|
23
|
-
* const testTargetGroupAttachment = new aws.lb.TargetGroupAttachment("testTargetGroupAttachment", {
|
|
24
|
-
* targetGroupArn: testTargetGroup.arn,
|
|
25
|
-
* targetId: testInstance.id,
|
|
26
|
-
* port: 80,
|
|
27
|
-
* });
|
|
28
|
-
* ```
|
|
29
|
-
* ## Usage with lambda
|
|
30
|
-
*
|
|
31
|
-
* ```typescript
|
|
32
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
33
|
-
* import * as aws from "@pulumi/aws";
|
|
34
|
-
*
|
|
35
|
-
* const testTargetGroup = new aws.lb.TargetGroup("testTargetGroup", {targetType: "lambda"});
|
|
36
|
-
* const testFunction = new aws.lambda.Function("testFunction", {});
|
|
37
|
-
* // ... other configuration ...
|
|
38
|
-
* const withLb = new aws.lambda.Permission("withLb", {
|
|
39
|
-
* action: "lambda:InvokeFunction",
|
|
40
|
-
* "function": testFunction.name,
|
|
41
|
-
* principal: "elasticloadbalancing.amazonaws.com",
|
|
42
|
-
* sourceArn: testTargetGroup.arn,
|
|
43
|
-
* });
|
|
44
|
-
* const testTargetGroupAttachment = new aws.lb.TargetGroupAttachment("testTargetGroupAttachment", {
|
|
45
|
-
* targetGroupArn: testTargetGroup.arn,
|
|
46
|
-
* targetId: testFunction.arn,
|
|
47
|
-
* }, {
|
|
48
|
-
* dependsOn: [withLb],
|
|
49
|
-
* });
|
|
50
|
-
* ```
|
|
51
|
-
*
|
|
52
|
-
* ## Import
|
|
53
|
-
*
|
|
54
|
-
* Target Group Attachments cannot be imported.
|
|
55
|
-
*
|
|
56
|
-
* @deprecated aws.applicationloadbalancing.TargetGroupAttachment has been deprecated in favor of aws.alb.TargetGroupAttachment
|
|
57
|
-
*/
|
|
58
|
-
class TargetGroupAttachment extends pulumi.CustomResource {
|
|
59
|
-
/**
|
|
60
|
-
* Get an existing TargetGroupAttachment resource's state with the given name, ID, and optional extra
|
|
61
|
-
* properties used to qualify the lookup.
|
|
62
|
-
*
|
|
63
|
-
* @param name The _unique_ name of the resulting resource.
|
|
64
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
65
|
-
* @param state Any extra arguments used during the lookup.
|
|
66
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
67
|
-
*/
|
|
68
|
-
static get(name, id, state, opts) {
|
|
69
|
-
pulumi.log.warn("TargetGroupAttachment is deprecated: aws.applicationloadbalancing.TargetGroupAttachment has been deprecated in favor of aws.alb.TargetGroupAttachment");
|
|
70
|
-
return new TargetGroupAttachment(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
71
|
-
}
|
|
72
|
-
/**
|
|
73
|
-
* Returns true if the given object is an instance of TargetGroupAttachment. This is designed to work even
|
|
74
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
75
|
-
*/
|
|
76
|
-
static isInstance(obj) {
|
|
77
|
-
if (obj === undefined || obj === null) {
|
|
78
|
-
return false;
|
|
79
|
-
}
|
|
80
|
-
return obj['__pulumiType'] === TargetGroupAttachment.__pulumiType;
|
|
81
|
-
}
|
|
82
|
-
/** @deprecated aws.applicationloadbalancing.TargetGroupAttachment has been deprecated in favor of aws.alb.TargetGroupAttachment */
|
|
83
|
-
constructor(name, argsOrState, opts) {
|
|
84
|
-
pulumi.log.warn("TargetGroupAttachment is deprecated: aws.applicationloadbalancing.TargetGroupAttachment has been deprecated in favor of aws.alb.TargetGroupAttachment");
|
|
85
|
-
let resourceInputs = {};
|
|
86
|
-
opts = opts || {};
|
|
87
|
-
if (opts.id) {
|
|
88
|
-
const state = argsOrState;
|
|
89
|
-
resourceInputs["availabilityZone"] = state ? state.availabilityZone : undefined;
|
|
90
|
-
resourceInputs["port"] = state ? state.port : undefined;
|
|
91
|
-
resourceInputs["targetGroupArn"] = state ? state.targetGroupArn : undefined;
|
|
92
|
-
resourceInputs["targetId"] = state ? state.targetId : undefined;
|
|
93
|
-
}
|
|
94
|
-
else {
|
|
95
|
-
const args = argsOrState;
|
|
96
|
-
if ((!args || args.targetGroupArn === undefined) && !opts.urn) {
|
|
97
|
-
throw new Error("Missing required property 'targetGroupArn'");
|
|
98
|
-
}
|
|
99
|
-
if ((!args || args.targetId === undefined) && !opts.urn) {
|
|
100
|
-
throw new Error("Missing required property 'targetId'");
|
|
101
|
-
}
|
|
102
|
-
resourceInputs["availabilityZone"] = args ? args.availabilityZone : undefined;
|
|
103
|
-
resourceInputs["port"] = args ? args.port : undefined;
|
|
104
|
-
resourceInputs["targetGroupArn"] = args ? args.targetGroupArn : undefined;
|
|
105
|
-
resourceInputs["targetId"] = args ? args.targetId : undefined;
|
|
106
|
-
}
|
|
107
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
108
|
-
super(TargetGroupAttachment.__pulumiType, name, resourceInputs, opts);
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
exports.TargetGroupAttachment = TargetGroupAttachment;
|
|
112
|
-
/** @internal */
|
|
113
|
-
TargetGroupAttachment.__pulumiType = 'aws:applicationloadbalancing/targetGroupAttachment:TargetGroupAttachment';
|
|
114
|
-
//# sourceMappingURL=targetGroupAttachment.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"targetGroupAttachment.js","sourceRoot":"","sources":["../../applicationloadbalancing/targetGroupAttachment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;AACH,MAAa,qBAAsB,SAAQ,MAAM,CAAC,cAAc;IAC5D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkC,EAAE,IAAmC;QAChI,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,uJAAuJ,CAAC,CAAA;QACxK,OAAO,IAAI,qBAAqB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC5E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,qBAAqB,CAAC,YAAY,CAAC;IACtE,CAAC;IA4BD,mIAAmI;IACnI,YAAY,IAAY,EAAE,WAAoE,EAAE,IAAmC;QAC/H,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,uJAAuJ,CAAC,CAAA;QACxK,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAqD,CAAC;YACpE,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;aAAM;YACH,MAAM,IAAI,GAAG,WAAoD,CAAC;YAClE,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,cAAc,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3D,MAAM,IAAI,KAAK,CAAC,4CAA4C,CAAC,CAAC;aACjE;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACjE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,qBAAqB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1E,CAAC;;AAjFL,sDAkFC;AAnEG,gBAAgB;AACO,kCAAY,GAAG,0EAA0E,CAAC"}
|
package/awsMixins.d.ts
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
declare module "." {
|
|
2
|
-
/**
|
|
3
|
-
* Provides quick access to the "aws-sdk" SDK (https://github.com/aws/aws-sdk-js) within a
|
|
4
|
-
* javascript callback function that is serialized into an AWS Lambda. Inside a Pulumi app
|
|
5
|
-
* a program can be written like so:
|
|
6
|
-
*
|
|
7
|
-
* ```ts
|
|
8
|
-
* import * as aws from "@pulumi/aws";
|
|
9
|
-
*
|
|
10
|
-
* // ...
|
|
11
|
-
*
|
|
12
|
-
* // inside the callback function for an AWS Lambda:
|
|
13
|
-
* const client = new aws.sdk.DynamoDB.DocumentClient(...opt-args...);
|
|
14
|
-
* ```
|
|
15
|
-
*
|
|
16
|
-
* Note: this property will give you the aws-sdk module that AWS automatically includes
|
|
17
|
-
* with any javascript Lambda.
|
|
18
|
-
*/
|
|
19
|
-
const sdk: typeof import("aws-sdk");
|
|
20
|
-
}
|
|
21
|
-
export {};
|
package/awsMixins.js
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright 2016-2018, Pulumi Corporation.
|
|
3
|
-
//
|
|
4
|
-
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
// you may not use this file except in compliance with the License.
|
|
6
|
-
// You may obtain a copy of the License at
|
|
7
|
-
//
|
|
8
|
-
// http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
//
|
|
10
|
-
// Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
// See the License for the specific language governing permissions and
|
|
14
|
-
// limitations under the License.
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
// Note: this module is in the
|
|
17
|
-
const pulumiAws = require(".");
|
|
18
|
-
// @pulumi/aws (and submodules) is a deployment-only module. If someone tries to capture it, and we
|
|
19
|
-
// fail for some reason we want to give a good message about what the problem likely is. Note that
|
|
20
|
-
// capturing a deployment time module can be ok in some cases. For example, using "aws.sdk" is
|
|
21
|
-
// fine, and will give runtime access to the right awssdk API. This will ensure that those 'safe to
|
|
22
|
-
// serialize' values are captured 'by-value' However, in general, the majority of this API is not
|
|
23
|
-
// safe to use at 'run time' and will fail.
|
|
24
|
-
pulumiAws.deploymentOnlyModule = true;
|
|
25
|
-
// Now, actually provide the exported members. Note, we implement the 'sdk' property as a
|
|
26
|
-
// 'getter'. This is actually important so that we're not actually exporting the aws-sdk module
|
|
27
|
-
// itself. If we exported that module, serialization would either try to actually serialize it
|
|
28
|
-
// (bad), or it would try to reference it through the aws node_modules path (also bad). We don't
|
|
29
|
-
// want either of these. Instead, we want the serialized code to literally contain
|
|
30
|
-
//
|
|
31
|
-
// `return require("aws-sdk")...`
|
|
32
|
-
//
|
|
33
|
-
// By defining things in this way, that require ends up having no impact on closure serialization or
|
|
34
|
-
// modules-inclusion. Instead, if just emits code that works correctly in AWS lambda due to
|
|
35
|
-
// 'aws-sdk' being a well known node-module that is always available. import * as pulumiDynamoDB
|
|
36
|
-
// from "./dynamodb";
|
|
37
|
-
Object.defineProperty(pulumiAws, "sdk", {
|
|
38
|
-
get: () => require("aws-sdk"),
|
|
39
|
-
});
|
|
40
|
-
//# sourceMappingURL=awsMixins.js.map
|
package/awsMixins.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"awsMixins.js","sourceRoot":"","sources":["../awsMixins.ts"],"names":[],"mappings":";AAAA,2CAA2C;AAC3C,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;;AAEjC,8BAA8B;AAE9B,+BAA+B;AAE/B,oGAAoG;AACpG,mGAAmG;AACnG,+FAA+F;AAC/F,mGAAmG;AACnG,iGAAiG;AACjG,2CAA2C;AACrC,SAAU,CAAC,oBAAoB,GAAG,IAAI,CAAC;AAqC7C,0FAA0F;AAC1F,gGAAgG;AAChG,+FAA+F;AAC/F,iGAAiG;AACjG,mFAAmF;AACnF,EAAE;AACF,sCAAsC;AACtC,EAAE;AACF,oGAAoG;AACpG,4FAA4F;AAC5F,gGAAgG;AAChG,qBAAqB;AACrB,MAAM,CAAC,cAAc,CAAC,SAAS,EAAE,KAAK,EAAE;IACpC,GAAG,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC;CAChC,CAAC,CAAA"}
|
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
/**
|
|
3
|
-
* Provides information about a CloudFront Function.
|
|
4
|
-
*
|
|
5
|
-
* ## Example Usage
|
|
6
|
-
*
|
|
7
|
-
* ```typescript
|
|
8
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
-
* import * as aws from "@pulumi/aws";
|
|
10
|
-
*
|
|
11
|
-
* const config = new pulumi.Config();
|
|
12
|
-
* const functionName = config.require("functionName");
|
|
13
|
-
* const existing = aws.cloudfront.getFunction({
|
|
14
|
-
* name: functionName,
|
|
15
|
-
* });
|
|
16
|
-
* ```
|
|
17
|
-
*/
|
|
18
|
-
/** @deprecated aws.cloudtrail.getFunction has been deprecated in favor of aws.cloudfront.getFunction */
|
|
19
|
-
export declare function getFunction(args: GetFunctionArgs, opts?: pulumi.InvokeOptions): Promise<GetFunctionResult>;
|
|
20
|
-
/**
|
|
21
|
-
* A collection of arguments for invoking getFunction.
|
|
22
|
-
*/
|
|
23
|
-
export interface GetFunctionArgs {
|
|
24
|
-
/**
|
|
25
|
-
* Name of the CloudFront function.
|
|
26
|
-
*/
|
|
27
|
-
name: string;
|
|
28
|
-
/**
|
|
29
|
-
* Function’s stage, either `DEVELOPMENT` or `LIVE`.
|
|
30
|
-
*/
|
|
31
|
-
stage: string;
|
|
32
|
-
}
|
|
33
|
-
/**
|
|
34
|
-
* A collection of values returned by getFunction.
|
|
35
|
-
*/
|
|
36
|
-
export interface GetFunctionResult {
|
|
37
|
-
/**
|
|
38
|
-
* ARN identifying your CloudFront Function.
|
|
39
|
-
*/
|
|
40
|
-
readonly arn: string;
|
|
41
|
-
/**
|
|
42
|
-
* Source code of the function
|
|
43
|
-
*/
|
|
44
|
-
readonly code: string;
|
|
45
|
-
/**
|
|
46
|
-
* Comment.
|
|
47
|
-
*/
|
|
48
|
-
readonly comment: string;
|
|
49
|
-
/**
|
|
50
|
-
* ETag hash of the function
|
|
51
|
-
*/
|
|
52
|
-
readonly etag: string;
|
|
53
|
-
/**
|
|
54
|
-
* The provider-assigned unique ID for this managed resource.
|
|
55
|
-
*/
|
|
56
|
-
readonly id: string;
|
|
57
|
-
/**
|
|
58
|
-
* When this resource was last modified.
|
|
59
|
-
*/
|
|
60
|
-
readonly lastModifiedTime: string;
|
|
61
|
-
readonly name: string;
|
|
62
|
-
/**
|
|
63
|
-
* Identifier of the function's runtime.
|
|
64
|
-
*/
|
|
65
|
-
readonly runtime: string;
|
|
66
|
-
readonly stage: string;
|
|
67
|
-
/**
|
|
68
|
-
* Status of the function. Can be `UNPUBLISHED`, `UNASSOCIATED` or `ASSOCIATED`.
|
|
69
|
-
*/
|
|
70
|
-
readonly status: string;
|
|
71
|
-
}
|
|
72
|
-
/**
|
|
73
|
-
* Provides information about a CloudFront Function.
|
|
74
|
-
*
|
|
75
|
-
* ## Example Usage
|
|
76
|
-
*
|
|
77
|
-
* ```typescript
|
|
78
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
79
|
-
* import * as aws from "@pulumi/aws";
|
|
80
|
-
*
|
|
81
|
-
* const config = new pulumi.Config();
|
|
82
|
-
* const functionName = config.require("functionName");
|
|
83
|
-
* const existing = aws.cloudfront.getFunction({
|
|
84
|
-
* name: functionName,
|
|
85
|
-
* });
|
|
86
|
-
* ```
|
|
87
|
-
*/
|
|
88
|
-
/** @deprecated aws.cloudtrail.getFunction has been deprecated in favor of aws.cloudfront.getFunction */
|
|
89
|
-
export declare function getFunctionOutput(args: GetFunctionOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetFunctionResult>;
|
|
90
|
-
/**
|
|
91
|
-
* A collection of arguments for invoking getFunction.
|
|
92
|
-
*/
|
|
93
|
-
export interface GetFunctionOutputArgs {
|
|
94
|
-
/**
|
|
95
|
-
* Name of the CloudFront function.
|
|
96
|
-
*/
|
|
97
|
-
name: pulumi.Input<string>;
|
|
98
|
-
/**
|
|
99
|
-
* Function’s stage, either `DEVELOPMENT` or `LIVE`.
|
|
100
|
-
*/
|
|
101
|
-
stage: pulumi.Input<string>;
|
|
102
|
-
}
|
|
@@ -1,55 +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.getFunctionOutput = exports.getFunction = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("../utilities");
|
|
8
|
-
/**
|
|
9
|
-
* Provides information about a CloudFront Function.
|
|
10
|
-
*
|
|
11
|
-
* ## Example Usage
|
|
12
|
-
*
|
|
13
|
-
* ```typescript
|
|
14
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
-
* import * as aws from "@pulumi/aws";
|
|
16
|
-
*
|
|
17
|
-
* const config = new pulumi.Config();
|
|
18
|
-
* const functionName = config.require("functionName");
|
|
19
|
-
* const existing = aws.cloudfront.getFunction({
|
|
20
|
-
* name: functionName,
|
|
21
|
-
* });
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
/** @deprecated aws.cloudtrail.getFunction has been deprecated in favor of aws.cloudfront.getFunction */
|
|
25
|
-
function getFunction(args, opts) {
|
|
26
|
-
pulumi.log.warn("getFunction is deprecated: aws.cloudtrail.getFunction has been deprecated in favor of aws.cloudfront.getFunction");
|
|
27
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
28
|
-
return pulumi.runtime.invoke("aws:cloudtrail/getFunction:getFunction", {
|
|
29
|
-
"name": args.name,
|
|
30
|
-
"stage": args.stage,
|
|
31
|
-
}, opts);
|
|
32
|
-
}
|
|
33
|
-
exports.getFunction = getFunction;
|
|
34
|
-
/**
|
|
35
|
-
* Provides information about a CloudFront Function.
|
|
36
|
-
*
|
|
37
|
-
* ## Example Usage
|
|
38
|
-
*
|
|
39
|
-
* ```typescript
|
|
40
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
41
|
-
* import * as aws from "@pulumi/aws";
|
|
42
|
-
*
|
|
43
|
-
* const config = new pulumi.Config();
|
|
44
|
-
* const functionName = config.require("functionName");
|
|
45
|
-
* const existing = aws.cloudfront.getFunction({
|
|
46
|
-
* name: functionName,
|
|
47
|
-
* });
|
|
48
|
-
* ```
|
|
49
|
-
*/
|
|
50
|
-
/** @deprecated aws.cloudtrail.getFunction has been deprecated in favor of aws.cloudfront.getFunction */
|
|
51
|
-
function getFunctionOutput(args, opts) {
|
|
52
|
-
return pulumi.output(args).apply((a) => getFunction(a, opts));
|
|
53
|
-
}
|
|
54
|
-
exports.getFunctionOutput = getFunctionOutput;
|
|
55
|
-
//# sourceMappingURL=getFunction.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getFunction.js","sourceRoot":"","sources":["../../cloudtrail/getFunction.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,wGAAwG;AACxG,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,kHAAkH,CAAC,CAAA;IAEnI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,kCAQC;AAuDD;;;;;;;;;;;;;;;GAeG;AACH,wGAAwG;AACxG,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,8CAEC"}
|
|
@@ -1,132 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
/**
|
|
3
|
-
* Manages the accepter's side of an EC2 Transit Gateway Peering Attachment.
|
|
4
|
-
*
|
|
5
|
-
* ## Example Usage
|
|
6
|
-
*
|
|
7
|
-
* ```typescript
|
|
8
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
-
* import * as aws from "@pulumi/aws";
|
|
10
|
-
*
|
|
11
|
-
* const example = new aws.ec2transitgateway.PeeringAttachmentAccepter("example", {
|
|
12
|
-
* transitGatewayAttachmentId: aws_ec2_transit_gateway_peering_attachment.example.id,
|
|
13
|
-
* tags: {
|
|
14
|
-
* Name: "Example cross-account attachment",
|
|
15
|
-
* },
|
|
16
|
-
* });
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* ## Import
|
|
20
|
-
*
|
|
21
|
-
* `aws_ec2_transit_gateway_peering_attachment_accepter` can be imported by using the EC2 Transit Gateway Attachment identifier, e.g.,
|
|
22
|
-
*
|
|
23
|
-
* ```sh
|
|
24
|
-
* $ pulumi import aws:ec2/transitGatewayPeeringAttachmentAccepter:TransitGatewayPeeringAttachmentAccepter example tgw-attach-12345678
|
|
25
|
-
* ```
|
|
26
|
-
*
|
|
27
|
-
* @deprecated aws.ec2.TransitGatewayPeeringAttachmentAccepter has been deprecated in favor of aws.ec2transitgateway.PeeringAttachmentAccepter
|
|
28
|
-
*/
|
|
29
|
-
export declare class TransitGatewayPeeringAttachmentAccepter extends pulumi.CustomResource {
|
|
30
|
-
/**
|
|
31
|
-
* Get an existing TransitGatewayPeeringAttachmentAccepter resource's state with the given name, ID, and optional extra
|
|
32
|
-
* properties used to qualify the lookup.
|
|
33
|
-
*
|
|
34
|
-
* @param name The _unique_ name of the resulting resource.
|
|
35
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
36
|
-
* @param state Any extra arguments used during the lookup.
|
|
37
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
38
|
-
*/
|
|
39
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: TransitGatewayPeeringAttachmentAccepterState, opts?: pulumi.CustomResourceOptions): TransitGatewayPeeringAttachmentAccepter;
|
|
40
|
-
/**
|
|
41
|
-
* Returns true if the given object is an instance of TransitGatewayPeeringAttachmentAccepter. This is designed to work even
|
|
42
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
43
|
-
*/
|
|
44
|
-
static isInstance(obj: any): obj is TransitGatewayPeeringAttachmentAccepter;
|
|
45
|
-
/**
|
|
46
|
-
* Identifier of the AWS account that owns the EC2 TGW peering.
|
|
47
|
-
*/
|
|
48
|
-
readonly peerAccountId: pulumi.Output<string>;
|
|
49
|
-
readonly peerRegion: pulumi.Output<string>;
|
|
50
|
-
/**
|
|
51
|
-
* Identifier of EC2 Transit Gateway to peer with.
|
|
52
|
-
*/
|
|
53
|
-
readonly peerTransitGatewayId: pulumi.Output<string>;
|
|
54
|
-
/**
|
|
55
|
-
* Key-value tags for the EC2 Transit Gateway Peering Attachment. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
56
|
-
*/
|
|
57
|
-
readonly tags: pulumi.Output<{
|
|
58
|
-
[key: string]: string;
|
|
59
|
-
} | undefined>;
|
|
60
|
-
/**
|
|
61
|
-
* A map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
|
|
62
|
-
*/
|
|
63
|
-
readonly tagsAll: pulumi.Output<{
|
|
64
|
-
[key: string]: string;
|
|
65
|
-
}>;
|
|
66
|
-
/**
|
|
67
|
-
* The ID of the EC2 Transit Gateway Peering Attachment to manage.
|
|
68
|
-
*/
|
|
69
|
-
readonly transitGatewayAttachmentId: pulumi.Output<string>;
|
|
70
|
-
/**
|
|
71
|
-
* Identifier of EC2 Transit Gateway.
|
|
72
|
-
*/
|
|
73
|
-
readonly transitGatewayId: pulumi.Output<string>;
|
|
74
|
-
/**
|
|
75
|
-
* Create a TransitGatewayPeeringAttachmentAccepter resource with the given unique name, arguments, and options.
|
|
76
|
-
*
|
|
77
|
-
* @param name The _unique_ name of the resource.
|
|
78
|
-
* @param args The arguments to use to populate this resource's properties.
|
|
79
|
-
* @param opts A bag of options that control this resource's behavior.
|
|
80
|
-
*/
|
|
81
|
-
/** @deprecated aws.ec2.TransitGatewayPeeringAttachmentAccepter has been deprecated in favor of aws.ec2transitgateway.PeeringAttachmentAccepter */
|
|
82
|
-
constructor(name: string, args: TransitGatewayPeeringAttachmentAccepterArgs, opts?: pulumi.CustomResourceOptions);
|
|
83
|
-
}
|
|
84
|
-
/**
|
|
85
|
-
* Input properties used for looking up and filtering TransitGatewayPeeringAttachmentAccepter resources.
|
|
86
|
-
*/
|
|
87
|
-
export interface TransitGatewayPeeringAttachmentAccepterState {
|
|
88
|
-
/**
|
|
89
|
-
* Identifier of the AWS account that owns the EC2 TGW peering.
|
|
90
|
-
*/
|
|
91
|
-
peerAccountId?: pulumi.Input<string>;
|
|
92
|
-
peerRegion?: pulumi.Input<string>;
|
|
93
|
-
/**
|
|
94
|
-
* Identifier of EC2 Transit Gateway to peer with.
|
|
95
|
-
*/
|
|
96
|
-
peerTransitGatewayId?: pulumi.Input<string>;
|
|
97
|
-
/**
|
|
98
|
-
* Key-value tags for the EC2 Transit Gateway Peering Attachment. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
99
|
-
*/
|
|
100
|
-
tags?: pulumi.Input<{
|
|
101
|
-
[key: string]: pulumi.Input<string>;
|
|
102
|
-
}>;
|
|
103
|
-
/**
|
|
104
|
-
* A map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
|
|
105
|
-
*/
|
|
106
|
-
tagsAll?: pulumi.Input<{
|
|
107
|
-
[key: string]: pulumi.Input<string>;
|
|
108
|
-
}>;
|
|
109
|
-
/**
|
|
110
|
-
* The ID of the EC2 Transit Gateway Peering Attachment to manage.
|
|
111
|
-
*/
|
|
112
|
-
transitGatewayAttachmentId?: pulumi.Input<string>;
|
|
113
|
-
/**
|
|
114
|
-
* Identifier of EC2 Transit Gateway.
|
|
115
|
-
*/
|
|
116
|
-
transitGatewayId?: pulumi.Input<string>;
|
|
117
|
-
}
|
|
118
|
-
/**
|
|
119
|
-
* The set of arguments for constructing a TransitGatewayPeeringAttachmentAccepter resource.
|
|
120
|
-
*/
|
|
121
|
-
export interface TransitGatewayPeeringAttachmentAccepterArgs {
|
|
122
|
-
/**
|
|
123
|
-
* Key-value tags for the EC2 Transit Gateway Peering Attachment. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
124
|
-
*/
|
|
125
|
-
tags?: pulumi.Input<{
|
|
126
|
-
[key: string]: pulumi.Input<string>;
|
|
127
|
-
}>;
|
|
128
|
-
/**
|
|
129
|
-
* The ID of the EC2 Transit Gateway Peering Attachment to manage.
|
|
130
|
-
*/
|
|
131
|
-
transitGatewayAttachmentId: pulumi.Input<string>;
|
|
132
|
-
}
|