@awboost/cfntypes 0.100.276 → 0.100.278

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.
@@ -13109,6 +13109,10 @@ export type APSScraperProps = {
13109
13109
  * Scraper configuration
13110
13110
  */
13111
13111
  ScrapeConfiguration: APSScraperScrapeConfiguration;
13112
+ /**
13113
+ * Configuration for scraper logging
13114
+ */
13115
+ ScraperLoggingConfiguration?: APSScraperScraperLoggingConfiguration;
13112
13116
  /**
13113
13117
  * Scraper metrics source
13114
13118
  */
@@ -13125,7 +13129,7 @@ export type APSScraperProps = {
13125
13129
  export type APSScraperAttributes = {
13126
13130
  /**
13127
13131
  * Scraper ARN.
13128
- * @pattern `^arn:(aws|aws-us-gov|aws-cn):aps:(af|ap|ca|eu|me|sa|us)-(central|north|(north(?:east|west))|south|south(?:east|west)|east|west)-[0-9]+:[0-9]+:scraper/s-[a-z0-9]{8}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{12}$`
13132
+ * @pattern `^arn:(aws|aws-us-gov|aws-cn):aps:[a-z0-9-]+:[0-9]+:scraper/s-[a-z0-9]{8}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{12}$`
13129
13133
  */
13130
13134
  Arn: string;
13131
13135
  /**
@@ -13143,6 +13147,26 @@ export type APSScraperAttributes = {
13143
13147
  */
13144
13148
  ScraperId: string;
13145
13149
  };
13150
+ /**
13151
+ * Type definition for `AWS::APS::Scraper.CloudWatchLogDestination`.
13152
+ * Represents a cloudwatch logs destination for scraper logging
13153
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-scraper-cloudwatchlogdestination.html}
13154
+ */
13155
+ export type APSScraperCloudWatchLogDestination = {
13156
+ /**
13157
+ * ARN of the CloudWatch log group
13158
+ * @minLength `0`
13159
+ * @maxLength `512`
13160
+ */
13161
+ LogGroupArn?: string;
13162
+ };
13163
+ /**
13164
+ * Type definition for `AWS::APS::Scraper.ComponentConfig`.
13165
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-scraper-componentconfig.html}
13166
+ */
13167
+ export type APSScraperComponentConfig = {
13168
+ Options?: Record<string, string>;
13169
+ };
13146
13170
  /**
13147
13171
  * Type definition for `AWS::APS::Scraper.Destination`.
13148
13172
  * Scraper metrics destination
@@ -13186,6 +13210,49 @@ export type APSScraperScrapeConfiguration = {
13186
13210
  */
13187
13211
  ConfigurationBlob?: string;
13188
13212
  };
13213
+ /**
13214
+ * Type definition for `AWS::APS::Scraper.ScraperComponent`.
13215
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-scraper-scrapercomponent.html}
13216
+ */
13217
+ export type APSScraperScraperComponent = {
13218
+ Config?: APSScraperComponentConfig;
13219
+ /**
13220
+ * Type of scraper component
13221
+ */
13222
+ Type: APSScraperScraperComponentType;
13223
+ };
13224
+ /**
13225
+ * Type definition for `AWS::APS::Scraper.ScraperComponentType`.
13226
+ * Type of scraper component
13227
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-scraper-scrapercomponenttype.html}
13228
+ */
13229
+ export type APSScraperScraperComponentType = "SERVICE_DISCOVERY" | "COLLECTOR" | "EXPORTER";
13230
+ /**
13231
+ * Type definition for `AWS::APS::Scraper.ScraperLoggingConfiguration`.
13232
+ * Configuration for scraper logging
13233
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-scraper-scraperloggingconfiguration.html}
13234
+ */
13235
+ export type APSScraperScraperLoggingConfiguration = {
13236
+ /**
13237
+ * Destination for scraper logging
13238
+ */
13239
+ LoggingDestination: APSScraperScraperLoggingDestination;
13240
+ /**
13241
+ * @minLength `1`
13242
+ */
13243
+ ScraperComponents: APSScraperScraperComponent[];
13244
+ };
13245
+ /**
13246
+ * Type definition for `AWS::APS::Scraper.ScraperLoggingDestination`.
13247
+ * Destination for scraper logging
13248
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-scraper-scraperloggingdestination.html}
13249
+ */
13250
+ export type APSScraperScraperLoggingDestination = {
13251
+ /**
13252
+ * Represents a cloudwatch logs destination for scraper logging
13253
+ */
13254
+ CloudWatchLogs?: APSScraperCloudWatchLogDestination;
13255
+ };
13189
13256
  /**
13190
13257
  * Type definition for `AWS::APS::Scraper.Source`.
13191
13258
  * Scraper metrics source
@@ -23331,6 +23398,10 @@ export type BedrockFlowVersionVectorSearchRerankingConfigurationType = "BEDROCK_
23331
23398
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-guardrail.html}
23332
23399
  */
23333
23400
  export type BedrockGuardrailProps = {
23401
+ /**
23402
+ * Optional configuration for integrating Automated Reasoning policies with the guardrail.
23403
+ */
23404
+ AutomatedReasoningPolicyConfig?: BedrockGuardrailAutomatedReasoningPolicyConfig;
23334
23405
  /**
23335
23406
  * Messaging for when violations are detected in text
23336
23407
  * @minLength `1`
@@ -23439,6 +23510,25 @@ export type BedrockGuardrailAttributes = {
23439
23510
  */
23440
23511
  Version: string;
23441
23512
  };
23513
+ /**
23514
+ * Type definition for `AWS::Bedrock::Guardrail.AutomatedReasoningPolicyConfig`.
23515
+ * Optional configuration for integrating Automated Reasoning policies with the guardrail.
23516
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-automatedreasoningpolicyconfig.html}
23517
+ */
23518
+ export type BedrockGuardrailAutomatedReasoningPolicyConfig = {
23519
+ /**
23520
+ * The confidence threshold for triggering guardrail actions based on Automated Reasoning policy violations.
23521
+ * @min `0`
23522
+ * @max `1`
23523
+ */
23524
+ ConfidenceThreshold?: number;
23525
+ /**
23526
+ * The list of Automated Reasoning policy ARNs to include in the guardrail configuration
23527
+ * @minLength `1`
23528
+ * @maxLength `2`
23529
+ */
23530
+ Policies: string[];
23531
+ };
23442
23532
  /**
23443
23533
  * Type definition for `AWS::Bedrock::Guardrail.ContentFilterAction`.
23444
23534
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-contentfilteraction.html}
@@ -143376,6 +143466,12 @@ export type QuickSightDashboardArcThicknessOptions = "SMALL" | "MEDIUM" | "LARGE
143376
143466
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-assetoptions.html}
143377
143467
  */
143378
143468
  export type QuickSightDashboardAssetOptions = {
143469
+ /**
143470
+ * @minLength `0`
143471
+ * @maxLength `100`
143472
+ */
143473
+ ExcludedDataSetArns?: string[];
143474
+ QBusinessInsightsStatus?: QuickSightDashboardQBusinessInsightsStatus;
143379
143475
  Timezone?: string;
143380
143476
  WeekStart?: QuickSightDashboardDayOfTheWeek;
143381
143477
  };
@@ -144649,6 +144745,7 @@ export type QuickSightDashboardDashboardPublishOptions = {
144649
144745
  * <p>The data point tooltip options.</p>
144650
144746
  */
144651
144747
  DataPointTooltipOption?: QuickSightDashboardDataPointTooltipOption;
144748
+ DataQAEnabledOption?: QuickSightDashboardDataQAEnabledOption;
144652
144749
  /**
144653
144750
  * <p>Export to .csv option.</p>
144654
144751
  */
@@ -144993,6 +145090,13 @@ export type QuickSightDashboardDataPointMenuLabelOption = {
144993
145090
  export type QuickSightDashboardDataPointTooltipOption = {
144994
145091
  AvailabilityStatus?: QuickSightDashboardDashboardBehavior;
144995
145092
  };
145093
+ /**
145094
+ * Type definition for `AWS::QuickSight::Dashboard.DataQAEnabledOption`.
145095
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dataqaenabledoption.html}
145096
+ */
145097
+ export type QuickSightDashboardDataQAEnabledOption = {
145098
+ AvailabilityStatus?: QuickSightDashboardDashboardBehavior;
145099
+ };
144996
145100
  /**
144997
145101
  * Type definition for `AWS::QuickSight::Dashboard.DataSetIdentifierDeclaration`.
144998
145102
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-datasetidentifierdeclaration.html}
@@ -149224,6 +149328,11 @@ export type QuickSightDashboardPrimaryValueDisplayType = "HIDDEN" | "COMPARISON"
149224
149328
  export type QuickSightDashboardProgressBarOptions = {
149225
149329
  Visibility?: QuickSightDashboardVisibility;
149226
149330
  };
149331
+ /**
149332
+ * Type definition for `AWS::QuickSight::Dashboard.QBusinessInsightsStatus`.
149333
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-qbusinessinsightsstatus.html}
149334
+ */
149335
+ export type QuickSightDashboardQBusinessInsightsStatus = "ENABLED" | "DISABLED";
149227
149336
  /**
149228
149337
  * Type definition for `AWS::QuickSight::Dashboard.RadarChartAggregatedFieldWells`.
149229
149338
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-radarchartaggregatedfieldwells.html}
@@ -191813,6 +191922,595 @@ export type SimSpaceWeaverSimulationS3Location = {
191813
191922
  */
191814
191923
  ObjectKey: string;
191815
191924
  };
191925
+ /**
191926
+ * Resource Type definition for AWS::SMSVOICE::ConfigurationSet
191927
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-smsvoice-configurationset.html}
191928
+ */
191929
+ export type SMSVOICEConfigurationSetProps = {
191930
+ /**
191931
+ * The name to use for the configuration set.
191932
+ * @minLength `1`
191933
+ * @maxLength `64`
191934
+ * @pattern `^[A-Za-z0-9_-]+$`
191935
+ */
191936
+ ConfigurationSetName?: string;
191937
+ /**
191938
+ * The default sender ID to set for the ConfigurationSet.
191939
+ * @pattern `^[A-Za-z0-9_-]+$`
191940
+ */
191941
+ DefaultSenderId?: string;
191942
+ /**
191943
+ * An event destination is a location where you send message events.
191944
+ * @maxLength `5`
191945
+ */
191946
+ EventDestinations?: SMSVOICEConfigurationSetEventDestination[];
191947
+ /**
191948
+ * Set to true to enable message feedback.
191949
+ */
191950
+ MessageFeedbackEnabled?: boolean;
191951
+ /**
191952
+ * The unique identifier for the protect configuration to be associated to the configuration set.
191953
+ * @minLength `1`
191954
+ * @maxLength `256`
191955
+ * @pattern `^[A-Za-z0-9_:/-]+$`
191956
+ */
191957
+ ProtectConfigurationId?: string;
191958
+ /**
191959
+ * An array of key-value pairs to apply to this resource.
191960
+ */
191961
+ Tags?: SMSVOICEConfigurationSetTag[];
191962
+ };
191963
+ /**
191964
+ * Attribute type definition for `AWS::SMSVOICE::ConfigurationSet`.
191965
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-smsvoice-configurationset.html#aws-resource-smsvoice-configurationset-return-values}
191966
+ */
191967
+ export type SMSVOICEConfigurationSetAttributes = {
191968
+ Arn: string;
191969
+ };
191970
+ /**
191971
+ * Type definition for `AWS::SMSVOICE::ConfigurationSet.CloudWatchLogsDestination`.
191972
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-smsvoice-configurationset-cloudwatchlogsdestination.html}
191973
+ */
191974
+ export type SMSVOICEConfigurationSetCloudWatchLogsDestination = {
191975
+ /**
191976
+ * The Amazon Resource Name (ARN) of an AWS Identity and Access Management role that is able to write event data to an Amazon CloudWatch destination.
191977
+ * @pattern `^arn:\S+$`
191978
+ */
191979
+ IamRoleArn: string;
191980
+ /**
191981
+ * The name of the Amazon CloudWatch log group that you want to record events in.
191982
+ * @pattern `^arn:\S+$`
191983
+ */
191984
+ LogGroupArn: string;
191985
+ };
191986
+ /**
191987
+ * Type definition for `AWS::SMSVOICE::ConfigurationSet.EventDestination`.
191988
+ * An event destination is a location where you send message events. The event options are Amazon CloudWatch, Amazon Data Firehose, or Amazon SNS. For example, when a message is delivered successfully, you can send information about that event to an event destination, or send notifications to endpoints that are subscribed to an Amazon SNS topic.
191989
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-smsvoice-configurationset-eventdestination.html}
191990
+ */
191991
+ export type SMSVOICEConfigurationSetEventDestination = {
191992
+ /**
191993
+ * An object that contains IamRoleArn and LogGroupArn associated with an Amazon CloudWatch event destination.
191994
+ */
191995
+ CloudWatchLogsDestination?: SMSVOICEConfigurationSetCloudWatchLogsDestination;
191996
+ /**
191997
+ * When set to true events will be logged. By default this is set to true
191998
+ */
191999
+ Enabled: boolean;
192000
+ /**
192001
+ * The name that identifies the event destination.
192002
+ * @minLength `1`
192003
+ * @maxLength `64`
192004
+ * @pattern `^[A-Za-z0-9_-]+$`
192005
+ */
192006
+ EventDestinationName: string;
192007
+ /**
192008
+ * An object that contains IamRoleArn and DeliveryStreamArn associated with an Amazon Kinesis Firehose event destination.
192009
+ */
192010
+ KinesisFirehoseDestination?: SMSVOICEConfigurationSetKinesisFirehoseDestination;
192011
+ /**
192012
+ * An array of event types that determine which events to log. If 'ALL' is used, then AWS End User Messaging SMS and Voice logs every event type.
192013
+ */
192014
+ MatchingEventTypes: string[];
192015
+ /**
192016
+ * An object that contains SNS TopicArn event destination.
192017
+ */
192018
+ SnsDestination?: SMSVOICEConfigurationSetSnsDestination;
192019
+ };
192020
+ /**
192021
+ * Type definition for `AWS::SMSVOICE::ConfigurationSet.KinesisFirehoseDestination`.
192022
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-smsvoice-configurationset-kinesisfirehosedestination.html}
192023
+ */
192024
+ export type SMSVOICEConfigurationSetKinesisFirehoseDestination = {
192025
+ /**
192026
+ * The Amazon Resource Name (ARN) of the delivery stream.
192027
+ * @pattern `^arn:\S+$`
192028
+ */
192029
+ DeliveryStreamArn: string;
192030
+ /**
192031
+ * The Amazon Resource Name (ARN) of an AWS Identity and Access Management role that is able to write event data to an Amazon CloudWatch destination.
192032
+ * @pattern `^arn:\S+$`
192033
+ */
192034
+ IamRoleArn: string;
192035
+ };
192036
+ /**
192037
+ * Type definition for `AWS::SMSVOICE::ConfigurationSet.SnsDestination`.
192038
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-smsvoice-configurationset-snsdestination.html}
192039
+ */
192040
+ export type SMSVOICEConfigurationSetSnsDestination = {
192041
+ /**
192042
+ * The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish events to.
192043
+ * @pattern `^arn:\S+$`
192044
+ */
192045
+ TopicArn: string;
192046
+ };
192047
+ /**
192048
+ * Type definition for `AWS::SMSVOICE::ConfigurationSet.Tag`.
192049
+ * A key-value pair to associate with a resource.
192050
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-smsvoice-configurationset-tag.html}
192051
+ */
192052
+ export type SMSVOICEConfigurationSetTag = {
192053
+ /**
192054
+ * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
192055
+ * @minLength `1`
192056
+ * @maxLength `128`
192057
+ */
192058
+ Key: string;
192059
+ /**
192060
+ * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
192061
+ * @minLength `0`
192062
+ * @maxLength `256`
192063
+ */
192064
+ Value: string;
192065
+ };
192066
+ /**
192067
+ * Resource Type definition for AWS::SMSVOICE::OptOutList
192068
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-smsvoice-optoutlist.html}
192069
+ */
192070
+ export type SMSVOICEOptOutListProps = {
192071
+ /**
192072
+ * The name of the new OptOutList.
192073
+ * @minLength `1`
192074
+ * @maxLength `64`
192075
+ * @pattern `^[A-Za-z0-9_-]+$`
192076
+ */
192077
+ OptOutListName?: string;
192078
+ /**
192079
+ * An array of key-value pairs to apply to this resource.
192080
+ */
192081
+ Tags?: SMSVOICEOptOutListTag[];
192082
+ };
192083
+ /**
192084
+ * Attribute type definition for `AWS::SMSVOICE::OptOutList`.
192085
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-smsvoice-optoutlist.html#aws-resource-smsvoice-optoutlist-return-values}
192086
+ */
192087
+ export type SMSVOICEOptOutListAttributes = {
192088
+ /**
192089
+ * The Amazon Resource Name (ARN) for the OptOutList.
192090
+ */
192091
+ Arn: string;
192092
+ };
192093
+ /**
192094
+ * Type definition for `AWS::SMSVOICE::OptOutList.Tag`.
192095
+ * A key-value pair to associate with a resource.
192096
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-smsvoice-optoutlist-tag.html}
192097
+ */
192098
+ export type SMSVOICEOptOutListTag = {
192099
+ /**
192100
+ * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
192101
+ * @minLength `1`
192102
+ * @maxLength `128`
192103
+ */
192104
+ Key: string;
192105
+ /**
192106
+ * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
192107
+ * @minLength `0`
192108
+ * @maxLength `256`
192109
+ */
192110
+ Value: string;
192111
+ };
192112
+ /**
192113
+ * Resource Type definition for AWS::SMSVOICE::PhoneNumber
192114
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-smsvoice-phonenumber.html}
192115
+ */
192116
+ export type SMSVOICEPhoneNumberProps = {
192117
+ /**
192118
+ * When set to true the sender ID can't be deleted. By default this is set to false.
192119
+ */
192120
+ DeletionProtectionEnabled?: boolean;
192121
+ /**
192122
+ * The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
192123
+ * @pattern `^[A-Z]{2}$`
192124
+ */
192125
+ IsoCountryCode: string;
192126
+ /**
192127
+ * A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword, AWS End User Messaging SMS and Voice responds with a customizable message. Keywords "HELP" and "STOP" are mandatory keywords
192128
+ */
192129
+ MandatoryKeywords: {
192130
+ /**
192131
+ * A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword, AWS End User Messaging SMS and Voice responds with a customizable message. Keywords "HELP" and "STOP" are mandatory keywords
192132
+ */
192133
+ HELP: SMSVOICEPhoneNumberMandatoryKeyword;
192134
+ /**
192135
+ * A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword, AWS End User Messaging SMS and Voice responds with a customizable message. Keywords "HELP" and "STOP" are mandatory keywords
192136
+ */
192137
+ STOP: SMSVOICEPhoneNumberMandatoryKeyword;
192138
+ };
192139
+ /**
192140
+ * Indicates if the phone number will be used for text messages, voice messages, or both.
192141
+ */
192142
+ NumberCapabilities: ("SMS" | "VOICE" | "MMS")[];
192143
+ /**
192144
+ * The type of phone number to request.
192145
+ */
192146
+ NumberType: "LONG_CODE" | "TOLL_FREE" | "TEN_DLC" | "SIMULATOR";
192147
+ /**
192148
+ * The name of the OptOutList to associate with the phone number. You can use the OptOutListName or OptOutListArn.
192149
+ * @minLength `1`
192150
+ * @maxLength `256`
192151
+ * @pattern `^[A-Za-z0-9_:/-]+$`
192152
+ */
192153
+ OptOutListName?: string;
192154
+ /**
192155
+ * A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword, AWS End User Messaging SMS and Voice responds with a customizable message.
192156
+ */
192157
+ OptionalKeywords?: SMSVOICEPhoneNumberOptionalKeyword[];
192158
+ /**
192159
+ * By default this is set to false. When an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, AWS End User Messaging SMS and Voice automatically replies with a customizable message and adds the end recipient to the OptOutList. When set to true you're responsible for responding to HELP and STOP requests. You're also responsible for tracking and honoring opt-out requests.
192160
+ */
192161
+ SelfManagedOptOutsEnabled?: boolean;
192162
+ /**
192163
+ * An array of key-value pairs to apply to this resource.
192164
+ */
192165
+ Tags?: SMSVOICEPhoneNumberTag[];
192166
+ /**
192167
+ * When you set up two-way SMS, you can receive incoming messages from your customers. When one of your customers sends a message to your phone number, the message body is sent to an Amazon SNS topic or Amazon Connect for processing.
192168
+ */
192169
+ TwoWay?: {
192170
+ /**
192171
+ * The Amazon Resource Name (ARN) of the two way channel.
192172
+ * @pattern `^arn:\S+$`
192173
+ */
192174
+ ChannelArn?: string;
192175
+ /**
192176
+ * An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.
192177
+ * @pattern `^arn:\S+$`
192178
+ */
192179
+ ChannelRole?: string;
192180
+ /**
192181
+ * By default this is set to false. When set to true you can receive incoming text messages from your end recipients.
192182
+ */
192183
+ Enabled: boolean;
192184
+ };
192185
+ };
192186
+ /**
192187
+ * Attribute type definition for `AWS::SMSVOICE::PhoneNumber`.
192188
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-smsvoice-phonenumber.html#aws-resource-smsvoice-phonenumber-return-values}
192189
+ */
192190
+ export type SMSVOICEPhoneNumberAttributes = {
192191
+ Arn: string;
192192
+ PhoneNumber: string;
192193
+ PhoneNumberId: string;
192194
+ };
192195
+ /**
192196
+ * Type definition for `AWS::SMSVOICE::PhoneNumber.MandatoryKeyword`.
192197
+ * A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword, AWS End User Messaging SMS and Voice responds with a customizable message. Keywords "HELP" and "STOP" are mandatory keywords
192198
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-smsvoice-phonenumber-mandatorykeyword.html}
192199
+ */
192200
+ export type SMSVOICEPhoneNumberMandatoryKeyword = {
192201
+ /**
192202
+ * @maxLength `1600`
192203
+ * @pattern `^(?!\s*$)[\s\S]+$`
192204
+ */
192205
+ Message: string;
192206
+ };
192207
+ /**
192208
+ * Type definition for `AWS::SMSVOICE::PhoneNumber.OptionalKeyword`.
192209
+ * A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword, AWS End User Messaging SMS and Voice responds with a customizable message.
192210
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-smsvoice-phonenumber-optionalkeyword.html}
192211
+ */
192212
+ export type SMSVOICEPhoneNumberOptionalKeyword = {
192213
+ Action: "AUTOMATIC_RESPONSE" | "OPT_OUT" | "OPT_IN";
192214
+ /**
192215
+ * @maxLength `30`
192216
+ * @pattern `^(?!.*(?i)(stop|help))[ \S]+`
192217
+ */
192218
+ Keyword: string;
192219
+ /**
192220
+ * @maxLength `1600`
192221
+ * @pattern `^(?!\s*$)[\s\S]+$`
192222
+ */
192223
+ Message: string;
192224
+ };
192225
+ /**
192226
+ * Type definition for `AWS::SMSVOICE::PhoneNumber.Tag`.
192227
+ * A key-value pair to associate with a resource.
192228
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-smsvoice-phonenumber-tag.html}
192229
+ */
192230
+ export type SMSVOICEPhoneNumberTag = {
192231
+ /**
192232
+ * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
192233
+ * @minLength `1`
192234
+ * @maxLength `128`
192235
+ */
192236
+ Key: string;
192237
+ /**
192238
+ * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
192239
+ * @minLength `0`
192240
+ * @maxLength `256`
192241
+ */
192242
+ Value: string;
192243
+ };
192244
+ /**
192245
+ * Resource Type definition for AWS::SMSVOICE::Pool
192246
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-smsvoice-pool.html}
192247
+ */
192248
+ export type SMSVOICEPoolProps = {
192249
+ /**
192250
+ * When set to true the pool can't be deleted. By default this is set to false.
192251
+ */
192252
+ DeletionProtectionEnabled?: boolean;
192253
+ /**
192254
+ * A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword, AWS End User Messaging SMS and Voice responds with a customizable message. Keywords "HELP" and "STOP" are mandatory keywords
192255
+ */
192256
+ MandatoryKeywords: {
192257
+ /**
192258
+ * A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword, AWS End User Messaging SMS and Voice responds with a customizable message. Keywords "HELP" and "STOP" are mandatory keywords
192259
+ */
192260
+ HELP: SMSVOICEPoolMandatoryKeyword;
192261
+ /**
192262
+ * A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword, AWS End User Messaging SMS and Voice responds with a customizable message. Keywords "HELP" and "STOP" are mandatory keywords
192263
+ */
192264
+ STOP: SMSVOICEPoolMandatoryKeyword;
192265
+ };
192266
+ /**
192267
+ * The name of the OptOutList to associate with the pool. You can use the OptOutListName or OptOutListArn.
192268
+ * @minLength `1`
192269
+ * @maxLength `256`
192270
+ * @pattern `^[A-Za-z0-9_:/-]+$`
192271
+ */
192272
+ OptOutListName?: string;
192273
+ /**
192274
+ * A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword, AWS End User Messaging SMS and Voice responds with a customizable message.
192275
+ */
192276
+ OptionalKeywords?: SMSVOICEPoolOptionalKeyword[];
192277
+ /**
192278
+ * The origination identity to use such as a PhoneNumberId, PhoneNumberArn, SenderId or SenderIdArn and it's IsoCountryCode.
192279
+ * @minLength `1`
192280
+ */
192281
+ OriginationIdentities: string[];
192282
+ /**
192283
+ * By default this is set to false. When an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, AWS End User Messaging SMS and Voice automatically replies with a customizable message and adds the end recipient to the OptOutList. When set to true you're responsible for responding to HELP and STOP requests. You're also responsible for tracking and honoring opt-out requests.
192284
+ */
192285
+ SelfManagedOptOutsEnabled?: boolean;
192286
+ /**
192287
+ * Indicates whether shared routes are enabled for the pool.
192288
+ */
192289
+ SharedRoutesEnabled?: boolean;
192290
+ /**
192291
+ * An array of key-value pairs to apply to this resource.
192292
+ */
192293
+ Tags?: SMSVOICEPoolTag[];
192294
+ /**
192295
+ * When you set up two-way SMS, you can receive incoming messages from your customers. When one of your customers sends a message to your phone number, the message body is sent to an Amazon SNS topic or Amazon Connect for processing.
192296
+ */
192297
+ TwoWay?: {
192298
+ /**
192299
+ * The Amazon Resource Name (ARN) of the two way channel.
192300
+ * @pattern `^[ \S]+`
192301
+ */
192302
+ ChannelArn?: string;
192303
+ /**
192304
+ * An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.
192305
+ * @pattern `^arn:\S+$`
192306
+ */
192307
+ ChannelRole?: string;
192308
+ /**
192309
+ * By default this is set to false. When set to true you can receive incoming text messages from your end recipients.
192310
+ */
192311
+ Enabled: boolean;
192312
+ };
192313
+ };
192314
+ /**
192315
+ * Attribute type definition for `AWS::SMSVOICE::Pool`.
192316
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-smsvoice-pool.html#aws-resource-smsvoice-pool-return-values}
192317
+ */
192318
+ export type SMSVOICEPoolAttributes = {
192319
+ Arn: string;
192320
+ PoolId: string;
192321
+ };
192322
+ /**
192323
+ * Type definition for `AWS::SMSVOICE::Pool.MandatoryKeyword`.
192324
+ * A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword, AWS End User Messaging SMS and Voice responds with a customizable message. Keywords "HELP" and "STOP" are mandatory keywords
192325
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-smsvoice-pool-mandatorykeyword.html}
192326
+ */
192327
+ export type SMSVOICEPoolMandatoryKeyword = {
192328
+ /**
192329
+ * @maxLength `1600`
192330
+ * @pattern `^(?!\s*$)[\s\S]+$`
192331
+ */
192332
+ Message: string;
192333
+ };
192334
+ /**
192335
+ * Type definition for `AWS::SMSVOICE::Pool.OptionalKeyword`.
192336
+ * A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword, AWS End User Messaging SMS and Voice responds with a customizable message.
192337
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-smsvoice-pool-optionalkeyword.html}
192338
+ */
192339
+ export type SMSVOICEPoolOptionalKeyword = {
192340
+ Action: "AUTOMATIC_RESPONSE" | "OPT_OUT" | "OPT_IN";
192341
+ /**
192342
+ * @maxLength `30`
192343
+ * @pattern `^(?!.*(?i)(stop|help))[ \S]+`
192344
+ */
192345
+ Keyword: string;
192346
+ /**
192347
+ * @maxLength `1600`
192348
+ * @pattern `^(?!\s*$)[\s\S]+$`
192349
+ */
192350
+ Message: string;
192351
+ };
192352
+ /**
192353
+ * Type definition for `AWS::SMSVOICE::Pool.Tag`.
192354
+ * A key-value pair to associate with a resource.
192355
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-smsvoice-pool-tag.html}
192356
+ */
192357
+ export type SMSVOICEPoolTag = {
192358
+ /**
192359
+ * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
192360
+ * @minLength `1`
192361
+ * @maxLength `128`
192362
+ */
192363
+ Key: string;
192364
+ /**
192365
+ * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
192366
+ * @minLength `0`
192367
+ * @maxLength `256`
192368
+ */
192369
+ Value: string;
192370
+ };
192371
+ /**
192372
+ * Resource Type definition for AWS::SMSVOICE::ProtectConfiguration
192373
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-smsvoice-protectconfiguration.html}
192374
+ */
192375
+ export type SMSVOICEProtectConfigurationProps = {
192376
+ /**
192377
+ * An array of CountryRule containing the rules for the NumberCapability.
192378
+ */
192379
+ CountryRuleSet?: SMSVOICEProtectConfigurationCountryRuleSet;
192380
+ /**
192381
+ * When set to true deletion protection is enabled and protect configuration cannot be deleted. By default this is set to false.
192382
+ */
192383
+ DeletionProtectionEnabled?: boolean;
192384
+ /**
192385
+ * An array of key-value pairs to apply to this resource.
192386
+ */
192387
+ Tags?: SMSVOICEProtectConfigurationTag[];
192388
+ };
192389
+ /**
192390
+ * Attribute type definition for `AWS::SMSVOICE::ProtectConfiguration`.
192391
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-smsvoice-protectconfiguration.html#aws-resource-smsvoice-protectconfiguration-return-values}
192392
+ */
192393
+ export type SMSVOICEProtectConfigurationAttributes = {
192394
+ /**
192395
+ * The Amazon Resource Name (ARN) of the protect configuration.
192396
+ */
192397
+ Arn: string;
192398
+ /**
192399
+ * The unique identifier for the protect configuration.
192400
+ */
192401
+ ProtectConfigurationId: string;
192402
+ };
192403
+ /**
192404
+ * Type definition for `AWS::SMSVOICE::ProtectConfiguration.CountryRule`.
192405
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-smsvoice-protectconfiguration-countryrule.html}
192406
+ */
192407
+ export type SMSVOICEProtectConfigurationCountryRule = {
192408
+ /**
192409
+ * The two-letter ISO country code
192410
+ * @pattern `^[A-Z]{2}$`
192411
+ */
192412
+ CountryCode: string;
192413
+ /**
192414
+ * The types of protection that can be used.
192415
+ */
192416
+ ProtectStatus: "ALLOW" | "BLOCK" | "MONITOR" | "FILTER";
192417
+ };
192418
+ /**
192419
+ * Type definition for `AWS::SMSVOICE::ProtectConfiguration.CountryRuleSet`.
192420
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-smsvoice-protectconfiguration-countryruleset.html}
192421
+ */
192422
+ export type SMSVOICEProtectConfigurationCountryRuleSet = {
192423
+ MMS?: SMSVOICEProtectConfigurationCountryRule[];
192424
+ SMS?: SMSVOICEProtectConfigurationCountryRule[];
192425
+ VOICE?: SMSVOICEProtectConfigurationCountryRule[];
192426
+ };
192427
+ /**
192428
+ * Type definition for `AWS::SMSVOICE::ProtectConfiguration.Tag`.
192429
+ * A key-value pair to associate with a resource.
192430
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-smsvoice-protectconfiguration-tag.html}
192431
+ */
192432
+ export type SMSVOICEProtectConfigurationTag = {
192433
+ /**
192434
+ * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
192435
+ * @minLength `1`
192436
+ * @maxLength `128`
192437
+ */
192438
+ Key: string;
192439
+ /**
192440
+ * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
192441
+ * @minLength `0`
192442
+ * @maxLength `256`
192443
+ */
192444
+ Value: string;
192445
+ };
192446
+ /**
192447
+ * Resource Type definition for AWS::SMSVOICE::ResourcePolicy
192448
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-smsvoice-resourcepolicy.html}
192449
+ */
192450
+ export type SMSVOICEResourcePolicyProps = {
192451
+ /**
192452
+ * The JSON formatted resource-based policy to attach.
192453
+ */
192454
+ PolicyDocument: Record<string, any>;
192455
+ /**
192456
+ * The Amazon Resource Name (ARN) of the AWS End User Messaging SMS and Voice resource to attach the resource-based policy to.
192457
+ * @pattern `^arn:\S+$`
192458
+ */
192459
+ ResourceArn: string;
192460
+ };
192461
+ /**
192462
+ * Resource Type definition for AWS::SMSVOICE::SenderId
192463
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-smsvoice-senderid.html}
192464
+ */
192465
+ export type SMSVOICESenderIdProps = {
192466
+ /**
192467
+ * When set to true the sender ID can't be deleted. By default this is set to false.
192468
+ */
192469
+ DeletionProtectionEnabled?: boolean;
192470
+ /**
192471
+ * The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
192472
+ * @pattern `^[A-Z]{2}$`
192473
+ */
192474
+ IsoCountryCode: string;
192475
+ /**
192476
+ * The sender ID string to request.
192477
+ * @pattern `^[A-Z0-9_-]+$`
192478
+ */
192479
+ SenderId: string;
192480
+ /**
192481
+ * An array of key-value pairs to apply to this resource.
192482
+ */
192483
+ Tags?: SMSVOICESenderIdTag[];
192484
+ };
192485
+ /**
192486
+ * Attribute type definition for `AWS::SMSVOICE::SenderId`.
192487
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-smsvoice-senderid.html#aws-resource-smsvoice-senderid-return-values}
192488
+ */
192489
+ export type SMSVOICESenderIdAttributes = {
192490
+ /**
192491
+ * The Amazon Resource Name (ARN) associated with the SenderId.
192492
+ */
192493
+ Arn: string;
192494
+ };
192495
+ /**
192496
+ * Type definition for `AWS::SMSVOICE::SenderId.Tag`.
192497
+ * A key-value pair to associate with a resource.
192498
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-smsvoice-senderid-tag.html}
192499
+ */
192500
+ export type SMSVOICESenderIdTag = {
192501
+ /**
192502
+ * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
192503
+ * @minLength `1`
192504
+ * @maxLength `128`
192505
+ */
192506
+ Key: string;
192507
+ /**
192508
+ * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
192509
+ * @minLength `0`
192510
+ * @maxLength `256`
192511
+ */
192512
+ Value: string;
192513
+ };
191816
192514
  /**
191817
192515
  * Resource Type definition for AWS::SNS::Subscription
191818
192516
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html}
@@ -207550,6 +208248,13 @@ export interface ResourceTypes {
207550
208248
  "AWS::Signer::ProfilePermission": SignerProfilePermissionProps;
207551
208249
  "AWS::Signer::SigningProfile": SignerSigningProfileProps;
207552
208250
  "AWS::SimSpaceWeaver::Simulation": SimSpaceWeaverSimulationProps;
208251
+ "AWS::SMSVOICE::ConfigurationSet": SMSVOICEConfigurationSetProps;
208252
+ "AWS::SMSVOICE::OptOutList": SMSVOICEOptOutListProps;
208253
+ "AWS::SMSVOICE::PhoneNumber": SMSVOICEPhoneNumberProps;
208254
+ "AWS::SMSVOICE::Pool": SMSVOICEPoolProps;
208255
+ "AWS::SMSVOICE::ProtectConfiguration": SMSVOICEProtectConfigurationProps;
208256
+ "AWS::SMSVOICE::ResourcePolicy": SMSVOICEResourcePolicyProps;
208257
+ "AWS::SMSVOICE::SenderId": SMSVOICESenderIdProps;
207553
208258
  "AWS::SNS::Subscription": SNSSubscriptionProps;
207554
208259
  "AWS::SNS::Topic": SNSTopicProps;
207555
208260
  "AWS::SNS::TopicInlinePolicy": SNSTopicInlinePolicyProps;
@@ -208845,6 +209550,12 @@ export interface AttributeTypes {
208845
209550
  "AWS::Shield::ProtectionGroup": ShieldProtectionGroupAttributes;
208846
209551
  "AWS::Signer::SigningProfile": SignerSigningProfileAttributes;
208847
209552
  "AWS::SimSpaceWeaver::Simulation": SimSpaceWeaverSimulationAttributes;
209553
+ "AWS::SMSVOICE::ConfigurationSet": SMSVOICEConfigurationSetAttributes;
209554
+ "AWS::SMSVOICE::OptOutList": SMSVOICEOptOutListAttributes;
209555
+ "AWS::SMSVOICE::PhoneNumber": SMSVOICEPhoneNumberAttributes;
209556
+ "AWS::SMSVOICE::Pool": SMSVOICEPoolAttributes;
209557
+ "AWS::SMSVOICE::ProtectConfiguration": SMSVOICEProtectConfigurationAttributes;
209558
+ "AWS::SMSVOICE::SenderId": SMSVOICESenderIdAttributes;
208848
209559
  "AWS::SNS::Subscription": SNSSubscriptionAttributes;
208849
209560
  "AWS::SNS::Topic": SNSTopicAttributes;
208850
209561
  "AWS::SNS::TopicPolicy": SNSTopicPolicyAttributes;
@@ -210275,6 +210986,13 @@ export declare const ResourceType: {
210275
210986
  readonly SignerProfilePermission: "AWS::Signer::ProfilePermission";
210276
210987
  readonly SignerSigningProfile: "AWS::Signer::SigningProfile";
210277
210988
  readonly SimSpaceWeaverSimulation: "AWS::SimSpaceWeaver::Simulation";
210989
+ readonly SMSVOICEConfigurationSet: "AWS::SMSVOICE::ConfigurationSet";
210990
+ readonly SMSVOICEOptOutList: "AWS::SMSVOICE::OptOutList";
210991
+ readonly SMSVOICEPhoneNumber: "AWS::SMSVOICE::PhoneNumber";
210992
+ readonly SMSVOICEPool: "AWS::SMSVOICE::Pool";
210993
+ readonly SMSVOICEProtectConfiguration: "AWS::SMSVOICE::ProtectConfiguration";
210994
+ readonly SMSVOICEResourcePolicy: "AWS::SMSVOICE::ResourcePolicy";
210995
+ readonly SMSVOICESenderId: "AWS::SMSVOICE::SenderId";
210278
210996
  readonly SNSSubscription: "AWS::SNS::Subscription";
210279
210997
  readonly SNSTopic: "AWS::SNS::Topic";
210280
210998
  readonly SNSTopicInlinePolicy: "AWS::SNS::TopicInlinePolicy";