cdk-iam-floyd 0.799.0 → 0.800.0
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/README.md
CHANGED
|
@@ -44,6 +44,17 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
44
44
|
* https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_AcceptReservedInstancesExchangeQuote.html
|
|
45
45
|
*/
|
|
46
46
|
toAcceptReservedInstancesExchangeQuote(): this;
|
|
47
|
+
/**
|
|
48
|
+
* Grants permission to accept a transit gateway attachment request for a Client VPN endpoint
|
|
49
|
+
*
|
|
50
|
+
* Access Level: Write
|
|
51
|
+
*
|
|
52
|
+
* Possible conditions:
|
|
53
|
+
* - .ifRegion()
|
|
54
|
+
*
|
|
55
|
+
* https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_AcceptTransitGatewayClientVpnAttachment.html
|
|
56
|
+
*/
|
|
57
|
+
toAcceptTransitGatewayClientVpnAttachment(): this;
|
|
47
58
|
/**
|
|
48
59
|
* Grants permission to accept a request to associate subnets with a transit gateway multicast domain
|
|
49
60
|
*
|
|
@@ -146,6 +157,9 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
146
157
|
* Possible conditions:
|
|
147
158
|
* - .ifRegion()
|
|
148
159
|
*
|
|
160
|
+
* Dependent actions:
|
|
161
|
+
* - ec2:CreateTags
|
|
162
|
+
*
|
|
149
163
|
* https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_AllocateIpamPoolCidr.html
|
|
150
164
|
*/
|
|
151
165
|
toAllocateIpamPoolCidr(): this;
|
|
@@ -787,6 +801,20 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
787
801
|
* https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateCapacityReservationBySplitting.html
|
|
788
802
|
*/
|
|
789
803
|
toCreateCapacityReservationBySplitting(): this;
|
|
804
|
+
/**
|
|
805
|
+
* Grants permission to generate a cancellation quote for a future-dated Capacity Reservation
|
|
806
|
+
*
|
|
807
|
+
* Access Level: Write
|
|
808
|
+
*
|
|
809
|
+
* Possible conditions:
|
|
810
|
+
* - .ifRegion()
|
|
811
|
+
*
|
|
812
|
+
* Dependent actions:
|
|
813
|
+
* - ec2:CreateTags
|
|
814
|
+
*
|
|
815
|
+
* https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateCapacityReservationCancellationQuote.html
|
|
816
|
+
*/
|
|
817
|
+
toCreateCapacityReservationCancellationQuote(): this;
|
|
790
818
|
/**
|
|
791
819
|
* Grants permission to create a Capacity Reservation Fleet
|
|
792
820
|
*
|
|
@@ -2967,6 +2995,17 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
2967
2995
|
* https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DeleteTransitGateway.html
|
|
2968
2996
|
*/
|
|
2969
2997
|
toDeleteTransitGateway(): this;
|
|
2998
|
+
/**
|
|
2999
|
+
* Grants permission to delete a transit gateway attachment for a Client VPN endpoint
|
|
3000
|
+
*
|
|
3001
|
+
* Access Level: Write
|
|
3002
|
+
*
|
|
3003
|
+
* Possible conditions:
|
|
3004
|
+
* - .ifRegion()
|
|
3005
|
+
*
|
|
3006
|
+
* https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DeleteTransitGatewayClientVpnAttachment.html
|
|
3007
|
+
*/
|
|
3008
|
+
toDeleteTransitGatewayClientVpnAttachment(): this;
|
|
2970
3009
|
/**
|
|
2971
3010
|
* Grants permission to delete a transit gateway connect attachment
|
|
2972
3011
|
*
|
|
@@ -3539,6 +3578,17 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
3539
3578
|
* https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeCapacityReservationBillingRequests.html
|
|
3540
3579
|
*/
|
|
3541
3580
|
toDescribeCapacityReservationBillingRequests(): this;
|
|
3581
|
+
/**
|
|
3582
|
+
* Grants permission to describe one or more Capacity Reservation cancellation quotes
|
|
3583
|
+
*
|
|
3584
|
+
* Access Level: List
|
|
3585
|
+
*
|
|
3586
|
+
* Possible conditions:
|
|
3587
|
+
* - .ifRegion()
|
|
3588
|
+
*
|
|
3589
|
+
* https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeCapacityReservationCancellationQuotes.html
|
|
3590
|
+
*/
|
|
3591
|
+
toDescribeCapacityReservationCancellationQuotes(): this;
|
|
3542
3592
|
/**
|
|
3543
3593
|
* Grants permission to describe one or more Capacity Reservation Fleets
|
|
3544
3594
|
*
|
|
@@ -4166,6 +4216,17 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
4166
4216
|
* https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeIpamPolicies.html
|
|
4167
4217
|
*/
|
|
4168
4218
|
toDescribeIpamPolicies(): this;
|
|
4219
|
+
/**
|
|
4220
|
+
* Grants permission to describe IPAM pool allocations
|
|
4221
|
+
*
|
|
4222
|
+
* Access Level: List
|
|
4223
|
+
*
|
|
4224
|
+
* Possible conditions:
|
|
4225
|
+
* - .ifRegion()
|
|
4226
|
+
*
|
|
4227
|
+
* https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeIpamPoolAllocations.html
|
|
4228
|
+
*/
|
|
4229
|
+
toDescribeIpamPoolAllocations(): this;
|
|
4169
4230
|
/**
|
|
4170
4231
|
* Grants permission to describe Amazon VPC IP Address Manager (IPAM) pools
|
|
4171
4232
|
*
|
|
@@ -6381,6 +6442,17 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
6381
6442
|
* https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetCapacityManagerMetricDimensions.html
|
|
6382
6443
|
*/
|
|
6383
6444
|
toGetCapacityManagerMetricDimensions(): this;
|
|
6445
|
+
/**
|
|
6446
|
+
* Grants permission to retrieve the tag keys that are currently being monitored by EC2 Capacity Manager
|
|
6447
|
+
*
|
|
6448
|
+
* Access Level: List
|
|
6449
|
+
*
|
|
6450
|
+
* Possible conditions:
|
|
6451
|
+
* - .ifRegion()
|
|
6452
|
+
*
|
|
6453
|
+
* https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetCapacityManagerMonitoredTagKeys.html
|
|
6454
|
+
*/
|
|
6455
|
+
toGetCapacityManagerMonitoredTagKeys(): this;
|
|
6384
6456
|
/**
|
|
6385
6457
|
* Grants permission to get usage information about a Capacity Reservation
|
|
6386
6458
|
*
|
|
@@ -6744,6 +6816,17 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
6744
6816
|
* https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetManagedPrefixListEntries.html
|
|
6745
6817
|
*/
|
|
6746
6818
|
toGetManagedPrefixListEntries(): this;
|
|
6819
|
+
/**
|
|
6820
|
+
* Grants permission to retrieve the managed resource visibility configuration for the account
|
|
6821
|
+
*
|
|
6822
|
+
* Access Level: List
|
|
6823
|
+
*
|
|
6824
|
+
* Possible conditions:
|
|
6825
|
+
* - .ifRegion()
|
|
6826
|
+
*
|
|
6827
|
+
* https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetManagedResourceVisibility.html
|
|
6828
|
+
*/
|
|
6829
|
+
toGetManagedResourceVisibility(): this;
|
|
6747
6830
|
/**
|
|
6748
6831
|
* Grants permission to get the findings for one or more Network Access Scope analyses
|
|
6749
6832
|
*
|
|
@@ -7529,6 +7612,17 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
7529
7612
|
* https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyIpamPool.html
|
|
7530
7613
|
*/
|
|
7531
7614
|
toModifyIpamPool(): this;
|
|
7615
|
+
/**
|
|
7616
|
+
* Grants permission to modify the description of an IPAM pool allocation
|
|
7617
|
+
*
|
|
7618
|
+
* Access Level: Write
|
|
7619
|
+
*
|
|
7620
|
+
* Possible conditions:
|
|
7621
|
+
* - .ifRegion()
|
|
7622
|
+
*
|
|
7623
|
+
* https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyIpamPoolAllocation.html
|
|
7624
|
+
*/
|
|
7625
|
+
toModifyIpamPoolAllocation(): this;
|
|
7532
7626
|
/**
|
|
7533
7627
|
* Grants permission to modify an IPAM prefix list resolver
|
|
7534
7628
|
*
|
|
@@ -7617,6 +7711,17 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
7617
7711
|
* https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyManagedPrefixList.html
|
|
7618
7712
|
*/
|
|
7619
7713
|
toModifyManagedPrefixList(): this;
|
|
7714
|
+
/**
|
|
7715
|
+
* Grants permission to modify the managed resource visibility configuration for the account
|
|
7716
|
+
*
|
|
7717
|
+
* Access Level: Write
|
|
7718
|
+
*
|
|
7719
|
+
* Possible conditions:
|
|
7720
|
+
* - .ifRegion()
|
|
7721
|
+
*
|
|
7722
|
+
* https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyManagedResourceVisibility.html
|
|
7723
|
+
*/
|
|
7724
|
+
toModifyManagedResourceVisibility(): this;
|
|
7620
7725
|
/**
|
|
7621
7726
|
* Grants permission to modify an attribute of a network interface
|
|
7622
7727
|
*
|
|
@@ -8319,6 +8424,17 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
8319
8424
|
* https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RejectCapacityReservationBillingOwnership.html
|
|
8320
8425
|
*/
|
|
8321
8426
|
toRejectCapacityReservationBillingOwnership(): this;
|
|
8427
|
+
/**
|
|
8428
|
+
* Grants permission to reject a transit gateway attachment request for a Client VPN endpoint
|
|
8429
|
+
*
|
|
8430
|
+
* Access Level: Write
|
|
8431
|
+
*
|
|
8432
|
+
* Possible conditions:
|
|
8433
|
+
* - .ifRegion()
|
|
8434
|
+
*
|
|
8435
|
+
* https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RejectTransitGatewayClientVpnAttachment.html
|
|
8436
|
+
*/
|
|
8437
|
+
toRejectTransitGatewayClientVpnAttachment(): this;
|
|
8322
8438
|
/**
|
|
8323
8439
|
* Grants permission to reject requests to associate cross-account subnets with a transit gateway multicast domain
|
|
8324
8440
|
*
|
|
@@ -8945,6 +9061,17 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
8945
9061
|
* https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_UnmonitorInstances.html
|
|
8946
9062
|
*/
|
|
8947
9063
|
toUnmonitorInstances(): this;
|
|
9064
|
+
/**
|
|
9065
|
+
* Grants permission to activate or deactivate tag keys for monitoring by EC2 Capacity Manager
|
|
9066
|
+
*
|
|
9067
|
+
* Access Level: Write
|
|
9068
|
+
*
|
|
9069
|
+
* Possible conditions:
|
|
9070
|
+
* - .ifRegion()
|
|
9071
|
+
*
|
|
9072
|
+
* https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_UpdateCapacityManagerMonitoredTagKeys.html
|
|
9073
|
+
*/
|
|
9074
|
+
toUpdateCapacityManagerMonitoredTagKeys(): this;
|
|
8948
9075
|
/**
|
|
8949
9076
|
* Grants permission to update the Organizations access setting for EC2 Capacity Manager
|
|
8950
9077
|
*
|
|
@@ -9064,6 +9191,26 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
9064
9191
|
* - .ifResourceTag()
|
|
9065
9192
|
*/
|
|
9066
9193
|
onCapacityManagerDataExport(capacityManagerDataExportId: string, account?: string, region?: string, partition?: string): this;
|
|
9194
|
+
/**
|
|
9195
|
+
* Adds a resource of type capacity-reservation-cancellation-quote to the statement
|
|
9196
|
+
*
|
|
9197
|
+
* https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-policies-for-amazon-ec2.html#EC2_ARN_Format
|
|
9198
|
+
*
|
|
9199
|
+
* @param capacityReservationCancellationQuoteId - Identifier for the capacityReservationCancellationQuoteId.
|
|
9200
|
+
* @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
|
|
9201
|
+
* @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
|
|
9202
|
+
* @param partition - Partition of the AWS account [aws, aws-cn, aws-us-gov]; defaults to `aws`, unless using the CDK, where the default is the current Stack's partition.
|
|
9203
|
+
*
|
|
9204
|
+
* Possible conditions:
|
|
9205
|
+
* - .ifAwsRequestTag()
|
|
9206
|
+
* - .ifAwsResourceTag()
|
|
9207
|
+
* - .ifAwsTagKeys()
|
|
9208
|
+
* - .ifAttribute()
|
|
9209
|
+
* - .ifAttribute()
|
|
9210
|
+
* - .ifRegion()
|
|
9211
|
+
* - .ifResourceTag()
|
|
9212
|
+
*/
|
|
9213
|
+
onCapacityReservationCancellationQuote(capacityReservationCancellationQuoteId: string, account?: string, region?: string, partition?: string): this;
|
|
9067
9214
|
/**
|
|
9068
9215
|
* Adds a resource of type capacity-reservation-fleet to the statement
|
|
9069
9216
|
*
|
|
@@ -9652,6 +9799,26 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
9652
9799
|
* - .ifResourceTag()
|
|
9653
9800
|
*/
|
|
9654
9801
|
onIpamPolicy(ipamPolicyId: string, account?: string, partition?: string): this;
|
|
9802
|
+
/**
|
|
9803
|
+
* Adds a resource of type ipam-pool-allocation to the statement
|
|
9804
|
+
*
|
|
9805
|
+
* https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-policies-for-amazon-ec2.html#EC2_ARN_Format
|
|
9806
|
+
*
|
|
9807
|
+
* @param ipamPoolAllocationId - Identifier for the ipamPoolAllocationId.
|
|
9808
|
+
* @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
|
|
9809
|
+
* @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
|
|
9810
|
+
* @param partition - Partition of the AWS account [aws, aws-cn, aws-us-gov]; defaults to `aws`, unless using the CDK, where the default is the current Stack's partition.
|
|
9811
|
+
*
|
|
9812
|
+
* Possible conditions:
|
|
9813
|
+
* - .ifAwsRequestTag()
|
|
9814
|
+
* - .ifAwsResourceTag()
|
|
9815
|
+
* - .ifAwsTagKeys()
|
|
9816
|
+
* - .ifAttribute()
|
|
9817
|
+
* - .ifAttribute()
|
|
9818
|
+
* - .ifRegion()
|
|
9819
|
+
* - .ifResourceTag()
|
|
9820
|
+
*/
|
|
9821
|
+
onIpamPoolAllocation(ipamPoolAllocationId: string, account?: string, region?: string, partition?: string): this;
|
|
9655
9822
|
/**
|
|
9656
9823
|
* Adds a resource of type ipam-pool to the statement
|
|
9657
9824
|
*
|
|
@@ -11237,6 +11404,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
11237
11404
|
* - .toAcceptAddressTransfer()
|
|
11238
11405
|
* - .toAllocateAddress()
|
|
11239
11406
|
* - .toAllocateHosts()
|
|
11407
|
+
* - .toAllocateIpamPoolCidr()
|
|
11240
11408
|
* - .toAssociateIpamResourceDiscovery()
|
|
11241
11409
|
* - .toAuthorizeSecurityGroupEgress()
|
|
11242
11410
|
* - .toAuthorizeSecurityGroupIngress()
|
|
@@ -11245,6 +11413,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
11245
11413
|
* - .toCopyVolumes()
|
|
11246
11414
|
* - .toCreateCapacityManagerDataExport()
|
|
11247
11415
|
* - .toCreateCapacityReservation()
|
|
11416
|
+
* - .toCreateCapacityReservationCancellationQuote()
|
|
11248
11417
|
* - .toCreateCapacityReservationFleet()
|
|
11249
11418
|
* - .toCreateCarrierGateway()
|
|
11250
11419
|
* - .toCreateClientVpnEndpoint()
|
|
@@ -11345,6 +11514,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
11345
11514
|
* - elastic-ip
|
|
11346
11515
|
* - capacity-block
|
|
11347
11516
|
* - capacity-manager-data-export
|
|
11517
|
+
* - capacity-reservation-cancellation-quote
|
|
11348
11518
|
* - capacity-reservation-fleet
|
|
11349
11519
|
* - capacity-reservation
|
|
11350
11520
|
* - carrier-gateway
|
|
@@ -11371,6 +11541,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
11371
11541
|
* - ipam-external-resource-verification-token
|
|
11372
11542
|
* - ipam
|
|
11373
11543
|
* - ipam-policy
|
|
11544
|
+
* - ipam-pool-allocation
|
|
11374
11545
|
* - ipam-pool
|
|
11375
11546
|
* - ipam-prefix-list-resolver
|
|
11376
11547
|
* - ipam-prefix-list-resolver-target
|
|
@@ -11460,6 +11631,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
11460
11631
|
* Applies to actions:
|
|
11461
11632
|
* - .toAcceptCapacityReservationBillingOwnership()
|
|
11462
11633
|
* - .toAcceptReservedInstancesExchangeQuote()
|
|
11634
|
+
* - .toAcceptTransitGatewayClientVpnAttachment()
|
|
11463
11635
|
* - .toAcceptTransitGatewayMulticastDomainAssociations()
|
|
11464
11636
|
* - .toAcceptTransitGatewayPeeringAttachment()
|
|
11465
11637
|
* - .toAcceptTransitGatewayVpcAttachment()
|
|
@@ -11649,6 +11821,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
11649
11821
|
* - .toDeleteTrafficMirrorSession()
|
|
11650
11822
|
* - .toDeleteTrafficMirrorTarget()
|
|
11651
11823
|
* - .toDeleteTransitGateway()
|
|
11824
|
+
* - .toDeleteTransitGatewayClientVpnAttachment()
|
|
11652
11825
|
* - .toDeleteTransitGatewayConnect()
|
|
11653
11826
|
* - .toDeleteTransitGatewayConnectPeer()
|
|
11654
11827
|
* - .toDeleteTransitGatewayMeteringPolicy()
|
|
@@ -11830,6 +12003,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
11830
12003
|
* - .toModifyIpam()
|
|
11831
12004
|
* - .toModifyIpamPolicyAllocationRules()
|
|
11832
12005
|
* - .toModifyIpamPool()
|
|
12006
|
+
* - .toModifyIpamPoolAllocation()
|
|
11833
12007
|
* - .toModifyIpamPrefixListResolver()
|
|
11834
12008
|
* - .toModifyIpamPrefixListResolverTarget()
|
|
11835
12009
|
* - .toModifyIpamResourceCidr()
|
|
@@ -11894,6 +12068,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
11894
12068
|
* - .toRegisterTransitGatewayMulticastGroupMembers()
|
|
11895
12069
|
* - .toRegisterTransitGatewayMulticastGroupSources()
|
|
11896
12070
|
* - .toRejectCapacityReservationBillingOwnership()
|
|
12071
|
+
* - .toRejectTransitGatewayClientVpnAttachment()
|
|
11897
12072
|
* - .toRejectTransitGatewayMulticastDomainAssociations()
|
|
11898
12073
|
* - .toRejectTransitGatewayPeeringAttachment()
|
|
11899
12074
|
* - .toRejectTransitGatewayVpcAttachment()
|
|
@@ -11951,6 +12126,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
11951
12126
|
* - elastic-ip
|
|
11952
12127
|
* - capacity-block
|
|
11953
12128
|
* - capacity-manager-data-export
|
|
12129
|
+
* - capacity-reservation-cancellation-quote
|
|
11954
12130
|
* - capacity-reservation-fleet
|
|
11955
12131
|
* - capacity-reservation
|
|
11956
12132
|
* - carrier-gateway
|
|
@@ -11977,6 +12153,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
11977
12153
|
* - ipam-external-resource-verification-token
|
|
11978
12154
|
* - ipam
|
|
11979
12155
|
* - ipam-policy
|
|
12156
|
+
* - ipam-pool-allocation
|
|
11980
12157
|
* - ipam-pool
|
|
11981
12158
|
* - ipam-prefix-list-resolver
|
|
11982
12159
|
* - ipam-prefix-list-resolver-target
|
|
@@ -12067,6 +12244,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
12067
12244
|
* - .toAcceptAddressTransfer()
|
|
12068
12245
|
* - .toAllocateAddress()
|
|
12069
12246
|
* - .toAllocateHosts()
|
|
12247
|
+
* - .toAllocateIpamPoolCidr()
|
|
12070
12248
|
* - .toAssociateIpamResourceDiscovery()
|
|
12071
12249
|
* - .toAuthorizeSecurityGroupEgress()
|
|
12072
12250
|
* - .toAuthorizeSecurityGroupIngress()
|
|
@@ -12075,6 +12253,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
12075
12253
|
* - .toCopyVolumes()
|
|
12076
12254
|
* - .toCreateCapacityManagerDataExport()
|
|
12077
12255
|
* - .toCreateCapacityReservation()
|
|
12256
|
+
* - .toCreateCapacityReservationCancellationQuote()
|
|
12078
12257
|
* - .toCreateCapacityReservationFleet()
|
|
12079
12258
|
* - .toCreateCarrierGateway()
|
|
12080
12259
|
* - .toCreateClientVpnEndpoint()
|
|
@@ -12175,6 +12354,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
12175
12354
|
* - elastic-ip
|
|
12176
12355
|
* - capacity-block
|
|
12177
12356
|
* - capacity-manager-data-export
|
|
12357
|
+
* - capacity-reservation-cancellation-quote
|
|
12178
12358
|
* - capacity-reservation-fleet
|
|
12179
12359
|
* - capacity-reservation
|
|
12180
12360
|
* - carrier-gateway
|
|
@@ -12201,6 +12381,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
12201
12381
|
* - ipam-external-resource-verification-token
|
|
12202
12382
|
* - ipam
|
|
12203
12383
|
* - ipam-policy
|
|
12384
|
+
* - ipam-pool-allocation
|
|
12204
12385
|
* - ipam-pool
|
|
12205
12386
|
* - ipam-prefix-list-resolver
|
|
12206
12387
|
* - ipam-prefix-list-resolver-target
|
|
@@ -12398,6 +12579,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
12398
12579
|
* - .toModifyInstancePlacement()
|
|
12399
12580
|
* - .toModifyIpam()
|
|
12400
12581
|
* - .toModifyIpamPool()
|
|
12582
|
+
* - .toModifyIpamPoolAllocation()
|
|
12401
12583
|
* - .toModifyIpamPrefixListResolver()
|
|
12402
12584
|
* - .toModifyIpamResourceCidr()
|
|
12403
12585
|
* - .toModifyIpamResourceDiscovery()
|
|
@@ -12444,6 +12626,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
12444
12626
|
* - elastic-ip
|
|
12445
12627
|
* - capacity-block
|
|
12446
12628
|
* - capacity-manager-data-export
|
|
12629
|
+
* - capacity-reservation-cancellation-quote
|
|
12447
12630
|
* - capacity-reservation-fleet
|
|
12448
12631
|
* - capacity-reservation
|
|
12449
12632
|
* - client-vpn-endpoint
|
|
@@ -12457,6 +12640,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
12457
12640
|
* - ipam-external-resource-verification-token
|
|
12458
12641
|
* - ipam
|
|
12459
12642
|
* - ipam-policy
|
|
12643
|
+
* - ipam-pool-allocation
|
|
12460
12644
|
* - ipam-pool
|
|
12461
12645
|
* - ipam-prefix-list-resolver
|
|
12462
12646
|
* - ipam-prefix-list-resolver-target
|
|
@@ -12518,6 +12702,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
12518
12702
|
* - .toModifyInstancePlacement()
|
|
12519
12703
|
* - .toModifyIpam()
|
|
12520
12704
|
* - .toModifyIpamPool()
|
|
12705
|
+
* - .toModifyIpamPoolAllocation()
|
|
12521
12706
|
* - .toModifyIpamPrefixListResolver()
|
|
12522
12707
|
* - .toModifyIpamResourceCidr()
|
|
12523
12708
|
* - .toModifyIpamResourceDiscovery()
|
|
@@ -12572,6 +12757,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
12572
12757
|
* - elastic-ip
|
|
12573
12758
|
* - capacity-block
|
|
12574
12759
|
* - capacity-manager-data-export
|
|
12760
|
+
* - capacity-reservation-cancellation-quote
|
|
12575
12761
|
* - capacity-reservation-fleet
|
|
12576
12762
|
* - capacity-reservation
|
|
12577
12763
|
* - client-vpn-endpoint
|
|
@@ -12585,6 +12771,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
12585
12771
|
* - ipam-external-resource-verification-token
|
|
12586
12772
|
* - ipam
|
|
12587
12773
|
* - ipam-policy
|
|
12774
|
+
* - ipam-pool-allocation
|
|
12588
12775
|
* - ipam-pool
|
|
12589
12776
|
* - ipam-prefix-list-resolver
|
|
12590
12777
|
* - ipam-prefix-list-resolver-target
|
|
@@ -15434,6 +15621,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
15434
15621
|
* - .toAcceptAddressTransfer()
|
|
15435
15622
|
* - .toAcceptCapacityReservationBillingOwnership()
|
|
15436
15623
|
* - .toAcceptReservedInstancesExchangeQuote()
|
|
15624
|
+
* - .toAcceptTransitGatewayClientVpnAttachment()
|
|
15437
15625
|
* - .toAcceptTransitGatewayMulticastDomainAssociations()
|
|
15438
15626
|
* - .toAcceptTransitGatewayPeeringAttachment()
|
|
15439
15627
|
* - .toAcceptTransitGatewayVpcAttachment()
|
|
@@ -15498,6 +15686,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
15498
15686
|
* - .toCreateCapacityManagerDataExport()
|
|
15499
15687
|
* - .toCreateCapacityReservation()
|
|
15500
15688
|
* - .toCreateCapacityReservationBySplitting()
|
|
15689
|
+
* - .toCreateCapacityReservationCancellationQuote()
|
|
15501
15690
|
* - .toCreateCapacityReservationFleet()
|
|
15502
15691
|
* - .toCreateCarrierGateway()
|
|
15503
15692
|
* - .toCreateClientVpnEndpoint()
|
|
@@ -15670,6 +15859,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
15670
15859
|
* - .toDeleteTrafficMirrorSession()
|
|
15671
15860
|
* - .toDeleteTrafficMirrorTarget()
|
|
15672
15861
|
* - .toDeleteTransitGateway()
|
|
15862
|
+
* - .toDeleteTransitGatewayClientVpnAttachment()
|
|
15673
15863
|
* - .toDeleteTransitGatewayConnect()
|
|
15674
15864
|
* - .toDeleteTransitGatewayConnectPeer()
|
|
15675
15865
|
* - .toDeleteTransitGatewayMeteringPolicy()
|
|
@@ -15722,6 +15912,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
15722
15912
|
* - .toDescribeCapacityBlocks()
|
|
15723
15913
|
* - .toDescribeCapacityManagerDataExports()
|
|
15724
15914
|
* - .toDescribeCapacityReservationBillingRequests()
|
|
15915
|
+
* - .toDescribeCapacityReservationCancellationQuotes()
|
|
15725
15916
|
* - .toDescribeCapacityReservationFleets()
|
|
15726
15917
|
* - .toDescribeCapacityReservationTopology()
|
|
15727
15918
|
* - .toDescribeCapacityReservations()
|
|
@@ -15779,6 +15970,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
15779
15970
|
* - .toDescribeIpamByoasn()
|
|
15780
15971
|
* - .toDescribeIpamExternalResourceVerificationTokens()
|
|
15781
15972
|
* - .toDescribeIpamPolicies()
|
|
15973
|
+
* - .toDescribeIpamPoolAllocations()
|
|
15782
15974
|
* - .toDescribeIpamPools()
|
|
15783
15975
|
* - .toDescribeIpamPrefixListResolverTargets()
|
|
15784
15976
|
* - .toDescribeIpamPrefixListResolvers()
|
|
@@ -15977,6 +16169,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
15977
16169
|
* - .toGetCapacityManagerAttributes()
|
|
15978
16170
|
* - .toGetCapacityManagerMetricData()
|
|
15979
16171
|
* - .toGetCapacityManagerMetricDimensions()
|
|
16172
|
+
* - .toGetCapacityManagerMonitoredTagKeys()
|
|
15980
16173
|
* - .toGetCapacityReservationUsage()
|
|
15981
16174
|
* - .toGetCoipPoolUsage()
|
|
15982
16175
|
* - .toGetConsoleOutput()
|
|
@@ -16010,6 +16203,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
16010
16203
|
* - .toGetLaunchTemplateData()
|
|
16011
16204
|
* - .toGetManagedPrefixListAssociations()
|
|
16012
16205
|
* - .toGetManagedPrefixListEntries()
|
|
16206
|
+
* - .toGetManagedResourceVisibility()
|
|
16013
16207
|
* - .toGetNetworkInsightsAccessScopeAnalysisFindings()
|
|
16014
16208
|
* - .toGetNetworkInsightsAccessScopeContent()
|
|
16015
16209
|
* - .toGetPasswordData()
|
|
@@ -16080,6 +16274,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
16080
16274
|
* - .toModifyIpam()
|
|
16081
16275
|
* - .toModifyIpamPolicyAllocationRules()
|
|
16082
16276
|
* - .toModifyIpamPool()
|
|
16277
|
+
* - .toModifyIpamPoolAllocation()
|
|
16083
16278
|
* - .toModifyIpamPrefixListResolver()
|
|
16084
16279
|
* - .toModifyIpamPrefixListResolverTarget()
|
|
16085
16280
|
* - .toModifyIpamResourceCidr()
|
|
@@ -16088,6 +16283,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
16088
16283
|
* - .toModifyLaunchTemplate()
|
|
16089
16284
|
* - .toModifyLocalGatewayRoute()
|
|
16090
16285
|
* - .toModifyManagedPrefixList()
|
|
16286
|
+
* - .toModifyManagedResourceVisibility()
|
|
16091
16287
|
* - .toModifyNetworkInterfaceAttribute()
|
|
16092
16288
|
* - .toModifyOdbNetworkPeering()
|
|
16093
16289
|
* - .toModifyPrivateDnsNameOptions()
|
|
@@ -16151,6 +16347,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
16151
16347
|
* - .toRegisterTransitGatewayMulticastGroupMembers()
|
|
16152
16348
|
* - .toRegisterTransitGatewayMulticastGroupSources()
|
|
16153
16349
|
* - .toRejectCapacityReservationBillingOwnership()
|
|
16350
|
+
* - .toRejectTransitGatewayClientVpnAttachment()
|
|
16154
16351
|
* - .toRejectTransitGatewayMulticastDomainAssociations()
|
|
16155
16352
|
* - .toRejectTransitGatewayPeeringAttachment()
|
|
16156
16353
|
* - .toRejectTransitGatewayVpcAttachment()
|
|
@@ -16206,6 +16403,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
16206
16403
|
* - .toUnassignPrivateNatGatewayAddress()
|
|
16207
16404
|
* - .toUnlockSnapshot()
|
|
16208
16405
|
* - .toUnmonitorInstances()
|
|
16406
|
+
* - .toUpdateCapacityManagerMonitoredTagKeys()
|
|
16209
16407
|
* - .toUpdateCapacityManagerOrganizationsAccess()
|
|
16210
16408
|
* - .toUpdateInterruptibleCapacityReservationAllocation()
|
|
16211
16409
|
* - .toUpdateSecurityGroupRuleDescriptionsEgress()
|
|
@@ -16216,6 +16414,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
16216
16414
|
* - elastic-ip
|
|
16217
16415
|
* - capacity-block
|
|
16218
16416
|
* - capacity-manager-data-export
|
|
16417
|
+
* - capacity-reservation-cancellation-quote
|
|
16219
16418
|
* - capacity-reservation-fleet
|
|
16220
16419
|
* - capacity-reservation
|
|
16221
16420
|
* - carrier-gateway
|
|
@@ -16242,6 +16441,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
16242
16441
|
* - ipam-external-resource-verification-token
|
|
16243
16442
|
* - ipam
|
|
16244
16443
|
* - ipam-policy
|
|
16444
|
+
* - ipam-pool-allocation
|
|
16245
16445
|
* - ipam-pool
|
|
16246
16446
|
* - ipam-prefix-list-resolver
|
|
16247
16447
|
* - ipam-prefix-list-resolver-target
|
|
@@ -16453,6 +16653,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
16453
16653
|
* Applies to actions:
|
|
16454
16654
|
* - .toAcceptCapacityReservationBillingOwnership()
|
|
16455
16655
|
* - .toAcceptReservedInstancesExchangeQuote()
|
|
16656
|
+
* - .toAcceptTransitGatewayClientVpnAttachment()
|
|
16456
16657
|
* - .toAcceptTransitGatewayMulticastDomainAssociations()
|
|
16457
16658
|
* - .toAcceptTransitGatewayPeeringAttachment()
|
|
16458
16659
|
* - .toAcceptTransitGatewayVpcAttachment()
|
|
@@ -16492,6 +16693,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
16492
16693
|
* - .toAuthorizeClientVpnIngress()
|
|
16493
16694
|
* - .toAuthorizeSecurityGroupEgress()
|
|
16494
16695
|
* - .toAuthorizeSecurityGroupIngress()
|
|
16696
|
+
* - .toCancelCapacityReservation()
|
|
16495
16697
|
* - .toCancelCapacityReservationFleets()
|
|
16496
16698
|
* - .toCancelDeclarativePoliciesReport()
|
|
16497
16699
|
* - .toCancelExportTask()
|
|
@@ -16641,6 +16843,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
16641
16843
|
* - .toDeleteTrafficMirrorSession()
|
|
16642
16844
|
* - .toDeleteTrafficMirrorTarget()
|
|
16643
16845
|
* - .toDeleteTransitGateway()
|
|
16846
|
+
* - .toDeleteTransitGatewayClientVpnAttachment()
|
|
16644
16847
|
* - .toDeleteTransitGatewayConnect()
|
|
16645
16848
|
* - .toDeleteTransitGatewayConnectPeer()
|
|
16646
16849
|
* - .toDeleteTransitGatewayMeteringPolicy()
|
|
@@ -16820,6 +17023,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
16820
17023
|
* - .toModifyIpam()
|
|
16821
17024
|
* - .toModifyIpamPolicyAllocationRules()
|
|
16822
17025
|
* - .toModifyIpamPool()
|
|
17026
|
+
* - .toModifyIpamPoolAllocation()
|
|
16823
17027
|
* - .toModifyIpamPrefixListResolver()
|
|
16824
17028
|
* - .toModifyIpamPrefixListResolverTarget()
|
|
16825
17029
|
* - .toModifyIpamResourceCidr()
|
|
@@ -16883,6 +17087,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
16883
17087
|
* - .toRegisterTransitGatewayMulticastGroupMembers()
|
|
16884
17088
|
* - .toRegisterTransitGatewayMulticastGroupSources()
|
|
16885
17089
|
* - .toRejectCapacityReservationBillingOwnership()
|
|
17090
|
+
* - .toRejectTransitGatewayClientVpnAttachment()
|
|
16886
17091
|
* - .toRejectTransitGatewayMulticastDomainAssociations()
|
|
16887
17092
|
* - .toRejectTransitGatewayPeeringAttachment()
|
|
16888
17093
|
* - .toRejectTransitGatewayVpcAttachment()
|
|
@@ -16940,6 +17145,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
16940
17145
|
* - elastic-ip
|
|
16941
17146
|
* - capacity-block
|
|
16942
17147
|
* - capacity-manager-data-export
|
|
17148
|
+
* - capacity-reservation-cancellation-quote
|
|
16943
17149
|
* - capacity-reservation-fleet
|
|
16944
17150
|
* - capacity-reservation
|
|
16945
17151
|
* - carrier-gateway
|
|
@@ -16966,6 +17172,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
16966
17172
|
* - ipam-external-resource-verification-token
|
|
16967
17173
|
* - ipam
|
|
16968
17174
|
* - ipam-policy
|
|
17175
|
+
* - ipam-pool-allocation
|
|
16969
17176
|
* - ipam-pool
|
|
16970
17177
|
* - ipam-prefix-list-resolver
|
|
16971
17178
|
* - ipam-prefix-list-resolver-target
|
|
@@ -18252,6 +18459,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
18252
18459
|
* Filters access by the ID of a transit gateway attachment
|
|
18253
18460
|
*
|
|
18254
18461
|
* Applies to actions:
|
|
18462
|
+
* - .toAcceptTransitGatewayClientVpnAttachment()
|
|
18255
18463
|
* - .toAcceptTransitGatewayMulticastDomainAssociations()
|
|
18256
18464
|
* - .toAcceptTransitGatewayPeeringAttachment()
|
|
18257
18465
|
* - .toAcceptTransitGatewayVpcAttachment()
|
|
@@ -18270,6 +18478,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
18270
18478
|
* - .toCreateTransitGatewayRouteTableAnnouncement()
|
|
18271
18479
|
* - .toCreateTransitGatewayVpcAttachment()
|
|
18272
18480
|
* - .toCreateVpnConnection()
|
|
18481
|
+
* - .toDeleteTransitGatewayClientVpnAttachment()
|
|
18273
18482
|
* - .toDeleteTransitGatewayConnect()
|
|
18274
18483
|
* - .toDeleteTransitGatewayPeeringAttachment()
|
|
18275
18484
|
* - .toDeleteTransitGatewayVpcAttachment()
|
|
@@ -18281,6 +18490,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
18281
18490
|
* - .toModifyTransitGatewayMeteringPolicy()
|
|
18282
18491
|
* - .toModifyTransitGatewayPrefixListReference()
|
|
18283
18492
|
* - .toModifyTransitGatewayVpcAttachment()
|
|
18493
|
+
* - .toRejectTransitGatewayClientVpnAttachment()
|
|
18284
18494
|
* - .toRejectTransitGatewayMulticastDomainAssociations()
|
|
18285
18495
|
* - .toRejectTransitGatewayPeeringAttachment()
|
|
18286
18496
|
* - .toRejectTransitGatewayVpcAttachment()
|
|
@@ -18312,6 +18522,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
18312
18522
|
* Filters access by the ID of a transit gateway
|
|
18313
18523
|
*
|
|
18314
18524
|
* Applies to actions:
|
|
18525
|
+
* - .toCreateClientVpnEndpoint()
|
|
18315
18526
|
* - .toCreateFlowLogs()
|
|
18316
18527
|
* - .toCreateNetworkInsightsPath()
|
|
18317
18528
|
* - .toCreateTags()
|
|
@@ -18325,6 +18536,7 @@ export declare class Ec2 extends PolicyStatement {
|
|
|
18325
18536
|
* - .toCreateVpnConcentrator()
|
|
18326
18537
|
* - .toCreateVpnConnection()
|
|
18327
18538
|
* - .toDeleteTransitGateway()
|
|
18539
|
+
* - .toModifyClientVpnEndpoint()
|
|
18328
18540
|
* - .toModifyTransitGateway()
|
|
18329
18541
|
*
|
|
18330
18542
|
* Applies to resource types:
|