@awboost/cfntypes 1.0.0-beta.66 → 1.0.0-beta.68
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-AppConfig.d.ts +11 -2
- package/lib/resources.generated/AWS-AppConfig.js +1 -1
- package/lib/resources.generated/AWS-AppRunner.d.ts +1 -0
- package/lib/resources.generated/AWS-AppStream.d.ts +1 -0
- package/lib/resources.generated/AWS-CodeBuild.d.ts +10 -2
- package/lib/resources.generated/AWS-DLM.d.ts +14 -0
- package/lib/resources.generated/AWS-EC2.d.ts +18 -7
- package/lib/resources.generated/AWS-EC2.js +2 -2
- package/lib/resources.generated/AWS-ECS.d.ts +3 -3
- package/lib/resources.generated/AWS-EMRServerless.d.ts +43 -4
- package/lib/resources.generated/AWS-EntityResolution.d.ts +1 -0
- package/lib/resources.generated/AWS-EntityResolution.js +1 -1
- package/lib/resources.generated/AWS-GameLift.d.ts +29 -0
- package/lib/resources.generated/AWS-IAM.d.ts +11 -11
- package/lib/resources.generated/AWS-IAM.js +1 -1
- package/lib/resources.generated/AWS-MediaLive.d.ts +163 -0
- package/lib/resources.generated/AWS-MediaLive.js +26 -0
- package/lib/resources.generated/AWS-MediaPackageV2.d.ts +13 -0
- package/lib/resources.generated/AWS-QuickSight.d.ts +74 -4
- package/lib/resources.generated/AWS-QuickSight.js +6 -0
- package/lib/resources.generated/AWS-RDS.d.ts +2 -0
- package/lib/resources.generated/AWS-Redshift.d.ts +22 -21
- package/lib/resources.generated/AWS-ResourceExplorer2.d.ts +9 -9
- package/lib/resources.generated/AWS-S3.d.ts +18 -0
- package/lib/resources.generated/AWS-ServiceCatalogAppRegistry.d.ts +0 -2
- package/lib/resources.generated/AWS-ServiceCatalogAppRegistry.js +2 -2
- package/lib/resources.generated/AWS-Transfer.d.ts +112 -0
- package/lib/resources.generated/AWS-Transfer.js +13 -0
- package/package.json +2 -2
- package/lib/resources.generated/Dev-Transfer.d.ts +0 -123
- package/lib/resources.generated/Dev-Transfer.js +0 -14
@@ -39,6 +39,17 @@ export interface MediaPackageV2OriginEndpointEncryptionMethod {
|
|
39
39
|
CmafEncryptionMethod?: string;
|
40
40
|
TsEncryptionMethod?: string;
|
41
41
|
}
|
42
|
+
/**
|
43
|
+
* Type definition for AWS::MediaPackageV2::OriginEndpoint.FilterConfiguration
|
44
|
+
*
|
45
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-filterconfiguration.html | AWS::MediaPackageV2::OriginEndpoint.FilterConfiguration}
|
46
|
+
*/
|
47
|
+
export interface MediaPackageV2OriginEndpointFilterConfiguration {
|
48
|
+
Start?: string;
|
49
|
+
End?: string;
|
50
|
+
TimeDelaySeconds?: number;
|
51
|
+
ManifestFilter?: string;
|
52
|
+
}
|
42
53
|
/**
|
43
54
|
* Type definition for AWS::MediaPackageV2::OriginEndpoint.HlsManifestConfiguration
|
44
55
|
*
|
@@ -50,6 +61,7 @@ export interface MediaPackageV2OriginEndpointHlsManifestConfiguration {
|
|
50
61
|
ProgramDateTimeIntervalSeconds?: number;
|
51
62
|
ChildManifestName?: string;
|
52
63
|
ScteHls?: MediaPackageV2OriginEndpointScteHls;
|
64
|
+
FilterConfiguration?: MediaPackageV2OriginEndpointFilterConfiguration;
|
53
65
|
Url?: string;
|
54
66
|
}
|
55
67
|
/**
|
@@ -63,6 +75,7 @@ export interface MediaPackageV2OriginEndpointLowLatencyHlsManifestConfiguration
|
|
63
75
|
ProgramDateTimeIntervalSeconds?: number;
|
64
76
|
ChildManifestName?: string;
|
65
77
|
ScteHls?: MediaPackageV2OriginEndpointScteHls;
|
78
|
+
FilterConfiguration?: MediaPackageV2OriginEndpointFilterConfiguration;
|
66
79
|
Url?: string;
|
67
80
|
}
|
68
81
|
/**
|
@@ -36,6 +36,7 @@ export interface QuickSightAnalysisAnalysisDefaults {
|
|
36
36
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-analysisdefinition.html | AWS::QuickSight::Analysis.AnalysisDefinition}
|
37
37
|
*/
|
38
38
|
export interface QuickSightAnalysisAnalysisDefinition {
|
39
|
+
Options?: QuickSightAnalysisAssetOptions;
|
39
40
|
FilterGroups?: any[];
|
40
41
|
CalculatedFields?: any[];
|
41
42
|
DataSetIdentifierDeclarations: any[];
|
@@ -115,6 +116,15 @@ export interface QuickSightAnalysisArcConfiguration {
|
|
115
116
|
export interface QuickSightAnalysisArcOptions {
|
116
117
|
ArcThickness?: string;
|
117
118
|
}
|
119
|
+
/**
|
120
|
+
* Type definition for AWS::QuickSight::Analysis.AssetOptions
|
121
|
+
*
|
122
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-assetoptions.html | AWS::QuickSight::Analysis.AssetOptions}
|
123
|
+
*/
|
124
|
+
export interface QuickSightAnalysisAssetOptions {
|
125
|
+
Timezone?: string;
|
126
|
+
WeekStart?: string;
|
127
|
+
}
|
118
128
|
/**
|
119
129
|
* Type definition for AWS::QuickSight::Analysis.AttributeAggregationFunction
|
120
130
|
*
|
@@ -4921,6 +4931,15 @@ export interface QuickSightDashboardArcConfiguration {
|
|
4921
4931
|
export interface QuickSightDashboardArcOptions {
|
4922
4932
|
ArcThickness?: string;
|
4923
4933
|
}
|
4934
|
+
/**
|
4935
|
+
* Type definition for AWS::QuickSight::Dashboard.AssetOptions
|
4936
|
+
*
|
4937
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-assetoptions.html | AWS::QuickSight::Dashboard.AssetOptions}
|
4938
|
+
*/
|
4939
|
+
export interface QuickSightDashboardAssetOptions {
|
4940
|
+
Timezone?: string;
|
4941
|
+
WeekStart?: string;
|
4942
|
+
}
|
4924
4943
|
/**
|
4925
4944
|
* Type definition for AWS::QuickSight::Dashboard.AttributeAggregationFunction
|
4926
4945
|
*
|
@@ -5754,6 +5773,7 @@ export interface QuickSightDashboardDashboardSourceTemplate {
|
|
5754
5773
|
export interface QuickSightDashboardDashboardVersion {
|
5755
5774
|
Status?: string;
|
5756
5775
|
Errors?: any[];
|
5776
|
+
Options?: QuickSightDashboardAssetOptions;
|
5757
5777
|
CreatedTime?: string;
|
5758
5778
|
Description?: string;
|
5759
5779
|
DataSetArns?: any[];
|
@@ -5769,6 +5789,7 @@ export interface QuickSightDashboardDashboardVersion {
|
|
5769
5789
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboardversiondefinition.html | AWS::QuickSight::Dashboard.DashboardVersionDefinition}
|
5770
5790
|
*/
|
5771
5791
|
export interface QuickSightDashboardDashboardVersionDefinition {
|
5792
|
+
Options?: QuickSightDashboardAssetOptions;
|
5772
5793
|
FilterGroups?: any[];
|
5773
5794
|
CalculatedFields?: any[];
|
5774
5795
|
DataSetIdentifierDeclarations: any[];
|
@@ -7537,6 +7558,14 @@ export interface QuickSightDashboardLineSeriesAxisDisplayOptions {
|
|
7537
7558
|
MissingDataConfigurations?: any[];
|
7538
7559
|
AxisOptions?: QuickSightDashboardAxisDisplayOptions;
|
7539
7560
|
}
|
7561
|
+
/**
|
7562
|
+
* Type definition for AWS::QuickSight::Dashboard.LinkSharingConfiguration
|
7563
|
+
*
|
7564
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-linksharingconfiguration.html | AWS::QuickSight::Dashboard.LinkSharingConfiguration}
|
7565
|
+
*/
|
7566
|
+
export interface QuickSightDashboardLinkSharingConfiguration {
|
7567
|
+
Permissions?: any[];
|
7568
|
+
}
|
7540
7569
|
/**
|
7541
7570
|
* Type definition for AWS::QuickSight::Dashboard.ListControlDisplayOptions
|
7542
7571
|
*
|
@@ -10345,6 +10374,7 @@ export interface QuickSightDataSourceDataSourceParameters {
|
|
10345
10374
|
MariaDbParameters?: QuickSightDataSourceMariaDbParameters;
|
10346
10375
|
OracleParameters?: QuickSightDataSourceOracleParameters;
|
10347
10376
|
PrestoParameters?: QuickSightDataSourcePrestoParameters;
|
10377
|
+
StarburstParameters?: QuickSightDataSourceStarburstParameters;
|
10348
10378
|
RedshiftParameters?: QuickSightDataSourceRedshiftParameters;
|
10349
10379
|
MySqlParameters?: QuickSightDataSourceMySqlParameters;
|
10350
10380
|
SqlServerParameters?: QuickSightDataSourceSqlServerParameters;
|
@@ -10354,6 +10384,7 @@ export interface QuickSightDataSourceDataSourceParameters {
|
|
10354
10384
|
PostgreSqlParameters?: QuickSightDataSourcePostgreSqlParameters;
|
10355
10385
|
AuroraParameters?: QuickSightDataSourceAuroraParameters;
|
10356
10386
|
S3Parameters?: QuickSightDataSourceS3Parameters;
|
10387
|
+
TrinoParameters?: QuickSightDataSourceTrinoParameters;
|
10357
10388
|
DatabricksParameters?: QuickSightDataSourceDatabricksParameters;
|
10358
10389
|
}
|
10359
10390
|
/**
|
@@ -10500,6 +10531,17 @@ export interface QuickSightDataSourceSqlServerParameters {
|
|
10500
10531
|
export interface QuickSightDataSourceSslProperties {
|
10501
10532
|
DisableSsl?: boolean;
|
10502
10533
|
}
|
10534
|
+
/**
|
10535
|
+
* Type definition for AWS::QuickSight::DataSource.StarburstParameters
|
10536
|
+
*
|
10537
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-starburstparameters.html | AWS::QuickSight::DataSource.StarburstParameters}
|
10538
|
+
*/
|
10539
|
+
export interface QuickSightDataSourceStarburstParameters {
|
10540
|
+
Port: number;
|
10541
|
+
ProductType?: string;
|
10542
|
+
Host: string;
|
10543
|
+
Catalog: string;
|
10544
|
+
}
|
10503
10545
|
/**
|
10504
10546
|
* Type definition for AWS::QuickSight::DataSource.TeradataParameters
|
10505
10547
|
*
|
@@ -10510,6 +10552,16 @@ export interface QuickSightDataSourceTeradataParameters {
|
|
10510
10552
|
Database: string;
|
10511
10553
|
Host: string;
|
10512
10554
|
}
|
10555
|
+
/**
|
10556
|
+
* Type definition for AWS::QuickSight::DataSource.TrinoParameters
|
10557
|
+
*
|
10558
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-trinoparameters.html | AWS::QuickSight::DataSource.TrinoParameters}
|
10559
|
+
*/
|
10560
|
+
export interface QuickSightDataSourceTrinoParameters {
|
10561
|
+
Port: number;
|
10562
|
+
Host: string;
|
10563
|
+
Catalog: string;
|
10564
|
+
}
|
10513
10565
|
/**
|
10514
10566
|
* Type definition for AWS::QuickSight::DataSource.VpcConnectionProperties
|
10515
10567
|
*
|
@@ -10622,6 +10674,15 @@ export interface QuickSightTemplateArcConfiguration {
|
|
10622
10674
|
export interface QuickSightTemplateArcOptions {
|
10623
10675
|
ArcThickness?: string;
|
10624
10676
|
}
|
10677
|
+
/**
|
10678
|
+
* Type definition for AWS::QuickSight::Template.AssetOptions
|
10679
|
+
*
|
10680
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-assetoptions.html | AWS::QuickSight::Template.AssetOptions}
|
10681
|
+
*/
|
10682
|
+
export interface QuickSightTemplateAssetOptions {
|
10683
|
+
Timezone?: string;
|
10684
|
+
WeekStart?: string;
|
10685
|
+
}
|
10625
10686
|
/**
|
10626
10687
|
* Type definition for AWS::QuickSight::Template.AttributeAggregationFunction
|
10627
10688
|
*
|
@@ -14843,6 +14904,7 @@ export interface QuickSightTemplateTemplateSourceTemplate {
|
|
14843
14904
|
export interface QuickSightTemplateTemplateVersion {
|
14844
14905
|
Status?: string;
|
14845
14906
|
Errors?: any[];
|
14907
|
+
Options?: QuickSightTemplateAssetOptions;
|
14846
14908
|
CreatedTime?: string;
|
14847
14909
|
Description?: string;
|
14848
14910
|
ThemeArn?: string;
|
@@ -14857,6 +14919,7 @@ export interface QuickSightTemplateTemplateVersion {
|
|
14857
14919
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-templateversiondefinition.html | AWS::QuickSight::Template.TemplateVersionDefinition}
|
14858
14920
|
*/
|
14859
14921
|
export interface QuickSightTemplateTemplateVersionDefinition {
|
14922
|
+
Options?: QuickSightTemplateAssetOptions;
|
14860
14923
|
FilterGroups?: any[];
|
14861
14924
|
CalculatedFields?: any[];
|
14862
14925
|
DataSetConfigurations: any[];
|
@@ -15900,18 +15963,19 @@ export declare class QuickSightAnalysis extends ResourceBase<"AWS::QuickSight::A
|
|
15900
15963
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-dashboard.html | AWS::QuickSight::Dashboard}
|
15901
15964
|
*/
|
15902
15965
|
export interface QuickSightDashboardProps {
|
15903
|
-
DashboardPublishOptions?: QuickSightDashboardDashboardPublishOptions;
|
15904
15966
|
Parameters?: QuickSightDashboardParameters;
|
15905
15967
|
VersionDescription?: string;
|
15906
15968
|
SourceEntity?: QuickSightDashboardDashboardSourceEntity;
|
15907
15969
|
ThemeArn?: string;
|
15908
15970
|
Definition?: QuickSightDashboardDashboardVersionDefinition;
|
15909
|
-
AwsAccountId: string;
|
15910
|
-
Permissions?: any[];
|
15911
15971
|
ValidationStrategy?: QuickSightDashboardValidationStrategy;
|
15912
15972
|
DashboardId: string;
|
15913
|
-
|
15973
|
+
LinkSharingConfiguration?: QuickSightDashboardLinkSharingConfiguration;
|
15914
15974
|
Name: string;
|
15975
|
+
DashboardPublishOptions?: QuickSightDashboardDashboardPublishOptions;
|
15976
|
+
AwsAccountId: string;
|
15977
|
+
Permissions?: any[];
|
15978
|
+
Tags?: Tag[];
|
15915
15979
|
}
|
15916
15980
|
/**
|
15917
15981
|
* Attributes type definition for AWS::QuickSight::Dashboard
|
@@ -15919,6 +15983,7 @@ export interface QuickSightDashboardProps {
|
|
15919
15983
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-dashboard.html | AWS::QuickSight::Dashboard}
|
15920
15984
|
*/
|
15921
15985
|
export interface QuickSightDashboardAttribs {
|
15986
|
+
"Version.Options.Timezone"?: string;
|
15922
15987
|
"Version.Status"?: string;
|
15923
15988
|
CreatedTime?: string;
|
15924
15989
|
LastUpdatedTime?: string;
|
@@ -15931,8 +15996,10 @@ export interface QuickSightDashboardAttribs {
|
|
15931
15996
|
"Version.Description"?: string;
|
15932
15997
|
LastPublishedTime?: string;
|
15933
15998
|
Version?: QuickSightDashboardDashboardVersion;
|
15999
|
+
"Version.Options"?: QuickSightDashboardAssetOptions;
|
15934
16000
|
"Version.DataSetArns"?: any[];
|
15935
16001
|
Arn?: string;
|
16002
|
+
"Version.Options.WeekStart"?: string;
|
15936
16003
|
"Version.SourceEntityArn"?: string;
|
15937
16004
|
}
|
15938
16005
|
/**
|
@@ -16081,6 +16148,7 @@ export interface QuickSightTemplateProps {
|
|
16081
16148
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-template.html | AWS::QuickSight::Template}
|
16082
16149
|
*/
|
16083
16150
|
export interface QuickSightTemplateAttribs {
|
16151
|
+
"Version.Options.Timezone"?: string;
|
16084
16152
|
"Version.Status"?: string;
|
16085
16153
|
CreatedTime?: string;
|
16086
16154
|
"Version.DataSetConfigurations"?: any[];
|
@@ -16092,7 +16160,9 @@ export interface QuickSightTemplateAttribs {
|
|
16092
16160
|
"Version.CreatedTime"?: string;
|
16093
16161
|
"Version.Description"?: string;
|
16094
16162
|
Version?: QuickSightTemplateTemplateVersion;
|
16163
|
+
"Version.Options"?: QuickSightTemplateAssetOptions;
|
16095
16164
|
Arn?: string;
|
16165
|
+
"Version.Options.WeekStart"?: string;
|
16096
16166
|
"Version.SourceEntityArn"?: string;
|
16097
16167
|
}
|
16098
16168
|
/**
|
@@ -31,6 +31,7 @@ class QuickSightDashboard extends ResourceBase {
|
|
31
31
|
}
|
32
32
|
QuickSightDashboard.Type = "AWS::QuickSight::Dashboard";
|
33
33
|
QuickSightDashboard.AttributeNames = [
|
34
|
+
"Version.Options.Timezone",
|
34
35
|
"Version.Status",
|
35
36
|
"CreatedTime",
|
36
37
|
"LastUpdatedTime",
|
@@ -43,8 +44,10 @@ QuickSightDashboard.AttributeNames = [
|
|
43
44
|
"Version.Description",
|
44
45
|
"LastPublishedTime",
|
45
46
|
"Version",
|
47
|
+
"Version.Options",
|
46
48
|
"Version.DataSetArns",
|
47
49
|
"Arn",
|
50
|
+
"Version.Options.WeekStart",
|
48
51
|
"Version.SourceEntityArn",
|
49
52
|
];
|
50
53
|
export { QuickSightDashboard };
|
@@ -105,6 +108,7 @@ class QuickSightTemplate extends ResourceBase {
|
|
105
108
|
}
|
106
109
|
QuickSightTemplate.Type = "AWS::QuickSight::Template";
|
107
110
|
QuickSightTemplate.AttributeNames = [
|
111
|
+
"Version.Options.Timezone",
|
108
112
|
"Version.Status",
|
109
113
|
"CreatedTime",
|
110
114
|
"Version.DataSetConfigurations",
|
@@ -116,7 +120,9 @@ QuickSightTemplate.AttributeNames = [
|
|
116
120
|
"Version.CreatedTime",
|
117
121
|
"Version.Description",
|
118
122
|
"Version",
|
123
|
+
"Version.Options",
|
119
124
|
"Arn",
|
125
|
+
"Version.Options.WeekStart",
|
120
126
|
"Version.SourceEntityArn",
|
121
127
|
];
|
122
128
|
export { QuickSightTemplate };
|
@@ -249,6 +249,7 @@ export interface RDSDBClusterProps {
|
|
249
249
|
Domain?: string;
|
250
250
|
BacktrackWindow?: number;
|
251
251
|
DBInstanceParameterGroupName?: string;
|
252
|
+
EnableGlobalWriteForwarding?: boolean;
|
252
253
|
MonitoringRoleArn?: string;
|
253
254
|
AssociatedRoles?: any[];
|
254
255
|
EnableHttpEndpoint?: boolean;
|
@@ -375,6 +376,7 @@ export interface RDSDBInstanceProps {
|
|
375
376
|
RestoreTime?: string;
|
376
377
|
CertificateRotationRestart?: boolean;
|
377
378
|
NetworkType?: string;
|
379
|
+
DedicatedLogVolume?: boolean;
|
378
380
|
CopyTagsToSnapshot?: boolean;
|
379
381
|
DomainIAMRoleName?: string;
|
380
382
|
ReplicaMode?: string;
|
@@ -102,54 +102,55 @@ export interface RedshiftScheduledActionScheduledActionType {
|
|
102
102
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html | AWS::Redshift::Cluster}
|
103
103
|
*/
|
104
104
|
export interface RedshiftClusterProps {
|
105
|
-
HsmClientCertificateIdentifier?: string;
|
106
105
|
RevisionTarget?: string;
|
107
|
-
ElasticIp?: string;
|
108
106
|
AutomatedSnapshotRetentionPeriod?: number;
|
109
|
-
AvailabilityZoneRelocationStatus?: string;
|
110
|
-
AquaConfigurationStatus?: string;
|
111
107
|
Encrypted?: boolean;
|
112
|
-
SnapshotIdentifier?: string;
|
113
|
-
AvailabilityZoneRelocation?: boolean;
|
114
108
|
Port?: number;
|
115
109
|
NumberOfNodes?: number;
|
116
|
-
SnapshotCopyGrantName?: string;
|
117
110
|
DestinationRegion?: string;
|
118
|
-
EnhancedVpcRouting?: boolean;
|
119
|
-
ClusterParameterGroupName?: string;
|
120
|
-
DeferMaintenanceEndTime?: string;
|
121
111
|
AllowVersionUpgrade?: boolean;
|
122
112
|
Endpoint?: RedshiftClusterEndpoint;
|
123
|
-
RotateEncryptionKey?: boolean;
|
124
|
-
VpcSecurityGroupIds?: any[];
|
125
113
|
MaintenanceTrackName?: string;
|
126
114
|
OwnerAccount?: string;
|
115
|
+
MultiAZ?: boolean;
|
127
116
|
Tags?: Tag[];
|
128
117
|
SnapshotClusterIdentifier?: string;
|
129
118
|
IamRoles?: any[];
|
130
119
|
KmsKeyId?: string;
|
131
120
|
SnapshotCopyManual?: boolean;
|
132
|
-
ClusterVersion?: string;
|
133
|
-
HsmConfigurationIdentifier?: string;
|
134
121
|
AvailabilityZone?: string;
|
135
|
-
PreferredMaintenanceWindow?: string;
|
136
|
-
DeferMaintenanceStartTime?: string;
|
137
122
|
ClusterSecurityGroups?: any[];
|
138
|
-
ClusterType: string;
|
139
|
-
Classic?: boolean;
|
140
123
|
ClusterIdentifier?: string;
|
141
124
|
MasterUserPassword: string;
|
142
125
|
ClusterSubnetGroupName?: string;
|
143
126
|
LoggingProperties?: RedshiftClusterLoggingProperties;
|
144
127
|
DeferMaintenance?: boolean;
|
145
|
-
DeferMaintenanceDuration?: number;
|
146
128
|
NodeType: string;
|
147
129
|
MasterUsername: string;
|
148
|
-
DBName: string;
|
149
130
|
PubliclyAccessible?: boolean;
|
150
131
|
ManualSnapshotRetentionPeriod?: number;
|
151
|
-
SnapshotCopyRetentionPeriod?: number;
|
152
132
|
ResourceAction?: string;
|
133
|
+
HsmClientCertificateIdentifier?: string;
|
134
|
+
ElasticIp?: string;
|
135
|
+
AvailabilityZoneRelocationStatus?: string;
|
136
|
+
AquaConfigurationStatus?: string;
|
137
|
+
SnapshotIdentifier?: string;
|
138
|
+
AvailabilityZoneRelocation?: boolean;
|
139
|
+
SnapshotCopyGrantName?: string;
|
140
|
+
EnhancedVpcRouting?: boolean;
|
141
|
+
ClusterParameterGroupName?: string;
|
142
|
+
DeferMaintenanceEndTime?: string;
|
143
|
+
RotateEncryptionKey?: boolean;
|
144
|
+
VpcSecurityGroupIds?: any[];
|
145
|
+
ClusterVersion?: string;
|
146
|
+
HsmConfigurationIdentifier?: string;
|
147
|
+
PreferredMaintenanceWindow?: string;
|
148
|
+
DeferMaintenanceStartTime?: string;
|
149
|
+
ClusterType: string;
|
150
|
+
Classic?: boolean;
|
151
|
+
DeferMaintenanceDuration?: number;
|
152
|
+
DBName: string;
|
153
|
+
SnapshotCopyRetentionPeriod?: number;
|
153
154
|
}
|
154
155
|
/**
|
155
156
|
* Attributes type definition for AWS::Redshift::Cluster
|
@@ -1,14 +1,6 @@
|
|
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::ResourceExplorer2::View.Filters
|
6
|
-
*
|
7
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourceexplorer2-view-filters.html | AWS::ResourceExplorer2::View.Filters}
|
8
|
-
*/
|
9
|
-
export interface ResourceExplorer2ViewFilters {
|
10
|
-
FilterString: string;
|
11
|
-
}
|
12
4
|
/**
|
13
5
|
* Type definition for AWS::ResourceExplorer2::View.IncludedProperty
|
14
6
|
*
|
@@ -17,6 +9,14 @@ export interface ResourceExplorer2ViewFilters {
|
|
17
9
|
export interface ResourceExplorer2ViewIncludedProperty {
|
18
10
|
Name: string;
|
19
11
|
}
|
12
|
+
/**
|
13
|
+
* Type definition for AWS::ResourceExplorer2::View.SearchFilter
|
14
|
+
*
|
15
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourceexplorer2-view-searchfilter.html | AWS::ResourceExplorer2::View.SearchFilter}
|
16
|
+
*/
|
17
|
+
export interface ResourceExplorer2ViewSearchFilter {
|
18
|
+
FilterString: string;
|
19
|
+
}
|
20
20
|
/**
|
21
21
|
* Type definition for AWS::ResourceExplorer2::DefaultViewAssociation
|
22
22
|
*
|
@@ -77,7 +77,7 @@ export declare class ResourceExplorer2Index extends ResourceBase<"AWS::ResourceE
|
|
77
77
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourceexplorer2-view.html | AWS::ResourceExplorer2::View}
|
78
78
|
*/
|
79
79
|
export interface ResourceExplorer2ViewProps {
|
80
|
-
Filters?:
|
80
|
+
Filters?: ResourceExplorer2ViewSearchFilter;
|
81
81
|
IncludedProperties?: any[];
|
82
82
|
Tags?: Record<string, Tag>;
|
83
83
|
ViewName: string;
|
@@ -599,6 +599,7 @@ export interface S3MultiRegionAccessPointPolicyPolicyStatus {
|
|
599
599
|
*/
|
600
600
|
export interface S3StorageLensAccountLevel {
|
601
601
|
AdvancedDataProtectionMetrics?: S3StorageLensAdvancedDataProtectionMetrics;
|
602
|
+
StorageLensGroupLevel?: S3StorageLensStorageLensGroupLevel;
|
602
603
|
ActivityMetrics?: S3StorageLensActivityMetrics;
|
603
604
|
BucketLevel: S3StorageLensBucketLevel;
|
604
605
|
AdvancedCostOptimizationMetrics?: S3StorageLensAdvancedCostOptimizationMetrics;
|
@@ -754,6 +755,23 @@ export interface S3StorageLensStorageLensConfiguration {
|
|
754
755
|
StorageLensArn?: string;
|
755
756
|
DataExport?: S3StorageLensDataExport;
|
756
757
|
}
|
758
|
+
/**
|
759
|
+
* Type definition for AWS::S3::StorageLens.StorageLensGroupLevel
|
760
|
+
*
|
761
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-storagelensgrouplevel.html | AWS::S3::StorageLens.StorageLensGroupLevel}
|
762
|
+
*/
|
763
|
+
export interface S3StorageLensStorageLensGroupLevel {
|
764
|
+
StorageLensGroupSelectionCriteria?: S3StorageLensStorageLensGroupSelectionCriteria;
|
765
|
+
}
|
766
|
+
/**
|
767
|
+
* Type definition for AWS::S3::StorageLens.StorageLensGroupSelectionCriteria
|
768
|
+
*
|
769
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-storagelensgroupselectioncriteria.html | AWS::S3::StorageLens.StorageLensGroupSelectionCriteria}
|
770
|
+
*/
|
771
|
+
export interface S3StorageLensStorageLensGroupSelectionCriteria {
|
772
|
+
Exclude?: any[];
|
773
|
+
Include?: any[];
|
774
|
+
}
|
757
775
|
/**
|
758
776
|
* Type definition for AWS::S3::AccessPoint
|
759
777
|
*
|
@@ -77,7 +77,6 @@ export interface ServiceCatalogAppRegistryAttributeGroupAssociationProps {
|
|
77
77
|
export interface ServiceCatalogAppRegistryAttributeGroupAssociationAttribs {
|
78
78
|
ApplicationArn?: string;
|
79
79
|
AttributeGroupArn?: string;
|
80
|
-
Id?: string;
|
81
80
|
}
|
82
81
|
/**
|
83
82
|
* Resource class for AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation
|
@@ -107,7 +106,6 @@ export interface ServiceCatalogAppRegistryResourceAssociationProps {
|
|
107
106
|
export interface ServiceCatalogAppRegistryResourceAssociationAttribs {
|
108
107
|
ResourceArn?: string;
|
109
108
|
ApplicationArn?: string;
|
110
|
-
Id?: string;
|
111
109
|
}
|
112
110
|
/**
|
113
111
|
* Resource class for AWS::ServiceCatalogAppRegistry::ResourceAssociation
|
@@ -36,7 +36,7 @@ class ServiceCatalogAppRegistryAttributeGroupAssociation extends ResourceBase {
|
|
36
36
|
}
|
37
37
|
}
|
38
38
|
ServiceCatalogAppRegistryAttributeGroupAssociation.Type = "AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation";
|
39
|
-
ServiceCatalogAppRegistryAttributeGroupAssociation.AttributeNames = ["ApplicationArn", "AttributeGroupArn"
|
39
|
+
ServiceCatalogAppRegistryAttributeGroupAssociation.AttributeNames = ["ApplicationArn", "AttributeGroupArn"];
|
40
40
|
export { ServiceCatalogAppRegistryAttributeGroupAssociation };
|
41
41
|
/**
|
42
42
|
* Resource class for AWS::ServiceCatalogAppRegistry::ResourceAssociation
|
@@ -49,5 +49,5 @@ class ServiceCatalogAppRegistryResourceAssociation extends ResourceBase {
|
|
49
49
|
}
|
50
50
|
}
|
51
51
|
ServiceCatalogAppRegistryResourceAssociation.Type = "AWS::ServiceCatalogAppRegistry::ResourceAssociation";
|
52
|
-
ServiceCatalogAppRegistryResourceAssociation.AttributeNames = ["ResourceArn", "ApplicationArn"
|
52
|
+
ServiceCatalogAppRegistryResourceAssociation.AttributeNames = ["ResourceArn", "ApplicationArn"];
|
53
53
|
export { ServiceCatalogAppRegistryResourceAssociation };
|
@@ -26,6 +26,77 @@ 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
|
+
}
|
29
100
|
/**
|
30
101
|
* Type definition for AWS::Transfer::User.HomeDirectoryMapEntry
|
31
102
|
*
|
@@ -296,6 +367,47 @@ export declare class TransferProfile extends ResourceBase<"AWS::Transfer::Profil
|
|
296
367
|
static readonly AttributeNames: readonly (keyof TransferProfileAttribs)[];
|
297
368
|
constructor(logicalId: string, properties: TransferProfileProps, options?: ResourceOptions);
|
298
369
|
}
|
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
|
+
}
|
299
411
|
/**
|
300
412
|
* Type definition for AWS::Transfer::User
|
301
413
|
*
|
@@ -59,6 +59,19 @@ 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 };
|
62
75
|
/**
|
63
76
|
* Resource class for AWS::Transfer::User
|
64
77
|
*
|
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.68",
|
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": "148.0.0"
|
47
47
|
}
|