@awboost/cfntypes 1.0.0-beta.65 → 1.0.0-beta.66

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.
@@ -49,6 +49,14 @@ export interface AmplifyAppEnvironmentVariable {
49
49
  Value: string;
50
50
  Name: string;
51
51
  }
52
+ /**
53
+ * Type definition for AWS::Amplify::Branch.Backend
54
+ *
55
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-backend.html | AWS::Amplify::Branch.Backend}
56
+ */
57
+ export interface AmplifyBranchBackend {
58
+ StackArn?: string;
59
+ }
52
60
  /**
53
61
  * Type definition for AWS::Amplify::Branch.BasicAuthConfig
54
62
  *
@@ -128,6 +136,7 @@ export declare class AmplifyApp extends ResourceBase<"AWS::Amplify::App", Amplif
128
136
  export interface AmplifyBranchProps {
129
137
  Description?: string;
130
138
  EnablePerformanceMode?: boolean;
139
+ Backend?: AmplifyBranchBackend;
131
140
  EnvironmentVariables?: any[];
132
141
  AppId: string;
133
142
  PullRequestEnvironmentName?: string;
@@ -503,20 +503,28 @@ export declare class ApiGatewayDomainName extends ResourceBase<"AWS::ApiGateway:
503
503
  * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html | AWS::ApiGateway::GatewayResponse}
504
504
  */
505
505
  export interface ApiGatewayGatewayResponseProps {
506
- ResponseParameters?: Record<string, any>;
507
506
  ResponseTemplates?: Record<string, any>;
508
- ResponseType: string;
507
+ ResponseParameters?: Record<string, any>;
509
508
  RestApiId: string;
510
509
  StatusCode?: string;
510
+ ResponseType: string;
511
+ }
512
+ /**
513
+ * Attributes type definition for AWS::ApiGateway::GatewayResponse
514
+ *
515
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html | AWS::ApiGateway::GatewayResponse}
516
+ */
517
+ export interface ApiGatewayGatewayResponseAttribs {
518
+ Id?: string;
511
519
  }
512
520
  /**
513
521
  * Resource class for AWS::ApiGateway::GatewayResponse
514
522
  *
515
523
  * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html | AWS::ApiGateway::GatewayResponse}
516
524
  */
