@awboost/cfntypes 1.0.0-beta.63 → 1.0.0-beta.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/resources.generated/AWS-ConnectCampaigns.d.ts +12 -1
- package/lib/resources.generated/AWS-ElasticLoadBalancingV2.d.ts +11 -10
- package/lib/resources.generated/AWS-ElasticLoadBalancingV2.js +3 -2
- package/lib/resources.generated/AWS-Events.d.ts +10 -1
- package/lib/resources.generated/AWS-Events.js +1 -1
- package/lib/resources.generated/AWS-IoT.d.ts +61 -1
- package/lib/resources.generated/AWS-IoT.js +26 -0
- package/lib/resources.generated/AWS-Lambda.d.ts +1 -0
- package/lib/resources.generated/AWS-NetworkManager.d.ts +5 -0
- package/lib/resources.generated/AWS-NetworkManager.js +2 -2
- package/lib/resources.generated/AWS-QuickSight.d.ts +174 -0
- package/lib/resources.generated/AWS-S3ObjectLambda.d.ts +1 -11
- package/lib/resources.generated/AWS-S3ObjectLambda.js +0 -2
- package/lib/resources.generated/core.d.ts +1 -1
- package/package.json +2 -2
@@ -1,6 +1,14 @@
|
|
1
1
|
import { ResourceBase } from "../util.js";
|
2
2
|
import { ResourceOptions } from "../template.js";
|
3
3
|
import { Tag } from "./core.js";
|
4
|
+
/**
|
5
|
+
* Type definition for AWS::ConnectCampaigns::Campaign.AgentlessDialerConfig
|
6
|
+
*
|
7
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaigns-campaign-agentlessdialerconfig.html | AWS::ConnectCampaigns::Campaign.AgentlessDialerConfig}
|
8
|
+
*/
|
9
|
+
export interface ConnectCampaignsCampaignAgentlessDialerConfig {
|
10
|
+
DialingCapacity?: number;
|
11
|
+
}
|
4
12
|
/**
|
5
13
|
* Type definition for AWS::ConnectCampaigns::Campaign.AnswerMachineDetectionConfig
|
6
14
|
*
|
@@ -15,6 +23,7 @@ export interface ConnectCampaignsCampaignAnswerMachineDetectionConfig {
|
|
15
23
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaigns-campaign-dialerconfig.html | AWS::ConnectCampaigns::Campaign.DialerConfig}
|
16
24
|
*/
|
17
25
|
export interface ConnectCampaignsCampaignDialerConfig {
|
26
|
+
AgentlessDialerConfig?: ConnectCampaignsCampaignAgentlessDialerConfig;
|
18
27
|
PredictiveDialerConfig?: ConnectCampaignsCampaignPredictiveDialerConfig;
|
19
28
|
ProgressiveDialerConfig?: ConnectCampaignsCampaignProgressiveDialerConfig;
|
20
29
|
}
|
@@ -25,7 +34,7 @@ export interface ConnectCampaignsCampaignDialerConfig {
|
|
25
34
|
*/
|
26
35
|
export interface ConnectCampaignsCampaignOutboundCallConfig {
|
27
36
|
ConnectContactFlowArn: string;
|
28
|
-
ConnectQueueArn
|
37
|
+
ConnectQueueArn?: string;
|
29
38
|
AnswerMachineDetectionConfig?: ConnectCampaignsCampaignAnswerMachineDetectionConfig;
|
30
39
|
ConnectSourcePhoneNumber?: string;
|
31
40
|
}
|
@@ -35,6 +44,7 @@ export interface ConnectCampaignsCampaignOutboundCallConfig {
|
|
35
44
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaigns-campaign-predictivedialerconfig.html | AWS::ConnectCampaigns::Campaign.PredictiveDialerConfig}
|
36
45
|
*/
|
37
46
|
export interface ConnectCampaignsCampaignPredictiveDialerConfig {
|
47
|
+
DialingCapacity?: number;
|
38
48
|
BandwidthAllocation: number;
|
39
49
|
}
|
40
50
|
/**
|
@@ -43,6 +53,7 @@ export interface ConnectCampaignsCampaignPredictiveDialerConfig {
|
|
43
53
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaigns-campaign-progressivedialerconfig.html | AWS::ConnectCampaigns::Campaign.ProgressiveDialerConfig}
|
44
54
|
*/
|
45
55
|
export interface ConnectCampaignsCampaignProgressiveDialerConfig {
|
56
|
+
DialingCapacity?: number;
|
46
57
|
BandwidthAllocation: number;
|
47
58
|
}
|
48
59
|
/**
|
@@ -291,11 +291,11 @@ export interface ElasticLoadBalancingV2ListenerRuleTargetGroupTuple {
|
|
291
291
|
/**
|
292
292
|
* Type definition for AWS::ElasticLoadBalancingV2::LoadBalancer.LoadBalancerAttribute
|
293
293
|
*
|
294
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-loadbalancer-
|
294
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-loadbalancer-loadbalancerattribute.html | AWS::ElasticLoadBalancingV2::LoadBalancer.LoadBalancerAttribute}
|
295
295
|
*/
|
296
296
|
export interface ElasticLoadBalancingV2LoadBalancerLoadBalancerAttribute {
|
297
|
-
Key?: string;
|
298
297
|
Value?: string;
|
298
|
+
Key?: string;
|
299
299
|
}
|
300
300
|
/**
|
301
301
|
* Type definition for AWS::ElasticLoadBalancingV2::LoadBalancer.SubnetMapping
|
@@ -305,8 +305,8 @@ export interface ElasticLoadBalancingV2LoadBalancerLoadBalancerAttribute {
|
|
305
305
|
export interface ElasticLoadBalancingV2LoadBalancerSubnetMapping {
|
306
306
|
AllocationId?: string;
|
307
307
|
IPv6Address?: string;
|
308
|
-
PrivateIPv4Address?: string;
|
309
308
|
SubnetId: string;
|
309
|
+
PrivateIPv4Address?: string;
|
310
310
|
}
|
311
311
|
/**
|
312
312
|
* Type definition for AWS::ElasticLoadBalancingV2::TargetGroup.Matcher
|
@@ -424,14 +424,14 @@ export declare class ElasticLoadBalancingV2ListenerRule extends ResourceBase<"AW
|
|
424
424
|
*/
|
425
425
|
export interface ElasticLoadBalancingV2LoadBalancerProps {
|
426
426
|
IpAddressType?: string;
|
427
|
-
LoadBalancerAttributes?: any[];
|
428
|
-
Name?: string;
|
429
|
-
Scheme?: string;
|
430
427
|
SecurityGroups?: any[];
|
431
|
-
|
428
|
+
LoadBalancerAttributes?: any[];
|
432
429
|
Subnets?: any[];
|
433
|
-
Tags?: Tag[];
|
434
430
|
Type?: string;
|
431
|
+
Scheme?: string;
|
432
|
+
Tags?: Tag[];
|
433
|
+
Name?: string;
|
434
|
+
SubnetMappings?: any[];
|
435
435
|
}
|
436
436
|
/**
|
437
437
|
* Attributes type definition for AWS::ElasticLoadBalancingV2::LoadBalancer
|
@@ -439,11 +439,12 @@ export interface ElasticLoadBalancingV2LoadBalancerProps {
|
|
439
439
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html | AWS::ElasticLoadBalancingV2::LoadBalancer}
|
440
440
|
*/
|
441
441
|
export interface ElasticLoadBalancingV2LoadBalancerAttribs {
|
442
|
+
SecurityGroups?: any[];
|
443
|
+
LoadBalancerName?: string;
|
442
444
|
CanonicalHostedZoneID?: string;
|
445
|
+
LoadBalancerArn?: string;
|
443
446
|
DNSName?: string;
|
444
447
|
LoadBalancerFullName?: string;
|
445
|
-
LoadBalancerName?: string;
|
446
|
-
SecurityGroups?: any[];
|
447
448
|
}
|
448
449
|
/**
|
449
450
|
* Resource class for AWS::ElasticLoadBalancingV2::LoadBalancer
|
@@ -50,11 +50,12 @@ class ElasticLoadBalancingV2LoadBalancer extends ResourceBase {
|
|
50
50
|
}
|
51
51
|
ElasticLoadBalancingV2LoadBalancer.Type = "AWS::ElasticLoadBalancingV2::LoadBalancer";
|
52
52
|
ElasticLoadBalancingV2LoadBalancer.AttributeNames = [
|
53
|
+
"SecurityGroups",
|
54
|
+
"LoadBalancerName",
|
53
55
|
"CanonicalHostedZoneID",
|
56
|
+
"LoadBalancerArn",
|
54
57
|
"DNSName",
|
55
58
|
"LoadBalancerFullName",
|
56
|
-
"LoadBalancerName",
|
57
|
-
"SecurityGroups",
|
58
59
|
];
|
59
60
|
export { ElasticLoadBalancingV2LoadBalancer };
|
60
61
|
/**
|
@@ -119,6 +119,15 @@ export interface EventsEndpointRoutingConfig {
|
|
119
119
|
export interface EventsEndpointSecondary {
|
120
120
|
Route: string;
|
121
121
|
}
|
122
|
+
/**
|
123
|
+
* Type definition for AWS::Events::EventBus.TagEntry
|
124
|
+
*
|
125
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbus-tagentry.html | AWS::Events::EventBus.TagEntry}
|
126
|
+
*/
|
127
|
+
export interface EventsEventBusTagEntry {
|
128
|
+
Value: string;
|
129
|
+
Key: string;
|
130
|
+
}
|
122
131
|
/**
|
123
132
|
* Type definition for AWS::Events::EventBusPolicy.Condition
|
124
133
|
*
|
@@ -486,7 +495,6 @@ export declare class EventsEndpoint extends ResourceBase<"AWS::Events::Endpoint"
|
|
486
495
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html | AWS::Events::EventBus}
|
487
496
|
*/
|
488
497
|
export interface EventsEventBusProps {
|
489
|
-
Policy?: object;
|
490
498
|
EventSourceName?: string;
|
491
499
|
Tags?: Tag[];
|
492
500
|
Name: string;
|
@@ -497,6 +505,7 @@ export interface EventsEventBusProps {
|
|
497
505
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html | AWS::Events::EventBus}
|
498
506
|
*/
|
499
507
|
export interface EventsEventBusAttribs {
|
508
|
+
Policy?: string;
|
500
509
|
Arn?: string;
|
501
510
|
Name?: string;
|
502
511
|
}
|
@@ -62,7 +62,7 @@ class EventsEventBus extends ResourceBase {
|
|
62
62
|
}
|
63
63
|
}
|
64
64
|
EventsEventBus.Type = "AWS::Events::EventBus";
|
65
|
-
EventsEventBus.AttributeNames = ["Arn", "Name"];
|
65
|
+
EventsEventBus.AttributeNames = ["Policy", "Arn", "Name"];
|
66
66
|
export { EventsEventBus };
|
67
67
|
/**
|
68
68
|
* Resource class for AWS::Events::EventBusPolicy
|
@@ -393,8 +393,8 @@ export interface IoTTopicRuleAction {
|
|
393
393
|
IotEvents?: IoTTopicRuleIotEventsAction;
|
394
394
|
Firehose?: IoTTopicRuleFirehoseAction;
|
395
395
|
Republish?: IoTTopicRuleRepublishAction;
|
396
|
-
StepFunctions?: IoTTopicRuleStepFunctionsAction;
|
397
396
|
Kafka?: IoTTopicRuleKafkaAction;
|
397
|
+
StepFunctions?: IoTTopicRuleStepFunctionsAction;
|
398
398
|
DynamoDB?: IoTTopicRuleDynamoDBAction;
|
399
399
|
Http?: IoTTopicRuleHttpAction;
|
400
400
|
OpenSearch?: IoTTopicRuleOpenSearchAction;
|
@@ -1379,6 +1379,66 @@ export declare class IoTSecurityProfile extends ResourceBase<"AWS::IoT::Security
|
|
1379
1379
|
static readonly AttributeNames: readonly (keyof IoTSecurityProfileAttribs)[];
|
1380
1380
|
constructor(logicalId: string, properties: IoTSecurityProfileProps, options?: ResourceOptions);
|
1381
1381
|
}
|
1382
|
+
/**
|
1383
|
+
* Type definition for AWS::IoT::SoftwarePackage
|
1384
|
+
*
|
1385
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-softwarepackage.html | AWS::IoT::SoftwarePackage}
|
1386
|
+
*/
|
1387
|
+
export interface IoTSoftwarePackageProps {
|
1388
|
+
Description?: string;
|
1389
|
+
PackageName?: string;
|
1390
|
+
Tags?: Tag[];
|
1391
|
+
}
|
1392
|
+
/**
|
1393
|
+
* Attributes type definition for AWS::IoT::SoftwarePackage
|
1394
|
+
*
|
1395
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-softwarepackage.html | AWS::IoT::SoftwarePackage}
|
1396
|
+
*/
|
1397
|
+
export interface IoTSoftwarePackageAttribs {
|
1398
|
+
PackageArn?: string;
|
1399
|
+
}
|
1400
|
+
/**
|
1401
|
+
* Resource class for AWS::IoT::SoftwarePackage
|
1402
|
+
*
|
1403
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-softwarepackage.html | AWS::IoT::SoftwarePackage}
|
1404
|
+
*/
|
1405
|
+
export declare class IoTSoftwarePackage extends ResourceBase<"AWS::IoT::SoftwarePackage", IoTSoftwarePackageProps, IoTSoftwarePackageAttribs> {
|
1406
|
+
static readonly Type = "AWS::IoT::SoftwarePackage";
|
1407
|
+
static readonly AttributeNames: readonly (keyof IoTSoftwarePackageAttribs)[];
|
1408
|
+
constructor(logicalId: string, properties: IoTSoftwarePackageProps, options?: ResourceOptions);
|
1409
|
+
}
|
1410
|
+
/**
|
1411
|
+
* Type definition for AWS::IoT::SoftwarePackageVersion
|
1412
|
+
*
|
1413
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-softwarepackageversion.html | AWS::IoT::SoftwarePackageVersion}
|
1414
|
+
*/
|
1415
|
+
export interface IoTSoftwarePackageVersionProps {
|
1416
|
+
Description?: string;
|
1417
|
+
PackageName: string;
|
1418
|
+
Attributes?: Record<string, any>;
|
1419
|
+
VersionName?: string;
|
1420
|
+
Tags?: Tag[];
|
1421
|
+
}
|
1422
|
+
/**
|
1423
|
+
* Attributes type definition for AWS::IoT::SoftwarePackageVersion
|
1424
|
+
*
|
1425
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-softwarepackageversion.html | AWS::IoT::SoftwarePackageVersion}
|
1426
|
+
*/
|
1427
|
+
export interface IoTSoftwarePackageVersionAttribs {
|
1428
|
+
PackageVersionArn?: string;
|
1429
|
+
Status?: string;
|
1430
|
+
ErrorReason?: string;
|
1431
|
+
}
|
1432
|
+
/**
|
1433
|
+
* Resource class for AWS::IoT::SoftwarePackageVersion
|
1434
|
+
*
|
1435
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-softwarepackageversion.html | AWS::IoT::SoftwarePackageVersion}
|
1436
|
+
*/
|
1437
|
+
export declare class IoTSoftwarePackageVersion extends ResourceBase<"AWS::IoT::SoftwarePackageVersion", IoTSoftwarePackageVersionProps, IoTSoftwarePackageVersionAttribs> {
|
1438
|
+
static readonly Type = "AWS::IoT::SoftwarePackageVersion";
|
1439
|
+
static readonly AttributeNames: readonly (keyof IoTSoftwarePackageVersionAttribs)[];
|
1440
|
+
constructor(logicalId: string, properties: IoTSoftwarePackageVersionProps, options?: ResourceOptions);
|
1441
|
+
}
|
1382
1442
|
/**
|
1383
1443
|
* Type definition for AWS::IoT::Thing
|
1384
1444
|
*
|
@@ -249,6 +249,32 @@ class IoTSecurityProfile extends ResourceBase {
|
|
249
249
|
IoTSecurityProfile.Type = "AWS::IoT::SecurityProfile";
|
250
250
|
IoTSecurityProfile.AttributeNames = ["SecurityProfileArn"];
|
251
251
|
export { IoTSecurityProfile };
|
252
|
+
/**
|
253
|
+
* Resource class for AWS::IoT::SoftwarePackage
|
254
|
+
*
|
255
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-softwarepackage.html | AWS::IoT::SoftwarePackage}
|
256
|
+
*/
|
257
|
+
class IoTSoftwarePackage extends ResourceBase {
|
258
|
+
constructor(logicalId, properties, options) {
|
259
|
+
super(IoTSoftwarePackage.Type, IoTSoftwarePackage.AttributeNames, logicalId, properties, options);
|
260
|
+
}
|
261
|
+
}
|
262
|
+
IoTSoftwarePackage.Type = "AWS::IoT::SoftwarePackage";
|
263
|
+
IoTSoftwarePackage.AttributeNames = ["PackageArn"];
|
264
|
+
export { IoTSoftwarePackage };
|
265
|
+
/**
|
266
|
+
* Resource class for AWS::IoT::SoftwarePackageVersion
|
267
|
+
*
|
268
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-softwarepackageversion.html | AWS::IoT::SoftwarePackageVersion}
|
269
|
+
*/
|
270
|
+
class IoTSoftwarePackageVersion extends ResourceBase {
|
271
|
+
constructor(logicalId, properties, options) {
|
272
|
+
super(IoTSoftwarePackageVersion.Type, IoTSoftwarePackageVersion.AttributeNames, logicalId, properties, options);
|
273
|
+
}
|
274
|
+
}
|
275
|
+
IoTSoftwarePackageVersion.Type = "AWS::IoT::SoftwarePackageVersion";
|
276
|
+
IoTSoftwarePackageVersion.AttributeNames = ["PackageVersionArn", "Status", "ErrorReason"];
|
277
|
+
export { IoTSoftwarePackageVersion };
|
252
278
|
/**
|
253
279
|
* Resource class for AWS::IoT::Thing
|
254
280
|
*
|
@@ -253,6 +253,7 @@ export interface LambdaFunctionTracingConfig {
|
|
253
253
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-vpcconfig.html | AWS::Lambda::Function.VpcConfig}
|
254
254
|
*/
|
255
255
|
export interface LambdaFunctionVpcConfig {
|
256
|
+
Ipv6AllowedForDualStack?: boolean;
|
256
257
|
SecurityGroupIds?: any[];
|
257
258
|
SubnetIds?: any[];
|
258
259
|
}
|
@@ -309,6 +309,7 @@ export interface NetworkManagerDeviceProps {
|
|
309
309
|
export interface NetworkManagerDeviceAttribs {
|
310
310
|
DeviceArn?: string;
|
311
311
|
DeviceId?: string;
|
312
|
+
State?: string;
|
312
313
|
CreatedAt?: string;
|
313
314
|
}
|
314
315
|
/**
|
@@ -328,6 +329,8 @@ export declare class NetworkManagerDevice extends ResourceBase<"AWS::NetworkMana
|
|
328
329
|
*/
|
329
330
|
export interface NetworkManagerGlobalNetworkProps {
|
330
331
|
Description?: string;
|
332
|
+
State?: string;
|
333
|
+
CreatedAt?: string;
|
331
334
|
Tags?: Tag[];
|
332
335
|
}
|
333
336
|
/**
|
@@ -421,6 +424,8 @@ export interface NetworkManagerSiteProps {
|
|
421
424
|
export interface NetworkManagerSiteAttribs {
|
422
425
|
SiteId?: string;
|
423
426
|
SiteArn?: string;
|
427
|
+
State?: string;
|
428
|
+
CreatedAt?: string;
|
424
429
|
}
|
425
430
|
/**
|
426
431
|
* Resource class for AWS::NetworkManager::Site
|
@@ -93,7 +93,7 @@ class NetworkManagerDevice extends ResourceBase {
|
|
93
93
|
}
|
94
94
|
}
|
95
95
|
NetworkManagerDevice.Type = "AWS::NetworkManager::Device";
|
96
|
-
NetworkManagerDevice.AttributeNames = ["DeviceArn", "DeviceId", "CreatedAt"];
|
96
|
+
NetworkManagerDevice.AttributeNames = ["DeviceArn", "DeviceId", "State", "CreatedAt"];
|
97
97
|
export { NetworkManagerDevice };
|
98
98
|
/**
|
99
99
|
* Resource class for AWS::NetworkManager::GlobalNetwork
|
@@ -145,7 +145,7 @@ class NetworkManagerSite extends ResourceBase {
|
|
145
145
|
}
|
146
146
|
}
|
147
147
|
NetworkManagerSite.Type = "AWS::NetworkManager::Site";
|
148
|
-
NetworkManagerSite.AttributeNames = ["SiteId", "SiteArn"];
|
148
|
+
NetworkManagerSite.AttributeNames = ["SiteId", "SiteArn", "State", "CreatedAt"];
|
149
149
|
export { NetworkManagerSite };
|
150
150
|
/**
|
151
151
|
* Resource class for AWS::NetworkManager::SiteToSiteVpnAttachment
|
@@ -2290,6 +2290,24 @@ export interface QuickSightAnalysisItemsLimitConfiguration {
|
|
2290
2290
|
ItemsLimit?: number;
|
2291
2291
|
OtherCategories?: string;
|
2292
2292
|
}
|
2293
|
+
/**
|
2294
|
+
* Type definition for AWS::QuickSight::Analysis.KPIActualValueConditionalFormatting
|
2295
|
+
*
|
2296
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-kpiactualvalueconditionalformatting.html | AWS::QuickSight::Analysis.KPIActualValueConditionalFormatting}
|
2297
|
+
*/
|
2298
|
+
export interface QuickSightAnalysisKPIActualValueConditionalFormatting {
|
2299
|
+
TextColor?: QuickSightAnalysisConditionalFormattingColor;
|
2300
|
+
Icon?: QuickSightAnalysisConditionalFormattingIcon;
|
2301
|
+
}
|
2302
|
+
/**
|
2303
|
+
* Type definition for AWS::QuickSight::Analysis.KPIComparisonValueConditionalFormatting
|
2304
|
+
*
|
2305
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-kpicomparisonvalueconditionalformatting.html | AWS::QuickSight::Analysis.KPIComparisonValueConditionalFormatting}
|
2306
|
+
*/
|
2307
|
+
export interface QuickSightAnalysisKPIComparisonValueConditionalFormatting {
|
2308
|
+
TextColor?: QuickSightAnalysisConditionalFormattingColor;
|
2309
|
+
Icon?: QuickSightAnalysisConditionalFormattingIcon;
|
2310
|
+
}
|
2293
2311
|
/**
|
2294
2312
|
* Type definition for AWS::QuickSight::Analysis.KPIConditionalFormatting
|
2295
2313
|
*
|
@@ -2305,6 +2323,8 @@ export interface QuickSightAnalysisKPIConditionalFormatting {
|
|
2305
2323
|
*/
|
2306
2324
|
export interface QuickSightAnalysisKPIConditionalFormattingOption {
|
2307
2325
|
PrimaryValue?: QuickSightAnalysisKPIPrimaryValueConditionalFormatting;
|
2326
|
+
ActualValue?: QuickSightAnalysisKPIActualValueConditionalFormatting;
|
2327
|
+
ComparisonValue?: QuickSightAnalysisKPIComparisonValueConditionalFormatting;
|
2308
2328
|
ProgressBar?: QuickSightAnalysisKPIProgressBarConditionalFormatting;
|
2309
2329
|
}
|
2310
2330
|
/**
|
@@ -2334,12 +2354,14 @@ export interface QuickSightAnalysisKPIFieldWells {
|
|
2334
2354
|
*/
|
2335
2355
|
export interface QuickSightAnalysisKPIOptions {
|
2336
2356
|
SecondaryValueFontConfiguration?: QuickSightAnalysisFontConfiguration;
|
2357
|
+
VisualLayoutOptions?: QuickSightAnalysisKPIVisualLayoutOptions;
|
2337
2358
|
TrendArrows?: QuickSightAnalysisTrendArrowOptions;
|
2338
2359
|
SecondaryValue?: QuickSightAnalysisSecondaryValueOptions;
|
2339
2360
|
Comparison?: QuickSightAnalysisComparisonConfiguration;
|
2340
2361
|
PrimaryValueDisplayType?: string;
|
2341
2362
|
ProgressBar?: QuickSightAnalysisProgressBarOptions;
|
2342
2363
|
PrimaryValueFontConfiguration?: QuickSightAnalysisFontConfiguration;
|
2364
|
+
Sparkline?: QuickSightAnalysisKPISparklineOptions;
|
2343
2365
|
}
|
2344
2366
|
/**
|
2345
2367
|
* Type definition for AWS::QuickSight::Analysis.KPIPrimaryValueConditionalFormatting
|
@@ -2366,6 +2388,17 @@ export interface QuickSightAnalysisKPIProgressBarConditionalFormatting {
|
|
2366
2388
|
export interface QuickSightAnalysisKPISortConfiguration {
|
2367
2389
|
TrendGroupSort?: any[];
|
2368
2390
|
}
|
2391
|
+
/**
|
2392
|
+
* Type definition for AWS::QuickSight::Analysis.KPISparklineOptions
|
2393
|
+
*
|
2394
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-kpisparklineoptions.html | AWS::QuickSight::Analysis.KPISparklineOptions}
|
2395
|
+
*/
|
2396
|
+
export interface QuickSightAnalysisKPISparklineOptions {
|
2397
|
+
Type: string;
|
2398
|
+
Color?: string;
|
2399
|
+
TooltipVisibility?: string;
|
2400
|
+
Visibility?: string;
|
2401
|
+
}
|
2369
2402
|
/**
|
2370
2403
|
* Type definition for AWS::QuickSight::Analysis.KPIVisual
|
2371
2404
|
*
|
@@ -2380,6 +2413,22 @@ export interface QuickSightAnalysisKPIVisual {
|
|
2380
2413
|
Title?: QuickSightAnalysisVisualTitleLabelOptions;
|
2381
2414
|
ColumnHierarchies?: any[];
|
2382
2415
|
}
|
2416
|
+
/**
|
2417
|
+
* Type definition for AWS::QuickSight::Analysis.KPIVisualLayoutOptions
|
2418
|
+
*
|
2419
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-kpivisuallayoutoptions.html | AWS::QuickSight::Analysis.KPIVisualLayoutOptions}
|
2420
|
+
*/
|
2421
|
+
export interface QuickSightAnalysisKPIVisualLayoutOptions {
|
2422
|
+
StandardLayout?: QuickSightAnalysisKPIVisualStandardLayout;
|
2423
|
+
}
|
2424
|
+
/**
|
2425
|
+
* Type definition for AWS::QuickSight::Analysis.KPIVisualStandardLayout
|
2426
|
+
*
|
2427
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-kpivisualstandardlayout.html | AWS::QuickSight::Analysis.KPIVisualStandardLayout}
|
2428
|
+
*/
|
2429
|
+
export interface QuickSightAnalysisKPIVisualStandardLayout {
|
2430
|
+
Type: string;
|
2431
|
+
}
|
2383
2432
|
/**
|
2384
2433
|
* Type definition for AWS::QuickSight::Analysis.LabelOptions
|
2385
2434
|
*
|
@@ -4125,6 +4174,7 @@ export interface QuickSightAnalysisTableFieldOption {
|
|
4125
4174
|
*/
|
4126
4175
|
export interface QuickSightAnalysisTableFieldOptions {
|
4127
4176
|
Order?: any[];
|
4177
|
+
PinnedFieldOptions?: QuickSightAnalysisTablePinnedFieldOptions;
|
4128
4178
|
SelectedFieldOptions?: any[];
|
4129
4179
|
}
|
4130
4180
|
/**
|
@@ -4173,6 +4223,14 @@ export interface QuickSightAnalysisTablePaginatedReportOptions {
|
|
4173
4223
|
OverflowColumnHeaderVisibility?: string;
|
4174
4224
|
VerticalOverflowVisibility?: string;
|
4175
4225
|
}
|
4226
|
+
/**
|
4227
|
+
* Type definition for AWS::QuickSight::Analysis.TablePinnedFieldOptions
|
4228
|
+
*
|
4229
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-tablepinnedfieldoptions.html | AWS::QuickSight::Analysis.TablePinnedFieldOptions}
|
4230
|
+
*/
|
4231
|
+
export interface QuickSightAnalysisTablePinnedFieldOptions {
|
4232
|
+
PinnedLeftFields?: any[];
|
4233
|
+
}
|
4176
4234
|
/**
|
4177
4235
|
* Type definition for AWS::QuickSight::Analysis.TableRowConditionalFormatting
|
4178
4236
|
*
|
@@ -7131,6 +7189,24 @@ export interface QuickSightDashboardItemsLimitConfiguration {
|
|
7131
7189
|
ItemsLimit?: number;
|
7132
7190
|
OtherCategories?: string;
|
7133
7191
|
}
|
7192
|
+
/**
|
7193
|
+
* Type definition for AWS::QuickSight::Dashboard.KPIActualValueConditionalFormatting
|
7194
|
+
*
|
7195
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-kpiactualvalueconditionalformatting.html | AWS::QuickSight::Dashboard.KPIActualValueConditionalFormatting}
|
7196
|
+
*/
|
7197
|
+
export interface QuickSightDashboardKPIActualValueConditionalFormatting {
|
7198
|
+
TextColor?: QuickSightDashboardConditionalFormattingColor;
|
7199
|
+
Icon?: QuickSightDashboardConditionalFormattingIcon;
|
7200
|
+
}
|
7201
|
+
/**
|
7202
|
+
* Type definition for AWS::QuickSight::Dashboard.KPIComparisonValueConditionalFormatting
|
7203
|
+
*
|
7204
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-kpicomparisonvalueconditionalformatting.html | AWS::QuickSight::Dashboard.KPIComparisonValueConditionalFormatting}
|
7205
|
+
*/
|
7206
|
+
export interface QuickSightDashboardKPIComparisonValueConditionalFormatting {
|
7207
|
+
TextColor?: QuickSightDashboardConditionalFormattingColor;
|
7208
|
+
Icon?: QuickSightDashboardConditionalFormattingIcon;
|
7209
|
+
}
|
7134
7210
|
/**
|
7135
7211
|
* Type definition for AWS::QuickSight::Dashboard.KPIConditionalFormatting
|
7136
7212
|
*
|
@@ -7146,6 +7222,8 @@ export interface QuickSightDashboardKPIConditionalFormatting {
|
|
7146
7222
|
*/
|
7147
7223
|
export interface QuickSightDashboardKPIConditionalFormattingOption {
|
7148
7224
|
PrimaryValue?: QuickSightDashboardKPIPrimaryValueConditionalFormatting;
|
7225
|
+
ActualValue?: QuickSightDashboardKPIActualValueConditionalFormatting;
|
7226
|
+
ComparisonValue?: QuickSightDashboardKPIComparisonValueConditionalFormatting;
|
7149
7227
|
ProgressBar?: QuickSightDashboardKPIProgressBarConditionalFormatting;
|
7150
7228
|
}
|
7151
7229
|
/**
|
@@ -7175,12 +7253,14 @@ export interface QuickSightDashboardKPIFieldWells {
|
|
7175
7253
|
*/
|
7176
7254
|
export interface QuickSightDashboardKPIOptions {
|
7177
7255
|
SecondaryValueFontConfiguration?: QuickSightDashboardFontConfiguration;
|
7256
|
+
VisualLayoutOptions?: QuickSightDashboardKPIVisualLayoutOptions;
|
7178
7257
|
TrendArrows?: QuickSightDashboardTrendArrowOptions;
|
7179
7258
|
SecondaryValue?: QuickSightDashboardSecondaryValueOptions;
|
7180
7259
|
Comparison?: QuickSightDashboardComparisonConfiguration;
|
7181
7260
|
PrimaryValueDisplayType?: string;
|
7182
7261
|
ProgressBar?: QuickSightDashboardProgressBarOptions;
|
7183
7262
|
PrimaryValueFontConfiguration?: QuickSightDashboardFontConfiguration;
|
7263
|
+
Sparkline?: QuickSightDashboardKPISparklineOptions;
|
7184
7264
|
}
|
7185
7265
|
/**
|
7186
7266
|
* Type definition for AWS::QuickSight::Dashboard.KPIPrimaryValueConditionalFormatting
|
@@ -7207,6 +7287,17 @@ export interface QuickSightDashboardKPIProgressBarConditionalFormatting {
|
|
7207
7287
|
export interface QuickSightDashboardKPISortConfiguration {
|
7208
7288
|
TrendGroupSort?: any[];
|
7209
7289
|
}
|
7290
|
+
/**
|
7291
|
+
* Type definition for AWS::QuickSight::Dashboard.KPISparklineOptions
|
7292
|
+
*
|
7293
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-kpisparklineoptions.html | AWS::QuickSight::Dashboard.KPISparklineOptions}
|
7294
|
+
*/
|
7295
|
+
export interface QuickSightDashboardKPISparklineOptions {
|
7296
|
+
Type: string;
|
7297
|
+
Color?: string;
|
7298
|
+
TooltipVisibility?: string;
|
7299
|
+
Visibility?: string;
|
7300
|
+
}
|
7210
7301
|
/**
|
7211
7302
|
* Type definition for AWS::QuickSight::Dashboard.KPIVisual
|
7212
7303
|
*
|
@@ -7221,6 +7312,22 @@ export interface QuickSightDashboardKPIVisual {
|
|
7221
7312
|
Title?: QuickSightDashboardVisualTitleLabelOptions;
|
7222
7313
|
ColumnHierarchies?: any[];
|
7223
7314
|
}
|
7315
|
+
/**
|
7316
|
+
* Type definition for AWS::QuickSight::Dashboard.KPIVisualLayoutOptions
|
7317
|
+
*
|
7318
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-kpivisuallayoutoptions.html | AWS::QuickSight::Dashboard.KPIVisualLayoutOptions}
|
7319
|
+
*/
|
7320
|
+
export interface QuickSightDashboardKPIVisualLayoutOptions {
|
7321
|
+
StandardLayout?: QuickSightDashboardKPIVisualStandardLayout;
|
7322
|
+
}
|
7323
|
+
/**
|
7324
|
+
* Type definition for AWS::QuickSight::Dashboard.KPIVisualStandardLayout
|
7325
|
+
*
|
7326
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-kpivisualstandardlayout.html | AWS::QuickSight::Dashboard.KPIVisualStandardLayout}
|
7327
|
+
*/
|
7328
|
+
export interface QuickSightDashboardKPIVisualStandardLayout {
|
7329
|
+
Type: string;
|
7330
|
+
}
|
7224
7331
|
/**
|
7225
7332
|
* Type definition for AWS::QuickSight::Dashboard.LabelOptions
|
7226
7333
|
*
|
@@ -8982,6 +9089,7 @@ export interface QuickSightDashboardTableFieldOption {
|
|
8982
9089
|
*/
|
8983
9090
|
export interface QuickSightDashboardTableFieldOptions {
|
8984
9091
|
Order?: any[];
|
9092
|
+
PinnedFieldOptions?: QuickSightDashboardTablePinnedFieldOptions;
|
8985
9093
|
SelectedFieldOptions?: any[];
|
8986
9094
|
}
|
8987
9095
|
/**
|
@@ -9030,6 +9138,14 @@ export interface QuickSightDashboardTablePaginatedReportOptions {
|
|
9030
9138
|
OverflowColumnHeaderVisibility?: string;
|
9031
9139
|
VerticalOverflowVisibility?: string;
|
9032
9140
|
}
|
9141
|
+
/**
|
9142
|
+
* Type definition for AWS::QuickSight::Dashboard.TablePinnedFieldOptions
|
9143
|
+
*
|
9144
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-tablepinnedfieldoptions.html | AWS::QuickSight::Dashboard.TablePinnedFieldOptions}
|
9145
|
+
*/
|
9146
|
+
export interface QuickSightDashboardTablePinnedFieldOptions {
|
9147
|
+
PinnedLeftFields?: any[];
|
9148
|
+
}
|
9033
9149
|
/**
|
9034
9150
|
* Type definition for AWS::QuickSight::Dashboard.TableRowConditionalFormatting
|
9035
9151
|
*
|
@@ -12612,6 +12728,24 @@ export interface QuickSightTemplateItemsLimitConfiguration {
|
|
12612
12728
|
ItemsLimit?: number;
|
12613
12729
|
OtherCategories?: string;
|
12614
12730
|
}
|
12731
|
+
/**
|
12732
|
+
* Type definition for AWS::QuickSight::Template.KPIActualValueConditionalFormatting
|
12733
|
+
*
|
12734
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-kpiactualvalueconditionalformatting.html | AWS::QuickSight::Template.KPIActualValueConditionalFormatting}
|
12735
|
+
*/
|
12736
|
+
export interface QuickSightTemplateKPIActualValueConditionalFormatting {
|
12737
|
+
TextColor?: QuickSightTemplateConditionalFormattingColor;
|
12738
|
+
Icon?: QuickSightTemplateConditionalFormattingIcon;
|
12739
|
+
}
|
12740
|
+
/**
|
12741
|
+
* Type definition for AWS::QuickSight::Template.KPIComparisonValueConditionalFormatting
|
12742
|
+
*
|
12743
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-kpicomparisonvalueconditionalformatting.html | AWS::QuickSight::Template.KPIComparisonValueConditionalFormatting}
|
12744
|
+
*/
|
12745
|
+
export interface QuickSightTemplateKPIComparisonValueConditionalFormatting {
|
12746
|
+
TextColor?: QuickSightTemplateConditionalFormattingColor;
|
12747
|
+
Icon?: QuickSightTemplateConditionalFormattingIcon;
|
12748
|
+
}
|
12615
12749
|
/**
|
12616
12750
|
* Type definition for AWS::QuickSight::Template.KPIConditionalFormatting
|
12617
12751
|
*
|
@@ -12627,6 +12761,8 @@ export interface QuickSightTemplateKPIConditionalFormatting {
|
|
12627
12761
|
*/
|
12628
12762
|
export interface QuickSightTemplateKPIConditionalFormattingOption {
|
12629
12763
|
PrimaryValue?: QuickSightTemplateKPIPrimaryValueConditionalFormatting;
|
12764
|
+
ActualValue?: QuickSightTemplateKPIActualValueConditionalFormatting;
|
12765
|
+
ComparisonValue?: QuickSightTemplateKPIComparisonValueConditionalFormatting;
|
12630
12766
|
ProgressBar?: QuickSightTemplateKPIProgressBarConditionalFormatting;
|
12631
12767
|
}
|
12632
12768
|
/**
|
@@ -12656,12 +12792,14 @@ export interface QuickSightTemplateKPIFieldWells {
|
|
12656
12792
|
*/
|
12657
12793
|
export interface QuickSightTemplateKPIOptions {
|
12658
12794
|
SecondaryValueFontConfiguration?: QuickSightTemplateFontConfiguration;
|
12795
|
+
VisualLayoutOptions?: QuickSightTemplateKPIVisualLayoutOptions;
|
12659
12796
|
TrendArrows?: QuickSightTemplateTrendArrowOptions;
|
12660
12797
|
SecondaryValue?: QuickSightTemplateSecondaryValueOptions;
|
12661
12798
|
Comparison?: QuickSightTemplateComparisonConfiguration;
|
12662
12799
|
PrimaryValueDisplayType?: string;
|
12663
12800
|
ProgressBar?: QuickSightTemplateProgressBarOptions;
|
12664
12801
|
PrimaryValueFontConfiguration?: QuickSightTemplateFontConfiguration;
|
12802
|
+
Sparkline?: QuickSightTemplateKPISparklineOptions;
|
12665
12803
|
}
|
12666
12804
|
/**
|
12667
12805
|
* Type definition for AWS::QuickSight::Template.KPIPrimaryValueConditionalFormatting
|
@@ -12688,6 +12826,17 @@ export interface QuickSightTemplateKPIProgressBarConditionalFormatting {
|
|
12688
12826
|
export interface QuickSightTemplateKPISortConfiguration {
|
12689
12827
|
TrendGroupSort?: any[];
|
12690
12828
|
}
|
12829
|
+
/**
|
12830
|
+
* Type definition for AWS::QuickSight::Template.KPISparklineOptions
|
12831
|
+
*
|
12832
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-kpisparklineoptions.html | AWS::QuickSight::Template.KPISparklineOptions}
|
12833
|
+
*/
|
12834
|
+
export interface QuickSightTemplateKPISparklineOptions {
|
12835
|
+
Type: string;
|
12836
|
+
Color?: string;
|
12837
|
+
TooltipVisibility?: string;
|
12838
|
+
Visibility?: string;
|
12839
|
+
}
|
12691
12840
|
/**
|
12692
12841
|
* Type definition for AWS::QuickSight::Template.KPIVisual
|
12693
12842
|
*
|
@@ -12702,6 +12851,22 @@ export interface QuickSightTemplateKPIVisual {
|
|
12702
12851
|
Title?: QuickSightTemplateVisualTitleLabelOptions;
|
12703
12852
|
ColumnHierarchies?: any[];
|
12704
12853
|
}
|
12854
|
+
/**
|
12855
|
+
* Type definition for AWS::QuickSight::Template.KPIVisualLayoutOptions
|
12856
|
+
*
|
12857
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-kpivisuallayoutoptions.html | AWS::QuickSight::Template.KPIVisualLayoutOptions}
|
12858
|
+
*/
|
12859
|
+
export interface QuickSightTemplateKPIVisualLayoutOptions {
|
12860
|
+
StandardLayout?: QuickSightTemplateKPIVisualStandardLayout;
|
12861
|
+
}
|
12862
|
+
/**
|
12863
|
+
* Type definition for AWS::QuickSight::Template.KPIVisualStandardLayout
|
12864
|
+
*
|
12865
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-kpivisualstandardlayout.html | AWS::QuickSight::Template.KPIVisualStandardLayout}
|
12866
|
+
*/
|
12867
|
+
export interface QuickSightTemplateKPIVisualStandardLayout {
|
12868
|
+
Type: string;
|
12869
|
+
}
|
12705
12870
|
/**
|
12706
12871
|
* Type definition for AWS::QuickSight::Template.LabelOptions
|
12707
12872
|
*
|
@@ -14427,6 +14592,7 @@ export interface QuickSightTemplateTableFieldOption {
|
|
14427
14592
|
*/
|
14428
14593
|
export interface QuickSightTemplateTableFieldOptions {
|
14429
14594
|
Order?: any[];
|
14595
|
+
PinnedFieldOptions?: QuickSightTemplateTablePinnedFieldOptions;
|
14430
14596
|
SelectedFieldOptions?: any[];
|
14431
14597
|
}
|
14432
14598
|
/**
|
@@ -14475,6 +14641,14 @@ export interface QuickSightTemplateTablePaginatedReportOptions {
|
|
14475
14641
|
OverflowColumnHeaderVisibility?: string;
|
14476
14642
|
VerticalOverflowVisibility?: string;
|
14477
14643
|
}
|
14644
|
+
/**
|
14645
|
+
* Type definition for AWS::QuickSight::Template.TablePinnedFieldOptions
|
14646
|
+
*
|
14647
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-tablepinnedfieldoptions.html | AWS::QuickSight::Template.TablePinnedFieldOptions}
|
14648
|
+
*/
|
14649
|
+
export interface QuickSightTemplateTablePinnedFieldOptions {
|
14650
|
+
PinnedLeftFields?: any[];
|
14651
|
+
}
|
14478
14652
|
/**
|
14479
14653
|
* Type definition for AWS::QuickSight::Template.TableRowConditionalFormatting
|
14480
14654
|
*
|
@@ -6,7 +6,7 @@ import { ResourceOptions } from "../template.js";
|
|
6
6
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3objectlambda-accesspoint-alias.html | AWS::S3ObjectLambda::AccessPoint.Alias}
|
7
7
|
*/
|
8
8
|
export interface S3ObjectLambdaAccessPointAlias {
|
9
|
-
Status
|
9
|
+
Status?: string;
|
10
10
|
Value: string;
|
11
11
|
}
|
12
12
|
/**
|
@@ -37,14 +37,6 @@ export interface S3ObjectLambdaAccessPointObjectLambdaConfiguration {
|
|
37
37
|
AllowedFeatures?: any[];
|
38
38
|
CloudWatchMetricsEnabled?: boolean;
|
39
39
|
}
|
40
|
-
/**
|
41
|
-
* Type definition for AWS::S3ObjectLambda::AccessPoint.PolicyStatus
|
42
|
-
*
|
43
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3objectlambda-accesspoint-policystatus.html | AWS::S3ObjectLambda::AccessPoint.PolicyStatus}
|
44
|
-
*/
|
45
|
-
export interface S3ObjectLambdaAccessPointPolicyStatus {
|
46
|
-
IsPublic?: boolean;
|
47
|
-
}
|
48
40
|
/**
|
49
41
|
* Type definition for AWS::S3ObjectLambda::AccessPoint.PublicAccessBlockConfiguration
|
50
42
|
*
|
@@ -83,10 +75,8 @@ export interface S3ObjectLambdaAccessPointAttribs {
|
|
83
75
|
CreationDate?: string;
|
84
76
|
PublicAccessBlockConfiguration?: S3ObjectLambdaAccessPointPublicAccessBlockConfiguration;
|
85
77
|
"PublicAccessBlockConfiguration.BlockPublicAcls"?: boolean;
|
86
|
-
"PolicyStatus.IsPublic"?: boolean;
|
87
78
|
Alias?: S3ObjectLambdaAccessPointAlias;
|
88
79
|
"Alias.Value"?: string;
|
89
|
-
PolicyStatus?: S3ObjectLambdaAccessPointPolicyStatus;
|
90
80
|
"PublicAccessBlockConfiguration.IgnorePublicAcls"?: boolean;
|
91
81
|
"PublicAccessBlockConfiguration.RestrictPublicBuckets"?: boolean;
|
92
82
|
"PublicAccessBlockConfiguration.BlockPublicPolicy"?: boolean;
|
@@ -14,10 +14,8 @@ S3ObjectLambdaAccessPoint.AttributeNames = [
|
|
14
14
|
"CreationDate",
|
15
15
|
"PublicAccessBlockConfiguration",
|
16
16
|
"PublicAccessBlockConfiguration.BlockPublicAcls",
|
17
|
-
"PolicyStatus.IsPublic",
|
18
17
|
"Alias",
|
19
18
|
"Alias.Value",
|
20
|
-
"PolicyStatus",
|
21
19
|
"PublicAccessBlockConfiguration.IgnorePublicAcls",
|
22
20
|
"PublicAccessBlockConfiguration.RestrictPublicBuckets",
|
23
21
|
"PublicAccessBlockConfiguration.BlockPublicPolicy",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@awboost/cfntypes",
|
3
|
-
"version": "1.0.0-beta.
|
3
|
+
"version": "1.0.0-beta.64",
|
4
4
|
"private": false,
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -43,5 +43,5 @@
|
|
43
43
|
"scripts": {
|
44
44
|
"lint": "eslint src/ --ext=ts"
|
45
45
|
},
|
46
|
-
"awsResourceSpecificationVersion": "
|
46
|
+
"awsResourceSpecificationVersion": "144.0.0"
|
47
47
|
}
|