@awboost/cfntypes 1.0.0-beta.40 → 1.0.0-beta.41
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/cjs/types.generated.js +9 -5
- package/lib/types.generated.d.ts +592 -444
- package/lib/types.generated.js +9 -5
- package/package.json +2 -2
package/lib/types.generated.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
export declare const ResourceSpecificationVersion = "
|
1
|
+
export declare const ResourceSpecificationVersion = "139.0.0";
|
2
2
|
/**
|
3
3
|
* Type definition for AWS::ACMPCA::Certificate.ApiPassthrough
|
4
4
|
*
|
@@ -2248,6 +2248,24 @@ export interface AppFlowFlowSAPODataDestinationProperties {
|
|
2248
2248
|
ErrorHandlingConfig?: AppFlowFlowErrorHandlingConfig;
|
2249
2249
|
SuccessResponseHandlingConfig?: AppFlowFlowSuccessResponseHandlingConfig;
|
2250
2250
|
}
|
2251
|
+
/**
|
2252
|
+
* Type definition for AWS::AppFlow::Flow.SAPODataPaginationConfig
|
2253
|
+
*
|
2254
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sapodatapaginationconfig.html | AWS::AppFlow::Flow.SAPODataPaginationConfig}
|
2255
|
+
* @group AWS::AppFlow
|
2256
|
+
*/
|
2257
|
+
export interface AppFlowFlowSAPODataPaginationConfig {
|
2258
|
+
maxPageSize: number;
|
2259
|
+
}
|
2260
|
+
/**
|
2261
|
+
* Type definition for AWS::AppFlow::Flow.SAPODataParallelismConfig
|
2262
|
+
*
|
2263
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sapodataparallelismconfig.html | AWS::AppFlow::Flow.SAPODataParallelismConfig}
|
2264
|
+
* @group AWS::AppFlow
|
2265
|
+
*/
|
2266
|
+
export interface AppFlowFlowSAPODataParallelismConfig {
|
2267
|
+
maxParallelism: number;
|
2268
|
+
}
|
2251
2269
|
/**
|
2252
2270
|
* Type definition for AWS::AppFlow::Flow.SAPODataSourceProperties
|
2253
2271
|
*
|
@@ -2256,6 +2274,8 @@ export interface AppFlowFlowSAPODataDestinationProperties {
|
|
2256
2274
|
*/
|
2257
2275
|
export interface AppFlowFlowSAPODataSourceProperties {
|
2258
2276
|
ObjectPath: string;
|
2277
|
+
paginationConfig?: AppFlowFlowSAPODataPaginationConfig;
|
2278
|
+
parallelismConfig?: AppFlowFlowSAPODataParallelismConfig;
|
2259
2279
|
}
|
2260
2280
|
/**
|
2261
2281
|
* Type definition for AWS::AppFlow::Flow.SalesforceDestinationProperties
|
@@ -6250,6 +6270,7 @@ export interface BillingConductorCustomLineItemBillingPeriodRange {
|
|
6250
6270
|
* @group AWS::BillingConductor
|
6251
6271
|
*/
|
6252
6272
|
export interface BillingConductorCustomLineItemCustomLineItemChargeDetails {
|
6273
|
+
LineItemFilters?: any[];
|
6253
6274
|
Type: string;
|
6254
6275
|
Percentage?: BillingConductorCustomLineItemCustomLineItemPercentageChargeDetails;
|
6255
6276
|
Flat?: BillingConductorCustomLineItemCustomLineItemFlatChargeDetails;
|
@@ -6273,6 +6294,17 @@ export interface BillingConductorCustomLineItemCustomLineItemPercentageChargeDet
|
|
6273
6294
|
ChildAssociatedResources?: any[];
|
6274
6295
|
PercentageValue: number;
|
6275
6296
|
}
|
6297
|
+
/**
|
6298
|
+
* Type definition for AWS::BillingConductor::CustomLineItem.LineItemFilter
|
6299
|
+
*
|
6300
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-billingconductor-customlineitem-lineitemfilter.html | AWS::BillingConductor::CustomLineItem.LineItemFilter}
|
6301
|
+
* @group AWS::BillingConductor
|
6302
|
+
*/
|
6303
|
+
export interface BillingConductorCustomLineItemLineItemFilter {
|
6304
|
+
MatchOption: string;
|
6305
|
+
Attribute: string;
|
6306
|
+
Values: any[];
|
6307
|
+
}
|
6276
6308
|
/**
|
6277
6309
|
* Type definition for AWS::BillingConductor::PricingRule.FreeTier
|
6278
6310
|
*
|
@@ -6731,6 +6763,36 @@ export interface CleanRoomsConfiguredTableGlueTableReference {
|
|
6731
6763
|
export interface CleanRoomsConfiguredTableTableReference {
|
6732
6764
|
Glue: CleanRoomsConfiguredTableGlueTableReference;
|
6733
6765
|
}
|
6766
|
+
/**
|
6767
|
+
* Type definition for AWS::CleanRooms::Membership.MembershipProtectedQueryOutputConfiguration
|
6768
|
+
*
|
6769
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-membership-membershipprotectedqueryoutputconfiguration.html | AWS::CleanRooms::Membership.MembershipProtectedQueryOutputConfiguration}
|
6770
|
+
* @group AWS::CleanRooms
|
6771
|
+
*/
|
6772
|
+
export interface CleanRoomsMembershipMembershipProtectedQueryOutputConfiguration {
|
6773
|
+
S3: CleanRoomsMembershipProtectedQueryS3OutputConfiguration;
|
6774
|
+
}
|
6775
|
+
/**
|
6776
|
+
* Type definition for AWS::CleanRooms::Membership.MembershipProtectedQueryResultConfiguration
|
6777
|
+
*
|
6778
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-membership-membershipprotectedqueryresultconfiguration.html | AWS::CleanRooms::Membership.MembershipProtectedQueryResultConfiguration}
|
6779
|
+
* @group AWS::CleanRooms
|
6780
|
+
*/
|
6781
|
+
export interface CleanRoomsMembershipMembershipProtectedQueryResultConfiguration {
|
6782
|
+
OutputConfiguration: CleanRoomsMembershipMembershipProtectedQueryOutputConfiguration;
|
6783
|
+
RoleArn?: string;
|
6784
|
+
}
|
6785
|
+
/**
|
6786
|
+
* Type definition for AWS::CleanRooms::Membership.ProtectedQueryS3OutputConfiguration
|
6787
|
+
*
|
6788
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-membership-protectedquerys3outputconfiguration.html | AWS::CleanRooms::Membership.ProtectedQueryS3OutputConfiguration}
|
6789
|
+
* @group AWS::CleanRooms
|
6790
|
+
*/
|
6791
|
+
export interface CleanRoomsMembershipProtectedQueryS3OutputConfiguration {
|
6792
|
+
Bucket: string;
|
6793
|
+
ResultFormat: string;
|
6794
|
+
KeyPrefix?: string;
|
6795
|
+
}
|
6734
6796
|
/**
|
6735
6797
|
* Type definition for AWS::Cloud9::EnvironmentEC2.Repository
|
6736
6798
|
*
|
@@ -10710,14 +10772,22 @@ export interface DMSEndpointKinesisSettings {
|
|
10710
10772
|
*/
|
10711
10773
|
export interface DMSEndpointMicrosoftSqlServerSettings {
|
10712
10774
|
ReadBackupOnly?: boolean;
|
10775
|
+
TlogAccessMode?: string;
|
10713
10776
|
BcpPacketSize?: number;
|
10714
|
-
|
10777
|
+
Port?: number;
|
10715
10778
|
SafeguardPolicy?: string;
|
10716
10779
|
UseThirdPartyBackupDevice?: boolean;
|
10780
|
+
DatabaseName?: string;
|
10781
|
+
UseBcpFullLoad?: boolean;
|
10782
|
+
Username?: string;
|
10783
|
+
QuerySingleAlwaysOnNode?: boolean;
|
10784
|
+
ServerName?: string;
|
10717
10785
|
SecretsManagerSecretId?: string;
|
10718
10786
|
ControlTablesFileGroup?: string;
|
10787
|
+
ForceLobLookup?: boolean;
|
10719
10788
|
SecretsManagerAccessRoleArn?: string;
|
10720
|
-
|
10789
|
+
TrimSpaceInChar?: boolean;
|
10790
|
+
Password?: string;
|
10721
10791
|
}
|
10722
10792
|
/**
|
10723
10793
|
* Type definition for AWS::DMS::Endpoint.MongoDbSettings
|
@@ -10829,6 +10899,8 @@ export interface DMSEndpointPostgreSqlSettings {
|
|
10829
10899
|
DdlArtifactsSchema?: string;
|
10830
10900
|
FailTasksOnLobTruncation?: boolean;
|
10831
10901
|
HeartbeatEnable?: boolean;
|
10902
|
+
BabelfishDatabaseName?: string;
|
10903
|
+
DatabaseMode?: string;
|
10832
10904
|
CaptureDdls?: boolean;
|
10833
10905
|
MaxFileSize?: number;
|
10834
10906
|
HeartbeatFrequency?: number;
|
@@ -11924,401 +11996,6 @@ export interface DataSyncTaskTransferred {
|
|
11924
11996
|
export interface DataSyncTaskVerified {
|
11925
11997
|
ReportLevel?: string;
|
11926
11998
|
}
|
11927
|
-
/**
|
11928
|
-
* Type definition for AWS::DevBatch::JobDefinition.AuthorizationConfig
|
11929
|
-
*
|
11930
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devbatch-jobdefinition-authorizationconfig.html | AWS::DevBatch::JobDefinition.AuthorizationConfig}
|
11931
|
-
* @group AWS::DevBatch
|
11932
|
-
*/
|
11933
|
-
export interface DevBatchJobDefinitionAuthorizationConfig {
|
11934
|
-
Iam?: string;
|
11935
|
-
AccessPointId?: string;
|
11936
|
-
}
|
11937
|
-
/**
|
11938
|
-
* Type definition for AWS::DevBatch::JobDefinition.ContainerProperties
|
11939
|
-
*
|
11940
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devbatch-jobdefinition-containerproperties.html | AWS::DevBatch::JobDefinition.ContainerProperties}
|
11941
|
-
* @group AWS::DevBatch
|
11942
|
-
*/
|
11943
|
-
export interface DevBatchJobDefinitionContainerProperties {
|
11944
|
-
User?: string;
|
11945
|
-
Secrets?: any[];
|
11946
|
-
Memory?: number;
|
11947
|
-
Privileged?: boolean;
|
11948
|
-
LinuxParameters?: DevBatchJobDefinitionLinuxParameters;
|
11949
|
-
FargatePlatformConfiguration?: DevBatchJobDefinitionFargatePlatformConfiguration;
|
11950
|
-
JobRoleArn?: string;
|
11951
|
-
ReadonlyRootFilesystem?: boolean;
|
11952
|
-
Vcpus?: number;
|
11953
|
-
Image: string;
|
11954
|
-
ResourceRequirements?: any[];
|
11955
|
-
LogConfiguration?: DevBatchJobDefinitionLogConfiguration;
|
11956
|
-
MountPoints?: any[];
|
11957
|
-
ExecutionRoleArn?: string;
|
11958
|
-
RuntimePlatform?: DevBatchJobDefinitionRuntimePlatform;
|
11959
|
-
Volumes?: any[];
|
11960
|
-
Command?: any[];
|
11961
|
-
Environment?: any[];
|
11962
|
-
Ulimits?: any[];
|
11963
|
-
NetworkConfiguration?: DevBatchJobDefinitionNetworkConfiguration;
|
11964
|
-
InstanceType?: string;
|
11965
|
-
EphemeralStorage?: DevBatchJobDefinitionEphemeralStorage;
|
11966
|
-
}
|
11967
|
-
/**
|
11968
|
-
* Type definition for AWS::DevBatch::JobDefinition.Device
|
11969
|
-
*
|
11970
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devbatch-jobdefinition-device.html | AWS::DevBatch::JobDefinition.Device}
|
11971
|
-
* @group AWS::DevBatch
|
11972
|
-
*/
|
11973
|
-
export interface DevBatchJobDefinitionDevice {
|
11974
|
-
HostPath?: string;
|
11975
|
-
Permissions?: any[];
|
11976
|
-
ContainerPath?: string;
|
11977
|
-
}
|
11978
|
-
/**
|
11979
|
-
* Type definition for AWS::DevBatch::JobDefinition.EfsVolumeConfiguration
|
11980
|
-
*
|
11981
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devbatch-jobdefinition-efsvolumeconfiguration.html | AWS::DevBatch::JobDefinition.EfsVolumeConfiguration}
|
11982
|
-
* @group AWS::DevBatch
|
11983
|
-
*/
|
11984
|
-
export interface DevBatchJobDefinitionEfsVolumeConfiguration {
|
11985
|
-
TransitEncryption?: string;
|
11986
|
-
AuthorizationConfig?: DevBatchJobDefinitionAuthorizationConfig;
|
11987
|
-
FileSystemId: string;
|
11988
|
-
RootDirectory?: string;
|
11989
|
-
TransitEncryptionPort?: number;
|
11990
|
-
}
|
11991
|
-
/**
|
11992
|
-
* Type definition for AWS::DevBatch::JobDefinition.EksContainer
|
11993
|
-
*
|
11994
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devbatch-jobdefinition-ekscontainer.html | AWS::DevBatch::JobDefinition.EksContainer}
|
11995
|
-
* @group AWS::DevBatch
|
11996
|
-
*/
|
11997
|
-
export interface DevBatchJobDefinitionEksContainer {
|
11998
|
-
Args?: any[];
|
11999
|
-
VolumeMounts?: any[];
|
12000
|
-
ImagePullPolicy?: string;
|
12001
|
-
Command?: any[];
|
12002
|
-
SecurityContext?: DevBatchJobDefinitionEksContainerSecurityContext;
|
12003
|
-
Resources?: DevBatchJobDefinitionEksContainerResourceRequirements;
|
12004
|
-
Image: string;
|
12005
|
-
Env?: any[];
|
12006
|
-
Name?: string;
|
12007
|
-
}
|
12008
|
-
/**
|
12009
|
-
* Type definition for AWS::DevBatch::JobDefinition.EksContainerEnvironmentVariable
|
12010
|
-
*
|
12011
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devbatch-jobdefinition-ekscontainerenvironmentvariable.html | AWS::DevBatch::JobDefinition.EksContainerEnvironmentVariable}
|
12012
|
-
* @group AWS::DevBatch
|
12013
|
-
*/
|
12014
|
-
export interface DevBatchJobDefinitionEksContainerEnvironmentVariable {
|
12015
|
-
Value?: string;
|
12016
|
-
Name: string;
|
12017
|
-
}
|
12018
|
-
/**
|
12019
|
-
* Type definition for AWS::DevBatch::JobDefinition.EksContainerResourceRequirements
|
12020
|
-
*
|
12021
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devbatch-jobdefinition-ekscontainerresourcerequirements.html | AWS::DevBatch::JobDefinition.EksContainerResourceRequirements}
|
12022
|
-
* @group AWS::DevBatch
|
12023
|
-
*/
|
12024
|
-
export interface DevBatchJobDefinitionEksContainerResourceRequirements {
|
12025
|
-
Limits?: object;
|
12026
|
-
Requests?: object;
|
12027
|
-
}
|
12028
|
-
/**
|
12029
|
-
* Type definition for AWS::DevBatch::JobDefinition.EksContainerSecurityContext
|
12030
|
-
*
|
12031
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devbatch-jobdefinition-ekscontainersecuritycontext.html | AWS::DevBatch::JobDefinition.EksContainerSecurityContext}
|
12032
|
-
* @group AWS::DevBatch
|
12033
|
-
*/
|
12034
|
-
export interface DevBatchJobDefinitionEksContainerSecurityContext {
|
12035
|
-
RunAsUser?: number;
|
12036
|
-
RunAsNonRoot?: boolean;
|
12037
|
-
Privileged?: boolean;
|
12038
|
-
ReadOnlyRootFilesystem?: boolean;
|
12039
|
-
RunAsGroup?: number;
|
12040
|
-
}
|
12041
|
-
/**
|
12042
|
-
* Type definition for AWS::DevBatch::JobDefinition.EksContainerVolumeMount
|
12043
|
-
*
|
12044
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devbatch-jobdefinition-ekscontainervolumemount.html | AWS::DevBatch::JobDefinition.EksContainerVolumeMount}
|
12045
|
-
* @group AWS::DevBatch
|
12046
|
-
*/
|
12047
|
-
export interface DevBatchJobDefinitionEksContainerVolumeMount {
|
12048
|
-
MountPath?: string;
|
12049
|
-
ReadOnly?: boolean;
|
12050
|
-
Name?: string;
|
12051
|
-
}
|
12052
|
-
/**
|
12053
|
-
* Type definition for AWS::DevBatch::JobDefinition.EksEmptyDir
|
12054
|
-
*
|
12055
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devbatch-jobdefinition-eksemptydir.html | AWS::DevBatch::JobDefinition.EksEmptyDir}
|
12056
|
-
* @group AWS::DevBatch
|
12057
|
-
*/
|
12058
|
-
export interface DevBatchJobDefinitionEksEmptyDir {
|
12059
|
-
Medium?: string;
|
12060
|
-
SizeLimit?: string;
|
12061
|
-
}
|
12062
|
-
/**
|
12063
|
-
* Type definition for AWS::DevBatch::JobDefinition.EksHostPath
|
12064
|
-
*
|
12065
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devbatch-jobdefinition-ekshostpath.html | AWS::DevBatch::JobDefinition.EksHostPath}
|
12066
|
-
* @group AWS::DevBatch
|
12067
|
-
*/
|
12068
|
-
export interface DevBatchJobDefinitionEksHostPath {
|
12069
|
-
Path?: string;
|
12070
|
-
}
|
12071
|
-
/**
|
12072
|
-
* Type definition for AWS::DevBatch::JobDefinition.EksProperties
|
12073
|
-
*
|
12074
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devbatch-jobdefinition-eksproperties.html | AWS::DevBatch::JobDefinition.EksProperties}
|
12075
|
-
* @group AWS::DevBatch
|
12076
|
-
*/
|
12077
|
-
export interface DevBatchJobDefinitionEksProperties {
|
12078
|
-
PodProperties?: DevBatchJobDefinitionPodProperties;
|
12079
|
-
}
|
12080
|
-
/**
|
12081
|
-
* Type definition for AWS::DevBatch::JobDefinition.EksSecret
|
12082
|
-
*
|
12083
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devbatch-jobdefinition-ekssecret.html | AWS::DevBatch::JobDefinition.EksSecret}
|
12084
|
-
* @group AWS::DevBatch
|
12085
|
-
*/
|
12086
|
-
export interface DevBatchJobDefinitionEksSecret {
|
12087
|
-
SecretName: string;
|
12088
|
-
Optional?: boolean;
|
12089
|
-
}
|
12090
|
-
/**
|
12091
|
-
* Type definition for AWS::DevBatch::JobDefinition.EksVolume
|
12092
|
-
*
|
12093
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devbatch-jobdefinition-eksvolume.html | AWS::DevBatch::JobDefinition.EksVolume}
|
12094
|
-
* @group AWS::DevBatch
|
12095
|
-
*/
|
12096
|
-
export interface DevBatchJobDefinitionEksVolume {
|
12097
|
-
Secret?: DevBatchJobDefinitionEksSecret;
|
12098
|
-
EmptyDir?: DevBatchJobDefinitionEksEmptyDir;
|
12099
|
-
HostPath?: DevBatchJobDefinitionEksHostPath;
|
12100
|
-
Name: string;
|
12101
|
-
}
|
12102
|
-
/**
|
12103
|
-
* Type definition for AWS::DevBatch::JobDefinition.Environment
|
12104
|
-
*
|
12105
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devbatch-jobdefinition-environment.html | AWS::DevBatch::JobDefinition.Environment}
|
12106
|
-
* @group AWS::DevBatch
|
12107
|
-
*/
|
12108
|
-
export interface DevBatchJobDefinitionEnvironment {
|
12109
|
-
Value?: string;
|
12110
|
-
Name?: string;
|
12111
|
-
}
|
12112
|
-
/**
|
12113
|
-
* Type definition for AWS::DevBatch::JobDefinition.EphemeralStorage
|
12114
|
-
*
|
12115
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devbatch-jobdefinition-containerproperties-ephemeralstorage.html | AWS::DevBatch::JobDefinition.EphemeralStorage}
|
12116
|
-
* @group AWS::DevBatch
|
12117
|
-
*/
|
12118
|
-
export interface DevBatchJobDefinitionEphemeralStorage {
|
12119
|
-
SizeInGiB: number;
|
12120
|
-
}
|
12121
|
-
/**
|
12122
|
-
* Type definition for AWS::DevBatch::JobDefinition.EvaluateOnExit
|
12123
|
-
*
|
12124
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devbatch-jobdefinition-evaluateonexit.html | AWS::DevBatch::JobDefinition.EvaluateOnExit}
|
12125
|
-
* @group AWS::DevBatch
|
12126
|
-
*/
|
12127
|
-
export interface DevBatchJobDefinitionEvaluateOnExit {
|
12128
|
-
Action: string;
|
12129
|
-
OnExitCode?: string;
|
12130
|
-
OnReason?: string;
|
12131
|
-
OnStatusReason?: string;
|
12132
|
-
}
|
12133
|
-
/**
|
12134
|
-
* Type definition for AWS::DevBatch::JobDefinition.FargatePlatformConfiguration
|
12135
|
-
*
|
12136
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devbatch-jobdefinition-containerproperties-fargateplatformconfiguration.html | AWS::DevBatch::JobDefinition.FargatePlatformConfiguration}
|
12137
|
-
* @group AWS::DevBatch
|
12138
|
-
*/
|
12139
|
-
export interface DevBatchJobDefinitionFargatePlatformConfiguration {
|
12140
|
-
PlatformVersion?: string;
|
12141
|
-
}
|
12142
|
-
/**
|
12143
|
-
* Type definition for AWS::DevBatch::JobDefinition.LinuxParameters
|
12144
|
-
*
|
12145
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devbatch-jobdefinition-containerproperties-linuxparameters.html | AWS::DevBatch::JobDefinition.LinuxParameters}
|
12146
|
-
* @group AWS::DevBatch
|
12147
|
-
*/
|
12148
|
-
export interface DevBatchJobDefinitionLinuxParameters {
|
12149
|
-
Swappiness?: number;
|
12150
|
-
Tmpfs?: any[];
|
12151
|
-
SharedMemorySize?: number;
|
12152
|
-
Devices?: any[];
|
12153
|
-
InitProcessEnabled?: boolean;
|
12154
|
-
MaxSwap?: number;
|
12155
|
-
}
|
12156
|
-
/**
|
12157
|
-
* Type definition for AWS::DevBatch::JobDefinition.LogConfiguration
|
12158
|
-
*
|
12159
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devbatch-jobdefinition-containerproperties-logconfiguration.html | AWS::DevBatch::JobDefinition.LogConfiguration}
|
12160
|
-
* @group AWS::DevBatch
|
12161
|
-
*/
|
12162
|
-
export interface DevBatchJobDefinitionLogConfiguration {
|
12163
|
-
SecretOptions?: any[];
|
12164
|
-
Options?: object;
|
12165
|
-
LogDriver: string;
|
12166
|
-
}
|
12167
|
-
/**
|
12168
|
-
* Type definition for AWS::DevBatch::JobDefinition.Metadata
|
12169
|
-
*
|
12170
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devbatch-jobdefinition-podproperties-metadata.html | AWS::DevBatch::JobDefinition.Metadata}
|
12171
|
-
* @group AWS::DevBatch
|
12172
|
-
*/
|
12173
|
-
export interface DevBatchJobDefinitionMetadata {
|
12174
|
-
Labels?: object;
|
12175
|
-
}
|
12176
|
-
/**
|
12177
|
-
* Type definition for AWS::DevBatch::JobDefinition.MountPoints
|
12178
|
-
*
|
12179
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devbatch-jobdefinition-mountpoints.html | AWS::DevBatch::JobDefinition.MountPoints}
|
12180
|
-
* @group AWS::DevBatch
|
12181
|
-
*/
|
12182
|
-
export interface DevBatchJobDefinitionMountPoints {
|
12183
|
-
ReadOnly?: boolean;
|
12184
|
-
SourceVolume?: string;
|
12185
|
-
ContainerPath?: string;
|
12186
|
-
}
|
12187
|
-
/**
|
12188
|
-
* Type definition for AWS::DevBatch::JobDefinition.NetworkConfiguration
|
12189
|
-
*
|
12190
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devbatch-jobdefinition-containerproperties-networkconfiguration.html | AWS::DevBatch::JobDefinition.NetworkConfiguration}
|
12191
|
-
* @group AWS::DevBatch
|
12192
|
-
*/
|
12193
|
-
export interface DevBatchJobDefinitionNetworkConfiguration {
|
12194
|
-
AssignPublicIp?: string;
|
12195
|
-
}
|
12196
|
-
/**
|
12197
|
-
* Type definition for AWS::DevBatch::JobDefinition.NodeProperties
|
12198
|
-
*
|
12199
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devbatch-jobdefinition-nodeproperties.html | AWS::DevBatch::JobDefinition.NodeProperties}
|
12200
|
-
* @group AWS::DevBatch
|
12201
|
-
*/
|
12202
|
-
export interface DevBatchJobDefinitionNodeProperties {
|
12203
|
-
MainNode: number;
|
12204
|
-
NodeRangeProperties: any[];
|
12205
|
-
NumNodes: number;
|
12206
|
-
}
|
12207
|
-
/**
|
12208
|
-
* Type definition for AWS::DevBatch::JobDefinition.NodeRangeProperty
|
12209
|
-
*
|
12210
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devbatch-jobdefinition-noderangeproperty.html | AWS::DevBatch::JobDefinition.NodeRangeProperty}
|
12211
|
-
* @group AWS::DevBatch
|
12212
|
-
*/
|
12213
|
-
export interface DevBatchJobDefinitionNodeRangeProperty {
|
12214
|
-
Container?: DevBatchJobDefinitionContainerProperties;
|
12215
|
-
TargetNodes: string;
|
12216
|
-
}
|
12217
|
-
/**
|
12218
|
-
* Type definition for AWS::DevBatch::JobDefinition.PodProperties
|
12219
|
-
*
|
12220
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devbatch-jobdefinition-podproperties.html | AWS::DevBatch::JobDefinition.PodProperties}
|
12221
|
-
* @group AWS::DevBatch
|
12222
|
-
*/
|
12223
|
-
export interface DevBatchJobDefinitionPodProperties {
|
12224
|
-
Volumes?: any[];
|
12225
|
-
DnsPolicy?: string;
|
12226
|
-
Containers?: any[];
|
12227
|
-
Metadata?: DevBatchJobDefinitionMetadata;
|
12228
|
-
ServiceAccountName?: string;
|
12229
|
-
HostNetwork?: boolean;
|
12230
|
-
}
|
12231
|
-
/**
|
12232
|
-
* Type definition for AWS::DevBatch::JobDefinition.ResourceRequirement
|
12233
|
-
*
|
12234
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devbatch-jobdefinition-resourcerequirement.html | AWS::DevBatch::JobDefinition.ResourceRequirement}
|
12235
|
-
* @group AWS::DevBatch
|
12236
|
-
*/
|
12237
|
-
export interface DevBatchJobDefinitionResourceRequirement {
|
12238
|
-
Type?: string;
|
12239
|
-
Value?: string;
|
12240
|
-
}
|
12241
|
-
/**
|
12242
|
-
* Type definition for AWS::DevBatch::JobDefinition.RetryStrategy
|
12243
|
-
*
|
12244
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devbatch-jobdefinition-retrystrategy.html | AWS::DevBatch::JobDefinition.RetryStrategy}
|
12245
|
-
* @group AWS::DevBatch
|
12246
|
-
*/
|
12247
|
-
export interface DevBatchJobDefinitionRetryStrategy {
|
12248
|
-
EvaluateOnExit?: any[];
|
12249
|
-
Attempts?: number;
|
12250
|
-
}
|
12251
|
-
/**
|
12252
|
-
* Type definition for AWS::DevBatch::JobDefinition.RuntimePlatform
|
12253
|
-
*
|
12254
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devbatch-jobdefinition-containerproperties-runtimeplatform.html | AWS::DevBatch::JobDefinition.RuntimePlatform}
|
12255
|
-
* @group AWS::DevBatch
|
12256
|
-
*/
|
12257
|
-
export interface DevBatchJobDefinitionRuntimePlatform {
|
12258
|
-
OperatingSystemFamily?: string;
|
12259
|
-
CpuArchitecture?: string;
|
12260
|
-
}
|
12261
|
-
/**
|
12262
|
-
* Type definition for AWS::DevBatch::JobDefinition.Secret
|
12263
|
-
*
|
12264
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devbatch-jobdefinition-secret.html | AWS::DevBatch::JobDefinition.Secret}
|
12265
|
-
* @group AWS::DevBatch
|
12266
|
-
*/
|
12267
|
-
export interface DevBatchJobDefinitionSecret {
|
12268
|
-
ValueFrom: string;
|
12269
|
-
Name: string;
|
12270
|
-
}
|
12271
|
-
/**
|
12272
|
-
* Type definition for AWS::DevBatch::JobDefinition.Timeout
|
12273
|
-
*
|
12274
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devbatch-jobdefinition-timeout.html | AWS::DevBatch::JobDefinition.Timeout}
|
12275
|
-
* @group AWS::DevBatch
|
12276
|
-
*/
|
12277
|
-
export interface DevBatchJobDefinitionTimeout {
|
12278
|
-
AttemptDurationSeconds?: number;
|
12279
|
-
}
|
12280
|
-
/**
|
12281
|
-
* Type definition for AWS::DevBatch::JobDefinition.Tmpfs
|
12282
|
-
*
|
12283
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devbatch-jobdefinition-tmpfs.html | AWS::DevBatch::JobDefinition.Tmpfs}
|
12284
|
-
* @group AWS::DevBatch
|
12285
|
-
*/
|
12286
|
-
export interface DevBatchJobDefinitionTmpfs {
|
12287
|
-
Size: number;
|
12288
|
-
ContainerPath: string;
|
12289
|
-
MountOptions?: any[];
|
12290
|
-
}
|
12291
|
-
/**
|
12292
|
-
* Type definition for AWS::DevBatch::JobDefinition.Ulimit
|
12293
|
-
*
|
12294
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devbatch-jobdefinition-ulimit.html | AWS::DevBatch::JobDefinition.Ulimit}
|
12295
|
-
* @group AWS::DevBatch
|
12296
|
-
*/
|
12297
|
-
export interface DevBatchJobDefinitionUlimit {
|
12298
|
-
SoftLimit: number;
|
12299
|
-
HardLimit: number;
|
12300
|
-
Name: string;
|
12301
|
-
}
|
12302
|
-
/**
|
12303
|
-
* Type definition for AWS::DevBatch::JobDefinition.Volumes
|
12304
|
-
*
|
12305
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devbatch-jobdefinition-volumes.html | AWS::DevBatch::JobDefinition.Volumes}
|
12306
|
-
* @group AWS::DevBatch
|
12307
|
-
*/
|
12308
|
-
export interface DevBatchJobDefinitionVolumes {
|
12309
|
-
Host?: DevBatchJobDefinitionVolumesHost;
|
12310
|
-
EfsVolumeConfiguration?: DevBatchJobDefinitionEfsVolumeConfiguration;
|
12311
|
-
Name?: string;
|
12312
|
-
}
|
12313
|
-
/**
|
12314
|
-
* Type definition for AWS::DevBatch::JobDefinition.VolumesHost
|
12315
|
-
*
|
12316
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devbatch-jobdefinition-volumeshost.html | AWS::DevBatch::JobDefinition.VolumesHost}
|
12317
|
-
* @group AWS::DevBatch
|
12318
|
-
*/
|
12319
|
-
export interface DevBatchJobDefinitionVolumesHost {
|
12320
|
-
SourcePath?: string;
|
12321
|
-
}
|
12322
11999
|
/**
|
12323
12000
|
* Type definition for AWS::DevOpsGuru::NotificationChannel.NotificationChannelConfig
|
12324
12001
|
*
|
@@ -18961,6 +18638,401 @@ export interface GameLiftScriptS3Location {
|
|
18961
18638
|
Key: string;
|
18962
18639
|
RoleArn: string;
|
18963
18640
|
}
|
18641
|
+
/**
|
18642
|
+
* Type definition for AWS::GammaDilithium::JobDefinition.AuthorizationConfig
|
18643
|
+
*
|
18644
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gammadilithium-jobdefinition-authorizationconfig.html | AWS::GammaDilithium::JobDefinition.AuthorizationConfig}
|
18645
|
+
* @group AWS::GammaDilithium
|
18646
|
+
*/
|
18647
|
+
export interface GammaDilithiumJobDefinitionAuthorizationConfig {
|
18648
|
+
Iam?: string;
|
18649
|
+
AccessPointId?: string;
|
18650
|
+
}
|
18651
|
+
/**
|
18652
|
+
* Type definition for AWS::GammaDilithium::JobDefinition.ContainerProperties
|
18653
|
+
*
|
18654
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gammadilithium-jobdefinition-containerproperties.html | AWS::GammaDilithium::JobDefinition.ContainerProperties}
|
18655
|
+
* @group AWS::GammaDilithium
|
18656
|
+
*/
|
18657
|
+
export interface GammaDilithiumJobDefinitionContainerProperties {
|
18658
|
+
User?: string;
|
18659
|
+
Secrets?: any[];
|
18660
|
+
Memory?: number;
|
18661
|
+
Privileged?: boolean;
|
18662
|
+
LinuxParameters?: GammaDilithiumJobDefinitionLinuxParameters;
|
18663
|
+
FargatePlatformConfiguration?: GammaDilithiumJobDefinitionFargatePlatformConfiguration;
|
18664
|
+
JobRoleArn?: string;
|
18665
|
+
ReadonlyRootFilesystem?: boolean;
|
18666
|
+
Vcpus?: number;
|
18667
|
+
Image: string;
|
18668
|
+
ResourceRequirements?: any[];
|
18669
|
+
LogConfiguration?: GammaDilithiumJobDefinitionLogConfiguration;
|
18670
|
+
MountPoints?: any[];
|
18671
|
+
ExecutionRoleArn?: string;
|
18672
|
+
RuntimePlatform?: GammaDilithiumJobDefinitionRuntimePlatform;
|
18673
|
+
Volumes?: any[];
|
18674
|
+
Command?: any[];
|
18675
|
+
Environment?: any[];
|
18676
|
+
Ulimits?: any[];
|
18677
|
+
NetworkConfiguration?: GammaDilithiumJobDefinitionNetworkConfiguration;
|
18678
|
+
InstanceType?: string;
|
18679
|
+
EphemeralStorage?: GammaDilithiumJobDefinitionEphemeralStorage;
|
18680
|
+
}
|
18681
|
+
/**
|
18682
|
+
* Type definition for AWS::GammaDilithium::JobDefinition.Device
|
18683
|
+
*
|
18684
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gammadilithium-jobdefinition-device.html | AWS::GammaDilithium::JobDefinition.Device}
|
18685
|
+
* @group AWS::GammaDilithium
|
18686
|
+
*/
|
18687
|
+
export interface GammaDilithiumJobDefinitionDevice {
|
18688
|
+
HostPath?: string;
|
18689
|
+
Permissions?: any[];
|
18690
|
+
ContainerPath?: string;
|
18691
|
+
}
|
18692
|
+
/**
|
18693
|
+
* Type definition for AWS::GammaDilithium::JobDefinition.EfsVolumeConfiguration
|
18694
|
+
*
|
18695
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gammadilithium-jobdefinition-efsvolumeconfiguration.html | AWS::GammaDilithium::JobDefinition.EfsVolumeConfiguration}
|
18696
|
+
* @group AWS::GammaDilithium
|
18697
|
+
*/
|
18698
|
+
export interface GammaDilithiumJobDefinitionEfsVolumeConfiguration {
|
18699
|
+
TransitEncryption?: string;
|
18700
|
+
AuthorizationConfig?: GammaDilithiumJobDefinitionAuthorizationConfig;
|
18701
|
+
FileSystemId: string;
|
18702
|
+
RootDirectory?: string;
|
18703
|
+
TransitEncryptionPort?: number;
|
18704
|
+
}
|
18705
|
+
/**
|
18706
|
+
* Type definition for AWS::GammaDilithium::JobDefinition.EksContainer
|
18707
|
+
*
|
18708
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gammadilithium-jobdefinition-ekscontainer.html | AWS::GammaDilithium::JobDefinition.EksContainer}
|
18709
|
+
* @group AWS::GammaDilithium
|
18710
|
+
*/
|
18711
|
+
export interface GammaDilithiumJobDefinitionEksContainer {
|
18712
|
+
Args?: any[];
|
18713
|
+
VolumeMounts?: any[];
|
18714
|
+
ImagePullPolicy?: string;
|
18715
|
+
Command?: any[];
|
18716
|
+
SecurityContext?: GammaDilithiumJobDefinitionEksContainerSecurityContext;
|
18717
|
+
Resources?: GammaDilithiumJobDefinitionEksContainerResourceRequirements;
|
18718
|
+
Image: string;
|
18719
|
+
Env?: any[];
|
18720
|
+
Name?: string;
|
18721
|
+
}
|
18722
|
+
/**
|
18723
|
+
* Type definition for AWS::GammaDilithium::JobDefinition.EksContainerEnvironmentVariable
|
18724
|
+
*
|
18725
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gammadilithium-jobdefinition-ekscontainerenvironmentvariable.html | AWS::GammaDilithium::JobDefinition.EksContainerEnvironmentVariable}
|
18726
|
+
* @group AWS::GammaDilithium
|
18727
|
+
*/
|
18728
|
+
export interface GammaDilithiumJobDefinitionEksContainerEnvironmentVariable {
|
18729
|
+
Value?: string;
|
18730
|
+
Name: string;
|
18731
|
+
}
|
18732
|
+
/**
|
18733
|
+
* Type definition for AWS::GammaDilithium::JobDefinition.EksContainerResourceRequirements
|
18734
|
+
*
|
18735
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gammadilithium-jobdefinition-ekscontainerresourcerequirements.html | AWS::GammaDilithium::JobDefinition.EksContainerResourceRequirements}
|
18736
|
+
* @group AWS::GammaDilithium
|
18737
|
+
*/
|
18738
|
+
export interface GammaDilithiumJobDefinitionEksContainerResourceRequirements {
|
18739
|
+
Limits?: object;
|
18740
|
+
Requests?: object;
|
18741
|
+
}
|
18742
|
+
/**
|
18743
|
+
* Type definition for AWS::GammaDilithium::JobDefinition.EksContainerSecurityContext
|
18744
|
+
*
|
18745
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gammadilithium-jobdefinition-ekscontainersecuritycontext.html | AWS::GammaDilithium::JobDefinition.EksContainerSecurityContext}
|
18746
|
+
* @group AWS::GammaDilithium
|
18747
|
+
*/
|
18748
|
+
export interface GammaDilithiumJobDefinitionEksContainerSecurityContext {
|
18749
|
+
RunAsUser?: number;
|
18750
|
+
RunAsNonRoot?: boolean;
|
18751
|
+
Privileged?: boolean;
|
18752
|
+
ReadOnlyRootFilesystem?: boolean;
|
18753
|
+
RunAsGroup?: number;
|
18754
|
+
}
|
18755
|
+
/**
|
18756
|
+
* Type definition for AWS::GammaDilithium::JobDefinition.EksContainerVolumeMount
|
18757
|
+
*
|
18758
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gammadilithium-jobdefinition-ekscontainervolumemount.html | AWS::GammaDilithium::JobDefinition.EksContainerVolumeMount}
|
18759
|
+
* @group AWS::GammaDilithium
|
18760
|
+
*/
|
18761
|
+
export interface GammaDilithiumJobDefinitionEksContainerVolumeMount {
|
18762
|
+
MountPath?: string;
|
18763
|
+
ReadOnly?: boolean;
|
18764
|
+
Name?: string;
|
18765
|
+
}
|
18766
|
+
/**
|
18767
|
+
* Type definition for AWS::GammaDilithium::JobDefinition.EksEmptyDir
|
18768
|
+
*
|
18769
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gammadilithium-jobdefinition-eksemptydir.html | AWS::GammaDilithium::JobDefinition.EksEmptyDir}
|
18770
|
+
* @group AWS::GammaDilithium
|
18771
|
+
*/
|
18772
|
+
export interface GammaDilithiumJobDefinitionEksEmptyDir {
|
18773
|
+
Medium?: string;
|
18774
|
+
SizeLimit?: string;
|
18775
|
+
}
|
18776
|
+
/**
|
18777
|
+
* Type definition for AWS::GammaDilithium::JobDefinition.EksHostPath
|
18778
|
+
*
|
18779
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gammadilithium-jobdefinition-ekshostpath.html | AWS::GammaDilithium::JobDefinition.EksHostPath}
|
18780
|
+
* @group AWS::GammaDilithium
|
18781
|
+
*/
|
18782
|
+
export interface GammaDilithiumJobDefinitionEksHostPath {
|
18783
|
+
Path?: string;
|
18784
|
+
}
|
18785
|
+
/**
|
18786
|
+
* Type definition for AWS::GammaDilithium::JobDefinition.EksProperties
|
18787
|
+
*
|
18788
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gammadilithium-jobdefinition-eksproperties.html | AWS::GammaDilithium::JobDefinition.EksProperties}
|
18789
|
+
* @group AWS::GammaDilithium
|
18790
|
+
*/
|
18791
|
+
export interface GammaDilithiumJobDefinitionEksProperties {
|
18792
|
+
PodProperties?: GammaDilithiumJobDefinitionPodProperties;
|
18793
|
+
}
|
18794
|
+
/**
|
18795
|
+
* Type definition for AWS::GammaDilithium::JobDefinition.EksSecret
|
18796
|
+
*
|
18797
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gammadilithium-jobdefinition-ekssecret.html | AWS::GammaDilithium::JobDefinition.EksSecret}
|
18798
|
+
* @group AWS::GammaDilithium
|
18799
|
+
*/
|
18800
|
+
export interface GammaDilithiumJobDefinitionEksSecret {
|
18801
|
+
SecretName: string;
|
18802
|
+
Optional?: boolean;
|
18803
|
+
}
|
18804
|
+
/**
|
18805
|
+
* Type definition for AWS::GammaDilithium::JobDefinition.EksVolume
|
18806
|
+
*
|
18807
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gammadilithium-jobdefinition-eksvolume.html | AWS::GammaDilithium::JobDefinition.EksVolume}
|
18808
|
+
* @group AWS::GammaDilithium
|
18809
|
+
*/
|
18810
|
+
export interface GammaDilithiumJobDefinitionEksVolume {
|
18811
|
+
Secret?: GammaDilithiumJobDefinitionEksSecret;
|
18812
|
+
EmptyDir?: GammaDilithiumJobDefinitionEksEmptyDir;
|
18813
|
+
HostPath?: GammaDilithiumJobDefinitionEksHostPath;
|
18814
|
+
Name: string;
|
18815
|
+
}
|
18816
|
+
/**
|
18817
|
+
* Type definition for AWS::GammaDilithium::JobDefinition.Environment
|
18818
|
+
*
|
18819
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gammadilithium-jobdefinition-environment.html | AWS::GammaDilithium::JobDefinition.Environment}
|
18820
|
+
* @group AWS::GammaDilithium
|
18821
|
+
*/
|
18822
|
+
export interface GammaDilithiumJobDefinitionEnvironment {
|
18823
|
+
Value?: string;
|
18824
|
+
Name?: string;
|
18825
|
+
}
|
18826
|
+
/**
|
18827
|
+
* Type definition for AWS::GammaDilithium::JobDefinition.EphemeralStorage
|
18828
|
+
*
|
18829
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gammadilithium-jobdefinition-containerproperties-ephemeralstorage.html | AWS::GammaDilithium::JobDefinition.EphemeralStorage}
|
18830
|
+
* @group AWS::GammaDilithium
|
18831
|
+
*/
|
18832
|
+
export interface GammaDilithiumJobDefinitionEphemeralStorage {
|
18833
|
+
SizeInGiB: number;
|
18834
|
+
}
|
18835
|
+
/**
|
18836
|
+
* Type definition for AWS::GammaDilithium::JobDefinition.EvaluateOnExit
|
18837
|
+
*
|
18838
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gammadilithium-jobdefinition-evaluateonexit.html | AWS::GammaDilithium::JobDefinition.EvaluateOnExit}
|
18839
|
+
* @group AWS::GammaDilithium
|
18840
|
+
*/
|
18841
|
+
export interface GammaDilithiumJobDefinitionEvaluateOnExit {
|
18842
|
+
Action: string;
|
18843
|
+
OnExitCode?: string;
|
18844
|
+
OnReason?: string;
|
18845
|
+
OnStatusReason?: string;
|
18846
|
+
}
|
18847
|
+
/**
|
18848
|
+
* Type definition for AWS::GammaDilithium::JobDefinition.FargatePlatformConfiguration
|
18849
|
+
*
|
18850
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gammadilithium-jobdefinition-containerproperties-fargateplatformconfiguration.html | AWS::GammaDilithium::JobDefinition.FargatePlatformConfiguration}
|
18851
|
+
* @group AWS::GammaDilithium
|
18852
|
+
*/
|
18853
|
+
export interface GammaDilithiumJobDefinitionFargatePlatformConfiguration {
|
18854
|
+
PlatformVersion?: string;
|
18855
|
+
}
|
18856
|
+
/**
|
18857
|
+
* Type definition for AWS::GammaDilithium::JobDefinition.LinuxParameters
|
18858
|
+
*
|
18859
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gammadilithium-jobdefinition-containerproperties-linuxparameters.html | AWS::GammaDilithium::JobDefinition.LinuxParameters}
|
18860
|
+
* @group AWS::GammaDilithium
|
18861
|
+
*/
|
18862
|
+
export interface GammaDilithiumJobDefinitionLinuxParameters {
|
18863
|
+
Swappiness?: number;
|
18864
|
+
Tmpfs?: any[];
|
18865
|
+
SharedMemorySize?: number;
|
18866
|
+
Devices?: any[];
|
18867
|
+
InitProcessEnabled?: boolean;
|
18868
|
+
MaxSwap?: number;
|
18869
|
+
}
|
18870
|
+
/**
|
18871
|
+
* Type definition for AWS::GammaDilithium::JobDefinition.LogConfiguration
|
18872
|
+
*
|
18873
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gammadilithium-jobdefinition-containerproperties-logconfiguration.html | AWS::GammaDilithium::JobDefinition.LogConfiguration}
|
18874
|
+
* @group AWS::GammaDilithium
|
18875
|
+
*/
|
18876
|
+
export interface GammaDilithiumJobDefinitionLogConfiguration {
|
18877
|
+
SecretOptions?: any[];
|
18878
|
+
Options?: object;
|
18879
|
+
LogDriver: string;
|
18880
|
+
}
|
18881
|
+
/**
|
18882
|
+
* Type definition for AWS::GammaDilithium::JobDefinition.Metadata
|
18883
|
+
*
|
18884
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gammadilithium-jobdefinition-podproperties-metadata.html | AWS::GammaDilithium::JobDefinition.Metadata}
|
18885
|
+
* @group AWS::GammaDilithium
|
18886
|
+
*/
|
18887
|
+
export interface GammaDilithiumJobDefinitionMetadata {
|
18888
|
+
Labels?: object;
|
18889
|
+
}
|
18890
|
+
/**
|
18891
|
+
* Type definition for AWS::GammaDilithium::JobDefinition.MountPoints
|
18892
|
+
*
|
18893
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gammadilithium-jobdefinition-mountpoints.html | AWS::GammaDilithium::JobDefinition.MountPoints}
|
18894
|
+
* @group AWS::GammaDilithium
|
18895
|
+
*/
|
18896
|
+
export interface GammaDilithiumJobDefinitionMountPoints {
|
18897
|
+
ReadOnly?: boolean;
|
18898
|
+
SourceVolume?: string;
|
18899
|
+
ContainerPath?: string;
|
18900
|
+
}
|
18901
|
+
/**
|
18902
|
+
* Type definition for AWS::GammaDilithium::JobDefinition.NetworkConfiguration
|
18903
|
+
*
|
18904
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gammadilithium-jobdefinition-containerproperties-networkconfiguration.html | AWS::GammaDilithium::JobDefinition.NetworkConfiguration}
|
18905
|
+
* @group AWS::GammaDilithium
|
18906
|
+
*/
|
18907
|
+
export interface GammaDilithiumJobDefinitionNetworkConfiguration {
|
18908
|
+
AssignPublicIp?: string;
|
18909
|
+
}
|
18910
|
+
/**
|
18911
|
+
* Type definition for AWS::GammaDilithium::JobDefinition.NodeProperties
|
18912
|
+
*
|
18913
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gammadilithium-jobdefinition-nodeproperties.html | AWS::GammaDilithium::JobDefinition.NodeProperties}
|
18914
|
+
* @group AWS::GammaDilithium
|
18915
|
+
*/
|
18916
|
+
export interface GammaDilithiumJobDefinitionNodeProperties {
|
18917
|
+
MainNode: number;
|
18918
|
+
NodeRangeProperties: any[];
|
18919
|
+
NumNodes: number;
|
18920
|
+
}
|
18921
|
+
/**
|
18922
|
+
* Type definition for AWS::GammaDilithium::JobDefinition.NodeRangeProperty
|
18923
|
+
*
|
18924
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gammadilithium-jobdefinition-noderangeproperty.html | AWS::GammaDilithium::JobDefinition.NodeRangeProperty}
|
18925
|
+
* @group AWS::GammaDilithium
|
18926
|
+
*/
|
18927
|
+
export interface GammaDilithiumJobDefinitionNodeRangeProperty {
|
18928
|
+
Container?: GammaDilithiumJobDefinitionContainerProperties;
|
18929
|
+
TargetNodes: string;
|
18930
|
+
}
|
18931
|
+
/**
|
18932
|
+
* Type definition for AWS::GammaDilithium::JobDefinition.PodProperties
|
18933
|
+
*
|
18934
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gammadilithium-jobdefinition-podproperties.html | AWS::GammaDilithium::JobDefinition.PodProperties}
|
18935
|
+
* @group AWS::GammaDilithium
|
18936
|
+
*/
|
18937
|
+
export interface GammaDilithiumJobDefinitionPodProperties {
|
18938
|
+
Volumes?: any[];
|
18939
|
+
DnsPolicy?: string;
|
18940
|
+
Containers?: any[];
|
18941
|
+
Metadata?: GammaDilithiumJobDefinitionMetadata;
|
18942
|
+
ServiceAccountName?: string;
|
18943
|
+
HostNetwork?: boolean;
|
18944
|
+
}
|
18945
|
+
/**
|
18946
|
+
* Type definition for AWS::GammaDilithium::JobDefinition.ResourceRequirement
|
18947
|
+
*
|
18948
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gammadilithium-jobdefinition-resourcerequirement.html | AWS::GammaDilithium::JobDefinition.ResourceRequirement}
|
18949
|
+
* @group AWS::GammaDilithium
|
18950
|
+
*/
|
18951
|
+
export interface GammaDilithiumJobDefinitionResourceRequirement {
|
18952
|
+
Type?: string;
|
18953
|
+
Value?: string;
|
18954
|
+
}
|
18955
|
+
/**
|
18956
|
+
* Type definition for AWS::GammaDilithium::JobDefinition.RetryStrategy
|
18957
|
+
*
|
18958
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gammadilithium-jobdefinition-retrystrategy.html | AWS::GammaDilithium::JobDefinition.RetryStrategy}
|
18959
|
+
* @group AWS::GammaDilithium
|
18960
|
+
*/
|
18961
|
+
export interface GammaDilithiumJobDefinitionRetryStrategy {
|
18962
|
+
EvaluateOnExit?: any[];
|
18963
|
+
Attempts?: number;
|
18964
|
+
}
|
18965
|
+
/**
|
18966
|
+
* Type definition for AWS::GammaDilithium::JobDefinition.RuntimePlatform
|
18967
|
+
*
|
18968
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gammadilithium-jobdefinition-containerproperties-runtimeplatform.html | AWS::GammaDilithium::JobDefinition.RuntimePlatform}
|
18969
|
+
* @group AWS::GammaDilithium
|
18970
|
+
*/
|
18971
|
+
export interface GammaDilithiumJobDefinitionRuntimePlatform {
|
18972
|
+
OperatingSystemFamily?: string;
|
18973
|
+
CpuArchitecture?: string;
|
18974
|
+
}
|
18975
|
+
/**
|
18976
|
+
* Type definition for AWS::GammaDilithium::JobDefinition.Secret
|
18977
|
+
*
|
18978
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gammadilithium-jobdefinition-secret.html | AWS::GammaDilithium::JobDefinition.Secret}
|
18979
|
+
* @group AWS::GammaDilithium
|
18980
|
+
*/
|
18981
|
+
export interface GammaDilithiumJobDefinitionSecret {
|
18982
|
+
ValueFrom: string;
|
18983
|
+
Name: string;
|
18984
|
+
}
|
18985
|
+
/**
|
18986
|
+
* Type definition for AWS::GammaDilithium::JobDefinition.Timeout
|
18987
|
+
*
|
18988
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gammadilithium-jobdefinition-timeout.html | AWS::GammaDilithium::JobDefinition.Timeout}
|
18989
|
+
* @group AWS::GammaDilithium
|
18990
|
+
*/
|
18991
|
+
export interface GammaDilithiumJobDefinitionTimeout {
|
18992
|
+
AttemptDurationSeconds?: number;
|
18993
|
+
}
|
18994
|
+
/**
|
18995
|
+
* Type definition for AWS::GammaDilithium::JobDefinition.Tmpfs
|
18996
|
+
*
|
18997
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gammadilithium-jobdefinition-tmpfs.html | AWS::GammaDilithium::JobDefinition.Tmpfs}
|
18998
|
+
* @group AWS::GammaDilithium
|
18999
|
+
*/
|
19000
|
+
export interface GammaDilithiumJobDefinitionTmpfs {
|
19001
|
+
Size: number;
|
19002
|
+
ContainerPath: string;
|
19003
|
+
MountOptions?: any[];
|
19004
|
+
}
|
19005
|
+
/**
|
19006
|
+
* Type definition for AWS::GammaDilithium::JobDefinition.Ulimit
|
19007
|
+
*
|
19008
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gammadilithium-jobdefinition-ulimit.html | AWS::GammaDilithium::JobDefinition.Ulimit}
|
19009
|
+
* @group AWS::GammaDilithium
|
19010
|
+
*/
|
19011
|
+
export interface GammaDilithiumJobDefinitionUlimit {
|
19012
|
+
SoftLimit: number;
|
19013
|
+
HardLimit: number;
|
19014
|
+
Name: string;
|
19015
|
+
}
|
19016
|
+
/**
|
19017
|
+
* Type definition for AWS::GammaDilithium::JobDefinition.Volumes
|
19018
|
+
*
|
19019
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gammadilithium-jobdefinition-volumes.html | AWS::GammaDilithium::JobDefinition.Volumes}
|
19020
|
+
* @group AWS::GammaDilithium
|
19021
|
+
*/
|
19022
|
+
export interface GammaDilithiumJobDefinitionVolumes {
|
19023
|
+
Host?: GammaDilithiumJobDefinitionVolumesHost;
|
19024
|
+
EfsVolumeConfiguration?: GammaDilithiumJobDefinitionEfsVolumeConfiguration;
|
19025
|
+
Name?: string;
|
19026
|
+
}
|
19027
|
+
/**
|
19028
|
+
* Type definition for AWS::GammaDilithium::JobDefinition.VolumesHost
|
19029
|
+
*
|
19030
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gammadilithium-jobdefinition-volumeshost.html | AWS::GammaDilithium::JobDefinition.VolumesHost}
|
19031
|
+
* @group AWS::GammaDilithium
|
19032
|
+
*/
|
19033
|
+
export interface GammaDilithiumJobDefinitionVolumesHost {
|
19034
|
+
SourcePath?: string;
|
19035
|
+
}
|
18964
19036
|
/**
|
18965
19037
|
* Type definition for AWS::GlobalAccelerator::EndpointGroup.EndpointConfiguration
|
18966
19038
|
*
|
@@ -20911,6 +20983,27 @@ export interface GuardDutyDetectorCFNDataSourceConfigurations {
|
|
20911
20983
|
S3Logs?: GuardDutyDetectorCFNS3LogsConfiguration;
|
20912
20984
|
Kubernetes?: GuardDutyDetectorCFNKubernetesConfiguration;
|
20913
20985
|
}
|
20986
|
+
/**
|
20987
|
+
* Type definition for AWS::GuardDuty::Detector.CFNFeatureAdditionalConfiguration
|
20988
|
+
*
|
20989
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-detector-cfnfeatureadditionalconfiguration.html | AWS::GuardDuty::Detector.CFNFeatureAdditionalConfiguration}
|
20990
|
+
* @group AWS::GuardDuty
|
20991
|
+
*/
|
20992
|
+
export interface GuardDutyDetectorCFNFeatureAdditionalConfiguration {
|
20993
|
+
Status?: string;
|
20994
|
+
Name?: string;
|
20995
|
+
}
|
20996
|
+
/**
|
20997
|
+
* Type definition for AWS::GuardDuty::Detector.CFNFeatureConfiguration
|
20998
|
+
*
|
20999
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-detector-cfnfeatureconfiguration.html | AWS::GuardDuty::Detector.CFNFeatureConfiguration}
|
21000
|
+
* @group AWS::GuardDuty
|
21001
|
+
*/
|
21002
|
+
export interface GuardDutyDetectorCFNFeatureConfiguration {
|
21003
|
+
Status: string;
|
21004
|
+
AdditionalConfiguration?: any[];
|
21005
|
+
Name: string;
|
21006
|
+
}
|
20914
21007
|
/**
|
20915
21008
|
* Type definition for AWS::GuardDuty::Detector.CFNKubernetesAuditLogsConfiguration
|
20916
21009
|
*
|
@@ -20918,7 +21011,7 @@ export interface GuardDutyDetectorCFNDataSourceConfigurations {
|
|
20918
21011
|
* @group AWS::GuardDuty
|
20919
21012
|
*/
|
20920
21013
|
export interface GuardDutyDetectorCFNKubernetesAuditLogsConfiguration {
|
20921
|
-
Enable
|
21014
|
+
Enable: boolean;
|
20922
21015
|
}
|
20923
21016
|
/**
|
20924
21017
|
* Type definition for AWS::GuardDuty::Detector.CFNKubernetesConfiguration
|
@@ -20927,7 +21020,7 @@ export interface GuardDutyDetectorCFNKubernetesAuditLogsConfiguration {
|
|
20927
21020
|
* @group AWS::GuardDuty
|
20928
21021
|
*/
|
20929
21022
|
export interface GuardDutyDetectorCFNKubernetesConfiguration {
|
20930
|
-
AuditLogs
|
21023
|
+
AuditLogs: GuardDutyDetectorCFNKubernetesAuditLogsConfiguration;
|
20931
21024
|
}
|
20932
21025
|
/**
|
20933
21026
|
* Type definition for AWS::GuardDuty::Detector.CFNMalwareProtectionConfiguration
|
@@ -20945,7 +21038,7 @@ export interface GuardDutyDetectorCFNMalwareProtectionConfiguration {
|
|
20945
21038
|
* @group AWS::GuardDuty
|
20946
21039
|
*/
|
20947
21040
|
export interface GuardDutyDetectorCFNS3LogsConfiguration {
|
20948
|
-
Enable
|
21041
|
+
Enable: boolean;
|
20949
21042
|
}
|
20950
21043
|
/**
|
20951
21044
|
* Type definition for AWS::GuardDuty::Detector.CFNScanEc2InstanceWithFindingsConfiguration
|
@@ -20957,25 +21050,14 @@ export interface GuardDutyDetectorCFNScanEc2InstanceWithFindingsConfiguration {
|
|
20957
21050
|
EbsVolumes?: boolean;
|
20958
21051
|
}
|
20959
21052
|
/**
|
20960
|
-
* Type definition for AWS::GuardDuty::Detector.
|
21053
|
+
* Type definition for AWS::GuardDuty::Detector.TagItem
|
20961
21054
|
*
|
20962
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-detector-
|
21055
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-detector-tagitem.html | AWS::GuardDuty::Detector.TagItem}
|
20963
21056
|
* @group AWS::GuardDuty
|
20964
21057
|
*/
|
20965
|
-
export interface
|
20966
|
-
|
20967
|
-
|
20968
|
-
}
|
20969
|
-
/**
|
20970
|
-
* Type definition for AWS::GuardDuty::Detector.FeatureConfigurations
|
20971
|
-
*
|
20972
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-detector-featureconfigurations.html | AWS::GuardDuty::Detector.FeatureConfigurations}
|
20973
|
-
* @group AWS::GuardDuty
|
20974
|
-
*/
|
20975
|
-
export interface GuardDutyDetectorFeatureConfigurations {
|
20976
|
-
Status?: string;
|
20977
|
-
AdditionalConfiguration?: any[];
|
20978
|
-
Name?: string;
|
21058
|
+
export interface GuardDutyDetectorTagItem {
|
21059
|
+
Value: string;
|
21060
|
+
Key: string;
|
20979
21061
|
}
|
20980
21062
|
/**
|
20981
21063
|
* Type definition for AWS::GuardDuty::Filter.Condition
|
@@ -60010,10 +60092,11 @@ export interface VpcLatticeTargetGroupTarget {
|
|
60010
60092
|
*/
|
60011
60093
|
export interface VpcLatticeTargetGroupTargetGroupConfig {
|
60012
60094
|
IpAddressType?: string;
|
60013
|
-
Port
|
60095
|
+
Port?: number;
|
60014
60096
|
HealthCheck?: VpcLatticeTargetGroupHealthCheckConfig;
|
60015
|
-
|
60016
|
-
|
60097
|
+
LambdaEventStructureVersion?: string;
|
60098
|
+
VpcIdentifier?: string;
|
60099
|
+
Protocol?: string;
|
60017
60100
|
ProtocolVersion?: string;
|
60018
60101
|
}
|
60019
60102
|
/**
|
@@ -65094,6 +65177,7 @@ export interface CleanRoomsConfiguredTableAssociationAttribs {
|
|
65094
65177
|
*/
|
65095
65178
|
export interface CleanRoomsMembershipProps {
|
65096
65179
|
CollaborationIdentifier: string;
|
65180
|
+
DefaultResultConfiguration?: CleanRoomsMembershipMembershipProtectedQueryResultConfiguration;
|
65097
65181
|
QueryLogStatus: string;
|
65098
65182
|
Tags?: any[];
|
65099
65183
|
}
|
@@ -67064,6 +67148,7 @@ export interface ConnectQuickConnectProps {
|
|
67064
67148
|
*/
|
67065
67149
|
export interface ConnectQuickConnectAttribs {
|
67066
67150
|
QuickConnectArn?: string;
|
67151
|
+
QuickConnectType?: string;
|
67067
67152
|
}
|
67068
67153
|
/**
|
67069
67154
|
* Type definition for AWS::Connect::RoutingProfile
|
@@ -67229,6 +67314,52 @@ export interface ConnectUserHierarchyGroupProps {
|
|
67229
67314
|
export interface ConnectUserHierarchyGroupAttribs {
|
67230
67315
|
UserHierarchyGroupArn?: string;
|
67231
67316
|
}
|
67317
|
+
/**
|
67318
|
+
* Type definition for AWS::Connect::View
|
67319
|
+
*
|
67320
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-view.html | AWS::Connect::View}
|
67321
|
+
* @group AWS::Connect
|
67322
|
+
*/
|
67323
|
+
export interface ConnectViewProps {
|
67324
|
+
Description?: string;
|
67325
|
+
Actions: any[];
|
67326
|
+
InstanceArn: string;
|
67327
|
+
Tags?: any[];
|
67328
|
+
Name: string;
|
67329
|
+
Template: object;
|
67330
|
+
}
|
67331
|
+
/**
|
67332
|
+
* Attributes type definition for AWS::Connect::View
|
67333
|
+
*
|
67334
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-view.html | AWS::Connect::View}
|
67335
|
+
* @group AWS::Connect
|
67336
|
+
*/
|
67337
|
+
export interface ConnectViewAttribs {
|
67338
|
+
ViewArn?: string;
|
67339
|
+
ViewContentSha256?: string;
|
67340
|
+
ViewId?: string;
|
67341
|
+
}
|
67342
|
+
/**
|
67343
|
+
* Type definition for AWS::Connect::ViewVersion
|
67344
|
+
*
|
67345
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-viewversion.html | AWS::Connect::ViewVersion}
|
67346
|
+
* @group AWS::Connect
|
67347
|
+
*/
|
67348
|
+
export interface ConnectViewVersionProps {
|
67349
|
+
ViewArn: string;
|
67350
|
+
VersionDescription?: string;
|
67351
|
+
ViewContentSha256?: string;
|
67352
|
+
}
|
67353
|
+
/**
|
67354
|
+
* Attributes type definition for AWS::Connect::ViewVersion
|
67355
|
+
*
|
67356
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-viewversion.html | AWS::Connect::ViewVersion}
|
67357
|
+
* @group AWS::Connect
|
67358
|
+
*/
|
67359
|
+
export interface ConnectViewVersionAttribs {
|
67360
|
+
ViewVersionArn?: string;
|
67361
|
+
Version?: number;
|
67362
|
+
}
|
67232
67363
|
/**
|
67233
67364
|
* Type definition for AWS::ConnectCampaigns::Campaign
|
67234
67365
|
*
|
@@ -68147,26 +68278,6 @@ export interface DetectiveOrganizationAdminProps {
|
|
68147
68278
|
export interface DetectiveOrganizationAdminAttribs {
|
68148
68279
|
GraphArn?: string;
|
68149
68280
|
}
|
68150
|
-
/**
|
68151
|
-
* Type definition for AWS::DevBatch::JobDefinition
|
68152
|
-
*
|
68153
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devbatch-jobdefinition.html | AWS::DevBatch::JobDefinition}
|
68154
|
-
* @group AWS::DevBatch
|
68155
|
-
*/
|
68156
|
-
export interface DevBatchJobDefinitionProps {
|
68157
|
-
Type: string;
|
68158
|
-
Parameters?: object;
|
68159
|
-
NodeProperties?: DevBatchJobDefinitionNodeProperties;
|
68160
|
-
SchedulingPriority?: number;
|
68161
|
-
Timeout?: DevBatchJobDefinitionTimeout;
|
68162
|
-
ContainerProperties?: DevBatchJobDefinitionContainerProperties;
|
68163
|
-
JobDefinitionName?: string;
|
68164
|
-
PropagateTags?: boolean;
|
68165
|
-
PlatformCapabilities?: any[];
|
68166
|
-
EksProperties?: DevBatchJobDefinitionEksProperties;
|
68167
|
-
RetryStrategy?: DevBatchJobDefinitionRetryStrategy;
|
68168
|
-
Tags?: object;
|
68169
|
-
}
|
68170
68281
|
/**
|
68171
68282
|
* Type definition for AWS::DevOpsGuru::LogAnomalyDetectionIntegration
|
68172
68283
|
*
|
@@ -68771,6 +68882,7 @@ export interface EC2FlowLogProps {
|
|
68771
68882
|
MaxAggregationInterval?: number;
|
68772
68883
|
DestinationOptions?: EC2FlowLogDestinationOptions;
|
68773
68884
|
ResourceType: string;
|
68885
|
+
DeliverCrossAccountRole?: string;
|
68774
68886
|
LogDestination?: string;
|
68775
68887
|
LogGroupName?: string;
|
68776
68888
|
DeliverLogsPermissionArn?: string;
|
@@ -72764,6 +72876,26 @@ export interface GameLiftScriptAttribs {
|
|
72764
72876
|
Id?: string;
|
72765
72877
|
Arn?: string;
|
72766
72878
|
}
|
72879
|
+
/**
|
72880
|
+
* Type definition for AWS::GammaDilithium::JobDefinition
|
72881
|
+
*
|
72882
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gammadilithium-jobdefinition.html | AWS::GammaDilithium::JobDefinition}
|
72883
|
+
* @group AWS::GammaDilithium
|
72884
|
+
*/
|
72885
|
+
export interface GammaDilithiumJobDefinitionProps {
|
72886
|
+
Type: string;
|
72887
|
+
Parameters?: object;
|
72888
|
+
NodeProperties?: GammaDilithiumJobDefinitionNodeProperties;
|
72889
|
+
SchedulingPriority?: number;
|
72890
|
+
Timeout?: GammaDilithiumJobDefinitionTimeout;
|
72891
|
+
ContainerProperties?: GammaDilithiumJobDefinitionContainerProperties;
|
72892
|
+
JobDefinitionName?: string;
|
72893
|
+
PropagateTags?: boolean;
|
72894
|
+
PlatformCapabilities?: any[];
|
72895
|
+
EksProperties?: GammaDilithiumJobDefinitionEksProperties;
|
72896
|
+
RetryStrategy?: GammaDilithiumJobDefinitionRetryStrategy;
|
72897
|
+
Tags?: object;
|
72898
|
+
}
|
72767
72899
|
/**
|
72768
72900
|
* Type definition for AWS::GlobalAccelerator::Accelerator
|
72769
72901
|
*
|
@@ -73573,6 +73705,15 @@ export interface GuardDutyDetectorProps {
|
|
73573
73705
|
Features?: any[];
|
73574
73706
|
Tags?: any[];
|
73575
73707
|
}
|
73708
|
+
/**
|
73709
|
+
* Attributes type definition for AWS::GuardDuty::Detector
|
73710
|
+
*
|
73711
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html | AWS::GuardDuty::Detector}
|
73712
|
+
* @group AWS::GuardDuty
|
73713
|
+
*/
|
73714
|
+
export interface GuardDutyDetectorAttribs {
|
73715
|
+
Id?: string;
|
73716
|
+
}
|
73576
73717
|
/**
|
73577
73718
|
* Type definition for AWS::GuardDuty::Filter
|
73578
73719
|
*
|
@@ -75740,7 +75881,7 @@ export interface IoTWirelessDestinationProps {
|
|
75740
75881
|
Expression: string;
|
75741
75882
|
ExpressionType: string;
|
75742
75883
|
Tags?: any[];
|
75743
|
-
RoleArn
|
75884
|
+
RoleArn?: string;
|
75744
75885
|
Name: string;
|
75745
75886
|
}
|
75746
75887
|
/**
|
@@ -83706,7 +83847,7 @@ export interface SSMParameterProps {
|
|
83706
83847
|
Tier?: string;
|
83707
83848
|
Value: string;
|
83708
83849
|
DataType?: string;
|
83709
|
-
Tags?:
|
83850
|
+
Tags?: Record<string, any>;
|
83710
83851
|
Name?: string;
|
83711
83852
|
}
|
83712
83853
|
/**
|
@@ -87196,6 +87337,8 @@ export interface ResourceTypes {
|
|
87196
87337
|
"AWS::Connect::TrafficDistributionGroup": ConnectTrafficDistributionGroupProps;
|
87197
87338
|
"AWS::Connect::User": ConnectUserProps;
|
87198
87339
|
"AWS::Connect::UserHierarchyGroup": ConnectUserHierarchyGroupProps;
|
87340
|
+
"AWS::Connect::View": ConnectViewProps;
|
87341
|
+
"AWS::Connect::ViewVersion": ConnectViewVersionProps;
|
87199
87342
|
"AWS::ConnectCampaigns::Campaign": ConnectCampaignsCampaignProps;
|
87200
87343
|
"AWS::ControlTower::EnabledControl": ControlTowerEnabledControlProps;
|
87201
87344
|
"AWS::CustomerProfiles::CalculatedAttributeDefinition": CustomerProfilesCalculatedAttributeDefinitionProps;
|
@@ -87238,7 +87381,6 @@ export interface ResourceTypes {
|
|
87238
87381
|
"AWS::Detective::Graph": DetectiveGraphProps;
|
87239
87382
|
"AWS::Detective::MemberInvitation": DetectiveMemberInvitationProps;
|
87240
87383
|
"AWS::Detective::OrganizationAdmin": DetectiveOrganizationAdminProps;
|
87241
|
-
"AWS::DevBatch::JobDefinition": DevBatchJobDefinitionProps;
|
87242
87384
|
"AWS::DevOpsGuru::LogAnomalyDetectionIntegration": DevOpsGuruLogAnomalyDetectionIntegrationProps;
|
87243
87385
|
"AWS::DevOpsGuru::NotificationChannel": DevOpsGuruNotificationChannelProps;
|
87244
87386
|
"AWS::DevOpsGuru::ResourceCollection": DevOpsGuruResourceCollectionProps;
|
@@ -87439,6 +87581,7 @@ export interface ResourceTypes {
|
|
87439
87581
|
"AWS::GameLift::MatchmakingConfiguration": GameLiftMatchmakingConfigurationProps;
|
87440
87582
|
"AWS::GameLift::MatchmakingRuleSet": GameLiftMatchmakingRuleSetProps;
|
87441
87583
|
"AWS::GameLift::Script": GameLiftScriptProps;
|
87584
|
+
"AWS::GammaDilithium::JobDefinition": GammaDilithiumJobDefinitionProps;
|
87442
87585
|
"AWS::GlobalAccelerator::Accelerator": GlobalAcceleratorAcceleratorProps;
|
87443
87586
|
"AWS::GlobalAccelerator::EndpointGroup": GlobalAcceleratorEndpointGroupProps;
|
87444
87587
|
"AWS::GlobalAccelerator::Listener": GlobalAcceleratorListenerProps;
|
@@ -88263,6 +88406,8 @@ export interface AttributeTypes {
|
|
88263
88406
|
"AWS::Connect::TrafficDistributionGroup": ConnectTrafficDistributionGroupAttribs;
|
88264
88407
|
"AWS::Connect::User": ConnectUserAttribs;
|
88265
88408
|
"AWS::Connect::UserHierarchyGroup": ConnectUserHierarchyGroupAttribs;
|
88409
|
+
"AWS::Connect::View": ConnectViewAttribs;
|
88410
|
+
"AWS::Connect::ViewVersion": ConnectViewVersionAttribs;
|
88266
88411
|
"AWS::ConnectCampaigns::Campaign": ConnectCampaignsCampaignAttribs;
|
88267
88412
|
"AWS::CustomerProfiles::CalculatedAttributeDefinition": CustomerProfilesCalculatedAttributeDefinitionAttribs;
|
88268
88413
|
"AWS::CustomerProfiles::Domain": CustomerProfilesDomainAttribs;
|
@@ -88465,6 +88610,7 @@ export interface AttributeTypes {
|
|
88465
88610
|
"AWS::GroundStation::Config": GroundStationConfigAttribs;
|
88466
88611
|
"AWS::GroundStation::DataflowEndpointGroup": GroundStationDataflowEndpointGroupAttribs;
|
88467
88612
|
"AWS::GroundStation::MissionProfile": GroundStationMissionProfileAttribs;
|
88613
|
+
"AWS::GuardDuty::Detector": GuardDutyDetectorAttribs;
|
88468
88614
|
"AWS::HealthLake::FHIRDatastore": HealthLakeFHIRDatastoreAttribs;
|
88469
88615
|
"AWS::IAM::AccessKey": IAMAccessKeyAttribs;
|
88470
88616
|
"AWS::IAM::Group": IAMGroupAttribs;
|
@@ -89166,6 +89312,8 @@ export declare const ResourceType: {
|
|
89166
89312
|
readonly ConnectTrafficDistributionGroup: "AWS::Connect::TrafficDistributionGroup";
|
89167
89313
|
readonly ConnectUser: "AWS::Connect::User";
|
89168
89314
|
readonly ConnectUserHierarchyGroup: "AWS::Connect::UserHierarchyGroup";
|
89315
|
+
readonly ConnectView: "AWS::Connect::View";
|
89316
|
+
readonly ConnectViewVersion: "AWS::Connect::ViewVersion";
|
89169
89317
|
readonly ConnectCampaignsCampaign: "AWS::ConnectCampaigns::Campaign";
|
89170
89318
|
readonly ControlTowerEnabledControl: "AWS::ControlTower::EnabledControl";
|
89171
89319
|
readonly CustomerProfilesCalculatedAttributeDefinition: "AWS::CustomerProfiles::CalculatedAttributeDefinition";
|
@@ -89208,7 +89356,6 @@ export declare const ResourceType: {
|
|
89208
89356
|
readonly DetectiveGraph: "AWS::Detective::Graph";
|
89209
89357
|
readonly DetectiveMemberInvitation: "AWS::Detective::MemberInvitation";
|
89210
89358
|
readonly DetectiveOrganizationAdmin: "AWS::Detective::OrganizationAdmin";
|
89211
|
-
readonly DevBatchJobDefinition: "AWS::DevBatch::JobDefinition";
|
89212
89359
|
readonly DevOpsGuruLogAnomalyDetectionIntegration: "AWS::DevOpsGuru::LogAnomalyDetectionIntegration";
|
89213
89360
|
readonly DevOpsGuruNotificationChannel: "AWS::DevOpsGuru::NotificationChannel";
|
89214
89361
|
readonly DevOpsGuruResourceCollection: "AWS::DevOpsGuru::ResourceCollection";
|
@@ -89409,6 +89556,7 @@ export declare const ResourceType: {
|
|
89409
89556
|
readonly GameLiftMatchmakingConfiguration: "AWS::GameLift::MatchmakingConfiguration";
|
89410
89557
|
readonly GameLiftMatchmakingRuleSet: "AWS::GameLift::MatchmakingRuleSet";
|
89411
89558
|
readonly GameLiftScript: "AWS::GameLift::Script";
|
89559
|
+
readonly GammaDilithiumJobDefinition: "AWS::GammaDilithium::JobDefinition";
|
89412
89560
|
readonly GlobalAcceleratorAccelerator: "AWS::GlobalAccelerator::Accelerator";
|
89413
89561
|
readonly GlobalAcceleratorEndpointGroup: "AWS::GlobalAccelerator::EndpointGroup";
|
89414
89562
|
readonly GlobalAcceleratorListener: "AWS::GlobalAccelerator::Listener";
|