@pulumi/aws-native 1.28.0-alpha.1746650988 → 1.28.0-alpha.1747224599
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/apigateway/domainName.d.ts +6 -0
- package/apigateway/domainName.js +2 -0
- package/apigateway/domainName.js.map +1 -1
- package/apigateway/domainNameV2.d.ts +9 -0
- package/apigateway/domainNameV2.js +2 -0
- package/apigateway/domainNameV2.js.map +1 -1
- package/apigateway/getDomainName.d.ts +5 -0
- package/apigateway/getDomainName.js.map +1 -1
- package/apigateway/getDomainNameV2.d.ts +5 -0
- package/apigateway/getDomainNameV2.js.map +1 -1
- package/apigatewayv2/domainName.d.ts +3 -0
- package/apigatewayv2/domainName.js +2 -0
- package/apigatewayv2/domainName.js.map +1 -1
- package/apigatewayv2/getAuthorizer.d.ts +0 -20
- package/apigatewayv2/getAuthorizer.js.map +1 -1
- package/apigatewayv2/getDomainName.d.ts +2 -0
- package/apigatewayv2/getDomainName.js.map +1 -1
- package/apigatewayv2/getRoutingRule.d.ts +35 -0
- package/apigatewayv2/getRoutingRule.js +28 -0
- package/apigatewayv2/getRoutingRule.js.map +1 -0
- package/apigatewayv2/index.d.ts +7 -0
- package/apigatewayv2/index.js +24 -1
- package/apigatewayv2/index.js.map +1 -1
- package/apigatewayv2/routingRule.d.ts +57 -0
- package/apigatewayv2/routingRule.js +80 -0
- package/apigatewayv2/routingRule.js.map +1 -0
- package/backup/getLogicallyAirGappedBackupVault.d.ts +12 -0
- package/backup/getLogicallyAirGappedBackupVault.js.map +1 -1
- package/backup/logicallyAirGappedBackupVault.d.ts +12 -0
- package/backup/logicallyAirGappedBackupVault.js.map +1 -1
- package/bedrock/getIntelligentPromptRouter.d.ts +6 -0
- package/bedrock/getIntelligentPromptRouter.js.map +1 -1
- package/bedrock/intelligentPromptRouter.d.ts +18 -0
- package/bedrock/intelligentPromptRouter.js.map +1 -1
- package/cleanrooms/collaboration.js +1 -1
- package/cleanrooms/collaboration.js.map +1 -1
- package/cleanrooms/getCollaboration.d.ts +5 -0
- package/cleanrooms/getCollaboration.js.map +1 -1
- package/connect/evaluationForm.d.ts +8 -8
- package/connect/getEvaluationForm.d.ts +4 -4
- package/datasync/getStorageSystem.d.ts +0 -3
- package/datasync/getStorageSystem.js.map +1 -1
- package/datasync/storageSystem.d.ts +0 -12
- package/datasync/storageSystem.js.map +1 -1
- package/ec2/eip.js +1 -1
- package/ec2/eip.js.map +1 -1
- package/ec2/getEip.d.ts +5 -0
- package/ec2/getEip.js.map +1 -1
- package/ec2/getIpam.d.ts +4 -0
- package/ec2/getIpam.js.map +1 -1
- package/ec2/getVolume.d.ts +24 -9
- package/ec2/getVolume.js.map +1 -1
- package/ec2/ipam.d.ts +8 -0
- package/ec2/ipam.js +2 -0
- package/ec2/ipam.js.map +1 -1
- package/ec2/networkInsightsAnalysis.d.ts +8 -0
- package/ec2/networkInsightsAnalysis.js +3 -1
- package/ec2/networkInsightsAnalysis.js.map +1 -1
- package/ec2/volume.d.ts +48 -18
- package/ec2/volume.js +2 -0
- package/ec2/volume.js.map +1 -1
- package/ecr/getRegistryScanningConfiguration.d.ts +2 -2
- package/ecr/getRegistryScanningConfiguration.js +2 -2
- package/ecr/getRepositoryCreationTemplate.d.ts +1 -1
- package/ecr/registryScanningConfiguration.d.ts +1 -1
- package/ecr/registryScanningConfiguration.js +1 -1
- package/ecr/repositoryCreationTemplate.d.ts +2 -2
- package/kinesisfirehose/getDeliveryStream.d.ts +0 -32
- package/kinesisfirehose/getDeliveryStream.js.map +1 -1
- package/logs/deliveryDestination.d.ts +2 -2
- package/logs/getDeliveryDestination.d.ts +1 -1
- package/omics/getWorkflow.d.ts +2 -0
- package/omics/getWorkflow.js.map +1 -1
- package/omics/getWorkflowVersion.d.ts +29 -0
- package/omics/getWorkflowVersion.js +28 -0
- package/omics/getWorkflowVersion.js.map +1 -0
- package/omics/index.d.ts +6 -0
- package/omics/index.js +8 -1
- package/omics/index.js.map +1 -1
- package/omics/workflow.d.ts +3 -0
- package/omics/workflow.js +4 -0
- package/omics/workflow.js.map +1 -1
- package/omics/workflowVersion.d.ts +73 -0
- package/omics/workflowVersion.js +93 -0
- package/omics/workflowVersion.js.map +1 -0
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/rds/dbCluster.d.ts +13 -13
- package/rds/dbCluster.js +1 -1
- package/rds/dbInstance.d.ts +21 -23
- package/rds/dbInstance.js +1 -1
- package/rds/dbInstance.js.map +1 -1
- package/rds/dbParameterGroup.d.ts +2 -2
- package/rds/getDbCluster.d.ts +5 -5
- package/rds/getDbCluster.js +2 -2
- package/rds/getDbInstance.d.ts +11 -12
- package/rds/getDbInstance.js +2 -2
- package/rds/getDbInstance.js.map +1 -1
- package/rds/getDbParameterGroup.d.ts +1 -1
- package/sagemaker/app.d.ts +12 -0
- package/sagemaker/app.js +4 -0
- package/sagemaker/app.js.map +1 -1
- package/sagemaker/getApp.d.ts +8 -0
- package/sagemaker/getApp.js.map +1 -1
- package/securityhub/findingAggregator.d.ts +6 -6
- package/securityhub/getFindingAggregator.d.ts +3 -3
- package/securityhub/getStandard.d.ts +1 -1
- package/securityhub/standard.d.ts +2 -2
- package/ssmcontacts/contact.d.ts +2 -0
- package/ssmcontacts/contact.js +2 -0
- package/ssmcontacts/contact.js.map +1 -1
- package/ssmcontacts/getContact.d.ts +2 -0
- package/ssmcontacts/getContact.js.map +1 -1
- package/types/enums/apigateway/index.d.ts +15 -0
- package/types/enums/apigateway/index.js +11 -1
- package/types/enums/apigateway/index.js.map +1 -1
- package/types/enums/apigatewayv2/index.d.ts +6 -0
- package/types/enums/apigatewayv2/index.js +11 -0
- package/types/enums/apigatewayv2/index.js.map +1 -0
- package/types/enums/codebuild/index.d.ts +1 -0
- package/types/enums/codebuild/index.js +1 -0
- package/types/enums/codebuild/index.js.map +1 -1
- package/types/enums/connect/index.d.ts +7 -7
- package/types/enums/ec2/index.d.ts +8 -0
- package/types/enums/ec2/index.js +6 -2
- package/types/enums/ec2/index.js.map +1 -1
- package/types/enums/index.d.ts +2 -1
- package/types/enums/index.js +6 -4
- package/types/enums/index.js.map +1 -1
- package/types/enums/omics/index.d.ts +34 -0
- package/types/enums/omics/index.js +29 -1
- package/types/enums/omics/index.js.map +1 -1
- package/types/enums/qbusiness/index.d.ts +1 -0
- package/types/enums/qbusiness/index.js +1 -0
- package/types/enums/qbusiness/index.js.map +1 -1
- package/types/enums/sagemaker/index.d.ts +366 -0
- package/types/enums/sagemaker/index.js +345 -3
- package/types/enums/sagemaker/index.js.map +1 -1
- package/types/enums/securityhub/index.d.ts +16 -16
- package/types/enums/ssm/index.d.ts +2 -0
- package/types/enums/ssm/index.js +2 -0
- package/types/enums/ssm/index.js.map +1 -1
- package/types/enums/verifiedpermissions/index.d.ts +5 -0
- package/types/enums/verifiedpermissions/index.js +5 -1
- package/types/enums/verifiedpermissions/index.js.map +1 -1
- package/types/enums/workspaces/index.d.ts +5 -0
- package/types/enums/workspaces/index.js +5 -1
- package/types/enums/workspaces/index.js.map +1 -1
- package/types/input.d.ts +278 -152
- package/types/output.d.ts +278 -152
- package/types/output.js.map +1 -1
- package/verifiedpermissions/getPolicyStore.d.ts +1 -0
- package/verifiedpermissions/getPolicyStore.js.map +1 -1
- package/verifiedpermissions/policyStore.d.ts +2 -0
- package/verifiedpermissions/policyStore.js +2 -0
- package/verifiedpermissions/policyStore.js.map +1 -1
- package/workspaces/getWorkspacesPool.d.ts +2 -0
- package/workspaces/getWorkspacesPool.js.map +1 -1
- package/workspaces/workspacesPool.d.ts +3 -0
- package/workspaces/workspacesPool.js +2 -0
- package/workspaces/workspacesPool.js.map +1 -1
package/types/input.d.ts
CHANGED
|
@@ -2277,6 +2277,28 @@ export declare namespace apigatewayv2 {
|
|
|
2277
2277
|
*/
|
|
2278
2278
|
required: pulumi.Input<boolean>;
|
|
2279
2279
|
}
|
|
2280
|
+
interface RoutingRuleActionArgs {
|
|
2281
|
+
invokeApi: pulumi.Input<inputs.apigatewayv2.RoutingRuleActionInvokeApiArgs>;
|
|
2282
|
+
}
|
|
2283
|
+
interface RoutingRuleActionInvokeApiArgs {
|
|
2284
|
+
apiId: pulumi.Input<string>;
|
|
2285
|
+
stage: pulumi.Input<string>;
|
|
2286
|
+
stripBasePath?: pulumi.Input<boolean>;
|
|
2287
|
+
}
|
|
2288
|
+
interface RoutingRuleConditionArgs {
|
|
2289
|
+
matchBasePaths?: pulumi.Input<inputs.apigatewayv2.RoutingRuleMatchBasePathsArgs>;
|
|
2290
|
+
matchHeaders?: pulumi.Input<inputs.apigatewayv2.RoutingRuleMatchHeadersArgs>;
|
|
2291
|
+
}
|
|
2292
|
+
interface RoutingRuleMatchBasePathsArgs {
|
|
2293
|
+
anyOf: pulumi.Input<pulumi.Input<string>[]>;
|
|
2294
|
+
}
|
|
2295
|
+
interface RoutingRuleMatchHeaderValueArgs {
|
|
2296
|
+
header: pulumi.Input<string>;
|
|
2297
|
+
valueGlob: pulumi.Input<string>;
|
|
2298
|
+
}
|
|
2299
|
+
interface RoutingRuleMatchHeadersArgs {
|
|
2300
|
+
anyOf: pulumi.Input<pulumi.Input<inputs.apigatewayv2.RoutingRuleMatchHeaderValueArgs>[]>;
|
|
2301
|
+
}
|
|
2280
2302
|
}
|
|
2281
2303
|
export declare namespace appconfig {
|
|
2282
2304
|
/**
|
|
@@ -7776,6 +7798,14 @@ export declare namespace backup {
|
|
|
7776
7798
|
* Enables continuous backup and point-in-time restores (PITR).
|
|
7777
7799
|
*/
|
|
7778
7800
|
enableContinuousBackup?: pulumi.Input<boolean>;
|
|
7801
|
+
/**
|
|
7802
|
+
* There can up to one IndexAction in each BackupRule, as each backup can have 0 or 1 backup index associated with it.
|
|
7803
|
+
*
|
|
7804
|
+
* Within the array is ResourceTypes. Only 1 resource type will be accepted for each BackupRule. Valid values:
|
|
7805
|
+
*
|
|
7806
|
+
* - `EBS` for Amazon Elastic Block Store
|
|
7807
|
+
* - `S3` for Amazon Simple Storage Service (Amazon S3)
|
|
7808
|
+
*/
|
|
7779
7809
|
indexActions?: pulumi.Input<pulumi.Input<inputs.backup.BackupPlanIndexActionsResourceTypeArgs>[]>;
|
|
7780
7810
|
/**
|
|
7781
7811
|
* The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define.
|
|
@@ -7823,15 +7853,23 @@ export declare namespace backup {
|
|
|
7823
7853
|
lifecycle?: pulumi.Input<inputs.backup.BackupPlanLifecycleResourceTypeArgs>;
|
|
7824
7854
|
}
|
|
7825
7855
|
interface BackupPlanIndexActionsResourceTypeArgs {
|
|
7856
|
+
/**
|
|
7857
|
+
* 0 or 1 index action will be accepted for each BackupRule.
|
|
7858
|
+
*
|
|
7859
|
+
* Valid values:
|
|
7860
|
+
*
|
|
7861
|
+
* - `EBS` for Amazon Elastic Block Store
|
|
7862
|
+
* - `S3` for Amazon Simple Storage Service (Amazon S3)
|
|
7863
|
+
*/
|
|
7826
7864
|
resourceTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
7827
7865
|
}
|
|
7828
7866
|
interface BackupPlanLifecycleResourceTypeArgs {
|
|
7829
7867
|
/**
|
|
7830
|
-
*
|
|
7868
|
+
* The number of days after creation that a recovery point is deleted. This value must be at least 90 days after the number of days specified in `MoveToColdStorageAfterDays` .
|
|
7831
7869
|
*/
|
|
7832
7870
|
deleteAfterDays?: pulumi.Input<number>;
|
|
7833
7871
|
/**
|
|
7834
|
-
*
|
|
7872
|
+
* The number of days after creation that a recovery point is moved to cold storage.
|
|
7835
7873
|
*/
|
|
7836
7874
|
moveToColdStorageAfterDays?: pulumi.Input<number>;
|
|
7837
7875
|
/**
|
|
@@ -11640,6 +11678,9 @@ export declare namespace bedrock {
|
|
|
11640
11678
|
* Represents the criteria used for routing requests.
|
|
11641
11679
|
*/
|
|
11642
11680
|
interface IntelligentPromptRouterRoutingCriteriaArgs {
|
|
11681
|
+
/**
|
|
11682
|
+
* The criteria's response quality difference.
|
|
11683
|
+
*/
|
|
11643
11684
|
responseQualityDifference: pulumi.Input<number>;
|
|
11644
11685
|
}
|
|
11645
11686
|
/**
|
|
@@ -15420,6 +15461,11 @@ export declare namespace cloudfront {
|
|
|
15420
15461
|
* The origin protocol policy for the CloudFront VPC origin endpoint configuration.
|
|
15421
15462
|
*/
|
|
15422
15463
|
originProtocolPolicy?: pulumi.Input<string>;
|
|
15464
|
+
/**
|
|
15465
|
+
* Specifies the minimum SSL/TLS protocol that CloudFront uses when connecting to your origin over HTTPS. Valid values include `SSLv3` , `TLSv1` , `TLSv1.1` , and `TLSv1.2` .
|
|
15466
|
+
*
|
|
15467
|
+
* For more information, see [Minimum Origin SSL Protocol](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginSSLProtocols) in the *Amazon CloudFront Developer Guide* .
|
|
15468
|
+
*/
|
|
15423
15469
|
originSslProtocols?: pulumi.Input<pulumi.Input<string>[]>;
|
|
15424
15470
|
}
|
|
15425
15471
|
}
|
|
@@ -15803,6 +15849,10 @@ export declare namespace codebuild {
|
|
|
15803
15849
|
* The amount of disk space of the instance type included in your fleet.
|
|
15804
15850
|
*/
|
|
15805
15851
|
disk?: pulumi.Input<number>;
|
|
15852
|
+
/**
|
|
15853
|
+
* The EC2 instance type to be launched in your fleet.
|
|
15854
|
+
*/
|
|
15855
|
+
instanceType?: pulumi.Input<string>;
|
|
15806
15856
|
/**
|
|
15807
15857
|
* The machine type of the instance type included in your fleet.
|
|
15808
15858
|
*/
|
|
@@ -17616,8 +17666,8 @@ export declare namespace connect {
|
|
|
17616
17666
|
minValue: pulumi.Input<number>;
|
|
17617
17667
|
/**
|
|
17618
17668
|
* The score assigned to answer values within the range option.
|
|
17619
|
-
*
|
|
17620
|
-
*
|
|
17669
|
+
* *Minimum*: 0
|
|
17670
|
+
* *Maximum*: 10
|
|
17621
17671
|
*/
|
|
17622
17672
|
score?: pulumi.Input<number>;
|
|
17623
17673
|
}
|
|
@@ -17657,7 +17707,7 @@ export declare namespace connect {
|
|
|
17657
17707
|
interface EvaluationFormQuestionArgs {
|
|
17658
17708
|
/**
|
|
17659
17709
|
* The instructions of the section.
|
|
17660
|
-
*
|
|
17710
|
+
* *Length Constraints*: Minimum length of 0. Maximum length of 1024.
|
|
17661
17711
|
*/
|
|
17662
17712
|
instructions?: pulumi.Input<string>;
|
|
17663
17713
|
/**
|
|
@@ -17666,7 +17716,7 @@ export declare namespace connect {
|
|
|
17666
17716
|
notApplicableEnabled?: pulumi.Input<boolean>;
|
|
17667
17717
|
/**
|
|
17668
17718
|
* The type of the question.
|
|
17669
|
-
*
|
|
17719
|
+
* *Allowed values*: ``NUMERIC`` | ``SINGLESELECT`` | ``TEXT``
|
|
17670
17720
|
*/
|
|
17671
17721
|
questionType: pulumi.Input<enums.connect.EvaluationFormQuestionQuestionType>;
|
|
17672
17722
|
/**
|
|
@@ -17675,18 +17725,18 @@ export declare namespace connect {
|
|
|
17675
17725
|
questionTypeProperties?: pulumi.Input<inputs.connect.EvaluationFormQuestionTypePropertiesArgs>;
|
|
17676
17726
|
/**
|
|
17677
17727
|
* The identifier of the question. An identifier must be unique within the evaluation form.
|
|
17678
|
-
*
|
|
17728
|
+
* *Length Constraints*: Minimum length of 1. Maximum length of 40.
|
|
17679
17729
|
*/
|
|
17680
17730
|
refId: pulumi.Input<string>;
|
|
17681
17731
|
/**
|
|
17682
17732
|
* The title of the question.
|
|
17683
|
-
*
|
|
17733
|
+
* *Length Constraints*: Minimum length of 1. Maximum length of 350.
|
|
17684
17734
|
*/
|
|
17685
17735
|
title: pulumi.Input<string>;
|
|
17686
17736
|
/**
|
|
17687
17737
|
* The scoring weight of the section.
|
|
17688
|
-
*
|
|
17689
|
-
*
|
|
17738
|
+
* *Minimum*: 0
|
|
17739
|
+
* *Maximum*: 100
|
|
17690
17740
|
*/
|
|
17691
17741
|
weight?: pulumi.Input<number>;
|
|
17692
17742
|
}
|
|
@@ -17709,12 +17759,12 @@ export declare namespace connect {
|
|
|
17709
17759
|
interface EvaluationFormScoringStrategyArgs {
|
|
17710
17760
|
/**
|
|
17711
17761
|
* The scoring mode of the evaluation form.
|
|
17712
|
-
*
|
|
17762
|
+
* *Allowed values*: ``QUESTION_ONLY`` | ``SECTION_ONLY``
|
|
17713
17763
|
*/
|
|
17714
17764
|
mode: pulumi.Input<enums.connect.EvaluationFormScoringStrategyMode>;
|
|
17715
17765
|
/**
|
|
17716
17766
|
* The scoring status of the evaluation form.
|
|
17717
|
-
*
|
|
17767
|
+
* *Allowed values*: ``ENABLED`` | ``DISABLED``
|
|
17718
17768
|
*/
|
|
17719
17769
|
status: pulumi.Input<enums.connect.EvaluationFormScoringStrategyStatus>;
|
|
17720
17770
|
}
|
|
@@ -17728,23 +17778,23 @@ export declare namespace connect {
|
|
|
17728
17778
|
instructions?: pulumi.Input<string>;
|
|
17729
17779
|
/**
|
|
17730
17780
|
* The items of the section.
|
|
17731
|
-
*
|
|
17781
|
+
* *Minimum*: 1
|
|
17732
17782
|
*/
|
|
17733
17783
|
items?: pulumi.Input<pulumi.Input<inputs.connect.EvaluationFormItemArgs>[]>;
|
|
17734
17784
|
/**
|
|
17735
17785
|
* The identifier of the section. An identifier must be unique within the evaluation form.
|
|
17736
|
-
*
|
|
17786
|
+
* *Length Constraints*: Minimum length of 1. Maximum length of 40.
|
|
17737
17787
|
*/
|
|
17738
17788
|
refId: pulumi.Input<string>;
|
|
17739
17789
|
/**
|
|
17740
17790
|
* The title of the section.
|
|
17741
|
-
*
|
|
17791
|
+
* *Length Constraints*: Minimum length of 1. Maximum length of 128.
|
|
17742
17792
|
*/
|
|
17743
17793
|
title: pulumi.Input<string>;
|
|
17744
17794
|
/**
|
|
17745
17795
|
* The scoring weight of the section.
|
|
17746
|
-
*
|
|
17747
|
-
*
|
|
17796
|
+
* *Minimum*: 0
|
|
17797
|
+
* *Maximum*: 100
|
|
17748
17798
|
*/
|
|
17749
17799
|
weight?: pulumi.Input<number>;
|
|
17750
17800
|
}
|
|
@@ -17754,13 +17804,13 @@ export declare namespace connect {
|
|
|
17754
17804
|
interface EvaluationFormSingleSelectQuestionAutomationArgs {
|
|
17755
17805
|
/**
|
|
17756
17806
|
* The identifier of the default answer option, when none of the automation options match the criteria.
|
|
17757
|
-
*
|
|
17807
|
+
* *Length Constraints*: Minimum length of 1. Maximum length of 40.
|
|
17758
17808
|
*/
|
|
17759
17809
|
defaultOptionRefId?: pulumi.Input<string>;
|
|
17760
17810
|
/**
|
|
17761
17811
|
* The automation options of the single select question.
|
|
17762
|
-
*
|
|
17763
|
-
*
|
|
17812
|
+
* *Minimum*: 1
|
|
17813
|
+
* *Maximum*: 20
|
|
17764
17814
|
*/
|
|
17765
17815
|
options: pulumi.Input<pulumi.Input<inputs.connect.EvaluationFormSingleSelectQuestionAutomationOptionArgs>[]>;
|
|
17766
17816
|
}
|
|
@@ -17783,18 +17833,18 @@ export declare namespace connect {
|
|
|
17783
17833
|
automaticFail?: pulumi.Input<boolean>;
|
|
17784
17834
|
/**
|
|
17785
17835
|
* The identifier of the answer option. An identifier must be unique within the question.
|
|
17786
|
-
*
|
|
17836
|
+
* *Length Constraints*: Minimum length of 1. Maximum length of 40.
|
|
17787
17837
|
*/
|
|
17788
17838
|
refId: pulumi.Input<string>;
|
|
17789
17839
|
/**
|
|
17790
17840
|
* The score assigned to the answer option.
|
|
17791
|
-
*
|
|
17792
|
-
*
|
|
17841
|
+
* *Minimum*: 0
|
|
17842
|
+
* *Maximum*: 10
|
|
17793
17843
|
*/
|
|
17794
17844
|
score?: pulumi.Input<number>;
|
|
17795
17845
|
/**
|
|
17796
17846
|
* The title of the answer option.
|
|
17797
|
-
*
|
|
17847
|
+
* *Length Constraints*: Minimum length of 1. Maximum length of 128.
|
|
17798
17848
|
*/
|
|
17799
17849
|
text: pulumi.Input<string>;
|
|
17800
17850
|
}
|
|
@@ -17808,36 +17858,36 @@ export declare namespace connect {
|
|
|
17808
17858
|
automation?: pulumi.Input<inputs.connect.EvaluationFormSingleSelectQuestionAutomationArgs>;
|
|
17809
17859
|
/**
|
|
17810
17860
|
* The display mode of the single select question.
|
|
17811
|
-
*
|
|
17861
|
+
* *Allowed values*: ``DROPDOWN`` | ``RADIO``
|
|
17812
17862
|
*/
|
|
17813
17863
|
displayAs?: pulumi.Input<enums.connect.EvaluationFormSingleSelectQuestionPropertiesDisplayAs>;
|
|
17814
17864
|
/**
|
|
17815
17865
|
* The answer options of the single select question.
|
|
17816
|
-
*
|
|
17817
|
-
*
|
|
17866
|
+
* *Minimum*: 2
|
|
17867
|
+
* *Maximum*: 256
|
|
17818
17868
|
*/
|
|
17819
17869
|
options: pulumi.Input<pulumi.Input<inputs.connect.EvaluationFormSingleSelectQuestionOptionArgs>[]>;
|
|
17820
17870
|
}
|
|
17821
17871
|
/**
|
|
17822
17872
|
* Information about the automation option based on a rule category for a single select question.
|
|
17823
|
-
*
|
|
17873
|
+
* *Length Constraints*: Minimum length of 1. Maximum length of 50.
|
|
17824
17874
|
*/
|
|
17825
17875
|
interface EvaluationFormSingleSelectQuestionRuleCategoryAutomationArgs {
|
|
17826
17876
|
/**
|
|
17827
17877
|
* The category name, as defined in Rules.
|
|
17828
|
-
*
|
|
17829
|
-
*
|
|
17878
|
+
* *Minimum*: 1
|
|
17879
|
+
* *Maximum*: 50
|
|
17830
17880
|
*/
|
|
17831
17881
|
category: pulumi.Input<string>;
|
|
17832
17882
|
/**
|
|
17833
17883
|
* The condition to apply for the automation option. If the condition is PRESENT, then the option is applied when the contact data includes the category. Similarly, if the condition is NOT_PRESENT, then the option is applied when the contact data does not include the category.
|
|
17834
|
-
*
|
|
17835
|
-
*
|
|
17884
|
+
* *Allowed values*: ``PRESENT`` | ``NOT_PRESENT``
|
|
17885
|
+
* *Maximum*: 50
|
|
17836
17886
|
*/
|
|
17837
17887
|
condition: pulumi.Input<enums.connect.EvaluationFormSingleSelectQuestionRuleCategoryAutomationCondition>;
|
|
17838
17888
|
/**
|
|
17839
17889
|
* The identifier of the answer option. An identifier must be unique within the question.
|
|
17840
|
-
*
|
|
17890
|
+
* *Length Constraints*: Minimum length of 1. Maximum length of 40.
|
|
17841
17891
|
*/
|
|
17842
17892
|
optionRefId: pulumi.Input<string>;
|
|
17843
17893
|
}
|
|
@@ -21409,6 +21459,9 @@ export declare namespace datazone {
|
|
|
21409
21459
|
* The single-sign on configuration of the Amazon DataZone domain.
|
|
21410
21460
|
*/
|
|
21411
21461
|
interface DomainSingleSignOnArgs {
|
|
21462
|
+
/**
|
|
21463
|
+
* The ARN of the IDC instance.
|
|
21464
|
+
*/
|
|
21412
21465
|
idcInstanceArn?: pulumi.Input<string>;
|
|
21413
21466
|
/**
|
|
21414
21467
|
* The type of single sign-on in Amazon DataZone.
|
|
@@ -23916,7 +23969,7 @@ export declare namespace ec2 {
|
|
|
23916
23969
|
}
|
|
23917
23970
|
/**
|
|
23918
23971
|
* Specifies a block device mapping for a launch template. You must specify ``DeviceName`` plus exactly one of the following properties: ``Ebs``, ``NoDevice``, or ``VirtualName``.
|
|
23919
|
-
*
|
|
23972
|
+
* ``BlockDeviceMapping`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
|
|
23920
23973
|
*/
|
|
23921
23974
|
interface LaunchTemplateBlockDeviceMappingArgs {
|
|
23922
23975
|
/**
|
|
@@ -23938,14 +23991,14 @@ export declare namespace ec2 {
|
|
|
23938
23991
|
}
|
|
23939
23992
|
/**
|
|
23940
23993
|
* Specifies an instance's Capacity Reservation targeting option. You can specify only one option at a time.
|
|
23941
|
-
*
|
|
23994
|
+
* ``CapacityReservationSpecification`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
|
|
23942
23995
|
*/
|
|
23943
23996
|
interface LaunchTemplateCapacityReservationSpecificationArgs {
|
|
23944
23997
|
/**
|
|
23945
23998
|
* Indicates the instance's Capacity Reservation preferences. Possible preferences include:
|
|
23946
|
-
* +
|
|
23947
|
-
* +
|
|
23948
|
-
* +
|
|
23999
|
+
* + ``capacity-reservations-only`` - The instance will only run in a Capacity Reservation or Capacity Reservation group. If capacity isn't available, the instance will fail to launch.
|
|
24000
|
+
* + ``open`` - The instance can run in any ``open`` Capacity Reservation that has matching attributes (instance type, platform, Availability Zone, tenancy).
|
|
24001
|
+
* + ``none`` - The instance avoids running in a Capacity Reservation even if one is available. The instance runs in On-Demand capacity.
|
|
23949
24002
|
*/
|
|
23950
24003
|
capacityReservationPreference?: pulumi.Input<string>;
|
|
23951
24004
|
/**
|
|
@@ -23955,7 +24008,7 @@ export declare namespace ec2 {
|
|
|
23955
24008
|
}
|
|
23956
24009
|
/**
|
|
23957
24010
|
* Specifies a target Capacity Reservation.
|
|
23958
|
-
*
|
|
24011
|
+
* ``CapacityReservationTarget`` is a property of the [Amazon EC2 LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html) property type.
|
|
23959
24012
|
*/
|
|
23960
24013
|
interface LaunchTemplateCapacityReservationTargetArgs {
|
|
23961
24014
|
/**
|
|
@@ -23995,7 +24048,7 @@ export declare namespace ec2 {
|
|
|
23995
24048
|
}
|
|
23996
24049
|
/**
|
|
23997
24050
|
* Specifies the CPU options for an instance. For more information, see [Optimize CPU options](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html) in the *User Guide*.
|
|
23998
|
-
*
|
|
24051
|
+
* ``CpuOptions`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
|
|
23999
24052
|
*/
|
|
24000
24053
|
interface LaunchTemplateCpuOptionsArgs {
|
|
24001
24054
|
/**
|
|
@@ -24013,7 +24066,7 @@ export declare namespace ec2 {
|
|
|
24013
24066
|
}
|
|
24014
24067
|
/**
|
|
24015
24068
|
* Specifies the credit option for CPU usage of a T2, T3, or T3a instance.
|
|
24016
|
-
*
|
|
24069
|
+
* ``CreditSpecification`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
|
|
24017
24070
|
*/
|
|
24018
24071
|
interface LaunchTemplateCreditSpecificationArgs {
|
|
24019
24072
|
/**
|
|
@@ -24104,11 +24157,11 @@ export declare namespace ec2 {
|
|
|
24104
24157
|
* You must specify ``VCpuCount`` and ``MemoryMiB``. All other attributes are optional. Any unspecified optional attribute is set to its default.
|
|
24105
24158
|
* When you specify multiple attributes, you get instance types that satisfy all of the specified attributes. If you specify multiple values for an attribute, you get instance types that satisfy any of the specified values.
|
|
24106
24159
|
* To limit the list of instance types from which Amazon EC2 can identify matching instance types, you can use one of the following parameters, but not both in the same request:
|
|
24107
|
-
* +
|
|
24108
|
-
* +
|
|
24160
|
+
* + ``AllowedInstanceTypes`` - The instance types to include in the list. All other instance types are ignored, even if they match your specified attributes.
|
|
24161
|
+
* + ``ExcludedInstanceTypes`` - The instance types to exclude from the list, even if they match your specified attributes.
|
|
24109
24162
|
*
|
|
24110
24163
|
* If you specify ``InstanceRequirements``, you can't specify ``InstanceType``.
|
|
24111
|
-
* Attribute-based instance type selection is only supported when using Auto Scaling groups, EC2 Fleet, and Spot Fleet to launch instances. If you plan to use the launch template in the [launch instance wizard](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-instance-wizard.html), or with the [RunInstances](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html) API or [AWS::EC2::Instance](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html)
|
|
24164
|
+
* Attribute-based instance type selection is only supported when using Auto Scaling groups, EC2 Fleet, and Spot Fleet to launch instances. If you plan to use the launch template in the [launch instance wizard](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-instance-wizard.html), or with the [RunInstances](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html) API or [AWS::EC2::Instance](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html)AWS CloudFormation resource, you can't specify ``InstanceRequirements``.
|
|
24112
24165
|
* For more information, see [Specify attributes for instance type selection for EC2 Fleet or Spot Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html) and [Spot placement score](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-placement-score.html) in the *Amazon EC2 User Guide*.
|
|
24113
24166
|
*/
|
|
24114
24167
|
instanceRequirements?: pulumi.Input<inputs.ec2.LaunchTemplateInstanceRequirementsArgs>;
|
|
@@ -24187,7 +24240,7 @@ export declare namespace ec2 {
|
|
|
24187
24240
|
}
|
|
24188
24241
|
/**
|
|
24189
24242
|
* Parameters for a block device for an EBS volume in an Amazon EC2 launch template.
|
|
24190
|
-
*
|
|
24243
|
+
* ``Ebs`` is a property of [AWS::EC2::LaunchTemplate BlockDeviceMapping](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-blockdevicemapping.html).
|
|
24191
24244
|
*/
|
|
24192
24245
|
interface LaunchTemplateEbsArgs {
|
|
24193
24246
|
/**
|
|
@@ -24201,9 +24254,9 @@ export declare namespace ec2 {
|
|
|
24201
24254
|
/**
|
|
24202
24255
|
* The number of I/O operations per second (IOPS). For ``gp3``, ``io1``, and ``io2`` volumes, this represents the number of IOPS that are provisioned for the volume. For ``gp2`` volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.
|
|
24203
24256
|
* The following are the supported values for each volume type:
|
|
24204
|
-
* +
|
|
24205
|
-
* +
|
|
24206
|
-
* +
|
|
24257
|
+
* + ``gp3``: 3,000 - 16,000 IOPS
|
|
24258
|
+
* + ``io1``: 100 - 64,000 IOPS
|
|
24259
|
+
* + ``io2``: 100 - 256,000 IOPS
|
|
24207
24260
|
*
|
|
24208
24261
|
* For ``io2`` volumes, you can achieve up to 256,000 IOPS on [instances built on the Nitro System](https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html). On other instances, you can achieve performance up to 32,000 IOPS.
|
|
24209
24262
|
* This parameter is supported for ``io1``, ``io2``, and ``gp3`` volumes only.
|
|
@@ -24222,13 +24275,14 @@ export declare namespace ec2 {
|
|
|
24222
24275
|
* Valid Range: Minimum value of 125. Maximum value of 1000.
|
|
24223
24276
|
*/
|
|
24224
24277
|
throughput?: pulumi.Input<number>;
|
|
24278
|
+
volumeInitializationRate?: pulumi.Input<number>;
|
|
24225
24279
|
/**
|
|
24226
24280
|
* The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. The following are the supported volumes sizes for each volume type:
|
|
24227
|
-
* +
|
|
24228
|
-
* +
|
|
24229
|
-
* +
|
|
24230
|
-
* +
|
|
24231
|
-
* +
|
|
24281
|
+
* + ``gp2`` and ``gp3``: 1 - 16,384 GiB
|
|
24282
|
+
* + ``io1``: 4 - 16,384 GiB
|
|
24283
|
+
* + ``io2``: 4 - 65,536 GiB
|
|
24284
|
+
* + ``st1`` and ``sc1``: 125 - 16,384 GiB
|
|
24285
|
+
* + ``standard``: 1 - 1024 GiB
|
|
24232
24286
|
*/
|
|
24233
24287
|
volumeSize?: pulumi.Input<number>;
|
|
24234
24288
|
/**
|
|
@@ -24239,7 +24293,7 @@ export declare namespace ec2 {
|
|
|
24239
24293
|
/**
|
|
24240
24294
|
* Amazon Elastic Graphics reached end of life on January 8, 2024.
|
|
24241
24295
|
* Specifies a specification for an Elastic GPU for an Amazon EC2 launch template.
|
|
24242
|
-
*
|
|
24296
|
+
* ``ElasticGpuSpecification`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
|
|
24243
24297
|
*/
|
|
24244
24298
|
interface LaunchTemplateElasticGpuSpecificationArgs {
|
|
24245
24299
|
/**
|
|
@@ -24250,7 +24304,7 @@ export declare namespace ec2 {
|
|
|
24250
24304
|
/**
|
|
24251
24305
|
* Amazon Elastic Inference is no longer available.
|
|
24252
24306
|
* Specifies an elastic inference accelerator.
|
|
24253
|
-
*
|
|
24307
|
+
* ``LaunchTemplateElasticInferenceAccelerator`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
|
|
24254
24308
|
*/
|
|
24255
24309
|
interface LaunchTemplateElasticInferenceAcceleratorArgs {
|
|
24256
24310
|
/**
|
|
@@ -24297,7 +24351,7 @@ export declare namespace ec2 {
|
|
|
24297
24351
|
}
|
|
24298
24352
|
/**
|
|
24299
24353
|
* Specifies whether your instance is configured for hibernation. This parameter is valid only if the instance meets the [hibernation prerequisites](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html#hibernating-prerequisites). For more information, see [Hibernate Your Instance](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html) in the *Amazon EC2 User Guide*.
|
|
24300
|
-
*
|
|
24354
|
+
* ``HibernationOptions`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
|
|
24301
24355
|
*/
|
|
24302
24356
|
interface LaunchTemplateHibernationOptionsArgs {
|
|
24303
24357
|
/**
|
|
@@ -24309,7 +24363,7 @@ export declare namespace ec2 {
|
|
|
24309
24363
|
/**
|
|
24310
24364
|
* Specifies an IAM instance profile, which is a container for an IAM role for your instance. You can use an IAM role to distribute your AWS credentials to your instances.
|
|
24311
24365
|
* If you are creating the launch template for use with an ASlong group, you can specify either the name or the ARN of the instance profile, but not both.
|
|
24312
|
-
*
|
|
24366
|
+
* ``IamInstanceProfile`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
|
|
24313
24367
|
*/
|
|
24314
24368
|
interface LaunchTemplateIamInstanceProfileArgs {
|
|
24315
24369
|
/**
|
|
@@ -24323,7 +24377,7 @@ export declare namespace ec2 {
|
|
|
24323
24377
|
}
|
|
24324
24378
|
/**
|
|
24325
24379
|
* Specifies the market (purchasing) option for an instance.
|
|
24326
|
-
*
|
|
24380
|
+
* ``InstanceMarketOptions`` is a property of the [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
|
|
24327
24381
|
*/
|
|
24328
24382
|
interface LaunchTemplateInstanceMarketOptionsArgs {
|
|
24329
24383
|
/**
|
|
@@ -24340,11 +24394,11 @@ export declare namespace ec2 {
|
|
|
24340
24394
|
* You must specify ``VCpuCount`` and ``MemoryMiB``. All other attributes are optional. Any unspecified optional attribute is set to its default.
|
|
24341
24395
|
* When you specify multiple attributes, you get instance types that satisfy all of the specified attributes. If you specify multiple values for an attribute, you get instance types that satisfy any of the specified values.
|
|
24342
24396
|
* To limit the list of instance types from which Amazon EC2 can identify matching instance types, you can use one of the following parameters, but not both in the same request:
|
|
24343
|
-
* +
|
|
24344
|
-
* +
|
|
24397
|
+
* + ``AllowedInstanceTypes`` - The instance types to include in the list. All other instance types are ignored, even if they match your specified attributes.
|
|
24398
|
+
* + ``ExcludedInstanceTypes`` - The instance types to exclude from the list, even if they match your specified attributes.
|
|
24345
24399
|
*
|
|
24346
24400
|
* If you specify ``InstanceRequirements``, you can't specify ``InstanceType``.
|
|
24347
|
-
* Attribute-based instance type selection is only supported when using Auto Scaling groups, EC2 Fleet, and Spot Fleet to launch instances. If you plan to use the launch template in the [launch instance wizard](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-instance-wizard.html), or with the [RunInstances](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html) API or [AWS::EC2::Instance](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html)
|
|
24401
|
+
* Attribute-based instance type selection is only supported when using Auto Scaling groups, EC2 Fleet, and Spot Fleet to launch instances. If you plan to use the launch template in the [launch instance wizard](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-instance-wizard.html), or with the [RunInstances](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html) API or [AWS::EC2::Instance](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html)AWS CloudFormation resource, you can't specify ``InstanceRequirements``.
|
|
24348
24402
|
* For more information, see [Specify attributes for instance type selection for EC2 Fleet or Spot Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html) and [Spot placement score](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-placement-score.html) in the *Amazon EC2 User Guide*.
|
|
24349
24403
|
*/
|
|
24350
24404
|
interface LaunchTemplateInstanceRequirementsArgs {
|
|
@@ -24392,6 +24446,7 @@ export declare namespace ec2 {
|
|
|
24392
24446
|
* The accelerator types that must be on the instance type.
|
|
24393
24447
|
* + For instance types with FPGA accelerators, specify ``fpga``.
|
|
24394
24448
|
* + For instance types with GPU accelerators, specify ``gpu``.
|
|
24449
|
+
* + For instance types with Inference accelerators, specify ``inference``.
|
|
24395
24450
|
*
|
|
24396
24451
|
* Default: Any accelerator type
|
|
24397
24452
|
*/
|
|
@@ -24536,7 +24591,7 @@ export declare namespace ec2 {
|
|
|
24536
24591
|
}
|
|
24537
24592
|
/**
|
|
24538
24593
|
* Specifies an IPv4 prefix for a network interface.
|
|
24539
|
-
*
|
|
24594
|
+
* ``Ipv4PrefixSpecification`` is a property of [AWS::EC2::LaunchTemplate NetworkInterface](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html).
|
|
24540
24595
|
*/
|
|
24541
24596
|
interface LaunchTemplateIpv4PrefixSpecificationArgs {
|
|
24542
24597
|
/**
|
|
@@ -24546,7 +24601,7 @@ export declare namespace ec2 {
|
|
|
24546
24601
|
}
|
|
24547
24602
|
/**
|
|
24548
24603
|
* Specifies an IPv6 address in an Amazon EC2 launch template.
|
|
24549
|
-
*
|
|
24604
|
+
* ``Ipv6Add`` is a property of [AWS::EC2::LaunchTemplate NetworkInterface](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html).
|
|
24550
24605
|
*/
|
|
24551
24606
|
interface LaunchTemplateIpv6AddArgs {
|
|
24552
24607
|
/**
|
|
@@ -24556,7 +24611,7 @@ export declare namespace ec2 {
|
|
|
24556
24611
|
}
|
|
24557
24612
|
/**
|
|
24558
24613
|
* Specifies an IPv6 prefix for a network interface.
|
|
24559
|
-
*
|
|
24614
|
+
* ``Ipv6PrefixSpecification`` is a property of [AWS::EC2::LaunchTemplate NetworkInterface](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html).
|
|
24560
24615
|
*/
|
|
24561
24616
|
interface LaunchTemplateIpv6PrefixSpecificationArgs {
|
|
24562
24617
|
/**
|
|
@@ -24566,7 +24621,7 @@ export declare namespace ec2 {
|
|
|
24566
24621
|
}
|
|
24567
24622
|
/**
|
|
24568
24623
|
* Specifies a license configuration for an instance.
|
|
24569
|
-
*
|
|
24624
|
+
* ``LicenseSpecification`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
|
|
24570
24625
|
*/
|
|
24571
24626
|
interface LaunchTemplateLicenseSpecificationArgs {
|
|
24572
24627
|
/**
|
|
@@ -24611,7 +24666,7 @@ export declare namespace ec2 {
|
|
|
24611
24666
|
}
|
|
24612
24667
|
/**
|
|
24613
24668
|
* The metadata options for the instance. For more information, see [Instance metadata and user data](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html) in the *Amazon EC2 User Guide*.
|
|
24614
|
-
*
|
|
24669
|
+
* ``MetadataOptions`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
|
|
24615
24670
|
*/
|
|
24616
24671
|
interface LaunchTemplateMetadataOptionsArgs {
|
|
24617
24672
|
/**
|
|
@@ -24632,8 +24687,8 @@ export declare namespace ec2 {
|
|
|
24632
24687
|
httpPutResponseHopLimit?: pulumi.Input<number>;
|
|
24633
24688
|
/**
|
|
24634
24689
|
* Indicates whether IMDSv2 is required.
|
|
24635
|
-
* +
|
|
24636
|
-
* +
|
|
24690
|
+
* + ``optional`` - IMDSv2 is optional. You can choose whether to send a session token in your instance metadata retrieval requests. If you retrieve IAM role credentials without a session token, you receive the IMDSv1 role credentials. If you retrieve IAM role credentials using a valid session token, you receive the IMDSv2 role credentials.
|
|
24691
|
+
* + ``required`` - IMDSv2 is required. You must send a session token in your instance metadata retrieval requests. With this option, retrieving the IAM role credentials always returns IMDSv2 credentials; IMDSv1 credentials are not available.
|
|
24637
24692
|
*
|
|
24638
24693
|
* Default: If the value of ``ImdsSupport`` for the Amazon Machine Image (AMI) for your instance is ``v2.0``, the default is ``required``.
|
|
24639
24694
|
*/
|
|
@@ -24646,7 +24701,7 @@ export declare namespace ec2 {
|
|
|
24646
24701
|
}
|
|
24647
24702
|
/**
|
|
24648
24703
|
* Specifies whether detailed monitoring is enabled for an instance. For more information about detailed monitoring, see [Enable or turn off detailed monitoring for your instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-cloudwatch-new.html) in the *User Guide*.
|
|
24649
|
-
*
|
|
24704
|
+
* ``Monitoring`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
|
|
24650
24705
|
*/
|
|
24651
24706
|
interface LaunchTemplateMonitoringArgs {
|
|
24652
24707
|
/**
|
|
@@ -24670,7 +24725,7 @@ export declare namespace ec2 {
|
|
|
24670
24725
|
}
|
|
24671
24726
|
/**
|
|
24672
24727
|
* Specifies the parameters for a network interface.
|
|
24673
|
-
*
|
|
24728
|
+
* ``NetworkInterface`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
|
|
24674
24729
|
*/
|
|
24675
24730
|
interface LaunchTemplateNetworkInterfaceArgs {
|
|
24676
24731
|
/**
|
|
@@ -24680,7 +24735,7 @@ export declare namespace ec2 {
|
|
|
24680
24735
|
associateCarrierIpAddress?: pulumi.Input<boolean>;
|
|
24681
24736
|
/**
|
|
24682
24737
|
* Associates a public IPv4 address with eth0 for a new network interface.
|
|
24683
|
-
*
|
|
24738
|
+
* AWS charges for all public IPv4 addresses, including public IPv4 addresses associated with running instances and Elastic IP addresses. For more information, see the *Public IPv4 Address* tab on the [Amazon VPC pricing page](https://docs.aws.amazon.com/vpc/pricing/).
|
|
24684
24739
|
*/
|
|
24685
24740
|
associatePublicIpAddress?: pulumi.Input<boolean>;
|
|
24686
24741
|
/**
|
|
@@ -24793,7 +24848,7 @@ export declare namespace ec2 {
|
|
|
24793
24848
|
}
|
|
24794
24849
|
/**
|
|
24795
24850
|
* Specifies the placement of an instance.
|
|
24796
|
-
*
|
|
24851
|
+
* ``Placement`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
|
|
24797
24852
|
*/
|
|
24798
24853
|
interface LaunchTemplatePlacementArgs {
|
|
24799
24854
|
/**
|
|
@@ -24852,7 +24907,7 @@ export declare namespace ec2 {
|
|
|
24852
24907
|
}
|
|
24853
24908
|
/**
|
|
24854
24909
|
* Specifies a secondary private IPv4 address for a network interface.
|
|
24855
|
-
*
|
|
24910
|
+
* ``PrivateIpAdd`` is a property of [AWS::EC2::LaunchTemplate NetworkInterface](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html).
|
|
24856
24911
|
*/
|
|
24857
24912
|
interface LaunchTemplatePrivateIpAddArgs {
|
|
24858
24913
|
/**
|
|
@@ -24873,13 +24928,13 @@ export declare namespace ec2 {
|
|
|
24873
24928
|
* Ensure that you specify the correct value for the instance family. The instance family is everything before the period (``.``) in the instance type name. For example, in the instance type ``c6i.large``, the instance family is ``c6i``, not ``c6``. For more information, see [Amazon EC2 instance type naming conventions](https://docs.aws.amazon.com/ec2/latest/instancetypes/instance-type-names.html) in *Amazon EC2 Instance Types*.
|
|
24874
24929
|
* The following instance families are *not supported* for performance protection:
|
|
24875
24930
|
* + ``c1``
|
|
24876
|
-
* +
|
|
24931
|
+
* + ``g3`` | ``g3s``
|
|
24877
24932
|
* + ``hpc7g``
|
|
24878
|
-
* +
|
|
24879
|
-
* +
|
|
24880
|
-
* +
|
|
24933
|
+
* + ``m1`` | ``m2``
|
|
24934
|
+
* + ``mac1`` | ``mac2`` | ``mac2-m1ultra`` | ``mac2-m2`` | ``mac2-m2pro``
|
|
24935
|
+
* + ``p3dn`` | ``p4d`` | ``p5``
|
|
24881
24936
|
* + ``t1``
|
|
24882
|
-
* +
|
|
24937
|
+
* + ``u-12tb1`` | ``u-18tb1`` | ``u-24tb1`` | ``u-3tb1`` | ``u-6tb1`` | ``u-9tb1`` | ``u7i-12tb`` | ``u7in-16tb`` | ``u7in-24tb`` | ``u7in-32tb``
|
|
24883
24938
|
*
|
|
24884
24939
|
* If you enable performance protection by specifying a supported instance family, the returned instance types will exclude the above unsupported instance families.
|
|
24885
24940
|
*/
|
|
@@ -24887,7 +24942,7 @@ export declare namespace ec2 {
|
|
|
24887
24942
|
}
|
|
24888
24943
|
/**
|
|
24889
24944
|
* Specifies options for Spot Instances.
|
|
24890
|
-
*
|
|
24945
|
+
* ``SpotOptions`` is a property of [AWS::EC2::LaunchTemplate InstanceMarketOptions](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions.html).
|
|
24891
24946
|
*/
|
|
24892
24947
|
interface LaunchTemplateSpotOptionsArgs {
|
|
24893
24948
|
/**
|
|
@@ -24933,7 +24988,7 @@ export declare namespace ec2 {
|
|
|
24933
24988
|
/**
|
|
24934
24989
|
* Specifies the tags to apply to the launch template during creation.
|
|
24935
24990
|
* To specify the tags for the resources that are created during instance launch, use [AWS::EC2::LaunchTemplate TagSpecification](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-tagspecification.html).
|
|
24936
|
-
*
|
|
24991
|
+
* ``LaunchTemplateTagSpecification`` is a property of [AWS::EC2::LaunchTemplate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html).
|
|
24937
24992
|
*/
|
|
24938
24993
|
interface LaunchTemplateTagSpecificationArgs {
|
|
24939
24994
|
/**
|
|
@@ -26214,7 +26269,7 @@ export declare namespace ec2 {
|
|
|
26214
26269
|
}
|
|
26215
26270
|
/**
|
|
26216
26271
|
* Specifies the tags to apply to resources that are created during instance launch.
|
|
26217
|
-
*
|
|
26272
|
+
* ``TagSpecification`` is a property type of [TagSpecifications](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-tagspecifications). [TagSpecifications](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-tagspecifications) is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
|
|
26218
26273
|
*/
|
|
26219
26274
|
interface TagSpecificationArgs {
|
|
26220
26275
|
/**
|
|
@@ -26777,20 +26832,29 @@ export declare namespace ec2 {
|
|
|
26777
26832
|
}
|
|
26778
26833
|
export declare namespace ecr {
|
|
26779
26834
|
/**
|
|
26780
|
-
* The
|
|
26835
|
+
* The filter settings used with image replication. Specifying a repository filter to a replication rule provides a method for controlling which repositories in a private registry are replicated. If no filters are added, the contents of all repositories are replicated.
|
|
26781
26836
|
*/
|
|
26782
26837
|
interface RegistryScanningConfigurationRepositoryFilterArgs {
|
|
26838
|
+
/**
|
|
26839
|
+
* The filter to use when scanning.
|
|
26840
|
+
*/
|
|
26783
26841
|
filter: pulumi.Input<string>;
|
|
26842
|
+
/**
|
|
26843
|
+
* The type associated with the filter.
|
|
26844
|
+
*/
|
|
26784
26845
|
filterType: pulumi.Input<enums.ecr.RegistryScanningConfigurationFilterType>;
|
|
26785
26846
|
}
|
|
26786
26847
|
/**
|
|
26787
|
-
*
|
|
26848
|
+
* The scanning rules associated with the registry.
|
|
26788
26849
|
*/
|
|
26789
26850
|
interface RegistryScanningConfigurationScanningRuleArgs {
|
|
26790
26851
|
/**
|
|
26791
|
-
* The repository filters
|
|
26852
|
+
* The details of a scanning repository filter. For more information on how to use filters, see [Using filters](https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning.html#image-scanning-filters) in the *Amazon Elastic Container Registry User Guide*.
|
|
26792
26853
|
*/
|
|
26793
26854
|
repositoryFilters: pulumi.Input<pulumi.Input<inputs.ecr.RegistryScanningConfigurationRepositoryFilterArgs>[]>;
|
|
26855
|
+
/**
|
|
26856
|
+
* The frequency that scans are performed at for a private registry. When the ``ENHANCED`` scan type is specified, the supported scan frequencies are ``CONTINUOUS_SCAN`` and ``SCAN_ON_PUSH``. When the ``BASIC`` scan type is specified, the ``SCAN_ON_PUSH`` scan frequency is supported. If scan on push is not specified, then the ``MANUAL`` scan frequency is set by default.
|
|
26857
|
+
*/
|
|
26794
26858
|
scanFrequency: pulumi.Input<enums.ecr.RegistryScanningConfigurationScanFrequency>;
|
|
26795
26859
|
}
|
|
26796
26860
|
/**
|
|
@@ -27025,9 +27089,9 @@ export declare namespace ecs {
|
|
|
27025
27089
|
logConfiguration?: pulumi.Input<inputs.ecs.ClusterExecuteCommandLogConfigurationArgs>;
|
|
27026
27090
|
/**
|
|
27027
27091
|
* The log setting to use for redirecting logs for your execute command results. The following log settings are available.
|
|
27028
|
-
* +
|
|
27029
|
-
* +
|
|
27030
|
-
* +
|
|
27092
|
+
* + ``NONE``: The execute command session is not logged.
|
|
27093
|
+
* + ``DEFAULT``: The ``awslogs`` configuration in the task definition is used. If no logging parameter is specified, it defaults to this value. If no ``awslogs`` log driver is configured in the task definition, the output won't be logged.
|
|
27094
|
+
* + ``OVERRIDE``: Specify the logging details as a part of ``logConfiguration``. If the ``OVERRIDE`` logging option is specified, the ``logConfiguration`` is required.
|
|
27031
27095
|
*/
|
|
27032
27096
|
logging?: pulumi.Input<string>;
|
|
27033
27097
|
}
|
|
@@ -27496,6 +27560,7 @@ export declare namespace ecs {
|
|
|
27496
27560
|
* This parameter is only supported for the ``gp3`` volume type.
|
|
27497
27561
|
*/
|
|
27498
27562
|
throughput?: pulumi.Input<number>;
|
|
27563
|
+
volumeInitializationRate?: pulumi.Input<number>;
|
|
27499
27564
|
/**
|
|
27500
27565
|
* The volume type. This parameter maps 1:1 with the ``VolumeType`` parameter of the [CreateVolume API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVolume.html) in the *Amazon EC2 API Reference*. For more information, see [Amazon EBS volume types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volume-types.html) in the *Amazon EC2 User Guide*.
|
|
27501
27566
|
* The following are the supported volume types.
|
|
@@ -29555,28 +29620,28 @@ export declare namespace elasticloadbalancingv2 {
|
|
|
29555
29620
|
/**
|
|
29556
29621
|
* The name of the attribute.
|
|
29557
29622
|
* The following attribute is supported by Network Load Balancers, and Gateway Load Balancers.
|
|
29558
|
-
* +
|
|
29623
|
+
* + ``tcp.idle_timeout.seconds`` - The tcp idle timeout value, in seconds. The valid range is 60-6000 seconds. The default is 350 seconds.
|
|
29559
29624
|
*
|
|
29560
29625
|
* The following attributes are only supported by Application Load Balancers.
|
|
29561
|
-
* +
|
|
29562
|
-
* +
|
|
29563
|
-
* +
|
|
29564
|
-
* +
|
|
29565
|
-
* +
|
|
29566
|
-
* +
|
|
29567
|
-
* +
|
|
29568
|
-
* +
|
|
29569
|
-
* +
|
|
29570
|
-
* +
|
|
29571
|
-
* +
|
|
29572
|
-
* +
|
|
29573
|
-
* +
|
|
29574
|
-
* +
|
|
29575
|
-
* +
|
|
29576
|
-
* +
|
|
29577
|
-
* +
|
|
29578
|
-
* +
|
|
29579
|
-
* +
|
|
29626
|
+
* + ``routing.http.request.x_amzn_mtls_clientcert_serial_number.header_name`` - Enables you to modify the header name of the *X-Amzn-Mtls-Clientcert-Serial-Number* HTTP request header.
|
|
29627
|
+
* + ``routing.http.request.x_amzn_mtls_clientcert_issuer.header_name`` - Enables you to modify the header name of the *X-Amzn-Mtls-Clientcert-Issuer* HTTP request header.
|
|
29628
|
+
* + ``routing.http.request.x_amzn_mtls_clientcert_subject.header_name`` - Enables you to modify the header name of the *X-Amzn-Mtls-Clientcert-Subject* HTTP request header.
|
|
29629
|
+
* + ``routing.http.request.x_amzn_mtls_clientcert_validity.header_name`` - Enables you to modify the header name of the *X-Amzn-Mtls-Clientcert-Validity* HTTP request header.
|
|
29630
|
+
* + ``routing.http.request.x_amzn_mtls_clientcert_leaf.header_name`` - Enables you to modify the header name of the *X-Amzn-Mtls-Clientcert-Leaf* HTTP request header.
|
|
29631
|
+
* + ``routing.http.request.x_amzn_mtls_clientcert.header_name`` - Enables you to modify the header name of the *X-Amzn-Mtls-Clientcert* HTTP request header.
|
|
29632
|
+
* + ``routing.http.request.x_amzn_tls_version.header_name`` - Enables you to modify the header name of the *X-Amzn-Tls-Version* HTTP request header.
|
|
29633
|
+
* + ``routing.http.request.x_amzn_tls_cipher_suite.header_name`` - Enables you to modify the header name of the *X-Amzn-Tls-Cipher-Suite* HTTP request header.
|
|
29634
|
+
* + ``routing.http.response.server.enabled`` - Enables you to allow or remove the HTTP response server header.
|
|
29635
|
+
* + ``routing.http.response.strict_transport_security.header_value`` - Informs browsers that the site should only be accessed using HTTPS, and that any future attempts to access it using HTTP should automatically be converted to HTTPS.
|
|
29636
|
+
* + ``routing.http.response.access_control_allow_origin.header_value`` - Specifies which origins are allowed to access the server.
|
|
29637
|
+
* + ``routing.http.response.access_control_allow_methods.header_value`` - Returns which HTTP methods are allowed when accessing the server from a different origin.
|
|
29638
|
+
* + ``routing.http.response.access_control_allow_headers.header_value`` - Specifies which headers can be used during the request.
|
|
29639
|
+
* + ``routing.http.response.access_control_allow_credentials.header_value`` - Indicates whether the browser should include credentials such as cookies or authentication when making requests.
|
|
29640
|
+
* + ``routing.http.response.access_control_expose_headers.header_value`` - Returns which headers the browser can expose to the requesting client.
|
|
29641
|
+
* + ``routing.http.response.access_control_max_age.header_value`` - Specifies how long the results of a preflight request can be cached, in seconds.
|
|
29642
|
+
* + ``routing.http.response.content_security_policy.header_value`` - Specifies restrictions enforced by the browser to help minimize the risk of certain types of security threats.
|
|
29643
|
+
* + ``routing.http.response.x_content_type_options.header_value`` - Indicates whether the MIME types advertised in the *Content-Type* headers should be followed and not be changed.
|
|
29644
|
+
* + ``routing.http.response.x_frame_options.header_value`` - Indicates whether the browser is allowed to render a page in a *frame*, *iframe*, *embed* or *object*.
|
|
29580
29645
|
*/
|
|
29581
29646
|
key?: pulumi.Input<string>;
|
|
29582
29647
|
/**
|
|
@@ -30189,37 +30254,37 @@ export declare namespace elasticloadbalancingv2 {
|
|
|
30189
30254
|
/**
|
|
30190
30255
|
* The name of the attribute.
|
|
30191
30256
|
* The following attributes are supported by all load balancers:
|
|
30192
|
-
* +
|
|
30193
|
-
* +
|
|
30257
|
+
* + ``deletion_protection.enabled`` - Indicates whether deletion protection is enabled. The value is ``true`` or ``false``. The default is ``false``.
|
|
30258
|
+
* + ``load_balancing.cross_zone.enabled`` - Indicates whether cross-zone load balancing is enabled. The possible values are ``true`` and ``false``. The default for Network Load Balancers and Gateway Load Balancers is ``false``. The default for Application Load Balancers is ``true``, and can't be changed.
|
|
30194
30259
|
*
|
|
30195
30260
|
* The following attributes are supported by both Application Load Balancers and Network Load Balancers:
|
|
30196
|
-
* +
|
|
30197
|
-
* +
|
|
30198
|
-
* +
|
|
30199
|
-
* +
|
|
30200
|
-
* +
|
|
30261
|
+
* + ``access_logs.s3.enabled`` - Indicates whether access logs are enabled. The value is ``true`` or ``false``. The default is ``false``.
|
|
30262
|
+
* + ``access_logs.s3.bucket`` - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.
|
|
30263
|
+
* + ``access_logs.s3.prefix`` - The prefix for the location in the S3 bucket for the access logs.
|
|
30264
|
+
* + ``ipv6.deny_all_igw_traffic`` - Blocks internet gateway (IGW) access to the load balancer. It is set to ``false`` for internet-facing load balancers and ``true`` for internal load balancers, preventing unintended access to your internal load balancer through an internet gateway.
|
|
30265
|
+
* + ``zonal_shift.config.enabled`` - Indicates whether zonal shift is enabled. The possible values are ``true`` and ``false``. The default is ``false``.
|
|
30201
30266
|
*
|
|
30202
30267
|
* The following attributes are supported by only Application Load Balancers:
|
|
30203
|
-
* +
|
|
30204
|
-
* +
|
|
30205
|
-
* +
|
|
30206
|
-
* +
|
|
30207
|
-
* +
|
|
30208
|
-
* +
|
|
30209
|
-
* +
|
|
30210
|
-
* +
|
|
30211
|
-
* +
|
|
30212
|
-
* +
|
|
30213
|
-
* +
|
|
30268
|
+
* + ``idle_timeout.timeout_seconds`` - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.
|
|
30269
|
+
* + ``client_keep_alive.seconds`` - The client keep alive value, in seconds. The valid range is 60-604800 seconds. The default is 3600 seconds.
|
|
30270
|
+
* + ``connection_logs.s3.enabled`` - Indicates whether connection logs are enabled. The value is ``true`` or ``false``. The default is ``false``.
|
|
30271
|
+
* + ``connection_logs.s3.bucket`` - The name of the S3 bucket for the connection logs. This attribute is required if connection logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.
|
|
30272
|
+
* + ``connection_logs.s3.prefix`` - The prefix for the location in the S3 bucket for the connection logs.
|
|
30273
|
+
* + ``routing.http.desync_mitigation_mode`` - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are ``monitor``, ``defensive``, and ``strictest``. The default is ``defensive``.
|
|
30274
|
+
* + ``routing.http.drop_invalid_header_fields.enabled`` - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (``true``) or routed to targets (``false``). The default is ``false``.
|
|
30275
|
+
* + ``routing.http.preserve_host_header.enabled`` - Indicates whether the Application Load Balancer should preserve the ``Host`` header in the HTTP request and send it to the target without any change. The possible values are ``true`` and ``false``. The default is ``false``.
|
|
30276
|
+
* + ``routing.http.x_amzn_tls_version_and_cipher_suite.enabled`` - Indicates whether the two headers (``x-amzn-tls-version`` and ``x-amzn-tls-cipher-suite``), which contain information about the negotiated TLS version and cipher suite, are added to the client request before sending it to the target. The ``x-amzn-tls-version`` header has information about the TLS protocol version negotiated with the client, and the ``x-amzn-tls-cipher-suite`` header has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute are ``true`` and ``false``. The default is ``false``.
|
|
30277
|
+
* + ``routing.http.xff_client_port.enabled`` - Indicates whether the ``X-Forwarded-For`` header should preserve the source port that the client used to connect to the load balancer. The possible values are ``true`` and ``false``. The default is ``false``.
|
|
30278
|
+
* + ``routing.http.xff_header_processing.mode`` - Enables you to modify, preserve, or remove the ``X-Forwarded-For`` header in the HTTP request before the Application Load Balancer sends the request to the target. The possible values are ``append``, ``preserve``, and ``remove``. The default is ``append``.
|
|
30214
30279
|
* + If the value is ``append``, the Application Load Balancer adds the client IP address (of the last hop) to the ``X-Forwarded-For`` header in the HTTP request before it sends it to targets.
|
|
30215
30280
|
* + If the value is ``preserve`` the Application Load Balancer preserves the ``X-Forwarded-For`` header in the HTTP request, and sends it to targets without any change.
|
|
30216
30281
|
* + If the value is ``remove``, the Application Load Balancer removes the ``X-Forwarded-For`` header in the HTTP request before it sends it to targets.
|
|
30217
30282
|
*
|
|
30218
|
-
* +
|
|
30219
|
-
* +
|
|
30283
|
+
* + ``routing.http2.enabled`` - Indicates whether HTTP/2 is enabled. The possible values are ``true`` and ``false``. The default is ``true``. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.
|
|
30284
|
+
* + ``waf.fail_open.enabled`` - Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to AWS WAF. The possible values are ``true`` and ``false``. The default is ``false``.
|
|
30220
30285
|
*
|
|
30221
30286
|
* The following attributes are supported by only Network Load Balancers:
|
|
30222
|
-
* +
|
|
30287
|
+
* + ``dns_record.client_routing_policy`` - Indicates how traffic is distributed among the load balancer Availability Zones. The possible values are ``availability_zone_affinity`` with 100 percent zonal affinity, ``partial_availability_zone_affinity`` with 85 percent zonal affinity, and ``any_availability_zone`` with 0 percent zonal affinity.
|
|
30223
30288
|
*/
|
|
30224
30289
|
key?: pulumi.Input<string>;
|
|
30225
30290
|
/**
|
|
@@ -33362,11 +33427,11 @@ export declare namespace gameliftstreams {
|
|
|
33362
33427
|
}
|
|
33363
33428
|
interface StreamGroupDefaultApplicationArgs {
|
|
33364
33429
|
/**
|
|
33365
|
-
* An [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) that uniquely identifies the application resource.
|
|
33430
|
+
* An [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) that uniquely identifies the application resource. Example ARN: `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6` .
|
|
33366
33431
|
*/
|
|
33367
33432
|
arn?: pulumi.Input<string>;
|
|
33368
33433
|
/**
|
|
33369
|
-
* An ID that uniquely identifies the application resource.
|
|
33434
|
+
* An ID that uniquely identifies the application resource. Example ID: `a-9ZY8X7Wv6` .
|
|
33370
33435
|
*/
|
|
33371
33436
|
id?: pulumi.Input<string>;
|
|
33372
33437
|
}
|
|
@@ -33376,7 +33441,7 @@ export declare namespace gameliftstreams {
|
|
|
33376
33441
|
*/
|
|
33377
33442
|
alwaysOnCapacity?: pulumi.Input<number>;
|
|
33378
33443
|
/**
|
|
33379
|
-
* A location's name. For example, `us-east-1` . For a complete list of locations that Amazon GameLift Streams supports, refer to [Regions and
|
|
33444
|
+
* A location's name. For example, `us-east-1` . For a complete list of locations that Amazon GameLift Streams supports, refer to [Regions, quotas, and limitations](https://docs.aws.amazon.com/gameliftstreams/latest/developerguide/regions-quotas.html) in the *Amazon GameLift Streams Developer Guide* .
|
|
33380
33445
|
*/
|
|
33381
33446
|
locationName: pulumi.Input<string>;
|
|
33382
33447
|
/**
|
|
@@ -46422,11 +46487,11 @@ export declare namespace logs {
|
|
|
46422
46487
|
/**
|
|
46423
46488
|
* The name of the delivery destination to assign this policy to
|
|
46424
46489
|
*/
|
|
46425
|
-
deliveryDestinationName
|
|
46490
|
+
deliveryDestinationName?: pulumi.Input<string>;
|
|
46426
46491
|
/**
|
|
46427
46492
|
* The contents of the policy attached to the delivery destination
|
|
46428
46493
|
*/
|
|
46429
|
-
deliveryDestinationPolicy
|
|
46494
|
+
deliveryDestinationPolicy?: any;
|
|
46430
46495
|
}
|
|
46431
46496
|
interface IntegrationOpenSearchResourceConfigArgs {
|
|
46432
46497
|
/**
|
|
@@ -51471,6 +51536,10 @@ export declare namespace omics {
|
|
|
51471
51536
|
*/
|
|
51472
51537
|
optional?: pulumi.Input<boolean>;
|
|
51473
51538
|
}
|
|
51539
|
+
interface WorkflowVersionWorkflowParameterArgs {
|
|
51540
|
+
description?: pulumi.Input<string>;
|
|
51541
|
+
optional?: pulumi.Input<boolean>;
|
|
51542
|
+
}
|
|
51474
51543
|
}
|
|
51475
51544
|
export declare namespace opensearchserverless {
|
|
51476
51545
|
interface IndexPropertyMappingArgs {
|
|
@@ -82733,8 +82802,8 @@ export declare namespace rds {
|
|
|
82733
82802
|
secondsUntilAutoPause?: pulumi.Input<number>;
|
|
82734
82803
|
/**
|
|
82735
82804
|
* The action to take when the timeout is reached, either ``ForceApplyCapacityChange`` or ``RollbackCapacityChange``.
|
|
82736
|
-
*
|
|
82737
|
-
*
|
|
82805
|
+
* ``ForceApplyCapacityChange`` sets the capacity to the specified value as soon as possible.
|
|
82806
|
+
* ``RollbackCapacityChange``, the default, ignores the capacity change if a scaling point isn't found in the timeout period.
|
|
82738
82807
|
* If you specify ``ForceApplyCapacityChange``, connections that prevent Aurora Serverless v1 from finding a scaling point might be dropped.
|
|
82739
82808
|
* For more information, see [Autoscaling for Aurora Serverless v1](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.how-it-works.html#aurora-serverless.how-it-works.auto-scaling) in the *Amazon Aurora User Guide*.
|
|
82740
82809
|
*/
|
|
@@ -83022,7 +83091,7 @@ export declare namespace redshiftserverless {
|
|
|
83022
83091
|
}
|
|
83023
83092
|
interface WorkgroupConfigParameterArgs {
|
|
83024
83093
|
/**
|
|
83025
|
-
* The key of the parameter. The options are `datestyle` , `enable_user_activity_logging` , `query_group` , `search_path` , `
|
|
83094
|
+
* The key of the parameter. The options are `auto_mv` , `datestyle` , `enable_case_sensitive_identifier` , `enable_user_activity_logging` , `query_group` , `search_path` , `require_ssl` , `use_fips_ssl` , and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see [Query monitoring metrics for Amazon Redshift Serverless](https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless) .
|
|
83026
83095
|
*/
|
|
83027
83096
|
parameterKey?: pulumi.Input<string>;
|
|
83028
83097
|
/**
|
|
@@ -86486,6 +86555,10 @@ export declare namespace sagemaker {
|
|
|
86486
86555
|
* Settings that are used to configure and manage the lifecycle of CodeEditor applications.
|
|
86487
86556
|
*/
|
|
86488
86557
|
appLifecycleManagement?: pulumi.Input<inputs.sagemaker.DomainAppLifecycleManagementArgs>;
|
|
86558
|
+
/**
|
|
86559
|
+
* The lifecycle configuration that runs before the default lifecycle configuration.
|
|
86560
|
+
*/
|
|
86561
|
+
builtInLifecycleConfigArn?: pulumi.Input<string>;
|
|
86489
86562
|
/**
|
|
86490
86563
|
* A list of custom images for use for CodeEditor apps.
|
|
86491
86564
|
*/
|
|
@@ -86634,6 +86707,13 @@ export declare namespace sagemaker {
|
|
|
86634
86707
|
*/
|
|
86635
86708
|
fileSystemPath?: pulumi.Input<string>;
|
|
86636
86709
|
}
|
|
86710
|
+
interface DomainHiddenSageMakerImageArgs {
|
|
86711
|
+
/**
|
|
86712
|
+
* The SageMaker image name that you are hiding from the Studio user interface.
|
|
86713
|
+
*/
|
|
86714
|
+
sageMakerImageName?: pulumi.Input<enums.sagemaker.DomainHiddenSageMakerImageSageMakerImageName>;
|
|
86715
|
+
versionAliases?: pulumi.Input<pulumi.Input<string>[]>;
|
|
86716
|
+
}
|
|
86637
86717
|
interface DomainIdleSettingsArgs {
|
|
86638
86718
|
/**
|
|
86639
86719
|
* The time that SageMaker waits after the application becomes idle before shutting it down.
|
|
@@ -86660,6 +86740,10 @@ export declare namespace sagemaker {
|
|
|
86660
86740
|
* Indicates whether idle shutdown is activated for JupyterLab applications.
|
|
86661
86741
|
*/
|
|
86662
86742
|
appLifecycleManagement?: pulumi.Input<inputs.sagemaker.DomainAppLifecycleManagementArgs>;
|
|
86743
|
+
/**
|
|
86744
|
+
* The lifecycle configuration that runs before the default lifecycle configuration.
|
|
86745
|
+
*/
|
|
86746
|
+
builtInLifecycleConfigArn?: pulumi.Input<string>;
|
|
86663
86747
|
/**
|
|
86664
86748
|
* A list of CodeRepositories available for use with JupyterLab apps.
|
|
86665
86749
|
*/
|
|
@@ -86818,15 +86902,27 @@ export declare namespace sagemaker {
|
|
|
86818
86902
|
* Applications supported in Studio that are hidden from the Studio left navigation pane.
|
|
86819
86903
|
*/
|
|
86820
86904
|
hiddenAppTypes?: pulumi.Input<pulumi.Input<enums.sagemaker.DomainAppType>[]>;
|
|
86905
|
+
/**
|
|
86906
|
+
* The instance types you are hiding from the Studio user interface.
|
|
86907
|
+
*/
|
|
86908
|
+
hiddenInstanceTypes?: pulumi.Input<pulumi.Input<enums.sagemaker.DomainAppInstanceType>[]>;
|
|
86821
86909
|
/**
|
|
86822
86910
|
* The machine learning tools that are hidden from the Studio left navigation pane.
|
|
86823
86911
|
*/
|
|
86824
86912
|
hiddenMlTools?: pulumi.Input<pulumi.Input<enums.sagemaker.DomainMlTools>[]>;
|
|
86913
|
+
/**
|
|
86914
|
+
* The version aliases you are hiding from the Studio user interface.
|
|
86915
|
+
*/
|
|
86916
|
+
hiddenSageMakerImageVersionAliases?: pulumi.Input<pulumi.Input<inputs.sagemaker.DomainHiddenSageMakerImageArgs>[]>;
|
|
86825
86917
|
}
|
|
86826
86918
|
/**
|
|
86827
86919
|
* A collection of settings that apply to users of Amazon SageMaker Studio. These settings are specified when the CreateUserProfile API is called, and as DefaultUserSettings when the CreateDomain API is called.
|
|
86828
86920
|
*/
|
|
86829
86921
|
interface DomainUserSettingsArgs {
|
|
86922
|
+
/**
|
|
86923
|
+
* Indicates whether auto-mounting of an EFS volume is supported for the user profile.
|
|
86924
|
+
*/
|
|
86925
|
+
autoMountHomeEfs?: pulumi.Input<enums.sagemaker.DomainUserSettingsAutoMountHomeEfs>;
|
|
86830
86926
|
/**
|
|
86831
86927
|
* The Code Editor application settings.
|
|
86832
86928
|
*
|
|
@@ -89912,6 +90008,10 @@ export declare namespace sagemaker {
|
|
|
89912
90008
|
* Settings that are used to configure and manage the lifecycle of CodeEditor applications.
|
|
89913
90009
|
*/
|
|
89914
90010
|
appLifecycleManagement?: pulumi.Input<inputs.sagemaker.UserProfileAppLifecycleManagementArgs>;
|
|
90011
|
+
/**
|
|
90012
|
+
* The lifecycle configuration that runs before the default lifecycle configuration.
|
|
90013
|
+
*/
|
|
90014
|
+
builtInLifecycleConfigArn?: pulumi.Input<string>;
|
|
89915
90015
|
/**
|
|
89916
90016
|
* A list of custom images for use for CodeEditor apps.
|
|
89917
90017
|
*/
|
|
@@ -90010,6 +90110,13 @@ export declare namespace sagemaker {
|
|
|
90010
90110
|
*/
|
|
90011
90111
|
fileSystemPath?: pulumi.Input<string>;
|
|
90012
90112
|
}
|
|
90113
|
+
interface UserProfileHiddenSageMakerImageArgs {
|
|
90114
|
+
/**
|
|
90115
|
+
* The SageMaker image name that you are hiding from the Studio user interface.
|
|
90116
|
+
*/
|
|
90117
|
+
sageMakerImageName?: pulumi.Input<enums.sagemaker.UserProfileHiddenSageMakerImageSageMakerImageName>;
|
|
90118
|
+
versionAliases?: pulumi.Input<pulumi.Input<string>[]>;
|
|
90119
|
+
}
|
|
90013
90120
|
interface UserProfileIdleSettingsArgs {
|
|
90014
90121
|
/**
|
|
90015
90122
|
* The time that SageMaker waits after the application becomes idle before shutting it down.
|
|
@@ -90036,6 +90143,10 @@ export declare namespace sagemaker {
|
|
|
90036
90143
|
* Indicates whether idle shutdown is activated for JupyterLab applications.
|
|
90037
90144
|
*/
|
|
90038
90145
|
appLifecycleManagement?: pulumi.Input<inputs.sagemaker.UserProfileAppLifecycleManagementArgs>;
|
|
90146
|
+
/**
|
|
90147
|
+
* The lifecycle configuration that runs before the default lifecycle configuration.
|
|
90148
|
+
*/
|
|
90149
|
+
builtInLifecycleConfigArn?: pulumi.Input<string>;
|
|
90039
90150
|
/**
|
|
90040
90151
|
* A list of CodeRepositories available for use with JupyterLab apps.
|
|
90041
90152
|
*/
|
|
@@ -90139,15 +90250,27 @@ export declare namespace sagemaker {
|
|
|
90139
90250
|
* Applications supported in Studio that are hidden from the Studio left navigation pane.
|
|
90140
90251
|
*/
|
|
90141
90252
|
hiddenAppTypes?: pulumi.Input<pulumi.Input<enums.sagemaker.UserProfileAppType>[]>;
|
|
90253
|
+
/**
|
|
90254
|
+
* The instance types you are hiding from the Studio user interface.
|
|
90255
|
+
*/
|
|
90256
|
+
hiddenInstanceTypes?: pulumi.Input<pulumi.Input<enums.sagemaker.UserProfileAppInstanceType>[]>;
|
|
90142
90257
|
/**
|
|
90143
90258
|
* The machine learning tools that are hidden from the Studio left navigation pane.
|
|
90144
90259
|
*/
|
|
90145
90260
|
hiddenMlTools?: pulumi.Input<pulumi.Input<enums.sagemaker.UserProfileMlTools>[]>;
|
|
90261
|
+
/**
|
|
90262
|
+
* The version aliases you are hiding from the Studio user interface.
|
|
90263
|
+
*/
|
|
90264
|
+
hiddenSageMakerImageVersionAliases?: pulumi.Input<pulumi.Input<inputs.sagemaker.UserProfileHiddenSageMakerImageArgs>[]>;
|
|
90146
90265
|
}
|
|
90147
90266
|
/**
|
|
90148
90267
|
* A collection of settings that apply to users of Amazon SageMaker Studio. These settings are specified when the CreateUserProfile API is called, and as DefaultUserSettings when the CreateDomain API is called.
|
|
90149
90268
|
*/
|
|
90150
90269
|
interface UserProfileUserSettingsArgs {
|
|
90270
|
+
/**
|
|
90271
|
+
* Indicates whether auto-mounting of an EFS volume is supported for the user profile.
|
|
90272
|
+
*/
|
|
90273
|
+
autoMountHomeEfs?: pulumi.Input<enums.sagemaker.UserProfileUserSettingsAutoMountHomeEfs>;
|
|
90151
90274
|
/**
|
|
90152
90275
|
* The Code Editor application settings.
|
|
90153
90276
|
*
|
|
@@ -90649,15 +90772,15 @@ export declare namespace securityhub {
|
|
|
90649
90772
|
* + To search for values that include the filter value, use ``CONTAINS``. For example, for the ``ResourceTags`` field, the filter ``Department CONTAINS Security`` matches findings that include the value ``Security`` for the ``Department`` tag. In the same example, a finding with a value of ``Security team`` for the ``Department`` tag is a match.
|
|
90650
90773
|
* + To search for values that exactly match the filter value, use ``EQUALS``. For example, for the ``ResourceTags`` field, the filter ``Department EQUALS Security`` matches findings that have the value ``Security`` for the ``Department`` tag.
|
|
90651
90774
|
*
|
|
90652
|
-
*
|
|
90775
|
+
* ``CONTAINS`` and ``EQUALS`` filters on the same field are joined by ``OR``. A finding matches if it matches any one of those filters. For example, the filters ``Department CONTAINS Security OR Department CONTAINS Finance`` match a finding that includes either ``Security``, ``Finance``, or both values.
|
|
90653
90776
|
* To search for values that don't have the filter value, use one of the following comparison operators:
|
|
90654
90777
|
* + To search for values that exclude the filter value, use ``NOT_CONTAINS``. For example, for the ``ResourceTags`` field, the filter ``Department NOT_CONTAINS Finance`` matches findings that exclude the value ``Finance`` for the ``Department`` tag.
|
|
90655
90778
|
* + To search for values other than the filter value, use ``NOT_EQUALS``. For example, for the ``ResourceTags`` field, the filter ``Department NOT_EQUALS Finance`` matches findings that don’t have the value ``Finance`` for the ``Department`` tag.
|
|
90656
90779
|
*
|
|
90657
|
-
*
|
|
90658
|
-
*
|
|
90780
|
+
* ``NOT_CONTAINS`` and ``NOT_EQUALS`` filters on the same field are joined by ``AND``. A finding matches only if it matches all of those filters. For example, the filters ``Department NOT_CONTAINS Security AND Department NOT_CONTAINS Finance`` match a finding that excludes both the ``Security`` and ``Finance`` values.
|
|
90781
|
+
* ``CONTAINS`` filters can only be used with other ``CONTAINS`` filters. ``NOT_CONTAINS`` filters can only be used with other ``NOT_CONTAINS`` filters.
|
|
90659
90782
|
* You can’t have both a ``CONTAINS`` filter and a ``NOT_CONTAINS`` filter on the same field. Similarly, you can’t have both an ``EQUALS`` filter and a ``NOT_EQUALS`` filter on the same field. Combining filters in this way returns an error.
|
|
90660
|
-
*
|
|
90783
|
+
* ``CONTAINS`` and ``NOT_CONTAINS`` operators can be used only with automation rules. For more information, see [Automation rules](https://docs.aws.amazon.com/securityhub/latest/userguide/automation-rules.html) in the *User Guide*.
|
|
90661
90784
|
*/
|
|
90662
90785
|
comparison: pulumi.Input<enums.securityhub.AutomationRuleMapFilterComparison>;
|
|
90663
90786
|
/**
|
|
@@ -90719,11 +90842,11 @@ export declare namespace securityhub {
|
|
|
90719
90842
|
interface AutomationRuleSeverityUpdateArgs {
|
|
90720
90843
|
/**
|
|
90721
90844
|
* The severity value of the finding. The allowed values are the following.
|
|
90722
|
-
* +
|
|
90723
|
-
* +
|
|
90724
|
-
* +
|
|
90725
|
-
* +
|
|
90726
|
-
* +
|
|
90845
|
+
* + ``INFORMATIONAL`` - No issue was found.
|
|
90846
|
+
* + ``LOW`` - The issue does not require action on its own.
|
|
90847
|
+
* + ``MEDIUM`` - The issue must be addressed but not urgently.
|
|
90848
|
+
* + ``HIGH`` - The issue must be addressed as a priority.
|
|
90849
|
+
* + ``CRITICAL`` - The issue must be remediated immediately to avoid it escalating.
|
|
90727
90850
|
*/
|
|
90728
90851
|
label?: pulumi.Input<enums.securityhub.AutomationRuleSeverityUpdateLabel>;
|
|
90729
90852
|
/**
|
|
@@ -90752,13 +90875,13 @@ export declare namespace securityhub {
|
|
|
90752
90875
|
* + To search for values that exactly match the filter value, use ``EQUALS``. For example, the filter ``AwsAccountId EQUALS 123456789012`` only matches findings that have an account ID of ``123456789012``.
|
|
90753
90876
|
* + To search for values that start with the filter value, use ``PREFIX``. For example, the filter ``ResourceRegion PREFIX us`` matches findings that have a ``ResourceRegion`` that starts with ``us``. A ``ResourceRegion`` that starts with a different value, such as ``af``, ``ap``, or ``ca``, doesn't match.
|
|
90754
90877
|
*
|
|
90755
|
-
*
|
|
90878
|
+
* ``CONTAINS``, ``EQUALS``, and ``PREFIX`` filters on the same field are joined by ``OR``. A finding matches if it matches any one of those filters. For example, the filters ``Title CONTAINS CloudFront OR Title CONTAINS CloudWatch`` match a finding that includes either ``CloudFront``, ``CloudWatch``, or both strings in the title.
|
|
90756
90879
|
* To search for values that don’t have the filter value, use one of the following comparison operators:
|
|
90757
90880
|
* + To search for values that exclude the filter value, use ``NOT_CONTAINS``. For example, the filter ``Title NOT_CONTAINS CloudFront`` matches findings that have a ``Title`` that excludes the string CloudFront.
|
|
90758
90881
|
* + To search for values other than the filter value, use ``NOT_EQUALS``. For example, the filter ``AwsAccountId NOT_EQUALS 123456789012`` only matches findings that have an account ID other than ``123456789012``.
|
|
90759
90882
|
* + To search for values that don't start with the filter value, use ``PREFIX_NOT_EQUALS``. For example, the filter ``ResourceRegion PREFIX_NOT_EQUALS us`` matches findings with a ``ResourceRegion`` that starts with a value other than ``us``.
|
|
90760
90883
|
*
|
|
90761
|
-
*
|
|
90884
|
+
* ``NOT_CONTAINS``, ``NOT_EQUALS``, and ``PREFIX_NOT_EQUALS`` filters on the same field are joined by ``AND``. A finding matches only if it matches all of those filters. For example, the filters ``Title NOT_CONTAINS CloudFront AND Title NOT_CONTAINS CloudWatch`` match a finding that excludes both ``CloudFront`` and ``CloudWatch`` in the title.
|
|
90762
90885
|
* You can’t have both a ``CONTAINS`` filter and a ``NOT_CONTAINS`` filter on the same field. Similarly, you can't provide both an ``EQUALS`` filter and a ``NOT_EQUALS`` or ``PREFIX_NOT_EQUALS`` filter on the same field. Combining filters in this way returns an error. ``CONTAINS`` filters can only be used with other ``CONTAINS`` filters. ``NOT_CONTAINS`` filters can only be used with other ``NOT_CONTAINS`` filters.
|
|
90763
90886
|
* You can combine ``PREFIX`` filters with ``NOT_EQUALS`` or ``PREFIX_NOT_EQUALS`` filters for the same field. Security Hub first processes the ``PREFIX`` filters, and then the ``NOT_EQUALS`` or ``PREFIX_NOT_EQUALS`` filters.
|
|
90764
90887
|
* For example, for the following filters, Security Hub first identifies findings that have resource types that start with either ``AwsIam`` or ``AwsEc2``. It then excludes findings that have a resource type of ``AwsIamPolicy`` and findings that have a resource type of ``AwsEc2NetworkInterface``.
|
|
@@ -90767,7 +90890,7 @@ export declare namespace securityhub {
|
|
|
90767
90890
|
* + ``ResourceType NOT_EQUALS AwsIamPolicy``
|
|
90768
90891
|
* + ``ResourceType NOT_EQUALS AwsEc2NetworkInterface``
|
|
90769
90892
|
*
|
|
90770
|
-
*
|
|
90893
|
+
* ``CONTAINS`` and ``NOT_CONTAINS`` operators can be used only with automation rules. For more information, see [Automation rules](https://docs.aws.amazon.com/securityhub/latest/userguide/automation-rules.html) in the *User Guide*.
|
|
90771
90894
|
*/
|
|
90772
90895
|
comparison: pulumi.Input<enums.securityhub.AutomationRuleStringFilterComparison>;
|
|
90773
90896
|
/**
|
|
@@ -90782,14 +90905,14 @@ export declare namespace securityhub {
|
|
|
90782
90905
|
/**
|
|
90783
90906
|
* The status of the investigation into the finding. The workflow status is specific to an individual finding. It does not affect the generation of new findings. For example, setting the workflow status to ``SUPPRESSED`` or ``RESOLVED`` does not prevent a new finding for the same issue.
|
|
90784
90907
|
* The allowed values are the following.
|
|
90785
|
-
* +
|
|
90908
|
+
* + ``NEW`` - The initial state of a finding, before it is reviewed.
|
|
90786
90909
|
* Security Hub also resets ``WorkFlowStatus`` from ``NOTIFIED`` or ``RESOLVED`` to ``NEW`` in the following cases:
|
|
90787
90910
|
* + The record state changes from ``ARCHIVED`` to ``ACTIVE``.
|
|
90788
90911
|
* + The compliance status changes from ``PASSED`` to either ``WARNING``, ``FAILED``, or ``NOT_AVAILABLE``.
|
|
90789
90912
|
*
|
|
90790
|
-
* +
|
|
90791
|
-
* +
|
|
90792
|
-
* +
|
|
90913
|
+
* + ``NOTIFIED`` - Indicates that you notified the resource owner about the security issue. Used when the initial reviewer is not the resource owner, and needs intervention from the resource owner.
|
|
90914
|
+
* + ``RESOLVED`` - The finding was reviewed and remediated and is now considered resolved.
|
|
90915
|
+
* + ``SUPPRESSED`` - Indicates that you reviewed the finding and don't believe that any action is needed. The finding is no longer updated.
|
|
90793
90916
|
*/
|
|
90794
90917
|
status: pulumi.Input<enums.securityhub.AutomationRuleWorkflowUpdateStatus>;
|
|
90795
90918
|
}
|
|
@@ -94701,6 +94824,9 @@ export declare namespace verifiedpermissions {
|
|
|
94701
94824
|
description?: pulumi.Input<string>;
|
|
94702
94825
|
statement: pulumi.Input<string>;
|
|
94703
94826
|
}
|
|
94827
|
+
interface PolicyStoreDeletionProtectionArgs {
|
|
94828
|
+
mode: pulumi.Input<enums.verifiedpermissions.PolicyStoreDeletionMode>;
|
|
94829
|
+
}
|
|
94704
94830
|
interface PolicyStoreSchemaDefinitionArgs {
|
|
94705
94831
|
/**
|
|
94706
94832
|
* A JSON string representation of the schema supported by applications that use this policy store. For more information, see [Policy store schema](https://docs.aws.amazon.com/verifiedpermissions/latest/userguide/schema.html) in the AVP User Guide.
|