@awboost/cfntypes 1.0.0-beta.41 → 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} +270 -419
- package/lib/{types.generated.js → resources.generated.js} +12 -4
- 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 -2280
- 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
|
*
|
@@ -13374,6 +13374,7 @@ export interface EC2LaunchTemplateNetworkInterface {
|
|
13374
13374
|
Ipv6PrefixCount?: number;
|
13375
13375
|
Ipv4Prefixes?: any[];
|
13376
13376
|
DeviceIndex?: number;
|
13377
|
+
PrimaryIpv6?: boolean;
|
13377
13378
|
Ipv4PrefixCount?: number;
|
13378
13379
|
Ipv6Prefixes?: any[];
|
13379
13380
|
SubnetId?: string;
|
@@ -18638,401 +18639,6 @@ export interface GameLiftScriptS3Location {
|
|
18638
18639
|
Key: string;
|
18639
18640
|
RoleArn: string;
|
18640
18641
|
}
|
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
|
-
}
|
19036
18642
|
/**
|
19037
18643
|
* Type definition for AWS::GlobalAccelerator::EndpointGroup.EndpointConfiguration
|
19038
18644
|
*
|
@@ -32600,6 +32206,122 @@ export interface MediaPackagePackagingGroupAuthorization {
|
|
32600
32206
|
export interface MediaPackagePackagingGroupLogConfiguration {
|
32601
32207
|
LogGroupName?: string;
|
32602
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
|
+
}
|
32603
32325
|
/**
|
32604
32326
|
* Type definition for AWS::MediaStore::Container.CorsRule
|
32605
32327
|
*
|
@@ -61858,6 +61580,27 @@ export interface WorkSpacesWebIpAccessSettingsIpRule {
|
|
61858
61580
|
IpRange: string;
|
61859
61581
|
Description?: string;
|
61860
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
|
+
}
|
61861
61604
|
/**
|
61862
61605
|
* Type definition for AWS::XRay::Group.InsightsConfiguration
|
61863
61606
|
*
|
@@ -67504,6 +67247,7 @@ export interface CustomerProfilesObjectTypeProps {
|
|
67504
67247
|
AllowProfileCreation?: boolean;
|
67505
67248
|
ObjectTypeName?: string;
|
67506
67249
|
Keys?: any[];
|
67250
|
+
SourceLastUpdatedTimestampFormat?: string;
|
67507
67251
|
EncryptionKey?: string;
|
67508
67252
|
Tags?: any[];
|
67509
67253
|
TemplateId?: string;
|
@@ -70164,6 +69908,15 @@ export interface EC2TransitGatewayRouteTableProps {
|
|
70164
69908
|
TransitGatewayId: string;
|
70165
69909
|
Tags?: any[];
|
70166
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
|
+
}
|
70167
69920
|
/**
|
70168
69921
|
* Type definition for AWS::EC2::TransitGatewayRouteTableAssociation
|
70169
69922
|
*
|
@@ -72876,26 +72629,6 @@ export interface GameLiftScriptAttribs {
|
|
72876
72629
|
Id?: string;
|
72877
72630
|
Arn?: string;
|
72878
72631
|
}
|
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
|
-
}
|
72899
72632
|
/**
|
72900
72633
|
* Type definition for AWS::GlobalAccelerator::Accelerator
|
72901
72634
|
*
|
@@ -78588,6 +78321,105 @@ export interface MediaPackagePackagingGroupAttribs {
|
|
78588
78321
|
DomainName?: string;
|
78589
78322
|
Arn?: string;
|
78590
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
|
+
}
|
78591
78423
|
/**
|
78592
78424
|
* Type definition for AWS::MediaStore::Container
|
78593
78425
|
*
|
@@ -81513,9 +81345,11 @@ export interface RDSDBInstanceProps {
|
|
81513
81345
|
PromotionTier?: number;
|
81514
81346
|
PubliclyAccessible?: boolean;
|
81515
81347
|
Domain?: string;
|
81348
|
+
DomainFqdn?: string;
|
81516
81349
|
CharacterSetName?: string;
|
81517
81350
|
MonitoringRoleArn?: string;
|
81518
81351
|
AssociatedRoles?: any[];
|
81352
|
+
DomainOu?: string;
|
81519
81353
|
DBClusterSnapshotIdentifier?: string;
|
81520
81354
|
SourceDBInstanceAutomatedBackupsArn?: string;
|
81521
81355
|
ProcessorFeatures?: any[];
|
@@ -81527,6 +81361,7 @@ export interface RDSDBInstanceProps {
|
|
81527
81361
|
DomainIAMRoleName?: string;
|
81528
81362
|
ReplicaMode?: string;
|
81529
81363
|
LicenseModel?: string;
|
81364
|
+
DomainDnsIps?: any[];
|
81530
81365
|
PreferredMaintenanceWindow?: string;
|
81531
81366
|
Iops?: number;
|
81532
81367
|
SourceRegion?: string;
|
@@ -81534,6 +81369,7 @@ export interface RDSDBInstanceProps {
|
|
81534
81369
|
CACertificateIdentifier?: string;
|
81535
81370
|
ManageMasterUserPassword?: boolean;
|
81536
81371
|
SourceDbiResourceId?: string;
|
81372
|
+
DomainAuthSecretArn?: string;
|
81537
81373
|
VPCSecurityGroups?: any[];
|
81538
81374
|
AllowMajorVersionUpgrade?: boolean;
|
81539
81375
|
DBName?: string;
|
@@ -83847,7 +83683,7 @@ export interface SSMParameterProps {
|
|
83847
83683
|
Tier?: string;
|
83848
83684
|
Value: string;
|
83849
83685
|
DataType?: string;
|
83850
|
-
Tags?:
|
83686
|
+
Tags?: object;
|
83851
83687
|
Name?: string;
|
83852
83688
|
}
|
83853
83689
|
/**
|
@@ -87013,9 +86849,12 @@ export interface WorkSpacesWebUserAccessLoggingSettingsAttribs {
|
|
87013
86849
|
export interface WorkSpacesWebUserSettingsProps {
|
87014
86850
|
IdleDisconnectTimeoutInMinutes?: number;
|
87015
86851
|
UploadAllowed: string;
|
86852
|
+
CustomerManagedKey?: string;
|
86853
|
+
AdditionalEncryptionContext?: Record<string, any>;
|
87016
86854
|
DisconnectTimeoutInMinutes?: number;
|
87017
86855
|
PrintAllowed: string;
|
87018
86856
|
CopyAllowed: string;
|
86857
|
+
CookieSynchronizationConfiguration?: WorkSpacesWebUserSettingsCookieSynchronizationConfiguration;
|
87019
86858
|
DownloadAllowed: string;
|
87020
86859
|
PasteAllowed: string;
|
87021
86860
|
Tags?: any[];
|
@@ -87581,7 +87420,6 @@ export interface ResourceTypes {
|
|
87581
87420
|
"AWS::GameLift::MatchmakingConfiguration": GameLiftMatchmakingConfigurationProps;
|
87582
87421
|
"AWS::GameLift::MatchmakingRuleSet": GameLiftMatchmakingRuleSetProps;
|
87583
87422
|
"AWS::GameLift::Script": GameLiftScriptProps;
|
87584
|
-
"AWS::GammaDilithium::JobDefinition": GammaDilithiumJobDefinitionProps;
|
87585
87423
|
"AWS::GlobalAccelerator::Accelerator": GlobalAcceleratorAcceleratorProps;
|
87586
87424
|
"AWS::GlobalAccelerator::EndpointGroup": GlobalAcceleratorEndpointGroupProps;
|
87587
87425
|
"AWS::GlobalAccelerator::Listener": GlobalAcceleratorListenerProps;
|
@@ -87843,6 +87681,11 @@ export interface ResourceTypes {
|
|
87843
87681
|
"AWS::MediaPackage::OriginEndpoint": MediaPackageOriginEndpointProps;
|
87844
87682
|
"AWS::MediaPackage::PackagingConfiguration": MediaPackagePackagingConfigurationProps;
|
87845
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;
|
87846
87689
|
"AWS::MediaStore::Container": MediaStoreContainerProps;
|
87847
87690
|
"AWS::MediaTailor::Channel": MediaTailorChannelProps;
|
87848
87691
|
"AWS::MediaTailor::ChannelPolicy": MediaTailorChannelPolicyProps;
|
@@ -88500,6 +88343,7 @@ export interface AttributeTypes {
|
|
88500
88343
|
"AWS::EC2::TransitGatewayMulticastGroupMember": EC2TransitGatewayMulticastGroupMemberAttribs;
|
88501
88344
|
"AWS::EC2::TransitGatewayMulticastGroupSource": EC2TransitGatewayMulticastGroupSourceAttribs;
|
88502
88345
|
"AWS::EC2::TransitGatewayPeeringAttachment": EC2TransitGatewayPeeringAttachmentAttribs;
|
88346
|
+
"AWS::EC2::TransitGatewayRouteTable": EC2TransitGatewayRouteTableAttribs;
|
88503
88347
|
"AWS::EC2::TransitGatewayVpcAttachment": EC2TransitGatewayVpcAttachmentAttribs;
|
88504
88348
|
"AWS::EC2::VPC": EC2VPCAttribs;
|
88505
88349
|
"AWS::EC2::VPCEndpoint": EC2VPCEndpointAttribs;
|
@@ -88788,6 +88632,9 @@ export interface AttributeTypes {
|
|
88788
88632
|
"AWS::MediaPackage::OriginEndpoint": MediaPackageOriginEndpointAttribs;
|
88789
88633
|
"AWS::MediaPackage::PackagingConfiguration": MediaPackagePackagingConfigurationAttribs;
|
88790
88634
|
"AWS::MediaPackage::PackagingGroup": MediaPackagePackagingGroupAttribs;
|
88635
|
+
"AWS::MediaPackageV2::Channel": MediaPackageV2ChannelAttribs;
|
88636
|
+
"AWS::MediaPackageV2::ChannelGroup": MediaPackageV2ChannelGroupAttribs;
|
88637
|
+
"AWS::MediaPackageV2::OriginEndpoint": MediaPackageV2OriginEndpointAttribs;
|
88791
88638
|
"AWS::MediaStore::Container": MediaStoreContainerAttribs;
|
88792
88639
|
"AWS::MediaTailor::Channel": MediaTailorChannelAttribs;
|
88793
88640
|
"AWS::MediaTailor::LiveSource": MediaTailorLiveSourceAttribs;
|
@@ -89556,7 +89403,6 @@ export declare const ResourceType: {
|
|
89556
89403
|
readonly GameLiftMatchmakingConfiguration: "AWS::GameLift::MatchmakingConfiguration";
|
89557
89404
|
readonly GameLiftMatchmakingRuleSet: "AWS::GameLift::MatchmakingRuleSet";
|
89558
89405
|
readonly GameLiftScript: "AWS::GameLift::Script";
|
89559
|
-
readonly GammaDilithiumJobDefinition: "AWS::GammaDilithium::JobDefinition";
|
89560
89406
|
readonly GlobalAcceleratorAccelerator: "AWS::GlobalAccelerator::Accelerator";
|
89561
89407
|
readonly GlobalAcceleratorEndpointGroup: "AWS::GlobalAccelerator::EndpointGroup";
|
89562
89408
|
readonly GlobalAcceleratorListener: "AWS::GlobalAccelerator::Listener";
|
@@ -89818,6 +89664,11 @@ export declare const ResourceType: {
|
|
89818
89664
|
readonly MediaPackageOriginEndpoint: "AWS::MediaPackage::OriginEndpoint";
|
89819
89665
|
readonly MediaPackagePackagingConfiguration: "AWS::MediaPackage::PackagingConfiguration";
|
89820
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";
|
89821
89672
|
readonly MediaStoreContainer: "AWS::MediaStore::Container";
|
89822
89673
|
readonly MediaTailorChannel: "AWS::MediaTailor::Channel";
|
89823
89674
|
readonly MediaTailorChannelPolicy: "AWS::MediaTailor::ChannelPolicy";
|