@propulsionworks/cloudformation 0.1.26 → 0.1.27

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.
Files changed (60) hide show
  1. package/out/exports/resources.generated/aws-acmpca-permission.d.ts +2 -2
  2. package/out/exports/resources.generated/aws-amplify-domain.d.ts +2 -2
  3. package/out/exports/resources.generated/aws-apigateway-domainname.d.ts +2 -2
  4. package/out/exports/resources.generated/aws-apigatewayv2-domainname.d.ts +1 -1
  5. package/out/exports/resources.generated/aws-appmesh-virtualgateway.d.ts +4 -4
  6. package/out/exports/resources.generated/aws-appmesh-virtualnode.d.ts +4 -4
  7. package/out/exports/resources.generated/aws-appstream-fleet.d.ts +5 -0
  8. package/out/exports/resources.generated/aws-appstream-imagebuilder.d.ts +5 -0
  9. package/out/exports/resources.generated/aws-appsync-domainname.d.ts +1 -1
  10. package/out/exports/resources.generated/aws-aps-scraper.d.ts +9 -1
  11. package/out/exports/resources.generated/aws-batch-computeenvironment.d.ts +2 -1
  12. package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +4 -4
  13. package/out/exports/resources.generated/aws-bedrockagentcore-browsercustom.d.ts +124 -0
  14. package/out/exports/resources.generated/aws-bedrockagentcore-codeinterpretercustom.d.ts +88 -0
  15. package/out/exports/resources.generated/aws-bedrockagentcore-runtime.d.ts +158 -0
  16. package/out/exports/resources.generated/aws-bedrockagentcore-runtimeendpoint.d.ts +89 -0
  17. package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +3 -3
  18. package/out/exports/resources.generated/aws-cleanrooms-analysistemplate.d.ts +18 -0
  19. package/out/exports/resources.generated/aws-cleanrooms-collaboration.d.ts +9 -0
  20. package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +2 -2
  21. package/out/exports/resources.generated/aws-cloudfront-distributiontenant.d.ts +3 -3
  22. package/out/exports/resources.generated/aws-cognito-userpooldomain.d.ts +1 -1
  23. package/out/exports/resources.generated/aws-connect-routingprofile.d.ts +16 -0
  24. package/out/exports/resources.generated/aws-datazone-connection.d.ts +2 -2
  25. package/out/exports/resources.generated/aws-datazone-policygrant.d.ts +6 -2
  26. package/out/exports/resources.generated/aws-datazone-projectprofile.d.ts +2 -2
  27. package/out/exports/resources.generated/aws-dynamodb-globaltable.d.ts +8 -0
  28. package/out/exports/resources.generated/aws-dynamodb-table.d.ts +4 -0
  29. package/out/exports/resources.generated/aws-ec2-clientvpnendpoint.d.ts +2 -2
  30. package/out/exports/resources.generated/aws-ec2-enclavecertificateiamroleassociation.d.ts +2 -2
  31. package/out/exports/resources.generated/aws-ecs-service.d.ts +9 -0
  32. package/out/exports/resources.generated/aws-elasticsearch-domain.d.ts +1 -1
  33. package/out/exports/resources.generated/aws-evs-environment.d.ts +2 -0
  34. package/out/exports/resources.generated/aws-gamelift-fleet.d.ts +2 -2
  35. package/out/exports/resources.generated/aws-iam-servercertificate.d.ts +2 -2
  36. package/out/exports/resources.generated/aws-medialive-channel.d.ts +21 -0
  37. package/out/exports/resources.generated/aws-mediapackage-originendpoint.d.ts +1 -1
  38. package/out/exports/resources.generated/aws-networkfirewall-tlsinspectionconfiguration.d.ts +6 -6
  39. package/out/exports/resources.generated/aws-odb-cloudexadatainfrastructure.d.ts +60 -0
  40. package/out/exports/resources.generated/aws-odb-cloudvmcluster.d.ts +20 -0
  41. package/out/exports/resources.generated/aws-odb-odbnetwork.d.ts +22 -0
  42. package/out/exports/resources.generated/aws-odb-odbpeeringconnection.d.ts +71 -0
  43. package/out/exports/resources.generated/aws-opensearchserverless-securityconfig.d.ts +4 -3
  44. package/out/exports/resources.generated/aws-opensearchservice-domain.d.ts +1 -1
  45. package/out/exports/resources.generated/aws-pcs-cluster.d.ts +1 -1
  46. package/out/exports/resources.generated/aws-pcs-computenodegroup.d.ts +1 -1
  47. package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +7 -0
  48. package/out/exports/resources.generated/aws-servicecatalog-launchtemplateconstraint.d.ts +1 -0
  49. package/out/exports/resources.generated/aws-servicecatalog-portfolioprincipalassociation.d.ts +2 -2
  50. package/out/exports/resources.generated/aws-smsvoice-configurationset.d.ts +50 -28
  51. package/out/exports/resources.generated/aws-smsvoice-optoutlist.d.ts +13 -5
  52. package/out/exports/resources.generated/aws-smsvoice-phonenumber.d.ts +24 -11
  53. package/out/exports/resources.generated/aws-smsvoice-pool.d.ts +31 -13
  54. package/out/exports/resources.generated/aws-smsvoice-protectconfiguration.d.ts +23 -6
  55. package/out/exports/resources.generated/aws-smsvoice-resourcepolicy.d.ts +3 -3
  56. package/out/exports/resources.generated/aws-smsvoice-senderid.d.ts +5 -5
  57. package/out/exports/resources.generated/aws-transfer-server.d.ts +5 -5
  58. package/out/exports/resources.generated/aws-verifiedpermissions-identitysource.d.ts +2 -2
  59. package/out/exports/resources.generated/aws-vpclattice-resourcegateway.d.ts +0 -5
  60. package/package.json +1 -1
