@pulumi/aws-native 1.40.0-alpha.1765431535 → 1.40.0-alpha.1765482205
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/autoscaling/autoScalingGroup.d.ts +2 -0
- package/autoscaling/autoScalingGroup.js +2 -0
- package/autoscaling/autoScalingGroup.js.map +1 -1
- package/autoscaling/getAutoScalingGroup.d.ts +1 -0
- package/autoscaling/getAutoScalingGroup.js.map +1 -1
- package/backup/getLogicallyAirGappedBackupVault.d.ts +3 -0
- package/backup/getLogicallyAirGappedBackupVault.js.map +1 -1
- package/backup/logicallyAirGappedBackupVault.d.ts +10 -0
- package/backup/logicallyAirGappedBackupVault.js.map +1 -1
- package/cleanrooms/analysisTemplate.d.ts +2 -0
- package/cleanrooms/analysisTemplate.js +3 -1
- package/cleanrooms/analysisTemplate.js.map +1 -1
- package/connect/dataTable.d.ts +112 -0
- package/connect/dataTable.js +80 -0
- package/connect/dataTable.js.map +1 -0
- package/connect/dataTableAttribute.d.ts +54 -0
- package/connect/dataTableAttribute.js +78 -0
- package/connect/dataTableAttribute.js.map +1 -0
- package/connect/dataTableRecord.d.ts +42 -0
- package/connect/dataTableRecord.js +64 -0
- package/connect/dataTableRecord.js.map +1 -0
- package/connect/getDataTable.d.ts +73 -0
- package/connect/getDataTable.js +30 -0
- package/connect/getDataTable.js.map +1 -0
- package/connect/getDataTableAttribute.d.ts +32 -0
- package/connect/getDataTableAttribute.js +32 -0
- package/connect/getDataTableAttribute.js.map +1 -0
- package/connect/getDataTableRecord.d.ts +24 -0
- package/connect/getDataTableRecord.js +32 -0
- package/connect/getDataTableRecord.js.map +1 -0
- package/connect/getSecurityProfile.d.ts +3 -0
- package/connect/getSecurityProfile.js.map +1 -1
- package/connect/getWorkspace.d.ts +69 -0
- package/{robomaker/getRobot.js → connect/getWorkspace.js} +10 -10
- package/connect/getWorkspace.js.map +1 -0
- package/connect/index.d.ts +24 -0
- package/connect/index.js +30 -2
- package/connect/index.js.map +1 -1
- package/connect/securityProfile.d.ts +6 -0
- package/connect/securityProfile.js.map +1 -1
- package/connect/workspace.d.ts +124 -0
- package/connect/workspace.js +83 -0
- package/connect/workspace.js.map +1 -0
- package/connectcampaignsv2/campaign.d.ts +5 -2
- package/connectcampaignsv2/campaign.js +2 -3
- package/connectcampaignsv2/campaign.js.map +1 -1
- package/connectcampaignsv2/getCampaign.d.ts +2 -0
- package/connectcampaignsv2/getCampaign.js.map +1 -1
- package/dsql/cluster.d.ts +4 -0
- package/dsql/cluster.js +2 -0
- package/dsql/cluster.js.map +1 -1
- package/dsql/getCluster.d.ts +4 -0
- package/dsql/getCluster.js.map +1 -1
- package/ec2/getNatGateway.d.ts +26 -0
- package/ec2/getNatGateway.js.map +1 -1
- package/ec2/getNetworkInterface.d.ts +1 -0
- package/ec2/getNetworkInterface.js.map +1 -1
- package/ec2/getNetworkInterfaceAttachment.d.ts +4 -4
- package/ec2/getNetworkInterfaceAttachment.js +2 -2
- package/ec2/natGateway.d.ts +50 -0
- package/ec2/natGateway.js +11 -1
- package/ec2/natGateway.js.map +1 -1
- package/ec2/networkInterface.d.ts +10 -0
- package/ec2/networkInterface.js +4 -0
- package/ec2/networkInterface.js.map +1 -1
- package/ec2/networkInterfaceAttachment.d.ts +7 -7
- package/ec2/networkInterfaceAttachment.js +1 -1
- package/ecs/expressGatewayService.d.ts +2 -0
- package/ecs/expressGatewayService.js +4 -0
- package/ecs/expressGatewayService.js.map +1 -1
- package/ecs/getExpressGatewayService.d.ts +2 -0
- package/ecs/getExpressGatewayService.js.map +1 -1
- package/index.d.ts +1 -3
- package/index.js +3 -7
- package/index.js.map +1 -1
- package/lambda/function.d.ts +2 -0
- package/lambda/function.js +2 -0
- package/lambda/function.js.map +1 -1
- package/lambda/getFunction.d.ts +1 -0
- package/lambda/getFunction.js.map +1 -1
- package/networkmanager/connectAttachment.d.ts +8 -0
- package/networkmanager/connectAttachment.js +3 -1
- package/networkmanager/connectAttachment.js.map +1 -1
- package/networkmanager/coreNetworkPrefixListAssociation.d.ts +57 -0
- package/networkmanager/coreNetworkPrefixListAssociation.js +71 -0
- package/networkmanager/coreNetworkPrefixListAssociation.js.map +1 -0
- package/networkmanager/directConnectGatewayAttachment.d.ts +8 -0
- package/networkmanager/directConnectGatewayAttachment.js +3 -1
- package/networkmanager/directConnectGatewayAttachment.js.map +1 -1
- package/networkmanager/index.d.ts +3 -0
- package/networkmanager/index.js +5 -1
- package/networkmanager/index.js.map +1 -1
- package/networkmanager/siteToSiteVpnAttachment.d.ts +8 -0
- package/networkmanager/siteToSiteVpnAttachment.js +3 -1
- package/networkmanager/siteToSiteVpnAttachment.js.map +1 -1
- package/networkmanager/transitGatewayRouteTableAttachment.d.ts +8 -0
- package/networkmanager/transitGatewayRouteTableAttachment.js +3 -1
- package/networkmanager/transitGatewayRouteTableAttachment.js.map +1 -1
- package/networkmanager/vpcAttachment.d.ts +8 -0
- package/networkmanager/vpcAttachment.js +3 -1
- package/networkmanager/vpcAttachment.js.map +1 -1
- package/observabilityadmin/getTelemetryPipelines.d.ts +29 -0
- package/observabilityadmin/getTelemetryPipelines.js +28 -0
- package/observabilityadmin/getTelemetryPipelines.js.map +1 -0
- package/observabilityadmin/index.d.ts +6 -0
- package/observabilityadmin/index.js +8 -1
- package/observabilityadmin/index.js.map +1 -1
- package/observabilityadmin/telemetryPipelines.d.ts +53 -0
- package/{robomaker/robot.js → observabilityadmin/telemetryPipelines.js} +25 -24
- package/observabilityadmin/telemetryPipelines.js.map +1 -0
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/paymentcryptography/getKey.d.ts +3 -0
- package/paymentcryptography/getKey.js.map +1 -1
- package/paymentcryptography/key.d.ts +5 -0
- package/paymentcryptography/key.js +4 -0
- package/paymentcryptography/key.js.map +1 -1
- package/ram/getResourceShare.d.ts +21 -0
- package/ram/getResourceShare.js.map +1 -1
- package/ram/index.d.ts +1 -0
- package/ram/index.js +16 -0
- package/ram/index.js.map +1 -1
- package/ram/resourceShare.d.ts +21 -0
- package/ram/resourceShare.js +10 -0
- package/ram/resourceShare.js.map +1 -1
- package/route53/getHostedZone.d.ts +1 -0
- package/route53/getHostedZone.js.map +1 -1
- package/route53/hostedZone.d.ts +2 -0
- package/route53/hostedZone.js +2 -0
- package/route53/hostedZone.js.map +1 -1
- package/s3/bucket.js +1 -1
- package/s3/bucket.js.map +1 -1
- package/s3tables/getTableBucket.d.ts +1 -0
- package/s3tables/getTableBucket.js.map +1 -1
- package/s3tables/table.d.ts +2 -0
- package/s3tables/table.js +3 -1
- package/s3tables/table.js.map +1 -1
- package/s3tables/tableBucket.d.ts +2 -0
- package/s3tables/tableBucket.js +2 -0
- package/s3tables/tableBucket.js.map +1 -1
- package/securityhub/connectorV2.d.ts +87 -0
- package/securityhub/connectorV2.js +83 -0
- package/securityhub/connectorV2.js.map +1 -0
- package/securityhub/getConnectorV2.d.ts +52 -0
- package/securityhub/getConnectorV2.js +28 -0
- package/securityhub/getConnectorV2.js.map +1 -0
- package/securityhub/index.d.ts +6 -0
- package/securityhub/index.js +8 -1
- package/securityhub/index.js.map +1 -1
- package/transfer/connector.d.ts +4 -0
- package/transfer/connector.js +2 -0
- package/transfer/connector.js.map +1 -1
- package/transfer/getConnector.d.ts +4 -0
- package/transfer/getConnector.js.map +1 -1
- package/types/enums/cleanrooms/index.d.ts +5 -0
- package/types/enums/cleanrooms/index.js +5 -1
- package/types/enums/cleanrooms/index.js.map +1 -1
- package/types/enums/connect/index.d.ts +50 -0
- package/types/enums/connect/index.js +34 -1
- package/types/enums/connect/index.js.map +1 -1
- package/types/enums/connectcampaignsv2/index.d.ts +8 -0
- package/types/enums/connectcampaignsv2/index.js +5 -1
- package/types/enums/connectcampaignsv2/index.js.map +1 -1
- package/types/enums/ec2/index.d.ts +9 -0
- package/types/enums/ec2/index.js +8 -3
- package/types/enums/ec2/index.js.map +1 -1
- package/types/enums/index.d.ts +2 -3
- package/types/enums/index.js +4 -6
- package/types/enums/index.js.map +1 -1
- package/types/enums/observabilityadmin/index.d.ts +132 -0
- package/types/enums/observabilityadmin/index.js +89 -1
- package/types/enums/observabilityadmin/index.js.map +1 -1
- package/types/enums/paymentcryptography/index.d.ts +10 -0
- package/types/enums/paymentcryptography/index.js +7 -1
- package/types/enums/paymentcryptography/index.js.map +1 -1
- package/types/enums/ram/index.d.ts +20 -0
- package/types/enums/ram/index.js +18 -0
- package/types/enums/ram/index.js.map +1 -0
- package/types/enums/s3tables/index.d.ts +16 -0
- package/types/enums/s3tables/index.js +9 -1
- package/types/enums/s3tables/index.js.map +1 -1
- package/types/enums/securityhub/index.d.ts +10 -0
- package/types/enums/securityhub/index.js +7 -1
- package/types/enums/securityhub/index.js.map +1 -1
- package/types/input.d.ts +674 -374
- package/types/output.d.ts +739 -374
- package/types/output.js.map +1 -1
- package/lookoutmetrics/alert.d.ts +0 -79
- package/lookoutmetrics/alert.js +0 -77
- package/lookoutmetrics/alert.js.map +0 -1
- package/lookoutmetrics/anomalyDetector.d.ts +0 -79
- package/lookoutmetrics/anomalyDetector.js +0 -74
- package/lookoutmetrics/anomalyDetector.js.map +0 -1
- package/lookoutmetrics/getAlert.d.ts +0 -27
- package/lookoutmetrics/getAlert.js +0 -28
- package/lookoutmetrics/getAlert.js.map +0 -1
- package/lookoutmetrics/getAnomalyDetector.d.ts +0 -44
- package/lookoutmetrics/getAnomalyDetector.js +0 -28
- package/lookoutmetrics/getAnomalyDetector.js.map +0 -1
- package/lookoutmetrics/index.d.ts +0 -13
- package/lookoutmetrics/index.js +0 -48
- package/lookoutmetrics/index.js.map +0 -1
- package/robomaker/fleet.d.ts +0 -131
- package/robomaker/fleet.js +0 -136
- package/robomaker/fleet.js.map +0 -1
- package/robomaker/getFleet.d.ts +0 -33
- package/robomaker/getFleet.js +0 -28
- package/robomaker/getFleet.js.map +0 -1
- package/robomaker/getRobot.d.ts +0 -33
- package/robomaker/getRobot.js.map +0 -1
- package/robomaker/getRobotApplication.d.ts +0 -46
- package/robomaker/getRobotApplication.js +0 -28
- package/robomaker/getRobotApplication.js.map +0 -1
- package/robomaker/getRobotApplicationVersion.d.ts +0 -31
- package/robomaker/getRobotApplicationVersion.js +0 -28
- package/robomaker/getRobotApplicationVersion.js.map +0 -1
- package/robomaker/getSimulationApplication.d.ts +0 -50
- package/robomaker/getSimulationApplication.js +0 -28
- package/robomaker/getSimulationApplication.js.map +0 -1
- package/robomaker/getSimulationApplicationVersion.d.ts +0 -31
- package/robomaker/getSimulationApplicationVersion.js +0 -28
- package/robomaker/getSimulationApplicationVersion.js.map +0 -1
- package/robomaker/index.d.ts +0 -37
- package/robomaker/index.js +0 -76
- package/robomaker/index.js.map +0 -1
- package/robomaker/robot.d.ts +0 -82
- package/robomaker/robot.js.map +0 -1
- package/robomaker/robotApplication.d.ts +0 -173
- package/robomaker/robotApplication.js +0 -155
- package/robomaker/robotApplication.js.map +0 -1
- package/robomaker/robotApplicationVersion.d.ts +0 -57
- package/robomaker/robotApplicationVersion.js +0 -67
- package/robomaker/robotApplicationVersion.js.map +0 -1
- package/robomaker/simulationApplication.d.ts +0 -201
- package/robomaker/simulationApplication.js +0 -174
- package/robomaker/simulationApplication.js.map +0 -1
- package/robomaker/simulationApplicationVersion.d.ts +0 -57
- package/robomaker/simulationApplicationVersion.js +0 -67
- package/robomaker/simulationApplicationVersion.js.map +0 -1
- package/types/enums/lookoutmetrics/index.d.ts +0 -44
- package/types/enums/lookoutmetrics/index.js +0 -30
- package/types/enums/lookoutmetrics/index.js.map +0 -1
- package/types/enums/robomaker/index.d.ts +0 -93
- package/types/enums/robomaker/index.js +0 -59
- package/types/enums/robomaker/index.js.map +0 -1
package/types/input.d.ts
CHANGED
|
@@ -7460,6 +7460,9 @@ export declare namespace autoscaling {
|
|
|
7460
7460
|
*/
|
|
7461
7461
|
references?: pulumi.Input<pulumi.Input<inputs.autoscaling.AutoScalingGroupPerformanceFactorReferenceRequestArgs>[]>;
|
|
7462
7462
|
}
|
|
7463
|
+
interface AutoScalingGroupInstanceLifecyclePolicyArgs {
|
|
7464
|
+
retentionTriggers?: pulumi.Input<inputs.autoscaling.AutoScalingGroupRetentionTriggersArgs>;
|
|
7465
|
+
}
|
|
7463
7466
|
/**
|
|
7464
7467
|
* ``InstanceMaintenancePolicy`` is a property of the [AWS::AutoScaling::AutoScalingGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-autoscalinggroup.html) resource.
|
|
7465
7468
|
* For more information, see [Instance maintenance policies](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-instance-maintenance-policy.html) in the *Amazon EC2 Auto Scaling User Guide*.
|
|
@@ -7720,6 +7723,7 @@ export declare namespace autoscaling {
|
|
|
7720
7723
|
* ``LaunchTemplateOverrides`` is a property of the [AWS::AutoScaling::AutoScalingGroup LaunchTemplate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplate.html) property type.
|
|
7721
7724
|
*/
|
|
7722
7725
|
interface AutoScalingGroupLaunchTemplateOverridesArgs {
|
|
7726
|
+
imageId?: pulumi.Input<string>;
|
|
7723
7727
|
/**
|
|
7724
7728
|
* The instance requirements. Amazon EC2 Auto Scaling uses your specified requirements to identify instance types. Then, it uses your On-Demand and Spot allocation strategies to launch instances from these instance types.
|
|
7725
7729
|
* You can specify up to four separate sets of instance requirements per Auto Scaling group. This is useful for provisioning instances from different Amazon Machine Images (AMIs) in the same Auto Scaling group. To do this, create the AMIs and create a new launch template for each AMI. Then, create a compatible set of instance requirements for each launch template.
|
|
@@ -7965,6 +7969,9 @@ export declare namespace autoscaling {
|
|
|
7965
7969
|
*/
|
|
7966
7970
|
instanceFamily?: pulumi.Input<string>;
|
|
7967
7971
|
}
|
|
7972
|
+
interface AutoScalingGroupRetentionTriggersArgs {
|
|
7973
|
+
terminateHookAbandon?: pulumi.Input<string>;
|
|
7974
|
+
}
|
|
7968
7975
|
/**
|
|
7969
7976
|
* A structure that specifies a tag for the ``Tags`` property of [AWS::AutoScaling::AutoScalingGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-autoscalinggroup.html) resource.
|
|
7970
7977
|
* For more information, see [Tag Auto Scaling groups and instances](https://docs.aws.amazon.com/autoscaling/ec2/userguide/autoscaling-tagging.html) in the *Amazon EC2 Auto Scaling User Guide*. You can find a sample template snippet in the [Examples](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-autoscalinggroup.html#aws-resource-autoscaling-autoscalinggroup--examples) section of the ``AWS::AutoScaling::AutoScalingGroup`` resource.
|
|
@@ -8780,6 +8787,9 @@ export declare namespace backup {
|
|
|
8780
8787
|
* The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of letters, numbers, and hyphens.
|
|
8781
8788
|
*/
|
|
8782
8789
|
targetBackupVault: pulumi.Input<string>;
|
|
8790
|
+
/**
|
|
8791
|
+
* The ARN of a logically air-gapped vault. ARN must be in the same account and Region. If provided, supported fully managed resources back up directly to logically air-gapped vault, while other supported resources create a temporary (billable) snapshot in backup vault, then copy it to logically air-gapped vault. Unsupported resources only back up to the specified backup vault.
|
|
8792
|
+
*/
|
|
8783
8793
|
targetLogicallyAirGappedBackupVaultArn?: pulumi.Input<string>;
|
|
8784
8794
|
}
|
|
8785
8795
|
interface BackupPlanCopyActionResourceTypeArgs {
|
|
@@ -13109,10 +13119,23 @@ export declare namespace bedrock {
|
|
|
13109
13119
|
*/
|
|
13110
13120
|
responseQualityDifference: pulumi.Input<number>;
|
|
13111
13121
|
}
|
|
13122
|
+
/**
|
|
13123
|
+
* Configure the audio configuration for multi modal ingestion.
|
|
13124
|
+
*/
|
|
13125
|
+
interface KnowledgeBaseAudioConfigurationArgs {
|
|
13126
|
+
segmentationConfiguration: pulumi.Input<inputs.bedrock.KnowledgeBaseAudioSegmentationConfigurationArgs>;
|
|
13127
|
+
}
|
|
13128
|
+
/**
|
|
13129
|
+
* Configure the audio segmentation configuration for multi modal ingestion.
|
|
13130
|
+
*/
|
|
13131
|
+
interface KnowledgeBaseAudioSegmentationConfigurationArgs {
|
|
13132
|
+
fixedLengthDuration: pulumi.Input<number>;
|
|
13133
|
+
}
|
|
13112
13134
|
/**
|
|
13113
13135
|
* The vector configuration details for the Bedrock embeddings model.
|
|
13114
13136
|
*/
|
|
13115
13137
|
interface KnowledgeBaseBedrockEmbeddingModelConfigurationArgs {
|
|
13138
|
+
audio?: pulumi.Input<pulumi.Input<inputs.bedrock.KnowledgeBaseAudioConfigurationArgs>[]>;
|
|
13116
13139
|
/**
|
|
13117
13140
|
* The dimensions details for the vector configuration used on the Bedrock embeddings model.
|
|
13118
13141
|
*/
|
|
@@ -13121,6 +13144,7 @@ export declare namespace bedrock {
|
|
|
13121
13144
|
* The data type for the vectors when using a model to convert text into vector embeddings.
|
|
13122
13145
|
*/
|
|
13123
13146
|
embeddingDataType?: pulumi.Input<enums.bedrock.KnowledgeBaseBedrockEmbeddingModelConfigurationEmbeddingDataType>;
|
|
13147
|
+
video?: pulumi.Input<pulumi.Input<inputs.bedrock.KnowledgeBaseVideoConfigurationArgs>[]>;
|
|
13124
13148
|
}
|
|
13125
13149
|
/**
|
|
13126
13150
|
* Contains details about the embeddings model used for the knowledge base.
|
|
@@ -13663,6 +13687,18 @@ export declare namespace bedrock {
|
|
|
13663
13687
|
*/
|
|
13664
13688
|
supplementalDataStorageConfiguration?: pulumi.Input<inputs.bedrock.KnowledgeBaseSupplementalDataStorageConfigurationArgs>;
|
|
13665
13689
|
}
|
|
13690
|
+
/**
|
|
13691
|
+
* Configure the video configuration for multi modal ingestion.
|
|
13692
|
+
*/
|
|
13693
|
+
interface KnowledgeBaseVideoConfigurationArgs {
|
|
13694
|
+
segmentationConfiguration: pulumi.Input<inputs.bedrock.KnowledgeBaseVideoSegmentationConfigurationArgs>;
|
|
13695
|
+
}
|
|
13696
|
+
/**
|
|
13697
|
+
* Configure the video segmentation configuration for multi modal ingestion.
|
|
13698
|
+
*/
|
|
13699
|
+
interface KnowledgeBaseVideoSegmentationConfigurationArgs {
|
|
13700
|
+
fixedLengthDuration: pulumi.Input<number>;
|
|
13701
|
+
}
|
|
13666
13702
|
/**
|
|
13667
13703
|
* Contains model-specific configurations
|
|
13668
13704
|
*/
|
|
@@ -14836,6 +14872,9 @@ export declare namespace cleanrooms {
|
|
|
14836
14872
|
entryPoint: pulumi.Input<inputs.cleanrooms.AnalysisTemplateArtifactArgs>;
|
|
14837
14873
|
roleArn: pulumi.Input<string>;
|
|
14838
14874
|
}
|
|
14875
|
+
interface AnalysisTemplateColumnClassificationDetailsArgs {
|
|
14876
|
+
columnMapping: pulumi.Input<pulumi.Input<inputs.cleanrooms.AnalysisTemplateSyntheticDataColumnPropertiesArgs>[]>;
|
|
14877
|
+
}
|
|
14839
14878
|
interface AnalysisTemplateErrorMessageConfigurationArgs {
|
|
14840
14879
|
/**
|
|
14841
14880
|
* The level of detail for error messages returned by the PySpark job. When set to DETAILED, error messages include more information to help troubleshoot issues with your PySpark job.
|
|
@@ -14847,10 +14886,23 @@ export declare namespace cleanrooms {
|
|
|
14847
14886
|
interface AnalysisTemplateHashArgs {
|
|
14848
14887
|
sha256?: pulumi.Input<string>;
|
|
14849
14888
|
}
|
|
14889
|
+
interface AnalysisTemplateMlSyntheticDataParametersArgs {
|
|
14890
|
+
columnClassification: pulumi.Input<inputs.cleanrooms.AnalysisTemplateColumnClassificationDetailsArgs>;
|
|
14891
|
+
epsilon: pulumi.Input<number>;
|
|
14892
|
+
maxMembershipInferenceAttackScore: pulumi.Input<number>;
|
|
14893
|
+
}
|
|
14850
14894
|
interface AnalysisTemplateS3LocationArgs {
|
|
14851
14895
|
bucket: pulumi.Input<string>;
|
|
14852
14896
|
key: pulumi.Input<string>;
|
|
14853
14897
|
}
|
|
14898
|
+
interface AnalysisTemplateSyntheticDataColumnPropertiesArgs {
|
|
14899
|
+
columnName: pulumi.Input<string>;
|
|
14900
|
+
columnType: pulumi.Input<enums.cleanrooms.AnalysisTemplateSyntheticDataColumnPropertiesColumnType>;
|
|
14901
|
+
isPredictiveValue: pulumi.Input<boolean>;
|
|
14902
|
+
}
|
|
14903
|
+
interface AnalysisTemplateSyntheticDataParametersPropertiesArgs {
|
|
14904
|
+
mlSyntheticDataParameters: pulumi.Input<inputs.cleanrooms.AnalysisTemplateMlSyntheticDataParametersArgs>;
|
|
14905
|
+
}
|
|
14854
14906
|
interface CollaborationDataEncryptionMetadataArgs {
|
|
14855
14907
|
/**
|
|
14856
14908
|
* Indicates whether encrypted tables can contain cleartext data ( `TRUE` ) or are to cryptographically process every column ( `FALSE` ).
|
|
@@ -14920,6 +14972,7 @@ export declare namespace cleanrooms {
|
|
|
14920
14972
|
* The payment responsibilities accepted by the member for model training.
|
|
14921
14973
|
*/
|
|
14922
14974
|
modelTraining?: pulumi.Input<inputs.cleanrooms.CollaborationModelTrainingPaymentConfigArgs>;
|
|
14975
|
+
syntheticDataGeneration?: pulumi.Input<inputs.cleanrooms.CollaborationSyntheticDataGenerationPaymentConfigArgs>;
|
|
14923
14976
|
}
|
|
14924
14977
|
interface CollaborationModelInferencePaymentConfigArgs {
|
|
14925
14978
|
/**
|
|
@@ -14965,6 +15018,9 @@ export declare namespace cleanrooms {
|
|
|
14965
15018
|
*/
|
|
14966
15019
|
isResponsible: pulumi.Input<boolean>;
|
|
14967
15020
|
}
|
|
15021
|
+
interface CollaborationSyntheticDataGenerationPaymentConfigArgs {
|
|
15022
|
+
isResponsible: pulumi.Input<boolean>;
|
|
15023
|
+
}
|
|
14968
15024
|
interface ConfiguredTableAggregateColumnArgs {
|
|
14969
15025
|
columnNames: pulumi.Input<pulumi.Input<string>[]>;
|
|
14970
15026
|
function: pulumi.Input<enums.cleanrooms.ConfiguredTableAggregateFunctionName>;
|
|
@@ -15155,6 +15211,7 @@ export declare namespace cleanrooms {
|
|
|
15155
15211
|
* The payment responsibilities accepted by the member for model training.
|
|
15156
15212
|
*/
|
|
15157
15213
|
modelTraining?: pulumi.Input<inputs.cleanrooms.MembershipModelTrainingPaymentConfigArgs>;
|
|
15214
|
+
syntheticDataGeneration?: pulumi.Input<inputs.cleanrooms.MembershipSyntheticDataGenerationPaymentConfigArgs>;
|
|
15158
15215
|
}
|
|
15159
15216
|
interface MembershipModelInferencePaymentConfigArgs {
|
|
15160
15217
|
/**
|
|
@@ -15269,6 +15326,9 @@ export declare namespace cleanrooms {
|
|
|
15269
15326
|
*/
|
|
15270
15327
|
isResponsible: pulumi.Input<boolean>;
|
|
15271
15328
|
}
|
|
15329
|
+
interface MembershipSyntheticDataGenerationPaymentConfigArgs {
|
|
15330
|
+
isResponsible: pulumi.Input<boolean>;
|
|
15331
|
+
}
|
|
15272
15332
|
/**
|
|
15273
15333
|
* Specifies the epsilon and noise parameters for the privacy budget template.
|
|
15274
15334
|
*/
|
|
@@ -19820,6 +19880,14 @@ export declare namespace connect {
|
|
|
19820
19880
|
*/
|
|
19821
19881
|
requiredFields?: pulumi.Input<pulumi.Input<inputs.connect.TaskTemplateRequiredFieldInfoArgs>[]>;
|
|
19822
19882
|
}
|
|
19883
|
+
interface DataTableRecordPropertiesArgs {
|
|
19884
|
+
primaryValues?: pulumi.Input<pulumi.Input<inputs.connect.DataTableRecordValueArgs>[]>;
|
|
19885
|
+
values: pulumi.Input<pulumi.Input<inputs.connect.DataTableRecordValueArgs>[]>;
|
|
19886
|
+
}
|
|
19887
|
+
interface DataTableRecordValueArgs {
|
|
19888
|
+
attributeId?: pulumi.Input<string>;
|
|
19889
|
+
attributeValue?: pulumi.Input<string>;
|
|
19890
|
+
}
|
|
19823
19891
|
/**
|
|
19824
19892
|
* Configuration for an email address alias
|
|
19825
19893
|
*/
|
|
@@ -20322,7 +20390,16 @@ export declare namespace connect {
|
|
|
20322
20390
|
*/
|
|
20323
20391
|
automation?: pulumi.Input<inputs.connect.EvaluationFormTextQuestionAutomationArgs>;
|
|
20324
20392
|
}
|
|
20393
|
+
interface FontFamilyArgs {
|
|
20394
|
+
default?: pulumi.Input<enums.connect.WorkspaceFontFamily>;
|
|
20395
|
+
}
|
|
20396
|
+
/**
|
|
20397
|
+
* The granular access control configuration for the security profile, including data table permissions.
|
|
20398
|
+
*/
|
|
20325
20399
|
interface GranularAccessControlConfigurationPropertiesArgs {
|
|
20400
|
+
/**
|
|
20401
|
+
* The access control configuration for data tables.
|
|
20402
|
+
*/
|
|
20326
20403
|
dataTableAccessControlConfiguration?: pulumi.Input<inputs.connect.SecurityProfileDataTableAccessControlConfigurationArgs>;
|
|
20327
20404
|
}
|
|
20328
20405
|
/**
|
|
@@ -20806,6 +20883,9 @@ export declare namespace connect {
|
|
|
20806
20883
|
* Defines the access control configuration for data tables.
|
|
20807
20884
|
*/
|
|
20808
20885
|
interface SecurityProfileDataTableAccessControlConfigurationArgs {
|
|
20886
|
+
/**
|
|
20887
|
+
* The configuration's primary attribute access control configuration.
|
|
20888
|
+
*/
|
|
20809
20889
|
primaryAttributeAccessControlConfiguration?: pulumi.Input<inputs.connect.SecurityProfilePrimaryAttributeAccessControlConfigurationItemArgs>;
|
|
20810
20890
|
}
|
|
20811
20891
|
/**
|
|
@@ -21083,6 +21163,22 @@ export declare namespace connect {
|
|
|
21083
21163
|
*/
|
|
21084
21164
|
level: pulumi.Input<number>;
|
|
21085
21165
|
}
|
|
21166
|
+
interface ValidationPropertiesArgs {
|
|
21167
|
+
enum?: pulumi.Input<inputs.connect.ValidationPropertiesEnumPropertiesArgs>;
|
|
21168
|
+
exclusiveMaximum?: pulumi.Input<number>;
|
|
21169
|
+
exclusiveMinimum?: pulumi.Input<number>;
|
|
21170
|
+
maxLength?: pulumi.Input<number>;
|
|
21171
|
+
maxValues?: pulumi.Input<number>;
|
|
21172
|
+
maximum?: pulumi.Input<number>;
|
|
21173
|
+
minLength?: pulumi.Input<number>;
|
|
21174
|
+
minValues?: pulumi.Input<number>;
|
|
21175
|
+
minimum?: pulumi.Input<number>;
|
|
21176
|
+
multipleOf?: pulumi.Input<number>;
|
|
21177
|
+
}
|
|
21178
|
+
interface ValidationPropertiesEnumPropertiesArgs {
|
|
21179
|
+
strict?: pulumi.Input<boolean>;
|
|
21180
|
+
values?: pulumi.Input<pulumi.Input<string>[]>;
|
|
21181
|
+
}
|
|
21086
21182
|
/**
|
|
21087
21183
|
* The values of a predefined attribute.
|
|
21088
21184
|
*/
|
|
@@ -21092,6 +21188,73 @@ export declare namespace connect {
|
|
|
21092
21188
|
*/
|
|
21093
21189
|
stringList?: pulumi.Input<pulumi.Input<string>[]>;
|
|
21094
21190
|
}
|
|
21191
|
+
interface WorkspaceMediaItemArgs {
|
|
21192
|
+
source?: pulumi.Input<string>;
|
|
21193
|
+
type: pulumi.Input<enums.connect.WorkspaceMediaType>;
|
|
21194
|
+
}
|
|
21195
|
+
interface WorkspacePageArgs {
|
|
21196
|
+
/**
|
|
21197
|
+
* The input data for the page.
|
|
21198
|
+
*/
|
|
21199
|
+
inputData?: pulumi.Input<string>;
|
|
21200
|
+
/**
|
|
21201
|
+
* The page identifier.
|
|
21202
|
+
*/
|
|
21203
|
+
page: pulumi.Input<string>;
|
|
21204
|
+
/**
|
|
21205
|
+
* The Amazon Resource Name (ARN) of the resource associated with the page.
|
|
21206
|
+
*/
|
|
21207
|
+
resourceArn: pulumi.Input<string>;
|
|
21208
|
+
/**
|
|
21209
|
+
* The slug for the page.
|
|
21210
|
+
*/
|
|
21211
|
+
slug?: pulumi.Input<string>;
|
|
21212
|
+
}
|
|
21213
|
+
interface WorkspacePaletteCanvasArgs {
|
|
21214
|
+
activeBackground?: pulumi.Input<string>;
|
|
21215
|
+
containerBackground?: pulumi.Input<string>;
|
|
21216
|
+
pageBackground?: pulumi.Input<string>;
|
|
21217
|
+
}
|
|
21218
|
+
interface WorkspacePaletteHeaderArgs {
|
|
21219
|
+
background?: pulumi.Input<string>;
|
|
21220
|
+
invertActionsColors?: pulumi.Input<boolean>;
|
|
21221
|
+
text?: pulumi.Input<string>;
|
|
21222
|
+
textHover?: pulumi.Input<string>;
|
|
21223
|
+
}
|
|
21224
|
+
interface WorkspacePaletteNavigationArgs {
|
|
21225
|
+
background?: pulumi.Input<string>;
|
|
21226
|
+
invertActionsColors?: pulumi.Input<boolean>;
|
|
21227
|
+
text?: pulumi.Input<string>;
|
|
21228
|
+
textActive?: pulumi.Input<string>;
|
|
21229
|
+
textBackgroundActive?: pulumi.Input<string>;
|
|
21230
|
+
textBackgroundHover?: pulumi.Input<string>;
|
|
21231
|
+
textHover?: pulumi.Input<string>;
|
|
21232
|
+
}
|
|
21233
|
+
interface WorkspacePalettePrimaryArgs {
|
|
21234
|
+
active?: pulumi.Input<string>;
|
|
21235
|
+
contrastText?: pulumi.Input<string>;
|
|
21236
|
+
default?: pulumi.Input<string>;
|
|
21237
|
+
}
|
|
21238
|
+
/**
|
|
21239
|
+
* The theme configuration for the Connect workspace
|
|
21240
|
+
*/
|
|
21241
|
+
interface WorkspaceThemeArgs {
|
|
21242
|
+
dark?: pulumi.Input<inputs.connect.WorkspaceThemeConfigArgs>;
|
|
21243
|
+
light?: pulumi.Input<inputs.connect.WorkspaceThemeConfigArgs>;
|
|
21244
|
+
}
|
|
21245
|
+
interface WorkspaceThemeConfigArgs {
|
|
21246
|
+
palette?: pulumi.Input<inputs.connect.WorkspaceThemePaletteArgs>;
|
|
21247
|
+
typography?: pulumi.Input<inputs.connect.WorkspaceThemeTypographyArgs>;
|
|
21248
|
+
}
|
|
21249
|
+
interface WorkspaceThemePaletteArgs {
|
|
21250
|
+
canvas?: pulumi.Input<inputs.connect.WorkspacePaletteCanvasArgs>;
|
|
21251
|
+
header?: pulumi.Input<inputs.connect.WorkspacePaletteHeaderArgs>;
|
|
21252
|
+
navigation?: pulumi.Input<inputs.connect.WorkspacePaletteNavigationArgs>;
|
|
21253
|
+
primary?: pulumi.Input<inputs.connect.WorkspacePalettePrimaryArgs>;
|
|
21254
|
+
}
|
|
21255
|
+
interface WorkspaceThemeTypographyArgs {
|
|
21256
|
+
fontFamily?: pulumi.Input<inputs.connect.FontFamilyArgs>;
|
|
21257
|
+
}
|
|
21095
21258
|
}
|
|
21096
21259
|
export declare namespace connectcampaigns {
|
|
21097
21260
|
/**
|
|
@@ -21216,6 +21379,7 @@ export declare namespace connectcampaignsv2 {
|
|
|
21216
21379
|
* The configuration of the telephony channel subtype.
|
|
21217
21380
|
*/
|
|
21218
21381
|
telephony?: pulumi.Input<inputs.connectcampaignsv2.CampaignTelephonyChannelSubtypeConfigArgs>;
|
|
21382
|
+
whatsApp?: pulumi.Input<inputs.connectcampaignsv2.CampaignWhatsAppChannelSubtypeConfigArgs>;
|
|
21219
21383
|
}
|
|
21220
21384
|
/**
|
|
21221
21385
|
* Communication Limit
|
|
@@ -21267,6 +21431,7 @@ export declare namespace connectcampaignsv2 {
|
|
|
21267
21431
|
* The communication time configuration for the telephony channel subtype.
|
|
21268
21432
|
*/
|
|
21269
21433
|
telephony?: pulumi.Input<inputs.connectcampaignsv2.CampaignTimeWindowArgs>;
|
|
21434
|
+
whatsApp?: pulumi.Input<inputs.connectcampaignsv2.CampaignTimeWindowArgs>;
|
|
21270
21435
|
}
|
|
21271
21436
|
/**
|
|
21272
21437
|
* Daily Hour
|
|
@@ -21293,7 +21458,7 @@ export declare namespace connectcampaignsv2 {
|
|
|
21293
21458
|
outboundMode: pulumi.Input<inputs.connectcampaignsv2.CampaignEmailOutboundModeArgs>;
|
|
21294
21459
|
}
|
|
21295
21460
|
/**
|
|
21296
|
-
* Default
|
|
21461
|
+
* Default Email outbound config
|
|
21297
21462
|
*/
|
|
21298
21463
|
interface CampaignEmailOutboundConfigArgs {
|
|
21299
21464
|
/**
|
|
@@ -21562,6 +21727,27 @@ export declare namespace connectcampaignsv2 {
|
|
|
21562
21727
|
*/
|
|
21563
21728
|
durationInSeconds?: pulumi.Input<number>;
|
|
21564
21729
|
}
|
|
21730
|
+
/**
|
|
21731
|
+
* WhatsApp Channel Subtype config
|
|
21732
|
+
*/
|
|
21733
|
+
interface CampaignWhatsAppChannelSubtypeConfigArgs {
|
|
21734
|
+
capacity?: pulumi.Input<number>;
|
|
21735
|
+
defaultOutboundConfig: pulumi.Input<inputs.connectcampaignsv2.CampaignWhatsAppOutboundConfigArgs>;
|
|
21736
|
+
outboundMode: pulumi.Input<inputs.connectcampaignsv2.CampaignWhatsAppOutboundModeArgs>;
|
|
21737
|
+
}
|
|
21738
|
+
/**
|
|
21739
|
+
* Default WhatsApp outbound config
|
|
21740
|
+
*/
|
|
21741
|
+
interface CampaignWhatsAppOutboundConfigArgs {
|
|
21742
|
+
connectSourcePhoneNumberArn: pulumi.Input<string>;
|
|
21743
|
+
wisdomTemplateArn: pulumi.Input<string>;
|
|
21744
|
+
}
|
|
21745
|
+
/**
|
|
21746
|
+
* WhatsApp Outbound Mode
|
|
21747
|
+
*/
|
|
21748
|
+
interface CampaignWhatsAppOutboundModeArgs {
|
|
21749
|
+
agentlessConfig?: pulumi.Input<inputs.connectcampaignsv2.CampaignAgentlessConfigArgs>;
|
|
21750
|
+
}
|
|
21565
21751
|
}
|
|
21566
21752
|
export declare namespace controltower {
|
|
21567
21753
|
interface EnabledBaselineParameterArgs {
|
|
@@ -28106,6 +28292,24 @@ export declare namespace ec2 {
|
|
|
28106
28292
|
*/
|
|
28107
28293
|
min?: pulumi.Input<number>;
|
|
28108
28294
|
}
|
|
28295
|
+
interface NatGatewayAvailabilityZoneAddressArgs {
|
|
28296
|
+
/**
|
|
28297
|
+
* The allocation IDs of the Elastic IP addresses (EIPs) to be used for handling outbound NAT traffic in this specific Availability Zone.
|
|
28298
|
+
*/
|
|
28299
|
+
allocationIds: pulumi.Input<pulumi.Input<string>[]>;
|
|
28300
|
+
/**
|
|
28301
|
+
* For regional NAT gateways only: The Availability Zone where this specific NAT gateway configuration will be active. Each AZ in a regional NAT gateway has its own configuration to handle outbound NAT traffic from that AZ.
|
|
28302
|
+
*
|
|
28303
|
+
* A regional NAT gateway is a single NAT Gateway that works across multiple availability zones (AZs) in your VPC, providing redundancy, scalability and availability across all the AZs in a Region.
|
|
28304
|
+
*/
|
|
28305
|
+
availabilityZone?: pulumi.Input<string>;
|
|
28306
|
+
/**
|
|
28307
|
+
* For regional NAT gateways only: The ID of the Availability Zone where this specific NAT gateway configuration will be active. Each AZ in a regional NAT gateway has its own configuration to handle outbound NAT traffic from that AZ. Use this instead of AvailabilityZone for consistent identification of AZs across AWS Regions.
|
|
28308
|
+
*
|
|
28309
|
+
* A regional NAT gateway is a single NAT Gateway that works across multiple availability zones (AZs) in your VPC, providing redundancy, scalability and availability across all the AZs in a Region.
|
|
28310
|
+
*/
|
|
28311
|
+
availabilityZoneId?: pulumi.Input<string>;
|
|
28312
|
+
}
|
|
28109
28313
|
interface NetworkInsightsAccessScopeAccessScopePathRequestArgs {
|
|
28110
28314
|
/**
|
|
28111
28315
|
* The destination.
|
|
@@ -28204,6 +28408,10 @@ export declare namespace ec2 {
|
|
|
28204
28408
|
*/
|
|
28205
28409
|
sourcePortRange?: pulumi.Input<inputs.ec2.NetworkInsightsPathFilterPortRangeArgs>;
|
|
28206
28410
|
}
|
|
28411
|
+
/**
|
|
28412
|
+
* ENA Express uses AWS Scalable Reliable Datagram (SRD) technology to increase the maximum bandwidth used per stream and minimize tail latency of network traffic between EC2 instances. With ENA Express, you can communicate between two EC2 instances in the same subnet within the same account, or in different accounts. Both sending and receiving instances must have ENA Express enabled.
|
|
28413
|
+
* To improve the reliability of network packet delivery, ENA Express reorders network packets on the receiving end by default. However, some UDP-based applications are designed to handle network packets that are out of order to reduce the overhead for packet delivery at the network layer. When ENA Express is enabled, you can specify whether UDP network traffic uses it.
|
|
28414
|
+
*/
|
|
28207
28415
|
interface NetworkInterfaceAttachmentEnaSrdSpecificationArgs {
|
|
28208
28416
|
/**
|
|
28209
28417
|
* Indicates whether ENA Express is enabled for the network interface.
|
|
@@ -49335,6 +49543,16 @@ export declare namespace lambda {
|
|
|
49335
49543
|
*/
|
|
49336
49544
|
targetArn?: pulumi.Input<string>;
|
|
49337
49545
|
}
|
|
49546
|
+
interface FunctionDurableConfigArgs {
|
|
49547
|
+
/**
|
|
49548
|
+
* The amount of time (in seconds) that Lambda allows a durable function to run before stopping it. The maximum is one 366-day year or 31,622,400 seconds.
|
|
49549
|
+
*/
|
|
49550
|
+
executionTimeout: pulumi.Input<number>;
|
|
49551
|
+
/**
|
|
49552
|
+
* The number of days after a durable execution is closed that Lambda retains its history, from one to 90 days. The default is 14 days.
|
|
49553
|
+
*/
|
|
49554
|
+
retentionPeriodInDays?: pulumi.Input<number>;
|
|
49555
|
+
}
|
|
49338
49556
|
/**
|
|
49339
49557
|
* A function's environment variable settings. You can use environment variables to adjust your function's behavior without updating code. An environment variable is a pair of strings that are stored in a function's version-specific configuration.
|
|
49340
49558
|
*/
|
|
@@ -51899,292 +52117,6 @@ export declare namespace logs {
|
|
|
51899
52117
|
type: pulumi.Input<enums.logs.TransformerTypeConverterEntryType>;
|
|
51900
52118
|
}
|
|
51901
52119
|
}
|
|
51902
|
-
export declare namespace lookoutmetrics {
|
|
51903
|
-
interface AlertActionArgs {
|
|
51904
|
-
/**
|
|
51905
|
-
* A configuration for an AWS Lambda channel.
|
|
51906
|
-
*/
|
|
51907
|
-
lambdaConfiguration?: pulumi.Input<inputs.lookoutmetrics.AlertLambdaConfigurationArgs>;
|
|
51908
|
-
/**
|
|
51909
|
-
* A configuration for an Amazon SNS channel.
|
|
51910
|
-
*/
|
|
51911
|
-
snsConfiguration?: pulumi.Input<inputs.lookoutmetrics.AlertSnsConfigurationArgs>;
|
|
51912
|
-
}
|
|
51913
|
-
/**
|
|
51914
|
-
* Configuration options for a Lambda alert action.
|
|
51915
|
-
*/
|
|
51916
|
-
interface AlertLambdaConfigurationArgs {
|
|
51917
|
-
/**
|
|
51918
|
-
* ARN of a Lambda to send alert notifications to.
|
|
51919
|
-
*/
|
|
51920
|
-
lambdaArn: pulumi.Input<string>;
|
|
51921
|
-
/**
|
|
51922
|
-
* ARN of an IAM role that LookoutMetrics should assume to access the Lambda function.
|
|
51923
|
-
*/
|
|
51924
|
-
roleArn: pulumi.Input<string>;
|
|
51925
|
-
}
|
|
51926
|
-
/**
|
|
51927
|
-
* Configuration options for an SNS alert action.
|
|
51928
|
-
*/
|
|
51929
|
-
interface AlertSnsConfigurationArgs {
|
|
51930
|
-
/**
|
|
51931
|
-
* ARN of an IAM role that LookoutMetrics should assume to access the SNS topic.
|
|
51932
|
-
*/
|
|
51933
|
-
roleArn: pulumi.Input<string>;
|
|
51934
|
-
/**
|
|
51935
|
-
* ARN of an SNS topic to send alert notifications to.
|
|
51936
|
-
*/
|
|
51937
|
-
snsTopicArn: pulumi.Input<string>;
|
|
51938
|
-
}
|
|
51939
|
-
interface AnomalyDetectorAppFlowConfigArgs {
|
|
51940
|
-
/**
|
|
51941
|
-
* name of the flow.
|
|
51942
|
-
*/
|
|
51943
|
-
flowName: pulumi.Input<string>;
|
|
51944
|
-
/**
|
|
51945
|
-
* An IAM role that gives Amazon Lookout for Metrics permission to access the flow.
|
|
51946
|
-
*/
|
|
51947
|
-
roleArn: pulumi.Input<string>;
|
|
51948
|
-
}
|
|
51949
|
-
interface AnomalyDetectorCloudwatchConfigArgs {
|
|
51950
|
-
/**
|
|
51951
|
-
* An IAM role that gives Amazon Lookout for Metrics permission to access data in Amazon CloudWatch.
|
|
51952
|
-
*/
|
|
51953
|
-
roleArn: pulumi.Input<string>;
|
|
51954
|
-
}
|
|
51955
|
-
interface AnomalyDetectorConfigArgs {
|
|
51956
|
-
/**
|
|
51957
|
-
* Frequency of anomaly detection
|
|
51958
|
-
*/
|
|
51959
|
-
anomalyDetectorFrequency: pulumi.Input<enums.lookoutmetrics.AnomalyDetectorFrequency>;
|
|
51960
|
-
}
|
|
51961
|
-
interface AnomalyDetectorCsvFormatDescriptorArgs {
|
|
51962
|
-
/**
|
|
51963
|
-
* The character set in which the source CSV file is written.
|
|
51964
|
-
*/
|
|
51965
|
-
charset?: pulumi.Input<string>;
|
|
51966
|
-
/**
|
|
51967
|
-
* Whether or not the source CSV file contains a header.
|
|
51968
|
-
*/
|
|
51969
|
-
containsHeader?: pulumi.Input<boolean>;
|
|
51970
|
-
/**
|
|
51971
|
-
* The character used to delimit the source CSV file.
|
|
51972
|
-
*/
|
|
51973
|
-
delimiter?: pulumi.Input<string>;
|
|
51974
|
-
/**
|
|
51975
|
-
* The level of compression of the source CSV file.
|
|
51976
|
-
*/
|
|
51977
|
-
fileCompression?: pulumi.Input<enums.lookoutmetrics.AnomalyDetectorCsvFormatDescriptorFileCompression>;
|
|
51978
|
-
/**
|
|
51979
|
-
* A list of the source CSV file's headers, if any.
|
|
51980
|
-
*/
|
|
51981
|
-
headerList?: pulumi.Input<pulumi.Input<string>[]>;
|
|
51982
|
-
/**
|
|
51983
|
-
* The character used as a quote character.
|
|
51984
|
-
*/
|
|
51985
|
-
quoteSymbol?: pulumi.Input<string>;
|
|
51986
|
-
}
|
|
51987
|
-
interface AnomalyDetectorFileFormatDescriptorArgs {
|
|
51988
|
-
/**
|
|
51989
|
-
* Contains information about how a source CSV data file should be analyzed.
|
|
51990
|
-
*/
|
|
51991
|
-
csvFormatDescriptor?: pulumi.Input<inputs.lookoutmetrics.AnomalyDetectorCsvFormatDescriptorArgs>;
|
|
51992
|
-
/**
|
|
51993
|
-
* Contains information about how a source JSON data file should be analyzed.
|
|
51994
|
-
*/
|
|
51995
|
-
jsonFormatDescriptor?: pulumi.Input<inputs.lookoutmetrics.AnomalyDetectorJsonFormatDescriptorArgs>;
|
|
51996
|
-
}
|
|
51997
|
-
interface AnomalyDetectorJsonFormatDescriptorArgs {
|
|
51998
|
-
/**
|
|
51999
|
-
* The character set in which the source JSON file is written.
|
|
52000
|
-
*/
|
|
52001
|
-
charset?: pulumi.Input<string>;
|
|
52002
|
-
/**
|
|
52003
|
-
* The level of compression of the source CSV file.
|
|
52004
|
-
*/
|
|
52005
|
-
fileCompression?: pulumi.Input<enums.lookoutmetrics.AnomalyDetectorJsonFormatDescriptorFileCompression>;
|
|
52006
|
-
}
|
|
52007
|
-
interface AnomalyDetectorMetricArgs {
|
|
52008
|
-
/**
|
|
52009
|
-
* Operator used to aggregate metric values
|
|
52010
|
-
*/
|
|
52011
|
-
aggregationFunction: pulumi.Input<enums.lookoutmetrics.AnomalyDetectorMetricAggregationFunction>;
|
|
52012
|
-
/**
|
|
52013
|
-
* The name of the metric.
|
|
52014
|
-
*/
|
|
52015
|
-
metricName: pulumi.Input<string>;
|
|
52016
|
-
/**
|
|
52017
|
-
* The namespace for the metric.
|
|
52018
|
-
*/
|
|
52019
|
-
namespace?: pulumi.Input<string>;
|
|
52020
|
-
}
|
|
52021
|
-
interface AnomalyDetectorMetricSetArgs {
|
|
52022
|
-
/**
|
|
52023
|
-
* Dimensions for this MetricSet.
|
|
52024
|
-
*/
|
|
52025
|
-
dimensionList?: pulumi.Input<pulumi.Input<string>[]>;
|
|
52026
|
-
/**
|
|
52027
|
-
* Metrics captured by this MetricSet.
|
|
52028
|
-
*/
|
|
52029
|
-
metricList: pulumi.Input<pulumi.Input<inputs.lookoutmetrics.AnomalyDetectorMetricArgs>[]>;
|
|
52030
|
-
/**
|
|
52031
|
-
* A description for the MetricSet.
|
|
52032
|
-
*/
|
|
52033
|
-
metricSetDescription?: pulumi.Input<string>;
|
|
52034
|
-
/**
|
|
52035
|
-
* A frequency period to aggregate the data
|
|
52036
|
-
*/
|
|
52037
|
-
metricSetFrequency?: pulumi.Input<enums.lookoutmetrics.AnomalyDetectorMetricSetMetricSetFrequency>;
|
|
52038
|
-
/**
|
|
52039
|
-
* The name of the MetricSet.
|
|
52040
|
-
*/
|
|
52041
|
-
metricSetName: pulumi.Input<string>;
|
|
52042
|
-
/**
|
|
52043
|
-
* Contains information about how the source data should be interpreted.
|
|
52044
|
-
*/
|
|
52045
|
-
metricSource: pulumi.Input<inputs.lookoutmetrics.AnomalyDetectorMetricSourceArgs>;
|
|
52046
|
-
/**
|
|
52047
|
-
* Offset, in seconds, between the frequency interval and the time at which the metrics are available.
|
|
52048
|
-
*/
|
|
52049
|
-
offset?: pulumi.Input<number>;
|
|
52050
|
-
/**
|
|
52051
|
-
* Contains information about the column used for tracking time in your source data.
|
|
52052
|
-
*/
|
|
52053
|
-
timestampColumn?: pulumi.Input<inputs.lookoutmetrics.AnomalyDetectorTimestampColumnArgs>;
|
|
52054
|
-
/**
|
|
52055
|
-
* The time zone in which your source data was recorded.
|
|
52056
|
-
*/
|
|
52057
|
-
timezone?: pulumi.Input<string>;
|
|
52058
|
-
}
|
|
52059
|
-
interface AnomalyDetectorMetricSourceArgs {
|
|
52060
|
-
/**
|
|
52061
|
-
* Details about an AppFlow datasource.
|
|
52062
|
-
*/
|
|
52063
|
-
appFlowConfig?: pulumi.Input<inputs.lookoutmetrics.AnomalyDetectorAppFlowConfigArgs>;
|
|
52064
|
-
/**
|
|
52065
|
-
* Details about an Amazon CloudWatch monitoring datasource.
|
|
52066
|
-
*/
|
|
52067
|
-
cloudwatchConfig?: pulumi.Input<inputs.lookoutmetrics.AnomalyDetectorCloudwatchConfigArgs>;
|
|
52068
|
-
/**
|
|
52069
|
-
* Details about an Amazon Relational Database Service (RDS) datasource.
|
|
52070
|
-
*/
|
|
52071
|
-
rdsSourceConfig?: pulumi.Input<inputs.lookoutmetrics.AnomalyDetectorRdsSourceConfigArgs>;
|
|
52072
|
-
/**
|
|
52073
|
-
* Details about an Amazon Redshift database datasource.
|
|
52074
|
-
*/
|
|
52075
|
-
redshiftSourceConfig?: pulumi.Input<inputs.lookoutmetrics.AnomalyDetectorRedshiftSourceConfigArgs>;
|
|
52076
|
-
/**
|
|
52077
|
-
* Contains information about the configuration of the S3 bucket that contains source files.
|
|
52078
|
-
*/
|
|
52079
|
-
s3SourceConfig?: pulumi.Input<inputs.lookoutmetrics.AnomalyDetectorS3SourceConfigArgs>;
|
|
52080
|
-
}
|
|
52081
|
-
interface AnomalyDetectorRdsSourceConfigArgs {
|
|
52082
|
-
/**
|
|
52083
|
-
* The host name of the database.
|
|
52084
|
-
*/
|
|
52085
|
-
databaseHost: pulumi.Input<string>;
|
|
52086
|
-
/**
|
|
52087
|
-
* The name of the RDS database.
|
|
52088
|
-
*/
|
|
52089
|
-
databaseName: pulumi.Input<string>;
|
|
52090
|
-
/**
|
|
52091
|
-
* The port number where the database can be accessed.
|
|
52092
|
-
*/
|
|
52093
|
-
databasePort: pulumi.Input<number>;
|
|
52094
|
-
/**
|
|
52095
|
-
* A string identifying the database instance.
|
|
52096
|
-
*/
|
|
52097
|
-
dbInstanceIdentifier: pulumi.Input<string>;
|
|
52098
|
-
/**
|
|
52099
|
-
* The Amazon Resource Name (ARN) of the role.
|
|
52100
|
-
*/
|
|
52101
|
-
roleArn: pulumi.Input<string>;
|
|
52102
|
-
/**
|
|
52103
|
-
* The Amazon Resource Name (ARN) of the AWS Secrets Manager role.
|
|
52104
|
-
*/
|
|
52105
|
-
secretManagerArn: pulumi.Input<string>;
|
|
52106
|
-
/**
|
|
52107
|
-
* The name of the table in the database.
|
|
52108
|
-
*/
|
|
52109
|
-
tableName: pulumi.Input<string>;
|
|
52110
|
-
/**
|
|
52111
|
-
* An object containing information about the Amazon Virtual Private Cloud (VPC) configuration.
|
|
52112
|
-
*/
|
|
52113
|
-
vpcConfiguration: pulumi.Input<inputs.lookoutmetrics.AnomalyDetectorVpcConfigurationArgs>;
|
|
52114
|
-
}
|
|
52115
|
-
interface AnomalyDetectorRedshiftSourceConfigArgs {
|
|
52116
|
-
/**
|
|
52117
|
-
* A string identifying the Redshift cluster.
|
|
52118
|
-
*/
|
|
52119
|
-
clusterIdentifier: pulumi.Input<string>;
|
|
52120
|
-
/**
|
|
52121
|
-
* The name of the database host.
|
|
52122
|
-
*/
|
|
52123
|
-
databaseHost: pulumi.Input<string>;
|
|
52124
|
-
/**
|
|
52125
|
-
* The Redshift database name.
|
|
52126
|
-
*/
|
|
52127
|
-
databaseName: pulumi.Input<string>;
|
|
52128
|
-
/**
|
|
52129
|
-
* The port number where the database can be accessed.
|
|
52130
|
-
*/
|
|
52131
|
-
databasePort: pulumi.Input<number>;
|
|
52132
|
-
/**
|
|
52133
|
-
* The Amazon Resource Name (ARN) of the role providing access to the database.
|
|
52134
|
-
*/
|
|
52135
|
-
roleArn: pulumi.Input<string>;
|
|
52136
|
-
/**
|
|
52137
|
-
* The Amazon Resource Name (ARN) of the AWS Secrets Manager role.
|
|
52138
|
-
*/
|
|
52139
|
-
secretManagerArn: pulumi.Input<string>;
|
|
52140
|
-
/**
|
|
52141
|
-
* The table name of the Redshift database.
|
|
52142
|
-
*/
|
|
52143
|
-
tableName: pulumi.Input<string>;
|
|
52144
|
-
/**
|
|
52145
|
-
* Contains information about the Amazon Virtual Private Cloud (VPC) configuration.
|
|
52146
|
-
*/
|
|
52147
|
-
vpcConfiguration: pulumi.Input<inputs.lookoutmetrics.AnomalyDetectorVpcConfigurationArgs>;
|
|
52148
|
-
}
|
|
52149
|
-
interface AnomalyDetectorS3SourceConfigArgs {
|
|
52150
|
-
/**
|
|
52151
|
-
* Contains information about a source file's formatting.
|
|
52152
|
-
*/
|
|
52153
|
-
fileFormatDescriptor: pulumi.Input<inputs.lookoutmetrics.AnomalyDetectorFileFormatDescriptorArgs>;
|
|
52154
|
-
/**
|
|
52155
|
-
* A list of paths to the historical data files.
|
|
52156
|
-
*/
|
|
52157
|
-
historicalDataPathList?: pulumi.Input<pulumi.Input<string>[]>;
|
|
52158
|
-
/**
|
|
52159
|
-
* The ARN of an IAM role that has read and write access permissions to the source S3 bucket.
|
|
52160
|
-
*/
|
|
52161
|
-
roleArn: pulumi.Input<string>;
|
|
52162
|
-
/**
|
|
52163
|
-
* A list of templated paths to the source files.
|
|
52164
|
-
*/
|
|
52165
|
-
templatedPathList?: pulumi.Input<pulumi.Input<string>[]>;
|
|
52166
|
-
}
|
|
52167
|
-
interface AnomalyDetectorTimestampColumnArgs {
|
|
52168
|
-
/**
|
|
52169
|
-
* A timestamp format for the timestamps in the dataset
|
|
52170
|
-
*/
|
|
52171
|
-
columnFormat?: pulumi.Input<string>;
|
|
52172
|
-
/**
|
|
52173
|
-
* The name of the timestamp column.
|
|
52174
|
-
*/
|
|
52175
|
-
columnName?: pulumi.Input<string>;
|
|
52176
|
-
}
|
|
52177
|
-
interface AnomalyDetectorVpcConfigurationArgs {
|
|
52178
|
-
/**
|
|
52179
|
-
* An array of strings containing the list of security groups.
|
|
52180
|
-
*/
|
|
52181
|
-
securityGroupIdList: pulumi.Input<pulumi.Input<string>[]>;
|
|
52182
|
-
/**
|
|
52183
|
-
* An array of strings containing the Amazon VPC subnet IDs (e.g., `subnet-0bb1c79de3EXAMPLE` .
|
|
52184
|
-
*/
|
|
52185
|
-
subnetIdList: pulumi.Input<pulumi.Input<string>[]>;
|
|
52186
|
-
}
|
|
52187
|
-
}
|
|
52188
52120
|
export declare namespace m2 {
|
|
52189
52121
|
interface ApplicationDefinition0PropertiesArgs {
|
|
52190
52122
|
s3Location: pulumi.Input<string>;
|
|
@@ -57325,10 +57257,140 @@ export declare namespace observabilityadmin {
|
|
|
57325
57257
|
*/
|
|
57326
57258
|
logGroupSelectionCriteria: pulumi.Input<string>;
|
|
57327
57259
|
}
|
|
57260
|
+
/**
|
|
57261
|
+
* The condition of the action desired in the filter.
|
|
57262
|
+
*/
|
|
57263
|
+
interface OrganizationTelemetryRuleActionConditionArgs {
|
|
57264
|
+
action?: pulumi.Input<enums.observabilityadmin.OrganizationTelemetryRuleAction>;
|
|
57265
|
+
}
|
|
57266
|
+
/**
|
|
57267
|
+
* An advanced event selector that includes optional name and field selectors
|
|
57268
|
+
*/
|
|
57269
|
+
interface OrganizationTelemetryRuleAdvancedEventSelectorArgs {
|
|
57270
|
+
/**
|
|
57271
|
+
* Contains all selector statements in an advanced event selector.
|
|
57272
|
+
*/
|
|
57273
|
+
fieldSelectors: pulumi.Input<pulumi.Input<inputs.observabilityadmin.OrganizationTelemetryRuleAdvancedFieldSelectorArgs>[]>;
|
|
57274
|
+
/**
|
|
57275
|
+
* An optional descriptive name for the advanced event selector
|
|
57276
|
+
*/
|
|
57277
|
+
name?: pulumi.Input<string>;
|
|
57278
|
+
}
|
|
57279
|
+
/**
|
|
57280
|
+
* A single selector statement in an advanced event selector.
|
|
57281
|
+
*/
|
|
57282
|
+
interface OrganizationTelemetryRuleAdvancedFieldSelectorArgs {
|
|
57283
|
+
/**
|
|
57284
|
+
* An operator that includes events that match the last few characters of the event record field specified as the value of Field.
|
|
57285
|
+
*/
|
|
57286
|
+
endsWith?: pulumi.Input<pulumi.Input<string>[]>;
|
|
57287
|
+
/**
|
|
57288
|
+
* An operator that includes events that match the exact value of the event record field specified as the value of Field.
|
|
57289
|
+
*/
|
|
57290
|
+
equals?: pulumi.Input<pulumi.Input<string>[]>;
|
|
57291
|
+
/**
|
|
57292
|
+
* A field in a CloudTrail event record on which to filter events to be logged
|
|
57293
|
+
*/
|
|
57294
|
+
field?: pulumi.Input<string>;
|
|
57295
|
+
/**
|
|
57296
|
+
* An operator that excludes events that match the last few characters of the event record field specified as the value of Field.
|
|
57297
|
+
*/
|
|
57298
|
+
notEndsWith?: pulumi.Input<pulumi.Input<string>[]>;
|
|
57299
|
+
/**
|
|
57300
|
+
* An operator that excludes events that match the exact value of the event record field specified as the value of Field.
|
|
57301
|
+
*/
|
|
57302
|
+
notEquals?: pulumi.Input<pulumi.Input<string>[]>;
|
|
57303
|
+
/**
|
|
57304
|
+
* An operator that excludes events that match the first few characters of the event record field specified as the value of Field.
|
|
57305
|
+
*/
|
|
57306
|
+
notStartsWith?: pulumi.Input<pulumi.Input<string>[]>;
|
|
57307
|
+
/**
|
|
57308
|
+
* An operator that includes events that match the first few characters of the event record field specified as the value of Field.
|
|
57309
|
+
*/
|
|
57310
|
+
startsWith?: pulumi.Input<pulumi.Input<string>[]>;
|
|
57311
|
+
}
|
|
57312
|
+
/**
|
|
57313
|
+
* Telemetry parameters for Cloudtrail
|
|
57314
|
+
*/
|
|
57315
|
+
interface OrganizationTelemetryRuleCloudtrailParametersArgs {
|
|
57316
|
+
/**
|
|
57317
|
+
* Create fine-grained selectors for AWS CloudTrail management and data.
|
|
57318
|
+
*/
|
|
57319
|
+
advancedEventSelectors: pulumi.Input<pulumi.Input<inputs.observabilityadmin.OrganizationTelemetryRuleAdvancedEventSelectorArgs>[]>;
|
|
57320
|
+
}
|
|
57321
|
+
/**
|
|
57322
|
+
* A condition for a filter.
|
|
57323
|
+
*/
|
|
57324
|
+
interface OrganizationTelemetryRuleConditionArgs {
|
|
57325
|
+
actionCondition?: pulumi.Input<inputs.observabilityadmin.OrganizationTelemetryRuleActionConditionArgs>;
|
|
57326
|
+
labelNameCondition?: pulumi.Input<inputs.observabilityadmin.OrganizationTelemetryRuleLabelNameConditionArgs>;
|
|
57327
|
+
}
|
|
57328
|
+
/**
|
|
57329
|
+
* Telemetry parameters for ELB/NLB Load Balancer Logs
|
|
57330
|
+
*/
|
|
57331
|
+
interface OrganizationTelemetryRuleElbLoadBalancerLoggingParametersArgs {
|
|
57332
|
+
/**
|
|
57333
|
+
* A delimiter to delineate log fields
|
|
57334
|
+
*/
|
|
57335
|
+
fieldDelimiter?: pulumi.Input<string>;
|
|
57336
|
+
outputFormat?: pulumi.Input<enums.observabilityadmin.OrganizationTelemetryRuleElbLoadBalancerLoggingParametersOutputFormat>;
|
|
57337
|
+
}
|
|
57338
|
+
/**
|
|
57339
|
+
* The field that we want to match this rule to.
|
|
57340
|
+
*/
|
|
57341
|
+
interface OrganizationTelemetryRuleFieldToMatchArgs {
|
|
57342
|
+
/**
|
|
57343
|
+
* The method with which to match this rule.
|
|
57344
|
+
*/
|
|
57345
|
+
method?: pulumi.Input<string>;
|
|
57346
|
+
/**
|
|
57347
|
+
* The query string to find the resource to match this field to.
|
|
57348
|
+
*/
|
|
57349
|
+
queryString?: pulumi.Input<string>;
|
|
57350
|
+
singleHeader?: pulumi.Input<inputs.observabilityadmin.OrganizationTelemetryRuleSingleHeaderArgs>;
|
|
57351
|
+
/**
|
|
57352
|
+
* This is the URI path to match this rule to.
|
|
57353
|
+
*/
|
|
57354
|
+
uriPath?: pulumi.Input<string>;
|
|
57355
|
+
}
|
|
57356
|
+
/**
|
|
57357
|
+
* A filter to be applied
|
|
57358
|
+
*/
|
|
57359
|
+
interface OrganizationTelemetryRuleFilterArgs {
|
|
57360
|
+
behavior?: pulumi.Input<enums.observabilityadmin.OrganizationTelemetryRuleFilterBehavior>;
|
|
57361
|
+
conditions?: pulumi.Input<pulumi.Input<inputs.observabilityadmin.OrganizationTelemetryRuleConditionArgs>[]>;
|
|
57362
|
+
requirement?: pulumi.Input<enums.observabilityadmin.OrganizationTelemetryRuleFilterRequirement>;
|
|
57363
|
+
}
|
|
57364
|
+
/**
|
|
57365
|
+
* The label name of the condition.
|
|
57366
|
+
*/
|
|
57367
|
+
interface OrganizationTelemetryRuleLabelNameConditionArgs {
|
|
57368
|
+
/**
|
|
57369
|
+
* The label name of the condition.
|
|
57370
|
+
*/
|
|
57371
|
+
labelName?: pulumi.Input<string>;
|
|
57372
|
+
}
|
|
57373
|
+
/**
|
|
57374
|
+
* Default handling for logs that don't match any of the specified filtering conditions.
|
|
57375
|
+
*/
|
|
57376
|
+
interface OrganizationTelemetryRuleLoggingFilterArgs {
|
|
57377
|
+
defaultBehavior?: pulumi.Input<enums.observabilityadmin.OrganizationTelemetryRuleFilterBehavior>;
|
|
57378
|
+
filters?: pulumi.Input<pulumi.Input<inputs.observabilityadmin.OrganizationTelemetryRuleFilterArgs>[]>;
|
|
57379
|
+
}
|
|
57380
|
+
/**
|
|
57381
|
+
* Header for the field to match.
|
|
57382
|
+
*/
|
|
57383
|
+
interface OrganizationTelemetryRuleSingleHeaderArgs {
|
|
57384
|
+
/**
|
|
57385
|
+
* The name of the header
|
|
57386
|
+
*/
|
|
57387
|
+
name: pulumi.Input<string>;
|
|
57388
|
+
}
|
|
57328
57389
|
/**
|
|
57329
57390
|
* The destination configuration for telemetry data
|
|
57330
57391
|
*/
|
|
57331
57392
|
interface OrganizationTelemetryRuleTelemetryDestinationConfigurationArgs {
|
|
57393
|
+
cloudtrailParameters?: pulumi.Input<inputs.observabilityadmin.OrganizationTelemetryRuleCloudtrailParametersArgs>;
|
|
57332
57394
|
/**
|
|
57333
57395
|
* The pattern used to generate the destination path or name, supporting macros like <resourceId> and <accountId>.
|
|
57334
57396
|
*/
|
|
@@ -57337,6 +57399,7 @@ export declare namespace observabilityadmin {
|
|
|
57337
57399
|
* The type of destination for the telemetry data (e.g., "Amazon CloudWatch Logs", "S3").
|
|
57338
57400
|
*/
|
|
57339
57401
|
destinationType?: pulumi.Input<enums.observabilityadmin.OrganizationTelemetryRuleDestinationType>;
|
|
57402
|
+
elbLoadBalancerLoggingParameters?: pulumi.Input<inputs.observabilityadmin.OrganizationTelemetryRuleElbLoadBalancerLoggingParametersArgs>;
|
|
57340
57403
|
/**
|
|
57341
57404
|
* The number of days to retain the telemetry data in the destination.
|
|
57342
57405
|
*/
|
|
@@ -57345,6 +57408,7 @@ export declare namespace observabilityadmin {
|
|
|
57345
57408
|
* Configuration parameters specific to VPC Flow Logs when VPC is the resource type.
|
|
57346
57409
|
*/
|
|
57347
57410
|
vpcFlowLogParameters?: pulumi.Input<inputs.observabilityadmin.OrganizationTelemetryRuleVpcFlowLogParametersArgs>;
|
|
57411
|
+
wafLoggingParameters?: pulumi.Input<inputs.observabilityadmin.OrganizationTelemetryRuleWafLoggingParametersArgs>;
|
|
57348
57412
|
}
|
|
57349
57413
|
/**
|
|
57350
57414
|
* The telemetry rule
|
|
@@ -57355,7 +57419,7 @@ export declare namespace observabilityadmin {
|
|
|
57355
57419
|
*/
|
|
57356
57420
|
destinationConfiguration?: pulumi.Input<inputs.observabilityadmin.OrganizationTelemetryRuleTelemetryDestinationConfigurationArgs>;
|
|
57357
57421
|
/**
|
|
57358
|
-
* The type of AWS resource to configure telemetry for (e.g., "AWS::EC2::VPC").
|
|
57422
|
+
* The type of AWS resource to configure telemetry for (e.g., "AWS::EC2::VPC", "AWS::EKS::Cluster", "AWS::WAFv2::WebACL").
|
|
57359
57423
|
*/
|
|
57360
57424
|
resourceType: pulumi.Input<enums.observabilityadmin.OrganizationTelemetryRuleResourceType>;
|
|
57361
57425
|
/**
|
|
@@ -57366,6 +57430,7 @@ export declare namespace observabilityadmin {
|
|
|
57366
57430
|
* Criteria for selecting which resources the rule applies to, such as resource tags.
|
|
57367
57431
|
*/
|
|
57368
57432
|
selectionCriteria?: pulumi.Input<string>;
|
|
57433
|
+
telemetrySourceTypes?: pulumi.Input<pulumi.Input<enums.observabilityadmin.OrganizationTelemetryRuleTelemetrySourceType>[]>;
|
|
57369
57434
|
/**
|
|
57370
57435
|
* The type of telemetry to collect (Logs, Metrics, or Traces).
|
|
57371
57436
|
*/
|
|
@@ -57388,6 +57453,20 @@ export declare namespace observabilityadmin {
|
|
|
57388
57453
|
*/
|
|
57389
57454
|
trafficType?: pulumi.Input<string>;
|
|
57390
57455
|
}
|
|
57456
|
+
/**
|
|
57457
|
+
* Telemetry parameters for WAF v2 Web ACL
|
|
57458
|
+
*/
|
|
57459
|
+
interface OrganizationTelemetryRuleWafLoggingParametersArgs {
|
|
57460
|
+
logType?: pulumi.Input<enums.observabilityadmin.OrganizationTelemetryRuleWafLogType>;
|
|
57461
|
+
loggingFilter?: pulumi.Input<inputs.observabilityadmin.OrganizationTelemetryRuleLoggingFilterArgs>;
|
|
57462
|
+
/**
|
|
57463
|
+
* Fields not to be included in the logs.
|
|
57464
|
+
*/
|
|
57465
|
+
redactedFields?: pulumi.Input<pulumi.Input<inputs.observabilityadmin.OrganizationTelemetryRuleFieldToMatchArgs>[]>;
|
|
57466
|
+
}
|
|
57467
|
+
interface TelemetryPipelinesTelemetryPipelineConfigurationArgs {
|
|
57468
|
+
body: pulumi.Input<string>;
|
|
57469
|
+
}
|
|
57391
57470
|
/**
|
|
57392
57471
|
* The telemetry rule
|
|
57393
57472
|
*/
|
|
@@ -57397,22 +57476,153 @@ export declare namespace observabilityadmin {
|
|
|
57397
57476
|
*/
|
|
57398
57477
|
destinationConfiguration?: pulumi.Input<inputs.observabilityadmin.TelemetryRuleTelemetryDestinationConfigurationArgs>;
|
|
57399
57478
|
/**
|
|
57400
|
-
* The type of AWS resource to configure telemetry for (e.g., "AWS::EC2::VPC").
|
|
57479
|
+
* The type of AWS resource to configure telemetry for (e.g., "AWS::EC2::VPC", "AWS::EKS::Cluster", "AWS::WAFv2::WebACL").
|
|
57401
57480
|
*/
|
|
57402
57481
|
resourceType: pulumi.Input<enums.observabilityadmin.TelemetryRuleResourceType>;
|
|
57403
57482
|
/**
|
|
57404
57483
|
* Criteria for selecting which resources the rule applies to, such as resource tags.
|
|
57405
57484
|
*/
|
|
57406
57485
|
selectionCriteria?: pulumi.Input<string>;
|
|
57486
|
+
telemetrySourceTypes?: pulumi.Input<pulumi.Input<enums.observabilityadmin.TelemetryRuleTelemetrySourceType>[]>;
|
|
57407
57487
|
/**
|
|
57408
57488
|
* The type of telemetry to collect (Logs, Metrics, or Traces).
|
|
57409
57489
|
*/
|
|
57410
57490
|
telemetryType: pulumi.Input<enums.observabilityadmin.TelemetryRuleTelemetryType>;
|
|
57411
57491
|
}
|
|
57492
|
+
/**
|
|
57493
|
+
* The condition of the action desired in the filter.
|
|
57494
|
+
*/
|
|
57495
|
+
interface TelemetryRuleActionConditionArgs {
|
|
57496
|
+
action?: pulumi.Input<enums.observabilityadmin.TelemetryRuleAction>;
|
|
57497
|
+
}
|
|
57498
|
+
/**
|
|
57499
|
+
* An advanced event selector that includes optional name and field selectors
|
|
57500
|
+
*/
|
|
57501
|
+
interface TelemetryRuleAdvancedEventSelectorArgs {
|
|
57502
|
+
/**
|
|
57503
|
+
* Contains all selector statements in an advanced event selector.
|
|
57504
|
+
*/
|
|
57505
|
+
fieldSelectors: pulumi.Input<pulumi.Input<inputs.observabilityadmin.TelemetryRuleAdvancedFieldSelectorArgs>[]>;
|
|
57506
|
+
/**
|
|
57507
|
+
* An optional descriptive name for the advanced event selector
|
|
57508
|
+
*/
|
|
57509
|
+
name?: pulumi.Input<string>;
|
|
57510
|
+
}
|
|
57511
|
+
/**
|
|
57512
|
+
* A single selector statement in an advanced event selector.
|
|
57513
|
+
*/
|
|
57514
|
+
interface TelemetryRuleAdvancedFieldSelectorArgs {
|
|
57515
|
+
/**
|
|
57516
|
+
* An operator that includes events that match the last few characters of the event record field specified as the value of Field.
|
|
57517
|
+
*/
|
|
57518
|
+
endsWith?: pulumi.Input<pulumi.Input<string>[]>;
|
|
57519
|
+
/**
|
|
57520
|
+
* An operator that includes events that match the exact value of the event record field specified as the value of Field.
|
|
57521
|
+
*/
|
|
57522
|
+
equals?: pulumi.Input<pulumi.Input<string>[]>;
|
|
57523
|
+
/**
|
|
57524
|
+
* A field in a CloudTrail event record on which to filter events to be logged
|
|
57525
|
+
*/
|
|
57526
|
+
field?: pulumi.Input<string>;
|
|
57527
|
+
/**
|
|
57528
|
+
* An operator that excludes events that match the last few characters of the event record field specified as the value of Field.
|
|
57529
|
+
*/
|
|
57530
|
+
notEndsWith?: pulumi.Input<pulumi.Input<string>[]>;
|
|
57531
|
+
/**
|
|
57532
|
+
* An operator that excludes events that match the exact value of the event record field specified as the value of Field.
|
|
57533
|
+
*/
|
|
57534
|
+
notEquals?: pulumi.Input<pulumi.Input<string>[]>;
|
|
57535
|
+
/**
|
|
57536
|
+
* An operator that excludes events that match the first few characters of the event record field specified as the value of Field.
|
|
57537
|
+
*/
|
|
57538
|
+
notStartsWith?: pulumi.Input<pulumi.Input<string>[]>;
|
|
57539
|
+
/**
|
|
57540
|
+
* An operator that includes events that match the first few characters of the event record field specified as the value of Field.
|
|
57541
|
+
*/
|
|
57542
|
+
startsWith?: pulumi.Input<pulumi.Input<string>[]>;
|
|
57543
|
+
}
|
|
57544
|
+
/**
|
|
57545
|
+
* Telemetry parameters for Cloudtrail
|
|
57546
|
+
*/
|
|
57547
|
+
interface TelemetryRuleCloudtrailParametersArgs {
|
|
57548
|
+
/**
|
|
57549
|
+
* Create fine-grained selectors for AWS CloudTrail management and data.
|
|
57550
|
+
*/
|
|
57551
|
+
advancedEventSelectors: pulumi.Input<pulumi.Input<inputs.observabilityadmin.TelemetryRuleAdvancedEventSelectorArgs>[]>;
|
|
57552
|
+
}
|
|
57553
|
+
/**
|
|
57554
|
+
* A condition for a filter.
|
|
57555
|
+
*/
|
|
57556
|
+
interface TelemetryRuleConditionArgs {
|
|
57557
|
+
actionCondition?: pulumi.Input<inputs.observabilityadmin.TelemetryRuleActionConditionArgs>;
|
|
57558
|
+
labelNameCondition?: pulumi.Input<inputs.observabilityadmin.TelemetryRuleLabelNameConditionArgs>;
|
|
57559
|
+
}
|
|
57560
|
+
/**
|
|
57561
|
+
* Telemetry parameters for ELB/NLB Load Balancer Logs
|
|
57562
|
+
*/
|
|
57563
|
+
interface TelemetryRuleElbLoadBalancerLoggingParametersArgs {
|
|
57564
|
+
/**
|
|
57565
|
+
* A delimiter to delineate log fields
|
|
57566
|
+
*/
|
|
57567
|
+
fieldDelimiter?: pulumi.Input<string>;
|
|
57568
|
+
outputFormat?: pulumi.Input<enums.observabilityadmin.TelemetryRuleElbLoadBalancerLoggingParametersOutputFormat>;
|
|
57569
|
+
}
|
|
57570
|
+
/**
|
|
57571
|
+
* The field that we want to match this rule to.
|
|
57572
|
+
*/
|
|
57573
|
+
interface TelemetryRuleFieldToMatchArgs {
|
|
57574
|
+
/**
|
|
57575
|
+
* The method with which to match this rule.
|
|
57576
|
+
*/
|
|
57577
|
+
method?: pulumi.Input<string>;
|
|
57578
|
+
/**
|
|
57579
|
+
* The query string to find the resource to match this field to.
|
|
57580
|
+
*/
|
|
57581
|
+
queryString?: pulumi.Input<string>;
|
|
57582
|
+
singleHeader?: pulumi.Input<inputs.observabilityadmin.TelemetryRuleSingleHeaderArgs>;
|
|
57583
|
+
/**
|
|
57584
|
+
* This is the URI path to match this rule to.
|
|
57585
|
+
*/
|
|
57586
|
+
uriPath?: pulumi.Input<string>;
|
|
57587
|
+
}
|
|
57588
|
+
/**
|
|
57589
|
+
* A filter to be applied
|
|
57590
|
+
*/
|
|
57591
|
+
interface TelemetryRuleFilterArgs {
|
|
57592
|
+
behavior?: pulumi.Input<enums.observabilityadmin.TelemetryRuleFilterBehavior>;
|
|
57593
|
+
conditions?: pulumi.Input<pulumi.Input<inputs.observabilityadmin.TelemetryRuleConditionArgs>[]>;
|
|
57594
|
+
requirement?: pulumi.Input<enums.observabilityadmin.TelemetryRuleFilterRequirement>;
|
|
57595
|
+
}
|
|
57596
|
+
/**
|
|
57597
|
+
* The label name of the condition.
|
|
57598
|
+
*/
|
|
57599
|
+
interface TelemetryRuleLabelNameConditionArgs {
|
|
57600
|
+
/**
|
|
57601
|
+
* The label name of the condition.
|
|
57602
|
+
*/
|
|
57603
|
+
labelName?: pulumi.Input<string>;
|
|
57604
|
+
}
|
|
57605
|
+
/**
|
|
57606
|
+
* Default handling for logs that don't match any of the specified filtering conditions.
|
|
57607
|
+
*/
|
|
57608
|
+
interface TelemetryRuleLoggingFilterArgs {
|
|
57609
|
+
defaultBehavior?: pulumi.Input<enums.observabilityadmin.TelemetryRuleFilterBehavior>;
|
|
57610
|
+
filters?: pulumi.Input<pulumi.Input<inputs.observabilityadmin.TelemetryRuleFilterArgs>[]>;
|
|
57611
|
+
}
|
|
57612
|
+
/**
|
|
57613
|
+
* Header for the field to match.
|
|
57614
|
+
*/
|
|
57615
|
+
interface TelemetryRuleSingleHeaderArgs {
|
|
57616
|
+
/**
|
|
57617
|
+
* The name of the header
|
|
57618
|
+
*/
|
|
57619
|
+
name: pulumi.Input<string>;
|
|
57620
|
+
}
|
|
57412
57621
|
/**
|
|
57413
57622
|
* The destination configuration for telemetry data
|
|
57414
57623
|
*/
|
|
57415
57624
|
interface TelemetryRuleTelemetryDestinationConfigurationArgs {
|
|
57625
|
+
cloudtrailParameters?: pulumi.Input<inputs.observabilityadmin.TelemetryRuleCloudtrailParametersArgs>;
|
|
57416
57626
|
/**
|
|
57417
57627
|
* The pattern used to generate the destination path or name, supporting macros like <resourceId> and <accountId>.
|
|
57418
57628
|
*/
|
|
@@ -57421,6 +57631,11 @@ export declare namespace observabilityadmin {
|
|
|
57421
57631
|
* The type of destination for the telemetry data (e.g., "Amazon CloudWatch Logs", "S3").
|
|
57422
57632
|
*/
|
|
57423
57633
|
destinationType?: pulumi.Input<enums.observabilityadmin.TelemetryRuleDestinationType>;
|
|
57634
|
+
elbLoadBalancerLoggingParameters?: pulumi.Input<inputs.observabilityadmin.TelemetryRuleElbLoadBalancerLoggingParametersArgs>;
|
|
57635
|
+
/**
|
|
57636
|
+
* Parameters for BedrockAgentCore log delivery
|
|
57637
|
+
*/
|
|
57638
|
+
logDeliveryParameters?: pulumi.Input<inputs.observabilityadmin.TelemetryRuleTelemetryDestinationConfigurationLogDeliveryParametersPropertiesArgs>;
|
|
57424
57639
|
/**
|
|
57425
57640
|
* The number of days to retain the telemetry data in the destination.
|
|
57426
57641
|
*/
|
|
@@ -57429,6 +57644,16 @@ export declare namespace observabilityadmin {
|
|
|
57429
57644
|
* Configuration parameters specific to VPC Flow Logs when VPC is the resource type.
|
|
57430
57645
|
*/
|
|
57431
57646
|
vpcFlowLogParameters?: pulumi.Input<inputs.observabilityadmin.TelemetryRuleVpcFlowLogParametersArgs>;
|
|
57647
|
+
wafLoggingParameters?: pulumi.Input<inputs.observabilityadmin.TelemetryRuleWafLoggingParametersArgs>;
|
|
57648
|
+
}
|
|
57649
|
+
/**
|
|
57650
|
+
* Parameters for BedrockAgentCore log delivery
|
|
57651
|
+
*/
|
|
57652
|
+
interface TelemetryRuleTelemetryDestinationConfigurationLogDeliveryParametersPropertiesArgs {
|
|
57653
|
+
/**
|
|
57654
|
+
* Types of logs to deliver for BedrockAgentCore resources
|
|
57655
|
+
*/
|
|
57656
|
+
logTypes?: pulumi.Input<pulumi.Input<enums.observabilityadmin.TelemetryRuleTelemetryDestinationConfigurationLogDeliveryParametersPropertiesLogTypesItem>[]>;
|
|
57432
57657
|
}
|
|
57433
57658
|
/**
|
|
57434
57659
|
* Telemetry parameters for VPC Flow logs
|
|
@@ -57447,6 +57672,17 @@ export declare namespace observabilityadmin {
|
|
|
57447
57672
|
*/
|
|
57448
57673
|
trafficType?: pulumi.Input<string>;
|
|
57449
57674
|
}
|
|
57675
|
+
/**
|
|
57676
|
+
* Telemetry parameters for WAF v2 Web ACL
|
|
57677
|
+
*/
|
|
57678
|
+
interface TelemetryRuleWafLoggingParametersArgs {
|
|
57679
|
+
logType?: pulumi.Input<enums.observabilityadmin.TelemetryRuleWafLogType>;
|
|
57680
|
+
loggingFilter?: pulumi.Input<inputs.observabilityadmin.TelemetryRuleLoggingFilterArgs>;
|
|
57681
|
+
/**
|
|
57682
|
+
* Fields not to be included in the logs.
|
|
57683
|
+
*/
|
|
57684
|
+
redactedFields?: pulumi.Input<pulumi.Input<inputs.observabilityadmin.TelemetryRuleFieldToMatchArgs>[]>;
|
|
57685
|
+
}
|
|
57450
57686
|
}
|
|
57451
57687
|
export declare namespace odb {
|
|
57452
57688
|
/**
|
|
@@ -90647,91 +90883,6 @@ export declare namespace resourcegroups {
|
|
|
90647
90883
|
values?: pulumi.Input<pulumi.Input<string>[]>;
|
|
90648
90884
|
}
|
|
90649
90885
|
}
|
|
90650
|
-
export declare namespace robomaker {
|
|
90651
|
-
/**
|
|
90652
|
-
* The robot software suite used by the robot application.
|
|
90653
|
-
*/
|
|
90654
|
-
interface RobotApplicationRobotSoftwareSuiteArgs {
|
|
90655
|
-
/**
|
|
90656
|
-
* The name of robot software suite.
|
|
90657
|
-
*/
|
|
90658
|
-
name: pulumi.Input<enums.robomaker.RobotApplicationRobotSoftwareSuiteName>;
|
|
90659
|
-
/**
|
|
90660
|
-
* The version of robot software suite.
|
|
90661
|
-
*/
|
|
90662
|
-
version?: pulumi.Input<enums.robomaker.RobotApplicationRobotSoftwareSuiteVersion>;
|
|
90663
|
-
}
|
|
90664
|
-
interface RobotApplicationSourceConfigArgs {
|
|
90665
|
-
/**
|
|
90666
|
-
* The architecture of robot application.
|
|
90667
|
-
*/
|
|
90668
|
-
architecture: pulumi.Input<enums.robomaker.RobotApplicationSourceConfigArchitecture>;
|
|
90669
|
-
/**
|
|
90670
|
-
* The Arn of the S3Bucket that stores the robot application source.
|
|
90671
|
-
*/
|
|
90672
|
-
s3Bucket: pulumi.Input<string>;
|
|
90673
|
-
/**
|
|
90674
|
-
* The s3 key of robot application source.
|
|
90675
|
-
*/
|
|
90676
|
-
s3Key: pulumi.Input<string>;
|
|
90677
|
-
}
|
|
90678
|
-
/**
|
|
90679
|
-
* Information about a rendering engine.
|
|
90680
|
-
*/
|
|
90681
|
-
interface SimulationApplicationRenderingEngineArgs {
|
|
90682
|
-
/**
|
|
90683
|
-
* The name of the rendering engine.
|
|
90684
|
-
*/
|
|
90685
|
-
name: pulumi.Input<enums.robomaker.SimulationApplicationRenderingEngineName>;
|
|
90686
|
-
/**
|
|
90687
|
-
* The version of the rendering engine.
|
|
90688
|
-
*/
|
|
90689
|
-
version: pulumi.Input<string>;
|
|
90690
|
-
}
|
|
90691
|
-
/**
|
|
90692
|
-
* Information about a robot software suite.
|
|
90693
|
-
*/
|
|
90694
|
-
interface SimulationApplicationRobotSoftwareSuiteArgs {
|
|
90695
|
-
/**
|
|
90696
|
-
* The name of the robot software suite.
|
|
90697
|
-
*/
|
|
90698
|
-
name: pulumi.Input<enums.robomaker.SimulationApplicationRobotSoftwareSuiteName>;
|
|
90699
|
-
/**
|
|
90700
|
-
* The version of the robot software suite.
|
|
90701
|
-
*/
|
|
90702
|
-
version?: pulumi.Input<enums.robomaker.SimulationApplicationRobotSoftwareSuiteVersion>;
|
|
90703
|
-
}
|
|
90704
|
-
/**
|
|
90705
|
-
* Information about a simulation software suite.
|
|
90706
|
-
*/
|
|
90707
|
-
interface SimulationApplicationSimulationSoftwareSuiteArgs {
|
|
90708
|
-
/**
|
|
90709
|
-
* The name of the simulation software suite.
|
|
90710
|
-
*/
|
|
90711
|
-
name: pulumi.Input<enums.robomaker.SimulationApplicationSimulationSoftwareSuiteName>;
|
|
90712
|
-
/**
|
|
90713
|
-
* The version of the simulation software suite.
|
|
90714
|
-
*/
|
|
90715
|
-
version?: pulumi.Input<enums.robomaker.SimulationApplicationSimulationSoftwareSuiteVersion>;
|
|
90716
|
-
}
|
|
90717
|
-
/**
|
|
90718
|
-
* Information about a source configuration.
|
|
90719
|
-
*/
|
|
90720
|
-
interface SimulationApplicationSourceConfigArgs {
|
|
90721
|
-
/**
|
|
90722
|
-
* The target processor architecture for the application.
|
|
90723
|
-
*/
|
|
90724
|
-
architecture: pulumi.Input<enums.robomaker.SimulationApplicationSourceConfigArchitecture>;
|
|
90725
|
-
/**
|
|
90726
|
-
* The Amazon S3 bucket name.
|
|
90727
|
-
*/
|
|
90728
|
-
s3Bucket: pulumi.Input<string>;
|
|
90729
|
-
/**
|
|
90730
|
-
* The s3 object key.
|
|
90731
|
-
*/
|
|
90732
|
-
s3Key: pulumi.Input<string>;
|
|
90733
|
-
}
|
|
90734
|
-
}
|
|
90735
90886
|
export declare namespace rolesanywhere {
|
|
90736
90887
|
interface ProfileAttributeMappingArgs {
|
|
90737
90888
|
/**
|
|
@@ -90992,6 +91143,12 @@ export declare namespace route53 {
|
|
|
90992
91143
|
*/
|
|
90993
91144
|
comment?: pulumi.Input<string>;
|
|
90994
91145
|
}
|
|
91146
|
+
interface HostedZoneFeaturesArgs {
|
|
91147
|
+
/**
|
|
91148
|
+
* Enable accelerated recovery on your public hosted zone to gain the ability to make changes to DNS records in the event of us-east-1 unavailability.
|
|
91149
|
+
*/
|
|
91150
|
+
enableAcceleratedRecovery?: pulumi.Input<boolean>;
|
|
91151
|
+
}
|
|
90995
91152
|
/**
|
|
90996
91153
|
* A complex type that contains information about a configuration for DNS query logging.
|
|
90997
91154
|
*/
|
|
@@ -93505,6 +93662,15 @@ export declare namespace s3tables {
|
|
|
93505
93662
|
*/
|
|
93506
93663
|
interface TableBucketPolicyResourcePolicyArgs {
|
|
93507
93664
|
}
|
|
93665
|
+
/**
|
|
93666
|
+
* Specifies storage class settings for the table bucket
|
|
93667
|
+
*/
|
|
93668
|
+
interface TableBucketStorageClassConfigurationArgs {
|
|
93669
|
+
/**
|
|
93670
|
+
* The storage class for the table bucket
|
|
93671
|
+
*/
|
|
93672
|
+
storageClass?: pulumi.Input<enums.s3tables.TableBucketStorageClassConfigurationStorageClass>;
|
|
93673
|
+
}
|
|
93508
93674
|
/**
|
|
93509
93675
|
* Settings governing the Unreferenced File Removal maintenance action. Unreferenced file removal identifies and deletes all objects that are not referenced by any table snapshots.
|
|
93510
93676
|
*/
|
|
@@ -93592,6 +93758,15 @@ export declare namespace s3tables {
|
|
|
93592
93758
|
*/
|
|
93593
93759
|
status?: pulumi.Input<enums.s3tables.TableSnapshotManagementStatus>;
|
|
93594
93760
|
}
|
|
93761
|
+
/**
|
|
93762
|
+
* Specifies storage class settings for the table
|
|
93763
|
+
*/
|
|
93764
|
+
interface TableStorageClassConfigurationArgs {
|
|
93765
|
+
/**
|
|
93766
|
+
* The storage class for the table
|
|
93767
|
+
*/
|
|
93768
|
+
storageClass?: pulumi.Input<enums.s3tables.TableStorageClassConfigurationStorageClass>;
|
|
93769
|
+
}
|
|
93595
93770
|
}
|
|
93596
93771
|
export declare namespace s3vectors {
|
|
93597
93772
|
/**
|
|
@@ -99715,6 +99890,11 @@ export declare namespace securityhub {
|
|
|
99715
99890
|
*/
|
|
99716
99891
|
serviceEnabled?: pulumi.Input<boolean>;
|
|
99717
99892
|
}
|
|
99893
|
+
/**
|
|
99894
|
+
* The provider configuration of the connector
|
|
99895
|
+
*/
|
|
99896
|
+
interface ConnectorV2ProviderArgs {
|
|
99897
|
+
}
|
|
99718
99898
|
/**
|
|
99719
99899
|
* A collection of filters that are applied to all active findings aggregated by AWS Security Hub.
|
|
99720
99900
|
*/
|
|
@@ -107318,6 +107498,126 @@ export declare namespace wisdom {
|
|
|
107318
107498
|
* The action of guardrail PII entity configuration.
|
|
107319
107499
|
*/
|
|
107320
107500
|
action: pulumi.Input<enums.wisdom.AiGuardrailGuardrailSensitiveInformationAction>;
|
|
107501
|
+
/**
|
|
107502
|
+
* Configure AI Guardrail type when the PII entity is detected.
|
|
107503
|
+
*
|
|
107504
|
+
* The following PIIs are used to block or mask sensitive information:
|
|
107505
|
+
*
|
|
107506
|
+
* - *General*
|
|
107507
|
+
*
|
|
107508
|
+
* - *ADDRESS*
|
|
107509
|
+
*
|
|
107510
|
+
* A physical address, such as "100 Main Street, Anytown, USA" or "Suite #12, Building 123". An address can include information such as the street, building, location, city, state, country, county, zip code, precinct, and neighborhood.
|
|
107511
|
+
* - *AGE*
|
|
107512
|
+
*
|
|
107513
|
+
* An individual's age, including the quantity and unit of time. For example, in the phrase "I am 40 years old," Guarrails recognizes "40 years" as an age.
|
|
107514
|
+
* - *NAME*
|
|
107515
|
+
*
|
|
107516
|
+
* An individual's name. This entity type does not include titles, such as Dr., Mr., Mrs., or Miss. AI Guardrail doesn't apply this entity type to names that are part of organizations or addresses. For example, AI Guardrail recognizes the "John Doe Organization" as an organization, and it recognizes "Jane Doe Street" as an address.
|
|
107517
|
+
* - *EMAIL*
|
|
107518
|
+
*
|
|
107519
|
+
* An email address, such as *marymajor@email.com* .
|
|
107520
|
+
* - *PHONE*
|
|
107521
|
+
*
|
|
107522
|
+
* A phone number. This entity type also includes fax and pager numbers.
|
|
107523
|
+
* - *USERNAME*
|
|
107524
|
+
*
|
|
107525
|
+
* A user name that identifies an account, such as a login name, screen name, nick name, or handle.
|
|
107526
|
+
* - *PASSWORD*
|
|
107527
|
+
*
|
|
107528
|
+
* An alphanumeric string that is used as a password, such as "* *very20special#pass** ".
|
|
107529
|
+
* - *DRIVER_ID*
|
|
107530
|
+
*
|
|
107531
|
+
* The number assigned to a driver's license, which is an official document permitting an individual to operate one or more motorized vehicles on a public road. A driver's license number consists of alphanumeric characters.
|
|
107532
|
+
* - *LICENSE_PLATE*
|
|
107533
|
+
*
|
|
107534
|
+
* A license plate for a vehicle is issued by the state or country where the vehicle is registered. The format for passenger vehicles is typically five to eight digits, consisting of upper-case letters and numbers. The format varies depending on the location of the issuing state or country.
|
|
107535
|
+
* - *VEHICLE_IDENTIFICATION_NUMBER*
|
|
107536
|
+
*
|
|
107537
|
+
* A Vehicle Identification Number (VIN) uniquely identifies a vehicle. VIN content and format are defined in the *ISO 3779* specification. Each country has specific codes and formats for VINs.
|
|
107538
|
+
* - *Finance*
|
|
107539
|
+
*
|
|
107540
|
+
* - *CREDIT_DEBIT_CARD_CVV*
|
|
107541
|
+
*
|
|
107542
|
+
* A three-digit card verification code (CVV) that is present on VISA, MasterCard, and Discover credit and debit cards. For American Express credit or debit cards, the CVV is a four-digit numeric code.
|
|
107543
|
+
* - *CREDIT_DEBIT_CARD_EXPIRY*
|
|
107544
|
+
*
|
|
107545
|
+
* The expiration date for a credit or debit card. This number is usually four digits long and is often formatted as *month/year* or *MM/YY* . AI Guardrail recognizes expiration dates such as *01/21* , *01/2021* , and *Jan 2021* .
|
|
107546
|
+
* - *CREDIT_DEBIT_CARD_NUMBER*
|
|
107547
|
+
*
|
|
107548
|
+
* The number for a credit or debit card. These numbers can vary from 13 to 16 digits in length. However, Amazon Comprehend also recognizes credit or debit card numbers when only the last four digits are present.
|
|
107549
|
+
* - *PIN*
|
|
107550
|
+
*
|
|
107551
|
+
* A four-digit personal identification number (PIN) with which you can access your bank account.
|
|
107552
|
+
* - *INTERNATIONAL_BANK_ACCOUNT_NUMBER*
|
|
107553
|
+
*
|
|
107554
|
+
* An International Bank Account Number has specific formats in each country. For more information, see [www.iban.com/structure](https://docs.aws.amazon.com/https://www.iban.com/structure) .
|
|
107555
|
+
* - *SWIFT_CODE*
|
|
107556
|
+
*
|
|
107557
|
+
* A SWIFT code is a standard format of Bank Identifier Code (BIC) used to specify a particular bank or branch. Banks use these codes for money transfers such as international wire transfers.
|
|
107558
|
+
*
|
|
107559
|
+
* SWIFT codes consist of eight or 11 characters. The 11-digit codes refer to specific branches, while eight-digit codes (or 11-digit codes ending in 'XXX') refer to the head or primary office.
|
|
107560
|
+
* - *IT*
|
|
107561
|
+
*
|
|
107562
|
+
* - *IP_ADDRESS*
|
|
107563
|
+
*
|
|
107564
|
+
* An IPv4 address, such as *198.51.100.0* .
|
|
107565
|
+
* - *MAC_ADDRESS*
|
|
107566
|
+
*
|
|
107567
|
+
* A *media access control* (MAC) address is a unique identifier assigned to a network interface controller (NIC).
|
|
107568
|
+
* - *URL*
|
|
107569
|
+
*
|
|
107570
|
+
* A web address, such as *www.example.com* .
|
|
107571
|
+
* - *AWS_ACCESS_KEY*
|
|
107572
|
+
*
|
|
107573
|
+
* A unique identifier that's associated with a secret access key; you use the access key ID and secret access key to sign programmatic AWS requests cryptographically.
|
|
107574
|
+
* - *AWS_SECRET_KEY*
|
|
107575
|
+
*
|
|
107576
|
+
* A unique identifier that's associated with an access key. You use the access key ID and secret access key to sign programmatic AWS requests cryptographically.
|
|
107577
|
+
* - *USA specific*
|
|
107578
|
+
*
|
|
107579
|
+
* - *US_BANK_ACCOUNT_NUMBER*
|
|
107580
|
+
*
|
|
107581
|
+
* A US bank account number, which is typically 10 to 12 digits long.
|
|
107582
|
+
* - *US_BANK_ROUTING_NUMBER*
|
|
107583
|
+
*
|
|
107584
|
+
* A US bank account routing number. These are typically nine digits long,
|
|
107585
|
+
* - *US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER*
|
|
107586
|
+
*
|
|
107587
|
+
* A US Individual Taxpayer Identification Number (ITIN) is a nine-digit number that starts with a "9" and contain a "7" or "8" as the fourth digit. An ITIN can be formatted with a space or a dash after the third and forth digits.
|
|
107588
|
+
* - *US_PASSPORT_NUMBER*
|
|
107589
|
+
*
|
|
107590
|
+
* A US passport number. Passport numbers range from six to nine alphanumeric characters.
|
|
107591
|
+
* - *US_SOCIAL_SECURITY_NUMBER*
|
|
107592
|
+
*
|
|
107593
|
+
* A US Social Security Number (SSN) is a nine-digit number that is issued to US citizens, permanent residents, and temporary working residents.
|
|
107594
|
+
* - *Canada specific*
|
|
107595
|
+
*
|
|
107596
|
+
* - *CA_HEALTH_NUMBER*
|
|
107597
|
+
*
|
|
107598
|
+
* A Canadian Health Service Number is a 10-digit unique identifier, required for individuals to access healthcare benefits.
|
|
107599
|
+
* - *CA_SOCIAL_INSURANCE_NUMBER*
|
|
107600
|
+
*
|
|
107601
|
+
* A Canadian Social Insurance Number (SIN) is a nine-digit unique identifier, required for individuals to access government programs and benefits.
|
|
107602
|
+
*
|
|
107603
|
+
* The SIN is formatted as three groups of three digits, such as *123-456-789* . A SIN can be validated through a simple check-digit process called the [Luhn algorithm](https://docs.aws.amazon.com/https://www.wikipedia.org/wiki/Luhn_algorithm) .
|
|
107604
|
+
* - *UK Specific*
|
|
107605
|
+
*
|
|
107606
|
+
* - *UK_NATIONAL_HEALTH_SERVICE_NUMBER*
|
|
107607
|
+
*
|
|
107608
|
+
* A UK National Health Service Number is a 10-17 digit number, such as *485 555 3456* . The current system formats the 10-digit number with spaces after the third and sixth digits. The final digit is an error-detecting checksum.
|
|
107609
|
+
* - *UK_NATIONAL_INSURANCE_NUMBER*
|
|
107610
|
+
*
|
|
107611
|
+
* A UK National Insurance Number (NINO) provides individuals with access to National Insurance (social security) benefits. It is also used for some purposes in the UK tax system.
|
|
107612
|
+
*
|
|
107613
|
+
* The number is nine digits long and starts with two letters, followed by six numbers and one letter. A NINO can be formatted with a space or a dash after the two letters and after the second, forth, and sixth digits.
|
|
107614
|
+
* - *UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER*
|
|
107615
|
+
*
|
|
107616
|
+
* A UK Unique Taxpayer Reference (UTR) is a 10-digit number that identifies a taxpayer or a business.
|
|
107617
|
+
* - *Custom*
|
|
107618
|
+
*
|
|
107619
|
+
* - *Regex filter* - You can use a regular expressions to define patterns for an AI Guardrail to recognize and act upon such as serial number, booking ID etc..
|
|
107620
|
+
*/
|
|
107321
107621
|
type: pulumi.Input<enums.wisdom.AiGuardrailGuardrailPiiEntityType>;
|
|
107322
107622
|
}
|
|
107323
107623
|
/**
|