@awboost/cfntypes 0.100.352 → 0.100.354
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.
|
@@ -28488,7 +28488,7 @@ export type BillingConductorCustomLineItemProps = {
|
|
|
28488
28488
|
/**
|
|
28489
28489
|
* The display settings of the Custom Line Item.
|
|
28490
28490
|
*/
|
|
28491
|
-
ComputationRule?: "CONSOLIDATED";
|
|
28491
|
+
ComputationRule?: "CONSOLIDATED" | "ITEMIZED";
|
|
28492
28492
|
CustomLineItemChargeDetails?: BillingConductorCustomLineItemCustomLineItemChargeDetails;
|
|
28493
28493
|
/**
|
|
28494
28494
|
* @maxLength `255`
|
|
@@ -28589,9 +28589,10 @@ export type BillingConductorCustomLineItemCustomLineItemPercentageChargeDetails
|
|
|
28589
28589
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-billingconductor-customlineitem-lineitemfilter.html}
|
|
28590
28590
|
*/
|
|
28591
28591
|
export type BillingConductorCustomLineItemLineItemFilter = {
|
|
28592
|
-
Attribute: "LINE_ITEM_TYPE";
|
|
28593
|
-
|
|
28594
|
-
|
|
28592
|
+
Attribute: "LINE_ITEM_TYPE" | "SERVICE";
|
|
28593
|
+
AttributeValues?: string[];
|
|
28594
|
+
MatchOption: "NOT_EQUAL" | "EQUAL";
|
|
28595
|
+
Values?: BillingConductorCustomLineItemLineItemFilterValue[];
|
|
28595
28596
|
};
|
|
28596
28597
|
/**
|
|
28597
28598
|
* Type definition for `AWS::BillingConductor::CustomLineItem.LineItemFilterValue`.
|
|
@@ -31283,6 +31284,7 @@ export type CleanRoomsMembershipMembershipJobLogStatus = "ENABLED" | "DISABLED";
|
|
|
31283
31284
|
export type CleanRoomsMembershipMembershipMLPaymentConfig = {
|
|
31284
31285
|
ModelInference?: CleanRoomsMembershipMembershipModelInferencePaymentConfig;
|
|
31285
31286
|
ModelTraining?: CleanRoomsMembershipMembershipModelTrainingPaymentConfig;
|
|
31287
|
+
SyntheticDataGeneration?: CleanRoomsMembershipMembershipSyntheticDataGenerationPaymentConfig;
|
|
31286
31288
|
};
|
|
31287
31289
|
/**
|
|
31288
31290
|
* Type definition for `AWS::CleanRooms::Membership.MembershipModelInferencePaymentConfig`.
|
|
@@ -31357,6 +31359,13 @@ export type CleanRoomsMembershipMembershipQueryComputePaymentConfig = {
|
|
|
31357
31359
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-membership-membershipquerylogstatus.html}
|
|
31358
31360
|
*/
|
|
31359
31361
|
export type CleanRoomsMembershipMembershipQueryLogStatus = "ENABLED" | "DISABLED";
|
|
31362
|
+
/**
|
|
31363
|
+
* Type definition for `AWS::CleanRooms::Membership.MembershipSyntheticDataGenerationPaymentConfig`.
|
|
31364
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-membership-membershipsyntheticdatagenerationpaymentconfig.html}
|
|
31365
|
+
*/
|
|
31366
|
+
export type CleanRoomsMembershipMembershipSyntheticDataGenerationPaymentConfig = {
|
|
31367
|
+
IsResponsible: boolean;
|
|
31368
|
+
};
|
|
31360
31369
|
/**
|
|
31361
31370
|
* Type definition for `AWS::CleanRooms::Membership.ProtectedJobS3OutputConfigurationInput`.
|
|
31362
31371
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-membership-protectedjobs3outputconfigurationinput.html}
|
|
@@ -45794,7 +45803,7 @@ export type ConnectCampaignsV2CampaignProps = {
|
|
|
45794
45803
|
/**
|
|
45795
45804
|
* The possible types of channel subtype config parameters
|
|
45796
45805
|
*/
|
|
45797
|
-
ChannelSubtypeConfig
|
|
45806
|
+
ChannelSubtypeConfig?: ConnectCampaignsV2CampaignChannelSubtypeConfig;
|
|
45798
45807
|
/**
|
|
45799
45808
|
* Communication limits config
|
|
45800
45809
|
*/
|
|
@@ -45836,6 +45845,10 @@ export type ConnectCampaignsV2CampaignProps = {
|
|
|
45836
45845
|
* @maxLength `50`
|
|
45837
45846
|
*/
|
|
45838
45847
|
Tags?: ConnectCampaignsV2CampaignTag[];
|
|
45848
|
+
/**
|
|
45849
|
+
* Campaign type
|
|
45850
|
+
*/
|
|
45851
|
+
Type?: ConnectCampaignsV2CampaignCampaignType;
|
|
45839
45852
|
};
|
|
45840
45853
|
/**
|
|
45841
45854
|
* Attribute type definition for `AWS::ConnectCampaignsV2::Campaign`.
|
|
@@ -45877,6 +45890,12 @@ export type ConnectCampaignsV2CampaignAnswerMachineDetectionConfig = {
|
|
|
45877
45890
|
*/
|
|
45878
45891
|
EnableAnswerMachineDetection: boolean;
|
|
45879
45892
|
};
|
|
45893
|
+
/**
|
|
45894
|
+
* Type definition for `AWS::ConnectCampaignsV2::Campaign.CampaignType`.
|
|
45895
|
+
* Campaign type
|
|
45896
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-campaigntype.html}
|
|
45897
|
+
*/
|
|
45898
|
+
export type ConnectCampaignsV2CampaignCampaignType = "MANAGED" | "JOURNEY";
|
|
45880
45899
|
/**
|
|
45881
45900
|
* Type definition for `AWS::ConnectCampaignsV2::Campaign.ChannelSubtypeConfig`.
|
|
45882
45901
|
* The possible types of channel subtype config parameters
|
|
@@ -45895,6 +45914,10 @@ export type ConnectCampaignsV2CampaignChannelSubtypeConfig = {
|
|
|
45895
45914
|
* Telephony Channel Subtype config
|
|
45896
45915
|
*/
|
|
45897
45916
|
Telephony?: ConnectCampaignsV2CampaignTelephonyChannelSubtypeConfig;
|
|
45917
|
+
/**
|
|
45918
|
+
* WhatsApp Channel Subtype config
|
|
45919
|
+
*/
|
|
45920
|
+
WhatsApp?: ConnectCampaignsV2CampaignWhatsAppChannelSubtypeConfig;
|
|
45898
45921
|
};
|
|
45899
45922
|
/**
|
|
45900
45923
|
* Type definition for `AWS::ConnectCampaignsV2::Campaign.CommunicationLimit`.
|
|
@@ -45969,6 +45992,10 @@ export type ConnectCampaignsV2CampaignCommunicationTimeConfig = {
|
|
|
45969
45992
|
* Time window config
|
|
45970
45993
|
*/
|
|
45971
45994
|
Telephony?: ConnectCampaignsV2CampaignTimeWindow;
|
|
45995
|
+
/**
|
|
45996
|
+
* Time window config
|
|
45997
|
+
*/
|
|
45998
|
+
WhatsApp?: ConnectCampaignsV2CampaignTimeWindow;
|
|
45972
45999
|
};
|
|
45973
46000
|
/**
|
|
45974
46001
|
* Type definition for `AWS::ConnectCampaignsV2::Campaign.DailyHour`.
|
|
@@ -46004,7 +46031,7 @@ export type ConnectCampaignsV2CampaignEmailChannelSubtypeConfig = {
|
|
|
46004
46031
|
*/
|
|
46005
46032
|
Capacity?: number;
|
|
46006
46033
|
/**
|
|
46007
|
-
* Default
|
|
46034
|
+
* Default Email outbound config
|
|
46008
46035
|
*/
|
|
46009
46036
|
DefaultOutboundConfig: ConnectCampaignsV2CampaignEmailOutboundConfig;
|
|
46010
46037
|
/**
|
|
@@ -46014,7 +46041,7 @@ export type ConnectCampaignsV2CampaignEmailChannelSubtypeConfig = {
|
|
|
46014
46041
|
};
|
|
46015
46042
|
/**
|
|
46016
46043
|
* Type definition for `AWS::ConnectCampaignsV2::Campaign.EmailOutboundConfig`.
|
|
46017
|
-
* Default
|
|
46044
|
+
* Default Email outbound config
|
|
46018
46045
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-emailoutboundconfig.html}
|
|
46019
46046
|
*/
|
|
46020
46047
|
export type ConnectCampaignsV2CampaignEmailOutboundConfig = {
|
|
@@ -46412,6 +46439,59 @@ export type ConnectCampaignsV2CampaignTimeWindow = {
|
|
|
46412
46439
|
*/
|
|
46413
46440
|
RestrictedPeriods?: ConnectCampaignsV2CampaignRestrictedPeriods;
|
|
46414
46441
|
};
|
|
46442
|
+
/**
|
|
46443
|
+
* Type definition for `AWS::ConnectCampaignsV2::Campaign.WhatsAppChannelSubtypeConfig`.
|
|
46444
|
+
* WhatsApp Channel Subtype config
|
|
46445
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-whatsappchannelsubtypeconfig.html}
|
|
46446
|
+
*/
|
|
46447
|
+
export type ConnectCampaignsV2CampaignWhatsAppChannelSubtypeConfig = {
|
|
46448
|
+
/**
|
|
46449
|
+
* Allocates outbound capacity for the specific channel of this campaign between multiple active campaigns
|
|
46450
|
+
* @min `0.01`
|
|
46451
|
+
* @max `1`
|
|
46452
|
+
*/
|
|
46453
|
+
Capacity?: number;
|
|
46454
|
+
/**
|
|
46455
|
+
* Default WhatsApp outbound config
|
|
46456
|
+
*/
|
|
46457
|
+
DefaultOutboundConfig: ConnectCampaignsV2CampaignWhatsAppOutboundConfig;
|
|
46458
|
+
/**
|
|
46459
|
+
* WhatsApp Outbound Mode
|
|
46460
|
+
*/
|
|
46461
|
+
OutboundMode: ConnectCampaignsV2CampaignWhatsAppOutboundMode;
|
|
46462
|
+
};
|
|
46463
|
+
/**
|
|
46464
|
+
* Type definition for `AWS::ConnectCampaignsV2::Campaign.WhatsAppOutboundConfig`.
|
|
46465
|
+
* Default WhatsApp outbound config
|
|
46466
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-whatsappoutboundconfig.html}
|
|
46467
|
+
*/
|
|
46468
|
+
export type ConnectCampaignsV2CampaignWhatsAppOutboundConfig = {
|
|
46469
|
+
/**
|
|
46470
|
+
* Arn
|
|
46471
|
+
* @minLength `20`
|
|
46472
|
+
* @maxLength `500`
|
|
46473
|
+
* @pattern `^arn:.*$`
|
|
46474
|
+
*/
|
|
46475
|
+
ConnectSourcePhoneNumberArn: string;
|
|
46476
|
+
/**
|
|
46477
|
+
* Arn
|
|
46478
|
+
* @minLength `20`
|
|
46479
|
+
* @maxLength `500`
|
|
46480
|
+
* @pattern `^arn:.*$`
|
|
46481
|
+
*/
|
|
46482
|
+
WisdomTemplateArn: string;
|
|
46483
|
+
};
|
|
46484
|
+
/**
|
|
46485
|
+
* Type definition for `AWS::ConnectCampaignsV2::Campaign.WhatsAppOutboundMode`.
|
|
46486
|
+
* WhatsApp Outbound Mode
|
|
46487
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-whatsappoutboundmode.html}
|
|
46488
|
+
*/
|
|
46489
|
+
export type ConnectCampaignsV2CampaignWhatsAppOutboundMode = {
|
|
46490
|
+
/**
|
|
46491
|
+
* Agentless config
|
|
46492
|
+
*/
|
|
46493
|
+
AgentlessConfig?: ConnectCampaignsV2CampaignAgentlessConfig;
|
|
46494
|
+
};
|
|
46415
46495
|
/**
|
|
46416
46496
|
* Definition of AWS::ControlTower::EnabledBaseline Resource Type
|
|
46417
46497
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-controltower-enabledbaseline.html}
|
|
@@ -64482,6 +64562,10 @@ export type EC2NetworkInterfaceProps = {
|
|
|
64482
64562
|
* Assigns a list of private IP addresses to the network interface. You can specify a primary private IP address by setting the value of the Primary property to true in the PrivateIpAddressSpecification property. If you want EC2 to automatically assign private IP addresses, use the SecondaryPrivateIpAddressCount property and do not specify this property.
|
|
64483
64563
|
*/
|
|
64484
64564
|
PrivateIpAddresses?: EC2NetworkInterfacePrivateIpAddressSpecification[];
|
|
64565
|
+
/**
|
|
64566
|
+
* Public IP DNS hostname type
|
|
64567
|
+
*/
|
|
64568
|
+
PublicIpDnsHostnameTypeSpecification?: "public-dual-stack-dns-name" | "public-ipv4-dns-name" | "public-ipv6-dns-name";
|
|
64485
64569
|
/**
|
|
64486
64570
|
* The number of secondary private IPv4 addresses to assign to a network interface. When you specify a number of secondary IPv4 addresses, Amazon EC2 selects these IP addresses within the subnet's IPv4 CIDR range. You can't specify this option and specify more than one private IP address using privateIpAddresses
|
|
64487
64571
|
*/
|
|
@@ -64516,6 +64600,15 @@ export type EC2NetworkInterfaceAttributes = {
|
|
|
64516
64600
|
* Returns the primary private IP address of the network interface.
|
|
64517
64601
|
*/
|
|
64518
64602
|
PrimaryPrivateIpAddress: string;
|
|
64603
|
+
/**
|
|
64604
|
+
* Describes the public hostname type options, including public hostname type, IPv4-enabled public hostname, IPv6-enabled public hostname, and dual-stack public hostname.
|
|
64605
|
+
*/
|
|
64606
|
+
PublicIpDnsNameOptions: {
|
|
64607
|
+
DnsHostnameType: string;
|
|
64608
|
+
PublicDualStackDnsName: string;
|
|
64609
|
+
PublicIpv4DnsName: string;
|
|
64610
|
+
PublicIpv6DnsName: string;
|
|
64611
|
+
};
|
|
64519
64612
|
/**
|
|
64520
64613
|
* Returns the secondary private IP addresses of the network interface.
|
|
64521
64614
|
*/
|
|
@@ -64563,6 +64656,17 @@ export type EC2NetworkInterfacePrivateIpAddressSpecification = {
|
|
|
64563
64656
|
Primary: boolean;
|
|
64564
64657
|
PrivateIpAddress: string;
|
|
64565
64658
|
};
|
|
64659
|
+
/**
|
|
64660
|
+
* Type definition for `AWS::EC2::NetworkInterface.PublicIpDnsNameOptions`.
|
|
64661
|
+
* Describes the public hostname type options, including public hostname type, IPv4-enabled public hostname, IPv6-enabled public hostname, and dual-stack public hostname.
|
|
64662
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinterface-publicipdnsnameoptions.html}
|
|
64663
|
+
*/
|
|
64664
|
+
export type EC2NetworkInterfacePublicIpDnsNameOptions = {
|
|
64665
|
+
DnsHostnameType?: string;
|
|
64666
|
+
PublicDualStackDnsName?: string;
|
|
64667
|
+
PublicIpv4DnsName?: string;
|
|
64668
|
+
PublicIpv6DnsName?: string;
|
|
64669
|
+
};
|
|
64566
64670
|
/**
|
|
64567
64671
|
* Type definition for `AWS::EC2::NetworkInterface.Tag`.
|
|
64568
64672
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinterface-tag.html}
|
|
@@ -65439,6 +65543,10 @@ export type EC2SnapshotBlockPublicAccessAttributes = {
|
|
|
65439
65543
|
*/
|
|
65440
65544
|
export type EC2SpotFleetProps = {
|
|
65441
65545
|
SpotFleetRequestConfigData: EC2SpotFleetSpotFleetRequestConfigData;
|
|
65546
|
+
/**
|
|
65547
|
+
* The tags to specify in SpotFleetRequestConfigData
|
|
65548
|
+
*/
|
|
65549
|
+
Tags?: EC2SpotFleetTag[];
|
|
65442
65550
|
};
|
|
65443
65551
|
/**
|
|
65444
65552
|
* Attribute type definition for `AWS::EC2::SpotFleet`.
|
|
@@ -65599,6 +65707,7 @@ export type EC2SpotFleetInstanceRequirementsRequest = {
|
|
|
65599
65707
|
NetworkBandwidthGbps?: EC2SpotFleetNetworkBandwidthGbpsRequest;
|
|
65600
65708
|
NetworkInterfaceCount?: EC2SpotFleetNetworkInterfaceCountRequest;
|
|
65601
65709
|
OnDemandMaxPricePercentageOverLowestPrice?: number;
|
|
65710
|
+
RequireEncryptionInTransit?: boolean;
|
|
65602
65711
|
RequireHibernateSupport?: boolean;
|
|
65603
65712
|
SpotMaxPricePercentageOverLowestPrice?: number;
|
|
65604
65713
|
TotalLocalStorageGB?: EC2SpotFleetTotalLocalStorageGBRequest;
|
|
@@ -74275,6 +74384,56 @@ export type EKSNodegroupNodeRepairConfig = {
|
|
|
74275
74384
|
* Set this value to true to enable node auto repair for the node group.
|
|
74276
74385
|
*/
|
|
74277
74386
|
Enabled?: boolean;
|
|
74387
|
+
/**
|
|
74388
|
+
* Specify the maximum number of nodes that can be repaired concurrently or in parallel, expressed as a count of unhealthy nodes. This gives you finer-grained control over the pace of node replacements. When using this, you cannot also set MaxParallelNodesRepairedPercentage at the same time.
|
|
74389
|
+
* @min `1`
|
|
74390
|
+
*/
|
|
74391
|
+
MaxParallelNodesRepairedCount?: number;
|
|
74392
|
+
/**
|
|
74393
|
+
* Specify the maximum number of nodes that can be repaired concurrently or in parallel, expressed as a percentage of unhealthy nodes. This gives you finer-grained control over the pace of node replacements. When using this, you cannot also set MaxParallelNodesRepairedCount at the same time.
|
|
74394
|
+
* @min `1`
|
|
74395
|
+
* @max `100`
|
|
74396
|
+
*/
|
|
74397
|
+
MaxParallelNodesRepairedPercentage?: number;
|
|
74398
|
+
/**
|
|
74399
|
+
* Specify a count threshold of unhealthy nodes, above which node auto repair actions will stop. When using this, you cannot also set MaxUnhealthyNodeThresholdPercentage at the same time.
|
|
74400
|
+
* @min `1`
|
|
74401
|
+
*/
|
|
74402
|
+
MaxUnhealthyNodeThresholdCount?: number;
|
|
74403
|
+
/**
|
|
74404
|
+
* Specify a percentage threshold of unhealthy nodes, above which node auto repair actions will stop. When using this, you cannot also set MaxUnhealthyNodeThresholdCount at the same time.
|
|
74405
|
+
* @min `1`
|
|
74406
|
+
* @max `100`
|
|
74407
|
+
*/
|
|
74408
|
+
MaxUnhealthyNodeThresholdPercentage?: number;
|
|
74409
|
+
/**
|
|
74410
|
+
* Specify granular overrides for specific repair actions. These overrides control the repair action and the repair delay time before a node is considered eligible for repair. If you use this, you must specify all the values.
|
|
74411
|
+
*/
|
|
74412
|
+
NodeRepairConfigOverrides?: EKSNodegroupNodeRepairConfigOverrides[];
|
|
74413
|
+
};
|
|
74414
|
+
/**
|
|
74415
|
+
* Type definition for `AWS::EKS::Nodegroup.NodeRepairConfigOverrides`.
|
|
74416
|
+
* Specify granular overrides for specific repair actions. These overrides control the repair action and the repair delay time before a node is considered eligible for repair. If you use this, you must specify all the values.
|
|
74417
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-noderepairconfigoverrides.html}
|
|
74418
|
+
*/
|
|
74419
|
+
export type EKSNodegroupNodeRepairConfigOverrides = {
|
|
74420
|
+
/**
|
|
74421
|
+
* Specify the minimum time in minutes to wait before attempting to repair a node with this specific NodeMonitoringCondition and NodeUnhealthyReason.
|
|
74422
|
+
* @min `1`
|
|
74423
|
+
*/
|
|
74424
|
+
MinRepairWaitTimeMins?: number;
|
|
74425
|
+
/**
|
|
74426
|
+
* Specify an unhealthy condition reported by the node monitoring agent that this override would apply to.
|
|
74427
|
+
*/
|
|
74428
|
+
NodeMonitoringCondition?: string;
|
|
74429
|
+
/**
|
|
74430
|
+
* Specify a reason reported by the node monitoring agent that this override would apply to.
|
|
74431
|
+
*/
|
|
74432
|
+
NodeUnhealthyReason?: string;
|
|
74433
|
+
/**
|
|
74434
|
+
* Specify the repair action to take for nodes when all of the specified conditions are met.
|
|
74435
|
+
*/
|
|
74436
|
+
RepairAction?: "Replace" | "Reboot" | "NoAction";
|
|
74278
74437
|
};
|
|
74279
74438
|
/**
|
|
74280
74439
|
* Type definition for `AWS::EKS::Nodegroup.RemoteAccess`.
|
|
@@ -75634,7 +75793,7 @@ export type ElasticLoadBalancingV2ListenerProps = {
|
|
|
75634
75793
|
*/
|
|
75635
75794
|
Port?: number;
|
|
75636
75795
|
/**
|
|
75637
|
-
* The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and
|
|
75796
|
+
* The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, TCP_UDP, QUIC, and TCP_QUIC. You can’t specify the UDP, TCP_UDP, QUIC, or TCP_QUIC protocol if dual-stack mode is enabled. You can't specify a protocol for a Gateway Load Balancer.
|
|
75638
75797
|
*/
|
|
75639
75798
|
Protocol?: string;
|
|
75640
75799
|
/**
|
|
@@ -75673,6 +75832,9 @@ export type ElasticLoadBalancingV2ListenerAction = {
|
|
|
75673
75832
|
If you specify both ``ForwardConfig`` and ``TargetGroupArn``, you can specify only one target group using ``ForwardConfig`` and it must be the same target group specified in ``TargetGroupArn``.
|
|
75674
75833
|
*/
|
|
75675
75834
|
ForwardConfig?: ElasticLoadBalancingV2ListenerForwardConfig;
|
|
75835
|
+
/**
|
|
75836
|
+
* [HTTPS listeners] Information for validating JWT access tokens in client requests. Specify only when ``Type`` is ``jwt-validation``.
|
|
75837
|
+
*/
|
|
75676
75838
|
JwtValidationConfig?: ElasticLoadBalancingV2ListenerJwtValidationConfig;
|
|
75677
75839
|
/**
|
|
75678
75840
|
* The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first.
|
|
@@ -75842,11 +76004,21 @@ export type ElasticLoadBalancingV2ListenerForwardConfig = {
|
|
|
75842
76004
|
};
|
|
75843
76005
|
/**
|
|
75844
76006
|
* Type definition for `AWS::ElasticLoadBalancingV2::Listener.JwtValidationActionAdditionalClaim`.
|
|
76007
|
+
* Information about an additional claim to validate.
|
|
75845
76008
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-jwtvalidationactionadditionalclaim.html}
|
|
75846
76009
|
*/
|
|
75847
76010
|
export type ElasticLoadBalancingV2ListenerJwtValidationActionAdditionalClaim = {
|
|
76011
|
+
/**
|
|
76012
|
+
* The format of the claim value.
|
|
76013
|
+
*/
|
|
75848
76014
|
Format: string;
|
|
76015
|
+
/**
|
|
76016
|
+
* The name of the claim. You can't specify ``exp``, ``iss``, ``nbf``, or ``iat`` because we validate them by default.
|
|
76017
|
+
*/
|
|
75849
76018
|
Name: string;
|
|
76019
|
+
/**
|
|
76020
|
+
* The claim value. The maximum size of the list is 10. Each value can be up to 256 characters in length. If the format is ``space-separated-values``, the values can't include spaces.
|
|
76021
|
+
*/
|
|
75850
76022
|
Values: string[];
|
|
75851
76023
|
};
|
|
75852
76024
|
/**
|
|
@@ -76070,6 +76242,9 @@ export type ElasticLoadBalancingV2ListenerRuleAction = {
|
|
|
76070
76242
|
If you specify both ``ForwardConfig`` and ``TargetGroupArn``, you can specify only one target group using ``ForwardConfig`` and it must be the same target group specified in ``TargetGroupArn``.
|
|
76071
76243
|
*/
|
|
76072
76244
|
ForwardConfig?: ElasticLoadBalancingV2ListenerRuleForwardConfig;
|
|
76245
|
+
/**
|
|
76246
|
+
* [HTTPS listeners] Information for validating JWT access tokens in client requests. Specify only when ``Type`` is ``jwt-validation``.
|
|
76247
|
+
*/
|
|
76073
76248
|
JwtValidationConfig?: ElasticLoadBalancingV2ListenerRuleJwtValidationConfig;
|
|
76074
76249
|
/**
|
|
76075
76250
|
* The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first.
|
|
@@ -76273,11 +76448,21 @@ export type ElasticLoadBalancingV2ListenerRuleHttpRequestMethodConfig = {
|
|
|
76273
76448
|
};
|
|
76274
76449
|
/**
|
|
76275
76450
|
* Type definition for `AWS::ElasticLoadBalancingV2::ListenerRule.JwtValidationActionAdditionalClaim`.
|
|
76451
|
+
* Information about an additional claim to validate.
|
|
76276
76452
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-jwtvalidationactionadditionalclaim.html}
|
|
76277
76453
|
*/
|
|
76278
76454
|
export type ElasticLoadBalancingV2ListenerRuleJwtValidationActionAdditionalClaim = {
|
|
76455
|
+
/**
|
|
76456
|
+
* The format of the claim value.
|
|
76457
|
+
*/
|
|
76279
76458
|
Format: string;
|
|
76459
|
+
/**
|
|
76460
|
+
* The name of the claim. You can't specify ``exp``, ``iss``, ``nbf``, or ``iat`` because we validate them by default.
|
|
76461
|
+
*/
|
|
76280
76462
|
Name: string;
|
|
76463
|
+
/**
|
|
76464
|
+
* The claim value. The maximum size of the list is 10. Each value can be up to 256 characters in length. If the format is ``space-separated-values``, the values can't include spaces.
|
|
76465
|
+
*/
|
|
76281
76466
|
Values: string[];
|
|
76282
76467
|
};
|
|
76283
76468
|
/**
|
|
@@ -76621,6 +76806,9 @@ export type ElasticLoadBalancingV2LoadBalancerLoadBalancerAttribute = {
|
|
|
76621
76806
|
+ ``connection_logs.s3.enabled`` - Indicates whether connection logs are enabled. The value is ``true`` or ``false``. The default is ``false``.
|
|
76622
76807
|
+ ``connection_logs.s3.bucket`` - The name of the S3 bucket for the connection logs. This attribute is required if connection logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.
|
|
76623
76808
|
+ ``connection_logs.s3.prefix`` - The prefix for the location in the S3 bucket for the connection logs.
|
|
76809
|
+
+ ``health_check_logs.s3.enabled`` - Indicates whether health check logs are enabled. The value is ``true`` or ``false``. The default is ``false``.
|
|
76810
|
+
+ ``health_check_logs.s3.bucket`` - The name of the S3 bucket for the health check logs. This attribute is required if health check logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.
|
|
76811
|
+
+ ``health_check_logs.s3.prefix`` - The prefix for the location in the S3 bucket for the health check logs.
|
|
76624
76812
|
+ ``routing.http.desync_mitigation_mode`` - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are ``monitor``, ``defensive``, and ``strictest``. The default is ``defensive``.
|
|
76625
76813
|
+ ``routing.http.drop_invalid_header_fields.enabled`` - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (``true``) or routed to targets (``false``). The default is ``false``.
|
|
76626
76814
|
+ ``routing.http.preserve_host_header.enabled`` - Indicates whether the Application Load Balancer should preserve the ``Host`` header in the HTTP request and send it to the target without any change. The possible values are ``true`` and ``false``. The default is ``false``.
|
|
@@ -83199,15 +83387,28 @@ export type FSxFileSystemWindowsConfiguration = {
|
|
|
83199
83387
|
*/
|
|
83200
83388
|
export type FSxS3AccessPointAttachmentProps = {
|
|
83201
83389
|
/**
|
|
83202
|
-
* The
|
|
83390
|
+
* The name of the S3 access point attachment; also used for the name of the S3 access point.
|
|
83203
83391
|
* @minLength `3`
|
|
83204
83392
|
* @maxLength `50`
|
|
83205
83393
|
* @pattern `^(?=[a-z0-9])[a-z0-9-]{1,48}[a-z0-9]$`
|
|
83206
83394
|
*/
|
|
83207
83395
|
Name: string;
|
|
83208
|
-
|
|
83396
|
+
/**
|
|
83397
|
+
* The OntapConfiguration of the S3 access point attachment.
|
|
83398
|
+
*/
|
|
83399
|
+
OntapConfiguration?: FSxS3AccessPointAttachmentS3AccessPointOntapConfiguration;
|
|
83400
|
+
/**
|
|
83401
|
+
* The OpenZFSConfiguration of the S3 access point attachment.
|
|
83402
|
+
*/
|
|
83403
|
+
OpenZFSConfiguration?: FSxS3AccessPointAttachmentS3AccessPointOpenZFSConfiguration;
|
|
83404
|
+
/**
|
|
83405
|
+
* The S3 access point configuration of the S3 access point attachment.
|
|
83406
|
+
*/
|
|
83209
83407
|
S3AccessPoint?: FSxS3AccessPointAttachmentS3AccessPoint;
|
|
83210
|
-
|
|
83408
|
+
/**
|
|
83409
|
+
* The type of Amazon FSx volume that the S3 access point is attached to.
|
|
83410
|
+
*/
|
|
83411
|
+
Type: "OPENZFS" | "ONTAP";
|
|
83211
83412
|
};
|
|
83212
83413
|
/**
|
|
83213
83414
|
* Type definition for `AWS::FSx::S3AccessPointAttachment.FileSystemGID`.
|
|
@@ -83215,17 +83416,68 @@ export type FSxS3AccessPointAttachmentProps = {
|
|
|
83215
83416
|
*/
|
|
83216
83417
|
export type FSxS3AccessPointAttachmentFileSystemGID = {
|
|
83217
83418
|
/**
|
|
83419
|
+
* The GID of the file system user.
|
|
83218
83420
|
* @min `0`
|
|
83219
83421
|
* @max `4294967295`
|
|
83220
83422
|
*/
|
|
83221
83423
|
Gid: number;
|
|
83222
83424
|
};
|
|
83425
|
+
/**
|
|
83426
|
+
* Type definition for `AWS::FSx::S3AccessPointAttachment.OntapFileSystemIdentity`.
|
|
83427
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-ontapfilesystemidentity.html}
|
|
83428
|
+
*/
|
|
83429
|
+
export type FSxS3AccessPointAttachmentOntapFileSystemIdentity = {
|
|
83430
|
+
/**
|
|
83431
|
+
* Specifies the FSx for ONTAP user identity type, accepts either UNIX or WINDOWS.
|
|
83432
|
+
*/
|
|
83433
|
+
Type: "UNIX" | "WINDOWS";
|
|
83434
|
+
/**
|
|
83435
|
+
* Specifies the properties of the file system UNIX user.
|
|
83436
|
+
*/
|
|
83437
|
+
UnixUser?: FSxS3AccessPointAttachmentOntapUnixFileSystemUser;
|
|
83438
|
+
/**
|
|
83439
|
+
* Specifies the properties of the file system Windows user.
|
|
83440
|
+
*/
|
|
83441
|
+
WindowsUser?: FSxS3AccessPointAttachmentOntapWindowsFileSystemUser;
|
|
83442
|
+
};
|
|
83443
|
+
/**
|
|
83444
|
+
* Type definition for `AWS::FSx::S3AccessPointAttachment.OntapUnixFileSystemUser`.
|
|
83445
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-ontapunixfilesystemuser.html}
|
|
83446
|
+
*/
|
|
83447
|
+
export type FSxS3AccessPointAttachmentOntapUnixFileSystemUser = {
|
|
83448
|
+
/**
|
|
83449
|
+
* The name of the UNIX user.
|
|
83450
|
+
* @minLength `1`
|
|
83451
|
+
* @maxLength `256`
|
|
83452
|
+
* @pattern `^[^\u0000\u0085\u2028\u2029\r\n]{1,256}$`
|
|
83453
|
+
*/
|
|
83454
|
+
Name: string;
|
|
83455
|
+
};
|
|
83456
|
+
/**
|
|
83457
|
+
* Type definition for `AWS::FSx::S3AccessPointAttachment.OntapWindowsFileSystemUser`.
|
|
83458
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-ontapwindowsfilesystemuser.html}
|
|
83459
|
+
*/
|
|
83460
|
+
export type FSxS3AccessPointAttachmentOntapWindowsFileSystemUser = {
|
|
83461
|
+
/**
|
|
83462
|
+
* The name of the Windows user.
|
|
83463
|
+
* @minLength `1`
|
|
83464
|
+
* @maxLength `256`
|
|
83465
|
+
* @pattern `^[^\u0000\u0085\u2028\u2029\r\n]{1,256}$`
|
|
83466
|
+
*/
|
|
83467
|
+
Name: string;
|
|
83468
|
+
};
|
|
83223
83469
|
/**
|
|
83224
83470
|
* Type definition for `AWS::FSx::S3AccessPointAttachment.OpenZFSFileSystemIdentity`.
|
|
83225
83471
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-openzfsfilesystemidentity.html}
|
|
83226
83472
|
*/
|
|
83227
83473
|
export type FSxS3AccessPointAttachmentOpenZFSFileSystemIdentity = {
|
|
83474
|
+
/**
|
|
83475
|
+
* Specifies the UID and GIDs of the file system POSIX user.
|
|
83476
|
+
*/
|
|
83228
83477
|
PosixUser: FSxS3AccessPointAttachmentOpenZFSPosixFileSystemUser;
|
|
83478
|
+
/**
|
|
83479
|
+
* Specifies the FSx for OpenZFS user identity type, accepts only POSIX.
|
|
83480
|
+
*/
|
|
83229
83481
|
Type: "POSIX";
|
|
83230
83482
|
};
|
|
83231
83483
|
/**
|
|
@@ -83234,12 +83486,17 @@ export type FSxS3AccessPointAttachmentOpenZFSFileSystemIdentity = {
|
|
|
83234
83486
|
*/
|
|
83235
83487
|
export type FSxS3AccessPointAttachmentOpenZFSPosixFileSystemUser = {
|
|
83236
83488
|
/**
|
|
83489
|
+
* The GID of the file system user.
|
|
83237
83490
|
* @min `0`
|
|
83238
83491
|
* @max `4294967295`
|
|
83239
83492
|
*/
|
|
83240
83493
|
Gid: number;
|
|
83494
|
+
/**
|
|
83495
|
+
* The list of secondary GIDs for the file system user.
|
|
83496
|
+
*/
|
|
83241
83497
|
SecondaryGids?: FSxS3AccessPointAttachmentFileSystemGID[];
|
|
83242
83498
|
/**
|
|
83499
|
+
* The UID of the file system user.
|
|
83243
83500
|
* @min `0`
|
|
83244
83501
|
* @max `4294967295`
|
|
83245
83502
|
*/
|
|
@@ -83250,16 +83507,43 @@ export type FSxS3AccessPointAttachmentOpenZFSPosixFileSystemUser = {
|
|
|
83250
83507
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-s3accesspoint.html}
|
|
83251
83508
|
*/
|
|
83252
83509
|
export type FSxS3AccessPointAttachmentS3AccessPoint = {
|
|
83510
|
+
/**
|
|
83511
|
+
* The S3 access point's policy.
|
|
83512
|
+
*/
|
|
83253
83513
|
Policy?: Record<string, any> | string;
|
|
83514
|
+
/**
|
|
83515
|
+
* The S3 access point's virtual private cloud (VPC) configuration.
|
|
83516
|
+
*/
|
|
83254
83517
|
VpcConfiguration?: FSxS3AccessPointAttachmentS3AccessPointVpcConfiguration;
|
|
83255
83518
|
};
|
|
83519
|
+
/**
|
|
83520
|
+
* Type definition for `AWS::FSx::S3AccessPointAttachment.S3AccessPointOntapConfiguration`.
|
|
83521
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-s3accesspointontapconfiguration.html}
|
|
83522
|
+
*/
|
|
83523
|
+
export type FSxS3AccessPointAttachmentS3AccessPointOntapConfiguration = {
|
|
83524
|
+
/**
|
|
83525
|
+
* The file system identity used to authorize file access requests made using the S3 access point.
|
|
83526
|
+
*/
|
|
83527
|
+
FileSystemIdentity: FSxS3AccessPointAttachmentOntapFileSystemIdentity;
|
|
83528
|
+
/**
|
|
83529
|
+
* The ID of the FSx for ONTAP volume that the S3 access point is attached to.
|
|
83530
|
+
* @minLength `23`
|
|
83531
|
+
* @maxLength `23`
|
|
83532
|
+
* @pattern `^(fsvol-[0-9a-f]{17,})$`
|
|
83533
|
+
*/
|
|
83534
|
+
VolumeId: string;
|
|
83535
|
+
};
|
|
83256
83536
|
/**
|
|
83257
83537
|
* Type definition for `AWS::FSx::S3AccessPointAttachment.S3AccessPointOpenZFSConfiguration`.
|
|
83258
83538
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-s3accesspointopenzfsconfiguration.html}
|
|
83259
83539
|
*/
|
|
83260
83540
|
export type FSxS3AccessPointAttachmentS3AccessPointOpenZFSConfiguration = {
|
|
83541
|
+
/**
|
|
83542
|
+
* The file system identity used to authorize file access requests made using the S3 access point.
|
|
83543
|
+
*/
|
|
83261
83544
|
FileSystemIdentity: FSxS3AccessPointAttachmentOpenZFSFileSystemIdentity;
|
|
83262
83545
|
/**
|
|
83546
|
+
* The ID of the FSx for OpenZFS volume that the S3 access point is attached to.
|
|
83263
83547
|
* @minLength `23`
|
|
83264
83548
|
* @maxLength `23`
|
|
83265
83549
|
* @pattern `^(fsvol-[0-9a-f]{17,})$`
|
|
@@ -83272,6 +83556,7 @@ export type FSxS3AccessPointAttachmentS3AccessPointOpenZFSConfiguration = {
|
|
|
83272
83556
|
*/
|
|
83273
83557
|
export type FSxS3AccessPointAttachmentS3AccessPointVpcConfiguration = {
|
|
83274
83558
|
/**
|
|
83559
|
+
* Specifies the virtual private cloud (VPC) for the S3 access point VPC configuration, if one exists.
|
|
83275
83560
|
* @minLength `12`
|
|
83276
83561
|
* @maxLength `21`
|
|
83277
83562
|
* @pattern `^(vpc-[0-9a-f]{8,})$`
|
|
@@ -128440,6 +128725,7 @@ export type MSKClusterConfigurationInfo = {
|
|
|
128440
128725
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-connectivityinfo.html}
|
|
128441
128726
|
*/
|
|
128442
128727
|
export type MSKClusterConnectivityInfo = {
|
|
128728
|
+
NetworkType?: MSKClusterNetworkType;
|
|
128443
128729
|
PublicAccess?: MSKClusterPublicAccess;
|
|
128444
128730
|
VpcConnectivity?: MSKClusterVpcConnectivity;
|
|
128445
128731
|
};
|
|
@@ -128507,6 +128793,11 @@ export type MSKClusterJmxExporter = {
|
|
|
128507
128793
|
export type MSKClusterLoggingInfo = {
|
|
128508
128794
|
BrokerLogs: MSKClusterBrokerLogs;
|
|
128509
128795
|
};
|
|
128796
|
+
/**
|
|
128797
|
+
* Type definition for `AWS::MSK::Cluster.NetworkType`.
|
|
128798
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-networktype.html}
|
|
128799
|
+
*/
|
|
128800
|
+
export type MSKClusterNetworkType = "IPV4" | "DUAL";
|
|
128510
128801
|
/**
|
|
128511
128802
|
* Type definition for `AWS::MSK::Cluster.NodeExporter`.
|
|
128512
128803
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-nodeexporter.html}
|
|
@@ -133059,18 +133350,221 @@ export type ObservabilityAdminOrganizationTelemetryRuleAttributes = {
|
|
|
133059
133350
|
*/
|
|
133060
133351
|
RuleArn: string;
|
|
133061
133352
|
};
|
|
133353
|
+
/**
|
|
133354
|
+
* Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.Action`.
|
|
133355
|
+
* The enumerated action to take.
|
|
133356
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-action.html}
|
|
133357
|
+
*/
|
|
133358
|
+
export type ObservabilityAdminOrganizationTelemetryRuleAction = "ALLOW" | "BLOCK" | "COUNT" | "CAPTCHA" | "CHALLENGE" | "EXCLUDED_AS_COUNT";
|
|
133359
|
+
/**
|
|
133360
|
+
* Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.ActionCondition`.
|
|
133361
|
+
* The condition of the action desired in the filter.
|
|
133362
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-actioncondition.html}
|
|
133363
|
+
*/
|
|
133364
|
+
export type ObservabilityAdminOrganizationTelemetryRuleActionCondition = {
|
|
133365
|
+
/**
|
|
133366
|
+
* The enumerated action to take.
|
|
133367
|
+
*/
|
|
133368
|
+
Action?: ObservabilityAdminOrganizationTelemetryRuleAction;
|
|
133369
|
+
};
|
|
133370
|
+
/**
|
|
133371
|
+
* Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.AdvancedEventSelector`.
|
|
133372
|
+
* An advanced event selector that includes optional name and field selectors
|
|
133373
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-advancedeventselector.html}
|
|
133374
|
+
*/
|
|
133375
|
+
export type ObservabilityAdminOrganizationTelemetryRuleAdvancedEventSelector = {
|
|
133376
|
+
/**
|
|
133377
|
+
* Contains all selector statements in an advanced event selector.
|
|
133378
|
+
*/
|
|
133379
|
+
FieldSelectors: ObservabilityAdminOrganizationTelemetryRuleAdvancedFieldSelector[];
|
|
133380
|
+
/**
|
|
133381
|
+
* An optional descriptive name for the advanced event selector
|
|
133382
|
+
*/
|
|
133383
|
+
Name?: string;
|
|
133384
|
+
};
|
|
133385
|
+
/**
|
|
133386
|
+
* Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.AdvancedFieldSelector`.
|
|
133387
|
+
* A single selector statement in an advanced event selector.
|
|
133388
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-advancedfieldselector.html}
|
|
133389
|
+
*/
|
|
133390
|
+
export type ObservabilityAdminOrganizationTelemetryRuleAdvancedFieldSelector = {
|
|
133391
|
+
/**
|
|
133392
|
+
* An operator that includes events that match the last few characters of the event record field specified as the value of Field.
|
|
133393
|
+
*/
|
|
133394
|
+
EndsWith?: string[];
|
|
133395
|
+
/**
|
|
133396
|
+
* An operator that includes events that match the exact value of the event record field specified as the value of Field.
|
|
133397
|
+
*/
|
|
133398
|
+
Equals?: string[];
|
|
133399
|
+
/**
|
|
133400
|
+
* A field in a CloudTrail event record on which to filter events to be logged
|
|
133401
|
+
* @minLength `1`
|
|
133402
|
+
* @maxLength `1000`
|
|
133403
|
+
*/
|
|
133404
|
+
Field?: string;
|
|
133405
|
+
/**
|
|
133406
|
+
* An operator that excludes events that match the last few characters of the event record field specified as the value of Field.
|
|
133407
|
+
*/
|
|
133408
|
+
NotEndsWith?: string[];
|
|
133409
|
+
/**
|
|
133410
|
+
* An operator that excludes events that match the exact value of the event record field specified as the value of Field.
|
|
133411
|
+
*/
|
|
133412
|
+
NotEquals?: string[];
|
|
133413
|
+
/**
|
|
133414
|
+
* An operator that excludes events that match the first few characters of the event record field specified as the value of Field.
|
|
133415
|
+
*/
|
|
133416
|
+
NotStartsWith?: string[];
|
|
133417
|
+
/**
|
|
133418
|
+
* An operator that includes events that match the first few characters of the event record field specified as the value of Field.
|
|
133419
|
+
*/
|
|
133420
|
+
StartsWith?: string[];
|
|
133421
|
+
};
|
|
133422
|
+
/**
|
|
133423
|
+
* Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.CloudtrailParameters`.
|
|
133424
|
+
* Telemetry parameters for Cloudtrail
|
|
133425
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-cloudtrailparameters.html}
|
|
133426
|
+
*/
|
|
133427
|
+
export type ObservabilityAdminOrganizationTelemetryRuleCloudtrailParameters = {
|
|
133428
|
+
/**
|
|
133429
|
+
* Create fine-grained selectors for AWS CloudTrail management and data.
|
|
133430
|
+
*/
|
|
133431
|
+
AdvancedEventSelectors: ObservabilityAdminOrganizationTelemetryRuleAdvancedEventSelector[];
|
|
133432
|
+
};
|
|
133433
|
+
/**
|
|
133434
|
+
* Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.Condition`.
|
|
133435
|
+
* A condition for a filter.
|
|
133436
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-condition.html}
|
|
133437
|
+
*/
|
|
133438
|
+
export type ObservabilityAdminOrganizationTelemetryRuleCondition = {
|
|
133439
|
+
/**
|
|
133440
|
+
* The condition of the action desired in the filter.
|
|
133441
|
+
*/
|
|
133442
|
+
ActionCondition?: ObservabilityAdminOrganizationTelemetryRuleActionCondition;
|
|
133443
|
+
/**
|
|
133444
|
+
* The label name of the condition.
|
|
133445
|
+
*/
|
|
133446
|
+
LabelNameCondition?: ObservabilityAdminOrganizationTelemetryRuleLabelNameCondition;
|
|
133447
|
+
};
|
|
133062
133448
|
/**
|
|
133063
133449
|
* Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.DestinationType`.
|
|
133064
133450
|
* Type of telemetry destination
|
|
133065
133451
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-destinationtype.html}
|
|
133066
133452
|
*/
|
|
133067
133453
|
export type ObservabilityAdminOrganizationTelemetryRuleDestinationType = "cloud-watch-logs";
|
|
133454
|
+
/**
|
|
133455
|
+
* Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.ELBLoadBalancerLoggingParameters`.
|
|
133456
|
+
* Telemetry parameters for ELB/NLB Load Balancer Logs
|
|
133457
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-elbloadbalancerloggingparameters.html}
|
|
133458
|
+
*/
|
|
133459
|
+
export type ObservabilityAdminOrganizationTelemetryRuleELBLoadBalancerLoggingParameters = {
|
|
133460
|
+
/**
|
|
133461
|
+
* A delimiter to delineate log fields
|
|
133462
|
+
*/
|
|
133463
|
+
FieldDelimiter?: string;
|
|
133464
|
+
OutputFormat?: "plain" | "json";
|
|
133465
|
+
};
|
|
133466
|
+
/**
|
|
133467
|
+
* Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.FieldToMatch`.
|
|
133468
|
+
* The field that we want to match this rule to.
|
|
133469
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-fieldtomatch.html}
|
|
133470
|
+
*/
|
|
133471
|
+
export type ObservabilityAdminOrganizationTelemetryRuleFieldToMatch = {
|
|
133472
|
+
/**
|
|
133473
|
+
* The method with which to match this rule.
|
|
133474
|
+
*/
|
|
133475
|
+
Method?: string;
|
|
133476
|
+
/**
|
|
133477
|
+
* The query string to find the resource to match this field to.
|
|
133478
|
+
*/
|
|
133479
|
+
QueryString?: string;
|
|
133480
|
+
/**
|
|
133481
|
+
* Header for the field to match.
|
|
133482
|
+
*/
|
|
133483
|
+
SingleHeader?: ObservabilityAdminOrganizationTelemetryRuleSingleHeader;
|
|
133484
|
+
/**
|
|
133485
|
+
* This is the URI path to match this rule to.
|
|
133486
|
+
*/
|
|
133487
|
+
UriPath?: string;
|
|
133488
|
+
};
|
|
133489
|
+
/**
|
|
133490
|
+
* Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.Filter`.
|
|
133491
|
+
* A filter to be applied
|
|
133492
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-filter.html}
|
|
133493
|
+
*/
|
|
133494
|
+
export type ObservabilityAdminOrganizationTelemetryRuleFilter = {
|
|
133495
|
+
/**
|
|
133496
|
+
* The behavior required of the filter.
|
|
133497
|
+
*/
|
|
133498
|
+
Behavior?: ObservabilityAdminOrganizationTelemetryRuleFilterBehavior;
|
|
133499
|
+
/**
|
|
133500
|
+
* A list of conditions for a filter.
|
|
133501
|
+
*/
|
|
133502
|
+
Conditions?: ObservabilityAdminOrganizationTelemetryRuleCondition[];
|
|
133503
|
+
/**
|
|
133504
|
+
* The requirement portion of the filter.
|
|
133505
|
+
*/
|
|
133506
|
+
Requirement?: ObservabilityAdminOrganizationTelemetryRuleFilterRequirement;
|
|
133507
|
+
};
|
|
133508
|
+
/**
|
|
133509
|
+
* Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.FilterBehavior`.
|
|
133510
|
+
* The behavior required of the filter.
|
|
133511
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-filterbehavior.html}
|
|
133512
|
+
*/
|
|
133513
|
+
export type ObservabilityAdminOrganizationTelemetryRuleFilterBehavior = "KEEP" | "DROP";
|
|
133514
|
+
/**
|
|
133515
|
+
* Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.FilterRequirement`.
|
|
133516
|
+
* The requirement portion of the filter.
|
|
133517
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-filterrequirement.html}
|
|
133518
|
+
*/
|
|
133519
|
+
export type ObservabilityAdminOrganizationTelemetryRuleFilterRequirement = "MEETS_ALL" | "MEETS_ANY";
|
|
133520
|
+
/**
|
|
133521
|
+
* Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.LabelNameCondition`.
|
|
133522
|
+
* The label name of the condition.
|
|
133523
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-labelnamecondition.html}
|
|
133524
|
+
*/
|
|
133525
|
+
export type ObservabilityAdminOrganizationTelemetryRuleLabelNameCondition = {
|
|
133526
|
+
/**
|
|
133527
|
+
* The label name of the condition.
|
|
133528
|
+
* @minLength `1`
|
|
133529
|
+
* @maxLength `1024`
|
|
133530
|
+
* @pattern `^[0-9A-Za-z_\-:]+$`
|
|
133531
|
+
*/
|
|
133532
|
+
LabelName?: string;
|
|
133533
|
+
};
|
|
133534
|
+
/**
|
|
133535
|
+
* Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.LoggingFilter`.
|
|
133536
|
+
* Default handling for logs that don't match any of the specified filtering conditions.
|
|
133537
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-loggingfilter.html}
|
|
133538
|
+
*/
|
|
133539
|
+
export type ObservabilityAdminOrganizationTelemetryRuleLoggingFilter = {
|
|
133540
|
+
/**
|
|
133541
|
+
* The behavior required of the filter.
|
|
133542
|
+
*/
|
|
133543
|
+
DefaultBehavior?: ObservabilityAdminOrganizationTelemetryRuleFilterBehavior;
|
|
133544
|
+
/**
|
|
133545
|
+
* A list of filters to be applied.
|
|
133546
|
+
*/
|
|
133547
|
+
Filters?: ObservabilityAdminOrganizationTelemetryRuleFilter[];
|
|
133548
|
+
};
|
|
133068
133549
|
/**
|
|
133069
133550
|
* Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.ResourceType`.
|
|
133070
133551
|
* Resource Type associated with the Organization Telemetry Rule
|
|
133071
133552
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-resourcetype.html}
|
|
133072
133553
|
*/
|
|
133073
|
-
export type ObservabilityAdminOrganizationTelemetryRuleResourceType = "AWS::EC2::VPC";
|
|
133554
|
+
export type ObservabilityAdminOrganizationTelemetryRuleResourceType = "AWS::EC2::VPC" | "AWS::WAFv2::WebACL" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::ElasticLoadBalancingV2::LoadBalancer";
|
|
133555
|
+
/**
|
|
133556
|
+
* Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.SingleHeader`.
|
|
133557
|
+
* Header for the field to match.
|
|
133558
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-singleheader.html}
|
|
133559
|
+
*/
|
|
133560
|
+
export type ObservabilityAdminOrganizationTelemetryRuleSingleHeader = {
|
|
133561
|
+
/**
|
|
133562
|
+
* The name of the header
|
|
133563
|
+
* @minLength `1`
|
|
133564
|
+
* @maxLength `64`
|
|
133565
|
+
*/
|
|
133566
|
+
Name: string;
|
|
133567
|
+
};
|
|
133074
133568
|
/**
|
|
133075
133569
|
* Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.Tag`.
|
|
133076
133570
|
* A key-value pair to associate with a resource
|
|
@@ -133096,6 +133590,10 @@ export type ObservabilityAdminOrganizationTelemetryRuleTag = {
|
|
|
133096
133590
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-telemetrydestinationconfiguration.html}
|
|
133097
133591
|
*/
|
|
133098
133592
|
export type ObservabilityAdminOrganizationTelemetryRuleTelemetryDestinationConfiguration = {
|
|
133593
|
+
/**
|
|
133594
|
+
* Telemetry parameters for Cloudtrail
|
|
133595
|
+
*/
|
|
133596
|
+
CloudtrailParameters?: ObservabilityAdminOrganizationTelemetryRuleCloudtrailParameters;
|
|
133099
133597
|
/**
|
|
133100
133598
|
* Pattern for telemetry data destination
|
|
133101
133599
|
*/
|
|
@@ -133104,6 +133602,10 @@ export type ObservabilityAdminOrganizationTelemetryRuleTelemetryDestinationConfi
|
|
|
133104
133602
|
* Type of telemetry destination
|
|
133105
133603
|
*/
|
|
133106
133604
|
DestinationType?: ObservabilityAdminOrganizationTelemetryRuleDestinationType;
|
|
133605
|
+
/**
|
|
133606
|
+
* Telemetry parameters for ELB/NLB Load Balancer Logs
|
|
133607
|
+
*/
|
|
133608
|
+
ELBLoadBalancerLoggingParameters?: ObservabilityAdminOrganizationTelemetryRuleELBLoadBalancerLoggingParameters;
|
|
133107
133609
|
/**
|
|
133108
133610
|
* Number of days to retain the telemetry data in the specified destination
|
|
133109
133611
|
*/
|
|
@@ -133112,6 +133614,10 @@ export type ObservabilityAdminOrganizationTelemetryRuleTelemetryDestinationConfi
|
|
|
133112
133614
|
* Telemetry parameters for VPC Flow logs
|
|
133113
133615
|
*/
|
|
133114
133616
|
VPCFlowLogParameters?: ObservabilityAdminOrganizationTelemetryRuleVPCFlowLogParameters;
|
|
133617
|
+
/**
|
|
133618
|
+
* Telemetry parameters for WAF v2 Web ACL
|
|
133619
|
+
*/
|
|
133620
|
+
WAFLoggingParameters?: ObservabilityAdminOrganizationTelemetryRuleWAFLoggingParameters;
|
|
133115
133621
|
};
|
|
133116
133622
|
/**
|
|
133117
133623
|
* Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.TelemetryRule`.
|
|
@@ -133135,11 +133641,21 @@ export type ObservabilityAdminOrganizationTelemetryRuleTelemetryRule = {
|
|
|
133135
133641
|
* Selection Criteria on resource level for rule application
|
|
133136
133642
|
*/
|
|
133137
133643
|
SelectionCriteria?: string;
|
|
133644
|
+
/**
|
|
133645
|
+
* The telemetry source types for a telemetry rule.
|
|
133646
|
+
*/
|
|
133647
|
+
TelemetrySourceTypes?: ObservabilityAdminOrganizationTelemetryRuleTelemetrySourceType[];
|
|
133138
133648
|
/**
|
|
133139
133649
|
* Telemetry Type associated with the Organization Telemetry Rule
|
|
133140
133650
|
*/
|
|
133141
133651
|
TelemetryType: ObservabilityAdminOrganizationTelemetryRuleTelemetryType;
|
|
133142
133652
|
};
|
|
133653
|
+
/**
|
|
133654
|
+
* Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.TelemetrySourceType`.
|
|
133655
|
+
* The telemetry source type that goes into the array.
|
|
133656
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-telemetrysourcetype.html}
|
|
133657
|
+
*/
|
|
133658
|
+
export type ObservabilityAdminOrganizationTelemetryRuleTelemetrySourceType = "VPC_FLOW_LOGS" | "ROUTE53_RESOLVER_QUERY_LOGS" | "EKS_AUDIT_LOGS" | "EKS_AUTHENTICATOR_LOGS" | "EKS_CONTROLLER_MANAGER_LOGS" | "EKS_SCHEDULER_LOGS" | "EKS_API_LOGS";
|
|
133143
133659
|
/**
|
|
133144
133660
|
* Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.TelemetryType`.
|
|
133145
133661
|
* Telemetry Type associated with the Organization Telemetry Rule
|
|
@@ -133165,6 +133681,32 @@ export type ObservabilityAdminOrganizationTelemetryRuleVPCFlowLogParameters = {
|
|
|
133165
133681
|
*/
|
|
133166
133682
|
TrafficType?: string;
|
|
133167
133683
|
};
|
|
133684
|
+
/**
|
|
133685
|
+
* Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.WAFLoggingParameters`.
|
|
133686
|
+
* Telemetry parameters for WAF v2 Web ACL
|
|
133687
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-wafloggingparameters.html}
|
|
133688
|
+
*/
|
|
133689
|
+
export type ObservabilityAdminOrganizationTelemetryRuleWAFLoggingParameters = {
|
|
133690
|
+
/**
|
|
133691
|
+
* The type of logs to generate for WAF.
|
|
133692
|
+
*/
|
|
133693
|
+
LogType?: ObservabilityAdminOrganizationTelemetryRuleWAFLogType;
|
|
133694
|
+
/**
|
|
133695
|
+
* Default handling for logs that don't match any of the specified filtering conditions.
|
|
133696
|
+
*/
|
|
133697
|
+
LoggingFilter?: ObservabilityAdminOrganizationTelemetryRuleLoggingFilter;
|
|
133698
|
+
/**
|
|
133699
|
+
* Fields not to be included in the logs.
|
|
133700
|
+
* @maxLength `100`
|
|
133701
|
+
*/
|
|
133702
|
+
RedactedFields?: ObservabilityAdminOrganizationTelemetryRuleFieldToMatch[];
|
|
133703
|
+
};
|
|
133704
|
+
/**
|
|
133705
|
+
* Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.WAFLogType`.
|
|
133706
|
+
* The type of logs to generate for WAF.
|
|
133707
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-waflogtype.html}
|
|
133708
|
+
*/
|
|
133709
|
+
export type ObservabilityAdminOrganizationTelemetryRuleWAFLogType = "WAF_LOGS";
|
|
133168
133710
|
/**
|
|
133169
133711
|
* Resource type definition for `AWS::ObservabilityAdmin::S3TableIntegration`.
|
|
133170
133712
|
* Resource Type definition for a CloudWatch Observability Admin S3 Table Integration.
|
|
@@ -133456,18 +133998,221 @@ export type ObservabilityAdminTelemetryRuleAttributes = {
|
|
|
133456
133998
|
*/
|
|
133457
133999
|
RuleArn: string;
|
|
133458
134000
|
};
|
|
134001
|
+
/**
|
|
134002
|
+
* Type definition for `AWS::ObservabilityAdmin::TelemetryRule.Action`.
|
|
134003
|
+
* The enumerated action to take.
|
|
134004
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-action.html}
|
|
134005
|
+
*/
|
|
134006
|
+
export type ObservabilityAdminTelemetryRuleAction = "ALLOW" | "BLOCK" | "COUNT" | "CAPTCHA" | "CHALLENGE" | "EXCLUDED_AS_COUNT";
|
|
134007
|
+
/**
|
|
134008
|
+
* Type definition for `AWS::ObservabilityAdmin::TelemetryRule.ActionCondition`.
|
|
134009
|
+
* The condition of the action desired in the filter.
|
|
134010
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-actioncondition.html}
|
|
134011
|
+
*/
|
|
134012
|
+
export type ObservabilityAdminTelemetryRuleActionCondition = {
|
|
134013
|
+
/**
|
|
134014
|
+
* The enumerated action to take.
|
|
134015
|
+
*/
|
|
134016
|
+
Action?: ObservabilityAdminTelemetryRuleAction;
|
|
134017
|
+
};
|
|
134018
|
+
/**
|
|
134019
|
+
* Type definition for `AWS::ObservabilityAdmin::TelemetryRule.AdvancedEventSelector`.
|
|
134020
|
+
* An advanced event selector that includes optional name and field selectors
|
|
134021
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-advancedeventselector.html}
|
|
134022
|
+
*/
|
|
134023
|
+
export type ObservabilityAdminTelemetryRuleAdvancedEventSelector = {
|
|
134024
|
+
/**
|
|
134025
|
+
* Contains all selector statements in an advanced event selector.
|
|
134026
|
+
*/
|
|
134027
|
+
FieldSelectors: ObservabilityAdminTelemetryRuleAdvancedFieldSelector[];
|
|
134028
|
+
/**
|
|
134029
|
+
* An optional descriptive name for the advanced event selector
|
|
134030
|
+
*/
|
|
134031
|
+
Name?: string;
|
|
134032
|
+
};
|
|
134033
|
+
/**
|
|
134034
|
+
* Type definition for `AWS::ObservabilityAdmin::TelemetryRule.AdvancedFieldSelector`.
|
|
134035
|
+
* A single selector statement in an advanced event selector.
|
|
134036
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-advancedfieldselector.html}
|
|
134037
|
+
*/
|
|
134038
|
+
export type ObservabilityAdminTelemetryRuleAdvancedFieldSelector = {
|
|
134039
|
+
/**
|
|
134040
|
+
* An operator that includes events that match the last few characters of the event record field specified as the value of Field.
|
|
134041
|
+
*/
|
|
134042
|
+
EndsWith?: string[];
|
|
134043
|
+
/**
|
|
134044
|
+
* An operator that includes events that match the exact value of the event record field specified as the value of Field.
|
|
134045
|
+
*/
|
|
134046
|
+
Equals?: string[];
|
|
134047
|
+
/**
|
|
134048
|
+
* A field in a CloudTrail event record on which to filter events to be logged
|
|
134049
|
+
* @minLength `1`
|
|
134050
|
+
* @maxLength `1000`
|
|
134051
|
+
*/
|
|
134052
|
+
Field?: string;
|
|
134053
|
+
/**
|
|
134054
|
+
* An operator that excludes events that match the last few characters of the event record field specified as the value of Field.
|
|
134055
|
+
*/
|
|
134056
|
+
NotEndsWith?: string[];
|
|
134057
|
+
/**
|
|
134058
|
+
* An operator that excludes events that match the exact value of the event record field specified as the value of Field.
|
|
134059
|
+
*/
|
|
134060
|
+
NotEquals?: string[];
|
|
134061
|
+
/**
|
|
134062
|
+
* An operator that excludes events that match the first few characters of the event record field specified as the value of Field.
|
|
134063
|
+
*/
|
|
134064
|
+
NotStartsWith?: string[];
|
|
134065
|
+
/**
|
|
134066
|
+
* An operator that includes events that match the first few characters of the event record field specified as the value of Field.
|
|
134067
|
+
*/
|
|
134068
|
+
StartsWith?: string[];
|
|
134069
|
+
};
|
|
134070
|
+
/**
|
|
134071
|
+
* Type definition for `AWS::ObservabilityAdmin::TelemetryRule.CloudtrailParameters`.
|
|
134072
|
+
* Telemetry parameters for Cloudtrail
|
|
134073
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-cloudtrailparameters.html}
|
|
134074
|
+
*/
|
|
134075
|
+
export type ObservabilityAdminTelemetryRuleCloudtrailParameters = {
|
|
134076
|
+
/**
|
|
134077
|
+
* Create fine-grained selectors for AWS CloudTrail management and data.
|
|
134078
|
+
*/
|
|
134079
|
+
AdvancedEventSelectors: ObservabilityAdminTelemetryRuleAdvancedEventSelector[];
|
|
134080
|
+
};
|
|
134081
|
+
/**
|
|
134082
|
+
* Type definition for `AWS::ObservabilityAdmin::TelemetryRule.Condition`.
|
|
134083
|
+
* A condition for a filter.
|
|
134084
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-condition.html}
|
|
134085
|
+
*/
|
|
134086
|
+
export type ObservabilityAdminTelemetryRuleCondition = {
|
|
134087
|
+
/**
|
|
134088
|
+
* The condition of the action desired in the filter.
|
|
134089
|
+
*/
|
|
134090
|
+
ActionCondition?: ObservabilityAdminTelemetryRuleActionCondition;
|
|
134091
|
+
/**
|
|
134092
|
+
* The label name of the condition.
|
|
134093
|
+
*/
|
|
134094
|
+
LabelNameCondition?: ObservabilityAdminTelemetryRuleLabelNameCondition;
|
|
134095
|
+
};
|
|
133459
134096
|
/**
|
|
133460
134097
|
* Type definition for `AWS::ObservabilityAdmin::TelemetryRule.DestinationType`.
|
|
133461
134098
|
* Type of telemetry destination
|
|
133462
134099
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-destinationtype.html}
|
|
133463
134100
|
*/
|
|
133464
134101
|
export type ObservabilityAdminTelemetryRuleDestinationType = "cloud-watch-logs";
|
|
134102
|
+
/**
|
|
134103
|
+
* Type definition for `AWS::ObservabilityAdmin::TelemetryRule.ELBLoadBalancerLoggingParameters`.
|
|
134104
|
+
* Telemetry parameters for ELB/NLB Load Balancer Logs
|
|
134105
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-elbloadbalancerloggingparameters.html}
|
|
134106
|
+
*/
|
|
134107
|
+
export type ObservabilityAdminTelemetryRuleELBLoadBalancerLoggingParameters = {
|
|
134108
|
+
/**
|
|
134109
|
+
* A delimiter to delineate log fields
|
|
134110
|
+
*/
|
|
134111
|
+
FieldDelimiter?: string;
|
|
134112
|
+
OutputFormat?: "plain" | "json";
|
|
134113
|
+
};
|
|
134114
|
+
/**
|
|
134115
|
+
* Type definition for `AWS::ObservabilityAdmin::TelemetryRule.FieldToMatch`.
|
|
134116
|
+
* The field that we want to match this rule to.
|
|
134117
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-fieldtomatch.html}
|
|
134118
|
+
*/
|
|
134119
|
+
export type ObservabilityAdminTelemetryRuleFieldToMatch = {
|
|
134120
|
+
/**
|
|
134121
|
+
* The method with which to match this rule.
|
|
134122
|
+
*/
|
|
134123
|
+
Method?: string;
|
|
134124
|
+
/**
|
|
134125
|
+
* The query string to find the resource to match this field to.
|
|
134126
|
+
*/
|
|
134127
|
+
QueryString?: string;
|
|
134128
|
+
/**
|
|
134129
|
+
* Header for the field to match.
|
|
134130
|
+
*/
|
|
134131
|
+
SingleHeader?: ObservabilityAdminTelemetryRuleSingleHeader;
|
|
134132
|
+
/**
|
|
134133
|
+
* This is the URI path to match this rule to.
|
|
134134
|
+
*/
|
|
134135
|
+
UriPath?: string;
|
|
134136
|
+
};
|
|
134137
|
+
/**
|
|
134138
|
+
* Type definition for `AWS::ObservabilityAdmin::TelemetryRule.Filter`.
|
|
134139
|
+
* A filter to be applied
|
|
134140
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-filter.html}
|
|
134141
|
+
*/
|
|
134142
|
+
export type ObservabilityAdminTelemetryRuleFilter = {
|
|
134143
|
+
/**
|
|
134144
|
+
* The behavior required of the filter.
|
|
134145
|
+
*/
|
|
134146
|
+
Behavior?: ObservabilityAdminTelemetryRuleFilterBehavior;
|
|
134147
|
+
/**
|
|
134148
|
+
* A list of conditions for a filter.
|
|
134149
|
+
*/
|
|
134150
|
+
Conditions?: ObservabilityAdminTelemetryRuleCondition[];
|
|
134151
|
+
/**
|
|
134152
|
+
* The requirement portion of the filter.
|
|
134153
|
+
*/
|
|
134154
|
+
Requirement?: ObservabilityAdminTelemetryRuleFilterRequirement;
|
|
134155
|
+
};
|
|
134156
|
+
/**
|
|
134157
|
+
* Type definition for `AWS::ObservabilityAdmin::TelemetryRule.FilterBehavior`.
|
|
134158
|
+
* The behavior required of the filter.
|
|
134159
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-filterbehavior.html}
|
|
134160
|
+
*/
|
|
134161
|
+
export type ObservabilityAdminTelemetryRuleFilterBehavior = "KEEP" | "DROP";
|
|
134162
|
+
/**
|
|
134163
|
+
* Type definition for `AWS::ObservabilityAdmin::TelemetryRule.FilterRequirement`.
|
|
134164
|
+
* The requirement portion of the filter.
|
|
134165
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-filterrequirement.html}
|
|
134166
|
+
*/
|
|
134167
|
+
export type ObservabilityAdminTelemetryRuleFilterRequirement = "MEETS_ALL" | "MEETS_ANY";
|
|
134168
|
+
/**
|
|
134169
|
+
* Type definition for `AWS::ObservabilityAdmin::TelemetryRule.LabelNameCondition`.
|
|
134170
|
+
* The label name of the condition.
|
|
134171
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-labelnamecondition.html}
|
|
134172
|
+
*/
|
|
134173
|
+
export type ObservabilityAdminTelemetryRuleLabelNameCondition = {
|
|
134174
|
+
/**
|
|
134175
|
+
* The label name of the condition.
|
|
134176
|
+
* @minLength `1`
|
|
134177
|
+
* @maxLength `1024`
|
|
134178
|
+
* @pattern `^[0-9A-Za-z_\-:]+$`
|
|
134179
|
+
*/
|
|
134180
|
+
LabelName?: string;
|
|
134181
|
+
};
|
|
134182
|
+
/**
|
|
134183
|
+
* Type definition for `AWS::ObservabilityAdmin::TelemetryRule.LoggingFilter`.
|
|
134184
|
+
* Default handling for logs that don't match any of the specified filtering conditions.
|
|
134185
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-loggingfilter.html}
|
|
134186
|
+
*/
|
|
134187
|
+
export type ObservabilityAdminTelemetryRuleLoggingFilter = {
|
|
134188
|
+
/**
|
|
134189
|
+
* The behavior required of the filter.
|
|
134190
|
+
*/
|
|
134191
|
+
DefaultBehavior?: ObservabilityAdminTelemetryRuleFilterBehavior;
|
|
134192
|
+
/**
|
|
134193
|
+
* A list of filters to be applied.
|
|
134194
|
+
*/
|
|
134195
|
+
Filters?: ObservabilityAdminTelemetryRuleFilter[];
|
|
134196
|
+
};
|
|
133465
134197
|
/**
|
|
133466
134198
|
* Type definition for `AWS::ObservabilityAdmin::TelemetryRule.ResourceType`.
|
|
133467
134199
|
* Resource Type associated with the Telemetry Rule
|
|
133468
134200
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-resourcetype.html}
|
|
133469
134201
|
*/
|
|
133470
|
-
export type ObservabilityAdminTelemetryRuleResourceType = "AWS::EC2::VPC";
|
|
134202
|
+
export type ObservabilityAdminTelemetryRuleResourceType = "AWS::EC2::VPC" | "AWS::WAFv2::WebACL" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::ElasticLoadBalancingV2::LoadBalancer" | "AWS::BedrockAgentCore::Runtime" | "AWS::BedrockAgentCore::Browser" | "AWS::BedrockAgentCore::CodeInterpreter";
|
|
134203
|
+
/**
|
|
134204
|
+
* Type definition for `AWS::ObservabilityAdmin::TelemetryRule.SingleHeader`.
|
|
134205
|
+
* Header for the field to match.
|
|
134206
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-singleheader.html}
|
|
134207
|
+
*/
|
|
134208
|
+
export type ObservabilityAdminTelemetryRuleSingleHeader = {
|
|
134209
|
+
/**
|
|
134210
|
+
* The name of the header
|
|
134211
|
+
* @minLength `1`
|
|
134212
|
+
* @maxLength `64`
|
|
134213
|
+
*/
|
|
134214
|
+
Name: string;
|
|
134215
|
+
};
|
|
133471
134216
|
/**
|
|
133472
134217
|
* Type definition for `AWS::ObservabilityAdmin::TelemetryRule.Tag`.
|
|
133473
134218
|
* A key-value pair to associate with a resource
|
|
@@ -133493,6 +134238,10 @@ export type ObservabilityAdminTelemetryRuleTag = {
|
|
|
133493
134238
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-telemetrydestinationconfiguration.html}
|
|
133494
134239
|
*/
|
|
133495
134240
|
export type ObservabilityAdminTelemetryRuleTelemetryDestinationConfiguration = {
|
|
134241
|
+
/**
|
|
134242
|
+
* Telemetry parameters for Cloudtrail
|
|
134243
|
+
*/
|
|
134244
|
+
CloudtrailParameters?: ObservabilityAdminTelemetryRuleCloudtrailParameters;
|
|
133496
134245
|
/**
|
|
133497
134246
|
* Pattern for telemetry data destination
|
|
133498
134247
|
*/
|
|
@@ -133501,6 +134250,20 @@ export type ObservabilityAdminTelemetryRuleTelemetryDestinationConfiguration = {
|
|
|
133501
134250
|
* Type of telemetry destination
|
|
133502
134251
|
*/
|
|
133503
134252
|
DestinationType?: ObservabilityAdminTelemetryRuleDestinationType;
|
|
134253
|
+
/**
|
|
134254
|
+
* Telemetry parameters for ELB/NLB Load Balancer Logs
|
|
134255
|
+
*/
|
|
134256
|
+
ELBLoadBalancerLoggingParameters?: ObservabilityAdminTelemetryRuleELBLoadBalancerLoggingParameters;
|
|
134257
|
+
/**
|
|
134258
|
+
* Parameters for BedrockAgentCore log delivery
|
|
134259
|
+
*/
|
|
134260
|
+
LogDeliveryParameters?: {
|
|
134261
|
+
/**
|
|
134262
|
+
* Types of logs to deliver for BedrockAgentCore resources
|
|
134263
|
+
* @minLength `1`
|
|
134264
|
+
*/
|
|
134265
|
+
LogTypes?: ("APPLICATION_LOGS" | "USAGE_LOGS")[];
|
|
134266
|
+
};
|
|
133504
134267
|
/**
|
|
133505
134268
|
* Number of days to retain the telemetry data in the specified destination
|
|
133506
134269
|
*/
|
|
@@ -133509,6 +134272,10 @@ export type ObservabilityAdminTelemetryRuleTelemetryDestinationConfiguration = {
|
|
|
133509
134272
|
* Telemetry parameters for VPC Flow logs
|
|
133510
134273
|
*/
|
|
133511
134274
|
VPCFlowLogParameters?: ObservabilityAdminTelemetryRuleVPCFlowLogParameters;
|
|
134275
|
+
/**
|
|
134276
|
+
* Telemetry parameters for WAF v2 Web ACL
|
|
134277
|
+
*/
|
|
134278
|
+
WAFLoggingParameters?: ObservabilityAdminTelemetryRuleWAFLoggingParameters;
|
|
133512
134279
|
};
|
|
133513
134280
|
/**
|
|
133514
134281
|
* Type definition for `AWS::ObservabilityAdmin::TelemetryRule.TelemetryRule`.
|
|
@@ -133528,17 +134295,27 @@ export type ObservabilityAdminTelemetryRuleTelemetryRule = {
|
|
|
133528
134295
|
* Selection Criteria on resource level for rule application
|
|
133529
134296
|
*/
|
|
133530
134297
|
SelectionCriteria?: string;
|
|
134298
|
+
/**
|
|
134299
|
+
* The telemetry source types for a telemetry rule.
|
|
134300
|
+
*/
|
|
134301
|
+
TelemetrySourceTypes?: ObservabilityAdminTelemetryRuleTelemetrySourceType[];
|
|
133531
134302
|
/**
|
|
133532
134303
|
* Telemetry Type associated with the Telemetry Rule
|
|
133533
134304
|
*/
|
|
133534
134305
|
TelemetryType: ObservabilityAdminTelemetryRuleTelemetryType;
|
|
133535
134306
|
};
|
|
134307
|
+
/**
|
|
134308
|
+
* Type definition for `AWS::ObservabilityAdmin::TelemetryRule.TelemetrySourceType`.
|
|
134309
|
+
* The telemetry source type that goes into the array.
|
|
134310
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-telemetrysourcetype.html}
|
|
134311
|
+
*/
|
|
134312
|
+
export type ObservabilityAdminTelemetryRuleTelemetrySourceType = "VPC_FLOW_LOGS" | "ROUTE53_RESOLVER_QUERY_LOGS" | "EKS_AUDIT_LOGS" | "EKS_AUTHENTICATOR_LOGS" | "EKS_CONTROLLER_MANAGER_LOGS" | "EKS_SCHEDULER_LOGS" | "EKS_API_LOGS";
|
|
133536
134313
|
/**
|
|
133537
134314
|
* Type definition for `AWS::ObservabilityAdmin::TelemetryRule.TelemetryType`.
|
|
133538
134315
|
* Telemetry Type associated with the Telemetry Rule
|
|
133539
134316
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-telemetrytype.html}
|
|
133540
134317
|
*/
|
|
133541
|
-
export type ObservabilityAdminTelemetryRuleTelemetryType = "Logs";
|
|
134318
|
+
export type ObservabilityAdminTelemetryRuleTelemetryType = "Logs" | "Traces";
|
|
133542
134319
|
/**
|
|
133543
134320
|
* Type definition for `AWS::ObservabilityAdmin::TelemetryRule.VPCFlowLogParameters`.
|
|
133544
134321
|
* Telemetry parameters for VPC Flow logs
|
|
@@ -133558,6 +134335,32 @@ export type ObservabilityAdminTelemetryRuleVPCFlowLogParameters = {
|
|
|
133558
134335
|
*/
|
|
133559
134336
|
TrafficType?: string;
|
|
133560
134337
|
};
|
|
134338
|
+
/**
|
|
134339
|
+
* Type definition for `AWS::ObservabilityAdmin::TelemetryRule.WAFLoggingParameters`.
|
|
134340
|
+
* Telemetry parameters for WAF v2 Web ACL
|
|
134341
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-wafloggingparameters.html}
|
|
134342
|
+
*/
|
|
134343
|
+
export type ObservabilityAdminTelemetryRuleWAFLoggingParameters = {
|
|
134344
|
+
/**
|
|
134345
|
+
* The type of logs to generate for WAF.
|
|
134346
|
+
*/
|
|
134347
|
+
LogType?: ObservabilityAdminTelemetryRuleWAFLogType;
|
|
134348
|
+
/**
|
|
134349
|
+
* Default handling for logs that don't match any of the specified filtering conditions.
|
|
134350
|
+
*/
|
|
134351
|
+
LoggingFilter?: ObservabilityAdminTelemetryRuleLoggingFilter;
|
|
134352
|
+
/**
|
|
134353
|
+
* Fields not to be included in the logs.
|
|
134354
|
+
* @maxLength `100`
|
|
134355
|
+
*/
|
|
134356
|
+
RedactedFields?: ObservabilityAdminTelemetryRuleFieldToMatch[];
|
|
134357
|
+
};
|
|
134358
|
+
/**
|
|
134359
|
+
* Type definition for `AWS::ObservabilityAdmin::TelemetryRule.WAFLogType`.
|
|
134360
|
+
* The type of logs to generate for WAF.
|
|
134361
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-waflogtype.html}
|
|
134362
|
+
*/
|
|
134363
|
+
export type ObservabilityAdminTelemetryRuleWAFLogType = "WAF_LOGS";
|
|
133561
134364
|
/**
|
|
133562
134365
|
* The AWS::ODB::CloudAutonomousVmCluster resource creates a Cloud Autonomous VM Cluster
|
|
133563
134366
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html}
|
|
@@ -137317,7 +138120,7 @@ export type OrganizationsPolicyProps = {
|
|
|
137317
138120
|
/**
|
|
137318
138121
|
* The type of policy to create. You can specify one of the following values: AISERVICES_OPT_OUT_POLICY, BACKUP_POLICY, SERVICE_CONTROL_POLICY, TAG_POLICY, CHATBOT_POLICY, RESOURCE_CONTROL_POLICY,DECLARATIVE_POLICY_EC2, SECURITYHUB_POLICY, S3_POLICY, INSPECTOR_POLICY, BEDROCK_POLICY, NETWORK_SECURITY_DIRECTOR_POLICY, UPGRADE_ROLLOUT_POLICY
|
|
137319
138122
|
*/
|
|
137320
|
-
Type: "SERVICE_CONTROL_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "BACKUP_POLICY" | "TAG_POLICY" | "CHATBOT_POLICY" | "RESOURCE_CONTROL_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "S3_POLICY" | "INSPECTOR_POLICY" | "BEDROCK_POLICY" | "UPGRADE_ROLLOUT_POLICY";
|
|
138123
|
+
Type: "SERVICE_CONTROL_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "BACKUP_POLICY" | "TAG_POLICY" | "CHATBOT_POLICY" | "RESOURCE_CONTROL_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "S3_POLICY" | "INSPECTOR_POLICY" | "BEDROCK_POLICY" | "NETWORK_SECURITY_DIRECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY";
|
|
137321
138124
|
};
|
|
137322
138125
|
/**
|
|
137323
138126
|
* Attribute type definition for `AWS::Organizations::Policy`.
|
|
@@ -173499,6 +174302,26 @@ export type RAMResourceShareProps = {
|
|
|
173499
174302
|
*/
|
|
173500
174303
|
export type RAMResourceShareAttributes = {
|
|
173501
174304
|
Arn: string;
|
|
174305
|
+
/**
|
|
174306
|
+
* The date and time when the resource share was created.
|
|
174307
|
+
*/
|
|
174308
|
+
CreationTime: string;
|
|
174309
|
+
/**
|
|
174310
|
+
* The feature set of the resource share.
|
|
174311
|
+
*/
|
|
174312
|
+
FeatureSet: "CREATED_FROM_POLICY" | "PROMOTING_TO_STANDARD" | "STANDARD";
|
|
174313
|
+
/**
|
|
174314
|
+
* The date and time when the resource share was last updated.
|
|
174315
|
+
*/
|
|
174316
|
+
LastUpdatedTime: string;
|
|
174317
|
+
/**
|
|
174318
|
+
* The ID of the AWS account that owns the resource share.
|
|
174319
|
+
*/
|
|
174320
|
+
OwningAccountId: string;
|
|
174321
|
+
/**
|
|
174322
|
+
* The current status of the resource share.
|
|
174323
|
+
*/
|
|
174324
|
+
Status: "PENDING" | "ACTIVE" | "FAILED" | "DELETING" | "DELETED";
|
|
173502
174325
|
};
|
|
173503
174326
|
/**
|
|
173504
174327
|
* Type definition for `AWS::RAM::ResourceShare.Tag`.
|