@pulumi/aws-native 1.31.0-alpha.1750423631 → 1.31.0-alpha.1750851253
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/aiops/getInvestigationGroup.d.ts +46 -0
- package/aiops/getInvestigationGroup.js +28 -0
- package/aiops/getInvestigationGroup.js.map +1 -0
- package/aiops/index.d.ts +6 -0
- package/aiops/index.js +25 -0
- package/aiops/index.js.map +1 -0
- package/aiops/investigationGroup.d.ts +96 -0
- package/aiops/investigationGroup.js +86 -0
- package/aiops/investigationGroup.js.map +1 -0
- package/arczonalshift/getZonalAutoshiftConfiguration.d.ts +2 -2
- package/arczonalshift/zonalAutoshiftConfiguration.d.ts +2 -2
- package/cloudformation/getStack.d.ts +9 -9
- package/cloudformation/stack.d.ts +22 -22
- package/datazone/getProjectProfile.d.ts +2 -0
- package/datazone/getProjectProfile.js.map +1 -1
- package/datazone/projectProfile.d.ts +4 -0
- package/datazone/projectProfile.js +2 -0
- package/datazone/projectProfile.js.map +1 -1
- package/dsql/cluster.d.ts +12 -0
- package/dsql/cluster.js +4 -0
- package/dsql/cluster.js.map +1 -1
- package/dsql/getCluster.d.ts +4 -0
- package/dsql/getCluster.js.map +1 -1
- package/ecs/getService.d.ts +44 -0
- package/ecs/getService.js +44 -0
- package/ecs/getService.js.map +1 -1
- package/ecs/service.d.ts +22 -0
- package/ecs/service.js +22 -0
- package/ecs/service.js.map +1 -1
- package/gamelift/getContainerFleet.d.ts +4 -0
- package/gamelift/getContainerFleet.js.map +1 -1
- package/index.d.ts +3 -1
- package/index.js +9 -5
- package/index.js.map +1 -1
- package/inspectorv2/filter.d.ts +6 -0
- package/inspectorv2/filter.js.map +1 -1
- package/inspectorv2/getFilter.d.ts +3 -0
- package/inspectorv2/getFilter.js.map +1 -1
- package/mediatailor/getPlaybackConfiguration.d.ts +5 -0
- package/mediatailor/getPlaybackConfiguration.js.map +1 -1
- package/mediatailor/playbackConfiguration.d.ts +9 -0
- package/mediatailor/playbackConfiguration.js +2 -0
- package/mediatailor/playbackConfiguration.js.map +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/s3tables/index.d.ts +3 -0
- package/s3tables/index.js +5 -1
- package/s3tables/index.js.map +1 -1
- package/s3tables/namespace.d.ts +37 -0
- package/s3tables/namespace.js +66 -0
- package/s3tables/namespace.js.map +1 -0
- package/securityhub/aggregatorV2.d.ts +6 -0
- package/securityhub/aggregatorV2.js.map +1 -1
- package/securityhub/automationRuleV2.d.ts +18 -0
- package/securityhub/automationRuleV2.js.map +1 -1
- package/securityhub/getAggregatorV2.d.ts +3 -0
- package/securityhub/getAggregatorV2.js.map +1 -1
- package/securityhub/getAutomationRuleV2.d.ts +12 -0
- package/securityhub/getAutomationRuleV2.js.map +1 -1
- package/securityhub/getHubV2.d.ts +6 -0
- package/securityhub/getHubV2.js.map +1 -1
- package/securityhub/hubV2.d.ts +9 -0
- package/securityhub/hubV2.js.map +1 -1
- package/types/enums/batch/index.d.ts +10 -0
- package/types/enums/batch/index.js +9 -1
- package/types/enums/batch/index.js.map +1 -1
- package/types/enums/datazone/index.d.ts +5 -0
- package/types/enums/datazone/index.js +5 -1
- package/types/enums/datazone/index.js.map +1 -1
- package/types/enums/index.d.ts +2 -1
- package/types/enums/index.js +3 -1
- package/types/enums/index.js.map +1 -1
- package/types/enums/kendra/index.d.ts +1 -0
- package/types/enums/kendra/index.js +1 -0
- package/types/enums/kendra/index.js.map +1 -1
- package/types/enums/lambda/index.d.ts +12 -0
- package/types/enums/lambda/index.js.map +1 -1
- package/types/enums/mediatailor/index.d.ts +5 -0
- package/types/enums/mediatailor/index.js +5 -1
- package/types/enums/mediatailor/index.js.map +1 -1
- package/types/enums/rolesanywhere/index.d.ts +0 -1
- package/types/enums/rolesanywhere/index.js +0 -1
- package/types/enums/rolesanywhere/index.js.map +1 -1
- package/types/enums/workspacesinstances/index.d.ts +104 -0
- package/types/enums/workspacesinstances/index.js +86 -0
- package/types/enums/workspacesinstances/index.js.map +1 -0
- package/types/input.d.ts +245 -1
- package/types/output.d.ts +265 -1
- package/types/output.js.map +1 -1
- package/workspacesinstances/getVolume.d.ts +27 -0
- package/workspacesinstances/getVolume.js +28 -0
- package/workspacesinstances/getVolume.js.map +1 -0
- package/workspacesinstances/getWorkspaceInstance.d.ts +35 -0
- package/workspacesinstances/getWorkspaceInstance.js +28 -0
- package/workspacesinstances/getWorkspaceInstance.js.map +1 -0
- package/workspacesinstances/index.d.ts +16 -0
- package/workspacesinstances/index.js +52 -0
- package/workspacesinstances/index.js.map +1 -0
- package/workspacesinstances/volume.d.ts +112 -0
- package/workspacesinstances/volume.js +79 -0
- package/workspacesinstances/volume.js.map +1 -0
- package/workspacesinstances/volumeAssociation.d.ts +66 -0
- package/workspacesinstances/volumeAssociation.js +73 -0
- package/workspacesinstances/volumeAssociation.js.map +1 -0
- package/workspacesinstances/workspaceInstance.d.ts +49 -0
- package/workspacesinstances/workspaceInstance.js +66 -0
- package/workspacesinstances/workspaceInstance.js.map +1 -0
package/types/input.d.ts
CHANGED
|
@@ -803,6 +803,19 @@ export declare namespace acmpca {
|
|
|
803
803
|
value: pulumi.Input<number>;
|
|
804
804
|
}
|
|
805
805
|
}
|
|
806
|
+
export declare namespace aiops {
|
|
807
|
+
interface InvestigationGroupChatbotNotificationChannelArgs {
|
|
808
|
+
chatConfigurationArns?: pulumi.Input<pulumi.Input<string>[]>;
|
|
809
|
+
snsTopicArn?: pulumi.Input<string>;
|
|
810
|
+
}
|
|
811
|
+
interface InvestigationGroupCrossAccountConfigurationArgs {
|
|
812
|
+
sourceRoleArn?: pulumi.Input<string>;
|
|
813
|
+
}
|
|
814
|
+
interface InvestigationGroupEncryptionConfigMapArgs {
|
|
815
|
+
encryptionConfigurationType?: pulumi.Input<string>;
|
|
816
|
+
kmsKeyId?: pulumi.Input<string>;
|
|
817
|
+
}
|
|
818
|
+
}
|
|
806
819
|
export declare namespace amazonmq {
|
|
807
820
|
}
|
|
808
821
|
export declare namespace amplify {
|
|
@@ -6348,7 +6361,7 @@ export declare namespace arczonalshift {
|
|
|
6348
6361
|
*/
|
|
6349
6362
|
blockedDates?: pulumi.Input<pulumi.Input<string>[]>;
|
|
6350
6363
|
/**
|
|
6351
|
-
* An array of one or more days and times that you can specify when
|
|
6364
|
+
* An array of one or more days and times that you can specify when ARC does not start practice runs for a resource. Days and times are in UTC.
|
|
6352
6365
|
*
|
|
6353
6366
|
* Specify blocked windows in the format `DAY:HH:MM-DAY:HH:MM` , separated by spaces. For example, `MON:18:30-MON:19:30 TUE:18:30-TUE:19:30` .
|
|
6354
6367
|
*/
|
|
@@ -8532,6 +8545,7 @@ export declare namespace batch {
|
|
|
8532
8545
|
* > To unset all override templates for a compute environment, you can pass an empty array to the [UpdateComputeEnvironment.overrides](https://docs.aws.amazon.com/batch/latest/APIReference/API_UpdateComputeEnvironment.html) parameter, or not include the `overrides` parameter when submitting the `UpdateComputeEnvironment` API operation.
|
|
8533
8546
|
*/
|
|
8534
8547
|
overrides?: pulumi.Input<pulumi.Input<inputs.batch.ComputeEnvironmentLaunchTemplateSpecificationOverrideArgs>[]>;
|
|
8548
|
+
userdataType?: pulumi.Input<enums.batch.ComputeEnvironmentLaunchTemplateSpecificationUserdataType>;
|
|
8535
8549
|
/**
|
|
8536
8550
|
* The version number of the launch template, `$Default` , or `$Latest` .
|
|
8537
8551
|
*
|
|
@@ -8571,6 +8585,7 @@ export declare namespace batch {
|
|
|
8571
8585
|
* - `targetInstanceTypes` included within the same launch template override or across launch template overrides can't overlap for the same compute environment. For example, you can't define one launch template override to target an instance family and another define an instance type within this same family.
|
|
8572
8586
|
*/
|
|
8573
8587
|
targetInstanceTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
8588
|
+
userdataType?: pulumi.Input<enums.batch.ComputeEnvironmentLaunchTemplateSpecificationOverrideUserdataType>;
|
|
8574
8589
|
/**
|
|
8575
8590
|
* The version number of the launch template, `$Default` , or `$Latest` .
|
|
8576
8591
|
*
|
|
@@ -21988,6 +22003,33 @@ export declare namespace datazone {
|
|
|
21988
22003
|
interface ProjectMembershipMember1PropertiesArgs {
|
|
21989
22004
|
groupIdentifier: pulumi.Input<string>;
|
|
21990
22005
|
}
|
|
22006
|
+
interface ProjectProfileAwsAccountArgs {
|
|
22007
|
+
awsAccountId: pulumi.Input<string>;
|
|
22008
|
+
}
|
|
22009
|
+
interface ProjectProfileEnvironmentConfigurationArgs {
|
|
22010
|
+
awsAccount?: pulumi.Input<inputs.datazone.ProjectProfileAwsAccountArgs>;
|
|
22011
|
+
awsRegion: pulumi.Input<inputs.datazone.ProjectProfileRegionArgs>;
|
|
22012
|
+
configurationParameters?: pulumi.Input<inputs.datazone.ProjectProfileEnvironmentConfigurationParametersDetailsArgs>;
|
|
22013
|
+
deploymentMode?: pulumi.Input<enums.datazone.ProjectProfileDeploymentMode>;
|
|
22014
|
+
deploymentOrder?: pulumi.Input<number>;
|
|
22015
|
+
description?: pulumi.Input<string>;
|
|
22016
|
+
environmentBlueprintId: pulumi.Input<string>;
|
|
22017
|
+
id?: pulumi.Input<string>;
|
|
22018
|
+
name: pulumi.Input<string>;
|
|
22019
|
+
}
|
|
22020
|
+
interface ProjectProfileEnvironmentConfigurationParameterArgs {
|
|
22021
|
+
isEditable?: pulumi.Input<boolean>;
|
|
22022
|
+
name?: pulumi.Input<string>;
|
|
22023
|
+
value?: pulumi.Input<string>;
|
|
22024
|
+
}
|
|
22025
|
+
interface ProjectProfileEnvironmentConfigurationParametersDetailsArgs {
|
|
22026
|
+
parameterOverrides?: pulumi.Input<pulumi.Input<inputs.datazone.ProjectProfileEnvironmentConfigurationParameterArgs>[]>;
|
|
22027
|
+
resolvedParameters?: pulumi.Input<pulumi.Input<inputs.datazone.ProjectProfileEnvironmentConfigurationParameterArgs>[]>;
|
|
22028
|
+
ssmPath?: pulumi.Input<string>;
|
|
22029
|
+
}
|
|
22030
|
+
interface ProjectProfileRegionArgs {
|
|
22031
|
+
regionName: pulumi.Input<string>;
|
|
22032
|
+
}
|
|
21991
22033
|
/**
|
|
21992
22034
|
* The details of the subscription target configuration.
|
|
21993
22035
|
*/
|
|
@@ -42007,6 +42049,10 @@ export declare namespace kendra {
|
|
|
42007
42049
|
* Provides the configuration information to connect to Microsoft SharePoint as your data source.
|
|
42008
42050
|
*/
|
|
42009
42051
|
sharePointConfiguration?: pulumi.Input<inputs.kendra.DataSourceSharePointConfigurationArgs>;
|
|
42052
|
+
/**
|
|
42053
|
+
* Provides a template for the configuration information to connect to your data source.
|
|
42054
|
+
*/
|
|
42055
|
+
templateConfiguration?: pulumi.Input<inputs.kendra.DataSourceTemplateConfigurationArgs>;
|
|
42010
42056
|
/**
|
|
42011
42057
|
* Provides the configuration information required for Amazon Kendra Web Crawler.
|
|
42012
42058
|
*/
|
|
@@ -42705,6 +42751,14 @@ export declare namespace kendra {
|
|
|
42705
42751
|
*/
|
|
42706
42752
|
queryIdentifiersEnclosingOption?: pulumi.Input<enums.kendra.DataSourceQueryIdentifiersEnclosingOption>;
|
|
42707
42753
|
}
|
|
42754
|
+
interface DataSourceTemplateConfigurationArgs {
|
|
42755
|
+
/**
|
|
42756
|
+
* The template schema used for the data source, where templates schemas are supported.
|
|
42757
|
+
*
|
|
42758
|
+
* See [Data source template schemas](https://docs.aws.amazon.com/kendra/latest/dg/ds-schemas.html) .
|
|
42759
|
+
*/
|
|
42760
|
+
template: any;
|
|
42761
|
+
}
|
|
42708
42762
|
interface DataSourceToIndexFieldMappingArgs {
|
|
42709
42763
|
dataSourceFieldName: pulumi.Input<string>;
|
|
42710
42764
|
dateFieldFormat?: pulumi.Input<string>;
|
|
@@ -45043,6 +45097,9 @@ export declare namespace lambda {
|
|
|
45043
45097
|
* The identifier for the Kafka consumer group to join. The consumer group ID must be unique among all your Kafka event sources. After creating a Kafka event source mapping with the consumer group ID specified, you cannot update this value. For more information, see [Customizable consumer group ID](https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#services-msk-consumer-group-id).
|
|
45044
45098
|
*/
|
|
45045
45099
|
consumerGroupId?: pulumi.Input<string>;
|
|
45100
|
+
/**
|
|
45101
|
+
* Specific configuration settings for a Kafka schema registry.
|
|
45102
|
+
*/
|
|
45046
45103
|
schemaRegistryConfig?: pulumi.Input<inputs.lambda.EventSourceMappingSchemaRegistryConfigArgs>;
|
|
45047
45104
|
}
|
|
45048
45105
|
/**
|
|
@@ -45141,16 +45198,43 @@ export declare namespace lambda {
|
|
|
45141
45198
|
maximumConcurrency?: pulumi.Input<number>;
|
|
45142
45199
|
}
|
|
45143
45200
|
interface EventSourceMappingSchemaRegistryAccessConfigArgs {
|
|
45201
|
+
/**
|
|
45202
|
+
* The type of authentication Lambda uses to access your schema registry.
|
|
45203
|
+
*/
|
|
45144
45204
|
type?: pulumi.Input<enums.lambda.EventSourceMappingSchemaRegistryAccessConfigType>;
|
|
45205
|
+
/**
|
|
45206
|
+
* The URI of the secret (Secrets Manager secret ARN) to authenticate with your schema registry.
|
|
45207
|
+
*/
|
|
45145
45208
|
uri?: pulumi.Input<string>;
|
|
45146
45209
|
}
|
|
45147
45210
|
interface EventSourceMappingSchemaRegistryConfigArgs {
|
|
45211
|
+
/**
|
|
45212
|
+
* An array of access configuration objects that tell Lambda how to authenticate with your schema registry.
|
|
45213
|
+
*/
|
|
45148
45214
|
accessConfigs?: pulumi.Input<pulumi.Input<inputs.lambda.EventSourceMappingSchemaRegistryAccessConfigArgs>[]>;
|
|
45215
|
+
/**
|
|
45216
|
+
* The record format that Lambda delivers to your function after schema validation.
|
|
45217
|
+
*
|
|
45218
|
+
* - Choose `JSON` to have Lambda deliver the record to your function as a standard JSON object.
|
|
45219
|
+
* - Choose `SOURCE` to have Lambda deliver the record to your function in its original source format. Lambda removes all schema metadata, such as the schema ID, before sending the record to your function.
|
|
45220
|
+
*/
|
|
45149
45221
|
eventRecordFormat?: pulumi.Input<enums.lambda.EventSourceMappingSchemaRegistryConfigEventRecordFormat>;
|
|
45222
|
+
/**
|
|
45223
|
+
* The URI for your schema registry. The correct URI format depends on the type of schema registry you're using.
|
|
45224
|
+
*
|
|
45225
|
+
* - For AWS Glue schema registries, use the ARN of the registry.
|
|
45226
|
+
* - For Confluent schema registries, use the URL of the registry.
|
|
45227
|
+
*/
|
|
45150
45228
|
schemaRegistryUri?: pulumi.Input<string>;
|
|
45229
|
+
/**
|
|
45230
|
+
* An array of schema validation configuration objects, which tell Lambda the message attributes you want to validate and filter using your schema registry.
|
|
45231
|
+
*/
|
|
45151
45232
|
schemaValidationConfigs?: pulumi.Input<pulumi.Input<inputs.lambda.EventSourceMappingSchemaValidationConfigArgs>[]>;
|
|
45152
45233
|
}
|
|
45153
45234
|
interface EventSourceMappingSchemaValidationConfigArgs {
|
|
45235
|
+
/**
|
|
45236
|
+
* The attributes you want your schema registry to validate and filter for. If you selected `JSON` as the `EventRecordFormat` , Lambda also deserializes the selected message attributes.
|
|
45237
|
+
*/
|
|
45154
45238
|
attribute?: pulumi.Input<enums.lambda.EventSourceMappingSchemaValidationConfigAttribute>;
|
|
45155
45239
|
}
|
|
45156
45240
|
/**
|
|
@@ -45170,6 +45254,9 @@ export declare namespace lambda {
|
|
|
45170
45254
|
* The identifier for the Kafka consumer group to join. The consumer group ID must be unique among all your Kafka event sources. After creating a Kafka event source mapping with the consumer group ID specified, you cannot update this value. For more information, see [Customizable consumer group ID](https://docs.aws.amazon.com/lambda/latest/dg/with-kafka-process.html#services-smaa-topic-add).
|
|
45171
45255
|
*/
|
|
45172
45256
|
consumerGroupId?: pulumi.Input<string>;
|
|
45257
|
+
/**
|
|
45258
|
+
* Specific configuration settings for a Kafka schema registry.
|
|
45259
|
+
*/
|
|
45173
45260
|
schemaRegistryConfig?: pulumi.Input<inputs.lambda.EventSourceMappingSchemaRegistryConfigArgs>;
|
|
45174
45261
|
}
|
|
45175
45262
|
/**
|
|
@@ -91746,7 +91833,13 @@ export declare namespace securityhub {
|
|
|
91746
91833
|
* Allows you to configure automated responses
|
|
91747
91834
|
*/
|
|
91748
91835
|
interface AutomationRuleV2AutomationRulesActionV2Args {
|
|
91836
|
+
/**
|
|
91837
|
+
* The settings for integrating automation rule actions with external systems or service.
|
|
91838
|
+
*/
|
|
91749
91839
|
externalIntegrationConfiguration?: pulumi.Input<inputs.securityhub.AutomationRuleV2ExternalIntegrationConfigurationArgs>;
|
|
91840
|
+
/**
|
|
91841
|
+
* Specifies that the automation rule action is an update to a finding field.
|
|
91842
|
+
*/
|
|
91750
91843
|
findingFieldsUpdate?: pulumi.Input<inputs.securityhub.AutomationRuleV2AutomationRulesFindingFieldsUpdateV2Args>;
|
|
91751
91844
|
/**
|
|
91752
91845
|
* The category of action to be executed by the automation rule
|
|
@@ -91799,6 +91892,9 @@ export declare namespace securityhub {
|
|
|
91799
91892
|
* Enables filtering based on numerical field values
|
|
91800
91893
|
*/
|
|
91801
91894
|
numberFilters?: pulumi.Input<pulumi.Input<inputs.securityhub.AutomationRuleV2OcsfNumberFilterArgs>[]>;
|
|
91895
|
+
/**
|
|
91896
|
+
* The logical operator used to combine multiple filter conditions.
|
|
91897
|
+
*/
|
|
91802
91898
|
operator?: pulumi.Input<enums.securityhub.AutomationRuleV2AllowedOperators>;
|
|
91803
91899
|
/**
|
|
91804
91900
|
* Enables filtering based on string field values
|
|
@@ -91809,14 +91905,30 @@ export declare namespace securityhub {
|
|
|
91809
91905
|
* Defines the parameters and conditions used to evaluate and filter security findings
|
|
91810
91906
|
*/
|
|
91811
91907
|
interface AutomationRuleV2CriteriaArgs {
|
|
91908
|
+
/**
|
|
91909
|
+
* The filtering conditions that align with OCSF standards.
|
|
91910
|
+
*/
|
|
91812
91911
|
ocsfFindingCriteria?: pulumi.Input<inputs.securityhub.AutomationRuleV2OcsfFindingFiltersArgs>;
|
|
91813
91912
|
}
|
|
91814
91913
|
/**
|
|
91815
91914
|
* A date filter for querying findings
|
|
91816
91915
|
*/
|
|
91817
91916
|
interface AutomationRuleV2DateFilterArgs {
|
|
91917
|
+
/**
|
|
91918
|
+
* A date range for the date filter.
|
|
91919
|
+
*/
|
|
91818
91920
|
dateRange?: pulumi.Input<inputs.securityhub.AutomationRuleV2DateRangeArgs>;
|
|
91921
|
+
/**
|
|
91922
|
+
* A timestamp that provides the end date for the date filter.
|
|
91923
|
+
*
|
|
91924
|
+
* For more information about the validation and formatting of timestamp fields in AWS Security Hub , see [Timestamps](https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps) .
|
|
91925
|
+
*/
|
|
91819
91926
|
end?: pulumi.Input<string>;
|
|
91927
|
+
/**
|
|
91928
|
+
* A timestamp that provides the start date for the date filter.
|
|
91929
|
+
*
|
|
91930
|
+
* For more information about the validation and formatting of timestamp fields in AWS Security Hub , see [Timestamps](https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps) .
|
|
91931
|
+
*/
|
|
91820
91932
|
start?: pulumi.Input<string>;
|
|
91821
91933
|
}
|
|
91822
91934
|
/**
|
|
@@ -91883,6 +91995,9 @@ export declare namespace securityhub {
|
|
|
91883
91995
|
* The name of the field
|
|
91884
91996
|
*/
|
|
91885
91997
|
fieldName: pulumi.Input<enums.securityhub.AutomationRuleV2OcsfBooleanFilterFieldName>;
|
|
91998
|
+
/**
|
|
91999
|
+
* Enables filtering of security findings based on boolean field values in OCSF.
|
|
92000
|
+
*/
|
|
91886
92001
|
filter: pulumi.Input<inputs.securityhub.AutomationRuleV2BooleanFilterArgs>;
|
|
91887
92002
|
}
|
|
91888
92003
|
/**
|
|
@@ -91893,6 +92008,9 @@ export declare namespace securityhub {
|
|
|
91893
92008
|
* The name of the field
|
|
91894
92009
|
*/
|
|
91895
92010
|
fieldName: pulumi.Input<enums.securityhub.AutomationRuleV2OcsfDateFilterFieldName>;
|
|
92011
|
+
/**
|
|
92012
|
+
* Enables filtering of security findings based on date and timestamp fields in OCSF.
|
|
92013
|
+
*/
|
|
91896
92014
|
filter: pulumi.Input<inputs.securityhub.AutomationRuleV2DateFilterArgs>;
|
|
91897
92015
|
}
|
|
91898
92016
|
/**
|
|
@@ -91903,6 +92021,9 @@ export declare namespace securityhub {
|
|
|
91903
92021
|
* Enables the creation of complex filtering conditions by combining filter
|
|
91904
92022
|
*/
|
|
91905
92023
|
compositeFilters?: pulumi.Input<pulumi.Input<inputs.securityhub.AutomationRuleV2CompositeFilterArgs>[]>;
|
|
92024
|
+
/**
|
|
92025
|
+
* The logical operators used to combine the filtering on multiple `CompositeFilters` .
|
|
92026
|
+
*/
|
|
91906
92027
|
compositeOperator?: pulumi.Input<enums.securityhub.AutomationRuleV2AllowedOperators>;
|
|
91907
92028
|
}
|
|
91908
92029
|
/**
|
|
@@ -91913,6 +92034,9 @@ export declare namespace securityhub {
|
|
|
91913
92034
|
* The name of the field
|
|
91914
92035
|
*/
|
|
91915
92036
|
fieldName: pulumi.Input<enums.securityhub.AutomationRuleV2OcsfMapFilterFieldName>;
|
|
92037
|
+
/**
|
|
92038
|
+
* Enables filtering of security findings based on map field values in OCSF.
|
|
92039
|
+
*/
|
|
91916
92040
|
filter: pulumi.Input<inputs.securityhub.AutomationRuleV2MapFilterArgs>;
|
|
91917
92041
|
}
|
|
91918
92042
|
/**
|
|
@@ -91923,13 +92047,22 @@ export declare namespace securityhub {
|
|
|
91923
92047
|
* The name of the field
|
|
91924
92048
|
*/
|
|
91925
92049
|
fieldName: pulumi.Input<enums.securityhub.AutomationRuleV2OcsfNumberFilterFieldName>;
|
|
92050
|
+
/**
|
|
92051
|
+
* Enables filtering of security findings based on numerical field values in OCSF.
|
|
92052
|
+
*/
|
|
91926
92053
|
filter: pulumi.Input<inputs.securityhub.AutomationRuleV2NumberFilterArgs>;
|
|
91927
92054
|
}
|
|
91928
92055
|
/**
|
|
91929
92056
|
* Enables filtering of security findings based on string field values in OCSF
|
|
91930
92057
|
*/
|
|
91931
92058
|
interface AutomationRuleV2OcsfStringFilterArgs {
|
|
92059
|
+
/**
|
|
92060
|
+
* The name of the field.
|
|
92061
|
+
*/
|
|
91932
92062
|
fieldName: pulumi.Input<enums.securityhub.AutomationRuleV2OcsfStringField>;
|
|
92063
|
+
/**
|
|
92064
|
+
* Enables filtering of security findings based on string field values in OCSF.
|
|
92065
|
+
*/
|
|
91933
92066
|
filter: pulumi.Input<inputs.securityhub.AutomationRuleV2StringFilterArgs>;
|
|
91934
92067
|
}
|
|
91935
92068
|
/**
|
|
@@ -100189,6 +100322,117 @@ export declare namespace workspaces {
|
|
|
100189
100322
|
maxUserDurationInSeconds?: pulumi.Input<number>;
|
|
100190
100323
|
}
|
|
100191
100324
|
}
|
|
100325
|
+
export declare namespace workspacesinstances {
|
|
100326
|
+
interface ManagedInstancePropertiesArgs {
|
|
100327
|
+
blockDeviceMappings?: pulumi.Input<pulumi.Input<inputs.workspacesinstances.WorkspaceInstanceBlockDeviceMappingArgs>[]>;
|
|
100328
|
+
cpuOptions?: pulumi.Input<inputs.workspacesinstances.WorkspaceInstanceCpuOptionsRequestArgs>;
|
|
100329
|
+
creditSpecification?: pulumi.Input<inputs.workspacesinstances.WorkspaceInstanceCreditSpecificationRequestArgs>;
|
|
100330
|
+
disableApiStop?: pulumi.Input<boolean>;
|
|
100331
|
+
ebsOptimized?: pulumi.Input<boolean>;
|
|
100332
|
+
enclaveOptions?: pulumi.Input<inputs.workspacesinstances.WorkspaceInstanceEnclaveOptionsRequestArgs>;
|
|
100333
|
+
hibernationOptions?: pulumi.Input<inputs.workspacesinstances.WorkspaceInstanceHibernationOptionsRequestArgs>;
|
|
100334
|
+
iamInstanceProfile?: pulumi.Input<inputs.workspacesinstances.WorkspaceInstanceIamInstanceProfileSpecificationArgs>;
|
|
100335
|
+
imageId: pulumi.Input<string>;
|
|
100336
|
+
instanceType: pulumi.Input<string>;
|
|
100337
|
+
keyName?: pulumi.Input<string>;
|
|
100338
|
+
maintenanceOptions?: pulumi.Input<inputs.workspacesinstances.WorkspaceInstanceInstanceMaintenanceOptionsRequestArgs>;
|
|
100339
|
+
metadataOptions?: pulumi.Input<inputs.workspacesinstances.WorkspaceInstanceInstanceMetadataOptionsRequestArgs>;
|
|
100340
|
+
monitoring?: pulumi.Input<inputs.workspacesinstances.WorkspaceInstanceRunInstancesMonitoringEnabledArgs>;
|
|
100341
|
+
networkInterfaces?: pulumi.Input<pulumi.Input<inputs.workspacesinstances.WorkspaceInstanceInstanceNetworkInterfaceSpecificationArgs>[]>;
|
|
100342
|
+
networkPerformanceOptions?: pulumi.Input<inputs.workspacesinstances.WorkspaceInstanceInstanceNetworkPerformanceOptionsRequestArgs>;
|
|
100343
|
+
placement?: pulumi.Input<inputs.workspacesinstances.WorkspaceInstancePlacementArgs>;
|
|
100344
|
+
privateDnsNameOptions?: pulumi.Input<inputs.workspacesinstances.WorkspaceInstancePrivateDnsNameOptionsRequestArgs>;
|
|
100345
|
+
tagSpecifications?: pulumi.Input<pulumi.Input<inputs.workspacesinstances.WorkspaceInstanceTagSpecificationArgs>[]>;
|
|
100346
|
+
userData?: pulumi.Input<string>;
|
|
100347
|
+
}
|
|
100348
|
+
interface VolumeTagArgs {
|
|
100349
|
+
/**
|
|
100350
|
+
* The key name of the tag
|
|
100351
|
+
*/
|
|
100352
|
+
key: pulumi.Input<string>;
|
|
100353
|
+
/**
|
|
100354
|
+
* The value for the tag
|
|
100355
|
+
*/
|
|
100356
|
+
value: pulumi.Input<string>;
|
|
100357
|
+
}
|
|
100358
|
+
interface VolumeTagSpecificationArgs {
|
|
100359
|
+
resourceType?: pulumi.Input<enums.workspacesinstances.VolumeTagSpecificationResourceType>;
|
|
100360
|
+
/**
|
|
100361
|
+
* The tags to apply to the resource
|
|
100362
|
+
*/
|
|
100363
|
+
tags?: pulumi.Input<pulumi.Input<inputs.workspacesinstances.VolumeTagArgs>[]>;
|
|
100364
|
+
}
|
|
100365
|
+
interface WorkspaceInstanceBlockDeviceMappingArgs {
|
|
100366
|
+
deviceName?: pulumi.Input<string>;
|
|
100367
|
+
ebs?: pulumi.Input<inputs.workspacesinstances.WorkspaceInstanceEbsBlockDeviceArgs>;
|
|
100368
|
+
noDevice?: pulumi.Input<string>;
|
|
100369
|
+
virtualName?: pulumi.Input<string>;
|
|
100370
|
+
}
|
|
100371
|
+
interface WorkspaceInstanceCpuOptionsRequestArgs {
|
|
100372
|
+
coreCount?: pulumi.Input<number>;
|
|
100373
|
+
threadsPerCore?: pulumi.Input<number>;
|
|
100374
|
+
}
|
|
100375
|
+
interface WorkspaceInstanceCreditSpecificationRequestArgs {
|
|
100376
|
+
cpuCredits?: pulumi.Input<enums.workspacesinstances.WorkspaceInstanceCreditSpecificationRequestCpuCredits>;
|
|
100377
|
+
}
|
|
100378
|
+
interface WorkspaceInstanceEbsBlockDeviceArgs {
|
|
100379
|
+
encrypted?: pulumi.Input<boolean>;
|
|
100380
|
+
iops?: pulumi.Input<number>;
|
|
100381
|
+
kmsKeyId?: pulumi.Input<string>;
|
|
100382
|
+
throughput?: pulumi.Input<number>;
|
|
100383
|
+
volumeSize?: pulumi.Input<number>;
|
|
100384
|
+
volumeType?: pulumi.Input<enums.workspacesinstances.WorkspaceInstanceEbsBlockDeviceVolumeType>;
|
|
100385
|
+
}
|
|
100386
|
+
interface WorkspaceInstanceEnclaveOptionsRequestArgs {
|
|
100387
|
+
enabled?: pulumi.Input<boolean>;
|
|
100388
|
+
}
|
|
100389
|
+
interface WorkspaceInstanceHibernationOptionsRequestArgs {
|
|
100390
|
+
configured?: pulumi.Input<boolean>;
|
|
100391
|
+
}
|
|
100392
|
+
interface WorkspaceInstanceIamInstanceProfileSpecificationArgs {
|
|
100393
|
+
name?: pulumi.Input<string>;
|
|
100394
|
+
}
|
|
100395
|
+
interface WorkspaceInstanceInstanceMaintenanceOptionsRequestArgs {
|
|
100396
|
+
autoRecovery?: pulumi.Input<enums.workspacesinstances.WorkspaceInstanceInstanceMaintenanceOptionsRequestAutoRecovery>;
|
|
100397
|
+
}
|
|
100398
|
+
interface WorkspaceInstanceInstanceMetadataOptionsRequestArgs {
|
|
100399
|
+
httpEndpoint?: pulumi.Input<enums.workspacesinstances.WorkspaceInstanceInstanceMetadataOptionsRequestHttpEndpoint>;
|
|
100400
|
+
httpProtocolIpv6?: pulumi.Input<enums.workspacesinstances.WorkspaceInstanceInstanceMetadataOptionsRequestHttpProtocolIpv6>;
|
|
100401
|
+
httpPutResponseHopLimit?: pulumi.Input<number>;
|
|
100402
|
+
httpTokens?: pulumi.Input<enums.workspacesinstances.WorkspaceInstanceInstanceMetadataOptionsRequestHttpTokens>;
|
|
100403
|
+
instanceMetadataTags?: pulumi.Input<enums.workspacesinstances.WorkspaceInstanceInstanceMetadataOptionsRequestInstanceMetadataTags>;
|
|
100404
|
+
}
|
|
100405
|
+
interface WorkspaceInstanceInstanceNetworkInterfaceSpecificationArgs {
|
|
100406
|
+
description?: pulumi.Input<string>;
|
|
100407
|
+
deviceIndex?: pulumi.Input<number>;
|
|
100408
|
+
groups?: pulumi.Input<pulumi.Input<string>[]>;
|
|
100409
|
+
subnetId?: pulumi.Input<string>;
|
|
100410
|
+
}
|
|
100411
|
+
interface WorkspaceInstanceInstanceNetworkPerformanceOptionsRequestArgs {
|
|
100412
|
+
bandwidthWeighting?: pulumi.Input<enums.workspacesinstances.WorkspaceInstanceInstanceNetworkPerformanceOptionsRequestBandwidthWeighting>;
|
|
100413
|
+
}
|
|
100414
|
+
interface WorkspaceInstancePlacementArgs {
|
|
100415
|
+
availabilityZone?: pulumi.Input<string>;
|
|
100416
|
+
groupName?: pulumi.Input<string>;
|
|
100417
|
+
tenancy?: pulumi.Input<enums.workspacesinstances.WorkspaceInstancePlacementTenancy>;
|
|
100418
|
+
}
|
|
100419
|
+
interface WorkspaceInstancePrivateDnsNameOptionsRequestArgs {
|
|
100420
|
+
enableResourceNameDnsARecord?: pulumi.Input<boolean>;
|
|
100421
|
+
enableResourceNameDnsAaaaRecord?: pulumi.Input<boolean>;
|
|
100422
|
+
hostnameType?: pulumi.Input<enums.workspacesinstances.WorkspaceInstancePrivateDnsNameOptionsRequestHostnameType>;
|
|
100423
|
+
}
|
|
100424
|
+
interface WorkspaceInstanceRunInstancesMonitoringEnabledArgs {
|
|
100425
|
+
enabled?: pulumi.Input<boolean>;
|
|
100426
|
+
}
|
|
100427
|
+
interface WorkspaceInstanceTagArgs {
|
|
100428
|
+
key: pulumi.Input<string>;
|
|
100429
|
+
value?: pulumi.Input<string>;
|
|
100430
|
+
}
|
|
100431
|
+
interface WorkspaceInstanceTagSpecificationArgs {
|
|
100432
|
+
resourceType?: pulumi.Input<enums.workspacesinstances.WorkspaceInstanceTagSpecificationResourceType>;
|
|
100433
|
+
tags?: pulumi.Input<pulumi.Input<inputs.workspacesinstances.WorkspaceInstanceTagArgs>[]>;
|
|
100434
|
+
}
|
|
100435
|
+
}
|
|
100192
100436
|
export declare namespace workspacesthinclient {
|
|
100193
100437
|
interface EnvironmentMaintenanceWindowArgs {
|
|
100194
100438
|
/**
|