@awboost/cfn-resource-types 0.1.399 → 0.1.400
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.
|
@@ -6,6 +6,10 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
|
|
|
6
6
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appintegrations-application.html}
|
|
7
7
|
*/
|
|
8
8
|
export type AppIntegrationsApplicationProperties = {
|
|
9
|
+
/**
|
|
10
|
+
* The application configuration. Cannot be used when IsService is true.
|
|
11
|
+
*/
|
|
12
|
+
ApplicationConfig?: ApplicationConfig;
|
|
9
13
|
/**
|
|
10
14
|
* Application source config
|
|
11
15
|
*/
|
|
@@ -18,6 +22,18 @@ export type AppIntegrationsApplicationProperties = {
|
|
|
18
22
|
* @maxLength `1000`
|
|
19
23
|
*/
|
|
20
24
|
Description: string;
|
|
25
|
+
/**
|
|
26
|
+
* The iframe configuration
|
|
27
|
+
*/
|
|
28
|
+
IframeConfig?: IframeConfig;
|
|
29
|
+
/**
|
|
30
|
+
* The initialization timeout in milliseconds. Required when IsService is true.
|
|
31
|
+
*/
|
|
32
|
+
InitializationTimeout?: number;
|
|
33
|
+
/**
|
|
34
|
+
* Indicates if the application is a service
|
|
35
|
+
*/
|
|
36
|
+
IsService?: boolean;
|
|
21
37
|
/**
|
|
22
38
|
* The name of the application.
|
|
23
39
|
* @minLength `1`
|
|
@@ -65,6 +81,20 @@ export type AppIntegrationsApplicationAttributes = {
|
|
|
65
81
|
*/
|
|
66
82
|
Id: string;
|
|
67
83
|
};
|
|
84
|
+
/**
|
|
85
|
+
* Type definition for `AWS::AppIntegrations::Application.ApplicationConfig`.
|
|
86
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-application-applicationconfig.html}
|
|
87
|
+
*/
|
|
88
|
+
export type ApplicationConfig = {
|
|
89
|
+
ContactHandling?: ContactHandling;
|
|
90
|
+
};
|
|
91
|
+
/**
|
|
92
|
+
* Type definition for `AWS::AppIntegrations::Application.ContactHandling`.
|
|
93
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-application-contacthandling.html}
|
|
94
|
+
*/
|
|
95
|
+
export type ContactHandling = {
|
|
96
|
+
Scope: "CROSS_CONTACTS" | "PER_CONTACT";
|
|
97
|
+
};
|
|
68
98
|
/**
|
|
69
99
|
* Type definition for `AWS::AppIntegrations::Application.ExternalUrlConfig`.
|
|
70
100
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-application-externalurlconfig.html}
|
|
@@ -82,6 +112,14 @@ export type ExternalUrlConfig = {
|
|
|
82
112
|
*/
|
|
83
113
|
ApprovedOrigins?: string[];
|
|
84
114
|
};
|
|
115
|
+
/**
|
|
116
|
+
* Type definition for `AWS::AppIntegrations::Application.IframeConfig`.
|
|
117
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-application-iframeconfig.html}
|
|
118
|
+
*/
|
|
119
|
+
export type IframeConfig = {
|
|
120
|
+
Allow?: string[];
|
|
121
|
+
Sandbox?: string[];
|
|
122
|
+
};
|
|
85
123
|
/**
|
|
86
124
|
* Type definition for `AWS::AppIntegrations::Application.Tag`.
|
|
87
125
|
* A label for tagging Application resources
|
|
@@ -144,6 +144,10 @@ export type UserPhoneConfig = {
|
|
|
144
144
|
* The phone number for the user's desk phone.
|
|
145
145
|
*/
|
|
146
146
|
DeskPhoneNumber?: string;
|
|
147
|
+
/**
|
|
148
|
+
* The Persistent Connection setting.
|
|
149
|
+
*/
|
|
150
|
+
PersistentConnection?: boolean;
|
|
147
151
|
/**
|
|
148
152
|
* The phone type.
|
|
149
153
|
*/
|
|
@@ -92,7 +92,7 @@ export type EnableIoTLoggingParams = {
|
|
|
92
92
|
LogLevel: "DEBUG" | "INFO" | "ERROR" | "WARN" | "UNSET_VALUE";
|
|
93
93
|
/**
|
|
94
94
|
* The ARN of the IAM role used for logging.
|
|
95
|
-
* @minLength `
|
|
95
|
+
* @minLength `11`
|
|
96
96
|
* @maxLength `2048`
|
|
97
97
|
*/
|
|
98
98
|
RoleArnForLogging: string;
|
|
@@ -105,7 +105,7 @@ export type EnableIoTLoggingParams = {
|
|
|
105
105
|
export type PublishFindingToSnsParams = {
|
|
106
106
|
/**
|
|
107
107
|
* The ARN of the topic to which you want to publish the findings.
|
|
108
|
-
* @minLength `
|
|
108
|
+
* @minLength `11`
|
|
109
109
|
* @maxLength `2048`
|
|
110
110
|
*/
|
|
111
111
|
TopicArn: string;
|
|
@@ -32,7 +32,7 @@ export type LambdaPermissionProperties = {
|
|
|
32
32
|
You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
|
33
33
|
* @minLength `1`
|
|
34
34
|
* @maxLength `140`
|
|
35
|
-
* @pattern `^(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}:)?(\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\$LATEST|[a-zA-Z0-9-_]+))?$`
|
|
35
|
+
* @pattern `^(arn:(aws[a-zA-Z-]*)?:lambda:)?((eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}:)?(\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\$LATEST|[a-zA-Z0-9-_]+))?$`
|
|
36
36
|
*/
|
|
37
37
|
FunctionName: string;
|
|
38
38
|
/**
|
|
@@ -65,7 +65,7 @@ export type LambdaPermissionProperties = {
|
|
|
65
65
|
Note that Lambda configures the comparison using the ``StringLike`` operator.
|
|
66
66
|
* @minLength `12`
|
|
67
67
|
* @maxLength `1024`
|
|
68
|
-
* @pattern `^arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-])+:([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1})?:(\d{12})?:(.*)$`
|
|
68
|
+
* @pattern `^arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-])+:((eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1})?:(\d{12})?:(.*)$`
|
|
69
69
|
*/
|
|
70
70
|
SourceArn?: string;
|
|
71
71
|
};
|