517
- export declare class ApiGatewayGatewayResponse extends ResourceBase<"AWS::ApiGateway::GatewayResponse", ApiGatewayGatewayResponseProps, Record<string, never>> {
525
+ export declare class ApiGatewayGatewayResponse extends ResourceBase<"AWS::ApiGateway::GatewayResponse", ApiGatewayGatewayResponseProps, ApiGatewayGatewayResponseAttribs> {
518
526
  static readonly Type = "AWS::ApiGateway::GatewayResponse";
519
- static readonly AttributeNames: never[];
527
+ static readonly AttributeNames: readonly (keyof ApiGatewayGatewayResponseAttribs)[];
520
528
  constructor(logicalId: string, properties: ApiGatewayGatewayResponseProps, options?: ResourceOptions);
521
529
  }
522
530
  /**
@@ -132,7 +132,7 @@ class ApiGatewayGatewayResponse extends ResourceBase {
132
132
  }
133
133
  }
134
134
  ApiGatewayGatewayResponse.Type = "AWS::ApiGateway::GatewayResponse";
135
- ApiGatewayGatewayResponse.AttributeNames = [];
135
+ ApiGatewayGatewayResponse.AttributeNames = ["Id"];
136
136
  export { ApiGatewayGatewayResponse };
137
137
  /**
138
138
  * Resource class for AWS::ApiGateway::Method
@@ -7,8 +7,8 @@ import { Tag } from "./core.js";
7
7
  * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appconfig-application-tags.html | AWS::AppConfig::Application.Tags}
8
8
  */
9
9
  export interface AppConfigApplicationTags {
10
- Value?: string;
11
- Key?: string;
10
+ Value: string;
11
+ Key: string;
12
12
  }
13
13
  /**
14
14
  * Type definition for AWS::AppConfig::ConfigurationProfile.Tags
@@ -83,14 +83,22 @@ export interface AppConfigApplicationProps {
83
83
  Tags?: Tag[];
84
84
  Name: string;
85
85
  }
86
+ /**
87
+ * Attributes type definition for AWS::AppConfig::Application
88
+ *
89
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-application.html | AWS::AppConfig::Application}
90
+ */
91
+ export interface AppConfigApplicationAttribs {
92
+ ApplicationId?: string;
93
+ }
86
94
  /**
87
95
  * Resource class for AWS::AppConfig::Application
88
96
  *
89
97
  * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-application.html | AWS::AppConfig::Application}
90
98
  */
91
- export declare class AppConfigApplication extends ResourceBase<"AWS::AppConfig::Application", AppConfigApplicationProps, Record<string, never>> {
99
+ export declare class AppConfigApplication extends ResourceBase<"AWS::AppConfig::Application", AppConfigApplicationProps, AppConfigApplicationAttribs> {
92
100
  static readonly Type = "AWS::AppConfig::Application";
93
- static readonly AttributeNames: never[];
101
+ static readonly AttributeNames: readonly (keyof AppConfigApplicationAttribs)[];
94
102
  constructor(logicalId: string, properties: AppConfigApplicationProps, options?: ResourceOptions);
95
103
  }
96
104
  /**
@@ -10,7 +10,7 @@ class AppConfigApplication extends ResourceBase {
10
10
  }
11
11
  }
12
12
  AppConfigApplication.Type = "AWS::AppConfig::Application";
13
- AppConfigApplication.AttributeNames = [];
13
+ AppConfigApplication.AttributeNames = ["ApplicationId"];
14
14
  export { AppConfigApplication };
15
15
  /**
16
16
  * Resource class for AWS::AppConfig::ConfigurationProfile
@@ -508,7 +508,7 @@ export declare class CognitoLogDeliveryConfiguration extends ResourceBase<"AWS::
508
508
  * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html | AWS::Cognito::UserPool}
509
509
  */
510
510
  export interface CognitoUserPoolProps {
511
- UserPoolTags?: object;
511
+ UserPoolTags?: Record<string, any>;
512
512
  Policies?: CognitoUserPoolPolicies;
513
513
  VerificationMessageTemplate?: CognitoUserPoolVerificationMessageTemplate;
514
514
  MfaConfiguration?: string;
@@ -540,6 +540,7 @@ export interface CognitoUserPoolProps {
540
540
  */
541
541
  export interface CognitoUserPoolAttribs {
542
542
  ProviderName?: string;
543
+ UserPoolId?: string;
543
544
  ProviderURL?: string;
544
545
  Arn?: string;
545
546
  }
@@ -589,6 +590,7 @@ export interface CognitoUserPoolClientProps {
589
590
  */
590
591
  export interface CognitoUserPoolClientAttribs {
591
592
  ClientSecret?: string;
593
+ ClientId?: string;
592
594
  Name?: string;
593
595
  }
594
596
  /**
@@ -62,7 +62,7 @@ class CognitoUserPool extends ResourceBase {
62
62
  }
63
63
  }
64
64
  CognitoUserPool.Type = "AWS::Cognito::UserPool";
65
- CognitoUserPool.AttributeNames = ["ProviderName", "ProviderURL", "Arn"];
65
+ CognitoUserPool.AttributeNames = ["ProviderName", "UserPoolId", "ProviderURL", "Arn"];
66
66
  export { CognitoUserPool };
67
67
  /**
68
68
  * Resource class for AWS::Cognito::UserPoolClient
@@ -75,7 +75,7 @@ class CognitoUserPoolClient extends ResourceBase {
75
75
  }
76
76
  }
77
77
  CognitoUserPoolClient.Type = "AWS::Cognito::UserPoolClient";
78
- CognitoUserPoolClient.AttributeNames = ["ClientSecret", "Name"];
78
+ CognitoUserPoolClient.AttributeNames = ["ClientSecret", "ClientId", "Name"];
79
79
  export { CognitoUserPoolClient };
80
80
  /**
81
81
  * Resource class for AWS::Cognito::UserPoolDomain
@@ -46,6 +46,116 @@ export interface CustomerProfilesCalculatedAttributeDefinitionThreshold {
46
46
  Operator: string;
47
47
  Value: string;
48
48
  }
49
+ /**
50
+ * Type definition for AWS::CustomerProfiles::Domain.AttributeTypesSelector
51
+ *
52
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-domain-attributetypesselector.html | AWS::CustomerProfiles::Domain.AttributeTypesSelector}
53
+ */
54
+ export interface CustomerProfilesDomainAttributeTypesSelector {
55
+ Address?: any[];
56
+ AttributeMatchingModel: string;
57
+ PhoneNumber?: any[];
58
+ EmailAddress?: any[];
59
+ }
60
+ /**
61
+ * Type definition for AWS::CustomerProfiles::Domain.AutoMerging
62
+ *
63
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-domain-automerging.html | AWS::CustomerProfiles::Domain.AutoMerging}
64
+ */
65
+ export interface CustomerProfilesDomainAutoMerging {
66
+ Consolidation?: CustomerProfilesDomainConsolidation;
67
+ Enabled: boolean;
68
+ ConflictResolution?: CustomerProfilesDomainConflictResolution;
69
+ MinAllowedConfidenceScoreForMerging?: number;
70
+ }
71
+ /**
72
+ * Type definition for AWS::CustomerProfiles::Domain.ConflictResolution
73
+ *
74
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-domain-conflictresolution.html | AWS::CustomerProfiles::Domain.ConflictResolution}
75
+ */
76
+ export interface CustomerProfilesDomainConflictResolution {
77
+ ConflictResolvingModel: string;
78
+ SourceName?: string;
79
+ }
80
+ /**
81
+ * Type definition for AWS::CustomerProfiles::Domain.Consolidation
82
+ *
83
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-domain-consolidation.html | AWS::CustomerProfiles::Domain.Consolidation}
84
+ */
85
+ export interface CustomerProfilesDomainConsolidation {
86
+ MatchingAttributesList: object;
87
+ }
88
+ /**
89
+ * Type definition for AWS::CustomerProfiles::Domain.DomainStats
90
+ *
91
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-domain-domainstats.html | AWS::CustomerProfiles::Domain.DomainStats}
92
+ */
93
+ export interface CustomerProfilesDomainDomainStats {
94
+ MeteringProfileCount?: number;
95
+ ProfileCount?: number;
96
+ ObjectCount?: number;
97
+ TotalSize?: number;
98
+ }
99
+ /**
100
+ * Type definition for AWS::CustomerProfiles::Domain.ExportingConfig
101
+ *
102
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-domain-exportingconfig.html | AWS::CustomerProfiles::Domain.ExportingConfig}
103
+ */
104
+ export interface CustomerProfilesDomainExportingConfig {
105
+ S3Exporting?: CustomerProfilesDomainS3ExportingConfig;
106
+ }
107
+ /**
108
+ * Type definition for AWS::CustomerProfiles::Domain.JobSchedule
109
+ *
110
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-domain-jobschedule.html | AWS::CustomerProfiles::Domain.JobSchedule}
111
+ */
112
+ export interface CustomerProfilesDomainJobSchedule {
113
+ DayOfTheWeek: string;
114
+ Time: string;
115
+ }
116
+ /**
117
+ * Type definition for AWS::CustomerProfiles::Domain.Matching
118
+ *
119
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-domain-matching.html | AWS::CustomerProfiles::Domain.Matching}
120
+ */
121
+ export interface CustomerProfilesDomainMatching {
122
+ AutoMerging?: CustomerProfilesDomainAutoMerging;
123
+ JobSchedule?: CustomerProfilesDomainJobSchedule;
124
+ Enabled: boolean;
125
+ ExportingConfig?: CustomerProfilesDomainExportingConfig;
126
+ }
127
+ /**
128
+ * Type definition for AWS::CustomerProfiles::Domain.MatchingRule
129
+ *
130
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-domain-matchingrule.html | AWS::CustomerProfiles::Domain.MatchingRule}
131
+ */
132
+ export interface CustomerProfilesDomainMatchingRule {
133
+ Rule: any[];
134
+ }
135
+ /**
136
+ * Type definition for AWS::CustomerProfiles::Domain.RuleBasedMatching
137
+ *
138
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-domain-rulebasedmatching.html | AWS::CustomerProfiles::Domain.RuleBasedMatching}
139
+ */
140
+ export interface CustomerProfilesDomainRuleBasedMatching {
141
+ Status?: string;
142
+ MaxAllowedRuleLevelForMerging?: number;
143
+ Enabled: boolean;
144
+ MatchingRules?: any[];
145
+ AttributeTypesSelector?: CustomerProfilesDomainAttributeTypesSelector;
146
+ ConflictResolution?: CustomerProfilesDomainConflictResolution;
147
+ ExportingConfig?: CustomerProfilesDomainExportingConfig;
148
+ MaxAllowedRuleLevelForMatching?: number;
149
+ }
150
+ /**
151
+ * Type definition for AWS::CustomerProfiles::Domain.S3ExportingConfig
152
+ *
153
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-domain-s3exportingconfig.html | AWS::CustomerProfiles::Domain.S3ExportingConfig}
154
+ */
155
+ export interface CustomerProfilesDomainS3ExportingConfig {
156
+ S3BucketName: string;
157
+ S3KeyName?: string;
158
+ }
49
159
  /**
50
160
  * Type definition for AWS::CustomerProfiles::EventStream.DestinationDetails
51
161
  *
@@ -292,10 +402,12 @@ export declare class CustomerProfilesCalculatedAttributeDefinition extends Resou
292
402
  * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-domain.html | AWS::CustomerProfiles::Domain}
293
403
  */
294
404
  export interface CustomerProfilesDomainProps {
405
+ Matching?: CustomerProfilesDomainMatching;
295
406
  DefaultExpirationDays?: number;
296
407
  DomainName: string;
297
408
  DeadLetterQueueUrl?: string;
298
409
  DefaultEncryptionKey?: string;
410
+ RuleBasedMatching?: CustomerProfilesDomainRuleBasedMatching;
299
411
  Tags?: Tag[];
300
412
  }
301
413
  /**
@@ -304,8 +416,14 @@ export interface CustomerProfilesDomainProps {
304
416
  * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-domain.html | AWS::CustomerProfiles::Domain}
305
417
  */
306
418
  export interface CustomerProfilesDomainAttribs {
419
+ "Stats.ProfileCount"?: number;
420
+ "Stats.ObjectCount"?: number;
307
421
  LastUpdatedAt?: string;
308
422
  CreatedAt?: string;
423
+ Stats?: CustomerProfilesDomainDomainStats;
424
+ "Stats.MeteringProfileCount"?: number;
425
+ "Stats.TotalSize"?: number;
426
+ "RuleBasedMatching.Status"?: string;
309
427
  }
310
428
  /**
311
429
  * Resource class for AWS::CustomerProfiles::Domain
@@ -23,7 +23,16 @@ class CustomerProfilesDomain extends ResourceBase {
23
23
  }
24
24
  }
25
25
  CustomerProfilesDomain.Type = "AWS::CustomerProfiles::Domain";
26
- CustomerProfilesDomain.AttributeNames = ["LastUpdatedAt", "CreatedAt"];
26
+ CustomerProfilesDomain.AttributeNames = [
27
+ "Stats.ProfileCount",
28
+ "Stats.ObjectCount",
29
+ "LastUpdatedAt",
30
+ "CreatedAt",
31
+ "Stats",
32
+ "Stats.MeteringProfileCount",
33
+ "Stats.TotalSize",
34
+ "RuleBasedMatching.Status",
35
+ ];
27
36
  export { CustomerProfilesDomain };
28
37
  /**
29
38
  * Resource class for AWS::CustomerProfiles::EventStream
@@ -968,8 +968,8 @@ export interface EC2LaunchTemplateVCpuCount {
968
968
  * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkaclentry-icmp.html | AWS::EC2::NetworkAclEntry.Icmp}
969
969
  */
970
970
  export interface EC2NetworkAclEntryIcmp {
971
- Code?: number;
972
971
  Type?: number;
972
+ Code?: number;
973
973
  }
974
974
  /**
975
975
  * Type definition for AWS::EC2::NetworkAclEntry.PortRange
@@ -3019,27 +3019,35 @@ export declare class EC2NetworkAcl extends ResourceBase<"AWS::EC2::NetworkAcl",
3019
3019
  /**
3020
3020
  * Type definition for AWS::EC2::NetworkAclEntry
3021
3021
  *
3022
- * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html | AWS::EC2::NetworkAclEntry}
3022
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkaclentry.html | AWS::EC2::NetworkAclEntry}
3023
3023
  */
3024
3024
  export interface EC2NetworkAclEntryProps {
3025
+ PortRange?: EC2NetworkAclEntryPortRange;
3026
+ NetworkAclId: string;
3027
+ RuleAction: string;
3025
3028
  CidrBlock?: string;
3026
3029
  Egress?: boolean;
3027
- Icmp?: EC2NetworkAclEntryIcmp;
3030
+ RuleNumber: number;
3028
3031
  Ipv6CidrBlock?: string;
3029
- NetworkAclId: string;
3030
- PortRange?: EC2NetworkAclEntryPortRange;
3031
3032
  Protocol: number;
3032
- RuleAction: string;
3033
- RuleNumber: number;
3033
+ Icmp?: EC2NetworkAclEntryIcmp;
3034
+ }
3035
+ /**
3036
+ * Attributes type definition for AWS::EC2::NetworkAclEntry
3037
+ *
3038
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkaclentry.html | AWS::EC2::NetworkAclEntry}
3039
+ */
3040
+ export interface EC2NetworkAclEntryAttribs {
3041
+ Id?: string;
3034
3042
  }
3035
3043
  /**
3036
3044
  * Resource class for AWS::EC2::NetworkAclEntry
3037
3045
  *
3038
- * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html | AWS::EC2::NetworkAclEntry}
3046
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkaclentry.html | AWS::EC2::NetworkAclEntry}
3039
3047
  */
3040
- export declare class EC2NetworkAclEntry extends ResourceBase<"AWS::EC2::NetworkAclEntry", EC2NetworkAclEntryProps, Record<string, never>> {
3048
+ export declare class EC2NetworkAclEntry extends ResourceBase<"AWS::EC2::NetworkAclEntry", EC2NetworkAclEntryProps, EC2NetworkAclEntryAttribs> {
3041
3049
  static readonly Type = "AWS::EC2::NetworkAclEntry";
3042
- static readonly AttributeNames: never[];
3050
+ static readonly AttributeNames: readonly (keyof EC2NetworkAclEntryAttribs)[];
3043
3051
  constructor(logicalId: string, properties: EC2NetworkAclEntryProps, options?: ResourceOptions);
3044
3052
  }
3045
3053
  /**
@@ -528,7 +528,7 @@ export { EC2NetworkAcl };
528
528
  /**
529
529
  * Resource class for AWS::EC2::NetworkAclEntry
530
530
  *
531
- * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-acl-entry.html | AWS::EC2::NetworkAclEntry}
531
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkaclentry.html | AWS::EC2::NetworkAclEntry}
532
532
  */
533
533
  class EC2NetworkAclEntry extends ResourceBase {
534
534
  constructor(logicalId, properties, options) {
@@ -536,7 +536,7 @@ class EC2NetworkAclEntry extends ResourceBase {
536
536
  }
537
537
  }
538
538
  EC2NetworkAclEntry.Type = "AWS::EC2::NetworkAclEntry";
539
- EC2NetworkAclEntry.AttributeNames = [];
539
+ EC2NetworkAclEntry.AttributeNames = ["Id"];
540
540
  export { EC2NetworkAclEntry };
541
541
  /**
542
542
  * Resource class for AWS::EC2::NetworkInsightsAccessScope
@@ -283,6 +283,67 @@ export interface MSKConfigurationLatestRevision {
283
283
  Revision?: number;
284
284
  CreationTime?: string;
285
285
  }
286
+ /**
287
+ * Type definition for AWS::MSK::Replicator.AmazonMskCluster
288
+ *
289
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-replicator-amazonmskcluster.html | AWS::MSK::Replicator.AmazonMskCluster}
290
+ */
291
+ export interface MSKReplicatorAmazonMskCluster {
292
+ MskClusterArn: string;
293
+ }
294
+ /**
295
+ * Type definition for AWS::MSK::Replicator.ConsumerGroupReplication
296
+ *
297
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-replicator-consumergroupreplication.html | AWS::MSK::Replicator.ConsumerGroupReplication}
298
+ */
299
+ export interface MSKReplicatorConsumerGroupReplication {
300
+ ConsumerGroupsToReplicate: any[];
301
+ ConsumerGroupsToExclude?: any[];
302
+ SynchroniseConsumerGroupOffsets?: boolean;
303
+ DetectAndCopyNewConsumerGroups?: boolean;
304
+ }
305
+ /**
306
+ * Type definition for AWS::MSK::Replicator.KafkaCluster
307
+ *
308
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-replicator-kafkacluster.html | AWS::MSK::Replicator.KafkaCluster}
309
+ */
310
+ export interface MSKReplicatorKafkaCluster {
311
+ VpcConfig: MSKReplicatorKafkaClusterClientVpcConfig;
312
+ AmazonMskCluster: MSKReplicatorAmazonMskCluster;
313
+ }
314
+ /**
315
+ * Type definition for AWS::MSK::Replicator.KafkaClusterClientVpcConfig
316
+ *
317
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-replicator-kafkaclusterclientvpcconfig.html | AWS::MSK::Replicator.KafkaClusterClientVpcConfig}
318
+ */
319
+ export interface MSKReplicatorKafkaClusterClientVpcConfig {
320
+ SecurityGroupIds?: any[];
321
+ SubnetIds: any[];
322
+ }
323
+ /**
324
+ * Type definition for AWS::MSK::Replicator.ReplicationInfo
325
+ *
326
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-replicator-replicationinfo.html | AWS::MSK::Replicator.ReplicationInfo}
327
+ */
328
+ export interface MSKReplicatorReplicationInfo {
329
+ TargetCompressionType: string;
330
+ TopicReplication: MSKReplicatorTopicReplication;
331
+ ConsumerGroupReplication: MSKReplicatorConsumerGroupReplication;
332
+ SourceKafkaClusterArn: string;
333
+ TargetKafkaClusterArn: string;
334
+ }
335
+ /**
336
+ * Type definition for AWS::MSK::Replicator.TopicReplication
337
+ *
338
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-replicator-topicreplication.html | AWS::MSK::Replicator.TopicReplication}
339
+ */
340
+ export interface MSKReplicatorTopicReplication {
341
+ TopicsToReplicate: any[];
342
+ TopicsToExclude?: any[];
343
+ CopyTopicConfigurations?: boolean;
344
+ DetectAndCopyNewTopics?: boolean;
345
+ CopyAccessControlListsForTopics?: boolean;
346
+ }
286
347
  /**
287
348
  * Type definition for AWS::MSK::ServerlessCluster.ClientAuthentication
288
349
  *
@@ -433,6 +494,38 @@ export declare class MSKConfiguration extends ResourceBase<"AWS::MSK::Configurat
433
494
  static readonly AttributeNames: readonly (keyof MSKConfigurationAttribs)[];
434
495
  constructor(logicalId: string, properties: MSKConfigurationProps, options?: ResourceOptions);
435
496
  }
497
+ /**
498
+ * Type definition for AWS::MSK::Replicator
499
+ *
500
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-replicator.html | AWS::MSK::Replicator}
501
+ */
502
+ export interface MSKReplicatorProps {
503
+ Description?: string;
504
+ CurrentVersion?: string;
505
+ ServiceExecutionRoleArn: string;
506
+ ReplicatorName: string;
507
+ ReplicationInfoList: any[];
508
+ KafkaClusters: any[];
509
+ Tags?: Tag[];
510
+ }
511
+ /**
512
+ * Attributes type definition for AWS::MSK::Replicator
513
+ *
514
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-replicator.html | AWS::MSK::Replicator}
515
+ */
516
+ export interface MSKReplicatorAttribs {
517
+ ReplicatorArn?: string;
518
+ }
519
+ /**
520
+ * Resource class for AWS::MSK::Replicator
521
+ *
522
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-replicator.html | AWS::MSK::Replicator}
523
+ */
524
+ export declare class MSKReplicator extends ResourceBase<"AWS::MSK::Replicator", MSKReplicatorProps, MSKReplicatorAttribs> {
525
+ static readonly Type = "AWS::MSK::Replicator";
526
+ static readonly AttributeNames: readonly (keyof MSKReplicatorAttribs)[];
527
+ constructor(logicalId: string, properties: MSKReplicatorProps, options?: ResourceOptions);
528
+ }
436
529
  /**
437
530
  * Type definition for AWS::MSK::ServerlessCluster
438
531
  *
@@ -56,6 +56,19 @@ MSKConfiguration.AttributeNames = [
56
56
  "Arn",
57
57
  ];
58
58
  export { MSKConfiguration };
59
+ /**
60
+ * Resource class for AWS::MSK::Replicator
61
+ *
62
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-replicator.html | AWS::MSK::Replicator}
63
+ */
64
+ class MSKReplicator extends ResourceBase {
65
+ constructor(logicalId, properties, options) {
66
+ super(MSKReplicator.Type, MSKReplicator.AttributeNames, logicalId, properties, options);
67
+ }
68
+ }
69
+ MSKReplicator.Type = "AWS::MSK::Replicator";
70
+ MSKReplicator.AttributeNames = ["ReplicatorArn"];
71
+ export { MSKReplicator };
59
72
  /**
60
73
  * Resource class for AWS::MSK::ServerlessCluster
61
74
  *
@@ -195,6 +195,7 @@ export declare class NetworkManagerConnectAttachment extends ResourceBase<"AWS::
195
195
  export interface NetworkManagerConnectPeerProps {
196
196
  ConnectAttachmentId: string;
197
197
  PeerAddress: string;
198
+ SubnetArn?: string;
198
199
  CoreNetworkAddress?: string;
199
200
  BgpOptions?: NetworkManagerConnectPeerBgpOptions;
200
201
  InsideCidrBlocks?: any[];
@@ -983,14 +983,23 @@ export interface QuickSightAnalysisDataPathSort {
983
983
  SortPaths: any[];
984
984
  Direction: string;
985
985
  }
986
+ /**
987
+ * Type definition for AWS::QuickSight::Analysis.DataPathType
988
+ *
989
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-datapathtype.html | AWS::QuickSight::Analysis.DataPathType}
990
+ */
991
+ export interface QuickSightAnalysisDataPathType {
992
+ PivotTableDataPathType?: string;
993
+ }
986
994
  /**
987
995
  * Type definition for AWS::QuickSight::Analysis.DataPathValue
988
996
  *
989
997
  * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-datapathvalue.html | AWS::QuickSight::Analysis.DataPathValue}
990
998
  */
991
999
  export interface QuickSightAnalysisDataPathValue {
992
- FieldId: string;
993
- FieldValue: string;
1000
+ DataPathType?: QuickSightAnalysisDataPathType;
1001
+ FieldId?: string;
1002
+ FieldValue?: string;
994
1003
  }
995
1004
  /**
996
1005
  * Type definition for AWS::QuickSight::Analysis.DataSetIdentifierDeclaration
@@ -3341,6 +3350,7 @@ export interface QuickSightAnalysisPivotTableVisual {
3341
3350
  */
3342
3351
  export interface QuickSightAnalysisPivotTotalOptions {
3343
3352
  CustomLabel?: string;
3353
+ TotalAggregationOptions?: any[];
3344
3354
  ValueCellStyle?: QuickSightAnalysisTableCellStyle;
3345
3355
  ScrollStatus?: string;
3346
3356
  Placement?: string;
@@ -3481,6 +3491,7 @@ export interface QuickSightAnalysisReferenceLineCustomLabelConfiguration {
3481
3491
  export interface QuickSightAnalysisReferenceLineDataConfiguration {
3482
3492
  DynamicConfiguration?: QuickSightAnalysisReferenceLineDynamicDataConfiguration;
3483
3493
  AxisBinding?: string;
3494
+ SeriesType?: string;
3484
3495
  StaticConfiguration?: QuickSightAnalysisReferenceLineStaticDataConfiguration;
3485
3496
  }
3486
3497
  /**
@@ -4359,6 +4370,7 @@ export interface QuickSightAnalysisTimeBasedForecastProperties {
4359
4370
  */
4360
4371
  export interface QuickSightAnalysisTimeEqualityFilter {
4361
4372
  Column: QuickSightAnalysisColumnIdentifier;
4373
+ RollingDate?: QuickSightAnalysisRollingDateConfiguration;
4362
4374
  Value?: string;
4363
4375
  TimeGranularity?: string;
4364
4376
  ParameterName?: string;
@@ -4471,6 +4483,23 @@ export interface QuickSightAnalysisTotalAggregationComputation {
4471
4483
  ComputationId: string;
4472
4484
  Name?: string;
4473
4485
  }
4486
+ /**
4487
+ * Type definition for AWS::QuickSight::Analysis.TotalAggregationFunction
4488
+ *
4489
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-totalaggregationfunction.html | AWS::QuickSight::Analysis.TotalAggregationFunction}
4490
+ */
4491
+ export interface QuickSightAnalysisTotalAggregationFunction {
4492
+ SimpleTotalAggregationFunction?: string;
4493
+ }
4494
+ /**
4495
+ * Type definition for AWS::QuickSight::Analysis.TotalAggregationOption
4496
+ *
4497
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-totalaggregationoption.html | AWS::QuickSight::Analysis.TotalAggregationOption}
4498
+ */
4499
+ export interface QuickSightAnalysisTotalAggregationOption {
4500
+ TotalAggregationFunction: QuickSightAnalysisTotalAggregationFunction;
4501
+ FieldId: string;
4502
+ }
4474
4503
  /**
4475
4504
  * Type definition for AWS::QuickSight::Analysis.TotalOptions
4476
4505
  *
@@ -4478,6 +4507,7 @@ export interface QuickSightAnalysisTotalAggregationComputation {
4478
4507
  */
4479
4508
  export interface QuickSightAnalysisTotalOptions {
4480
4509
  CustomLabel?: string;
4510
+ TotalAggregationOptions?: any[];
4481
4511
  ScrollStatus?: string;
4482
4512
  Placement?: string;
4483
4513
  TotalCellStyle?: QuickSightAnalysisTableCellStyle;
@@ -5843,14 +5873,23 @@ export interface QuickSightDashboardDataPathSort {
5843
5873
  SortPaths: any[];
5844
5874
  Direction: string;
5845
5875
  }
5876
+ /**
5877
+ * Type definition for AWS::QuickSight::Dashboard.DataPathType
5878
+ *
5879
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-datapathtype.html | AWS::QuickSight::Dashboard.DataPathType}
5880
+ */
5881
+ export interface QuickSightDashboardDataPathType {
5882
+ PivotTableDataPathType?: string;
5883
+ }
5846
5884
  /**
5847
5885
  * Type definition for AWS::QuickSight::Dashboard.DataPathValue
5848
5886
  *
5849
5887
  * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-datapathvalue.html | AWS::QuickSight::Dashboard.DataPathValue}
5850
5888
  */
5851
5889
  export interface QuickSightDashboardDataPathValue {
5852
- FieldId: string;
5853
- FieldValue: string;
5890
+ DataPathType?: QuickSightDashboardDataPathType;
5891
+ FieldId?: string;
5892
+ FieldValue?: string;
5854
5893
  }
5855
5894
  /**
5856
5895
  * Type definition for AWS::QuickSight::Dashboard.DataPointDrillUpDownOption
@@ -8249,6 +8288,7 @@ export interface QuickSightDashboardPivotTableVisual {
8249
8288
  */
8250
8289
  export interface QuickSightDashboardPivotTotalOptions {
8251
8290
  CustomLabel?: string;
8291
+ TotalAggregationOptions?: any[];
8252
8292
  ValueCellStyle?: QuickSightDashboardTableCellStyle;
8253
8293
  ScrollStatus?: string;
8254
8294
  Placement?: string;
@@ -8389,6 +8429,7 @@ export interface QuickSightDashboardReferenceLineCustomLabelConfiguration {
8389
8429
  export interface QuickSightDashboardReferenceLineDataConfiguration {
8390
8430
  DynamicConfiguration?: QuickSightDashboardReferenceLineDynamicDataConfiguration;
8391
8431
  AxisBinding?: string;
8432
+ SeriesType?: string;
8392
8433
  StaticConfiguration?: QuickSightDashboardReferenceLineStaticDataConfiguration;
8393
8434
  }
8394
8435
  /**
@@ -9283,6 +9324,7 @@ export interface QuickSightDashboardTimeBasedForecastProperties {
9283
9324
  */
9284
9325
  export interface QuickSightDashboardTimeEqualityFilter {
9285
9326
  Column: QuickSightDashboardColumnIdentifier;
9327
+ RollingDate?: QuickSightDashboardRollingDateConfiguration;
9286
9328
  Value?: string;
9287
9329
  TimeGranularity?: string;
9288
9330
  ParameterName?: string;
@@ -9395,6 +9437,23 @@ export interface QuickSightDashboardTotalAggregationComputation {
9395
9437
  ComputationId: string;
9396
9438
  Name?: string;
9397
9439
  }
9440
+ /**
9441
+ * Type definition for AWS::QuickSight::Dashboard.TotalAggregationFunction
9442
+ *
9443
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-totalaggregationfunction.html | AWS::QuickSight::Dashboard.TotalAggregationFunction}
9444
+ */
9445
+ export interface QuickSightDashboardTotalAggregationFunction {
9446
+ SimpleTotalAggregationFunction?: string;
9447
+ }
9448
+ /**
9449
+ * Type definition for AWS::QuickSight::Dashboard.TotalAggregationOption
9450
+ *
9451
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-totalaggregationoption.html | AWS::QuickSight::Dashboard.TotalAggregationOption}
9452
+ */
9453
+ export interface QuickSightDashboardTotalAggregationOption {
9454
+ TotalAggregationFunction: QuickSightDashboardTotalAggregationFunction;
9455
+ FieldId: string;
9456
+ }
9398
9457
  /**
9399
9458
  * Type definition for AWS::QuickSight::Dashboard.TotalOptions
9400
9459
  *
@@ -9402,6 +9461,7 @@ export interface QuickSightDashboardTotalAggregationComputation {
9402
9461
  */
9403
9462
  export interface QuickSightDashboardTotalOptions {
9404
9463
  CustomLabel?: string;
9464
+ TotalAggregationOptions?: any[];
9405
9465
  ScrollStatus?: string;
9406
9466
  Placement?: string;
9407
9467
  TotalCellStyle?: QuickSightDashboardTableCellStyle;
@@ -11457,14 +11517,23 @@ export interface QuickSightTemplateDataPathSort {
11457
11517
  SortPaths: any[];
11458
11518
  Direction: string;
11459
11519
  }
11520
+ /**
11521
+ * Type definition for AWS::QuickSight::Template.DataPathType
11522
+ *
11523
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-datapathtype.html | AWS::QuickSight::Template.DataPathType}
11524
+ */
11525
+ export interface QuickSightTemplateDataPathType {
11526
+ PivotTableDataPathType?: string;
11527
+ }
11460
11528
  /**
11461
11529
  * Type definition for AWS::QuickSight::Template.DataPathValue
11462
11530
  *
11463
11531
  * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-datapathvalue.html | AWS::QuickSight::Template.DataPathValue}
11464
11532
  */
11465
11533
  export interface QuickSightTemplateDataPathValue {
11466
- FieldId: string;
11467
- FieldValue: string;
11534
+ DataPathType?: QuickSightTemplateDataPathType;
11535
+ FieldId?: string;
11536
+ FieldValue?: string;
11468
11537
  }
11469
11538
  /**
11470
11539
  * Type definition for AWS::QuickSight::Template.DataSetConfiguration
@@ -13786,6 +13855,7 @@ export interface QuickSightTemplatePivotTableVisual {
13786
13855
  */
13787
13856
  export interface QuickSightTemplatePivotTotalOptions {
13788
13857
  CustomLabel?: string;
13858
+ TotalAggregationOptions?: any[];
13789
13859
  ValueCellStyle?: QuickSightTemplateTableCellStyle;
13790
13860
  ScrollStatus?: string;
13791
13861
  Placement?: string;
@@ -13926,6 +13996,7 @@ export interface QuickSightTemplateReferenceLineCustomLabelConfiguration {
13926
13996
  export interface QuickSightTemplateReferenceLineDataConfiguration {
13927
13997
  DynamicConfiguration?: QuickSightTemplateReferenceLineDynamicDataConfiguration;
13928
13998
  AxisBinding?: string;
13999
+ SeriesType?: string;
13929
14000
  StaticConfiguration?: QuickSightTemplateReferenceLineStaticDataConfiguration;
13930
14001
  }
13931
14002
  /**
@@ -14861,6 +14932,7 @@ export interface QuickSightTemplateTimeBasedForecastProperties {
14861
14932
  */
14862
14933
  export interface QuickSightTemplateTimeEqualityFilter {
14863
14934
  Column: QuickSightTemplateColumnIdentifier;
14935
+ RollingDate?: QuickSightTemplateRollingDateConfiguration;
14864
14936
  Value?: string;
14865
14937
  TimeGranularity?: string;
14866
14938
  ParameterName?: string;
@@ -14973,6 +15045,23 @@ export interface QuickSightTemplateTotalAggregationComputation {
14973
15045
  ComputationId: string;
14974
15046
  Name?: string;
14975
15047
  }
15048
+ /**
15049
+ * Type definition for AWS::QuickSight::Template.TotalAggregationFunction
15050
+ *
15051
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-totalaggregationfunction.html | AWS::QuickSight::Template.TotalAggregationFunction}
15052
+ */
15053
+ export interface QuickSightTemplateTotalAggregationFunction {
15054
+ SimpleTotalAggregationFunction?: string;
15055
+ }
15056
+ /**
15057
+ * Type definition for AWS::QuickSight::Template.TotalAggregationOption
15058
+ *
15059
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-totalaggregationoption.html | AWS::QuickSight::Template.TotalAggregationOption}
15060
+ */
15061
+ export interface QuickSightTemplateTotalAggregationOption {
15062
+ TotalAggregationFunction: QuickSightTemplateTotalAggregationFunction;
15063
+ FieldId: string;
15064
+ }
14976
15065
  /**
14977
15066
  * Type definition for AWS::QuickSight::Template.TotalOptions
14978
15067
  *
@@ -14980,6 +15069,7 @@ export interface QuickSightTemplateTotalAggregationComputation {
14980
15069
  */
14981
15070
  export interface QuickSightTemplateTotalOptions {
14982
15071
  CustomLabel?: string;
15072
+ TotalAggregationOptions?: any[];
14983
15073
  ScrollStatus?: string;
14984
15074
  Placement?: string;
14985
15075
  TotalCellStyle?: QuickSightTemplateTableCellStyle;
@@ -52,6 +52,7 @@ export interface SNSTopicProps {
52
52
  Subscription?: any[];
53
53
  Tags?: Tag[];
54
54
  DataProtectionPolicy?: object;
55
+ ArchivePolicy?: object;
55
56
  TopicName?: string;
56
57
  }
57
58
  /**
@@ -26,77 +26,6 @@ export interface TransferConnectorSftpConfig {
26
26
  TrustedHostKeys?: any[];
27
27
  UserSecretId?: string;
28
28
  }
29
- /**
30
- * Type definition for AWS::Transfer::Server.As2Transport
31
- *
32
- * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-as2transport.html | AWS::Transfer::Server.As2Transport}
33
- */
34
- export type TransferServerAs2Transport = string;
35
- /**
36
- * Type definition for AWS::Transfer::Server.EndpointDetails
37
- *
38
- * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html | AWS::Transfer::Server.EndpointDetails}
39
- */
40
- export interface TransferServerEndpointDetails {
41
- AddressAllocationIds?: any[];
42
- VpcId?: string;
43
- VpcEndpointId?: string;
44
- SecurityGroupIds?: any[];
45
- SubnetIds?: any[];
46
- }
47
- /**
48
- * Type definition for AWS::Transfer::Server.IdentityProviderDetails
49
- *
50
- * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html | AWS::Transfer::Server.IdentityProviderDetails}
51
- */
52
- export interface TransferServerIdentityProviderDetails {
53
- Function?: string;
54
- DirectoryId?: string;
55
- InvocationRole?: string;
56
- Url?: string;
57
- SftpAuthenticationMethods?: string;
58
- }
59
- /**
60
- * Type definition for AWS::Transfer::Server.Protocol
61
- *
62
- * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-protocol.html | AWS::Transfer::Server.Protocol}
63
- */
64
- export type TransferServerProtocol = string;
65
- /**
66
- * Type definition for AWS::Transfer::Server.ProtocolDetails
67
- *
68
- * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-protocoldetails.html | AWS::Transfer::Server.ProtocolDetails}
69
- */
70
- export interface TransferServerProtocolDetails {
71
- As2Transports?: any[];
72
- PassiveIp?: string;
73
- SetStatOption?: string;
74
- TlsSessionResumptionMode?: string;
75
- }
76
- /**
77
- * Type definition for AWS::Transfer::Server.StructuredLogDestination
78
- *
79
- * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-structuredlogdestination.html | AWS::Transfer::Server.StructuredLogDestination}
80
- */
81
- export type TransferServerStructuredLogDestination = string;
82
- /**
83
- * Type definition for AWS::Transfer::Server.WorkflowDetail
84
- *
85
- * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-workflowdetail.html | AWS::Transfer::Server.WorkflowDetail}
86
- */
87
- export interface TransferServerWorkflowDetail {
88
- WorkflowId: string;
89
- ExecutionRole: string;
90
- }
91
- /**
92
- * Type definition for AWS::Transfer::Server.WorkflowDetails
93
- *
94
- * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-workflowdetails.html | AWS::Transfer::Server.WorkflowDetails}
95
- */
96
- export interface TransferServerWorkflowDetails {
97
- OnUpload?: any[];
98
- OnPartialUpload?: any[];
99
- }
100
29
  /**
101
30
  * Type definition for AWS::Transfer::User.HomeDirectoryMapEntry
102
31
  *
@@ -367,47 +296,6 @@ export declare class TransferProfile extends ResourceBase<"AWS::Transfer::Profil
367
296
  static readonly AttributeNames: readonly (keyof TransferProfileAttribs)[];
368
297
  constructor(logicalId: string, properties: TransferProfileProps, options?: ResourceOptions);
369
298
  }
370
- /**
371
- * Type definition for AWS::Transfer::Server
372
- *
373
- * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html | AWS::Transfer::Server}
374
- */
375
- export interface TransferServerProps {
376
- LoggingRole?: string;
377
- Protocols?: any[];
378
- IdentityProviderDetails?: TransferServerIdentityProviderDetails;
379
- EndpointDetails?: TransferServerEndpointDetails;
380
- StructuredLogDestinations?: any[];
381
- PreAuthenticationLoginBanner?: string;
382
- PostAuthenticationLoginBanner?: string;
383
- EndpointType?: string;
384
- SecurityPolicyName?: string;
385
- ProtocolDetails?: TransferServerProtocolDetails;
386
- WorkflowDetails?: TransferServerWorkflowDetails;
387
- Domain?: string;
388
- IdentityProviderType?: string;
389
- Tags?: Tag[];
390
- Certificate?: string;
391
- }
392
- /**
393
- * Attributes type definition for AWS::Transfer::Server
394
- *
395
- * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html | AWS::Transfer::Server}
396
- */
397
- export interface TransferServerAttribs {
398
- ServerId?: string;
399
- Arn?: string;
400
- }
401
- /**
402
- * Resource class for AWS::Transfer::Server
403
- *
404
- * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html | AWS::Transfer::Server}
405
- */
406
- export declare class TransferServer extends ResourceBase<"AWS::Transfer::Server", TransferServerProps, TransferServerAttribs> {
407
- static readonly Type = "AWS::Transfer::Server";
408
- static readonly AttributeNames: readonly (keyof TransferServerAttribs)[];
409
- constructor(logicalId: string, properties: TransferServerProps, options?: ResourceOptions);
410
- }
411
299
  /**
412
300
  * Type definition for AWS::Transfer::User
413
301
  *
@@ -59,19 +59,6 @@ class TransferProfile extends ResourceBase {
59
59
  TransferProfile.Type = "AWS::Transfer::Profile";
60
60
  TransferProfile.AttributeNames = ["ProfileId", "Arn"];
61
61
  export { TransferProfile };
62
- /**
63
- * Resource class for AWS::Transfer::Server
64
- *
65
- * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html | AWS::Transfer::Server}
66
- */
67
- class TransferServer extends ResourceBase {
68
- constructor(logicalId, properties, options) {
69
- super(TransferServer.Type, TransferServer.AttributeNames, logicalId, properties, options);
70
- }
71
- }
72
- TransferServer.Type = "AWS::Transfer::Server";
73
- TransferServer.AttributeNames = ["ServerId", "Arn"];
74
- export { TransferServer };
75
62
  /**
76
63
  * Resource class for AWS::Transfer::User
77
64
  *
@@ -0,0 +1,123 @@
1
+ import { ResourceBase } from "../util.js";
2
+ import { ResourceOptions } from "../template.js";
3
+ import { Tag } from "./core.js";
4
+ /**
5
+ * Type definition for Dev::Transfer::Server.As2Transport
6
+ *
7
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-as2transport.html | Dev::Transfer::Server.As2Transport}
8
+ */
9
+ export type DevTransferServerAs2Transport = string;
10
+ /**
11
+ * Type definition for Dev::Transfer::Server.EndpointDetails
12
+ *
13
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html | Dev::Transfer::Server.EndpointDetails}
14
+ */
15
+ export interface DevTransferServerEndpointDetails {
16
+ AddressAllocationIds?: any[];
17
+ VpcId?: string;
18
+ VpcEndpointId?: string;
19
+ SecurityGroupIds?: any[];
20
+ SubnetIds?: any[];
21
+ }
22
+ /**
23
+ * Type definition for Dev::Transfer::Server.IdentityProviderDetails
24
+ *
25
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html | Dev::Transfer::Server.IdentityProviderDetails}
26
+ */
27
+ export interface DevTransferServerIdentityProviderDetails {
28
+ Function?: string;
29
+ DirectoryId?: string;
30
+ InvocationRole?: string;
31
+ Url?: string;
32
+ SftpAuthenticationMethods?: string;
33
+ }
34
+ /**
35
+ * Type definition for Dev::Transfer::Server.Protocol
36
+ *
37
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-protocol.html | Dev::Transfer::Server.Protocol}
38
+ */
39
+ export type DevTransferServerProtocol = string;
40
+ /**
41
+ * Type definition for Dev::Transfer::Server.ProtocolDetails
42
+ *
43
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-protocoldetails.html | Dev::Transfer::Server.ProtocolDetails}
44
+ */
45
+ export interface DevTransferServerProtocolDetails {
46
+ As2Transports?: any[];
47
+ PassiveIp?: string;
48
+ SetStatOption?: string;
49
+ TlsSessionResumptionMode?: string;
50
+ }
51
+ /**
52
+ * Type definition for Dev::Transfer::Server.S3StorageOptions
53
+ *
54
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-s3storageoptions.html | Dev::Transfer::Server.S3StorageOptions}
55
+ */
56
+ export interface DevTransferServerS3StorageOptions {
57
+ DirectoryListingOptimization?: string;
58
+ }
59
+ /**
60
+ * Type definition for Dev::Transfer::Server.StructuredLogDestination
61
+ *
62
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-structuredlogdestination.html | Dev::Transfer::Server.StructuredLogDestination}
63
+ */
64
+ export type DevTransferServerStructuredLogDestination = string;
65
+ /**
66
+ * Type definition for Dev::Transfer::Server.WorkflowDetail
67
+ *
68
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-workflowdetail.html | Dev::Transfer::Server.WorkflowDetail}
69
+ */
70
+ export interface DevTransferServerWorkflowDetail {
71
+ WorkflowId: string;
72
+ ExecutionRole: string;
73
+ }
74
+ /**
75
+ * Type definition for Dev::Transfer::Server.WorkflowDetails
76
+ *
77
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-workflowdetails.html | Dev::Transfer::Server.WorkflowDetails}
78
+ */
79
+ export interface DevTransferServerWorkflowDetails {
80
+ OnUpload?: any[];
81
+ OnPartialUpload?: any[];
82
+ }
83
+ /**
84
+ * Type definition for Dev::Transfer::Server
85
+ *
86
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html | Dev::Transfer::Server}
87
+ */
88
+ export interface DevTransferServerProps {
89
+ LoggingRole?: string;
90
+ Protocols?: any[];
91
+ IdentityProviderDetails?: DevTransferServerIdentityProviderDetails;
92
+ EndpointDetails?: DevTransferServerEndpointDetails;
93
+ StructuredLogDestinations?: any[];
94
+ PreAuthenticationLoginBanner?: string;
95
+ PostAuthenticationLoginBanner?: string;
96
+ EndpointType?: string;
97
+ SecurityPolicyName?: string;
98
+ ProtocolDetails?: DevTransferServerProtocolDetails;
99
+ WorkflowDetails?: DevTransferServerWorkflowDetails;
100
+ Domain?: string;
101
+ IdentityProviderType?: string;
102
+ Tags?: Tag[];
103
+ Certificate?: string;
104
+ }
105
+ /**
106
+ * Attributes type definition for Dev::Transfer::Server
107
+ *
108
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html | Dev::Transfer::Server}
109
+ */
110
+ export interface DevTransferServerAttribs {
111
+ ServerId?: string;
112
+ Arn?: string;
113
+ }
114
+ /**
115
+ * Resource class for Dev::Transfer::Server
116
+ *
117
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html | Dev::Transfer::Server}
118
+ */
119
+ export declare class DevTransferServer extends ResourceBase<"Dev::Transfer::Server", DevTransferServerProps, DevTransferServerAttribs> {
120
+ static readonly Type = "Dev::Transfer::Server";
121
+ static readonly AttributeNames: readonly (keyof DevTransferServerAttribs)[];
122
+ constructor(logicalId: string, properties: DevTransferServerProps, options?: ResourceOptions);
123
+ }
@@ -0,0 +1,14 @@
1
+ import { ResourceBase } from "../util.js";
2
+ /**
3
+ * Resource class for Dev::Transfer::Server
4
+ *
5
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html | Dev::Transfer::Server}
6
+ */
7
+ class DevTransferServer extends ResourceBase {
8
+ constructor(logicalId, properties, options) {
9
+ super(DevTransferServer.Type, DevTransferServer.AttributeNames, logicalId, properties, options);
10
+ }
11
+ }
12
+ DevTransferServer.Type = "Dev::Transfer::Server";
13
+ DevTransferServer.AttributeNames = ["ServerId", "Arn"];
14
+ export { DevTransferServer };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfntypes",
3
- "version": "1.0.0-beta.65",
3
+ "version": "1.0.0-beta.66",
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": "145.0.0"
46
+ "awsResourceSpecificationVersion": "146.0.0"
47
47
  }