@awboost/cfntypes 1.0.0-beta.39 → 1.0.0-beta.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/types.generated.js +17 -3
- package/lib/types.generated.d.ts +1249 -42
- package/lib/types.generated.js +17 -3
- package/package.json +2 -2
package/lib/types.generated.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
export declare const ResourceSpecificationVersion = "
|
1
|
+
export declare const ResourceSpecificationVersion = "138.0.0";
|
2
2
|
/**
|
3
3
|
* Type definition for AWS::ACMPCA::Certificate.ApiPassthrough
|
4
4
|
*
|
@@ -4164,7 +4164,8 @@ export interface AppStreamEntitlementAttribute {
|
|
4164
4164
|
* @group AWS::AppStream
|
4165
4165
|
*/
|
4166
4166
|
export interface AppStreamFleetComputeCapacity {
|
4167
|
-
DesiredInstances
|
4167
|
+
DesiredInstances?: number;
|
4168
|
+
DesiredSessions?: number;
|
4168
4169
|
}
|
4169
4170
|
/**
|
4170
4171
|
* Type definition for AWS::AppStream::Fleet.DomainJoinInfo
|
@@ -6572,6 +6573,35 @@ export interface CertificateManagerCertificateDomainValidationOption {
|
|
6572
6573
|
HostedZoneId?: string;
|
6573
6574
|
ValidationDomain?: string;
|
6574
6575
|
}
|
6576
|
+
/**
|
6577
|
+
* Type definition for AWS::CleanRooms::AnalysisTemplate.AnalysisParameter
|
6578
|
+
*
|
6579
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-analysistemplate-analysisparameter.html | AWS::CleanRooms::AnalysisTemplate.AnalysisParameter}
|
6580
|
+
* @group AWS::CleanRooms
|
6581
|
+
*/
|
6582
|
+
export interface CleanRoomsAnalysisTemplateAnalysisParameter {
|
6583
|
+
DefaultValue?: string;
|
6584
|
+
Type: string;
|
6585
|
+
Name: string;
|
6586
|
+
}
|
6587
|
+
/**
|
6588
|
+
* Type definition for AWS::CleanRooms::AnalysisTemplate.AnalysisSchema
|
6589
|
+
*
|
6590
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-analysistemplate-analysisschema.html | AWS::CleanRooms::AnalysisTemplate.AnalysisSchema}
|
6591
|
+
* @group AWS::CleanRooms
|
6592
|
+
*/
|
6593
|
+
export interface CleanRoomsAnalysisTemplateAnalysisSchema {
|
6594
|
+
ReferencedTables: any[];
|
6595
|
+
}
|
6596
|
+
/**
|
6597
|
+
* Type definition for AWS::CleanRooms::AnalysisTemplate.AnalysisSource
|
6598
|
+
*
|
6599
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-analysistemplate-analysissource.html | AWS::CleanRooms::AnalysisTemplate.AnalysisSource}
|
6600
|
+
* @group AWS::CleanRooms
|
6601
|
+
*/
|
6602
|
+
export interface CleanRoomsAnalysisTemplateAnalysisSource {
|
6603
|
+
Text: string;
|
6604
|
+
}
|
6575
6605
|
/**
|
6576
6606
|
* Type definition for AWS::CleanRooms::Collaboration.DataEncryptionMetadata
|
6577
6607
|
*
|
@@ -11771,6 +11801,24 @@ export interface DataSyncStorageSystemServerCredentials {
|
|
11771
11801
|
Username: string;
|
11772
11802
|
Password: string;
|
11773
11803
|
}
|
11804
|
+
/**
|
11805
|
+
* Type definition for AWS::DataSync::Task.Deleted
|
11806
|
+
*
|
11807
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-task-deleted.html | AWS::DataSync::Task.Deleted}
|
11808
|
+
* @group AWS::DataSync
|
11809
|
+
*/
|
11810
|
+
export interface DataSyncTaskDeleted {
|
11811
|
+
ReportLevel?: string;
|
11812
|
+
}
|
11813
|
+
/**
|
11814
|
+
* Type definition for AWS::DataSync::Task.Destination
|
11815
|
+
*
|
11816
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-task-destination.html | AWS::DataSync::Task.Destination}
|
11817
|
+
* @group AWS::DataSync
|
11818
|
+
*/
|
11819
|
+
export interface DataSyncTaskDestination {
|
11820
|
+
S3?: DataSyncTaskS3;
|
11821
|
+
}
|
11774
11822
|
/**
|
11775
11823
|
* Type definition for AWS::DataSync::Task.FilterRule
|
11776
11824
|
*
|
@@ -11804,6 +11852,51 @@ export interface DataSyncTaskOptions {
|
|
11804
11852
|
PreserveDeletedFiles?: string;
|
11805
11853
|
SecurityDescriptorCopyFlags?: string;
|
11806
11854
|
}
|
11855
|
+
/**
|
11856
|
+
* Type definition for AWS::DataSync::Task.Overrides
|
11857
|
+
*
|
11858
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-task-overrides.html | AWS::DataSync::Task.Overrides}
|
11859
|
+
* @group AWS::DataSync
|
11860
|
+
*/
|
11861
|
+
export interface DataSyncTaskOverrides {
|
11862
|
+
Verified?: DataSyncTaskVerified;
|
11863
|
+
Skipped?: DataSyncTaskSkipped;
|
11864
|
+
Transferred?: DataSyncTaskTransferred;
|
11865
|
+
Deleted?: DataSyncTaskDeleted;
|
11866
|
+
}
|
11867
|
+
/**
|
11868
|
+
* Type definition for AWS::DataSync::Task.S3
|
11869
|
+
*
|
11870
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-task-s3.html | AWS::DataSync::Task.S3}
|
11871
|
+
* @group AWS::DataSync
|
11872
|
+
*/
|
11873
|
+
export interface DataSyncTaskS3 {
|
11874
|
+
Subdirectory?: string;
|
11875
|
+
S3BucketArn?: string;
|
11876
|
+
BucketAccessRoleArn?: string;
|
11877
|
+
}
|
11878
|
+
/**
|
11879
|
+
* Type definition for AWS::DataSync::Task.Skipped
|
11880
|
+
*
|
11881
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-task-skipped.html | AWS::DataSync::Task.Skipped}
|
11882
|
+
* @group AWS::DataSync
|
11883
|
+
*/
|
11884
|
+
export interface DataSyncTaskSkipped {
|
11885
|
+
ReportLevel?: string;
|
11886
|
+
}
|
11887
|
+
/**
|
11888
|
+
* Type definition for AWS::DataSync::Task.TaskReportConfig
|
11889
|
+
*
|
11890
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-task-taskreportconfig.html | AWS::DataSync::Task.TaskReportConfig}
|
11891
|
+
* @group AWS::DataSync
|
11892
|
+
*/
|
11893
|
+
export interface DataSyncTaskTaskReportConfig {
|
11894
|
+
Destination: DataSyncTaskDestination;
|
11895
|
+
ReportLevel?: string;
|
11896
|
+
ObjectVersionIds?: string;
|
11897
|
+
Overrides?: DataSyncTaskOverrides;
|
11898
|
+
OutputType: string;
|
11899
|
+
}
|
11807
11900
|
/**
|
11808
11901
|
* Type definition for AWS::DataSync::Task.TaskSchedule
|
11809
11902
|
*
|
@@ -11813,6 +11906,419 @@ export interface DataSyncTaskOptions {
|
|
11813
11906
|
export interface DataSyncTaskTaskSchedule {
|
11814
11907
|
ScheduleExpression: string;
|
11815
11908
|
}
|
11909
|
+
/**
|
11910
|
+
* Type definition for AWS::DataSync::Task.Transferred
|
11911
|
+
*
|
11912
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-task-transferred.html | AWS::DataSync::Task.Transferred}
|
11913
|
+
* @group AWS::DataSync
|
11914
|
+
*/
|
11915
|
+
export interface DataSyncTaskTransferred {
|
11916
|
+
ReportLevel?: string;
|
11917
|
+
}
|
11918
|
+
/**
|
11919
|
+
* Type definition for AWS::DataSync::Task.Verified
|
11920
|
+
*
|
11921
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-task-verified.html | AWS::DataSync::Task.Verified}
|
11922
|
+
* @group AWS::DataSync
|
11923
|
+
*/
|
11924
|
+
export interface DataSyncTaskVerified {
|
11925
|
+
ReportLevel?: string;
|
11926
|
+
}
|
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
|
+
}
|
11816
12322
|
/**
|
11817
12323
|
* Type definition for AWS::DevOpsGuru::NotificationChannel.NotificationChannelConfig
|
11818
12324
|
*
|
@@ -29629,6 +30135,7 @@ export interface MediaLiveChannelAc3Settings {
|
|
29629
30135
|
Dialnorm?: number;
|
29630
30136
|
LfeFilter?: string;
|
29631
30137
|
BitstreamMode?: string;
|
30138
|
+
AttenuationControl?: string;
|
29632
30139
|
Bitrate?: number;
|
29633
30140
|
}
|
29634
30141
|
/**
|
@@ -30219,11 +30726,12 @@ export interface MediaLiveChannelEmbeddedSourceSettings {
|
|
30219
30726
|
export interface MediaLiveChannelEncoderSettings {
|
30220
30727
|
AudioDescriptions?: any[];
|
30221
30728
|
VideoDescriptions?: any[];
|
30222
|
-
FeatureActivations?: MediaLiveChannelFeatureActivations;
|
30223
30729
|
GlobalConfiguration?: MediaLiveChannelGlobalConfiguration;
|
30730
|
+
MotionGraphicsConfiguration?: MediaLiveChannelMotionGraphicsConfiguration;
|
30731
|
+
ThumbnailConfiguration?: MediaLiveChannelThumbnailConfiguration;
|
30732
|
+
FeatureActivations?: MediaLiveChannelFeatureActivations;
|
30224
30733
|
CaptionDescriptions?: any[];
|
30225
30734
|
AvailConfiguration?: MediaLiveChannelAvailConfiguration;
|
30226
|
-
MotionGraphicsConfiguration?: MediaLiveChannelMotionGraphicsConfiguration;
|
30227
30735
|
OutputGroups?: any[];
|
30228
30736
|
AvailBlanking?: MediaLiveChannelAvailBlanking;
|
30229
30737
|
NielsenConfiguration?: MediaLiveChannelNielsenConfiguration;
|
@@ -30837,6 +31345,7 @@ export interface MediaLiveChannelM3u8Settings {
|
|
30837
31345
|
ProgramNum?: number;
|
30838
31346
|
PcrPeriod?: number;
|
30839
31347
|
PmtInterval?: number;
|
31348
|
+
KlvDataPids?: string;
|
30840
31349
|
NielsenId3Behavior?: string;
|
30841
31350
|
PcrPid?: string;
|
30842
31351
|
VideoPid?: string;
|
@@ -30845,6 +31354,7 @@ export interface MediaLiveChannelM3u8Settings {
|
|
30845
31354
|
PmtPid?: string;
|
30846
31355
|
Scte35Pid?: string;
|
30847
31356
|
Scte35Behavior?: string;
|
31357
|
+
KlvBehavior?: string;
|
30848
31358
|
EcmPid?: string;
|
30849
31359
|
TimedMetadataPid?: string;
|
30850
31360
|
AudioPids?: string;
|
@@ -31229,6 +31739,7 @@ export interface MediaLiveChannelRtmpGroupSettings {
|
|
31229
31739
|
AuthenticationScheme?: string;
|
31230
31740
|
CacheLength?: number;
|
31231
31741
|
AdMarkers?: any[];
|
31742
|
+
IncludeFillerNalUnits?: string;
|
31232
31743
|
InputLossAction?: string;
|
31233
31744
|
RestartDelay?: number;
|
31234
31745
|
CaptionData?: string;
|
@@ -31360,6 +31871,15 @@ export interface MediaLiveChannelTemporalFilterSettings {
|
|
31360
31871
|
PostFilterSharpening?: string;
|
31361
31872
|
Strength?: string;
|
31362
31873
|
}
|
31874
|
+
/**
|
31875
|
+
* Type definition for AWS::MediaLive::Channel.ThumbnailConfiguration
|
31876
|
+
*
|
31877
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-thumbnailconfiguration.html | AWS::MediaLive::Channel.ThumbnailConfiguration}
|
31878
|
+
* @group AWS::MediaLive
|
31879
|
+
*/
|
31880
|
+
export interface MediaLiveChannelThumbnailConfiguration {
|
31881
|
+
State?: string;
|
31882
|
+
}
|
31363
31883
|
/**
|
31364
31884
|
* Type definition for AWS::MediaLive::Channel.TimecodeBurninSettings
|
31365
31885
|
*
|
@@ -33557,6 +34077,397 @@ export interface OpsWorksCMServerEngineAttribute {
|
|
33557
34077
|
Value?: string;
|
33558
34078
|
Name?: string;
|
33559
34079
|
}
|
34080
|
+
/**
|
34081
|
+
* Type definition for AWS::PCAConnectorAD::Connector.VpcInformation
|
34082
|
+
*
|
34083
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-connector-vpcinformation.html | AWS::PCAConnectorAD::Connector.VpcInformation}
|
34084
|
+
* @group AWS::PCAConnectorAD
|
34085
|
+
*/
|
34086
|
+
export interface PCAConnectorADConnectorVpcInformation {
|
34087
|
+
SecurityGroupIds: any[];
|
34088
|
+
}
|
34089
|
+
/**
|
34090
|
+
* Type definition for AWS::PCAConnectorAD::Template.ApplicationPolicies
|
34091
|
+
*
|
34092
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-applicationpolicies.html | AWS::PCAConnectorAD::Template.ApplicationPolicies}
|
34093
|
+
* @group AWS::PCAConnectorAD
|
34094
|
+
*/
|
34095
|
+
export interface PCAConnectorADTemplateApplicationPolicies {
|
34096
|
+
Policies: any[];
|
34097
|
+
Critical?: boolean;
|
34098
|
+
}
|
34099
|
+
/**
|
34100
|
+
* Type definition for AWS::PCAConnectorAD::Template.ApplicationPolicy
|
34101
|
+
*
|
34102
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-applicationpolicy.html | AWS::PCAConnectorAD::Template.ApplicationPolicy}
|
34103
|
+
* @group AWS::PCAConnectorAD
|
34104
|
+
*/
|
34105
|
+
export interface PCAConnectorADTemplateApplicationPolicy {
|
34106
|
+
PolicyType?: string;
|
34107
|
+
PolicyObjectIdentifier?: string;
|
34108
|
+
}
|
34109
|
+
/**
|
34110
|
+
* Type definition for AWS::PCAConnectorAD::Template.CertificateValidity
|
34111
|
+
*
|
34112
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-certificatevalidity.html | AWS::PCAConnectorAD::Template.CertificateValidity}
|
34113
|
+
* @group AWS::PCAConnectorAD
|
34114
|
+
*/
|
34115
|
+
export interface PCAConnectorADTemplateCertificateValidity {
|
34116
|
+
ValidityPeriod: PCAConnectorADTemplateValidityPeriod;
|
34117
|
+
RenewalPeriod: PCAConnectorADTemplateValidityPeriod;
|
34118
|
+
}
|
34119
|
+
/**
|
34120
|
+
* Type definition for AWS::PCAConnectorAD::Template.EnrollmentFlagsV2
|
34121
|
+
*
|
34122
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-enrollmentflagsv2.html | AWS::PCAConnectorAD::Template.EnrollmentFlagsV2}
|
34123
|
+
* @group AWS::PCAConnectorAD
|
34124
|
+
*/
|
34125
|
+
export interface PCAConnectorADTemplateEnrollmentFlagsV2 {
|
34126
|
+
NoSecurityExtension?: boolean;
|
34127
|
+
IncludeSymmetricAlgorithms?: boolean;
|
34128
|
+
UserInteractionRequired?: boolean;
|
34129
|
+
EnableKeyReuseOnNtTokenKeysetStorageFull?: boolean;
|
34130
|
+
RemoveInvalidCertificateFromPersonalStore?: boolean;
|
34131
|
+
}
|
34132
|
+
/**
|
34133
|
+
* Type definition for AWS::PCAConnectorAD::Template.EnrollmentFlagsV3
|
34134
|
+
*
|
34135
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-enrollmentflagsv3.html | AWS::PCAConnectorAD::Template.EnrollmentFlagsV3}
|
34136
|
+
* @group AWS::PCAConnectorAD
|
34137
|
+
*/
|
34138
|
+
export interface PCAConnectorADTemplateEnrollmentFlagsV3 {
|
34139
|
+
NoSecurityExtension?: boolean;
|
34140
|
+
IncludeSymmetricAlgorithms?: boolean;
|
34141
|
+
UserInteractionRequired?: boolean;
|
34142
|
+
EnableKeyReuseOnNtTokenKeysetStorageFull?: boolean;
|
34143
|
+
RemoveInvalidCertificateFromPersonalStore?: boolean;
|
34144
|
+
}
|
34145
|
+
/**
|
34146
|
+
* Type definition for AWS::PCAConnectorAD::Template.EnrollmentFlagsV4
|
34147
|
+
*
|
34148
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-enrollmentflagsv4.html | AWS::PCAConnectorAD::Template.EnrollmentFlagsV4}
|
34149
|
+
* @group AWS::PCAConnectorAD
|
34150
|
+
*/
|
34151
|
+
export interface PCAConnectorADTemplateEnrollmentFlagsV4 {
|
34152
|
+
NoSecurityExtension?: boolean;
|
34153
|
+
IncludeSymmetricAlgorithms?: boolean;
|
34154
|
+
UserInteractionRequired?: boolean;
|
34155
|
+
EnableKeyReuseOnNtTokenKeysetStorageFull?: boolean;
|
34156
|
+
RemoveInvalidCertificateFromPersonalStore?: boolean;
|
34157
|
+
}
|
34158
|
+
/**
|
34159
|
+
* Type definition for AWS::PCAConnectorAD::Template.ExtensionsV2
|
34160
|
+
*
|
34161
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-extensionsv2.html | AWS::PCAConnectorAD::Template.ExtensionsV2}
|
34162
|
+
* @group AWS::PCAConnectorAD
|
34163
|
+
*/
|
34164
|
+
export interface PCAConnectorADTemplateExtensionsV2 {
|
34165
|
+
ApplicationPolicies?: PCAConnectorADTemplateApplicationPolicies;
|
34166
|
+
KeyUsage: PCAConnectorADTemplateKeyUsage;
|
34167
|
+
}
|
34168
|
+
/**
|
34169
|
+
* Type definition for AWS::PCAConnectorAD::Template.ExtensionsV3
|
34170
|
+
*
|
34171
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-extensionsv3.html | AWS::PCAConnectorAD::Template.ExtensionsV3}
|
34172
|
+
* @group AWS::PCAConnectorAD
|
34173
|
+
*/
|
34174
|
+
export interface PCAConnectorADTemplateExtensionsV3 {
|
34175
|
+
ApplicationPolicies?: PCAConnectorADTemplateApplicationPolicies;
|
34176
|
+
KeyUsage: PCAConnectorADTemplateKeyUsage;
|
34177
|
+
}
|
34178
|
+
/**
|
34179
|
+
* Type definition for AWS::PCAConnectorAD::Template.ExtensionsV4
|
34180
|
+
*
|
34181
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-extensionsv4.html | AWS::PCAConnectorAD::Template.ExtensionsV4}
|
34182
|
+
* @group AWS::PCAConnectorAD
|
34183
|
+
*/
|
34184
|
+
export interface PCAConnectorADTemplateExtensionsV4 {
|
34185
|
+
ApplicationPolicies?: PCAConnectorADTemplateApplicationPolicies;
|
34186
|
+
KeyUsage: PCAConnectorADTemplateKeyUsage;
|
34187
|
+
}
|
34188
|
+
/**
|
34189
|
+
* Type definition for AWS::PCAConnectorAD::Template.GeneralFlagsV2
|
34190
|
+
*
|
34191
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-generalflagsv2.html | AWS::PCAConnectorAD::Template.GeneralFlagsV2}
|
34192
|
+
* @group AWS::PCAConnectorAD
|
34193
|
+
*/
|
34194
|
+
export interface PCAConnectorADTemplateGeneralFlagsV2 {
|
34195
|
+
AutoEnrollment?: boolean;
|
34196
|
+
MachineType?: boolean;
|
34197
|
+
}
|
34198
|
+
/**
|
34199
|
+
* Type definition for AWS::PCAConnectorAD::Template.GeneralFlagsV3
|
34200
|
+
*
|
34201
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-generalflagsv3.html | AWS::PCAConnectorAD::Template.GeneralFlagsV3}
|
34202
|
+
* @group AWS::PCAConnectorAD
|
34203
|
+
*/
|
34204
|
+
export interface PCAConnectorADTemplateGeneralFlagsV3 {
|
34205
|
+
AutoEnrollment?: boolean;
|
34206
|
+
MachineType?: boolean;
|
34207
|
+
}
|
34208
|
+
/**
|
34209
|
+
* Type definition for AWS::PCAConnectorAD::Template.GeneralFlagsV4
|
34210
|
+
*
|
34211
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-generalflagsv4.html | AWS::PCAConnectorAD::Template.GeneralFlagsV4}
|
34212
|
+
* @group AWS::PCAConnectorAD
|
34213
|
+
*/
|
34214
|
+
export interface PCAConnectorADTemplateGeneralFlagsV4 {
|
34215
|
+
AutoEnrollment?: boolean;
|
34216
|
+
MachineType?: boolean;
|
34217
|
+
}
|
34218
|
+
/**
|
34219
|
+
* Type definition for AWS::PCAConnectorAD::Template.KeyUsage
|
34220
|
+
*
|
34221
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-keyusage.html | AWS::PCAConnectorAD::Template.KeyUsage}
|
34222
|
+
* @group AWS::PCAConnectorAD
|
34223
|
+
*/
|
34224
|
+
export interface PCAConnectorADTemplateKeyUsage {
|
34225
|
+
Critical?: boolean;
|
34226
|
+
UsageFlags: PCAConnectorADTemplateKeyUsageFlags;
|
34227
|
+
}
|
34228
|
+
/**
|
34229
|
+
* Type definition for AWS::PCAConnectorAD::Template.KeyUsageFlags
|
34230
|
+
*
|
34231
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-keyusageflags.html | AWS::PCAConnectorAD::Template.KeyUsageFlags}
|
34232
|
+
* @group AWS::PCAConnectorAD
|
34233
|
+
*/
|
34234
|
+
export interface PCAConnectorADTemplateKeyUsageFlags {
|
34235
|
+
KeyEncipherment?: boolean;
|
34236
|
+
DataEncipherment?: boolean;
|
34237
|
+
DigitalSignature?: boolean;
|
34238
|
+
KeyAgreement?: boolean;
|
34239
|
+
NonRepudiation?: boolean;
|
34240
|
+
}
|
34241
|
+
/**
|
34242
|
+
* Type definition for AWS::PCAConnectorAD::Template.KeyUsageProperty
|
34243
|
+
*
|
34244
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-keyusageproperty.html | AWS::PCAConnectorAD::Template.KeyUsageProperty}
|
34245
|
+
* @group AWS::PCAConnectorAD
|
34246
|
+
*/
|
34247
|
+
export interface PCAConnectorADTemplateKeyUsageProperty {
|
34248
|
+
PropertyFlags?: PCAConnectorADTemplateKeyUsagePropertyFlags;
|
34249
|
+
PropertyType?: string;
|
34250
|
+
}
|
34251
|
+
/**
|
34252
|
+
* Type definition for AWS::PCAConnectorAD::Template.KeyUsagePropertyFlags
|
34253
|
+
*
|
34254
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-keyusagepropertyflags.html | AWS::PCAConnectorAD::Template.KeyUsagePropertyFlags}
|
34255
|
+
* @group AWS::PCAConnectorAD
|
34256
|
+
*/
|
34257
|
+
export interface PCAConnectorADTemplateKeyUsagePropertyFlags {
|
34258
|
+
Decrypt?: boolean;
|
34259
|
+
Sign?: boolean;
|
34260
|
+
KeyAgreement?: boolean;
|
34261
|
+
}
|
34262
|
+
/**
|
34263
|
+
* Type definition for AWS::PCAConnectorAD::Template.PrivateKeyAttributesV2
|
34264
|
+
*
|
34265
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-privatekeyattributesv2.html | AWS::PCAConnectorAD::Template.PrivateKeyAttributesV2}
|
34266
|
+
* @group AWS::PCAConnectorAD
|
34267
|
+
*/
|
34268
|
+
export interface PCAConnectorADTemplatePrivateKeyAttributesV2 {
|
34269
|
+
MinimalKeyLength: number;
|
34270
|
+
KeySpec: string;
|
34271
|
+
CryptoProviders?: any[];
|
34272
|
+
}
|
34273
|
+
/**
|
34274
|
+
* Type definition for AWS::PCAConnectorAD::Template.PrivateKeyAttributesV3
|
34275
|
+
*
|
34276
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-privatekeyattributesv3.html | AWS::PCAConnectorAD::Template.PrivateKeyAttributesV3}
|
34277
|
+
* @group AWS::PCAConnectorAD
|
34278
|
+
*/
|
34279
|
+
export interface PCAConnectorADTemplatePrivateKeyAttributesV3 {
|
34280
|
+
MinimalKeyLength: number;
|
34281
|
+
KeySpec: string;
|
34282
|
+
KeyUsageProperty: PCAConnectorADTemplateKeyUsageProperty;
|
34283
|
+
Algorithm: string;
|
34284
|
+
CryptoProviders?: any[];
|
34285
|
+
}
|
34286
|
+
/**
|
34287
|
+
* Type definition for AWS::PCAConnectorAD::Template.PrivateKeyAttributesV4
|
34288
|
+
*
|
34289
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-privatekeyattributesv4.html | AWS::PCAConnectorAD::Template.PrivateKeyAttributesV4}
|
34290
|
+
* @group AWS::PCAConnectorAD
|
34291
|
+
*/
|
34292
|
+
export interface PCAConnectorADTemplatePrivateKeyAttributesV4 {
|
34293
|
+
MinimalKeyLength: number;
|
34294
|
+
KeySpec: string;
|
34295
|
+
KeyUsageProperty?: PCAConnectorADTemplateKeyUsageProperty;
|
34296
|
+
Algorithm?: string;
|
34297
|
+
CryptoProviders?: any[];
|
34298
|
+
}
|
34299
|
+
/**
|
34300
|
+
* Type definition for AWS::PCAConnectorAD::Template.PrivateKeyFlagsV2
|
34301
|
+
*
|
34302
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-privatekeyflagsv2.html | AWS::PCAConnectorAD::Template.PrivateKeyFlagsV2}
|
34303
|
+
* @group AWS::PCAConnectorAD
|
34304
|
+
*/
|
34305
|
+
export interface PCAConnectorADTemplatePrivateKeyFlagsV2 {
|
34306
|
+
ExportableKey?: boolean;
|
34307
|
+
StrongKeyProtectionRequired?: boolean;
|
34308
|
+
ClientVersion: string;
|
34309
|
+
}
|
34310
|
+
/**
|
34311
|
+
* Type definition for AWS::PCAConnectorAD::Template.PrivateKeyFlagsV3
|
34312
|
+
*
|
34313
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-privatekeyflagsv3.html | AWS::PCAConnectorAD::Template.PrivateKeyFlagsV3}
|
34314
|
+
* @group AWS::PCAConnectorAD
|
34315
|
+
*/
|
34316
|
+
export interface PCAConnectorADTemplatePrivateKeyFlagsV3 {
|
34317
|
+
RequireAlternateSignatureAlgorithm?: boolean;
|
34318
|
+
ExportableKey?: boolean;
|
34319
|
+
StrongKeyProtectionRequired?: boolean;
|
34320
|
+
ClientVersion: string;
|
34321
|
+
}
|
34322
|
+
/**
|
34323
|
+
* Type definition for AWS::PCAConnectorAD::Template.PrivateKeyFlagsV4
|
34324
|
+
*
|
34325
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-privatekeyflagsv4.html | AWS::PCAConnectorAD::Template.PrivateKeyFlagsV4}
|
34326
|
+
* @group AWS::PCAConnectorAD
|
34327
|
+
*/
|
34328
|
+
export interface PCAConnectorADTemplatePrivateKeyFlagsV4 {
|
34329
|
+
RequireAlternateSignatureAlgorithm?: boolean;
|
34330
|
+
ExportableKey?: boolean;
|
34331
|
+
UseLegacyProvider?: boolean;
|
34332
|
+
StrongKeyProtectionRequired?: boolean;
|
34333
|
+
RequireSameKeyRenewal?: boolean;
|
34334
|
+
ClientVersion: string;
|
34335
|
+
}
|
34336
|
+
/**
|
34337
|
+
* Type definition for AWS::PCAConnectorAD::Template.SubjectNameFlagsV2
|
34338
|
+
*
|
34339
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-subjectnameflagsv2.html | AWS::PCAConnectorAD::Template.SubjectNameFlagsV2}
|
34340
|
+
* @group AWS::PCAConnectorAD
|
34341
|
+
*/
|
34342
|
+
export interface PCAConnectorADTemplateSubjectNameFlagsV2 {
|
34343
|
+
SanRequireEmail?: boolean;
|
34344
|
+
SanRequireDns?: boolean;
|
34345
|
+
RequireCommonName?: boolean;
|
34346
|
+
SanRequireUpn?: boolean;
|
34347
|
+
SanRequireDomainDns?: boolean;
|
34348
|
+
SanRequireSpn?: boolean;
|
34349
|
+
RequireEmail?: boolean;
|
34350
|
+
RequireDirectoryPath?: boolean;
|
34351
|
+
SanRequireDirectoryGuid?: boolean;
|
34352
|
+
RequireDnsAsCn?: boolean;
|
34353
|
+
}
|
34354
|
+
/**
|
34355
|
+
* Type definition for AWS::PCAConnectorAD::Template.SubjectNameFlagsV3
|
34356
|
+
*
|
34357
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-subjectnameflagsv3.html | AWS::PCAConnectorAD::Template.SubjectNameFlagsV3}
|
34358
|
+
* @group AWS::PCAConnectorAD
|
34359
|
+
*/
|
34360
|
+
export interface PCAConnectorADTemplateSubjectNameFlagsV3 {
|
34361
|
+
SanRequireEmail?: boolean;
|
34362
|
+
SanRequireDns?: boolean;
|
34363
|
+
RequireCommonName?: boolean;
|
34364
|
+
SanRequireUpn?: boolean;
|
34365
|
+
SanRequireDomainDns?: boolean;
|
34366
|
+
SanRequireSpn?: boolean;
|
34367
|
+
RequireEmail?: boolean;
|
34368
|
+
RequireDirectoryPath?: boolean;
|
34369
|
+
SanRequireDirectoryGuid?: boolean;
|
34370
|
+
RequireDnsAsCn?: boolean;
|
34371
|
+
}
|
34372
|
+
/**
|
34373
|
+
* Type definition for AWS::PCAConnectorAD::Template.SubjectNameFlagsV4
|
34374
|
+
*
|
34375
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-subjectnameflagsv4.html | AWS::PCAConnectorAD::Template.SubjectNameFlagsV4}
|
34376
|
+
* @group AWS::PCAConnectorAD
|
34377
|
+
*/
|
34378
|
+
export interface PCAConnectorADTemplateSubjectNameFlagsV4 {
|
34379
|
+
SanRequireEmail?: boolean;
|
34380
|
+
SanRequireDns?: boolean;
|
34381
|
+
RequireCommonName?: boolean;
|
34382
|
+
SanRequireUpn?: boolean;
|
34383
|
+
SanRequireDomainDns?: boolean;
|
34384
|
+
SanRequireSpn?: boolean;
|
34385
|
+
RequireEmail?: boolean;
|
34386
|
+
RequireDirectoryPath?: boolean;
|
34387
|
+
SanRequireDirectoryGuid?: boolean;
|
34388
|
+
RequireDnsAsCn?: boolean;
|
34389
|
+
}
|
34390
|
+
/**
|
34391
|
+
* Type definition for AWS::PCAConnectorAD::Template.TemplateDefinition
|
34392
|
+
*
|
34393
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-templatedefinition.html | AWS::PCAConnectorAD::Template.TemplateDefinition}
|
34394
|
+
* @group AWS::PCAConnectorAD
|
34395
|
+
*/
|
34396
|
+
export interface PCAConnectorADTemplateTemplateDefinition {
|
34397
|
+
TemplateV4?: PCAConnectorADTemplateTemplateV4;
|
34398
|
+
TemplateV3?: PCAConnectorADTemplateTemplateV3;
|
34399
|
+
TemplateV2?: PCAConnectorADTemplateTemplateV2;
|
34400
|
+
}
|
34401
|
+
/**
|
34402
|
+
* Type definition for AWS::PCAConnectorAD::Template.TemplateV2
|
34403
|
+
*
|
34404
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-templatev2.html | AWS::PCAConnectorAD::Template.TemplateV2}
|
34405
|
+
* @group AWS::PCAConnectorAD
|
34406
|
+
*/
|
34407
|
+
export interface PCAConnectorADTemplateTemplateV2 {
|
34408
|
+
SubjectNameFlags: PCAConnectorADTemplateSubjectNameFlagsV2;
|
34409
|
+
SupersededTemplates?: any[];
|
34410
|
+
PrivateKeyFlags: PCAConnectorADTemplatePrivateKeyFlagsV2;
|
34411
|
+
PrivateKeyAttributes: PCAConnectorADTemplatePrivateKeyAttributesV2;
|
34412
|
+
GeneralFlags: PCAConnectorADTemplateGeneralFlagsV2;
|
34413
|
+
CertificateValidity: PCAConnectorADTemplateCertificateValidity;
|
34414
|
+
Extensions: PCAConnectorADTemplateExtensionsV2;
|
34415
|
+
EnrollmentFlags: PCAConnectorADTemplateEnrollmentFlagsV2;
|
34416
|
+
}
|
34417
|
+
/**
|
34418
|
+
* Type definition for AWS::PCAConnectorAD::Template.TemplateV3
|
34419
|
+
*
|
34420
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-templatev3.html | AWS::PCAConnectorAD::Template.TemplateV3}
|
34421
|
+
* @group AWS::PCAConnectorAD
|
34422
|
+
*/
|
34423
|
+
export interface PCAConnectorADTemplateTemplateV3 {
|
34424
|
+
SubjectNameFlags: PCAConnectorADTemplateSubjectNameFlagsV3;
|
34425
|
+
SupersededTemplates?: any[];
|
34426
|
+
PrivateKeyFlags: PCAConnectorADTemplatePrivateKeyFlagsV3;
|
34427
|
+
PrivateKeyAttributes: PCAConnectorADTemplatePrivateKeyAttributesV3;
|
34428
|
+
GeneralFlags: PCAConnectorADTemplateGeneralFlagsV3;
|
34429
|
+
CertificateValidity: PCAConnectorADTemplateCertificateValidity;
|
34430
|
+
Extensions: PCAConnectorADTemplateExtensionsV3;
|
34431
|
+
EnrollmentFlags: PCAConnectorADTemplateEnrollmentFlagsV3;
|
34432
|
+
HashAlgorithm: string;
|
34433
|
+
}
|
34434
|
+
/**
|
34435
|
+
* Type definition for AWS::PCAConnectorAD::Template.TemplateV4
|
34436
|
+
*
|
34437
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-templatev4.html | AWS::PCAConnectorAD::Template.TemplateV4}
|
34438
|
+
* @group AWS::PCAConnectorAD
|
34439
|
+
*/
|
34440
|
+
export interface PCAConnectorADTemplateTemplateV4 {
|
34441
|
+
SubjectNameFlags: PCAConnectorADTemplateSubjectNameFlagsV4;
|
34442
|
+
SupersededTemplates?: any[];
|
34443
|
+
PrivateKeyFlags: PCAConnectorADTemplatePrivateKeyFlagsV4;
|
34444
|
+
PrivateKeyAttributes: PCAConnectorADTemplatePrivateKeyAttributesV4;
|
34445
|
+
GeneralFlags: PCAConnectorADTemplateGeneralFlagsV4;
|
34446
|
+
CertificateValidity: PCAConnectorADTemplateCertificateValidity;
|
34447
|
+
Extensions: PCAConnectorADTemplateExtensionsV4;
|
34448
|
+
EnrollmentFlags: PCAConnectorADTemplateEnrollmentFlagsV4;
|
34449
|
+
HashAlgorithm?: string;
|
34450
|
+
}
|
34451
|
+
/**
|
34452
|
+
* Type definition for AWS::PCAConnectorAD::Template.ValidityPeriod
|
34453
|
+
*
|
34454
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-validityperiod.html | AWS::PCAConnectorAD::Template.ValidityPeriod}
|
34455
|
+
* @group AWS::PCAConnectorAD
|
34456
|
+
*/
|
34457
|
+
export interface PCAConnectorADTemplateValidityPeriod {
|
34458
|
+
PeriodType: string;
|
34459
|
+
Period: number;
|
34460
|
+
}
|
34461
|
+
/**
|
34462
|
+
* Type definition for AWS::PCAConnectorAD::TemplateGroupAccessControlEntry.AccessRights
|
34463
|
+
*
|
34464
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-templategroupaccesscontrolentry-accessrights.html | AWS::PCAConnectorAD::TemplateGroupAccessControlEntry.AccessRights}
|
34465
|
+
* @group AWS::PCAConnectorAD
|
34466
|
+
*/
|
34467
|
+
export interface PCAConnectorADTemplateGroupAccessControlEntryAccessRights {
|
34468
|
+
Enroll?: string;
|
34469
|
+
AutoEnroll?: string;
|
34470
|
+
}
|
33560
34471
|
/**
|
33561
34472
|
* Type definition for AWS::Panorama::ApplicationInstance.ManifestOverridesPayload
|
33562
34473
|
*
|
@@ -36197,6 +37108,7 @@ export interface QuickSightAnalysisDateTimeParameterDeclaration {
|
|
36197
37108
|
*/
|
36198
37109
|
export interface QuickSightAnalysisDateTimePickerControlDisplayOptions {
|
36199
37110
|
TitleOptions?: QuickSightAnalysisLabelOptions;
|
37111
|
+
InfoIconLabelOptions?: QuickSightAnalysisSheetControlInfoIconLabelOptions;
|
36200
37112
|
DateTimeFormat?: string;
|
36201
37113
|
}
|
36202
37114
|
/**
|
@@ -36381,6 +37293,7 @@ export interface QuickSightAnalysisDrillDownFilter {
|
|
36381
37293
|
export interface QuickSightAnalysisDropDownControlDisplayOptions {
|
36382
37294
|
TitleOptions?: QuickSightAnalysisLabelOptions;
|
36383
37295
|
SelectAllOptions?: QuickSightAnalysisListControlSelectAllOptions;
|
37296
|
+
InfoIconLabelOptions?: QuickSightAnalysisSheetControlInfoIconLabelOptions;
|
36384
37297
|
}
|
36385
37298
|
/**
|
36386
37299
|
* Type definition for AWS::QuickSight::Analysis.DynamicDefaultValue
|
@@ -36719,6 +37632,7 @@ export interface QuickSightAnalysisFilterRelativeDateTimeControl {
|
|
36719
37632
|
* @group AWS::QuickSight
|
36720
37633
|
*/
|
36721
37634
|
export interface QuickSightAnalysisFilterScopeConfiguration {
|
37635
|
+
AllSheets?: object;
|
36722
37636
|
SelectedSheets?: QuickSightAnalysisSelectedSheetsFilterScopeConfiguration;
|
36723
37637
|
}
|
36724
37638
|
/**
|
@@ -36815,7 +37729,7 @@ export interface QuickSightAnalysisForecastComputation {
|
|
36815
37729
|
Seasonality?: string;
|
36816
37730
|
CustomSeasonalityValue?: number;
|
36817
37731
|
Value?: QuickSightAnalysisMeasureField;
|
36818
|
-
Time
|
37732
|
+
Time?: QuickSightAnalysisDimensionField;
|
36819
37733
|
UpperBoundary?: number;
|
36820
37734
|
ComputationId: string;
|
36821
37735
|
Name?: string;
|
@@ -37289,7 +38203,7 @@ export interface QuickSightAnalysisGridLayoutScreenCanvasSizeOptions {
|
|
37289
38203
|
*/
|
37290
38204
|
export interface QuickSightAnalysisGrowthRateComputation {
|
37291
38205
|
Value?: QuickSightAnalysisMeasureField;
|
37292
|
-
Time
|
38206
|
+
Time?: QuickSightAnalysisDimensionField;
|
37293
38207
|
PeriodSize?: number;
|
37294
38208
|
ComputationId: string;
|
37295
38209
|
Name?: string;
|
@@ -37786,6 +38700,7 @@ export interface QuickSightAnalysisListControlDisplayOptions {
|
|
37786
38700
|
TitleOptions?: QuickSightAnalysisLabelOptions;
|
37787
38701
|
SearchOptions?: QuickSightAnalysisListControlSearchOptions;
|
37788
38702
|
SelectAllOptions?: QuickSightAnalysisListControlSelectAllOptions;
|
38703
|
+
InfoIconLabelOptions?: QuickSightAnalysisSheetControlInfoIconLabelOptions;
|
37789
38704
|
}
|
37790
38705
|
/**
|
37791
38706
|
* Type definition for AWS::QuickSight::Analysis.ListControlSearchOptions
|
@@ -37861,7 +38776,7 @@ export interface QuickSightAnalysisMaximumLabelType {
|
|
37861
38776
|
export interface QuickSightAnalysisMaximumMinimumComputation {
|
37862
38777
|
Type: string;
|
37863
38778
|
Value?: QuickSightAnalysisMeasureField;
|
37864
|
-
Time
|
38779
|
+
Time?: QuickSightAnalysisDimensionField;
|
37865
38780
|
ComputationId: string;
|
37866
38781
|
Name?: string;
|
37867
38782
|
}
|
@@ -37884,10 +38799,10 @@ export interface QuickSightAnalysisMeasureField {
|
|
37884
38799
|
* @group AWS::QuickSight
|
37885
38800
|
*/
|
37886
38801
|
export interface QuickSightAnalysisMetricComparisonComputation {
|
37887
|
-
TargetValue
|
37888
|
-
Time
|
38802
|
+
TargetValue?: QuickSightAnalysisMeasureField;
|
38803
|
+
Time?: QuickSightAnalysisDimensionField;
|
37889
38804
|
ComputationId: string;
|
37890
|
-
FromValue
|
38805
|
+
FromValue?: QuickSightAnalysisMeasureField;
|
37891
38806
|
Name?: string;
|
37892
38807
|
}
|
37893
38808
|
/**
|
@@ -38277,7 +39192,7 @@ export interface QuickSightAnalysisPercentileAggregation {
|
|
38277
39192
|
*/
|
38278
39193
|
export interface QuickSightAnalysisPeriodOverPeriodComputation {
|
38279
39194
|
Value?: QuickSightAnalysisMeasureField;
|
38280
|
-
Time
|
39195
|
+
Time?: QuickSightAnalysisDimensionField;
|
38281
39196
|
ComputationId: string;
|
38282
39197
|
Name?: string;
|
38283
39198
|
}
|
@@ -38290,7 +39205,7 @@ export interface QuickSightAnalysisPeriodOverPeriodComputation {
|
|
38290
39205
|
export interface QuickSightAnalysisPeriodToDateComputation {
|
38291
39206
|
PeriodTimeGranularity?: string;
|
38292
39207
|
Value?: QuickSightAnalysisMeasureField;
|
38293
|
-
Time
|
39208
|
+
Time?: QuickSightAnalysisDimensionField;
|
38294
39209
|
ComputationId: string;
|
38295
39210
|
Name?: string;
|
38296
39211
|
}
|
@@ -38511,14 +39426,17 @@ export interface QuickSightAnalysisPivotTableFieldWells {
|
|
38511
39426
|
*/
|
38512
39427
|
export interface QuickSightAnalysisPivotTableOptions {
|
38513
39428
|
RowFieldNamesStyle?: QuickSightAnalysisTableCellStyle;
|
38514
|
-
SingleMetricVisibility?: string;
|
38515
|
-
ColumnHeaderStyle?: QuickSightAnalysisTableCellStyle;
|
38516
39429
|
RowHeaderStyle?: QuickSightAnalysisTableCellStyle;
|
38517
39430
|
CollapsedRowDimensionsVisibility?: string;
|
39431
|
+
RowsLayout?: string;
|
38518
39432
|
MetricPlacement?: string;
|
39433
|
+
DefaultCellWidth?: string;
|
39434
|
+
ColumnNamesVisibility?: string;
|
39435
|
+
RowsLabelOptions?: QuickSightAnalysisPivotTableRowsLabelOptions;
|
39436
|
+
SingleMetricVisibility?: string;
|
39437
|
+
ColumnHeaderStyle?: QuickSightAnalysisTableCellStyle;
|
38519
39438
|
ToggleButtonsVisibility?: string;
|
38520
39439
|
CellStyle?: QuickSightAnalysisTableCellStyle;
|
38521
|
-
ColumnNamesVisibility?: string;
|
38522
39440
|
RowAlternateColorOptions?: QuickSightAnalysisRowAlternateColorOptions;
|
38523
39441
|
}
|
38524
39442
|
/**
|
@@ -38531,6 +39449,16 @@ export interface QuickSightAnalysisPivotTablePaginatedReportOptions {
|
|
38531
39449
|
OverflowColumnHeaderVisibility?: string;
|
38532
39450
|
VerticalOverflowVisibility?: string;
|
38533
39451
|
}
|
39452
|
+
/**
|
39453
|
+
* Type definition for AWS::QuickSight::Analysis.PivotTableRowsLabelOptions
|
39454
|
+
*
|
39455
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-pivottablerowslabeloptions.html | AWS::QuickSight::Analysis.PivotTableRowsLabelOptions}
|
39456
|
+
* @group AWS::QuickSight
|
39457
|
+
*/
|
39458
|
+
export interface QuickSightAnalysisPivotTableRowsLabelOptions {
|
39459
|
+
CustomLabel?: string;
|
39460
|
+
Visibility?: string;
|
39461
|
+
}
|
38534
39462
|
/**
|
38535
39463
|
* Type definition for AWS::QuickSight::Analysis.PivotTableSortBy
|
38536
39464
|
*
|
@@ -38802,6 +39730,7 @@ export interface QuickSightAnalysisReferenceLineValueLabelConfiguration {
|
|
38802
39730
|
*/
|
38803
39731
|
export interface QuickSightAnalysisRelativeDateTimeControlDisplayOptions {
|
38804
39732
|
TitleOptions?: QuickSightAnalysisLabelOptions;
|
39733
|
+
InfoIconLabelOptions?: QuickSightAnalysisSheetControlInfoIconLabelOptions;
|
38805
39734
|
DateTimeFormat?: string;
|
38806
39735
|
}
|
38807
39736
|
/**
|
@@ -38851,6 +39780,7 @@ export interface QuickSightAnalysisRollingDateConfiguration {
|
|
38851
39780
|
*/
|
38852
39781
|
export interface QuickSightAnalysisRowAlternateColorOptions {
|
38853
39782
|
Status?: string;
|
39783
|
+
UsePrimaryBackgroundColor?: string;
|
38854
39784
|
RowAlternateColors?: any[];
|
38855
39785
|
}
|
38856
39786
|
/**
|
@@ -39121,6 +40051,16 @@ export interface QuickSightAnalysisSheet {
|
|
39121
40051
|
SheetId?: string;
|
39122
40052
|
Name?: string;
|
39123
40053
|
}
|
40054
|
+
/**
|
40055
|
+
* Type definition for AWS::QuickSight::Analysis.SheetControlInfoIconLabelOptions
|
40056
|
+
*
|
40057
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheetcontrolinfoiconlabeloptions.html | AWS::QuickSight::Analysis.SheetControlInfoIconLabelOptions}
|
40058
|
+
* @group AWS::QuickSight
|
40059
|
+
*/
|
40060
|
+
export interface QuickSightAnalysisSheetControlInfoIconLabelOptions {
|
40061
|
+
Visibility?: string;
|
40062
|
+
InfoIconText?: string;
|
40063
|
+
}
|
39124
40064
|
/**
|
39125
40065
|
* Type definition for AWS::QuickSight::Analysis.SheetControlLayout
|
39126
40066
|
*
|
@@ -39225,6 +40165,17 @@ export interface QuickSightAnalysisSimpleClusterMarker {
|
|
39225
40165
|
*/
|
39226
40166
|
export interface QuickSightAnalysisSliderControlDisplayOptions {
|
39227
40167
|
TitleOptions?: QuickSightAnalysisLabelOptions;
|
40168
|
+
InfoIconLabelOptions?: QuickSightAnalysisSheetControlInfoIconLabelOptions;
|
40169
|
+
}
|
40170
|
+
/**
|
40171
|
+
* Type definition for AWS::QuickSight::Analysis.SmallMultiplesAxisProperties
|
40172
|
+
*
|
40173
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-smallmultiplesaxisproperties.html | AWS::QuickSight::Analysis.SmallMultiplesAxisProperties}
|
40174
|
+
* @group AWS::QuickSight
|
40175
|
+
*/
|
40176
|
+
export interface QuickSightAnalysisSmallMultiplesAxisProperties {
|
40177
|
+
Placement?: string;
|
40178
|
+
Scale?: string;
|
39228
40179
|
}
|
39229
40180
|
/**
|
39230
40181
|
* Type definition for AWS::QuickSight::Analysis.SmallMultiplesOptions
|
@@ -39236,6 +40187,8 @@ export interface QuickSightAnalysisSmallMultiplesOptions {
|
|
39236
40187
|
MaxVisibleRows?: number;
|
39237
40188
|
PanelConfiguration?: QuickSightAnalysisPanelConfiguration;
|
39238
40189
|
MaxVisibleColumns?: number;
|
40190
|
+
XAxis?: QuickSightAnalysisSmallMultiplesAxisProperties;
|
40191
|
+
YAxis?: QuickSightAnalysisSmallMultiplesAxisProperties;
|
39239
40192
|
}
|
39240
40193
|
/**
|
39241
40194
|
* Type definition for AWS::QuickSight::Analysis.Spacing
|
@@ -39316,6 +40269,7 @@ export interface QuickSightAnalysisSubtotalOptions {
|
|
39316
40269
|
TotalsVisibility?: string;
|
39317
40270
|
FieldLevel?: string;
|
39318
40271
|
MetricHeaderCellStyle?: QuickSightAnalysisTableCellStyle;
|
40272
|
+
StyleTargets?: any[];
|
39319
40273
|
}
|
39320
40274
|
/**
|
39321
40275
|
* Type definition for AWS::QuickSight::Analysis.TableAggregatedFieldWells
|
@@ -39563,6 +40517,15 @@ export interface QuickSightAnalysisTableSortConfiguration {
|
|
39563
40517
|
RowSort?: any[];
|
39564
40518
|
PaginationConfiguration?: QuickSightAnalysisPaginationConfiguration;
|
39565
40519
|
}
|
40520
|
+
/**
|
40521
|
+
* Type definition for AWS::QuickSight::Analysis.TableStyleTarget
|
40522
|
+
*
|
40523
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-tablestyletarget.html | AWS::QuickSight::Analysis.TableStyleTarget}
|
40524
|
+
* @group AWS::QuickSight
|
40525
|
+
*/
|
40526
|
+
export interface QuickSightAnalysisTableStyleTarget {
|
40527
|
+
CellType: string;
|
40528
|
+
}
|
39566
40529
|
/**
|
39567
40530
|
* Type definition for AWS::QuickSight::Analysis.TableUnaggregatedFieldWells
|
39568
40531
|
*
|
@@ -39595,6 +40558,7 @@ export interface QuickSightAnalysisTableVisual {
|
|
39595
40558
|
export interface QuickSightAnalysisTextAreaControlDisplayOptions {
|
39596
40559
|
TitleOptions?: QuickSightAnalysisLabelOptions;
|
39597
40560
|
PlaceholderOptions?: QuickSightAnalysisTextControlPlaceholderOptions;
|
40561
|
+
InfoIconLabelOptions?: QuickSightAnalysisSheetControlInfoIconLabelOptions;
|
39598
40562
|
}
|
39599
40563
|
/**
|
39600
40564
|
* Type definition for AWS::QuickSight::Analysis.TextConditionalFormat
|
@@ -39625,6 +40589,7 @@ export interface QuickSightAnalysisTextControlPlaceholderOptions {
|
|
39625
40589
|
export interface QuickSightAnalysisTextFieldControlDisplayOptions {
|
39626
40590
|
TitleOptions?: QuickSightAnalysisLabelOptions;
|
39627
40591
|
PlaceholderOptions?: QuickSightAnalysisTextControlPlaceholderOptions;
|
40592
|
+
InfoIconLabelOptions?: QuickSightAnalysisSheetControlInfoIconLabelOptions;
|
39628
40593
|
}
|
39629
40594
|
/**
|
39630
40595
|
* Type definition for AWS::QuickSight::Analysis.ThousandSeparatorOptions
|
@@ -39746,10 +40711,10 @@ export interface QuickSightAnalysisTopBottomFilter {
|
|
39746
40711
|
*/
|
39747
40712
|
export interface QuickSightAnalysisTopBottomMoversComputation {
|
39748
40713
|
Type: string;
|
39749
|
-
Category
|
40714
|
+
Category?: QuickSightAnalysisDimensionField;
|
39750
40715
|
Value?: QuickSightAnalysisMeasureField;
|
39751
40716
|
SortOrder?: string;
|
39752
|
-
Time
|
40717
|
+
Time?: QuickSightAnalysisDimensionField;
|
39753
40718
|
MoverSize?: number;
|
39754
40719
|
ComputationId: string;
|
39755
40720
|
Name?: string;
|
@@ -39762,7 +40727,7 @@ export interface QuickSightAnalysisTopBottomMoversComputation {
|
|
39762
40727
|
*/
|
39763
40728
|
export interface QuickSightAnalysisTopBottomRankedComputation {
|
39764
40729
|
Type: string;
|
39765
|
-
Category
|
40730
|
+
Category?: QuickSightAnalysisDimensionField;
|
39766
40731
|
ResultSize?: number;
|
39767
40732
|
Value?: QuickSightAnalysisMeasureField;
|
39768
40733
|
ComputationId: string;
|
@@ -39775,7 +40740,7 @@ export interface QuickSightAnalysisTopBottomRankedComputation {
|
|
39775
40740
|
* @group AWS::QuickSight
|
39776
40741
|
*/
|
39777
40742
|
export interface QuickSightAnalysisTotalAggregationComputation {
|
39778
|
-
Value
|
40743
|
+
Value?: QuickSightAnalysisMeasureField;
|
39779
40744
|
ComputationId: string;
|
39780
40745
|
Name?: string;
|
39781
40746
|
}
|
@@ -39880,7 +40845,7 @@ export interface QuickSightAnalysisUnaggregatedField {
|
|
39880
40845
|
* @group AWS::QuickSight
|
39881
40846
|
*/
|
39882
40847
|
export interface QuickSightAnalysisUniqueValuesComputation {
|
39883
|
-
Category
|
40848
|
+
Category?: QuickSightAnalysisDimensionField;
|
39884
40849
|
ComputationId: string;
|
39885
40850
|
Name?: string;
|
39886
40851
|
}
|
@@ -40156,6 +41121,7 @@ export interface QuickSightDashboardAdHocFilteringOption {
|
|
40156
41121
|
* @group AWS::QuickSight
|
40157
41122
|
*/
|
40158
41123
|
export interface QuickSightDashboardAggregationFunction {
|
41124
|
+
AttributeAggregationFunction?: QuickSightDashboardAttributeAggregationFunction;
|
40159
41125
|
DateAggregationFunction?: string;
|
40160
41126
|
NumericalAggregationFunction?: QuickSightDashboardNumericalAggregationFunction;
|
40161
41127
|
CategoricalAggregationFunction?: string;
|
@@ -40229,6 +41195,16 @@ export interface QuickSightDashboardArcConfiguration {
|
|
40229
41195
|
export interface QuickSightDashboardArcOptions {
|
40230
41196
|
ArcThickness?: string;
|
40231
41197
|
}
|
41198
|
+
/**
|
41199
|
+
* Type definition for AWS::QuickSight::Dashboard.AttributeAggregationFunction
|
41200
|
+
*
|
41201
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-attributeaggregationfunction.html | AWS::QuickSight::Dashboard.AttributeAggregationFunction}
|
41202
|
+
* @group AWS::QuickSight
|
41203
|
+
*/
|
41204
|
+
export interface QuickSightDashboardAttributeAggregationFunction {
|
41205
|
+
SimpleAttributeAggregation?: string;
|
41206
|
+
ValueForMultipleValues?: string;
|
41207
|
+
}
|
40232
41208
|
/**
|
40233
41209
|
* Type definition for AWS::QuickSight::Dashboard.AxisDataOptions
|
40234
41210
|
*
|
@@ -47426,6 +48402,7 @@ export interface QuickSightTemplateDateTimeParameterDeclaration {
|
|
47426
48402
|
*/
|
47427
48403
|
export interface QuickSightTemplateDateTimePickerControlDisplayOptions {
|
47428
48404
|
TitleOptions?: QuickSightTemplateLabelOptions;
|
48405
|
+
InfoIconLabelOptions?: QuickSightTemplateSheetControlInfoIconLabelOptions;
|
47429
48406
|
DateTimeFormat?: string;
|
47430
48407
|
}
|
47431
48408
|
/**
|
@@ -47600,6 +48577,7 @@ export interface QuickSightTemplateDrillDownFilter {
|
|
47600
48577
|
export interface QuickSightTemplateDropDownControlDisplayOptions {
|
47601
48578
|
TitleOptions?: QuickSightTemplateLabelOptions;
|
47602
48579
|
SelectAllOptions?: QuickSightTemplateListControlSelectAllOptions;
|
48580
|
+
InfoIconLabelOptions?: QuickSightTemplateSheetControlInfoIconLabelOptions;
|
47603
48581
|
}
|
47604
48582
|
/**
|
47605
48583
|
* Type definition for AWS::QuickSight::Template.DynamicDefaultValue
|
@@ -47938,6 +48916,7 @@ export interface QuickSightTemplateFilterRelativeDateTimeControl {
|
|
47938
48916
|
* @group AWS::QuickSight
|
47939
48917
|
*/
|
47940
48918
|
export interface QuickSightTemplateFilterScopeConfiguration {
|
48919
|
+
AllSheets?: object;
|
47941
48920
|
SelectedSheets?: QuickSightTemplateSelectedSheetsFilterScopeConfiguration;
|
47942
48921
|
}
|
47943
48922
|
/**
|
@@ -48034,7 +49013,7 @@ export interface QuickSightTemplateForecastComputation {
|
|
48034
49013
|
Seasonality?: string;
|
48035
49014
|
CustomSeasonalityValue?: number;
|
48036
49015
|
Value?: QuickSightTemplateMeasureField;
|
48037
|
-
Time
|
49016
|
+
Time?: QuickSightTemplateDimensionField;
|
48038
49017
|
UpperBoundary?: number;
|
48039
49018
|
ComputationId: string;
|
48040
49019
|
Name?: string;
|
@@ -48508,7 +49487,7 @@ export interface QuickSightTemplateGridLayoutScreenCanvasSizeOptions {
|
|
48508
49487
|
*/
|
48509
49488
|
export interface QuickSightTemplateGrowthRateComputation {
|
48510
49489
|
Value?: QuickSightTemplateMeasureField;
|
48511
|
-
Time
|
49490
|
+
Time?: QuickSightTemplateDimensionField;
|
48512
49491
|
PeriodSize?: number;
|
48513
49492
|
ComputationId: string;
|
48514
49493
|
Name?: string;
|
@@ -48995,6 +49974,7 @@ export interface QuickSightTemplateListControlDisplayOptions {
|
|
48995
49974
|
TitleOptions?: QuickSightTemplateLabelOptions;
|
48996
49975
|
SearchOptions?: QuickSightTemplateListControlSearchOptions;
|
48997
49976
|
SelectAllOptions?: QuickSightTemplateListControlSelectAllOptions;
|
49977
|
+
InfoIconLabelOptions?: QuickSightTemplateSheetControlInfoIconLabelOptions;
|
48998
49978
|
}
|
48999
49979
|
/**
|
49000
49980
|
* Type definition for AWS::QuickSight::Template.ListControlSearchOptions
|
@@ -49070,7 +50050,7 @@ export interface QuickSightTemplateMaximumLabelType {
|
|
49070
50050
|
export interface QuickSightTemplateMaximumMinimumComputation {
|
49071
50051
|
Type: string;
|
49072
50052
|
Value?: QuickSightTemplateMeasureField;
|
49073
|
-
Time
|
50053
|
+
Time?: QuickSightTemplateDimensionField;
|
49074
50054
|
ComputationId: string;
|
49075
50055
|
Name?: string;
|
49076
50056
|
}
|
@@ -49093,10 +50073,10 @@ export interface QuickSightTemplateMeasureField {
|
|
49093
50073
|
* @group AWS::QuickSight
|
49094
50074
|
*/
|
49095
50075
|
export interface QuickSightTemplateMetricComparisonComputation {
|
49096
|
-
TargetValue
|
49097
|
-
Time
|
50076
|
+
TargetValue?: QuickSightTemplateMeasureField;
|
50077
|
+
Time?: QuickSightTemplateDimensionField;
|
49098
50078
|
ComputationId: string;
|
49099
|
-
FromValue
|
50079
|
+
FromValue?: QuickSightTemplateMeasureField;
|
49100
50080
|
Name?: string;
|
49101
50081
|
}
|
49102
50082
|
/**
|
@@ -49474,7 +50454,7 @@ export interface QuickSightTemplatePercentileAggregation {
|
|
49474
50454
|
*/
|
49475
50455
|
export interface QuickSightTemplatePeriodOverPeriodComputation {
|
49476
50456
|
Value?: QuickSightTemplateMeasureField;
|
49477
|
-
Time
|
50457
|
+
Time?: QuickSightTemplateDimensionField;
|
49478
50458
|
ComputationId: string;
|
49479
50459
|
Name?: string;
|
49480
50460
|
}
|
@@ -49487,7 +50467,7 @@ export interface QuickSightTemplatePeriodOverPeriodComputation {
|
|
49487
50467
|
export interface QuickSightTemplatePeriodToDateComputation {
|
49488
50468
|
PeriodTimeGranularity?: string;
|
49489
50469
|
Value?: QuickSightTemplateMeasureField;
|
49490
|
-
Time
|
50470
|
+
Time?: QuickSightTemplateDimensionField;
|
49491
50471
|
ComputationId: string;
|
49492
50472
|
Name?: string;
|
49493
50473
|
}
|
@@ -49708,14 +50688,17 @@ export interface QuickSightTemplatePivotTableFieldWells {
|
|
49708
50688
|
*/
|
49709
50689
|
export interface QuickSightTemplatePivotTableOptions {
|
49710
50690
|
RowFieldNamesStyle?: QuickSightTemplateTableCellStyle;
|
49711
|
-
SingleMetricVisibility?: string;
|
49712
|
-
ColumnHeaderStyle?: QuickSightTemplateTableCellStyle;
|
49713
50691
|
RowHeaderStyle?: QuickSightTemplateTableCellStyle;
|
49714
50692
|
CollapsedRowDimensionsVisibility?: string;
|
50693
|
+
RowsLayout?: string;
|
49715
50694
|
MetricPlacement?: string;
|
50695
|
+
DefaultCellWidth?: string;
|
50696
|
+
ColumnNamesVisibility?: string;
|
50697
|
+
RowsLabelOptions?: QuickSightTemplatePivotTableRowsLabelOptions;
|
50698
|
+
SingleMetricVisibility?: string;
|
50699
|
+
ColumnHeaderStyle?: QuickSightTemplateTableCellStyle;
|
49716
50700
|
ToggleButtonsVisibility?: string;
|
49717
50701
|
CellStyle?: QuickSightTemplateTableCellStyle;
|
49718
|
-
ColumnNamesVisibility?: string;
|
49719
50702
|
RowAlternateColorOptions?: QuickSightTemplateRowAlternateColorOptions;
|
49720
50703
|
}
|
49721
50704
|
/**
|
@@ -49728,6 +50711,16 @@ export interface QuickSightTemplatePivotTablePaginatedReportOptions {
|
|
49728
50711
|
OverflowColumnHeaderVisibility?: string;
|
49729
50712
|
VerticalOverflowVisibility?: string;
|
49730
50713
|
}
|
50714
|
+
/**
|
50715
|
+
* Type definition for AWS::QuickSight::Template.PivotTableRowsLabelOptions
|
50716
|
+
*
|
50717
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-pivottablerowslabeloptions.html | AWS::QuickSight::Template.PivotTableRowsLabelOptions}
|
50718
|
+
* @group AWS::QuickSight
|
50719
|
+
*/
|
50720
|
+
export interface QuickSightTemplatePivotTableRowsLabelOptions {
|
50721
|
+
CustomLabel?: string;
|
50722
|
+
Visibility?: string;
|
50723
|
+
}
|
49731
50724
|
/**
|
49732
50725
|
* Type definition for AWS::QuickSight::Template.PivotTableSortBy
|
49733
50726
|
*
|
@@ -49999,6 +50992,7 @@ export interface QuickSightTemplateReferenceLineValueLabelConfiguration {
|
|
49999
50992
|
*/
|
50000
50993
|
export interface QuickSightTemplateRelativeDateTimeControlDisplayOptions {
|
50001
50994
|
TitleOptions?: QuickSightTemplateLabelOptions;
|
50995
|
+
InfoIconLabelOptions?: QuickSightTemplateSheetControlInfoIconLabelOptions;
|
50002
50996
|
DateTimeFormat?: string;
|
50003
50997
|
}
|
50004
50998
|
/**
|
@@ -50048,6 +51042,7 @@ export interface QuickSightTemplateRollingDateConfiguration {
|
|
50048
51042
|
*/
|
50049
51043
|
export interface QuickSightTemplateRowAlternateColorOptions {
|
50050
51044
|
Status?: string;
|
51045
|
+
UsePrimaryBackgroundColor?: string;
|
50051
51046
|
RowAlternateColors?: any[];
|
50052
51047
|
}
|
50053
51048
|
/**
|
@@ -50318,6 +51313,16 @@ export interface QuickSightTemplateSheet {
|
|
50318
51313
|
SheetId?: string;
|
50319
51314
|
Name?: string;
|
50320
51315
|
}
|
51316
|
+
/**
|
51317
|
+
* Type definition for AWS::QuickSight::Template.SheetControlInfoIconLabelOptions
|
51318
|
+
*
|
51319
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-sheetcontrolinfoiconlabeloptions.html | AWS::QuickSight::Template.SheetControlInfoIconLabelOptions}
|
51320
|
+
* @group AWS::QuickSight
|
51321
|
+
*/
|
51322
|
+
export interface QuickSightTemplateSheetControlInfoIconLabelOptions {
|
51323
|
+
Visibility?: string;
|
51324
|
+
InfoIconText?: string;
|
51325
|
+
}
|
50321
51326
|
/**
|
50322
51327
|
* Type definition for AWS::QuickSight::Template.SheetControlLayout
|
50323
51328
|
*
|
@@ -50422,6 +51427,17 @@ export interface QuickSightTemplateSimpleClusterMarker {
|
|
50422
51427
|
*/
|
50423
51428
|
export interface QuickSightTemplateSliderControlDisplayOptions {
|
50424
51429
|
TitleOptions?: QuickSightTemplateLabelOptions;
|
51430
|
+
InfoIconLabelOptions?: QuickSightTemplateSheetControlInfoIconLabelOptions;
|
51431
|
+
}
|
51432
|
+
/**
|
51433
|
+
* Type definition for AWS::QuickSight::Template.SmallMultiplesAxisProperties
|
51434
|
+
*
|
51435
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-smallmultiplesaxisproperties.html | AWS::QuickSight::Template.SmallMultiplesAxisProperties}
|
51436
|
+
* @group AWS::QuickSight
|
51437
|
+
*/
|
51438
|
+
export interface QuickSightTemplateSmallMultiplesAxisProperties {
|
51439
|
+
Placement?: string;
|
51440
|
+
Scale?: string;
|
50425
51441
|
}
|
50426
51442
|
/**
|
50427
51443
|
* Type definition for AWS::QuickSight::Template.SmallMultiplesOptions
|
@@ -50433,6 +51449,8 @@ export interface QuickSightTemplateSmallMultiplesOptions {
|
|
50433
51449
|
MaxVisibleRows?: number;
|
50434
51450
|
PanelConfiguration?: QuickSightTemplatePanelConfiguration;
|
50435
51451
|
MaxVisibleColumns?: number;
|
51452
|
+
XAxis?: QuickSightTemplateSmallMultiplesAxisProperties;
|
51453
|
+
YAxis?: QuickSightTemplateSmallMultiplesAxisProperties;
|
50436
51454
|
}
|
50437
51455
|
/**
|
50438
51456
|
* Type definition for AWS::QuickSight::Template.Spacing
|
@@ -50503,6 +51521,7 @@ export interface QuickSightTemplateSubtotalOptions {
|
|
50503
51521
|
TotalsVisibility?: string;
|
50504
51522
|
FieldLevel?: string;
|
50505
51523
|
MetricHeaderCellStyle?: QuickSightTemplateTableCellStyle;
|
51524
|
+
StyleTargets?: any[];
|
50506
51525
|
}
|
50507
51526
|
/**
|
50508
51527
|
* Type definition for AWS::QuickSight::Template.TableAggregatedFieldWells
|
@@ -50750,6 +51769,15 @@ export interface QuickSightTemplateTableSortConfiguration {
|
|
50750
51769
|
RowSort?: any[];
|
50751
51770
|
PaginationConfiguration?: QuickSightTemplatePaginationConfiguration;
|
50752
51771
|
}
|
51772
|
+
/**
|
51773
|
+
* Type definition for AWS::QuickSight::Template.TableStyleTarget
|
51774
|
+
*
|
51775
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-tablestyletarget.html | AWS::QuickSight::Template.TableStyleTarget}
|
51776
|
+
* @group AWS::QuickSight
|
51777
|
+
*/
|
51778
|
+
export interface QuickSightTemplateTableStyleTarget {
|
51779
|
+
CellType: string;
|
51780
|
+
}
|
50753
51781
|
/**
|
50754
51782
|
* Type definition for AWS::QuickSight::Template.TableUnaggregatedFieldWells
|
50755
51783
|
*
|
@@ -50854,6 +51882,7 @@ export interface QuickSightTemplateTemplateVersionDefinition {
|
|
50854
51882
|
export interface QuickSightTemplateTextAreaControlDisplayOptions {
|
50855
51883
|
TitleOptions?: QuickSightTemplateLabelOptions;
|
50856
51884
|
PlaceholderOptions?: QuickSightTemplateTextControlPlaceholderOptions;
|
51885
|
+
InfoIconLabelOptions?: QuickSightTemplateSheetControlInfoIconLabelOptions;
|
50857
51886
|
}
|
50858
51887
|
/**
|
50859
51888
|
* Type definition for AWS::QuickSight::Template.TextConditionalFormat
|
@@ -50884,6 +51913,7 @@ export interface QuickSightTemplateTextControlPlaceholderOptions {
|
|
50884
51913
|
export interface QuickSightTemplateTextFieldControlDisplayOptions {
|
50885
51914
|
TitleOptions?: QuickSightTemplateLabelOptions;
|
50886
51915
|
PlaceholderOptions?: QuickSightTemplateTextControlPlaceholderOptions;
|
51916
|
+
InfoIconLabelOptions?: QuickSightTemplateSheetControlInfoIconLabelOptions;
|
50887
51917
|
}
|
50888
51918
|
/**
|
50889
51919
|
* Type definition for AWS::QuickSight::Template.ThousandSeparatorOptions
|
@@ -51005,10 +52035,10 @@ export interface QuickSightTemplateTopBottomFilter {
|
|
51005
52035
|
*/
|
51006
52036
|
export interface QuickSightTemplateTopBottomMoversComputation {
|
51007
52037
|
Type: string;
|
51008
|
-
Category
|
52038
|
+
Category?: QuickSightTemplateDimensionField;
|
51009
52039
|
Value?: QuickSightTemplateMeasureField;
|
51010
52040
|
SortOrder?: string;
|
51011
|
-
Time
|
52041
|
+
Time?: QuickSightTemplateDimensionField;
|
51012
52042
|
MoverSize?: number;
|
51013
52043
|
ComputationId: string;
|
51014
52044
|
Name?: string;
|
@@ -51021,7 +52051,7 @@ export interface QuickSightTemplateTopBottomMoversComputation {
|
|
51021
52051
|
*/
|
51022
52052
|
export interface QuickSightTemplateTopBottomRankedComputation {
|
51023
52053
|
Type: string;
|
51024
|
-
Category
|
52054
|
+
Category?: QuickSightTemplateDimensionField;
|
51025
52055
|
ResultSize?: number;
|
51026
52056
|
Value?: QuickSightTemplateMeasureField;
|
51027
52057
|
ComputationId: string;
|
@@ -51034,7 +52064,7 @@ export interface QuickSightTemplateTopBottomRankedComputation {
|
|
51034
52064
|
* @group AWS::QuickSight
|
51035
52065
|
*/
|
51036
52066
|
export interface QuickSightTemplateTotalAggregationComputation {
|
51037
|
-
Value
|
52067
|
+
Value?: QuickSightTemplateMeasureField;
|
51038
52068
|
ComputationId: string;
|
51039
52069
|
Name?: string;
|
51040
52070
|
}
|
@@ -51139,7 +52169,7 @@ export interface QuickSightTemplateUnaggregatedField {
|
|
51139
52169
|
* @group AWS::QuickSight
|
51140
52170
|
*/
|
51141
52171
|
export interface QuickSightTemplateUniqueValuesComputation {
|
51142
|
-
Category
|
52172
|
+
Category?: QuickSightTemplateDimensionField;
|
51143
52173
|
ComputationId: string;
|
51144
52174
|
Name?: string;
|
51145
52175
|
}
|
@@ -52644,6 +53674,18 @@ export interface RoboMakerSimulationApplicationSourceConfig {
|
|
52644
53674
|
Architecture: string;
|
52645
53675
|
S3Key: string;
|
52646
53676
|
}
|
53677
|
+
/**
|
53678
|
+
* Type definition for AWS::RolesAnywhere::TrustAnchor.NotificationSetting
|
53679
|
+
*
|
53680
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rolesanywhere-trustanchor-notificationsetting.html | AWS::RolesAnywhere::TrustAnchor.NotificationSetting}
|
53681
|
+
* @group AWS::RolesAnywhere
|
53682
|
+
*/
|
53683
|
+
export interface RolesAnywhereTrustAnchorNotificationSetting {
|
53684
|
+
Channel?: string;
|
53685
|
+
Enabled: boolean;
|
53686
|
+
Event: string;
|
53687
|
+
Threshold?: number;
|
53688
|
+
}
|
52647
53689
|
/**
|
52648
53690
|
* Type definition for AWS::RolesAnywhere::TrustAnchor.Source
|
52649
53691
|
*
|
@@ -62642,6 +63684,7 @@ export interface AppStreamFleetProps {
|
|
62642
63684
|
DisplayName?: string;
|
62643
63685
|
StreamView?: string;
|
62644
63686
|
IamRoleArn?: string;
|
63687
|
+
MaxSessionsPerInstance?: number;
|
62645
63688
|
InstanceType: string;
|
62646
63689
|
MaxConcurrentSessions?: number;
|
62647
63690
|
Tags?: any[];
|
@@ -63938,6 +64981,36 @@ export interface ChatbotSlackChannelConfigurationProps {
|
|
63938
64981
|
export interface ChatbotSlackChannelConfigurationAttribs {
|
63939
64982
|
Arn?: string;
|
63940
64983
|
}
|
64984
|
+
/**
|
64985
|
+
* Type definition for AWS::CleanRooms::AnalysisTemplate
|
64986
|
+
*
|
64987
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-analysistemplate.html | AWS::CleanRooms::AnalysisTemplate}
|
64988
|
+
* @group AWS::CleanRooms
|
64989
|
+
*/
|
64990
|
+
export interface CleanRoomsAnalysisTemplateProps {
|
64991
|
+
MembershipIdentifier: string;
|
64992
|
+
Description?: string;
|
64993
|
+
Format: string;
|
64994
|
+
AnalysisParameters?: any[];
|
64995
|
+
Source: CleanRoomsAnalysisTemplateAnalysisSource;
|
64996
|
+
Tags?: any[];
|
64997
|
+
Name: string;
|
64998
|
+
}
|
64999
|
+
/**
|
65000
|
+
* Attributes type definition for AWS::CleanRooms::AnalysisTemplate
|
65001
|
+
*
|
65002
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-analysistemplate.html | AWS::CleanRooms::AnalysisTemplate}
|
65003
|
+
* @group AWS::CleanRooms
|
65004
|
+
*/
|
65005
|
+
export interface CleanRoomsAnalysisTemplateAttribs {
|
65006
|
+
CollaborationIdentifier?: string;
|
65007
|
+
"Schema.ReferencedTables"?: any[];
|
65008
|
+
MembershipArn?: string;
|
65009
|
+
Schema?: CleanRoomsAnalysisTemplateAnalysisSchema;
|
65010
|
+
Arn?: string;
|
65011
|
+
CollaborationArn?: string;
|
65012
|
+
AnalysisTemplateIdentifier?: string;
|
65013
|
+
}
|
63941
65014
|
/**
|
63942
65015
|
* Type definition for AWS::CleanRooms::Collaboration
|
63943
65016
|
*
|
@@ -67007,6 +68080,7 @@ export interface DataSyncTaskProps {
|
|
67007
68080
|
Schedule?: DataSyncTaskTaskSchedule;
|
67008
68081
|
CloudWatchLogGroupArn?: string;
|
67009
68082
|
SourceLocationArn: string;
|
68083
|
+
TaskReportConfig?: DataSyncTaskTaskReportConfig;
|
67010
68084
|
Excludes?: any[];
|
67011
68085
|
Tags?: any[];
|
67012
68086
|
Name?: string;
|
@@ -67073,6 +68147,26 @@ export interface DetectiveOrganizationAdminProps {
|
|
67073
68147
|
export interface DetectiveOrganizationAdminAttribs {
|
67074
68148
|
GraphArn?: string;
|
67075
68149
|
}
|
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
|
+
}
|
67076
68170
|
/**
|
67077
68171
|
* Type definition for AWS::DevOpsGuru::LogAnomalyDetectionIntegration
|
67078
68172
|
*
|
@@ -67608,15 +68702,23 @@ export interface EC2EIPAttribs {
|
|
67608
68702
|
/**
|
67609
68703
|
* Type definition for AWS::EC2::EIPAssociation
|
67610
68704
|
*
|
67611
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
68705
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-eipassociation.html | AWS::EC2::EIPAssociation}
|
67612
68706
|
* @group AWS::EC2
|
67613
68707
|
*/
|
67614
68708
|
export interface EC2EIPAssociationProps {
|
67615
|
-
|
67616
|
-
EIP?: string;
|
68709
|
+
PrivateIpAddress?: string;
|
67617
68710
|
InstanceId?: string;
|
68711
|
+
AllocationId?: string;
|
67618
68712
|
NetworkInterfaceId?: string;
|
67619
|
-
|
68713
|
+
}
|
68714
|
+
/**
|
68715
|
+
* Attributes type definition for AWS::EC2::EIPAssociation
|
68716
|
+
*
|
68717
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-eipassociation.html | AWS::EC2::EIPAssociation}
|
68718
|
+
* @group AWS::EC2
|
68719
|
+
*/
|
68720
|
+
export interface EC2EIPAssociationAttribs {
|
68721
|
+
Id?: string;
|
67620
68722
|
}
|
67621
68723
|
/**
|
67622
68724
|
* Type definition for AWS::EC2::EgressOnlyInternetGateway
|
@@ -74807,11 +75909,9 @@ export interface IoTWirelessServiceProfileAttribs {
|
|
74807
75909
|
"LoRaWAN.DlBucketSize"?: number;
|
74808
75910
|
"LoRaWAN.DrMax"?: number;
|
74809
75911
|
"LoRaWAN.UlBucketSize"?: number;
|
74810
|
-
"LoRaWAN.RaAllowed"?: boolean;
|
74811
75912
|
"LoRaWAN.UlRate"?: number;
|
74812
75913
|
"LoRaWAN.NwkGeoLoc"?: boolean;
|
74813
75914
|
"LoRaWAN.DevStatusReqFreq"?: number;
|
74814
|
-
"LoRaWAN.PrAllowed"?: boolean;
|
74815
75915
|
Id?: string;
|
74816
75916
|
Arn?: string;
|
74817
75917
|
}
|
@@ -75338,7 +76438,9 @@ export interface LakeFormationDataLakeSettingsProps {
|
|
75338
76438
|
AllowExternalDataFiltering?: boolean;
|
75339
76439
|
ExternalDataFilteringAllowList?: LakeFormationDataLakeSettingsExternalDataFilteringAllowList;
|
75340
76440
|
CreateTableDefaultPermissions?: LakeFormationDataLakeSettingsCreateTableDefaultPermissions;
|
76441
|
+
MutationType?: string;
|
75341
76442
|
Parameters?: object;
|
76443
|
+
AllowFullTableExternalDataAccess?: boolean;
|
75342
76444
|
Admins?: LakeFormationDataLakeSettingsAdmins;
|
75343
76445
|
CreateDatabaseDefaultPermissions?: LakeFormationDataLakeSettingsCreateDatabaseDefaultPermissions;
|
75344
76446
|
AuthorizedSessionTagValueList?: any[];
|
@@ -78969,6 +80071,90 @@ export interface OrganizationsResourcePolicyAttribs {
|
|
78969
80071
|
Id?: string;
|
78970
80072
|
Arn?: string;
|
78971
80073
|
}
|
80074
|
+
/**
|
80075
|
+
* Type definition for AWS::PCAConnectorAD::Connector
|
80076
|
+
*
|
80077
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorad-connector.html | AWS::PCAConnectorAD::Connector}
|
80078
|
+
* @group AWS::PCAConnectorAD
|
80079
|
+
*/
|
80080
|
+
export interface PCAConnectorADConnectorProps {
|
80081
|
+
CertificateAuthorityArn: string;
|
80082
|
+
DirectoryId: string;
|
80083
|
+
VpcInformation: PCAConnectorADConnectorVpcInformation;
|
80084
|
+
Tags?: Record<string, any>;
|
80085
|
+
}
|
80086
|
+
/**
|
80087
|
+
* Attributes type definition for AWS::PCAConnectorAD::Connector
|
80088
|
+
*
|
80089
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorad-connector.html | AWS::PCAConnectorAD::Connector}
|
80090
|
+
* @group AWS::PCAConnectorAD
|
80091
|
+
*/
|
80092
|
+
export interface PCAConnectorADConnectorAttribs {
|
80093
|
+
ConnectorArn?: string;
|
80094
|
+
}
|
80095
|
+
/**
|
80096
|
+
* Type definition for AWS::PCAConnectorAD::DirectoryRegistration
|
80097
|
+
*
|
80098
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorad-directoryregistration.html | AWS::PCAConnectorAD::DirectoryRegistration}
|
80099
|
+
* @group AWS::PCAConnectorAD
|
80100
|
+
*/
|
80101
|
+
export interface PCAConnectorADDirectoryRegistrationProps {
|
80102
|
+
DirectoryId: string;
|
80103
|
+
Tags?: Record<string, any>;
|
80104
|
+
}
|
80105
|
+
/**
|
80106
|
+
* Attributes type definition for AWS::PCAConnectorAD::DirectoryRegistration
|
80107
|
+
*
|
80108
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorad-directoryregistration.html | AWS::PCAConnectorAD::DirectoryRegistration}
|
80109
|
+
* @group AWS::PCAConnectorAD
|
80110
|
+
*/
|
80111
|
+
export interface PCAConnectorADDirectoryRegistrationAttribs {
|
80112
|
+
DirectoryRegistrationArn?: string;
|
80113
|
+
}
|
80114
|
+
/**
|
80115
|
+
* Type definition for AWS::PCAConnectorAD::ServicePrincipalName
|
80116
|
+
*
|
80117
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorad-serviceprincipalname.html | AWS::PCAConnectorAD::ServicePrincipalName}
|
80118
|
+
* @group AWS::PCAConnectorAD
|
80119
|
+
*/
|
80120
|
+
export interface PCAConnectorADServicePrincipalNameProps {
|
80121
|
+
ConnectorArn?: string;
|
80122
|
+
DirectoryRegistrationArn?: string;
|
80123
|
+
}
|
80124
|
+
/**
|
80125
|
+
* Type definition for AWS::PCAConnectorAD::Template
|
80126
|
+
*
|
80127
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorad-template.html | AWS::PCAConnectorAD::Template}
|
80128
|
+
* @group AWS::PCAConnectorAD
|
80129
|
+
*/
|
80130
|
+
export interface PCAConnectorADTemplateProps {
|
80131
|
+
ConnectorArn: string;
|
80132
|
+
Definition: PCAConnectorADTemplateTemplateDefinition;
|
80133
|
+
Tags?: Record<string, any>;
|
80134
|
+
Name: string;
|
80135
|
+
ReenrollAllCertificateHolders?: boolean;
|
80136
|
+
}
|
80137
|
+
/**
|
80138
|
+
* Attributes type definition for AWS::PCAConnectorAD::Template
|
80139
|
+
*
|
80140
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorad-template.html | AWS::PCAConnectorAD::Template}
|
80141
|
+
* @group AWS::PCAConnectorAD
|
80142
|
+
*/
|
80143
|
+
export interface PCAConnectorADTemplateAttribs {
|
80144
|
+
TemplateArn?: string;
|
80145
|
+
}
|
80146
|
+
/**
|
80147
|
+
* Type definition for AWS::PCAConnectorAD::TemplateGroupAccessControlEntry
|
80148
|
+
*
|
80149
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorad-templategroupaccesscontrolentry.html | AWS::PCAConnectorAD::TemplateGroupAccessControlEntry}
|
80150
|
+
* @group AWS::PCAConnectorAD
|
80151
|
+
*/
|
80152
|
+
export interface PCAConnectorADTemplateGroupAccessControlEntryProps {
|
80153
|
+
AccessRights: PCAConnectorADTemplateGroupAccessControlEntryAccessRights;
|
80154
|
+
TemplateArn?: string;
|
80155
|
+
GroupDisplayName: string;
|
80156
|
+
GroupSecurityIdentifier?: string;
|
80157
|
+
}
|
78972
80158
|
/**
|
78973
80159
|
* Type definition for AWS::Panorama::ApplicationInstance
|
78974
80160
|
*
|
@@ -80013,6 +81199,7 @@ export interface RAMResourceShareProps {
|
|
80013
81199
|
Principals?: any[];
|
80014
81200
|
AllowExternalPrincipals?: boolean;
|
80015
81201
|
ResourceArns?: any[];
|
81202
|
+
Sources?: any[];
|
80016
81203
|
Tags?: any[];
|
80017
81204
|
Name: string;
|
80018
81205
|
}
|
@@ -81247,6 +82434,7 @@ export interface RolesAnywhereProfileAttribs {
|
|
81247
82434
|
* @group AWS::RolesAnywhere
|
81248
82435
|
*/
|
81249
82436
|
export interface RolesAnywhereTrustAnchorProps {
|
82437
|
+
NotificationSettings?: any[];
|
81250
82438
|
Enabled?: boolean;
|
81251
82439
|
Source: RolesAnywhereTrustAnchorSource;
|
81252
82440
|
Tags?: any[];
|
@@ -85902,6 +87090,7 @@ export interface ResourceTypes {
|
|
85902
87090
|
"AWS::CertificateManager::Certificate": CertificateManagerCertificateProps;
|
85903
87091
|
"AWS::Chatbot::MicrosoftTeamsChannelConfiguration": ChatbotMicrosoftTeamsChannelConfigurationProps;
|
85904
87092
|
"AWS::Chatbot::SlackChannelConfiguration": ChatbotSlackChannelConfigurationProps;
|
87093
|
+
"AWS::CleanRooms::AnalysisTemplate": CleanRoomsAnalysisTemplateProps;
|
85905
87094
|
"AWS::CleanRooms::Collaboration": CleanRoomsCollaborationProps;
|
85906
87095
|
"AWS::CleanRooms::ConfiguredTable": CleanRoomsConfiguredTableProps;
|
85907
87096
|
"AWS::CleanRooms::ConfiguredTableAssociation": CleanRoomsConfiguredTableAssociationProps;
|
@@ -86049,6 +87238,7 @@ export interface ResourceTypes {
|
|
86049
87238
|
"AWS::Detective::Graph": DetectiveGraphProps;
|
86050
87239
|
"AWS::Detective::MemberInvitation": DetectiveMemberInvitationProps;
|
86051
87240
|
"AWS::Detective::OrganizationAdmin": DetectiveOrganizationAdminProps;
|
87241
|
+
"AWS::DevBatch::JobDefinition": DevBatchJobDefinitionProps;
|
86052
87242
|
"AWS::DevOpsGuru::LogAnomalyDetectionIntegration": DevOpsGuruLogAnomalyDetectionIntegrationProps;
|
86053
87243
|
"AWS::DevOpsGuru::NotificationChannel": DevOpsGuruNotificationChannelProps;
|
86054
87244
|
"AWS::DevOpsGuru::ResourceCollection": DevOpsGuruResourceCollectionProps;
|
@@ -86577,6 +87767,11 @@ export interface ResourceTypes {
|
|
86577
87767
|
"AWS::Organizations::OrganizationalUnit": OrganizationsOrganizationalUnitProps;
|
86578
87768
|
"AWS::Organizations::Policy": OrganizationsPolicyProps;
|
86579
87769
|
"AWS::Organizations::ResourcePolicy": OrganizationsResourcePolicyProps;
|
87770
|
+
"AWS::PCAConnectorAD::Connector": PCAConnectorADConnectorProps;
|
87771
|
+
"AWS::PCAConnectorAD::DirectoryRegistration": PCAConnectorADDirectoryRegistrationProps;
|
87772
|
+
"AWS::PCAConnectorAD::ServicePrincipalName": PCAConnectorADServicePrincipalNameProps;
|
87773
|
+
"AWS::PCAConnectorAD::Template": PCAConnectorADTemplateProps;
|
87774
|
+
"AWS::PCAConnectorAD::TemplateGroupAccessControlEntry": PCAConnectorADTemplateGroupAccessControlEntryProps;
|
86580
87775
|
"AWS::Panorama::ApplicationInstance": PanoramaApplicationInstanceProps;
|
86581
87776
|
"AWS::Panorama::Package": PanoramaPackageProps;
|
86582
87777
|
"AWS::Panorama::PackageVersion": PanoramaPackageVersionProps;
|
@@ -86992,6 +88187,7 @@ export interface AttributeTypes {
|
|
86992
88187
|
"AWS::CertificateManager::Account": CertificateManagerAccountAttribs;
|
86993
88188
|
"AWS::Chatbot::MicrosoftTeamsChannelConfiguration": ChatbotMicrosoftTeamsChannelConfigurationAttribs;
|
86994
88189
|
"AWS::Chatbot::SlackChannelConfiguration": ChatbotSlackChannelConfigurationAttribs;
|
88190
|
+
"AWS::CleanRooms::AnalysisTemplate": CleanRoomsAnalysisTemplateAttribs;
|
86995
88191
|
"AWS::CleanRooms::Collaboration": CleanRoomsCollaborationAttribs;
|
86996
88192
|
"AWS::CleanRooms::ConfiguredTable": CleanRoomsConfiguredTableAttribs;
|
86997
88193
|
"AWS::CleanRooms::ConfiguredTableAssociation": CleanRoomsConfiguredTableAssociationAttribs;
|
@@ -87111,6 +88307,7 @@ export interface AttributeTypes {
|
|
87111
88307
|
"AWS::EC2::DHCPOptions": EC2DHCPOptionsAttribs;
|
87112
88308
|
"AWS::EC2::EC2Fleet": EC2EC2FleetAttribs;
|
87113
88309
|
"AWS::EC2::EIP": EC2EIPAttribs;
|
88310
|
+
"AWS::EC2::EIPAssociation": EC2EIPAssociationAttribs;
|
87114
88311
|
"AWS::EC2::EgressOnlyInternetGateway": EC2EgressOnlyInternetGatewayAttribs;
|
87115
88312
|
"AWS::EC2::EnclaveCertificateIamRoleAssociation": EC2EnclaveCertificateIamRoleAssociationAttribs;
|
87116
88313
|
"AWS::EC2::FlowLog": EC2FlowLogAttribs;
|
@@ -87497,6 +88694,9 @@ export interface AttributeTypes {
|
|
87497
88694
|
"AWS::Organizations::OrganizationalUnit": OrganizationsOrganizationalUnitAttribs;
|
87498
88695
|
"AWS::Organizations::Policy": OrganizationsPolicyAttribs;
|
87499
88696
|
"AWS::Organizations::ResourcePolicy": OrganizationsResourcePolicyAttribs;
|
88697
|
+
"AWS::PCAConnectorAD::Connector": PCAConnectorADConnectorAttribs;
|
88698
|
+
"AWS::PCAConnectorAD::DirectoryRegistration": PCAConnectorADDirectoryRegistrationAttribs;
|
88699
|
+
"AWS::PCAConnectorAD::Template": PCAConnectorADTemplateAttribs;
|
87500
88700
|
"AWS::Panorama::ApplicationInstance": PanoramaApplicationInstanceAttribs;
|
87501
88701
|
"AWS::Panorama::Package": PanoramaPackageAttribs;
|
87502
88702
|
"AWS::Panorama::PackageVersion": PanoramaPackageVersionAttribs;
|
@@ -87860,6 +89060,7 @@ export declare const ResourceType: {
|
|
87860
89060
|
readonly CertificateManagerCertificate: "AWS::CertificateManager::Certificate";
|
87861
89061
|
readonly ChatbotMicrosoftTeamsChannelConfiguration: "AWS::Chatbot::MicrosoftTeamsChannelConfiguration";
|
87862
89062
|
readonly ChatbotSlackChannelConfiguration: "AWS::Chatbot::SlackChannelConfiguration";
|
89063
|
+
readonly CleanRoomsAnalysisTemplate: "AWS::CleanRooms::AnalysisTemplate";
|
87863
89064
|
readonly CleanRoomsCollaboration: "AWS::CleanRooms::Collaboration";
|
87864
89065
|
readonly CleanRoomsConfiguredTable: "AWS::CleanRooms::ConfiguredTable";
|
87865
89066
|
readonly CleanRoomsConfiguredTableAssociation: "AWS::CleanRooms::ConfiguredTableAssociation";
|
@@ -88007,6 +89208,7 @@ export declare const ResourceType: {
|
|
88007
89208
|
readonly DetectiveGraph: "AWS::Detective::Graph";
|
88008
89209
|
readonly DetectiveMemberInvitation: "AWS::Detective::MemberInvitation";
|
88009
89210
|
readonly DetectiveOrganizationAdmin: "AWS::Detective::OrganizationAdmin";
|
89211
|
+
readonly DevBatchJobDefinition: "AWS::DevBatch::JobDefinition";
|
88010
89212
|
readonly DevOpsGuruLogAnomalyDetectionIntegration: "AWS::DevOpsGuru::LogAnomalyDetectionIntegration";
|
88011
89213
|
readonly DevOpsGuruNotificationChannel: "AWS::DevOpsGuru::NotificationChannel";
|
88012
89214
|
readonly DevOpsGuruResourceCollection: "AWS::DevOpsGuru::ResourceCollection";
|
@@ -88535,6 +89737,11 @@ export declare const ResourceType: {
|
|
88535
89737
|
readonly OrganizationsOrganizationalUnit: "AWS::Organizations::OrganizationalUnit";
|
88536
89738
|
readonly OrganizationsPolicy: "AWS::Organizations::Policy";
|
88537
89739
|
readonly OrganizationsResourcePolicy: "AWS::Organizations::ResourcePolicy";
|
89740
|
+
readonly PCAConnectorADConnector: "AWS::PCAConnectorAD::Connector";
|
89741
|
+
readonly PCAConnectorADDirectoryRegistration: "AWS::PCAConnectorAD::DirectoryRegistration";
|
89742
|
+
readonly PCAConnectorADServicePrincipalName: "AWS::PCAConnectorAD::ServicePrincipalName";
|
89743
|
+
readonly PCAConnectorADTemplate: "AWS::PCAConnectorAD::Template";
|
89744
|
+
readonly PCAConnectorADTemplateGroupAccessControlEntry: "AWS::PCAConnectorAD::TemplateGroupAccessControlEntry";
|
88538
89745
|
readonly PanoramaApplicationInstance: "AWS::Panorama::ApplicationInstance";
|
88539
89746
|
readonly PanoramaPackage: "AWS::Panorama::Package";
|
88540
89747
|
readonly PanoramaPackageVersion: "AWS::Panorama::PackageVersion";
|