@@ -2,7 +2,7 @@ import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
2
2
  /**
3
3
  * Uploads a server certificate entity for the AWS account . The server certificate entity includes a public key certificate, a private key, and an optional certificate chain, which should all be PEM-encoded.
4
4
  *
5
- * We recommend that you use [AWS Certificate Manager](https://docs.aws.amazon.com/acm/) to provision, manage, and deploy your server certificates. With ACM you can request a certificate, deploy it to AWS resources, and let ACM handle certificate renewals for you. Certificates provided by ACM are free. For more information about using ACM, see the [AWS Certificate Manager User Guide](https://docs.aws.amazon.com/acm/latest/userguide/) .
5
+ * We recommend that you use [Certificate Manager](https://docs.aws.amazon.com/acm/) to provision, manage, and deploy your server certificates. With ACM you can request a certificate, deploy it to AWS resources, and let ACM handle certificate renewals for you. Certificates provided by ACM are free. For more information about using ACM, see the [Certificate Manager User Guide](https://docs.aws.amazon.com/acm/latest/userguide/) .
6
6
  *
7
7
  * For more information about working with server certificates, see [Working with server certificates](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html) in the *IAM User Guide* . This topic includes a list of AWS services that can use the server certificates that you manage with IAM.
8
8
  *
@@ -15,7 +15,7 @@ export type IAMServerCertificate = ResourceDefinitionWithAttributes<"AWS::IAM::S
15
15
  /**
16
16
  * Uploads a server certificate entity for the AWS account . The server certificate entity includes a public key certificate, a private key, and an optional certificate chain, which should all be PEM-encoded.
17
17
  *
18
- * We recommend that you use [AWS Certificate Manager](https://docs.aws.amazon.com/acm/) to provision, manage, and deploy your server certificates. With ACM you can request a certificate, deploy it to AWS resources, and let ACM handle certificate renewals for you. Certificates provided by ACM are free. For more information about using ACM, see the [AWS Certificate Manager User Guide](https://docs.aws.amazon.com/acm/latest/userguide/) .
18
+ * We recommend that you use [Certificate Manager](https://docs.aws.amazon.com/acm/) to provision, manage, and deploy your server certificates. With ACM you can request a certificate, deploy it to AWS resources, and let ACM handle certificate renewals for you. Certificates provided by ACM are free. For more information about using ACM, see the [Certificate Manager User Guide](https://docs.aws.amazon.com/acm/latest/userguide/) .
19
19
  *
20
20
  * For more information about working with server certificates, see [Working with server certificates](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html) in the *IAM User Guide* . This topic includes a list of AWS services that can use the server certificates that you manage with IAM.
21
21
  *
@@ -206,6 +206,15 @@ export type Ac3Settings = {
206
206
  */
207
207
  MetadataControl?: string | undefined;
208
208
  };
209
+ /**
210
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-additionaldestinations.html}
211
+ */
212
+ export type AdditionalDestinations = {
213
+ /**
214
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-additionaldestinations.html#cfn-medialive-channel-additionaldestinations-destination}
215
+ */
216
+ Destination?: OutputLocationRef | undefined;
217
+ };
209
218
  /**
210
219
  * Information about the ancillary captions to extract from the input.
211
220
  *
@@ -979,6 +988,10 @@ export type BurnInDestinationSettings = {
979
988
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-burnindestinationsettings.html#cfn-medialive-channel-burnindestinationsettings-shadowyoffset}
980
989
  */
981
990
  ShadowYOffset?: number | undefined;
991
+ /**
992
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-burnindestinationsettings.html#cfn-medialive-channel-burnindestinationsettings-subtitlerows}
993
+ */
994
+ SubtitleRows?: string | undefined;
982
995
  /**
983
996
  * Controls whether a fixed grid size is used to generate the output subtitles bitmap. This applies only to Teletext inputs and DVB-Sub/Burn-in outputs.
984
997
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-burnindestinationsettings.html#cfn-medialive-channel-burnindestinationsettings-teletextgridcontrol}
@@ -1277,6 +1290,10 @@ export type CmafIngestCaptionLanguageMapping = {
1277
1290
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html}
1278
1291
  */
