@@ -90,7 +90,9 @@ The AWS Provider (`pulumi/aws`) uses different resource type naming conventions
9090| acm: certificate | aws: acm /certificate: Certificate |
9191| airflow: environment | aws: mwaa /environment: Environment |
9292| amplify: apps | aws: amplify /app: App |
93+ | aoss: collection | aws: opensearch /serverlessCollection: ServerlessCollection |
9394| app-integrations: data-integration | aws: appintegrations /dataIntegration: DataIntegration |
95+ | app-integrations: event-integration | aws: appconfig /eventIntegration: EventIntegration |
9496| appconfig: application | aws: appconfig /application: Application |
9597| appconfig: application /configurationprofile | aws: appconfig /configurationProfile: ConfigurationProfile |
9698| appconfig: application /environment | aws: appconfig /environment: Environment |
@@ -201,13 +203,15 @@ The AWS Provider (`pulumi/aws`) uses different resource type naming conventions
201203| dynamodb: table | aws: dynamodb /table: Table |
202204| ec2: capacity-reservation | aws: ec2 /capacityReservation: CapacityReservation |
203205| ec2: carrier-gateway | aws: ec2 /carrierGateway: CarrierGateway |
206+ | ec2: client-vpn-endpoint | aws: ec2clientvpn /endpoint: Endpoint |
204207| ec2: customer-gateway | aws: ec2 /customerGateway: CustomerGateway |
205208| ec2: dedicated-host | aws: ec2 /dedicatedHost: DedicatedHost |
206209| ec2: dhcp-options | aws: ec2 /vpcDhcpOptions: VpcDhcpOptions |
207210| ec2: egress-only-internet-gateway | aws: ec2 /egressOnlyInternetGateway: EgressOnlyInternetGateway |
208211| ec2: elastic-ip | aws: ec2 /eip: Eip |
209212| ec2: fleet | aws: ec2 /fleet: Fleet |
210213| ec2: instance | aws: ec2 /instance: Instance |
214+ | ec2: instance-connect-endpoint | aws: ec2transitgateway /instanceConnectEndpoint: InstanceConnectEndpoint |
211215| ec2: internet-gateway | aws: ec2 /internetGateway: InternetGateway |
212216| ec2: ipam | aws: ec2 /vpcIpam: VpcIpam |
213217| ec2: ipam-pool | aws: ec2 /vpcIpamPool: VpcIpamPool |
@@ -235,6 +239,10 @@ The AWS Provider (`pulumi/aws`) uses different resource type naming conventions
235239| ec2: transit-gateway-connect-peer | aws: ec2transitgateway /connectPeer: ConnectPeer |
236240| ec2: transit-gateway-multicast-domain | aws: ec2transitgateway /multicastDomain: MulticastDomain |
237241| ec2: transit-gateway-route-table | aws: ec2transitgateway /routeTable: RouteTable |
242+ | ec2: verified-access-endpoint | aws: verifiedaccess /endpoint: Endpoint |
243+ | ec2: verified-access-group | aws: verifiedaccess /group: Group |
244+ | ec2: verified-access-instance | aws: verifiedaccess /instance: Instance |
245+ | ec2: verified-access-trust-provider | aws: verifiedaccess /trustProvider: TrustProvider |
238246| ec2: volume | aws: ebs /volume: Volume |
239247| ec2: vpc | aws: ec2 /vpc: Vpc |
240248| ec2: vpc-block-public-access-exclusion | aws: ec2 /vpcBlockPublicAccessExclusion: VpcBlockPublicAccessExclusion |
@@ -244,6 +252,7 @@ The AWS Provider (`pulumi/aws`) uses different resource type naming conventions
244252| ec2: vpc-peering-connection | aws: ec2 /vpcPeeringConnection: VpcPeeringConnection |
245253| ec2: vpn-connection | aws: ec2 /vpnConnection: VpnConnection |
246254| ec2: vpn-gateway | aws: ec2 /vpnGateway: VpnGateway |
255+ | ecr-public: repository | aws: ecrpublic /repository: Repository |
247256| ecr: repository | aws: ecr /repository: Repository |
248257| ecs: capacity-provider | aws: ecs /capacityProvider: CapacityProvider |
249258| ecs: cluster | aws: ecs /cluster: Cluster |
@@ -362,6 +371,7 @@ The AWS Provider (`pulumi/aws`) uses different resource type naming conventions
362371| lightsail: Disk | aws: lightsail /disk: Disk |
363372| lightsail: Distribution | aws: lightsail /distribution: Distribution |
364373| lightsail: Instance | aws: lightsail /instance: Instance |
374+ | lightsail: LoadBalancer | aws: lightsail /lb: Lb |
365375| logs: anomaly-detector | aws: cloudwatch /logAnomalyDetector: LogAnomalyDetector |
366376| logs: delivery | aws: cloudwatch /logDelivery: LogDelivery |
367377| logs: delivery-destination | aws: cloudwatch /logDeliveryDestination: LogDeliveryDestination |
@@ -391,6 +401,7 @@ The AWS Provider (`pulumi/aws`) uses different resource type naming conventions
391401| networkmanager: global-network | aws: networkmanager /globalNetwork: GlobalNetwork |
392402| networkmanager: link | aws: networkmanager /link: Link |
393403| networkmanager: site | aws: networkmanager /site: Site |
404+ | notifications-contacts: emailcontact | aws: notifications /contactsEmailContact: ContactsEmailContact |
394405| oam: sink | aws: oam /sink: Sink |
395406| organizations: account | aws: organizations /account: Account |
396407| organizations: ou | aws: organizations /organizationalUnit: OrganizationalUnit |
0 commit comments