@awboost/cfntypes 1.0.0-beta.40 → 1.0.0-beta.47
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/{ResourceDefinition.d.ts → definitions.d.ts} +160 -6
- package/lib/policies.d.ts +460 -0
- package/lib/{DeletionPolicy.js → policies.js} +3 -3
- package/lib/{types.generated.d.ts → resources.generated.d.ts} +442 -443
- package/lib/{types.generated.js → resources.generated.js} +18 -6
- package/lib/{Template.d.ts → template.d.ts} +3 -7
- package/lib/{Fn.d.ts → util.d.ts} +78 -0
- package/lib/{Fn.js → util.js} +111 -23
- package/package.json +23 -35
- package/README.md +0 -39
- package/lib/AutoScalingReplacingUpdatePolicy.d.ts +0 -30
- package/lib/AutoScalingRollingUpdatePolicy.d.ts +0 -107
- package/lib/AutoScalingRollingUpdatePolicy.js +0 -20
- package/lib/AutoScalingScheduledActionPolicy.d.ts +0 -35
- package/lib/AutoScalingScheduledActionPolicy.js +0 -23
- package/lib/AwsParam.d.ts +0 -73
- package/lib/AwsParam.js +0 -89
- package/lib/CodeDeployLambdaAliasUpdatePolicy.d.ts +0 -26
- package/lib/CreationPolicy.d.ts +0 -71
- package/lib/CreationPolicy.js +0 -1
- package/lib/DeletionPolicy.d.ts +0 -84
- package/lib/OutputDefinition.d.ts +0 -38
- package/lib/OutputDefinition.js +0 -1
- package/lib/ParameterDefinition.d.ts +0 -78
- package/lib/ParameterDefinition.js +0 -1
- package/lib/ResourceDefinition.js +0 -1
- package/lib/RuleDefinition.d.ts +0 -43
- package/lib/RuleDefinition.js +0 -1
- package/lib/Template.js +0 -1
- package/lib/TemplateMap.d.ts +0 -6
- package/lib/TemplateMap.js +0 -1
- package/lib/UpdatePolicy.d.ts +0 -111
- package/lib/UpdatePolicy.js +0 -1
- package/lib/cjs/AutoScalingReplacingUpdatePolicy.js +0 -2
- package/lib/cjs/AutoScalingRollingUpdatePolicy.js +0 -21
- package/lib/cjs/AutoScalingScheduledActionPolicy.js +0 -24
- package/lib/cjs/AwsParam.js +0 -93
- package/lib/cjs/CodeDeployLambdaAliasUpdatePolicy.js +0 -2
- package/lib/cjs/CreationPolicy.js +0 -2
- package/lib/cjs/DeletionPolicy.js +0 -86
- package/lib/cjs/Fn.js +0 -414
- package/lib/cjs/OutputDefinition.js +0 -2
- package/lib/cjs/ParameterDefinition.js +0 -2
- package/lib/cjs/ResourceDefinition.js +0 -2
- package/lib/cjs/RuleDefinition.js +0 -2
- package/lib/cjs/Template.js +0 -2
- package/lib/cjs/TemplateMap.js +0 -2
- package/lib/cjs/UpdatePolicy.js +0 -2
- package/lib/cjs/index.js +0 -33
- package/lib/cjs/types.generated.js +0 -2276
- package/lib/index.d.ts +0 -16
- package/lib/index.js +0 -17
- /package/lib/{AutoScalingReplacingUpdatePolicy.js → definitions.js} +0 -0
- /package/lib/{CodeDeployLambdaAliasUpdatePolicy.js → template.js} +0 -0
@@ -1,4 +1,4 @@
|
|
1
|
-
export declare const ResourceSpecificationVersion = "
|
1
|
+
export declare const ResourceSpecificationVersion = "140.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
|
*
|
@@ -13697,6 +13374,7 @@ export interface EC2LaunchTemplateNetworkInterface {
|
|
13697
13374
|
Ipv6PrefixCount?: number;
|
13698
13375
|
Ipv4Prefixes?: any[];
|
13699
13376
|
DeviceIndex?: number;
|
13377
|
+
PrimaryIpv6?: boolean;
|
13700
13378
|
Ipv4PrefixCount?: number;
|
13701
13379
|
Ipv6Prefixes?: any[];
|
13702
13380
|
SubnetId?: string;
|
@@ -20911,6 +20589,27 @@ export interface GuardDutyDetectorCFNDataSourceConfigurations {
|
|
20911
20589
|
S3Logs?: GuardDutyDetectorCFNS3LogsConfiguration;
|
20912
20590
|
Kubernetes?: GuardDutyDetectorCFNKubernetesConfiguration;
|
20913
20591
|
}
|
20592
|
+
/**
|
20593
|
+
* Type definition for AWS::GuardDuty::Detector.CFNFeatureAdditionalConfiguration
|
20594
|
+
*
|
20595
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-detector-cfnfeatureadditionalconfiguration.html | AWS::GuardDuty::Detector.CFNFeatureAdditionalConfiguration}
|
20596
|
+
* @group AWS::GuardDuty
|
20597
|
+
*/
|
20598
|
+
export interface GuardDutyDetectorCFNFeatureAdditionalConfiguration {
|
20599
|
+
Status?: string;
|
20600
|
+
Name?: string;
|
20601
|
+
}
|
20602
|
+
/**
|
20603
|
+
* Type definition for AWS::GuardDuty::Detector.CFNFeatureConfiguration
|
20604
|
+
*
|
20605
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-detector-cfnfeatureconfiguration.html | AWS::GuardDuty::Detector.CFNFeatureConfiguration}
|
20606
|
+
* @group AWS::GuardDuty
|
20607
|
+
*/
|
20608
|
+
export interface GuardDutyDetectorCFNFeatureConfiguration {
|
20609
|
+
Status: string;
|
20610
|
+
AdditionalConfiguration?: any[];
|
20611
|
+
Name: string;
|
20612
|
+
}
|
20914
20613
|
/**
|
20915
20614
|
* Type definition for AWS::GuardDuty::Detector.CFNKubernetesAuditLogsConfiguration
|
20916
20615
|
*
|
@@ -20918,7 +20617,7 @@ export interface GuardDutyDetectorCFNDataSourceConfigurations {
|
|
20918
20617
|
* @group AWS::GuardDuty
|
20919
20618
|
*/
|
20920
20619
|
export interface GuardDutyDetectorCFNKubernetesAuditLogsConfiguration {
|
20921
|
-
Enable
|
20620
|
+
Enable: boolean;
|
20922
20621
|
}
|
20923
20622
|
/**
|
20924
20623
|
* Type definition for AWS::GuardDuty::Detector.CFNKubernetesConfiguration
|
@@ -20927,7 +20626,7 @@ export interface GuardDutyDetectorCFNKubernetesAuditLogsConfiguration {
|
|
20927
20626
|
* @group AWS::GuardDuty
|
20928
20627
|
*/
|
20929
20628
|
export interface GuardDutyDetectorCFNKubernetesConfiguration {
|
20930
|
-
AuditLogs
|
20629
|
+
AuditLogs: GuardDutyDetectorCFNKubernetesAuditLogsConfiguration;
|
20931
20630
|
}
|
20932
20631
|
/**
|
20933
20632
|
* Type definition for AWS::GuardDuty::Detector.CFNMalwareProtectionConfiguration
|
@@ -20945,7 +20644,7 @@ export interface GuardDutyDetectorCFNMalwareProtectionConfiguration {
|
|
20945
20644
|
* @group AWS::GuardDuty
|
20946
20645
|
*/
|
20947
20646
|
export interface GuardDutyDetectorCFNS3LogsConfiguration {
|
20948
|
-
Enable
|
20647
|
+
Enable: boolean;
|
20949
20648
|
}
|
20950
20649
|
/**
|
20951
20650
|
* Type definition for AWS::GuardDuty::Detector.CFNScanEc2InstanceWithFindingsConfiguration
|
@@ -20957,25 +20656,14 @@ export interface GuardDutyDetectorCFNScanEc2InstanceWithFindingsConfiguration {
|
|
20957
20656
|
EbsVolumes?: boolean;
|
20958
20657
|
}
|
20959
20658
|
/**
|
20960
|
-
* Type definition for AWS::GuardDuty::Detector.
|
20961
|
-
*
|
20962
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-detector-featureadditionalconfiguration.html | AWS::GuardDuty::Detector.FeatureAdditionalConfiguration}
|
20963
|
-
* @group AWS::GuardDuty
|
20964
|
-
*/
|
20965
|
-
export interface GuardDutyDetectorFeatureAdditionalConfiguration {
|
20966
|
-
Status?: string;
|
20967
|
-
Name?: string;
|
20968
|
-
}
|
20969
|
-
/**
|
20970
|
-
* Type definition for AWS::GuardDuty::Detector.FeatureConfigurations
|
20659
|
+
* Type definition for AWS::GuardDuty::Detector.TagItem
|
20971
20660
|
*
|
20972
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-detector-
|
20661
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-detector-tagitem.html | AWS::GuardDuty::Detector.TagItem}
|
20973
20662
|
* @group AWS::GuardDuty
|
20974
20663
|
*/
|
20975
|
-
export interface
|
20976
|
-
|
20977
|
-
|
20978
|
-
Name?: string;
|
20664
|
+
export interface GuardDutyDetectorTagItem {
|
20665
|
+
Value: string;
|
20666
|
+
Key: string;
|
20979
20667
|
}
|
20980
20668
|
/**
|
20981
20669
|
* Type definition for AWS::GuardDuty::Filter.Condition
|
@@ -32518,6 +32206,122 @@ export interface MediaPackagePackagingGroupAuthorization {
|
|
32518
32206
|
export interface MediaPackagePackagingGroupLogConfiguration {
|
32519
32207
|
LogGroupName?: string;
|
32520
32208
|
}
|
32209
|
+
/**
|
32210
|
+
* Type definition for AWS::MediaPackageV2::Channel.IngestEndpoint
|
32211
|
+
*
|
32212
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-channel-ingestendpoint.html | AWS::MediaPackageV2::Channel.IngestEndpoint}
|
32213
|
+
* @group AWS::MediaPackageV2
|
32214
|
+
*/
|
32215
|
+
export interface MediaPackageV2ChannelIngestEndpoint {
|
32216
|
+
Id?: string;
|
32217
|
+
Url?: string;
|
32218
|
+
}
|
32219
|
+
/**
|
32220
|
+
* Type definition for AWS::MediaPackageV2::OriginEndpoint.Encryption
|
32221
|
+
*
|
32222
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-encryption.html | AWS::MediaPackageV2::OriginEndpoint.Encryption}
|
32223
|
+
* @group AWS::MediaPackageV2
|
32224
|
+
*/
|
32225
|
+
export interface MediaPackageV2OriginEndpointEncryption {
|
32226
|
+
KeyRotationIntervalSeconds?: number;
|
32227
|
+
ConstantInitializationVector?: string;
|
32228
|
+
SpekeKeyProvider: MediaPackageV2OriginEndpointSpekeKeyProvider;
|
32229
|
+
EncryptionMethod: MediaPackageV2OriginEndpointEncryptionMethod;
|
32230
|
+
}
|
32231
|
+
/**
|
32232
|
+
* Type definition for AWS::MediaPackageV2::OriginEndpoint.EncryptionContractConfiguration
|
32233
|
+
*
|
32234
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-encryptioncontractconfiguration.html | AWS::MediaPackageV2::OriginEndpoint.EncryptionContractConfiguration}
|
32235
|
+
* @group AWS::MediaPackageV2
|
32236
|
+
*/
|
32237
|
+
export interface MediaPackageV2OriginEndpointEncryptionContractConfiguration {
|
32238
|
+
PresetSpeke20Audio: string;
|
32239
|
+
PresetSpeke20Video: string;
|
32240
|
+
}
|
32241
|
+
/**
|
32242
|
+
* Type definition for AWS::MediaPackageV2::OriginEndpoint.EncryptionMethod
|
32243
|
+
*
|
32244
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-encryptionmethod.html | AWS::MediaPackageV2::OriginEndpoint.EncryptionMethod}
|
32245
|
+
* @group AWS::MediaPackageV2
|
32246
|
+
*/
|
32247
|
+
export interface MediaPackageV2OriginEndpointEncryptionMethod {
|
32248
|
+
CmafEncryptionMethod?: string;
|
32249
|
+
TsEncryptionMethod?: string;
|
32250
|
+
}
|
32251
|
+
/**
|
32252
|
+
* Type definition for AWS::MediaPackageV2::OriginEndpoint.HlsManifestConfiguration
|
32253
|
+
*
|
32254
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-hlsmanifestconfiguration.html | AWS::MediaPackageV2::OriginEndpoint.HlsManifestConfiguration}
|
32255
|
+
* @group AWS::MediaPackageV2
|
32256
|
+
*/
|
32257
|
+
export interface MediaPackageV2OriginEndpointHlsManifestConfiguration {
|
32258
|
+
ManifestWindowSeconds?: number;
|
32259
|
+
ManifestName: string;
|
32260
|
+
ProgramDateTimeIntervalSeconds?: number;
|
32261
|
+
ChildManifestName?: string;
|
32262
|
+
ScteHls?: MediaPackageV2OriginEndpointScteHls;
|
32263
|
+
Url?: string;
|
32264
|
+
}
|
32265
|
+
/**
|
32266
|
+
* Type definition for AWS::MediaPackageV2::OriginEndpoint.LowLatencyHlsManifestConfiguration
|
32267
|
+
*
|
32268
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-lowlatencyhlsmanifestconfiguration.html | AWS::MediaPackageV2::OriginEndpoint.LowLatencyHlsManifestConfiguration}
|
32269
|
+
* @group AWS::MediaPackageV2
|
32270
|
+
*/
|
32271
|
+
export interface MediaPackageV2OriginEndpointLowLatencyHlsManifestConfiguration {
|
32272
|
+
ManifestWindowSeconds?: number;
|
32273
|
+
ManifestName: string;
|
32274
|
+
ProgramDateTimeIntervalSeconds?: number;
|
32275
|
+
ChildManifestName?: string;
|
32276
|
+
ScteHls?: MediaPackageV2OriginEndpointScteHls;
|
32277
|
+
Url?: string;
|
32278
|
+
}
|
32279
|
+
/**
|
32280
|
+
* Type definition for AWS::MediaPackageV2::OriginEndpoint.Scte
|
32281
|
+
*
|
32282
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-scte.html | AWS::MediaPackageV2::OriginEndpoint.Scte}
|
32283
|
+
* @group AWS::MediaPackageV2
|
32284
|
+
*/
|
32285
|
+
export interface MediaPackageV2OriginEndpointScte {
|
32286
|
+
ScteFilter?: any[];
|
32287
|
+
}
|
32288
|
+
/**
|
32289
|
+
* Type definition for AWS::MediaPackageV2::OriginEndpoint.ScteHls
|
32290
|
+
*
|
32291
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-sctehls.html | AWS::MediaPackageV2::OriginEndpoint.ScteHls}
|
32292
|
+
* @group AWS::MediaPackageV2
|
32293
|
+
*/
|
32294
|
+
export interface MediaPackageV2OriginEndpointScteHls {
|
32295
|
+
AdMarkerHls?: string;
|
32296
|
+
}
|
32297
|
+
/**
|
32298
|
+
* Type definition for AWS::MediaPackageV2::OriginEndpoint.Segment
|
32299
|
+
*
|
32300
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-segment.html | AWS::MediaPackageV2::OriginEndpoint.Segment}
|
32301
|
+
* @group AWS::MediaPackageV2
|
32302
|
+
*/
|
32303
|
+
export interface MediaPackageV2OriginEndpointSegment {
|
32304
|
+
SegmentName?: string;
|
32305
|
+
TsUseAudioRenditionGroup?: boolean;
|
32306
|
+
IncludeIframeOnlyStreams?: boolean;
|
32307
|
+
Scte?: MediaPackageV2OriginEndpointScte;
|
32308
|
+
TsIncludeDvbSubtitles?: boolean;
|
32309
|
+
SegmentDurationSeconds?: number;
|
32310
|
+
Encryption?: MediaPackageV2OriginEndpointEncryption;
|
32311
|
+
}
|
32312
|
+
/**
|
32313
|
+
* Type definition for AWS::MediaPackageV2::OriginEndpoint.SpekeKeyProvider
|
32314
|
+
*
|
32315
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-spekekeyprovider.html | AWS::MediaPackageV2::OriginEndpoint.SpekeKeyProvider}
|
32316
|
+
* @group AWS::MediaPackageV2
|
32317
|
+
*/
|
32318
|
+
export interface MediaPackageV2OriginEndpointSpekeKeyProvider {
|
32319
|
+
DrmSystems: any[];
|
32320
|
+
ResourceId: string;
|
32321
|
+
EncryptionContractConfiguration: MediaPackageV2OriginEndpointEncryptionContractConfiguration;
|
32322
|
+
RoleArn: string;
|
32323
|
+
Url: string;
|
32324
|
+
}
|
32521
32325
|
/**
|
32522
32326
|
* Type definition for AWS::MediaStore::Container.CorsRule
|
32523
32327
|
*
|
@@ -60010,10 +59814,11 @@ export interface VpcLatticeTargetGroupTarget {
|
|
60010
59814
|
*/
|
60011
59815
|
export interface VpcLatticeTargetGroupTargetGroupConfig {
|
60012
59816
|
IpAddressType?: string;
|
60013
|
-
Port
|
59817
|
+
Port?: number;
|
60014
59818
|
HealthCheck?: VpcLatticeTargetGroupHealthCheckConfig;
|
60015
|
-
|
60016
|
-
|
59819
|
+
LambdaEventStructureVersion?: string;
|
59820
|
+
VpcIdentifier?: string;
|
59821
|
+
Protocol?: string;
|
60017
59822
|
ProtocolVersion?: string;
|
60018
59823
|
}
|
60019
59824
|
/**
|
@@ -61775,6 +61580,27 @@ export interface WorkSpacesWebIpAccessSettingsIpRule {
|
|
61775
61580
|
IpRange: string;
|
61776
61581
|
Description?: string;
|
61777
61582
|
}
|
61583
|
+
/**
|
61584
|
+
* Type definition for AWS::WorkSpacesWeb::UserSettings.CookieSpecification
|
61585
|
+
*
|
61586
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesweb-usersettings-cookiespecification.html | AWS::WorkSpacesWeb::UserSettings.CookieSpecification}
|
61587
|
+
* @group AWS::WorkSpacesWeb
|
61588
|
+
*/
|
61589
|
+
export interface WorkSpacesWebUserSettingsCookieSpecification {
|
61590
|
+
Path?: string;
|
61591
|
+
Domain: string;
|
61592
|
+
Name?: string;
|
61593
|
+
}
|
61594
|
+
/**
|
61595
|
+
* Type definition for AWS::WorkSpacesWeb::UserSettings.CookieSynchronizationConfiguration
|
61596
|
+
*
|
61597
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesweb-usersettings-cookiesynchronizationconfiguration.html | AWS::WorkSpacesWeb::UserSettings.CookieSynchronizationConfiguration}
|
61598
|
+
* @group AWS::WorkSpacesWeb
|
61599
|
+
*/
|
61600
|
+
export interface WorkSpacesWebUserSettingsCookieSynchronizationConfiguration {
|
61601
|
+
Blocklist?: any[];
|
61602
|
+
Allowlist: any[];
|
61603
|
+
}
|
61778
61604
|
/**
|
61779
61605
|
* Type definition for AWS::XRay::Group.InsightsConfiguration
|
61780
61606
|
*
|
@@ -65094,6 +64920,7 @@ export interface CleanRoomsConfiguredTableAssociationAttribs {
|
|
65094
64920
|
*/
|
65095
64921
|
export interface CleanRoomsMembershipProps {
|
65096
64922
|
CollaborationIdentifier: string;
|
64923
|
+
DefaultResultConfiguration?: CleanRoomsMembershipMembershipProtectedQueryResultConfiguration;
|
65097
64924
|
QueryLogStatus: string;
|
65098
64925
|
Tags?: any[];
|
65099
64926
|
}
|
@@ -67064,6 +66891,7 @@ export interface ConnectQuickConnectProps {
|
|
67064
66891
|
*/
|
67065
66892
|
export interface ConnectQuickConnectAttribs {
|
67066
66893
|
QuickConnectArn?: string;
|
66894
|
+
QuickConnectType?: string;
|
67067
66895
|
}
|
67068
66896
|
/**
|
67069
66897
|
* Type definition for AWS::Connect::RoutingProfile
|
@@ -67229,6 +67057,52 @@ export interface ConnectUserHierarchyGroupProps {
|
|
67229
67057
|
export interface ConnectUserHierarchyGroupAttribs {
|
67230
67058
|
UserHierarchyGroupArn?: string;
|
67231
67059
|
}
|
67060
|
+
/**
|
67061
|
+
* Type definition for AWS::Connect::View
|
67062
|
+
*
|
67063
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-view.html | AWS::Connect::View}
|
67064
|
+
* @group AWS::Connect
|
67065
|
+
*/
|
67066
|
+
export interface ConnectViewProps {
|
67067
|
+
Description?: string;
|
67068
|
+
Actions: any[];
|
67069
|
+
InstanceArn: string;
|
67070
|
+
Tags?: any[];
|
67071
|
+
Name: string;
|
67072
|
+
Template: object;
|
67073
|
+
}
|
67074
|
+
/**
|
67075
|
+
* Attributes type definition for AWS::Connect::View
|
67076
|
+
*
|
67077
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-view.html | AWS::Connect::View}
|
67078
|
+
* @group AWS::Connect
|
67079
|
+
*/
|
67080
|
+
export interface ConnectViewAttribs {
|
67081
|
+
ViewArn?: string;
|
67082
|
+
ViewContentSha256?: string;
|
67083
|
+
ViewId?: string;
|
67084
|
+
}
|
67085
|
+
/**
|
67086
|
+
* Type definition for AWS::Connect::ViewVersion
|
67087
|
+
*
|
67088
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-viewversion.html | AWS::Connect::ViewVersion}
|
67089
|
+
* @group AWS::Connect
|
67090
|
+
*/
|
67091
|
+
export interface ConnectViewVersionProps {
|
67092
|
+
ViewArn: string;
|
67093
|
+
VersionDescription?: string;
|
67094
|
+
ViewContentSha256?: string;
|
67095
|
+
}
|
67096
|
+
/**
|
67097
|
+
* Attributes type definition for AWS::Connect::ViewVersion
|
67098
|
+
*
|
67099
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-viewversion.html | AWS::Connect::ViewVersion}
|
67100
|
+
* @group AWS::Connect
|
67101
|
+
*/
|
67102
|
+
export interface ConnectViewVersionAttribs {
|
67103
|
+
ViewVersionArn?: string;
|
67104
|
+
Version?: number;
|
67105
|
+
}
|
67232
67106
|
/**
|
67233
67107
|
* Type definition for AWS::ConnectCampaigns::Campaign
|
67234
67108
|
*
|
@@ -67373,6 +67247,7 @@ export interface CustomerProfilesObjectTypeProps {
|
|
67373
67247
|
AllowProfileCreation?: boolean;
|
67374
67248
|
ObjectTypeName?: string;
|
67375
67249
|
Keys?: any[];
|
67250
|
+
SourceLastUpdatedTimestampFormat?: string;
|
67376
67251
|
EncryptionKey?: string;
|
67377
67252
|
Tags?: any[];
|
67378
67253
|
TemplateId?: string;
|
@@ -68147,26 +68022,6 @@ export interface DetectiveOrganizationAdminProps {
|
|
68147
68022
|
export interface DetectiveOrganizationAdminAttribs {
|
68148
68023
|
GraphArn?: string;
|
68149
68024
|
}
|
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
68025
|
/**
|
68171
68026
|
* Type definition for AWS::DevOpsGuru::LogAnomalyDetectionIntegration
|
68172
68027
|
*
|
@@ -68771,6 +68626,7 @@ export interface EC2FlowLogProps {
|
|
68771
68626
|
MaxAggregationInterval?: number;
|
68772
68627
|
DestinationOptions?: EC2FlowLogDestinationOptions;
|
68773
68628
|
ResourceType: string;
|
68629
|
+
DeliverCrossAccountRole?: string;
|
68774
68630
|
LogDestination?: string;
|
68775
68631
|
LogGroupName?: string;
|
68776
68632
|
DeliverLogsPermissionArn?: string;
|
@@ -70052,6 +69908,15 @@ export interface EC2TransitGatewayRouteTableProps {
|
|
70052
69908
|
TransitGatewayId: string;
|
70053
69909
|
Tags?: any[];
|
70054
69910
|
}
|
69911
|
+
/**
|
69912
|
+
* Attributes type definition for AWS::EC2::TransitGatewayRouteTable
|
69913
|
+
*
|
69914
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetable.html | AWS::EC2::TransitGatewayRouteTable}
|
69915
|
+
* @group AWS::EC2
|
69916
|
+
*/
|
69917
|
+
export interface EC2TransitGatewayRouteTableAttribs {
|
69918
|
+
TransitGatewayRouteTableId?: string;
|
69919
|
+
}
|
70055
69920
|
/**
|
70056
69921
|
* Type definition for AWS::EC2::TransitGatewayRouteTableAssociation
|
70057
69922
|
*
|
@@ -73573,6 +73438,15 @@ export interface GuardDutyDetectorProps {
|
|
73573
73438
|
Features?: any[];
|
73574
73439
|
Tags?: any[];
|
73575
73440
|
}
|
73441
|
+
/**
|
73442
|
+
* Attributes type definition for AWS::GuardDuty::Detector
|
73443
|
+
*
|
73444
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-detector.html | AWS::GuardDuty::Detector}
|
73445
|
+
* @group AWS::GuardDuty
|
73446
|
+
*/
|
73447
|
+
export interface GuardDutyDetectorAttribs {
|
73448
|
+
Id?: string;
|
73449
|
+
}
|
73576
73450
|
/**
|
73577
73451
|
* Type definition for AWS::GuardDuty::Filter
|
73578
73452
|
*
|
@@ -75740,7 +75614,7 @@ export interface IoTWirelessDestinationProps {
|
|
75740
75614
|
Expression: string;
|
75741
75615
|
ExpressionType: string;
|
75742
75616
|
Tags?: any[];
|
75743
|
-
RoleArn
|
75617
|
+
RoleArn?: string;
|
75744
75618
|
Name: string;
|
75745
75619
|
}
|
75746
75620
|
/**
|
@@ -78447,6 +78321,105 @@ export interface MediaPackagePackagingGroupAttribs {
|
|
78447
78321
|
DomainName?: string;
|
78448
78322
|
Arn?: string;
|
78449
78323
|
}
|
78324
|
+
/**
|
78325
|
+
* Type definition for AWS::MediaPackageV2::Channel
|
78326
|
+
*
|
78327
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channel.html | AWS::MediaPackageV2::Channel}
|
78328
|
+
* @group AWS::MediaPackageV2
|
78329
|
+
*/
|
78330
|
+
export interface MediaPackageV2ChannelProps {
|
78331
|
+
ChannelName?: string;
|
78332
|
+
Description?: string;
|
78333
|
+
ChannelGroupName?: string;
|
78334
|
+
Tags?: any[];
|
78335
|
+
}
|
78336
|
+
/**
|
78337
|
+
* Attributes type definition for AWS::MediaPackageV2::Channel
|
78338
|
+
*
|
78339
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channel.html | AWS::MediaPackageV2::Channel}
|
78340
|
+
* @group AWS::MediaPackageV2
|
78341
|
+
*/
|
78342
|
+
export interface MediaPackageV2ChannelAttribs {
|
78343
|
+
ModifiedAt?: string;
|
78344
|
+
IngestEndpoints?: any[];
|
78345
|
+
CreatedAt?: string;
|
78346
|
+
Arn?: string;
|
78347
|
+
}
|
78348
|
+
/**
|
78349
|
+
* Type definition for AWS::MediaPackageV2::ChannelGroup
|
78350
|
+
*
|
78351
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channelgroup.html | AWS::MediaPackageV2::ChannelGroup}
|
78352
|
+
* @group AWS::MediaPackageV2
|
78353
|
+
*/
|
78354
|
+
export interface MediaPackageV2ChannelGroupProps {
|
78355
|
+
Description?: string;
|
78356
|
+
ChannelGroupName?: string;
|
78357
|
+
Tags?: any[];
|
78358
|
+
}
|
78359
|
+
/**
|
78360
|
+
* Attributes type definition for AWS::MediaPackageV2::ChannelGroup
|
78361
|
+
*
|
78362
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channelgroup.html | AWS::MediaPackageV2::ChannelGroup}
|
78363
|
+
* @group AWS::MediaPackageV2
|
78364
|
+
*/
|
78365
|
+
export interface MediaPackageV2ChannelGroupAttribs {
|
78366
|
+
ModifiedAt?: string;
|
78367
|
+
CreatedAt?: string;
|
78368
|
+
Arn?: string;
|
78369
|
+
EgressDomain?: string;
|
78370
|
+
}
|
78371
|
+
/**
|
78372
|
+
* Type definition for AWS::MediaPackageV2::ChannelPolicy
|
78373
|
+
*
|
78374
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channelpolicy.html | AWS::MediaPackageV2::ChannelPolicy}
|
78375
|
+
* @group AWS::MediaPackageV2
|
78376
|
+
*/
|
78377
|
+
export interface MediaPackageV2ChannelPolicyProps {
|
78378
|
+
Policy: object;
|
78379
|
+
ChannelName?: string;
|
78380
|
+
ChannelGroupName?: string;
|
78381
|
+
}
|
78382
|
+
/**
|
78383
|
+
* Type definition for AWS::MediaPackageV2::OriginEndpoint
|
78384
|
+
*
|
78385
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-originendpoint.html | AWS::MediaPackageV2::OriginEndpoint}
|
78386
|
+
* @group AWS::MediaPackageV2
|
78387
|
+
*/
|
78388
|
+
export interface MediaPackageV2OriginEndpointProps {
|
78389
|
+
Description?: string;
|
78390
|
+
ChannelName?: string;
|
78391
|
+
LowLatencyHlsManifests?: any[];
|
78392
|
+
ContainerType: string;
|
78393
|
+
OriginEndpointName?: string;
|
78394
|
+
HlsManifests?: any[];
|
78395
|
+
ChannelGroupName?: string;
|
78396
|
+
Segment?: MediaPackageV2OriginEndpointSegment;
|
78397
|
+
Tags?: any[];
|
78398
|
+
StartoverWindowSeconds?: number;
|
78399
|
+
}
|
78400
|
+
/**
|
78401
|
+
* Attributes type definition for AWS::MediaPackageV2::OriginEndpoint
|
78402
|
+
*
|
78403
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-originendpoint.html | AWS::MediaPackageV2::OriginEndpoint}
|
78404
|
+
* @group AWS::MediaPackageV2
|
78405
|
+
*/
|
78406
|
+
export interface MediaPackageV2OriginEndpointAttribs {
|
78407
|
+
ModifiedAt?: string;
|
78408
|
+
CreatedAt?: string;
|
78409
|
+
Arn?: string;
|
78410
|
+
}
|
78411
|
+
/**
|
78412
|
+
* Type definition for AWS::MediaPackageV2::OriginEndpointPolicy
|
78413
|
+
*
|
78414
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-originendpointpolicy.html | AWS::MediaPackageV2::OriginEndpointPolicy}
|
78415
|
+
* @group AWS::MediaPackageV2
|
78416
|
+
*/
|
78417
|
+
export interface MediaPackageV2OriginEndpointPolicyProps {
|
78418
|
+
Policy: object;
|
78419
|
+
ChannelName?: string;
|
78420
|
+
OriginEndpointName?: string;
|
78421
|
+
ChannelGroupName?: string;
|
78422
|
+
}
|
78450
78423
|
/**
|
78451
78424
|
* Type definition for AWS::MediaStore::Container
|
78452
78425
|
*
|
@@ -81372,9 +81345,11 @@ export interface RDSDBInstanceProps {
|
|
81372
81345
|
PromotionTier?: number;
|
81373
81346
|
PubliclyAccessible?: boolean;
|
81374
81347
|
Domain?: string;
|
81348
|
+
DomainFqdn?: string;
|
81375
81349
|
CharacterSetName?: string;
|
81376
81350
|
MonitoringRoleArn?: string;
|
81377
81351
|
AssociatedRoles?: any[];
|
81352
|
+
DomainOu?: string;
|
81378
81353
|
DBClusterSnapshotIdentifier?: string;
|
81379
81354
|
SourceDBInstanceAutomatedBackupsArn?: string;
|
81380
81355
|
ProcessorFeatures?: any[];
|
@@ -81386,6 +81361,7 @@ export interface RDSDBInstanceProps {
|
|
81386
81361
|
DomainIAMRoleName?: string;
|
81387
81362
|
ReplicaMode?: string;
|
81388
81363
|
LicenseModel?: string;
|
81364
|
+
DomainDnsIps?: any[];
|
81389
81365
|
PreferredMaintenanceWindow?: string;
|
81390
81366
|
Iops?: number;
|
81391
81367
|
SourceRegion?: string;
|
@@ -81393,6 +81369,7 @@ export interface RDSDBInstanceProps {
|
|
81393
81369
|
CACertificateIdentifier?: string;
|
81394
81370
|
ManageMasterUserPassword?: boolean;
|
81395
81371
|
SourceDbiResourceId?: string;
|
81372
|
+
DomainAuthSecretArn?: string;
|
81396
81373
|
VPCSecurityGroups?: any[];
|
81397
81374
|
AllowMajorVersionUpgrade?: boolean;
|
81398
81375
|
DBName?: string;
|
@@ -86872,9 +86849,12 @@ export interface WorkSpacesWebUserAccessLoggingSettingsAttribs {
|
|
86872
86849
|
export interface WorkSpacesWebUserSettingsProps {
|
86873
86850
|
IdleDisconnectTimeoutInMinutes?: number;
|
86874
86851
|
UploadAllowed: string;
|
86852
|
+
CustomerManagedKey?: string;
|
86853
|
+
AdditionalEncryptionContext?: Record<string, any>;
|
86875
86854
|
DisconnectTimeoutInMinutes?: number;
|
86876
86855
|
PrintAllowed: string;
|
86877
86856
|
CopyAllowed: string;
|
86857
|
+
CookieSynchronizationConfiguration?: WorkSpacesWebUserSettingsCookieSynchronizationConfiguration;
|
86878
86858
|
DownloadAllowed: string;
|
86879
86859
|
PasteAllowed: string;
|
86880
86860
|
Tags?: any[];
|
@@ -87196,6 +87176,8 @@ export interface ResourceTypes {
|
|
87196
87176
|
"AWS::Connect::TrafficDistributionGroup": ConnectTrafficDistributionGroupProps;
|
87197
87177
|
"AWS::Connect::User": ConnectUserProps;
|
87198
87178
|
"AWS::Connect::UserHierarchyGroup": ConnectUserHierarchyGroupProps;
|
87179
|
+
"AWS::Connect::View": ConnectViewProps;
|
87180
|
+
"AWS::Connect::ViewVersion": ConnectViewVersionProps;
|
87199
87181
|
"AWS::ConnectCampaigns::Campaign": ConnectCampaignsCampaignProps;
|
87200
87182
|
"AWS::ControlTower::EnabledControl": ControlTowerEnabledControlProps;
|
87201
87183
|
"AWS::CustomerProfiles::CalculatedAttributeDefinition": CustomerProfilesCalculatedAttributeDefinitionProps;
|
@@ -87238,7 +87220,6 @@ export interface ResourceTypes {
|
|
87238
87220
|
"AWS::Detective::Graph": DetectiveGraphProps;
|
87239
87221
|
"AWS::Detective::MemberInvitation": DetectiveMemberInvitationProps;
|
87240
87222
|
"AWS::Detective::OrganizationAdmin": DetectiveOrganizationAdminProps;
|
87241
|
-
"AWS::DevBatch::JobDefinition": DevBatchJobDefinitionProps;
|
87242
87223
|
"AWS::DevOpsGuru::LogAnomalyDetectionIntegration": DevOpsGuruLogAnomalyDetectionIntegrationProps;
|
87243
87224
|
"AWS::DevOpsGuru::NotificationChannel": DevOpsGuruNotificationChannelProps;
|
87244
87225
|
"AWS::DevOpsGuru::ResourceCollection": DevOpsGuruResourceCollectionProps;
|
@@ -87700,6 +87681,11 @@ export interface ResourceTypes {
|
|
87700
87681
|
"AWS::MediaPackage::OriginEndpoint": MediaPackageOriginEndpointProps;
|
87701
87682
|
"AWS::MediaPackage::PackagingConfiguration": MediaPackagePackagingConfigurationProps;
|
87702
87683
|
"AWS::MediaPackage::PackagingGroup": MediaPackagePackagingGroupProps;
|
87684
|
+
"AWS::MediaPackageV2::Channel": MediaPackageV2ChannelProps;
|
87685
|
+
"AWS::MediaPackageV2::ChannelGroup": MediaPackageV2ChannelGroupProps;
|
87686
|
+
"AWS::MediaPackageV2::ChannelPolicy": MediaPackageV2ChannelPolicyProps;
|
87687
|
+
"AWS::MediaPackageV2::OriginEndpoint": MediaPackageV2OriginEndpointProps;
|
87688
|
+
"AWS::MediaPackageV2::OriginEndpointPolicy": MediaPackageV2OriginEndpointPolicyProps;
|
87703
87689
|
"AWS::MediaStore::Container": MediaStoreContainerProps;
|
87704
87690
|
"AWS::MediaTailor::Channel": MediaTailorChannelProps;
|
87705
87691
|
"AWS::MediaTailor::ChannelPolicy": MediaTailorChannelPolicyProps;
|
@@ -88263,6 +88249,8 @@ export interface AttributeTypes {
|
|
88263
88249
|
"AWS::Connect::TrafficDistributionGroup": ConnectTrafficDistributionGroupAttribs;
|
88264
88250
|
"AWS::Connect::User": ConnectUserAttribs;
|
88265
88251
|
"AWS::Connect::UserHierarchyGroup": ConnectUserHierarchyGroupAttribs;
|
88252
|
+
"AWS::Connect::View": ConnectViewAttribs;
|
88253
|
+
"AWS::Connect::ViewVersion": ConnectViewVersionAttribs;
|
88266
88254
|
"AWS::ConnectCampaigns::Campaign": ConnectCampaignsCampaignAttribs;
|
88267
88255
|
"AWS::CustomerProfiles::CalculatedAttributeDefinition": CustomerProfilesCalculatedAttributeDefinitionAttribs;
|
88268
88256
|
"AWS::CustomerProfiles::Domain": CustomerProfilesDomainAttribs;
|
@@ -88355,6 +88343,7 @@ export interface AttributeTypes {
|
|
88355
88343
|
"AWS::EC2::TransitGatewayMulticastGroupMember": EC2TransitGatewayMulticastGroupMemberAttribs;
|
88356
88344
|
"AWS::EC2::TransitGatewayMulticastGroupSource": EC2TransitGatewayMulticastGroupSourceAttribs;
|
88357
88345
|
"AWS::EC2::TransitGatewayPeeringAttachment": EC2TransitGatewayPeeringAttachmentAttribs;
|
88346
|
+
"AWS::EC2::TransitGatewayRouteTable": EC2TransitGatewayRouteTableAttribs;
|
88358
88347
|
"AWS::EC2::TransitGatewayVpcAttachment": EC2TransitGatewayVpcAttachmentAttribs;
|
88359
88348
|
"AWS::EC2::VPC": EC2VPCAttribs;
|
88360
88349
|
"AWS::EC2::VPCEndpoint": EC2VPCEndpointAttribs;
|
@@ -88465,6 +88454,7 @@ export interface AttributeTypes {
|
|
88465
88454
|
"AWS::GroundStation::Config": GroundStationConfigAttribs;
|
88466
88455
|
"AWS::GroundStation::DataflowEndpointGroup": GroundStationDataflowEndpointGroupAttribs;
|
88467
88456
|
"AWS::GroundStation::MissionProfile": GroundStationMissionProfileAttribs;
|
88457
|
+
"AWS::GuardDuty::Detector": GuardDutyDetectorAttribs;
|
88468
88458
|
"AWS::HealthLake::FHIRDatastore": HealthLakeFHIRDatastoreAttribs;
|
88469
88459
|
"AWS::IAM::AccessKey": IAMAccessKeyAttribs;
|
88470
88460
|
"AWS::IAM::Group": IAMGroupAttribs;
|
@@ -88642,6 +88632,9 @@ export interface AttributeTypes {
|
|
88642
88632
|
"AWS::MediaPackage::OriginEndpoint": MediaPackageOriginEndpointAttribs;
|
88643
88633
|
"AWS::MediaPackage::PackagingConfiguration": MediaPackagePackagingConfigurationAttribs;
|
88644
88634
|
"AWS::MediaPackage::PackagingGroup": MediaPackagePackagingGroupAttribs;
|
88635
|
+
"AWS::MediaPackageV2::Channel": MediaPackageV2ChannelAttribs;
|
88636
|
+
"AWS::MediaPackageV2::ChannelGroup": MediaPackageV2ChannelGroupAttribs;
|
88637
|
+
"AWS::MediaPackageV2::OriginEndpoint": MediaPackageV2OriginEndpointAttribs;
|
88645
88638
|
"AWS::MediaStore::Container": MediaStoreContainerAttribs;
|
88646
88639
|
"AWS::MediaTailor::Channel": MediaTailorChannelAttribs;
|
88647
88640
|
"AWS::MediaTailor::LiveSource": MediaTailorLiveSourceAttribs;
|
@@ -89166,6 +89159,8 @@ export declare const ResourceType: {
|
|
89166
89159
|
readonly ConnectTrafficDistributionGroup: "AWS::Connect::TrafficDistributionGroup";
|
89167
89160
|
readonly ConnectUser: "AWS::Connect::User";
|
89168
89161
|
readonly ConnectUserHierarchyGroup: "AWS::Connect::UserHierarchyGroup";
|
89162
|
+
readonly ConnectView: "AWS::Connect::View";
|
89163
|
+
readonly ConnectViewVersion: "AWS::Connect::ViewVersion";
|
89169
89164
|
readonly ConnectCampaignsCampaign: "AWS::ConnectCampaigns::Campaign";
|
89170
89165
|
readonly ControlTowerEnabledControl: "AWS::ControlTower::EnabledControl";
|
89171
89166
|
readonly CustomerProfilesCalculatedAttributeDefinition: "AWS::CustomerProfiles::CalculatedAttributeDefinition";
|
@@ -89208,7 +89203,6 @@ export declare const ResourceType: {
|
|
89208
89203
|
readonly DetectiveGraph: "AWS::Detective::Graph";
|
89209
89204
|
readonly DetectiveMemberInvitation: "AWS::Detective::MemberInvitation";
|
89210
89205
|
readonly DetectiveOrganizationAdmin: "AWS::Detective::OrganizationAdmin";
|
89211
|
-
readonly DevBatchJobDefinition: "AWS::DevBatch::JobDefinition";
|
89212
89206
|
readonly DevOpsGuruLogAnomalyDetectionIntegration: "AWS::DevOpsGuru::LogAnomalyDetectionIntegration";
|
89213
89207
|
readonly DevOpsGuruNotificationChannel: "AWS::DevOpsGuru::NotificationChannel";
|
89214
89208
|
readonly DevOpsGuruResourceCollection: "AWS::DevOpsGuru::ResourceCollection";
|
@@ -89670,6 +89664,11 @@ export declare const ResourceType: {
|
|
89670
89664
|
readonly MediaPackageOriginEndpoint: "AWS::MediaPackage::OriginEndpoint";
|
89671
89665
|
readonly MediaPackagePackagingConfiguration: "AWS::MediaPackage::PackagingConfiguration";
|
89672
89666
|
readonly MediaPackagePackagingGroup: "AWS::MediaPackage::PackagingGroup";
|
89667
|
+
readonly MediaPackageV2Channel: "AWS::MediaPackageV2::Channel";
|
89668
|
+
readonly MediaPackageV2ChannelGroup: "AWS::MediaPackageV2::ChannelGroup";
|
89669
|
+
readonly MediaPackageV2ChannelPolicy: "AWS::MediaPackageV2::ChannelPolicy";
|
89670
|
+
readonly MediaPackageV2OriginEndpoint: "AWS::MediaPackageV2::OriginEndpoint";
|
89671
|
+
readonly MediaPackageV2OriginEndpointPolicy: "AWS::MediaPackageV2::OriginEndpointPolicy";
|
89673
89672
|
readonly MediaStoreContainer: "AWS::MediaStore::Container";
|
89674
89673
|
readonly MediaTailorChannel: "AWS::MediaTailor::Channel";
|
89675
89674
|
readonly MediaTailorChannelPolicy: "AWS::MediaTailor::ChannelPolicy";
|