1279
1292
  export type CmafIngestGroupSettings = {
1293
+ /**
1294
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-additionaldestinations}
1295
+ */
1296
+ AdditionalDestinations?: AdditionalDestinations[] | undefined;
1280
1297
  /**
1281
1298
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-captionlanguagemappings}
1282
1299
  */
@@ -1505,6 +1522,10 @@ export type DvbSubDestinationSettings = {
1505
1522
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbsubdestinationsettings.html#cfn-medialive-channel-dvbsubdestinationsettings-shadowyoffset}
1506
1523
  */
1507
1524
  ShadowYOffset?: number | undefined;
1525
+ /**
1526
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbsubdestinationsettings.html#cfn-medialive-channel-dvbsubdestinationsettings-subtitlerows}
1527
+ */
1528
+ SubtitleRows?: string | undefined;
1508
1529
  /**
1509
1530
  * Controls whether a fixed grid size is used to generate the output subtitles bitmap. This applies to only Teletext inputs and DVB-Sub/Burn-in outputs.
1510
1531
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbsubdestinationsettings.html#cfn-medialive-channel-dvbsubdestinationsettings-teletextgridcontrol}
@@ -608,7 +608,7 @@ export type MssPackage = {
608
608
  */
609
609
  export type SpekeKeyProvider = {
610
610
  /**
611
- * The Amazon Resource Name (ARN) for the certificate that you imported to AWS Certificate Manager to add content key encryption to this endpoint. For this feature to work, your DRM key provider must support content key encryption.
611
+ * The Amazon Resource Name (ARN) for the certificate that you imported to Certificate Manager to add content key encryption to this endpoint. For this feature to work, your DRM key provider must support content key encryption.
612
612
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-originendpoint-spekekeyprovider.html#cfn-mediapackage-originendpoint-spekekeyprovider-certificatearn}
613
613
  */
614
614
  CertificateArn?: string | undefined;
@@ -26,7 +26,7 @@ export type NetworkFirewallTLSInspectionConfigurationProps = {
26
26
  */
27
27
  Description?: string | undefined;
28
28
  /**
29
- * The object that defines a TLS inspection configuration. AWS Network Firewall uses TLS inspection configurations to decrypt your firewall's inbound and outbound SSL/TLS traffic. After decryption, AWS Network Firewall inspects the traffic according to your firewall policy's stateful rules, and then re-encrypts it before sending it to its destination. You can enable inspection of your firewall's inbound traffic, outbound traffic, or both. To use TLS inspection with your firewall, you must first import or provision certificates using AWS Certificate Manager , create a TLS inspection configuration, add that configuration to a new firewall policy, and then associate that policy with your firewall. For more information about using TLS inspection configurations, see [Inspecting SSL/TLS traffic with TLS inspection configurations](https://docs.aws.amazon.com/network-firewall/latest/developerguide/tls-inspection.html) in the *AWS Network Firewall Developer Guide* .
29
+ * The object that defines a TLS inspection configuration. AWS Network Firewall uses TLS inspection configurations to decrypt your firewall's inbound and outbound SSL/TLS traffic. After decryption, AWS Network Firewall inspects the traffic according to your firewall policy's stateful rules, and then re-encrypts it before sending it to its destination. You can enable inspection of your firewall's inbound traffic, outbound traffic, or both. To use TLS inspection with your firewall, you must first import or provision certificates using Certificate Manager , create a TLS inspection configuration, add that configuration to a new firewall policy, and then associate that policy with your firewall. For more information about using TLS inspection configurations, see [Inspecting SSL/TLS traffic with TLS inspection configurations](https://docs.aws.amazon.com/network-firewall/latest/developerguide/tls-inspection.html) in the *AWS Network Firewall Developer Guide* .
30
30
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-tlsinspectionconfiguration.html#cfn-networkfirewall-tlsinspectionconfiguration-tlsinspectionconfiguration}
31
31
  */
32
32
  TLSInspectionConfiguration: TLSInspectionConfiguration;
@@ -106,25 +106,25 @@ export type PortRange = {
106
106
  */
107
107
  export type RevokedStatusAction = "PASS" | "DROP" | "REJECT";
108
108
  /**
109
- * Any AWS Certificate Manager (ACM) Secure Sockets Layer/Transport Layer Security (SSL/TLS) server certificate that's associated with a [ServerCertificateConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-tlsinspectionconfiguration-servercertificateconfiguration.html) . Used in a [TLSInspectionConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-networkfirewall-tlsinspectionconfiguration.html) for inspection of inbound traffic to your firewall. You must request or import a SSL/TLS certificate into ACM for each domain Network Firewall needs to decrypt and inspect. AWS Network Firewall uses the SSL/TLS certificates to decrypt specified inbound SSL/TLS traffic going to your firewall. For information about working with certificates in AWS Certificate Manager , see [Request a public certificate](https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-request-public.html) or [Importing certificates](https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html) in the *AWS Certificate Manager User Guide* .
109
+ * Any Certificate Manager (ACM) Secure Sockets Layer/Transport Layer Security (SSL/TLS) server certificate that's associated with a [ServerCertificateConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-tlsinspectionconfiguration-servercertificateconfiguration.html) . Used in a [TLSInspectionConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-networkfirewall-tlsinspectionconfiguration.html) for inspection of inbound traffic to your firewall. You must request or import a SSL/TLS certificate into ACM for each domain Network Firewall needs to decrypt and inspect. AWS Network Firewall uses the SSL/TLS certificates to decrypt specified inbound SSL/TLS traffic going to your firewall. For information about working with certificates in Certificate Manager , see [Request a public certificate](https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-request-public.html) or [Importing certificates](https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html) in the *Certificate Manager User Guide* .
110
110
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-tlsinspectionconfiguration-servercertificate.html}
111
111
  */
112
112
  export type ServerCertificate = {
113
113
  /**
114
- * The Amazon Resource Name (ARN) of the AWS Certificate Manager SSL/TLS server certificate that's used for inbound SSL/TLS inspection.
114
+ * The Amazon Resource Name (ARN) of the Certificate Manager SSL/TLS server certificate that's used for inbound SSL/TLS inspection.
115
115
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-tlsinspectionconfiguration-servercertificate.html#cfn-networkfirewall-tlsinspectionconfiguration-servercertificate-resourcearn}
116
116
  */
117
117
  ResourceArn?: string | undefined;
118
118
  };
119
119
  /**
120
- * Configures the AWS Certificate Manager certificates and scope that Network Firewall uses to decrypt and re-encrypt traffic using a [TLSInspectionConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-networkfirewall-tlsinspectionconfiguration.html) . You can configure `ServerCertificates` for inbound SSL/TLS inspection, a `CertificateAuthorityArn` for outbound SSL/TLS inspection, or both. For information about working with certificates for TLS inspection, see [Using SSL/TLS server certficiates with TLS inspection configurations](https://docs.aws.amazon.com/network-firewall/latest/developerguide/tls-inspection-certificate-requirements.html) in the *AWS Network Firewall Developer Guide* .
120
+ * Configures the Certificate Manager certificates and scope that Network Firewall uses to decrypt and re-encrypt traffic using a [TLSInspectionConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-networkfirewall-tlsinspectionconfiguration.html) . You can configure `ServerCertificates` for inbound SSL/TLS inspection, a `CertificateAuthorityArn` for outbound SSL/TLS inspection, or both. For information about working with certificates for TLS inspection, see [Using SSL/TLS server certficiates with TLS inspection configurations](https://docs.aws.amazon.com/network-firewall/latest/developerguide/tls-inspection-certificate-requirements.html) in the *AWS Network Firewall Developer Guide* .
121
121
  *
122
122
  * > If a server certificate that's associated with your [TLSInspectionConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-networkfirewall-tlsinspectionconfiguration.html) is revoked, deleted, or expired it can result in client-side TLS errors.
123
123
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-tlsinspectionconfiguration-servercertificateconfiguration.html}
124
124
  */
125
125
  export type ServerCertificateConfiguration = {
126
126
  /**
127
- * The Amazon Resource Name (ARN) of the imported certificate authority (CA) certificate within AWS Certificate Manager (ACM) to use for outbound SSL/TLS inspection.
127
+ * The Amazon Resource Name (ARN) of the imported certificate authority (CA) certificate within Certificate Manager (ACM) to use for outbound SSL/TLS inspection.
128
128
  *
129
129
  * The following limitations apply:
130
130
  *
@@ -133,7 +133,7 @@ export type ServerCertificateConfiguration = {
133
133
  *
134
134
  * For more information about configuring certificates for outbound inspection, see [Using SSL/TLS certificates with TLS inspection configurations](https://docs.aws.amazon.com/network-firewall/latest/developerguide/tls-inspection-certificate-requirements.html) in the *AWS Network Firewall Developer Guide* .
135
135
  *
136
- * For information about working with certificates in ACM, see [Importing certificates](https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html) in the *AWS Certificate Manager User Guide* .
136
+ * For information about working with certificates in ACM, see [Importing certificates](https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html) in the *Certificate Manager User Guide* .
137
137
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-tlsinspectionconfiguration-servercertificateconfiguration.html#cfn-networkfirewall-tlsinspectionconfiguration-servercertificateconfiguration-certificateauthorityarn}
138
138
  */
139
139
  CertificateAuthorityArn?: string | undefined;
@@ -57,6 +57,11 @@ export type ODBCloudExadataInfrastructureProps = {
57
57
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-displayname}
58
58
  */
59
59
  DisplayName?: string | undefined;
60
+ /**
61
+ * The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
62
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-maintenancewindow}
63
+ */
64
+ MaintenanceWindow?: MaintenanceWindow | undefined;
60
65
  /**
61
66
  * The model name of the Exadata infrastructure.
62
67
  *
@@ -209,4 +214,59 @@ export type CustomerContact = {
209
214
  */
210
215
  Email?: string | undefined;
211
216
  };
217
+ /**
218
+ * The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
219
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudexadatainfrastructure-maintenancewindow.html}
220
+ */
221
+ export type MaintenanceWindow = {
222
+ /**
223
+ * The custom action timeout in minutes for the maintenance window.
224
+ * @min 15
225
+ * @max 120
226
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudexadatainfrastructure-maintenancewindow.html#cfn-odb-cloudexadatainfrastructure-maintenancewindow-customactiontimeoutinmins}
227
+ */
228
+ CustomActionTimeoutInMins?: number | undefined;
229
+ /**
230
+ * The days of the week when maintenance can be performed.
231
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudexadatainfrastructure-maintenancewindow.html#cfn-odb-cloudexadatainfrastructure-maintenancewindow-daysofweek}
232
+ */
233
+ DaysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | undefined;
234
+ /**
235
+ * The hours of the day when maintenance can be performed.
236
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudexadatainfrastructure-maintenancewindow.html#cfn-odb-cloudexadatainfrastructure-maintenancewindow-hoursofday}
237
+ */
238
+ HoursOfDay?: number[] | undefined;
239
+ /**
240
+ * Indicates whether custom action timeout is enabled for the maintenance window.
241
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudexadatainfrastructure-maintenancewindow.html#cfn-odb-cloudexadatainfrastructure-maintenancewindow-iscustomactiontimeoutenabled}
242
+ */
243
+ IsCustomActionTimeoutEnabled?: boolean | undefined;
244
+ /**
245
+ * The lead time in weeks before the maintenance window.
246
+ * @min 1
247
+ * @max 4
248
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudexadatainfrastructure-maintenancewindow.html#cfn-odb-cloudexadatainfrastructure-maintenancewindow-leadtimeinweeks}
249
+ */
250
+ LeadTimeInWeeks?: number | undefined;
251
+ /**
252
+ * The months when maintenance can be performed.
253
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudexadatainfrastructure-maintenancewindow.html#cfn-odb-cloudexadatainfrastructure-maintenancewindow-months}
254
+ */
255
+ Months?: ("JANUARY" | "FEBRUARY" | "MARCH" | "APRIL" | "MAY" | "JUNE" | "JULY" | "AUGUST" | "SEPTEMBER" | "OCTOBER" | "NOVEMBER" | "DECEMBER")[] | undefined;
256
+ /**
257
+ * The patching mode for the maintenance window.
258
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudexadatainfrastructure-maintenancewindow.html#cfn-odb-cloudexadatainfrastructure-maintenancewindow-patchingmode}
259
+ */
260
+ PatchingMode?: string | undefined;
261
+ /**
262
+ * The preference for the maintenance window scheduling.
263
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudexadatainfrastructure-maintenancewindow.html#cfn-odb-cloudexadatainfrastructure-maintenancewindow-preference}
264
+ */
265
+ Preference?: string | undefined;
266
+ /**
267
+ * The weeks of the month when maintenance can be performed.
268
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudexadatainfrastructure-maintenancewindow.html#cfn-odb-cloudexadatainfrastructure-maintenancewindow-weeksofmonth}
269
+ */
270
+ WeeksOfMonth?: number[] | undefined;
271
+ };
212
272
  //# sourceMappingURL=aws-odb-cloudexadatainfrastructure.d.ts.map
@@ -48,6 +48,11 @@ export type ODBCloudVmClusterProps = {
48
48
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-dbnodestoragesizeingbs}
49
49
  */
50
50
  DbNodeStorageSizeInGBs?: number | undefined;
51
+ /**
52
+ * The DB nodes that are implicitly created and managed as part of this VM Cluster.
53
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-dbnodes}
54
+ */
55
+ DbNodes?: DbNode[] | undefined;
51
56
  /**
52
57
  * The list of database servers for the VM cluster.
53
58
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-dbservers}
@@ -248,4 +253,19 @@ export type DataCollectionOptions = {
248
253
  */
249
254
  IsIncidentLogsEnabled?: boolean | undefined;
250
255
  };
256
+ /**
257
+ * Information about a DB node.
258
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudvmcluster-dbnode.html}
259
+ */
260
+ export type DbNode = {
261
+ /**
262
+ * The unique identifier of the Db server that is associated with the DB node.
263
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudvmcluster-dbnode.html#cfn-odb-cloudvmcluster-dbnode-dbserverid}
264
+ */
265
+ DbServerId: string;
266
+ /**
267
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudvmcluster-dbnode.html#cfn-odb-cloudvmcluster-dbnode-tags}
268
+ */
269
+ Tags?: Tag[] | undefined;
270
+ };
251
271
  //# sourceMappingURL=aws-odb-cloudvmcluster.d.ts.map
@@ -43,6 +43,13 @@ export type ODBOdbNetworkProps = {
43
43
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-clientsubnetcidr}
44
44
  */
45
45
  ClientSubnetCidr?: string | undefined;
46
+ /**
47
+ * The domain name for the resources in the ODB network.
48
+ * @minLength 1
49
+ * @maxLength 255
50
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-customdomainname}
51
+ */
52
+ CustomDomainName?: string | undefined;
46
53
  /**
47
54
  * The DNS prefix to the default DNS domain name. The default DNS domain name is oraclevcn.com.
48
55
  * @minLength 1
@@ -67,11 +74,26 @@ export type ODBOdbNetworkProps = {
67
74
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-displayname}
68
75
  */
69
76
  DisplayName?: string | undefined;
77
+ /**
78
+ * The configuration for Amazon S3 access from the ODB network.
79
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-s3access}
80
+ */
81
+ S3Access?: "ENABLED" | "DISABLED" | undefined;
82
+ /**
83
+ * Specifies the endpoint policy for Amazon S3 access from the ODB network.
84
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-s3policydocument}
85
+ */
86
+ S3PolicyDocument?: string | undefined;
70
87
  /**
71
88
  * Tags to assign to the Odb Network.
72
89
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-tags}
73
90
  */
74
91
  Tags?: Tag[] | undefined;
92
+ /**
93
+ * The configuration for Zero-ETL access from the ODB network.
94
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-zeroetlaccess}
95
+ */
96
+ ZeroEtlAccess?: "ENABLED" | "DISABLED" | undefined;
75
97
  };
76
98
  /**
77
99
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#aws-resource-odb-odbnetwork-return-values}
@@ -0,0 +1,71 @@
1
+ import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
2
+ /**
3
+ * Creates a peering connection between an ODB network and either another ODB network or a customer-owned VPC.
4
+ *
5
+ * A peering connection enables private connectivity between the networks for application-tier communication.
6
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html}
7
+ */
8
+ export type ODBOdbPeeringConnection = ResourceDefinitionWithAttributes<"AWS::ODB::OdbPeeringConnection", ODBOdbPeeringConnectionProps, ODBOdbPeeringConnectionAttribs>;
9
+ /**
10
+ * Creates a peering connection between an ODB network and either another ODB network or a customer-owned VPC.
11
+ *
12
+ * A peering connection enables private connectivity between the networks for application-tier communication.
13
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html}
14
+ */
15
+ export type ODBOdbPeeringConnectionProps = {
16
+ /**
17
+ * The display name of the ODB peering connection.
18
+ * @minLength 1
19
+ * @maxLength 255
20
+ * @pattern ^[a-zA-Z_](?!.*--)[a-zA-Z0-9_-]*$
21
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html#cfn-odb-odbpeeringconnection-displayname}
22
+ */
23
+ DisplayName?: string | undefined;
24
+ /**
25
+ * The unique identifier of the ODB network.
26
+ * @minLength 6
27
+ * @maxLength 2048
28
+ * @pattern ^(arn:(?:aws|aws-cn|aws-us-gov|aws-iso-{0,1}[a-z]{0,1}):[a-z0-9-]+:[a-z0-9-]*:[0-9]+:[a-z0-9-]+/[a-zA-Z0-9_~.-]{6,64}|[a-zA-Z0-9_~.-]{6,64})$
29
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html#cfn-odb-odbpeeringconnection-odbnetworkid}
30
+ */
31
+ OdbNetworkId?: string | undefined;
32
+ /**
33
+ * The unique identifier of the peer network.
34
+ * @minLength 6
35
+ * @maxLength 2048
36
+ * @pattern ^(arn:(?:aws|aws-cn|aws-us-gov|aws-iso-{0,1}[a-z]{0,1}):[a-z0-9-]+:[a-z0-9-]*:[0-9]+:[a-z0-9-]+/[a-zA-Z0-9_~.-]{6,64}|[a-zA-Z0-9_~.-]{6,64})$
37
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html#cfn-odb-odbpeeringconnection-peernetworkid}
38
+ */
39
+ PeerNetworkId?: string | undefined;
40
+ /**
41
+ * Tags to assign to the Odb peering connection.
42
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html#cfn-odb-odbpeeringconnection-tags}
43
+ */
44
+ Tags?: Tag[] | undefined;
45
+ };
46
+ /**
47
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html#aws-resource-odb-odbpeeringconnection-return-values}
48
+ */
49
+ export type ODBOdbPeeringConnectionAttribs = {
50
+ /**
51
+ * The Amazon Resource Name (ARN) of the ODB network that initiated the peering connection.
52
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html#cfn-odb-odbpeeringconnection-odbnetworkarn}
53
+ */
54
+ OdbNetworkArn: string;
55
+ /**
56
+ * The Amazon Resource Name (ARN) of the ODB peering connection.
57
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html#cfn-odb-odbpeeringconnection-odbpeeringconnectionarn}
58
+ */
59
+ OdbPeeringConnectionArn: string;
60
+ /**
61
+ * The unique identifier of the ODB peering connection. A sample ID is `odbpcx-abcdefgh12345678` .
62
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html#cfn-odb-odbpeeringconnection-odbpeeringconnectionid}
63
+ */
64
+ OdbPeeringConnectionId: string;
65
+ /**
66
+ * The Amazon Resource Name (ARN) of the peer network.
67
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html#cfn-odb-odbpeeringconnection-peernetworkarn}
68
+ */
69
+ PeerNetworkArn: string;
70
+ };
71
+ //# sourceMappingURL=aws-odb-odbpeeringconnection.d.ts.map
@@ -17,6 +17,7 @@ export type OpenSearchServerlessSecurityConfigProps = {
17
17
  */
18
18
  Description?: string | undefined;
19
19
  /**
20
+ * Describes IAM federation options in the form of a key-value map. Contains configuration details about how OpenSearch Serverless integrates with external identity providers through federation.
20
21
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchserverless-securityconfig.html#cfn-opensearchserverless-securityconfig-iamfederationoptions}
21
22
  */
22
23
  IamFederationOptions?: IamFederationConfigOptions | undefined;
@@ -72,17 +73,17 @@ export type OpenSearchServerlessSecurityConfigAttribs = {
72
73
  Id: string;
73
74
  };
74
75
  /**
75
- * Describe IAM federation options in form of key value map
76
+ * Describes IAM federation options for an OpenSearch Serverless security configuration in the form of a key-value map. These options define how OpenSearch Serverless integrates with external identity providers using federation.
76
77
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-securityconfig-iamfederationconfigoptions.html}
77
78
  */
78
79
  export type IamFederationConfigOptions = {
79
80
  /**
80
- * Group attribute for this IAM federation integration
81
+ * The group attribute for this IAM federation integration. This attribute is used to map identity provider groups to OpenSearch Serverless permissions.
81
82
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-securityconfig-iamfederationconfigoptions.html#cfn-opensearchserverless-securityconfig-iamfederationconfigoptions-groupattribute}
82
83
  */
83
84
  GroupAttribute?: string | undefined;
84
85
  /**
85
- * User attribute for this IAM federation integration
86
+ * The user attribute for this IAM federation integration. This attribute is used to identify users in the federated authentication process.
86
87
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-securityconfig-iamfederationconfigoptions.html#cfn-opensearchserverless-securityconfig-iamfederationconfigoptions-userattribute}
87
88
  */
88
89
  UserAttribute?: string | undefined;
@@ -332,7 +332,7 @@ export type DomainEndpointOptions = {
332
332
  */
333
333
  CustomEndpoint?: string | undefined;
334
334
  /**
335
- * The AWS Certificate Manager ARN for your domain's SSL/TLS certificate. Required if you enabled a custom endpoint for the domain.
335
+ * The Certificate Manager ARN for your domain's SSL/TLS certificate. Required if you enabled a custom endpoint for the domain.
336
336
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-domainendpointoptions.html#cfn-opensearchservice-domain-domainendpointoptions-customendpointcertificatearn}
337
337
  */
338
338
  CustomEndpointCertificateArn?: string | undefined;
@@ -133,7 +133,7 @@ export type Accounting = {
133
133
  */
134
134
  export type AuthKey = {
135
135
  /**
136
- * The Amazon Resource Name (ARN) of the the shared Slurm key.
136
+ * The Amazon Resource Name (ARN) of the shared Slurm key.
137
137
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-cluster-authkey.html#cfn-pcs-cluster-authkey-secretarn}
138
138
  */
139
139
  SecretArn: string;
@@ -41,7 +41,7 @@ export type PCSComputeNodeGroupProps = {
41
41
  */
42
42
  IamInstanceProfileArn: string;
43
43
  /**
44
- * A list of EC2 instance configurations that AWS AWS PCS can provision in the compute node group.
44
+ * A list of EC2 instance configurations that AWS PCS can provision in the compute node group.
45
45
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-computenodegroup.html#cfn-pcs-computenodegroup-instanceconfigs}
46
46
  */
47
47
  InstanceConfigs: InstanceConfig[];
@@ -35,6 +35,8 @@ export type QuickSightDashboardProps = {
35
35
  * - `AvailabilityStatus` for `AdHocFilteringOption` - This status can be either `ENABLED` or `DISABLED` . When this is set to `DISABLED` , Amazon QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option is `ENABLED` by default.
36
36
  * - `AvailabilityStatus` for `ExportToCSVOption` - This status can be either `ENABLED` or `DISABLED` . The visual option to export data to .CSV format isn't enabled when this is set to `DISABLED` . This option is `ENABLED` by default.
37
37
  * - `VisibilityState` for `SheetControlsOption` - This visibility state can be either `COLLAPSED` or `EXPANDED` . This option is `COLLAPSED` by default.
38
+ * - `AvailabilityStatus` for `ExecutiveSummaryOption` - This status can be either `ENABLED` or `DISABLED` . The option to build an executive summary is disabled when this is set to `DISABLED` . This option is `ENABLED` by default.
39
+ * - `AvailabilityStatus` for `DataStoriesSharingOption` - This status can be either `ENABLED` or `DISABLED` . The option to share a data story is disabled when this is set to `DISABLED` . This option is `ENABLED` by default.
38
40
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-dashboard.html#cfn-quicksight-dashboard-dashboardpublishoptions}
39
41
  */
40
42
  DashboardPublishOptions?: DashboardPublishOptions | undefined;
@@ -317,10 +319,12 @@ export type ArcThicknessOptions = "SMALL" | "MEDIUM" | "LARGE";
317
319
  */
318
320
  export type AssetOptions = {
319
321
  /**
322
+ * A list of dataset ARNS to exclude from Dashboard Q&A.
320
323
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-assetoptions.html#cfn-quicksight-dashboard-assetoptions-excludeddatasetarns}
321
324
  */
322
325
  ExcludedDataSetArns?: string[] | undefined;
323
326
  /**
327
+ * Determines whether insight summaries from Amazon Q Business are allowed in Dashboard Q&A.
324
328
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-assetoptions.html#cfn-quicksight-dashboard-assetoptions-qbusinessinsightsstatus}
325
329
  */
326
330
  QBusinessInsightsStatus?: QBusinessInsightsStatus | undefined;
@@ -2484,6 +2488,7 @@ export type DashboardPublishOptions = {
2484
2488
  */
2485
2489
  DataPointTooltipOption?: DataPointTooltipOption | undefined;
2486
2490
  /**
2491
+ * Adds Q&A capabilities to an Amazon QuickSight dashboard. If no topic is linked, Dashboard Q&A uses the data values that are rendered on the dashboard. End users can use Dashboard Q&A to ask for different slices of the data that they see on the dashboard. If a topic is linked, Topic Q&A is used.
2487
2492
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboardpublishoptions.html#cfn-quicksight-dashboard-dashboardpublishoptions-dataqaenabledoption}
2488
2493
  */
2489
2494
  DataQAEnabledOption?: DataQAEnabledOption | undefined;
@@ -2930,10 +2935,12 @@ export type DataPointTooltipOption = {
2930
2935
  AvailabilityStatus?: DashboardBehavior | undefined;
2931
2936
  };
2932
2937
  /**
2938
+ * Adds Q&A capabilities to a dashboard. If no topic is linked, Dashboard Q&A uses the data values that are rendered on the dashboard. End users can use Dashboard Q&A to ask for different slices of the data that they see on the dashboard. If a topic is linked, Topic Q&A is enabled.
2933
2939
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dataqaenabledoption.html}
2934
2940
  */
2935
2941
  export type DataQAEnabledOption = {
2936
2942
  /**
2943
+ * The status of the Data Q&A option on the dashboard.
2937
2944
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dataqaenabledoption.html#cfn-quicksight-dashboard-dataqaenabledoption-availabilitystatus}
2938
2945
  */
2939
2946
  AvailabilityStatus?: DashboardBehavior | undefined;
@@ -43,6 +43,7 @@ export type ServiceCatalogLaunchTemplateConstraintProps = {
43
43
  */
44
44
  export type ServiceCatalogLaunchTemplateConstraintAttribs = {
45
45
  /**
46
+ * Unique identifier for the constraint
46
47
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-id}
47
48
  */
48
49
  Id: string;
@@ -21,12 +21,12 @@ export type ServiceCatalogPortfolioPrincipalAssociationProps = {
21
21
  * The portfolio identifier.
22
22
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid}
23
23
  */
24
- PortfolioId: string;
24
+ PortfolioId?: string | undefined;
25
25
  /**
26
26
  * The ARN of the principal ( IAM user, role, or group).
27
27
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn}
28
28
  */
29
- PrincipalARN: string;
29
+ PrincipalARN?: string | undefined;
30
30
  /**
31
31
  * The principal type. The supported values are `IAM` and `IAM_PATTERN` .
32
32
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype}