@pulumi/aws-native 1.32.0-alpha.1754458776 → 1.32.0-alpha.1754576057
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/appconfig/deployment.d.ts +5 -0
- package/appconfig/deployment.js +2 -0
- package/appconfig/deployment.js.map +1 -1
- package/appconfig/getDeployment.d.ts +5 -0
- package/appconfig/getDeployment.js.map +1 -1
- package/arcregionswitch/getPlan.d.ts +71 -0
- package/arcregionswitch/getPlan.js +28 -0
- package/arcregionswitch/getPlan.js.map +1 -0
- package/arcregionswitch/index.d.ts +7 -0
- package/arcregionswitch/index.js +41 -0
- package/arcregionswitch/index.js.map +1 -0
- package/arcregionswitch/plan.d.ts +144 -0
- package/arcregionswitch/plan.js +98 -0
- package/arcregionswitch/plan.js.map +1 -0
- package/batch/getJobQueue.d.ts +4 -0
- package/batch/getJobQueue.js.map +1 -1
- package/batch/getServiceEnvironment.d.ts +15 -0
- package/batch/getServiceEnvironment.js.map +1 -1
- package/batch/jobQueue.d.ts +18 -2
- package/batch/jobQueue.js +5 -4
- package/batch/jobQueue.js.map +1 -1
- package/batch/serviceEnvironment.d.ts +27 -0
- package/batch/serviceEnvironment.js.map +1 -1
- package/cloudwatch/alarm.d.ts +4 -4
- package/cloudwatch/getAlarm.d.ts +2 -2
- package/ec2/natGateway.d.ts +3 -3
- package/ec2/natGateway.js +0 -3
- package/ec2/natGateway.js.map +1 -1
- package/ecr/getRepository.d.ts +4 -0
- package/ecr/getRepository.js.map +1 -1
- package/ecr/getRepositoryCreationTemplate.d.ts +4 -0
- package/ecr/getRepositoryCreationTemplate.js.map +1 -1
- package/ecr/repository.d.ts +8 -0
- package/ecr/repository.js +2 -0
- package/ecr/repository.js.map +1 -1
- package/ecr/repositoryCreationTemplate.d.ts +8 -0
- package/ecr/repositoryCreationTemplate.js +2 -0
- package/ecr/repositoryCreationTemplate.js.map +1 -1
- package/ecs/getService.d.ts +2 -2
- package/ecs/service.d.ts +4 -4
- package/eks/cluster.d.ts +8 -0
- package/eks/cluster.js +2 -0
- package/eks/cluster.js.map +1 -1
- package/eks/getCluster.d.ts +4 -0
- package/eks/getCluster.js.map +1 -1
- package/elasticloadbalancingv2/getListener.d.ts +3 -2
- package/elasticloadbalancingv2/getListener.js.map +1 -1
- package/elasticloadbalancingv2/getLoadBalancer.d.ts +1 -1
- package/elasticloadbalancingv2/listener.d.ts +6 -4
- package/elasticloadbalancingv2/listener.js.map +1 -1
- package/elasticloadbalancingv2/loadBalancer.d.ts +2 -2
- package/entityresolution/getIdMappingWorkflow.d.ts +1 -1
- package/entityresolution/getMatchingWorkflow.d.ts +2 -2
- package/entityresolution/idMappingWorkflow.d.ts +2 -2
- package/entityresolution/matchingWorkflow.d.ts +4 -4
- package/evs/environment.d.ts +2 -2
- package/index.d.ts +2 -1
- package/index.js +8 -6
- package/index.js.map +1 -1
- package/iot/encryptionConfiguration.d.ts +44 -0
- package/iot/encryptionConfiguration.js +69 -0
- package/iot/encryptionConfiguration.js.map +1 -0
- package/iot/getEncryptionConfiguration.d.ts +25 -0
- package/iot/getEncryptionConfiguration.js +28 -0
- package/iot/getEncryptionConfiguration.js.map +1 -0
- package/iot/index.d.ts +6 -0
- package/iot/index.js +9 -2
- package/iot/index.js.map +1 -1
- package/iotsitewise/assetModel.d.ts +10 -2
- package/iotsitewise/assetModel.js +2 -0
- package/iotsitewise/assetModel.js.map +1 -1
- package/iotsitewise/getAssetModel.d.ts +4 -0
- package/iotsitewise/getAssetModel.js.map +1 -1
- package/logs/destination.d.ts +10 -0
- package/logs/destination.js +2 -0
- package/logs/destination.js.map +1 -1
- package/logs/getDestination.d.ts +5 -0
- package/logs/getDestination.js.map +1 -1
- package/logs/getLogGroup.d.ts +4 -0
- package/logs/getLogGroup.js.map +1 -1
- package/logs/logGroup.d.ts +8 -0
- package/logs/logGroup.js +2 -0
- package/logs/logGroup.js.map +1 -1
- package/mediapackagev2/getOriginEndpointPolicy.d.ts +3 -0
- package/mediapackagev2/getOriginEndpointPolicy.js.map +1 -1
- package/mediapackagev2/originEndpointPolicy.d.ts +6 -0
- package/mediapackagev2/originEndpointPolicy.js.map +1 -1
- package/networkfirewall/firewall.d.ts +30 -6
- package/networkfirewall/firewall.js +6 -6
- package/networkfirewall/firewall.js.map +1 -1
- package/networkfirewall/firewallPolicy.d.ts +2 -2
- package/networkfirewall/getFirewall.d.ts +16 -4
- package/networkfirewall/getFirewall.js.map +1 -1
- package/networkfirewall/getFirewallPolicy.d.ts +4 -4
- package/networkfirewall/getLoggingConfiguration.d.ts +3 -3
- package/networkfirewall/getRuleGroup.d.ts +11 -4
- package/networkfirewall/getRuleGroup.js.map +1 -1
- package/networkfirewall/getVpcEndpointAssociation.d.ts +3 -0
- package/networkfirewall/getVpcEndpointAssociation.js.map +1 -1
- package/networkfirewall/loggingConfiguration.d.ts +4 -4
- package/networkfirewall/ruleGroup.d.ts +16 -2
- package/networkfirewall/ruleGroup.js +2 -0
- package/networkfirewall/ruleGroup.js.map +1 -1
- package/networkfirewall/vpcEndpointAssociation.d.ts +3 -0
- package/networkfirewall/vpcEndpointAssociation.js.map +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/qbusiness/getWebExperience.d.ts +1 -1
- package/qbusiness/webExperience.d.ts +2 -2
- package/rds/dbCluster.d.ts +8 -0
- package/rds/dbCluster.js +3 -1
- package/rds/dbCluster.js.map +1 -1
- package/rds/dbInstance.d.ts +24 -0
- package/rds/dbInstance.js +10 -0
- package/rds/dbInstance.js.map +1 -1
- package/rds/getDbInstance.d.ts +20 -0
- package/rds/getDbInstance.js.map +1 -1
- package/s3/accessPoint.d.ts +8 -0
- package/s3/accessPoint.js +2 -0
- package/s3/accessPoint.js.map +1 -1
- package/s3/bucket.d.ts +2 -2
- package/s3/getAccessPoint.d.ts +4 -0
- package/s3/getAccessPoint.js.map +1 -1
- package/s3/getBucket.d.ts +1 -1
- package/s3express/accessPoint.d.ts +2 -0
- package/s3express/accessPoint.js +2 -0
- package/s3express/accessPoint.js.map +1 -1
- package/s3express/getAccessPoint.d.ts +1 -0
- package/s3express/getAccessPoint.js.map +1 -1
- package/sagemaker/cluster.d.ts +5 -3
- package/sagemaker/cluster.js +3 -4
- package/sagemaker/cluster.js.map +1 -1
- package/sagemaker/getCluster.d.ts +1 -0
- package/sagemaker/getCluster.js.map +1 -1
- package/sagemaker/getProcessingJob.d.ts +68 -0
- package/sagemaker/getProcessingJob.js +28 -0
- package/sagemaker/getProcessingJob.js.map +1 -0
- package/sagemaker/index.d.ts +6 -0
- package/sagemaker/index.js +8 -1
- package/sagemaker/index.js.map +1 -1
- package/sagemaker/processingJob.d.ts +168 -0
- package/sagemaker/processingJob.js +109 -0
- package/sagemaker/processingJob.js.map +1 -0
- package/ssm/getParameter.d.ts +7 -4
- package/ssm/getParameter.js +2 -2
- package/ssm/getParameter.js.map +1 -1
- package/ssm/parameter.d.ts +9 -5
- package/ssm/parameter.js +1 -1
- package/ssm/parameter.js.map +1 -1
- package/types/enums/appconfig/index.d.ts +13 -0
- package/types/enums/appconfig/index.js +10 -1
- package/types/enums/appconfig/index.js.map +1 -1
- package/types/enums/arcregionswitch/index.d.ts +47 -0
- package/types/enums/arcregionswitch/index.js +45 -0
- package/types/enums/arcregionswitch/index.js.map +1 -0
- package/types/enums/batch/index.d.ts +1 -0
- package/types/enums/batch/index.js +1 -0
- package/types/enums/batch/index.js.map +1 -1
- package/types/enums/ecr/index.d.ts +15 -0
- package/types/enums/ecr/index.js +11 -1
- package/types/enums/ecr/index.js.map +1 -1
- package/types/enums/ecs/index.d.ts +36 -5
- package/types/enums/ecs/index.js.map +1 -1
- package/types/enums/entityresolution/index.d.ts +8 -8
- package/types/enums/glue/index.d.ts +6 -0
- package/types/enums/glue/index.js +6 -0
- package/types/enums/glue/index.js.map +1 -1
- package/types/enums/index.d.ts +2 -1
- package/types/enums/index.js +6 -4
- package/types/enums/index.js.map +1 -1
- package/types/enums/iot/index.d.ts +10 -0
- package/types/enums/iot/index.js +9 -1
- package/types/enums/iot/index.js.map +1 -1
- package/types/enums/networkfirewall/index.d.ts +9 -3
- package/types/enums/networkfirewall/index.js +6 -1
- package/types/enums/networkfirewall/index.js.map +1 -1
- package/types/enums/pcs/index.d.ts +8 -0
- package/types/enums/pcs/index.js +5 -1
- package/types/enums/pcs/index.js.map +1 -1
- package/types/enums/rds/index.d.ts +1 -0
- package/types/enums/rds/index.js +1 -0
- package/types/enums/rds/index.js.map +1 -1
- package/types/enums/s3/index.d.ts +5 -4
- package/types/enums/s3/index.js.map +1 -1
- package/types/enums/sagemaker/index.d.ts +226 -0
- package/types/enums/sagemaker/index.js +176 -2
- package/types/enums/sagemaker/index.js.map +1 -1
- package/types/enums/ssm/index.d.ts +1 -0
- package/types/enums/ssm/index.js.map +1 -1
- package/types/enums/workspacesweb/index.d.ts +30 -0
- package/types/enums/workspacesweb/index.js +28 -1
- package/types/enums/workspacesweb/index.js.map +1 -1
- package/types/input.d.ts +933 -144
- package/types/output.d.ts +946 -144
- package/types/output.js.map +1 -1
- package/verifiedpermissions/getPolicyStore.d.ts +1 -1
- package/verifiedpermissions/policyStore.d.ts +2 -2
- package/workspacesweb/getPortal.d.ts +1 -0
- package/workspacesweb/getPortal.js.map +1 -1
- package/workspacesweb/getSessionLogger.d.ts +25 -0
- package/workspacesweb/getSessionLogger.js +28 -0
- package/workspacesweb/getSessionLogger.js.map +1 -0
- package/workspacesweb/index.d.ts +6 -0
- package/workspacesweb/index.js +8 -1
- package/workspacesweb/index.js.map +1 -1
- package/workspacesweb/portal.d.ts +2 -0
- package/workspacesweb/portal.js +2 -0
- package/workspacesweb/portal.js.map +1 -1
- package/workspacesweb/sessionLogger.d.ts +54 -0
- package/workspacesweb/sessionLogger.js +80 -0
- package/workspacesweb/sessionLogger.js.map +1 -0
package/types/input.d.ts
CHANGED
|
@@ -6364,6 +6364,237 @@ export declare namespace aps {
|
|
|
6364
6364
|
destinations: pulumi.Input<pulumi.Input<inputs.aps.WorkspaceLoggingDestinationArgs>[]>;
|
|
6365
6365
|
}
|
|
6366
6366
|
}
|
|
6367
|
+
export declare namespace arcregionswitch {
|
|
6368
|
+
interface PlanArcRoutingControlConfigurationArgs {
|
|
6369
|
+
crossAccountRole?: pulumi.Input<string>;
|
|
6370
|
+
externalId?: pulumi.Input<string>;
|
|
6371
|
+
regionAndRoutingControls: pulumi.Input<{
|
|
6372
|
+
[key: string]: any;
|
|
6373
|
+
}>;
|
|
6374
|
+
timeoutMinutes?: pulumi.Input<number>;
|
|
6375
|
+
}
|
|
6376
|
+
interface PlanAsgArgs {
|
|
6377
|
+
arn?: pulumi.Input<string>;
|
|
6378
|
+
crossAccountRole?: pulumi.Input<string>;
|
|
6379
|
+
externalId?: pulumi.Input<string>;
|
|
6380
|
+
}
|
|
6381
|
+
interface PlanAssociatedAlarmArgs {
|
|
6382
|
+
/**
|
|
6383
|
+
* The alarm type for an associated alarm. An associated CloudWatch alarm can be an application health alarm or a trigger alarm.
|
|
6384
|
+
*/
|
|
6385
|
+
alarmType: pulumi.Input<enums.arcregionswitch.PlanAlarmType>;
|
|
6386
|
+
/**
|
|
6387
|
+
* The cross account role for the configuration.
|
|
6388
|
+
*/
|
|
6389
|
+
crossAccountRole?: pulumi.Input<string>;
|
|
6390
|
+
/**
|
|
6391
|
+
* The external ID (secret key) for the configuration.
|
|
6392
|
+
*/
|
|
6393
|
+
externalId?: pulumi.Input<string>;
|
|
6394
|
+
/**
|
|
6395
|
+
* The resource identifier for alarms that you associate with a plan.
|
|
6396
|
+
*/
|
|
6397
|
+
resourceIdentifier: pulumi.Input<string>;
|
|
6398
|
+
}
|
|
6399
|
+
interface PlanCustomActionLambdaConfigurationArgs {
|
|
6400
|
+
lambdas: pulumi.Input<pulumi.Input<inputs.arcregionswitch.PlanLambdasArgs>[]>;
|
|
6401
|
+
regionToRun: pulumi.Input<enums.arcregionswitch.PlanRegionToRunIn>;
|
|
6402
|
+
retryIntervalMinutes: pulumi.Input<number>;
|
|
6403
|
+
timeoutMinutes?: pulumi.Input<number>;
|
|
6404
|
+
ungraceful?: pulumi.Input<inputs.arcregionswitch.PlanLambdaUngracefulArgs>;
|
|
6405
|
+
}
|
|
6406
|
+
interface PlanEc2AsgCapacityIncreaseConfigurationArgs {
|
|
6407
|
+
asgs: pulumi.Input<pulumi.Input<inputs.arcregionswitch.PlanAsgArgs>[]>;
|
|
6408
|
+
capacityMonitoringApproach?: any;
|
|
6409
|
+
targetPercent?: pulumi.Input<number>;
|
|
6410
|
+
timeoutMinutes?: pulumi.Input<number>;
|
|
6411
|
+
ungraceful?: pulumi.Input<inputs.arcregionswitch.PlanEc2UngracefulArgs>;
|
|
6412
|
+
}
|
|
6413
|
+
interface PlanEc2UngracefulArgs {
|
|
6414
|
+
minimumSuccessPercentage: pulumi.Input<number>;
|
|
6415
|
+
}
|
|
6416
|
+
interface PlanEcsCapacityIncreaseConfigurationArgs {
|
|
6417
|
+
capacityMonitoringApproach?: any;
|
|
6418
|
+
services: pulumi.Input<pulumi.Input<inputs.arcregionswitch.PlanServiceArgs>[]>;
|
|
6419
|
+
targetPercent?: pulumi.Input<number>;
|
|
6420
|
+
timeoutMinutes?: pulumi.Input<number>;
|
|
6421
|
+
ungraceful?: pulumi.Input<inputs.arcregionswitch.PlanEcsUngracefulArgs>;
|
|
6422
|
+
}
|
|
6423
|
+
interface PlanEcsUngracefulArgs {
|
|
6424
|
+
minimumSuccessPercentage: pulumi.Input<number>;
|
|
6425
|
+
}
|
|
6426
|
+
interface PlanEksClusterArgs {
|
|
6427
|
+
clusterArn: pulumi.Input<string>;
|
|
6428
|
+
crossAccountRole?: pulumi.Input<string>;
|
|
6429
|
+
externalId?: pulumi.Input<string>;
|
|
6430
|
+
}
|
|
6431
|
+
interface PlanEksResourceScalingConfigurationArgs {
|
|
6432
|
+
capacityMonitoringApproach?: any;
|
|
6433
|
+
eksClusters?: pulumi.Input<pulumi.Input<inputs.arcregionswitch.PlanEksClusterArgs>[]>;
|
|
6434
|
+
kubernetesResourceType: pulumi.Input<inputs.arcregionswitch.PlanKubernetesResourceTypeArgs>;
|
|
6435
|
+
scalingResources?: pulumi.Input<pulumi.Input<{
|
|
6436
|
+
[key: string]: any;
|
|
6437
|
+
}>[]>;
|
|
6438
|
+
targetPercent?: pulumi.Input<number>;
|
|
6439
|
+
timeoutMinutes?: pulumi.Input<number>;
|
|
6440
|
+
ungraceful?: pulumi.Input<inputs.arcregionswitch.PlanEksResourceScalingUngracefulArgs>;
|
|
6441
|
+
}
|
|
6442
|
+
interface PlanEksResourceScalingUngracefulArgs {
|
|
6443
|
+
minimumSuccessPercentage: pulumi.Input<number>;
|
|
6444
|
+
}
|
|
6445
|
+
interface PlanExecutionApprovalConfigurationArgs {
|
|
6446
|
+
approvalRole: pulumi.Input<string>;
|
|
6447
|
+
timeoutMinutes?: pulumi.Input<number>;
|
|
6448
|
+
}
|
|
6449
|
+
interface PlanExecutionBlockConfiguration0PropertiesArgs {
|
|
6450
|
+
customActionLambdaConfig: pulumi.Input<inputs.arcregionswitch.PlanCustomActionLambdaConfigurationArgs>;
|
|
6451
|
+
}
|
|
6452
|
+
interface PlanExecutionBlockConfiguration1PropertiesArgs {
|
|
6453
|
+
ec2AsgCapacityIncreaseConfig: pulumi.Input<inputs.arcregionswitch.PlanEc2AsgCapacityIncreaseConfigurationArgs>;
|
|
6454
|
+
}
|
|
6455
|
+
interface PlanExecutionBlockConfiguration2PropertiesArgs {
|
|
6456
|
+
executionApprovalConfig: pulumi.Input<inputs.arcregionswitch.PlanExecutionApprovalConfigurationArgs>;
|
|
6457
|
+
}
|
|
6458
|
+
interface PlanExecutionBlockConfiguration3PropertiesArgs {
|
|
6459
|
+
arcRoutingControlConfig: pulumi.Input<inputs.arcregionswitch.PlanArcRoutingControlConfigurationArgs>;
|
|
6460
|
+
}
|
|
6461
|
+
interface PlanExecutionBlockConfiguration4PropertiesArgs {
|
|
6462
|
+
globalAuroraConfig: pulumi.Input<inputs.arcregionswitch.PlanGlobalAuroraConfigurationArgs>;
|
|
6463
|
+
}
|
|
6464
|
+
interface PlanExecutionBlockConfiguration5PropertiesArgs {
|
|
6465
|
+
parallelConfig: pulumi.Input<inputs.arcregionswitch.PlanParallelExecutionBlockConfigurationArgs>;
|
|
6466
|
+
}
|
|
6467
|
+
interface PlanExecutionBlockConfiguration6PropertiesArgs {
|
|
6468
|
+
regionSwitchPlanConfig: pulumi.Input<inputs.arcregionswitch.PlanRegionSwitchPlanConfigurationArgs>;
|
|
6469
|
+
}
|
|
6470
|
+
interface PlanExecutionBlockConfiguration7PropertiesArgs {
|
|
6471
|
+
ecsCapacityIncreaseConfig: pulumi.Input<inputs.arcregionswitch.PlanEcsCapacityIncreaseConfigurationArgs>;
|
|
6472
|
+
}
|
|
6473
|
+
interface PlanExecutionBlockConfiguration8PropertiesArgs {
|
|
6474
|
+
eksResourceScalingConfig: pulumi.Input<inputs.arcregionswitch.PlanEksResourceScalingConfigurationArgs>;
|
|
6475
|
+
}
|
|
6476
|
+
interface PlanExecutionBlockConfiguration9PropertiesArgs {
|
|
6477
|
+
route53HealthCheckConfig: pulumi.Input<inputs.arcregionswitch.PlanRoute53HealthCheckConfigurationArgs>;
|
|
6478
|
+
}
|
|
6479
|
+
interface PlanGlobalAuroraConfigurationArgs {
|
|
6480
|
+
behavior: any;
|
|
6481
|
+
crossAccountRole?: pulumi.Input<string>;
|
|
6482
|
+
databaseClusterArns: pulumi.Input<pulumi.Input<string>[]>;
|
|
6483
|
+
externalId?: pulumi.Input<string>;
|
|
6484
|
+
globalClusterIdentifier: pulumi.Input<string>;
|
|
6485
|
+
timeoutMinutes?: pulumi.Input<number>;
|
|
6486
|
+
ungraceful?: pulumi.Input<inputs.arcregionswitch.PlanGlobalAuroraUngracefulArgs>;
|
|
6487
|
+
}
|
|
6488
|
+
interface PlanGlobalAuroraUngracefulArgs {
|
|
6489
|
+
ungraceful?: pulumi.Input<enums.arcregionswitch.PlanGlobalAuroraUngracefulBehavior>;
|
|
6490
|
+
}
|
|
6491
|
+
interface PlanKubernetesResourceTypeArgs {
|
|
6492
|
+
apiVersion: pulumi.Input<string>;
|
|
6493
|
+
kind: pulumi.Input<string>;
|
|
6494
|
+
}
|
|
6495
|
+
interface PlanLambdaUngracefulArgs {
|
|
6496
|
+
behavior?: any;
|
|
6497
|
+
}
|
|
6498
|
+
interface PlanLambdasArgs {
|
|
6499
|
+
arn?: pulumi.Input<string>;
|
|
6500
|
+
crossAccountRole?: pulumi.Input<string>;
|
|
6501
|
+
externalId?: pulumi.Input<string>;
|
|
6502
|
+
}
|
|
6503
|
+
interface PlanParallelExecutionBlockConfigurationArgs {
|
|
6504
|
+
steps: pulumi.Input<pulumi.Input<inputs.arcregionswitch.PlanStepArgs>[]>;
|
|
6505
|
+
}
|
|
6506
|
+
interface PlanRegionSwitchPlanConfigurationArgs {
|
|
6507
|
+
arn: pulumi.Input<string>;
|
|
6508
|
+
crossAccountRole?: pulumi.Input<string>;
|
|
6509
|
+
externalId?: pulumi.Input<string>;
|
|
6510
|
+
}
|
|
6511
|
+
interface PlanRoute53HealthCheckConfigurationArgs {
|
|
6512
|
+
crossAccountRole?: pulumi.Input<string>;
|
|
6513
|
+
externalId?: pulumi.Input<string>;
|
|
6514
|
+
hostedZoneId: pulumi.Input<string>;
|
|
6515
|
+
recordName: pulumi.Input<string>;
|
|
6516
|
+
recordSets?: pulumi.Input<pulumi.Input<inputs.arcregionswitch.PlanRoute53ResourceRecordSetArgs>[]>;
|
|
6517
|
+
timeoutMinutes?: pulumi.Input<number>;
|
|
6518
|
+
}
|
|
6519
|
+
interface PlanRoute53ResourceRecordSetArgs {
|
|
6520
|
+
recordSetIdentifier?: pulumi.Input<string>;
|
|
6521
|
+
region?: pulumi.Input<string>;
|
|
6522
|
+
}
|
|
6523
|
+
interface PlanServiceArgs {
|
|
6524
|
+
clusterArn?: pulumi.Input<string>;
|
|
6525
|
+
crossAccountRole?: pulumi.Input<string>;
|
|
6526
|
+
externalId?: pulumi.Input<string>;
|
|
6527
|
+
serviceArn?: pulumi.Input<string>;
|
|
6528
|
+
}
|
|
6529
|
+
interface PlanStepArgs {
|
|
6530
|
+
/**
|
|
6531
|
+
* The description of a step in a workflow.
|
|
6532
|
+
*/
|
|
6533
|
+
description?: pulumi.Input<string>;
|
|
6534
|
+
/**
|
|
6535
|
+
* The configuration for an execution block in a workflow.
|
|
6536
|
+
*/
|
|
6537
|
+
executionBlockConfiguration: pulumi.Input<inputs.arcregionswitch.PlanExecutionBlockConfiguration0PropertiesArgs | inputs.arcregionswitch.PlanExecutionBlockConfiguration1PropertiesArgs | inputs.arcregionswitch.PlanExecutionBlockConfiguration2PropertiesArgs | inputs.arcregionswitch.PlanExecutionBlockConfiguration3PropertiesArgs | inputs.arcregionswitch.PlanExecutionBlockConfiguration4PropertiesArgs | inputs.arcregionswitch.PlanExecutionBlockConfiguration5PropertiesArgs | inputs.arcregionswitch.PlanExecutionBlockConfiguration6PropertiesArgs | inputs.arcregionswitch.PlanExecutionBlockConfiguration7PropertiesArgs | inputs.arcregionswitch.PlanExecutionBlockConfiguration8PropertiesArgs | inputs.arcregionswitch.PlanExecutionBlockConfiguration9PropertiesArgs>;
|
|
6538
|
+
/**
|
|
6539
|
+
* The type of an execution block in a workflow.
|
|
6540
|
+
*/
|
|
6541
|
+
executionBlockType: pulumi.Input<enums.arcregionswitch.PlanExecutionBlockType>;
|
|
6542
|
+
/**
|
|
6543
|
+
* The name of a step in a workflow.
|
|
6544
|
+
*/
|
|
6545
|
+
name: pulumi.Input<string>;
|
|
6546
|
+
}
|
|
6547
|
+
interface PlanTriggerArgs {
|
|
6548
|
+
/**
|
|
6549
|
+
* The action to perform when the trigger fires. Valid values include ACTIVATE and DEACTIVATE.
|
|
6550
|
+
*/
|
|
6551
|
+
action: pulumi.Input<enums.arcregionswitch.PlanWorkflowTargetAction>;
|
|
6552
|
+
/**
|
|
6553
|
+
* The conditions that must be met for the trigger to fire.
|
|
6554
|
+
*/
|
|
6555
|
+
conditions: pulumi.Input<pulumi.Input<inputs.arcregionswitch.PlanTriggerConditionArgs>[]>;
|
|
6556
|
+
/**
|
|
6557
|
+
* The description for a trigger.
|
|
6558
|
+
*/
|
|
6559
|
+
description?: pulumi.Input<string>;
|
|
6560
|
+
/**
|
|
6561
|
+
* The minimum time, in minutes, that must elapse between automatic executions of the plan.
|
|
6562
|
+
*/
|
|
6563
|
+
minDelayMinutesBetweenExecutions: pulumi.Input<number>;
|
|
6564
|
+
/**
|
|
6565
|
+
* The AWS Region for a trigger.
|
|
6566
|
+
*/
|
|
6567
|
+
targetRegion: pulumi.Input<string>;
|
|
6568
|
+
}
|
|
6569
|
+
interface PlanTriggerConditionArgs {
|
|
6570
|
+
/**
|
|
6571
|
+
* The name of the CloudWatch alarm associated with the condition.
|
|
6572
|
+
*/
|
|
6573
|
+
associatedAlarmName: pulumi.Input<string>;
|
|
6574
|
+
/**
|
|
6575
|
+
* The condition that must be met. Valid values include ALARM and OK.
|
|
6576
|
+
*/
|
|
6577
|
+
condition: pulumi.Input<enums.arcregionswitch.PlanAlarmCondition>;
|
|
6578
|
+
}
|
|
6579
|
+
interface PlanWorkflowArgs {
|
|
6580
|
+
/**
|
|
6581
|
+
* The steps that make up the workflow.
|
|
6582
|
+
*/
|
|
6583
|
+
steps?: pulumi.Input<pulumi.Input<inputs.arcregionswitch.PlanStepArgs>[]>;
|
|
6584
|
+
/**
|
|
6585
|
+
* The description of the workflow.
|
|
6586
|
+
*/
|
|
6587
|
+
workflowDescription?: pulumi.Input<string>;
|
|
6588
|
+
/**
|
|
6589
|
+
* The action that the workflow performs. Valid values include ACTIVATE and DEACTIVATE.
|
|
6590
|
+
*/
|
|
6591
|
+
workflowTargetAction: pulumi.Input<enums.arcregionswitch.PlanWorkflowTargetAction>;
|
|
6592
|
+
/**
|
|
6593
|
+
* The AWS Region that the workflow targets.
|
|
6594
|
+
*/
|
|
6595
|
+
workflowTargetRegion?: pulumi.Input<string>;
|
|
6596
|
+
}
|
|
6597
|
+
}
|
|
6367
6598
|
export declare namespace arczonalshift {
|
|
6368
6599
|
interface ZonalAutoshiftConfigurationControlConditionArgs {
|
|
6369
6600
|
/**
|
|
@@ -6575,9 +6806,9 @@ export declare namespace athena {
|
|
|
6575
6806
|
*/
|
|
6576
6807
|
encryptionConfiguration?: pulumi.Input<inputs.athena.WorkGroupEncryptionConfigurationArgs>;
|
|
6577
6808
|
/**
|
|
6578
|
-
* The AWS account ID that you expect to be the owner of the Amazon S3 bucket specified by
|
|
6809
|
+
* The AWS account ID that you expect to be the owner of the Amazon S3 bucket specified by [](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-athena-workgroup-resultconfiguration.html#cfn-athena-workgroup-resultconfiguration-outputlocation) . If set, Athena uses the value for `ExpectedBucketOwner` when it makes Amazon S3 calls to your specified output location. If the `ExpectedBucketOwner` AWS account ID does not match the actual owner of the Amazon S3 bucket, the call fails with a permissions error.
|
|
6579
6810
|
*
|
|
6580
|
-
* If workgroup settings override client-side settings, then the query uses the `ExpectedBucketOwner` setting that is specified for the workgroup, and also uses the location for storing query results specified in the workgroup. See
|
|
6811
|
+
* If workgroup settings override client-side settings, then the query uses the `ExpectedBucketOwner` setting that is specified for the workgroup, and also uses the location for storing query results specified in the workgroup. See [](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-enforceworkgroupconfiguration) and [Workgroup Settings Override Client-Side Settings](https://docs.aws.amazon.com/athena/latest/ug/workgroups-settings-override.html) .
|
|
6581
6812
|
*/
|
|
6582
6813
|
expectedBucketOwner?: pulumi.Input<string>;
|
|
6583
6814
|
/**
|
|
@@ -6593,7 +6824,7 @@ export declare namespace athena {
|
|
|
6593
6824
|
*/
|
|
6594
6825
|
removeEncryptionConfiguration?: pulumi.Input<boolean>;
|
|
6595
6826
|
/**
|
|
6596
|
-
* If set to "true", removes the AWS account ID previously specified for
|
|
6827
|
+
* If set to "true", removes the AWS account ID previously specified for [](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-athena-workgroup-resultconfiguration.html#cfn-athena-workgroup-resultconfiguration-expectedbucketowner) . If set to "false" or not set, and a value is present in the `ExpectedBucketOwner` in `ResultConfigurationUpdates` (the client-side setting), the `ExpectedBucketOwner` in the workgroup's `ResultConfiguration` is updated with the new value. For more information, see [Workgroup Settings Override Client-Side Settings](https://docs.aws.amazon.com/athena/latest/ug/workgroups-settings-override.html) .
|
|
6597
6828
|
*/
|
|
6598
6829
|
removeExpectedBucketOwner?: pulumi.Input<boolean>;
|
|
6599
6830
|
/**
|
|
@@ -9888,6 +10119,16 @@ export declare namespace batch {
|
|
|
9888
10119
|
*/
|
|
9889
10120
|
state: pulumi.Input<enums.batch.JobQueueJobStateTimeLimitActionState>;
|
|
9890
10121
|
}
|
|
10122
|
+
interface JobQueueServiceEnvironmentOrderArgs {
|
|
10123
|
+
/**
|
|
10124
|
+
* The order of the service environment. Job queues with a higher priority are evaluated first when associated with the same service environment.
|
|
10125
|
+
*/
|
|
10126
|
+
order: pulumi.Input<number>;
|
|
10127
|
+
/**
|
|
10128
|
+
* The name or ARN of the service environment.
|
|
10129
|
+
*/
|
|
10130
|
+
serviceEnvironment: pulumi.Input<string>;
|
|
10131
|
+
}
|
|
9891
10132
|
/**
|
|
9892
10133
|
* Fair Share Policy for the Job Queue.
|
|
9893
10134
|
*/
|
|
@@ -15175,6 +15416,13 @@ export declare namespace cloudfront {
|
|
|
15175
15416
|
* For more information, see [Using Origin Shield](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/origin-shield.html) in the *Amazon CloudFront Developer Guide*.
|
|
15176
15417
|
*/
|
|
15177
15418
|
originShield?: pulumi.Input<inputs.cloudfront.DistributionOriginShieldArgs>;
|
|
15419
|
+
/**
|
|
15420
|
+
* The time (in seconds) that a request from CloudFront to the origin can stay open and wait for a response. If the complete response isn't received from the origin by this time, CloudFront ends the connection.
|
|
15421
|
+
*
|
|
15422
|
+
* The value for `ResponseCompletionTimeout` must be equal to or greater than the value for `OriginReadTimeout` . If you don't set a value for `ResponseCompletionTimeout` , CloudFront doesn't enforce a maximum value.
|
|
15423
|
+
*
|
|
15424
|
+
* For more information, see [Response completion timeout](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#response-completion-timeout) in the *Amazon CloudFront Developer Guide* .
|
|
15425
|
+
*/
|
|
15178
15426
|
responseCompletionTimeout?: pulumi.Input<number>;
|
|
15179
15427
|
/**
|
|
15180
15428
|
* Use this type to specify an origin that is an Amazon S3 bucket that is not configured with static website hosting. To specify any other type of origin, including an Amazon S3 bucket that is configured with static website hosting, use the ``CustomOriginConfig`` type instead.
|
|
@@ -15329,6 +15577,11 @@ export declare namespace cloudfront {
|
|
|
15329
15577
|
* For more information about the origin access identity, see [Serving Private Content through CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html) in the *Amazon CloudFront Developer Guide*.
|
|
15330
15578
|
*/
|
|
15331
15579
|
originAccessIdentity?: pulumi.Input<string>;
|
|
15580
|
+
/**
|
|
15581
|
+
* Specifies how long, in seconds, CloudFront waits for a response from the origin. This is also known as the *origin response timeout* . The minimum timeout is 1 second, the maximum is 120 seconds, and the default (if you don't specify otherwise) is 30 seconds.
|
|
15582
|
+
*
|
|
15583
|
+
* For more information, see [Response timeout](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginResponseTimeout) in the *Amazon CloudFront Developer Guide* .
|
|
15584
|
+
*/
|
|
15332
15585
|
originReadTimeout?: pulumi.Input<number>;
|
|
15333
15586
|
}
|
|
15334
15587
|
/**
|
|
@@ -16335,7 +16588,7 @@ export declare namespace cloudtrail {
|
|
|
16335
16588
|
}
|
|
16336
16589
|
export declare namespace cloudwatch {
|
|
16337
16590
|
/**
|
|
16338
|
-
* Dimension is an embedded property of the ``AWS::CloudWatch::Alarm`` type. Dimensions are name/value pairs that can be associated with a CW metric. You can specify a maximum of
|
|
16591
|
+
* Dimension is an embedded property of the ``AWS::CloudWatch::Alarm`` type. Dimensions are name/value pairs that can be associated with a CW metric. You can specify a maximum of 30 dimensions for a given metric.
|
|
16339
16592
|
*/
|
|
16340
16593
|
interface AlarmDimensionArgs {
|
|
16341
16594
|
/**
|
|
@@ -16392,7 +16645,7 @@ export declare namespace cloudwatch {
|
|
|
16392
16645
|
*/
|
|
16393
16646
|
metricStat?: pulumi.Input<inputs.cloudwatch.AlarmMetricStatArgs>;
|
|
16394
16647
|
/**
|
|
16395
|
-
* The granularity, in seconds, of the returned data points. For metrics with regular resolution, a period can be as short as one minute (60 seconds) and must be a multiple of 60. For high-resolution metrics that are collected at intervals of less than one minute, the period can be 1, 5, 10, 30, 60, or any multiple of 60. High-resolution metrics are those metrics stored by a ``PutMetricData`` operation that includes a ``StorageResolution of 1 second``.
|
|
16648
|
+
* The granularity, in seconds, of the returned data points. For metrics with regular resolution, a period can be as short as one minute (60 seconds) and must be a multiple of 60. For high-resolution metrics that are collected at intervals of less than one minute, the period can be 1, 5, 10, 20, 30, 60, or any multiple of 60. High-resolution metrics are those metrics stored by a ``PutMetricData`` operation that includes a ``StorageResolution of 1 second``.
|
|
16396
16649
|
*/
|
|
16397
16650
|
period?: pulumi.Input<number>;
|
|
16398
16651
|
/**
|
|
@@ -16404,7 +16657,7 @@ export declare namespace cloudwatch {
|
|
|
16404
16657
|
}
|
|
16405
16658
|
/**
|
|
16406
16659
|
* This structure defines the metric to be returned, along with the statistics, period, and units.
|
|
16407
|
-
*
|
|
16660
|
+
* ``MetricStat`` is a property of the [MetricDataQuery](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-alarm-metricdataquery.html) property type.
|
|
16408
16661
|
*/
|
|
16409
16662
|
interface AlarmMetricStatArgs {
|
|
16410
16663
|
/**
|
|
@@ -16412,7 +16665,7 @@ export declare namespace cloudwatch {
|
|
|
16412
16665
|
*/
|
|
16413
16666
|
metric: pulumi.Input<inputs.cloudwatch.AlarmMetricArgs>;
|
|
16414
16667
|
/**
|
|
16415
|
-
* The granularity, in seconds, of the returned data points. For metrics with regular resolution, a period can be as short as one minute (60 seconds) and must be a multiple of 60. For high-resolution metrics that are collected at intervals of less than one minute, the period can be 1, 5, 10, 30, 60, or any multiple of 60. High-resolution metrics are those metrics stored by a ``PutMetricData`` call that includes a ``StorageResolution`` of 1 second.
|
|
16668
|
+
* The granularity, in seconds, of the returned data points. For metrics with regular resolution, a period can be as short as one minute (60 seconds) and must be a multiple of 60. For high-resolution metrics that are collected at intervals of less than one minute, the period can be 1, 5, 10, 20, 30, 60, or any multiple of 60. High-resolution metrics are those metrics stored by a ``PutMetricData`` call that includes a ``StorageResolution`` of 1 second.
|
|
16416
16669
|
* If the ``StartTime`` parameter specifies a time stamp that is greater than 3 hours ago, you must specify the period as follows or no data points in that time range is returned:
|
|
16417
16670
|
* + Start time between 3 hours and 15 days ago - Use a multiple of 60 seconds (1 minute).
|
|
16418
16671
|
* + Start time between 15 and 63 days ago - Use a multiple of 300 seconds (5 minutes).
|
|
@@ -22502,6 +22755,7 @@ export declare namespace deadline {
|
|
|
22502
22755
|
instanceCapabilities: pulumi.Input<inputs.deadline.FleetServiceManagedEc2InstanceCapabilitiesArgs>;
|
|
22503
22756
|
instanceMarketOptions: pulumi.Input<inputs.deadline.FleetServiceManagedEc2InstanceMarketOptionsArgs>;
|
|
22504
22757
|
storageProfileId?: pulumi.Input<string>;
|
|
22758
|
+
vpcConfiguration?: pulumi.Input<inputs.deadline.FleetVpcConfigurationArgs>;
|
|
22505
22759
|
}
|
|
22506
22760
|
interface FleetServiceManagedEc2InstanceCapabilitiesArgs {
|
|
22507
22761
|
acceleratorCapabilities?: pulumi.Input<inputs.deadline.FleetAcceleratorCapabilitiesArgs>;
|
|
@@ -22522,6 +22776,9 @@ export declare namespace deadline {
|
|
|
22522
22776
|
max?: pulumi.Input<number>;
|
|
22523
22777
|
min: pulumi.Input<number>;
|
|
22524
22778
|
}
|
|
22779
|
+
interface FleetVpcConfigurationArgs {
|
|
22780
|
+
resourceConfigurationArns?: pulumi.Input<pulumi.Input<string>[]>;
|
|
22781
|
+
}
|
|
22525
22782
|
interface QueueJobAttachmentSettingsArgs {
|
|
22526
22783
|
/**
|
|
22527
22784
|
* The root prefix.
|
|
@@ -24666,17 +24923,17 @@ export declare namespace ec2 {
|
|
|
24666
24923
|
}
|
|
24667
24924
|
interface InstanceElasticGpuSpecificationArgs {
|
|
24668
24925
|
/**
|
|
24669
|
-
* The type of Elastic Graphics accelerator.
|
|
24926
|
+
* The type of Elastic Graphics accelerator. Amazon Elastic Graphics is no longer available.
|
|
24670
24927
|
*/
|
|
24671
24928
|
type: pulumi.Input<string>;
|
|
24672
24929
|
}
|
|
24673
24930
|
interface InstanceElasticInferenceAcceleratorArgs {
|
|
24674
24931
|
/**
|
|
24675
|
-
* The number of elastic inference accelerators to attach to the instance.
|
|
24932
|
+
* The number of elastic inference accelerators to attach to the instance. Amazon Elastic Inference is no longer available.
|
|
24676
24933
|
*/
|
|
24677
24934
|
count?: pulumi.Input<number>;
|
|
24678
24935
|
/**
|
|
24679
|
-
* The type of elastic inference accelerator.
|
|
24936
|
+
* The type of elastic inference accelerator. Amazon Elastic Inference is no longer available.
|
|
24680
24937
|
*/
|
|
24681
24938
|
type: pulumi.Input<string>;
|
|
24682
24939
|
}
|
|
@@ -25121,17 +25378,6 @@ export declare namespace ec2 {
|
|
|
25121
25378
|
* Indicates whether the instance is optimized for Amazon EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal Amazon EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS-optimized instance.
|
|
25122
25379
|
*/
|
|
25123
25380
|
ebsOptimized?: pulumi.Input<boolean>;
|
|
25124
|
-
/**
|
|
25125
|
-
* Deprecated.
|
|
25126
|
-
* Amazon Elastic Graphics reached end of life on January 8, 2024.
|
|
25127
|
-
*/
|
|
25128
|
-
elasticGpuSpecifications?: pulumi.Input<pulumi.Input<inputs.ec2.LaunchTemplateElasticGpuSpecificationArgs>[]>;
|
|
25129
|
-
/**
|
|
25130
|
-
* Amazon Elastic Inference is no longer available.
|
|
25131
|
-
* An elastic inference accelerator to associate with the instance. Elastic inference accelerators are a resource you can attach to your Amazon EC2 instances to accelerate your Deep Learning (DL) inference workloads.
|
|
25132
|
-
* You cannot specify accelerators from different generations in the same request.
|
|
25133
|
-
*/
|
|
25134
|
-
elasticInferenceAccelerators?: pulumi.Input<pulumi.Input<inputs.ec2.LaunchTemplateElasticInferenceAcceleratorArgs>[]>;
|
|
25135
25381
|
/**
|
|
25136
25382
|
* Indicates whether the instance is enabled for AWS Nitro Enclaves. For more information, see [What is Nitro Enclaves?](https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html) in the *Nitro Enclaves User Guide*.
|
|
25137
25383
|
* You can't enable AWS Nitro Enclaves and hibernation on the same instance.
|
|
@@ -25313,33 +25559,6 @@ export declare namespace ec2 {
|
|
|
25313
25559
|
*/
|
|
25314
25560
|
volumeType?: pulumi.Input<string>;
|
|
25315
25561
|
}
|
|
25316
|
-
/**
|
|
25317
|
-
* Amazon Elastic Graphics reached end of life on January 8, 2024.
|
|
25318
|
-
* Specifies a specification for an Elastic GPU for an Amazon EC2 launch template.
|
|
25319
|
-
* ``ElasticGpuSpecification`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
|
|
25320
|
-
*/
|
|
25321
|
-
interface LaunchTemplateElasticGpuSpecificationArgs {
|
|
25322
|
-
/**
|
|
25323
|
-
* The type of Elastic Graphics accelerator.
|
|
25324
|
-
*/
|
|
25325
|
-
type?: pulumi.Input<string>;
|
|
25326
|
-
}
|
|
25327
|
-
/**
|
|
25328
|
-
* Amazon Elastic Inference is no longer available.
|
|
25329
|
-
* Specifies an elastic inference accelerator.
|
|
25330
|
-
* ``LaunchTemplateElasticInferenceAccelerator`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
|
|
25331
|
-
*/
|
|
25332
|
-
interface LaunchTemplateElasticInferenceAcceleratorArgs {
|
|
25333
|
-
/**
|
|
25334
|
-
* The number of elastic inference accelerators to attach to the instance.
|
|
25335
|
-
* Default: 1
|
|
25336
|
-
*/
|
|
25337
|
-
count?: pulumi.Input<number>;
|
|
25338
|
-
/**
|
|
25339
|
-
* The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, and eia1.xlarge.
|
|
25340
|
-
*/
|
|
25341
|
-
type?: pulumi.Input<string>;
|
|
25342
|
-
}
|
|
25343
25562
|
/**
|
|
25344
25563
|
* 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.
|
|
25345
25564
|
* 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.
|
|
@@ -25778,6 +25997,7 @@ export declare namespace ec2 {
|
|
|
25778
25997
|
* If you create a launch template that includes secondary network interfaces but no primary network interface, and you specify it using the ``LaunchTemplate`` property of ``AWS::EC2::Instance``, then you must include a primary network interface using the ``NetworkInterfaces`` property of ``AWS::EC2::Instance``.
|
|
25779
25998
|
*/
|
|
25780
25999
|
deviceIndex?: pulumi.Input<number>;
|
|
26000
|
+
enaQueueCount?: pulumi.Input<number>;
|
|
25781
26001
|
/**
|
|
25782
26002
|
* The ENA Express configuration for the network interface.
|
|
25783
26003
|
*/
|
|
@@ -27957,6 +28177,13 @@ export declare namespace ecr {
|
|
|
27957
28177
|
*/
|
|
27958
28178
|
kmsKey?: pulumi.Input<string>;
|
|
27959
28179
|
}
|
|
28180
|
+
/**
|
|
28181
|
+
* Overrides the default image tag mutability setting of the repository for image tags that match the specified filters.
|
|
28182
|
+
*/
|
|
28183
|
+
interface RepositoryCreationTemplateImageTagMutabilityExclusionFilterArgs {
|
|
28184
|
+
imageTagMutabilityExclusionFilterType: pulumi.Input<enums.ecr.RepositoryCreationTemplateImageTagMutabilityExclusionFilterImageTagMutabilityExclusionFilterType>;
|
|
28185
|
+
imageTagMutabilityExclusionFilterValue: pulumi.Input<string>;
|
|
28186
|
+
}
|
|
27960
28187
|
/**
|
|
27961
28188
|
* The metadata to apply to a resource to help you categorize and organize them. Each tag consists of a key and a value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
|
|
27962
28189
|
*/
|
|
@@ -28002,6 +28229,10 @@ export declare namespace ecr {
|
|
|
28002
28229
|
*/
|
|
28003
28230
|
scanOnPush?: pulumi.Input<boolean>;
|
|
28004
28231
|
}
|
|
28232
|
+
interface RepositoryImageTagMutabilityExclusionFilterArgs {
|
|
28233
|
+
imageTagMutabilityExclusionFilterType: pulumi.Input<enums.ecr.RepositoryImageTagMutabilityExclusionFilterType>;
|
|
28234
|
+
imageTagMutabilityExclusionFilterValue: pulumi.Input<string>;
|
|
28235
|
+
}
|
|
28005
28236
|
/**
|
|
28006
28237
|
* The ``LifecyclePolicy`` property type specifies a lifecycle policy. For information about lifecycle policy syntax, see [Lifecycle policy template](https://docs.aws.amazon.com/AmazonECR/latest/userguide/LifecyclePolicies.html) in the *Amazon ECR User Guide*.
|
|
28007
28238
|
*/
|
|
@@ -28204,6 +28435,9 @@ export declare namespace ecs {
|
|
|
28204
28435
|
*/
|
|
28205
28436
|
value?: pulumi.Input<string>;
|
|
28206
28437
|
}
|
|
28438
|
+
/**
|
|
28439
|
+
* The advanced settings for a load balancer used in blue/green deployments. Specify the alternate target group, listener rules, and IAM role required for traffic shifting during blue/green deployments. For more information, see [Required resources for Amazon ECS blue/green deployments](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/blue-green-deployment-implementation.html) in the *Amazon Elastic Container Service Developer Guide*.
|
|
28440
|
+
*/
|
|
28207
28441
|
interface ServiceAdvancedConfigurationArgs {
|
|
28208
28442
|
/**
|
|
28209
28443
|
* The Amazon Resource Name (ARN) of the alternate target group for Amazon ECS blue/green deployments.
|
|
@@ -28355,6 +28589,10 @@ export declare namespace ecs {
|
|
|
28355
28589
|
*/
|
|
28356
28590
|
tls?: pulumi.Input<inputs.ecs.ServiceConnectTlsConfigurationArgs>;
|
|
28357
28591
|
}
|
|
28592
|
+
/**
|
|
28593
|
+
* The test traffic routing configuration for Amazon ECS blue/green deployments. This configuration allows you to define rules for routing specific traffic to the new service revision during the deployment process, allowing for safe testing before full production traffic shift.
|
|
28594
|
+
* For more information, see [Service Connect for Amazon ECS blue/green deployments](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-connect-blue-green.html) in the *Amazon Elastic Container Service Developer Guide*.
|
|
28595
|
+
*/
|
|
28358
28596
|
interface ServiceConnectTestTrafficRulesArgs {
|
|
28359
28597
|
/**
|
|
28360
28598
|
* The HTTP header-based routing rules that determine which requests should be routed to the new service version during blue/green deployment testing. These rules provide fine-grained control over test traffic routing based on request headers.
|
|
@@ -28397,7 +28635,7 @@ export declare namespace ecs {
|
|
|
28397
28635
|
/**
|
|
28398
28636
|
* One of the methods which provide a way for you to quickly identify when a deployment has failed, and then to optionally roll back the failure to the last working deployment.
|
|
28399
28637
|
* When the alarms are generated, Amazon ECS sets the service deployment to failed. Set the rollback parameter to have Amazon ECS to roll back your service to the last completed deployment after a failure.
|
|
28400
|
-
* You can only use the ``DeploymentAlarms`` method to detect failures when the ``DeploymentController`` is set to ``ECS
|
|
28638
|
+
* You can only use the ``DeploymentAlarms`` method to detect failures when the ``DeploymentController`` is set to ``ECS``.
|
|
28401
28639
|
* For more information, see [Rolling update](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-type-ecs.html) in the *Amazon Elastic Container Service Developer Guide*.
|
|
28402
28640
|
*/
|
|
28403
28641
|
interface ServiceDeploymentAlarmsArgs {
|
|
@@ -28439,12 +28677,10 @@ export declare namespace ecs {
|
|
|
28439
28677
|
alarms?: pulumi.Input<inputs.ecs.ServiceDeploymentAlarmsArgs>;
|
|
28440
28678
|
/**
|
|
28441
28679
|
* The duration when both blue and green service revisions are running simultaneously after the production traffic has shifted.
|
|
28442
|
-
*
|
|
28443
|
-
*
|
|
28444
|
-
*
|
|
28445
|
-
*
|
|
28446
|
-
* - When you use an external deployment controller ( `EXTERNAL` ), or the CodeDeploy blue/green deployment controller ( `CODE_DEPLOY` ), the value is set to 3 hours (180 minutes).
|
|
28447
|
-
* - For all other cases, the value is set to 36 hours (2160 minutes).
|
|
28680
|
+
* The following rules apply when you don't specify a value:
|
|
28681
|
+
* + For rolling deployments, the value is set to 3 hours (180 minutes).
|
|
28682
|
+
* + When you use an external deployment controller (``EXTERNAL``), or the ACD blue/green deployment controller (``CODE_DEPLOY``), the value is set to 3 hours (180 minutes).
|
|
28683
|
+
* + For all other cases, the value is set to 36 hours (2160 minutes).
|
|
28448
28684
|
*/
|
|
28449
28685
|
bakeTimeInMinutes?: pulumi.Input<number>;
|
|
28450
28686
|
/**
|
|
@@ -28485,9 +28721,8 @@ export declare namespace ecs {
|
|
|
28485
28721
|
minimumHealthyPercent?: pulumi.Input<number>;
|
|
28486
28722
|
/**
|
|
28487
28723
|
* The deployment strategy for the service. Choose from these valid values:
|
|
28488
|
-
*
|
|
28489
|
-
* -
|
|
28490
|
-
* - `BLUE_GREEN` - A blue/green deployment strategy ( `BLUE_GREEN` ) is a release methodology that reduces downtime and risk by running two identical production environments called blue and green. With Amazon ECS blue/green deployments, you can validate new service revisions before directing production traffic to them. This approach provides a safer way to deploy changes with the ability to quickly roll back if needed.
|
|
28724
|
+
* + ``ROLLING`` - When you create a service which uses the rolling update (``ROLLING``) deployment strategy, the Amazon ECS service scheduler replaces the currently running tasks with new tasks. The number of tasks that Amazon ECS adds or removes from the service during a rolling update is controlled by the service deployment configuration.
|
|
28725
|
+
* + ``BLUE_GREEN`` - A blue/green deployment strategy (``BLUE_GREEN``) is a release methodology that reduces downtime and risk by running two identical production environments called blue and green. With Amazon ECS blue/green deployments, you can validate new service revisions before directing production traffic to them. This approach provides a safer way to deploy changes with the ability to quickly roll back if needed.
|
|
28491
28726
|
*/
|
|
28492
28727
|
strategy?: pulumi.Input<enums.ecs.ServiceDeploymentConfigurationStrategy>;
|
|
28493
28728
|
}
|
|
@@ -28496,64 +28731,83 @@ export declare namespace ecs {
|
|
|
28496
28731
|
*/
|
|
28497
28732
|
interface ServiceDeploymentControllerArgs {
|
|
28498
28733
|
/**
|
|
28499
|
-
* The deployment controller type to use.
|
|
28500
|
-
*
|
|
28734
|
+
* The deployment controller type to use.
|
|
28735
|
+
* The deployment controller is the mechanism that determines how tasks are deployed for your service. The valid options are:
|
|
28736
|
+
* + ECS
|
|
28737
|
+
* When you create a service which uses the ``ECS`` deployment controller, you can choose between the following deployment strategies:
|
|
28738
|
+
* + ``ROLLING``: When you create a service which uses the *rolling update* (``ROLLING``) deployment strategy, the ECS service scheduler replaces the currently running tasks with new tasks. The number of tasks that ECS adds or removes from the service during a rolling update is controlled by the service deployment configuration.
|
|
28739
|
+
* Rolling update deployments are best suited for the following scenarios:
|
|
28740
|
+
* + Gradual service updates: You need to update your service incrementally without taking the entire service offline at once.
|
|
28741
|
+
* + Limited resource requirements: You want to avoid the additional resource costs of running two complete environments simultaneously (as required by blue/green deployments).
|
|
28742
|
+
* + Acceptable deployment time: Your application can tolerate a longer deployment process, as rolling updates replace tasks one by one.
|
|
28743
|
+
* + No need for instant roll back: Your service can tolerate a rollback process that takes minutes rather than seconds.
|
|
28744
|
+
* + Simple deployment process: You prefer a straightforward deployment approach without the complexity of managing multiple environments, target groups, and listeners.
|
|
28745
|
+
* + No load balancer requirement: Your service doesn't use or require a load balancer, ALB, NLB, or Service Connect (which are required for blue/green deployments).
|
|
28746
|
+
* + Stateful applications: Your application maintains state that makes it difficult to run two parallel environments.
|
|
28747
|
+
* + Cost sensitivity: You want to minimize deployment costs by not running duplicate environments during deployment.
|
|
28748
|
+
*
|
|
28749
|
+
* Rolling updates are the default deployment strategy for services and provide a balance between deployment safety and resource efficiency for many common application scenarios.
|
|
28750
|
+
* + ``BLUE_GREEN``: A *blue/green* deployment strategy (``BLUE_GREEN``) is a release methodology that reduces downtime and risk by running two identical production environments called blue and green. With ECS blue/green deployments, you can validate new service revisions before directing production traffic to them. This approach provides a safer way to deploy changes with the ability to quickly roll back if needed.
|
|
28751
|
+
* ECS blue/green deployments are best suited for the following scenarios:
|
|
28752
|
+
* + Service validation: When you need to validate new service revisions before directing production traffic to them
|
|
28753
|
+
* + Zero downtime: When your service requires zero-downtime deployments
|
|
28754
|
+
* + Instant roll back: When you need the ability to quickly roll back if issues are detected
|
|
28755
|
+
* + Load balancer requirement: When your service uses ALB, NLB, or Service Connect
|
|
28756
|
+
*
|
|
28757
|
+
*
|
|
28758
|
+
* + External
|
|
28759
|
+
* Use a third-party deployment controller.
|
|
28760
|
+
* + Blue/green deployment (powered by ACD)
|
|
28761
|
+
* ACD installs an updated version of the application as a new replacement task set and reroutes production traffic from the original application task set to the replacement task set. The original task set is terminated after a successful deployment. Use this deployment controller to verify a new deployment of a service before sending production traffic to it.
|
|
28762
|
+
*
|
|
28763
|
+
* When updating the deployment controller for a service, consider the following depending on the type of migration you're performing.
|
|
28764
|
+
* + If you have a template that contains the ``EXTERNAL`` deployment controller information as well as ``TaskSet`` and ``PrimaryTaskSet`` resources, and you remove the task set resources from the template when updating from ``EXTERNAL`` to ``ECS``, the ``DescribeTaskSet`` and ``DeleteTaskSet`` API calls will return a 400 error after the deployment controller is updated to ``ECS``. This results in a delete failure on the task set resources, even though the stack transitions to ``UPDATE_COMPLETE`` status. For more information, see [Resource removed from stack but not deleted](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html#troubleshooting-errors-resource-removed-not-deleted) in the CFNlong User Guide. To fix this issue, delete the task sets directly using the ECS``DeleteTaskSet`` API. For more information about how to delete a task set, see [DeleteTaskSet](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DeleteTaskSet.html) in the ECSlong API Reference.
|
|
28765
|
+
* + If you're migrating from ``CODE_DEPLOY`` to ``ECS`` with a new task definition and CFN performs a rollback operation, the ECS``UpdateService`` request fails with the following error:
|
|
28766
|
+
* Resource handler returned message: "Invalid request provided: Unable to update task definition on services with a CODE_DEPLOY deployment controller.
|
|
28767
|
+
* + After a successful migration from ``ECS`` to ``EXTERNAL`` deployment controller, you need to manually remove the ``ACTIVE`` task set, because ECS no longer manages the deployment. For information about how to delete a task set, see [DeleteTaskSet](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DeleteTaskSet.html) in the ECSlong API Reference.
|
|
28501
28768
|
*/
|
|
28502
28769
|
type?: pulumi.Input<enums.ecs.ServiceDeploymentControllerType>;
|
|
28503
28770
|
}
|
|
28771
|
+
/**
|
|
28772
|
+
* A deployment lifecycle hook runs custom logic at specific stages of the deployment process. Currently, you can use Lambda functions as hook targets.
|
|
28773
|
+
* For more information, see [Lifecycle hooks for Amazon ECS service deployments](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-lifecycle-hooks.html) in the *Amazon Elastic Container Service Developer Guide*.
|
|
28774
|
+
*/
|
|
28504
28775
|
interface ServiceDeploymentLifecycleHookArgs {
|
|
28505
28776
|
/**
|
|
28506
28777
|
* The Amazon Resource Name (ARN) of the hook target. Currently, only Lambda function ARNs are supported.
|
|
28507
|
-
*
|
|
28508
|
-
* You must provide this parameter when configuring a deployment lifecycle hook.
|
|
28778
|
+
* You must provide this parameter when configuring a deployment lifecycle hook.
|
|
28509
28779
|
*/
|
|
28510
28780
|
hookTargetArn: pulumi.Input<string>;
|
|
28511
28781
|
/**
|
|
28512
28782
|
* The lifecycle stages at which to run the hook. Choose from these valid values:
|
|
28513
|
-
*
|
|
28514
|
-
*
|
|
28515
|
-
*
|
|
28516
|
-
*
|
|
28517
|
-
*
|
|
28518
|
-
*
|
|
28519
|
-
*
|
|
28520
|
-
*
|
|
28521
|
-
*
|
|
28522
|
-
*
|
|
28523
|
-
*
|
|
28524
|
-
*
|
|
28525
|
-
*
|
|
28526
|
-
*
|
|
28527
|
-
*
|
|
28528
|
-
*
|
|
28529
|
-
*
|
|
28530
|
-
*
|
|
28531
|
-
*
|
|
28532
|
-
*
|
|
28533
|
-
*
|
|
28534
|
-
*
|
|
28535
|
-
*
|
|
28536
|
-
* The test traffic shift is complete. The green service revision handles 100% of the test traffic.
|
|
28537
|
-
*
|
|
28538
|
-
* You can use a lifecycle hook for this stage.
|
|
28539
|
-
* - PRODUCTION_TRAFFIC_SHIFT
|
|
28540
|
-
*
|
|
28541
|
-
* Production traffic is shifting to the green service revision. The green service revision is migrating from 0% to 100% of production traffic.
|
|
28542
|
-
*
|
|
28543
|
-
* You can use a lifecycle hook for this stage.
|
|
28544
|
-
* - POST_PRODUCTION_TRAFFIC_SHIFT
|
|
28545
|
-
*
|
|
28546
|
-
* The production traffic shift is complete.
|
|
28547
|
-
*
|
|
28548
|
-
* You can use a lifecycle hook for this stage.
|
|
28549
|
-
*
|
|
28550
|
-
* You must provide this parameter when configuring a deployment lifecycle hook.
|
|
28783
|
+
* + RECONCILE_SERVICE
|
|
28784
|
+
* The reconciliation stage that only happens when you start a new service deployment with more than 1 service revision in an ACTIVE state.
|
|
28785
|
+
* You can use a lifecycle hook for this stage.
|
|
28786
|
+
* + PRE_SCALE_UP
|
|
28787
|
+
* The green service revision has not started. The blue service revision is handling 100% of the production traffic. There is no test traffic.
|
|
28788
|
+
* You can use a lifecycle hook for this stage.
|
|
28789
|
+
* + POST_SCALE_UP
|
|
28790
|
+
* The green service revision has started. The blue service revision is handling 100% of the production traffic. There is no test traffic.
|
|
28791
|
+
* You can use a lifecycle hook for this stage.
|
|
28792
|
+
* + TEST_TRAFFIC_SHIFT
|
|
28793
|
+
* The blue and green service revisions are running. The blue service revision handles 100% of the production traffic. The green service revision is migrating from 0% to 100% of test traffic.
|
|
28794
|
+
* You can use a lifecycle hook for this stage.
|
|
28795
|
+
* + POST_TEST_TRAFFIC_SHIFT
|
|
28796
|
+
* The test traffic shift is complete. The green service revision handles 100% of the test traffic.
|
|
28797
|
+
* You can use a lifecycle hook for this stage.
|
|
28798
|
+
* + PRODUCTION_TRAFFIC_SHIFT
|
|
28799
|
+
* Production traffic is shifting to the green service revision. The green service revision is migrating from 0% to 100% of production traffic.
|
|
28800
|
+
* You can use a lifecycle hook for this stage.
|
|
28801
|
+
* + POST_PRODUCTION_TRAFFIC_SHIFT
|
|
28802
|
+
* The production traffic shift is complete.
|
|
28803
|
+
* You can use a lifecycle hook for this stage.
|
|
28804
|
+
*
|
|
28805
|
+
* You must provide this parameter when configuring a deployment lifecycle hook.
|
|
28551
28806
|
*/
|
|
28552
28807
|
lifecycleStages: pulumi.Input<pulumi.Input<enums.ecs.ServiceDeploymentLifecycleHookLifecycleStagesItem>[]>;
|
|
28553
28808
|
/**
|
|
28554
28809
|
* The Amazon Resource Name (ARN) of the IAM role that grants Amazon ECS permission to call Lambda functions on your behalf.
|
|
28555
|
-
*
|
|
28556
|
-
* For more information, see [Permissions required for Lambda functions in Amazon ECS blue/green deployments](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/blue-green-permissions.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
28810
|
+
* For more information, see [Permissions required for Lambda functions in Amazon ECS blue/green deployments](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/blue-green-permissions.html) in the *Amazon Elastic Container Service Developer Guide*.
|
|
28557
28811
|
*/
|
|
28558
28812
|
roleArn: pulumi.Input<string>;
|
|
28559
28813
|
}
|
|
@@ -31170,7 +31424,7 @@ export declare namespace elasticloadbalancingv2 {
|
|
|
31170
31424
|
*/
|
|
31171
31425
|
interface ListenerRuleHostHeaderConfigArgs {
|
|
31172
31426
|
/**
|
|
31173
|
-
* The host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).
|
|
31427
|
+
* The host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). You must include at least one "." character. You can include only alphabetical characters after the final "." character.
|
|
31174
31428
|
* If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.
|
|
31175
31429
|
*/
|
|
31176
31430
|
values?: pulumi.Input<pulumi.Input<string>[]>;
|
|
@@ -31345,7 +31599,7 @@ export declare namespace elasticloadbalancingv2 {
|
|
|
31345
31599
|
*/
|
|
31346
31600
|
interface ListenerRuleTargetGroupStickinessConfigArgs {
|
|
31347
31601
|
/**
|
|
31348
|
-
* The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).
|
|
31602
|
+
* The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days). You must specify this value when enabling target group stickiness.
|
|
31349
31603
|
*/
|
|
31350
31604
|
durationSeconds?: pulumi.Input<number>;
|
|
31351
31605
|
/**
|
|
@@ -31371,7 +31625,7 @@ export declare namespace elasticloadbalancingv2 {
|
|
|
31371
31625
|
*/
|
|
31372
31626
|
interface ListenerTargetGroupStickinessConfigArgs {
|
|
31373
31627
|
/**
|
|
31374
|
-
* The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).
|
|
31628
|
+
* The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days). You must specify this value when enabling target group stickiness.
|
|
31375
31629
|
*/
|
|
31376
31630
|
durationSeconds?: pulumi.Input<number>;
|
|
31377
31631
|
/**
|
|
@@ -31806,9 +32060,9 @@ export declare namespace entityresolution {
|
|
|
31806
32060
|
/**
|
|
31807
32061
|
* The comparison type. You can either choose `ONE_TO_ONE` or `MANY_TO_MANY` as the `attributeMatchingModel` .
|
|
31808
32062
|
*
|
|
31809
|
-
* If you choose `MANY_TO_MANY` , the system can match attributes across the sub-types of an attribute type. For example, if the value of the `Email` field of Profile A matches the value of the `BusinessEmail` field of Profile B, the two profiles are matched on the `Email` attribute type.
|
|
31810
|
-
*
|
|
31811
32063
|
* If you choose `ONE_TO_ONE` , the system can only match attributes if the sub-types are an exact match. For example, for the `Email` attribute type, the system will only consider it a match if the value of the `Email` field of Profile A matches the value of the `Email` field of Profile B.
|
|
32064
|
+
*
|
|
32065
|
+
* If you choose `MANY_TO_MANY` , the system can match attributes across the sub-types of an attribute type. For example, if the value of the `Email` field of Profile A matches the value of the `BusinessEmail` field of Profile B, the two profiles are matched on the `Email` attribute type.
|
|
31812
32066
|
*/
|
|
31813
32067
|
attributeMatchingModel: pulumi.Input<enums.entityresolution.IdMappingWorkflowIdMappingRuleBasedPropertiesAttributeMatchingModel>;
|
|
31814
32068
|
/**
|
|
@@ -31942,9 +32196,9 @@ export declare namespace entityresolution {
|
|
|
31942
32196
|
/**
|
|
31943
32197
|
* The comparison type. You can either choose `ONE_TO_ONE` or `MANY_TO_MANY` as the `attributeMatchingModel` .
|
|
31944
32198
|
*
|
|
31945
|
-
* If you choose `MANY_TO_MANY` , the system can match attributes across the sub-types of an attribute type. For example, if the value of the `Email` field of Profile A matches the value of `BusinessEmail` field of Profile B, the two profiles are matched on the `Email` attribute type.
|
|
31946
|
-
*
|
|
31947
32199
|
* If you choose `ONE_TO_ONE` , the system can only match attributes if the sub-types are an exact match. For example, for the `Email` attribute type, the system will only consider it a match if the value of the `Email` field of Profile A matches the value of the `Email` field of Profile B.
|
|
32200
|
+
*
|
|
32201
|
+
* If you choose `MANY_TO_MANY` , the system can match attributes across the sub-types of an attribute type. For example, if the value of the `Email` field of Profile A matches the value of `BusinessEmail` field of Profile B, the two profiles are matched on the `Email` attribute type.
|
|
31948
32202
|
*/
|
|
31949
32203
|
attributeMatchingModel?: pulumi.Input<enums.entityresolution.IdNamespaceNamespaceRuleBasedPropertiesAttributeMatchingModel>;
|
|
31950
32204
|
/**
|
|
@@ -31978,7 +32232,7 @@ export declare namespace entityresolution {
|
|
|
31978
32232
|
/**
|
|
31979
32233
|
* The type of incremental run. The only valid value is `IMMEDIATE` . This appears as "Automatic" in the console.
|
|
31980
32234
|
*
|
|
31981
|
-
* > For workflows where `resolutionType` is `ML_MATCHING` , incremental processing is not supported.
|
|
32235
|
+
* > For workflows where `resolutionType` is `ML_MATCHING` or `PROVIDER` , incremental processing is not supported.
|
|
31982
32236
|
*/
|
|
31983
32237
|
incrementalRunType: pulumi.Input<enums.entityresolution.MatchingWorkflowIncrementalRunConfigIncrementalRunType>;
|
|
31984
32238
|
}
|
|
@@ -32052,13 +32306,21 @@ export declare namespace entityresolution {
|
|
|
32052
32306
|
*/
|
|
32053
32307
|
providerProperties?: pulumi.Input<inputs.entityresolution.MatchingWorkflowProviderPropertiesArgs>;
|
|
32054
32308
|
/**
|
|
32055
|
-
* The type of matching
|
|
32309
|
+
* The type of matching workflow to create. Specify one of the following types:
|
|
32310
|
+
*
|
|
32311
|
+
* - `RULE_MATCHING` : Match records using configurable rule-based criteria
|
|
32312
|
+
* - `ML_MATCHING` : Match records using machine learning models
|
|
32313
|
+
* - `PROVIDER` : Match records using a third-party matching provider
|
|
32056
32314
|
*/
|
|
32057
32315
|
resolutionType?: pulumi.Input<enums.entityresolution.MatchingWorkflowResolutionType>;
|
|
32058
32316
|
/**
|
|
32059
|
-
* An object which defines the list of matching rules to run and has a field `
|
|
32317
|
+
* An object which defines the list of matching rules to run and has a field `rules` , which is a list of rule objects.
|
|
32060
32318
|
*/
|
|
32061
32319
|
ruleBasedProperties?: pulumi.Input<inputs.entityresolution.MatchingWorkflowRuleBasedPropertiesArgs>;
|
|
32320
|
+
/**
|
|
32321
|
+
* An object containing the `rules` for a matching workflow.
|
|
32322
|
+
*/
|
|
32323
|
+
ruleConditionProperties?: pulumi.Input<inputs.entityresolution.MatchingWorkflowRuleConditionPropertiesArgs>;
|
|
32062
32324
|
}
|
|
32063
32325
|
interface MatchingWorkflowRuleArgs {
|
|
32064
32326
|
/**
|
|
@@ -32072,11 +32334,11 @@ export declare namespace entityresolution {
|
|
|
32072
32334
|
}
|
|
32073
32335
|
interface MatchingWorkflowRuleBasedPropertiesArgs {
|
|
32074
32336
|
/**
|
|
32075
|
-
* The comparison type. You can
|
|
32076
|
-
*
|
|
32077
|
-
* If you choose `MANY_TO_MANY` , the system can match attributes across the sub-types of an attribute type. For example, if the value of the `Email` field of Profile A and the value of `BusinessEmail` field of Profile B matches, the two profiles are matched on the `Email` attribute type.
|
|
32337
|
+
* The comparison type. You can choose `ONE_TO_ONE` or `MANY_TO_MANY` as the `attributeMatchingModel` .
|
|
32078
32338
|
*
|
|
32079
32339
|
* If you choose `ONE_TO_ONE` , the system can only match attributes if the sub-types are an exact match. For example, for the `Email` attribute type, the system will only consider it a match if the value of the `Email` field of Profile A matches the value of the `Email` field of Profile B.
|
|
32340
|
+
*
|
|
32341
|
+
* If you choose `MANY_TO_MANY` , the system can match attributes across the sub-types of an attribute type. For example, if the value of the `Email` field of Profile A and the value of `BusinessEmail` field of Profile B matches, the two profiles are matched on the `Email` attribute type.
|
|
32080
32342
|
*/
|
|
32081
32343
|
attributeMatchingModel: pulumi.Input<enums.entityresolution.MatchingWorkflowRuleBasedPropertiesAttributeMatchingModel>;
|
|
32082
32344
|
/**
|
|
@@ -32092,6 +32354,32 @@ export declare namespace entityresolution {
|
|
|
32092
32354
|
*/
|
|
32093
32355
|
rules: pulumi.Input<pulumi.Input<inputs.entityresolution.MatchingWorkflowRuleArgs>[]>;
|
|
32094
32356
|
}
|
|
32357
|
+
interface MatchingWorkflowRuleConditionArgs {
|
|
32358
|
+
/**
|
|
32359
|
+
* A statement that specifies the conditions for a matching rule.
|
|
32360
|
+
*
|
|
32361
|
+
* If your data is accurate, use an Exact matching function: `Exact` or `ExactManyToMany` .
|
|
32362
|
+
*
|
|
32363
|
+
* If your data has variations in spelling or pronunciation, use a Fuzzy matching function: `Cosine` , `Levenshtein` , or `Soundex` .
|
|
32364
|
+
*
|
|
32365
|
+
* Use operators if you want to combine ( `AND` ), separate ( `OR` ), or group matching functions `(...)` .
|
|
32366
|
+
*
|
|
32367
|
+
* For example: `(Cosine(a, 10) AND Exact(b, true)) OR ExactManyToMany(c, d)`
|
|
32368
|
+
*/
|
|
32369
|
+
condition?: pulumi.Input<string>;
|
|
32370
|
+
/**
|
|
32371
|
+
* A name for the matching rule.
|
|
32372
|
+
*
|
|
32373
|
+
* For example: `Rule1`
|
|
32374
|
+
*/
|
|
32375
|
+
ruleName?: pulumi.Input<string>;
|
|
32376
|
+
}
|
|
32377
|
+
interface MatchingWorkflowRuleConditionPropertiesArgs {
|
|
32378
|
+
/**
|
|
32379
|
+
* A list of rule objects, each of which have fields `ruleName` and `condition` .
|
|
32380
|
+
*/
|
|
32381
|
+
rules: pulumi.Input<pulumi.Input<inputs.entityresolution.MatchingWorkflowRuleConditionArgs>[]>;
|
|
32382
|
+
}
|
|
32095
32383
|
interface SchemaMappingSchemaInputAttributeArgs {
|
|
32096
32384
|
fieldName: pulumi.Input<string>;
|
|
32097
32385
|
groupName?: pulumi.Input<string>;
|
|
@@ -40950,6 +41238,36 @@ export declare namespace iotsitewise {
|
|
|
40950
41238
|
*/
|
|
40951
41239
|
type: pulumi.Input<string>;
|
|
40952
41240
|
}
|
|
41241
|
+
/**
|
|
41242
|
+
* Contains information about enforced interface property and asset model property
|
|
41243
|
+
*/
|
|
41244
|
+
interface AssetModelEnforcedAssetModelInterfacePropertyMappingArgs {
|
|
41245
|
+
/**
|
|
41246
|
+
* The external ID of the enforced asset model property
|
|
41247
|
+
*/
|
|
41248
|
+
assetModelPropertyExternalId?: pulumi.Input<string>;
|
|
41249
|
+
/**
|
|
41250
|
+
* The logical ID of the enforced asset model property
|
|
41251
|
+
*/
|
|
41252
|
+
assetModelPropertyLogicalId?: pulumi.Input<string>;
|
|
41253
|
+
/**
|
|
41254
|
+
* The external ID of the enforced interface property
|
|
41255
|
+
*/
|
|
41256
|
+
interfaceAssetModelPropertyExternalId: pulumi.Input<string>;
|
|
41257
|
+
}
|
|
41258
|
+
/**
|
|
41259
|
+
* Contains information about enforced interface hierarchy and asset model hierarchy
|
|
41260
|
+
*/
|
|
41261
|
+
interface AssetModelEnforcedAssetModelInterfaceRelationshipArgs {
|
|
41262
|
+
/**
|
|
41263
|
+
* The ID of the interface that is enforced to the asset model
|
|
41264
|
+
*/
|
|
41265
|
+
interfaceAssetModelId?: pulumi.Input<string>;
|
|
41266
|
+
/**
|
|
41267
|
+
* Contains information about enforced interface property and asset model property
|
|
41268
|
+
*/
|
|
41269
|
+
propertyMappings?: pulumi.Input<pulumi.Input<inputs.iotsitewise.AssetModelEnforcedAssetModelInterfacePropertyMappingArgs>[]>;
|
|
41270
|
+
}
|
|
40953
41271
|
interface AssetModelExpressionVariableArgs {
|
|
40954
41272
|
/**
|
|
40955
41273
|
* The friendly name of the variable to be used in the expression.
|
|
@@ -50564,6 +50882,10 @@ export declare namespace mediapackagev2 {
|
|
|
50564
50882
|
* <p>When true, AWS Elemental MediaPackage performs input switching based on the MQCS. Default is true. This setting is valid only when <code>InputType</code> is <code>CMAF</code>.</p>
|
|
50565
50883
|
*/
|
|
50566
50884
|
mqcsInputSwitching?: pulumi.Input<boolean>;
|
|
50885
|
+
/**
|
|
50886
|
+
* For CMAF inputs, indicates which input MediaPackage should prefer when both inputs have equal MQCS scores. Select `1` to prefer the first ingest endpoint, or `2` to prefer the second ingest endpoint. If you don't specify a preferred input, MediaPackage uses its default switching behavior when MQCS scores are equal.
|
|
50887
|
+
*/
|
|
50888
|
+
preferredInput?: pulumi.Input<number>;
|
|
50567
50889
|
}
|
|
50568
50890
|
/**
|
|
50569
50891
|
* <p>The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN.</p>
|
|
@@ -50777,6 +51099,10 @@ export declare namespace mediapackagev2 {
|
|
|
50777
51099
|
* <p>The parameters for encrypting content.</p>
|
|
50778
51100
|
*/
|
|
50779
51101
|
interface OriginEndpointEncryptionArgs {
|
|
51102
|
+
/**
|
|
51103
|
+
* <p>Excludes SEIG and SGPD boxes from segment metadata in CMAF containers.</p> <p>When set to <code>true</code>, MediaPackage omits these DRM metadata boxes from CMAF segments, which can improve compatibility with certain devices and players that don't support these boxes.</p> <p>Important considerations:</p> <ul> <li> <p>This setting only affects CMAF container formats</p> </li> <li> <p>Key rotation can still be handled through media playlist signaling</p> </li> <li> <p>PSSH and TENC boxes remain unaffected</p> </li> <li> <p>Default behavior is preserved when this setting is disabled</p> </li> </ul> <p>Valid values: <code>true</code> | <code>false</code> </p> <p>Default: <code>false</code> </p>
|
|
51104
|
+
*/
|
|
51105
|
+
cmafExcludeSegmentDrmMetadata?: pulumi.Input<boolean>;
|
|
50780
51106
|
/**
|
|
50781
51107
|
* <p>A 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting content. If you don't specify a value, then MediaPackage creates the constant initialization vector (IV).</p>
|
|
50782
51108
|
*/
|
|
@@ -50960,7 +51286,13 @@ export declare namespace mediapackagev2 {
|
|
|
50960
51286
|
urlEncodeChildManifest?: pulumi.Input<boolean>;
|
|
50961
51287
|
}
|
|
50962
51288
|
interface OriginEndpointPolicyCdnAuthConfigurationArgs {
|
|
51289
|
+
/**
|
|
51290
|
+
* The ARN for the secret in Secrets Manager that your CDN uses for authorization to access the endpoint.
|
|
51291
|
+
*/
|
|
50963
51292
|
cdnIdentifierSecretArns: pulumi.Input<pulumi.Input<string>[]>;
|
|
51293
|
+
/**
|
|
51294
|
+
* The ARN for the IAM role that gives MediaPackage read access to Secrets Manager and AWS KMS for CDN authorization.
|
|
51295
|
+
*/
|
|
50964
51296
|
secretsRoleArn: pulumi.Input<string>;
|
|
50965
51297
|
}
|
|
50966
51298
|
/**
|
|
@@ -52000,6 +52332,12 @@ export declare namespace neptunegraph {
|
|
|
52000
52332
|
}
|
|
52001
52333
|
}
|
|
52002
52334
|
export declare namespace networkfirewall {
|
|
52335
|
+
interface FirewallAvailabilityZoneMappingArgs {
|
|
52336
|
+
/**
|
|
52337
|
+
* A AvailabilityZone
|
|
52338
|
+
*/
|
|
52339
|
+
availabilityZone: pulumi.Input<string>;
|
|
52340
|
+
}
|
|
52003
52341
|
interface FirewallPolicyArgs {
|
|
52004
52342
|
/**
|
|
52005
52343
|
* Contains variables that you can use to override default Suricata settings in your firewall policy.
|
|
@@ -52127,12 +52465,18 @@ export declare namespace networkfirewall {
|
|
|
52127
52465
|
action?: pulumi.Input<enums.networkfirewall.FirewallPolicyOverrideAction>;
|
|
52128
52466
|
}
|
|
52129
52467
|
interface FirewallPolicyStatefulRuleGroupReferenceArgs {
|
|
52468
|
+
/**
|
|
52469
|
+
* AWS Network Firewall plans to augment the active threat defense managed rule group with an additional deep threat inspection capability. When this capability is released, AWS will analyze service logs of network traffic processed by these rule groups to identify threat indicators across customers. AWS will use these threat indicators to improve the active threat defense managed rule groups and protect the security of AWS customers and services.
|
|
52470
|
+
*
|
|
52471
|
+
* > Customers can opt-out of deep threat inspection at any time through the AWS Network Firewall console or API. When customers opt out, AWS Network Firewall will not use the network traffic processed by those customers' active threat defense rule groups for rule group improvement.
|
|
52472
|
+
*/
|
|
52473
|
+
deepThreatInspection?: pulumi.Input<boolean>;
|
|
52130
52474
|
/**
|
|
52131
52475
|
* The action that allows the policy owner to override the behavior of the rule group within a policy.
|
|
52132
52476
|
*/
|
|
52133
52477
|
override?: pulumi.Input<inputs.networkfirewall.FirewallPolicyStatefulRuleGroupOverrideArgs>;
|
|
52134
52478
|
/**
|
|
52135
|
-
* An integer setting that indicates the order in which to run the stateful rule groups in a single
|
|
52479
|
+
* An integer setting that indicates the order in which to run the stateful rule groups in a single firewall policy. This setting only applies to firewall policies that specify the `STRICT_ORDER` rule order in the stateful engine options settings.
|
|
52136
52480
|
*
|
|
52137
52481
|
* Network Firewall evalutes each stateful rule group against a packet starting with the group that has the lowest priority setting. You must ensure that the priority settings are unique within each policy.
|
|
52138
52482
|
*
|
|
@@ -52146,7 +52490,7 @@ export declare namespace networkfirewall {
|
|
|
52146
52490
|
}
|
|
52147
52491
|
interface FirewallPolicyStatelessRuleGroupReferenceArgs {
|
|
52148
52492
|
/**
|
|
52149
|
-
* An integer setting that indicates the order in which to run the stateless rule groups in a single
|
|
52493
|
+
* An integer setting that indicates the order in which to run the stateless rule groups in a single firewall policy. Network Firewall applies each stateless rule group to a packet starting with the group that has the lowest priority setting. You must ensure that the priority settings are unique within each policy.
|
|
52150
52494
|
*/
|
|
52151
52495
|
priority: pulumi.Input<number>;
|
|
52152
52496
|
/**
|
|
@@ -52361,7 +52705,7 @@ export declare namespace networkfirewall {
|
|
|
52361
52705
|
/**
|
|
52362
52706
|
* The actions to take on a packet that matches one of the stateless rule definition's match attributes. You must specify a standard action and you can add custom actions.
|
|
52363
52707
|
*
|
|
52364
|
-
* > Network Firewall only forwards a packet for stateful rule inspection if you specify `aws:forward_to_sfe` for a rule that the packet matches, or if the packet doesn't match any stateless rule and you specify `aws:forward_to_sfe` for the `StatelessDefaultActions` setting for the
|
|
52708
|
+
* > Network Firewall only forwards a packet for stateful rule inspection if you specify `aws:forward_to_sfe` for a rule that the packet matches, or if the packet doesn't match any stateless rule and you specify `aws:forward_to_sfe` for the `StatelessDefaultActions` setting for the firewall policy.
|
|
52365
52709
|
*
|
|
52366
52710
|
* For every rule, you must specify exactly one of the following standard actions.
|
|
52367
52711
|
*
|
|
@@ -52413,7 +52757,7 @@ export declare namespace networkfirewall {
|
|
|
52413
52757
|
*
|
|
52414
52758
|
* These rules contain the inspection criteria and the action to take for traffic that matches the criteria, so this type of rule group doesn't have a separate action setting.
|
|
52415
52759
|
*
|
|
52416
|
-
* > You can't use the `priority` keyword if the `RuleOrder` option in
|
|
52760
|
+
* > You can't use the `priority` keyword if the `RuleOrder` option in StatefulRuleOptions is set to `STRICT_ORDER` .
|
|
52417
52761
|
*/
|
|
52418
52762
|
rulesString?: pulumi.Input<string>;
|
|
52419
52763
|
/**
|
|
@@ -52449,12 +52793,12 @@ export declare namespace networkfirewall {
|
|
|
52449
52793
|
* The actions for a stateful rule are defined as follows:
|
|
52450
52794
|
*
|
|
52451
52795
|
* - *PASS* - Permits the packets to go to the intended destination.
|
|
52452
|
-
* - *DROP* - Blocks the packets from going to the intended destination and sends an alert log message, if alert logging is configured in the
|
|
52796
|
+
* - *DROP* - Blocks the packets from going to the intended destination and sends an alert log message, if alert logging is configured in the firewall logging configuration.
|
|
52453
52797
|
* - *REJECT* - Drops traffic that matches the conditions of the stateful rule and sends a TCP reset packet back to sender of the packet. A TCP reset packet is a packet with no payload and a `RST` bit contained in the TCP header flags. `REJECT` is available only for TCP traffic.
|
|
52454
|
-
* - *ALERT* - Permits the packets to go to the intended destination and sends an alert log message, if alert logging is configured in the
|
|
52798
|
+
* - *ALERT* - Permits the packets to go to the intended destination and sends an alert log message, if alert logging is configured in the firewall logging configuration.
|
|
52455
52799
|
*
|
|
52456
52800
|
* You can use this action to test a rule that you intend to use to drop traffic. You can enable the rule with `ALERT` action, verify in the logs that the rule is filtering as you want, then change the action to `DROP` .
|
|
52457
|
-
* - *REJECT* - Drops TCP traffic that matches the conditions of the stateful rule, and sends a TCP reset packet back to sender of the packet. A TCP reset packet is a packet with no payload and a `RST` bit contained in the TCP header flags. Also sends an alert log mesage if alert logging is configured in the
|
|
52801
|
+
* - *REJECT* - Drops TCP traffic that matches the conditions of the stateful rule, and sends a TCP reset packet back to sender of the packet. A TCP reset packet is a packet with no payload and a `RST` bit contained in the TCP header flags. Also sends an alert log mesage if alert logging is configured in the firewall logging configuration.
|
|
52458
52802
|
*
|
|
52459
52803
|
* `REJECT` isn't currently available for use with IMAP and FTP protocols.
|
|
52460
52804
|
*/
|
|
@@ -52490,7 +52834,7 @@ export declare namespace networkfirewall {
|
|
|
52490
52834
|
}
|
|
52491
52835
|
interface RuleGroupStatelessRulesAndCustomActionsArgs {
|
|
52492
52836
|
/**
|
|
52493
|
-
* Defines an array of individual custom action definitions that are available for use by the stateless rules in this `StatelessRulesAndCustomActions` specification. You name each custom action that you define, and then you can use it by name in your stateless rule
|
|
52837
|
+
* Defines an array of individual custom action definitions that are available for use by the stateless rules in this `StatelessRulesAndCustomActions` specification. You name each custom action that you define, and then you can use it by name in your stateless rule definition `Actions` specification.
|
|
52494
52838
|
*/
|
|
52495
52839
|
customActions?: pulumi.Input<pulumi.Input<inputs.networkfirewall.RuleGroupCustomActionArgs>[]>;
|
|
52496
52840
|
/**
|
|
@@ -52513,6 +52857,18 @@ export declare namespace networkfirewall {
|
|
|
52513
52857
|
*/
|
|
52514
52858
|
masks?: pulumi.Input<pulumi.Input<enums.networkfirewall.RuleGroupTcpFlag>[]>;
|
|
52515
52859
|
}
|
|
52860
|
+
/**
|
|
52861
|
+
* A complex type containing the currently selected rule option fields that will be displayed for rule summarization returned by `DescribeRuleGroupSummary` .
|
|
52862
|
+
*
|
|
52863
|
+
* - The `RuleOptions` specified in `SummaryConfiguration`
|
|
52864
|
+
* - Rule metadata organization preferences
|
|
52865
|
+
*/
|
|
52866
|
+
interface SummaryConfigurationPropertiesArgs {
|
|
52867
|
+
/**
|
|
52868
|
+
* Specifies the selected rule options returned by `DescribeRuleGroupSummary` .
|
|
52869
|
+
*/
|
|
52870
|
+
ruleOptions?: pulumi.Input<pulumi.Input<enums.networkfirewall.RuleGroupSummaryRuleOption>[]>;
|
|
52871
|
+
}
|
|
52516
52872
|
interface TlsInspectionConfigurationAddressArgs {
|
|
52517
52873
|
/**
|
|
52518
52874
|
* Specify an IP address or a block of IP addresses in Classless Inter-Domain Routing (CIDR) notation. Network Firewall supports all address ranges for IPv4 and IPv6.
|
|
@@ -54264,6 +54620,10 @@ export declare namespace pcs {
|
|
|
54264
54620
|
* The networking configuration for the cluster's control plane.
|
|
54265
54621
|
*/
|
|
54266
54622
|
interface NetworkingPropertiesArgs {
|
|
54623
|
+
/**
|
|
54624
|
+
* The IP of the cluster (IPV4 or IPV6)
|
|
54625
|
+
*/
|
|
54626
|
+
networkType?: pulumi.Input<enums.pcs.ClusterNetworkingPropertiesNetworkType>;
|
|
54267
54627
|
/**
|
|
54268
54628
|
* The list of security group IDs associated with the Elastic Network Interface (ENI) created in subnets.
|
|
54269
54629
|
*/
|
|
@@ -84594,6 +84954,24 @@ export declare namespace rds {
|
|
|
84594
84954
|
*/
|
|
84595
84955
|
roleArn: pulumi.Input<string>;
|
|
84596
84956
|
}
|
|
84957
|
+
interface DbInstanceDbInstanceStatusInfoArgs {
|
|
84958
|
+
/**
|
|
84959
|
+
* Details of the error if there is an error for the instance. If the instance isn't in an error state, this value is blank.
|
|
84960
|
+
*/
|
|
84961
|
+
message?: pulumi.Input<string>;
|
|
84962
|
+
/**
|
|
84963
|
+
* Indicates whether the instance is operating normally (TRUE) or is in an error state (FALSE).
|
|
84964
|
+
*/
|
|
84965
|
+
normal?: pulumi.Input<boolean>;
|
|
84966
|
+
/**
|
|
84967
|
+
* The status of the DB instance. For a StatusType of read replica, the values can be replicating, replication stop point set, replication stop point reached, error, stopped, or terminated.
|
|
84968
|
+
*/
|
|
84969
|
+
status?: pulumi.Input<string>;
|
|
84970
|
+
/**
|
|
84971
|
+
* The status type of the DB instance.
|
|
84972
|
+
*/
|
|
84973
|
+
statusType?: pulumi.Input<string>;
|
|
84974
|
+
}
|
|
84597
84975
|
/**
|
|
84598
84976
|
* The ``MasterUserSecret`` return value specifies the secret managed by RDS in AWS Secrets Manager for the master user password.
|
|
84599
84977
|
* For more information, see [Password management with Secrets Manager](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html) in the *Amazon RDS User Guide* and [Password management with Secrets Manager](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-secrets-manager.html) in the *Amazon Aurora User Guide.*
|
|
@@ -86373,7 +86751,7 @@ export declare namespace s3 {
|
|
|
86373
86751
|
tierings: pulumi.Input<pulumi.Input<inputs.s3.BucketTieringArgs>[]>;
|
|
86374
86752
|
}
|
|
86375
86753
|
/**
|
|
86376
|
-
* Specifies the
|
|
86754
|
+
* Specifies the S3 Inventory configuration for an Amazon S3 bucket. For more information, see [GET Bucket inventory](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGETInventoryConfig.html) in the *Amazon S3 API Reference*.
|
|
86377
86755
|
*/
|
|
86378
86756
|
interface BucketInventoryConfigurationArgs {
|
|
86379
86757
|
/**
|
|
@@ -86405,9 +86783,12 @@ export declare namespace s3 {
|
|
|
86405
86783
|
*/
|
|
86406
86784
|
scheduleFrequency: pulumi.Input<enums.s3.BucketInventoryConfigurationScheduleFrequency>;
|
|
86407
86785
|
}
|
|
86786
|
+
/**
|
|
86787
|
+
* The inventory table configuration for an S3 Metadata configuration.
|
|
86788
|
+
*/
|
|
86408
86789
|
interface BucketInventoryTableConfigurationArgs {
|
|
86409
86790
|
/**
|
|
86410
|
-
*
|
|
86791
|
+
* The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.
|
|
86411
86792
|
*/
|
|
86412
86793
|
configurationState: pulumi.Input<enums.s3.BucketInventoryTableConfigurationConfigurationState>;
|
|
86413
86794
|
/**
|
|
@@ -86415,7 +86796,7 @@ export declare namespace s3 {
|
|
|
86415
86796
|
*/
|
|
86416
86797
|
encryptionConfiguration?: pulumi.Input<inputs.s3.BucketMetadataTableEncryptionConfigurationArgs>;
|
|
86417
86798
|
/**
|
|
86418
|
-
* The ARN
|
|
86799
|
+
* The Amazon Resource Name (ARN) for the inventory table.
|
|
86419
86800
|
*/
|
|
86420
86801
|
tableArn?: pulumi.Input<string>;
|
|
86421
86802
|
/**
|
|
@@ -86423,6 +86804,9 @@ export declare namespace s3 {
|
|
|
86423
86804
|
*/
|
|
86424
86805
|
tableName?: pulumi.Input<string>;
|
|
86425
86806
|
}
|
|
86807
|
+
/**
|
|
86808
|
+
* The journal table configuration for an S3 Metadata configuration.
|
|
86809
|
+
*/
|
|
86426
86810
|
interface BucketJournalTableConfigurationArgs {
|
|
86427
86811
|
/**
|
|
86428
86812
|
* The encryption configuration for the journal table.
|
|
@@ -86433,7 +86817,7 @@ export declare namespace s3 {
|
|
|
86433
86817
|
*/
|
|
86434
86818
|
recordExpiration: pulumi.Input<inputs.s3.BucketRecordExpirationArgs>;
|
|
86435
86819
|
/**
|
|
86436
|
-
* The ARN
|
|
86820
|
+
* The Amazon Resource Name (ARN) for the journal table.
|
|
86437
86821
|
*/
|
|
86438
86822
|
tableArn?: pulumi.Input<string>;
|
|
86439
86823
|
/**
|
|
@@ -86494,36 +86878,44 @@ export declare namespace s3 {
|
|
|
86494
86878
|
*/
|
|
86495
86879
|
targetObjectKeyFormat?: pulumi.Input<inputs.s3.BucketTargetObjectKeyFormatArgs>;
|
|
86496
86880
|
}
|
|
86881
|
+
/**
|
|
86882
|
+
* Creates a V2 S3 Metadata configuration of a general purpose bucket. For more information, see [Accelerating data discovery with S3 Metadata](https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-overview.html) in the *Amazon S3 User Guide*.
|
|
86883
|
+
*/
|
|
86497
86884
|
interface BucketMetadataConfigurationArgs {
|
|
86498
86885
|
/**
|
|
86499
|
-
* The destination information for the
|
|
86886
|
+
* The destination information for the S3 Metadata configuration.
|
|
86500
86887
|
*/
|
|
86501
86888
|
destination?: pulumi.Input<inputs.s3.BucketMetadataDestinationArgs>;
|
|
86502
86889
|
/**
|
|
86503
|
-
* The configuration for
|
|
86890
|
+
* The inventory table configuration for a metadata configuration.
|
|
86504
86891
|
*/
|
|
86505
86892
|
inventoryTableConfiguration?: pulumi.Input<inputs.s3.BucketInventoryTableConfigurationArgs>;
|
|
86506
86893
|
/**
|
|
86507
|
-
* The configuration for
|
|
86894
|
+
* The journal table configuration for a metadata configuration.
|
|
86508
86895
|
*/
|
|
86509
86896
|
journalTableConfiguration: pulumi.Input<inputs.s3.BucketJournalTableConfigurationArgs>;
|
|
86510
86897
|
}
|
|
86898
|
+
/**
|
|
86899
|
+
* The destination information for the S3 Metadata configuration.
|
|
86900
|
+
*/
|
|
86511
86901
|
interface BucketMetadataDestinationArgs {
|
|
86512
86902
|
/**
|
|
86513
|
-
* The ARN of the table bucket.
|
|
86903
|
+
* The Amazon Resource Name (ARN) of the table bucket where the metadata configuration is stored.
|
|
86514
86904
|
*/
|
|
86515
86905
|
tableBucketArn?: pulumi.Input<string>;
|
|
86516
86906
|
/**
|
|
86517
|
-
* The type of the table bucket.
|
|
86907
|
+
* The type of the table bucket where the metadata configuration is stored. The ``aws`` value indicates an AWS managed table bucket, and the ``customer`` value indicates a customer-managed table bucket. V2 metadata configurations are stored in AWS managed table buckets, and V1 metadata configurations are stored in customer-managed table buckets.
|
|
86518
86908
|
*/
|
|
86519
86909
|
tableBucketType: pulumi.Input<enums.s3.BucketMetadataDestinationTableBucketType>;
|
|
86520
86910
|
/**
|
|
86521
|
-
* The namespace
|
|
86911
|
+
* The namespace in the table bucket where the metadata tables for a metadata configuration are stored.
|
|
86522
86912
|
*/
|
|
86523
86913
|
tableNamespace?: pulumi.Input<string>;
|
|
86524
86914
|
}
|
|
86525
86915
|
/**
|
|
86526
|
-
*
|
|
86916
|
+
* We recommend that you create your S3 Metadata configurations by using the V2 [MetadataConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-s3-bucket-metadataconfiguration.html) resource type. We no longer recommend using the V1 ``MetadataTableConfiguration`` resource type.
|
|
86917
|
+
* If you created your S3 Metadata configuration before July 15, 2025, we recommend that you delete and re-create your configuration by using the [MetadataConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-s3-bucket-metadataconfiguration.html) resource type so that you can expire journal table records and create a live inventory table.
|
|
86918
|
+
* Creates a V1 S3 Metadata configuration for a general purpose bucket. For more information, see [Accelerating data discovery with S3 Metadata](https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-overview.html) in the *Amazon S3 User Guide*.
|
|
86527
86919
|
*/
|
|
86528
86920
|
interface BucketMetadataTableConfigurationArgs {
|
|
86529
86921
|
/**
|
|
@@ -86531,13 +86923,16 @@ export declare namespace s3 {
|
|
|
86531
86923
|
*/
|
|
86532
86924
|
s3TablesDestination: pulumi.Input<inputs.s3.BucketS3TablesDestinationArgs>;
|
|
86533
86925
|
}
|
|
86926
|
+
/**
|
|
86927
|
+
* The encryption settings for an S3 Metadata journal table or inventory table configuration.
|
|
86928
|
+
*/
|
|
86534
86929
|
interface BucketMetadataTableEncryptionConfigurationArgs {
|
|
86535
86930
|
/**
|
|
86536
|
-
*
|
|
86931
|
+
* If server-side encryption with KMSlong (KMS) keys (SSE-KMS) is specified, you must also specify the KMS key Amazon Resource Name (ARN). You must specify a customer-managed KMS key that's located in the same Region as the general purpose bucket that corresponds to the metadata table configuration.
|
|
86537
86932
|
*/
|
|
86538
86933
|
kmsKeyArn?: pulumi.Input<string>;
|
|
86539
86934
|
/**
|
|
86540
|
-
*
|
|
86935
|
+
* The encryption type specified for a metadata table. To specify server-side encryption with KMSlong (KMS) keys (SSE-KMS), use the ``aws:kms`` value. To specify server-side encryption with Amazon S3 managed keys (SSE-S3), use the ``AES256`` value.
|
|
86541
86936
|
*/
|
|
86542
86937
|
sseAlgorithm: pulumi.Input<enums.s3.BucketMetadataTableEncryptionConfigurationSseAlgorithm>;
|
|
86543
86938
|
}
|
|
@@ -86727,13 +87122,16 @@ export declare namespace s3 {
|
|
|
86727
87122
|
*/
|
|
86728
87123
|
queue: pulumi.Input<string>;
|
|
86729
87124
|
}
|
|
87125
|
+
/**
|
|
87126
|
+
* The journal table record expiration settings for a journal table in an S3 Metadata configuration.
|
|
87127
|
+
*/
|
|
86730
87128
|
interface BucketRecordExpirationArgs {
|
|
86731
87129
|
/**
|
|
86732
|
-
*
|
|
87130
|
+
* If you enable journal table record expiration, you can set the number of days to retain your journal table records. Journal table records must be retained for a minimum of 7 days. To set this value, specify any whole number from ``7`` to ``2147483647``. For example, to retain your journal table records for one year, set this value to ``365``.
|
|
86733
87131
|
*/
|
|
86734
87132
|
days?: pulumi.Input<number>;
|
|
86735
87133
|
/**
|
|
86736
|
-
* Specifies whether record expiration is enabled or disabled.
|
|
87134
|
+
* Specifies whether journal table record expiration is enabled or disabled.
|
|
86737
87135
|
*/
|
|
86738
87136
|
expiration: pulumi.Input<enums.s3.BucketRecordExpirationExpiration>;
|
|
86739
87137
|
}
|
|
@@ -86832,6 +87230,7 @@ export declare namespace s3 {
|
|
|
86832
87230
|
/**
|
|
86833
87231
|
* The storage class to use when replicating objects, such as S3 Standard or reduced redundancy. By default, Amazon S3 uses the storage class of the source object to create the object replica.
|
|
86834
87232
|
* For valid values, see the ``StorageClass`` element of the [PUT Bucket replication](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTreplication.html) action in the *Amazon S3 API Reference*.
|
|
87233
|
+
* ``FSX_OPENZFS`` is not an accepted value when replicating objects.
|
|
86835
87234
|
*/
|
|
86836
87235
|
storageClass?: pulumi.Input<enums.s3.BucketReplicationDestinationStorageClass>;
|
|
86837
87236
|
}
|
|
@@ -87047,7 +87446,7 @@ export declare namespace s3 {
|
|
|
87047
87446
|
rules: pulumi.Input<pulumi.Input<inputs.s3.BucketFilterRuleArgs>[]>;
|
|
87048
87447
|
}
|
|
87049
87448
|
/**
|
|
87050
|
-
* The destination information for
|
|
87449
|
+
* The destination information for a V1 S3 Metadata configuration. The destination table bucket must be in the same Region and AWS-account as the general purpose bucket. The specified metadata table name must be unique within the ``aws_s3_metadata`` namespace in the destination table bucket.
|
|
87051
87450
|
*/
|
|
87052
87451
|
interface BucketS3TablesDestinationArgs {
|
|
87053
87452
|
/**
|
|
@@ -88129,6 +88528,25 @@ export declare namespace sagemaker {
|
|
|
88129
88528
|
*/
|
|
88130
88529
|
sageMakerImageVersionArn?: pulumi.Input<string>;
|
|
88131
88530
|
}
|
|
88531
|
+
/**
|
|
88532
|
+
* The configuration for the restricted instance groups (RIG) environment.
|
|
88533
|
+
*/
|
|
88534
|
+
interface ClusterEnvironmentConfigArgs {
|
|
88535
|
+
fSxLustreConfig?: pulumi.Input<inputs.sagemaker.ClusterFSxLustreConfigArgs>;
|
|
88536
|
+
}
|
|
88537
|
+
/**
|
|
88538
|
+
* Configuration settings for an Amazon FSx for Lustre file system to be used with the cluster.
|
|
88539
|
+
*/
|
|
88540
|
+
interface ClusterFSxLustreConfigArgs {
|
|
88541
|
+
/**
|
|
88542
|
+
* The throughput capacity of the FSx for Lustre file system, measured in MB/s per TiB of storage.
|
|
88543
|
+
*/
|
|
88544
|
+
perUnitStorageThroughput: pulumi.Input<number>;
|
|
88545
|
+
/**
|
|
88546
|
+
* The storage capacity of the FSx for Lustre file system, specified in gibibytes (GiB).
|
|
88547
|
+
*/
|
|
88548
|
+
sizeInGiB: pulumi.Input<number>;
|
|
88549
|
+
}
|
|
88132
88550
|
/**
|
|
88133
88551
|
* Details of an instance group in a SageMaker HyperPod cluster.
|
|
88134
88552
|
*/
|
|
@@ -88193,6 +88611,34 @@ export declare namespace sagemaker {
|
|
|
88193
88611
|
*/
|
|
88194
88612
|
clusterArn: pulumi.Input<string>;
|
|
88195
88613
|
}
|
|
88614
|
+
/**
|
|
88615
|
+
* Details of a restricted instance group in a SageMaker HyperPod cluster.
|
|
88616
|
+
*/
|
|
88617
|
+
interface ClusterRestrictedInstanceGroupArgs {
|
|
88618
|
+
/**
|
|
88619
|
+
* The number of instances that are currently in the restricted instance group of a SageMaker HyperPod cluster.
|
|
88620
|
+
*/
|
|
88621
|
+
currentCount?: pulumi.Input<number>;
|
|
88622
|
+
environmentConfig: pulumi.Input<inputs.sagemaker.ClusterEnvironmentConfigArgs>;
|
|
88623
|
+
executionRole: pulumi.Input<string>;
|
|
88624
|
+
/**
|
|
88625
|
+
* The number of instances you specified to add to the restricted instance group of a SageMaker HyperPod cluster.
|
|
88626
|
+
*/
|
|
88627
|
+
instanceCount: pulumi.Input<number>;
|
|
88628
|
+
instanceGroupName: pulumi.Input<string>;
|
|
88629
|
+
instanceStorageConfigs?: pulumi.Input<pulumi.Input<inputs.sagemaker.ClusterInstanceStorageConfigArgs>[]>;
|
|
88630
|
+
instanceType: pulumi.Input<string>;
|
|
88631
|
+
onStartDeepHealthChecks?: pulumi.Input<pulumi.Input<enums.sagemaker.ClusterDeepHealthCheckType>[]>;
|
|
88632
|
+
overrideVpcConfig?: pulumi.Input<inputs.sagemaker.ClusterVpcConfigArgs>;
|
|
88633
|
+
/**
|
|
88634
|
+
* The number you specified to TreadsPerCore in CreateCluster for enabling or disabling multithreading. For instance types that support multithreading, you can specify 1 for disabling multithreading and 2 for enabling multithreading.
|
|
88635
|
+
*/
|
|
88636
|
+
threadsPerCore?: pulumi.Input<number>;
|
|
88637
|
+
/**
|
|
88638
|
+
* The Amazon Resource Name (ARN) of the training plan to use for this cluster restricted instance group. For more information about how to reserve GPU capacity for your SageMaker HyperPod clusters using Amazon SageMaker Training Plan, see CreateTrainingPlan.
|
|
88639
|
+
*/
|
|
88640
|
+
trainingPlanArn?: pulumi.Input<string>;
|
|
88641
|
+
}
|
|
88196
88642
|
/**
|
|
88197
88643
|
* Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources have access to. You can control access to and from your resources by configuring a VPC.
|
|
88198
88644
|
*/
|
|
@@ -91776,6 +92222,331 @@ export declare namespace sagemaker {
|
|
|
91776
92222
|
*/
|
|
91777
92223
|
version?: pulumi.Input<string>;
|
|
91778
92224
|
}
|
|
92225
|
+
/**
|
|
92226
|
+
* Configures the processing job to run a specified Docker container image.
|
|
92227
|
+
*/
|
|
92228
|
+
interface ProcessingJobAppSpecificationArgs {
|
|
92229
|
+
/**
|
|
92230
|
+
* The arguments for a container used to run a processing job.
|
|
92231
|
+
*/
|
|
92232
|
+
containerArguments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
92233
|
+
/**
|
|
92234
|
+
* The entrypoint for a container used to run a processing job.
|
|
92235
|
+
*/
|
|
92236
|
+
containerEntrypoint?: pulumi.Input<pulumi.Input<string>[]>;
|
|
92237
|
+
/**
|
|
92238
|
+
* The container image to be run by the processing job.
|
|
92239
|
+
*/
|
|
92240
|
+
imageUri: pulumi.Input<string>;
|
|
92241
|
+
}
|
|
92242
|
+
/**
|
|
92243
|
+
* Configuration for Athena Dataset Definition input.
|
|
92244
|
+
*/
|
|
92245
|
+
interface ProcessingJobAthenaDatasetDefinitionArgs {
|
|
92246
|
+
/**
|
|
92247
|
+
* The name of the data catalog used in Athena query execution.
|
|
92248
|
+
*/
|
|
92249
|
+
catalog: pulumi.Input<string>;
|
|
92250
|
+
/**
|
|
92251
|
+
* The name of the database used in the Athena query execution.
|
|
92252
|
+
*/
|
|
92253
|
+
database: pulumi.Input<string>;
|
|
92254
|
+
/**
|
|
92255
|
+
* The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data generated from an Athena query execution.
|
|
92256
|
+
*/
|
|
92257
|
+
kmsKeyId?: pulumi.Input<string>;
|
|
92258
|
+
/**
|
|
92259
|
+
* The compression used for Athena query results.
|
|
92260
|
+
*/
|
|
92261
|
+
outputCompression?: pulumi.Input<enums.sagemaker.ProcessingJobAthenaDatasetDefinitionOutputCompression>;
|
|
92262
|
+
/**
|
|
92263
|
+
* The data storage format for Athena query results.
|
|
92264
|
+
*/
|
|
92265
|
+
outputFormat: pulumi.Input<enums.sagemaker.ProcessingJobAthenaDatasetDefinitionOutputFormat>;
|
|
92266
|
+
/**
|
|
92267
|
+
* The location in Amazon S3 where Athena query results are stored.
|
|
92268
|
+
*/
|
|
92269
|
+
outputS3Uri: pulumi.Input<string>;
|
|
92270
|
+
/**
|
|
92271
|
+
* The SQL query statements, to be executed.
|
|
92272
|
+
*/
|
|
92273
|
+
queryString: pulumi.Input<string>;
|
|
92274
|
+
/**
|
|
92275
|
+
* The name of the workgroup in which the Athena query is being started.
|
|
92276
|
+
*/
|
|
92277
|
+
workGroup?: pulumi.Input<string>;
|
|
92278
|
+
}
|
|
92279
|
+
/**
|
|
92280
|
+
* Configuration for the cluster used to run a processing job.
|
|
92281
|
+
*/
|
|
92282
|
+
interface ProcessingJobClusterConfigArgs {
|
|
92283
|
+
/**
|
|
92284
|
+
* The number of ML compute instances to use in the processing job. For distributed processing jobs, specify a value greater than 1. The default value is 1.
|
|
92285
|
+
*/
|
|
92286
|
+
instanceCount: pulumi.Input<number>;
|
|
92287
|
+
/**
|
|
92288
|
+
* The ML compute instance type for the processing job.
|
|
92289
|
+
*/
|
|
92290
|
+
instanceType: pulumi.Input<enums.sagemaker.ProcessingJobClusterConfigInstanceType>;
|
|
92291
|
+
/**
|
|
92292
|
+
* The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the processing job.
|
|
92293
|
+
*/
|
|
92294
|
+
volumeKmsKeyId?: pulumi.Input<string>;
|
|
92295
|
+
/**
|
|
92296
|
+
* The size of the ML storage volume in gigabytes that you want to provision. You must specify sufficient ML storage for your scenario.
|
|
92297
|
+
*/
|
|
92298
|
+
volumeSizeInGb: pulumi.Input<number>;
|
|
92299
|
+
}
|
|
92300
|
+
/**
|
|
92301
|
+
* Configuration for Dataset Definition inputs. The Dataset Definition input must specify exactly one of either `AthenaDatasetDefinition` or `RedshiftDatasetDefinition` types.
|
|
92302
|
+
*/
|
|
92303
|
+
interface ProcessingJobDatasetDefinitionArgs {
|
|
92304
|
+
/**
|
|
92305
|
+
* Configuration for Athena Dataset Definition input.
|
|
92306
|
+
*/
|
|
92307
|
+
athenaDatasetDefinition?: pulumi.Input<inputs.sagemaker.ProcessingJobAthenaDatasetDefinitionArgs>;
|
|
92308
|
+
/**
|
|
92309
|
+
* Whether the generated dataset is FullyReplicated or ShardedByS3Key (default).
|
|
92310
|
+
*/
|
|
92311
|
+
dataDistributionType?: pulumi.Input<enums.sagemaker.ProcessingJobDatasetDefinitionDataDistributionType>;
|
|
92312
|
+
/**
|
|
92313
|
+
* Whether to use File or Pipe input mode. In File (default) mode, Amazon SageMaker copies the data from the input source onto the local Amazon Elastic Block Store (Amazon EBS) volumes before starting your training algorithm. This is the most commonly used input mode. In Pipe mode, Amazon SageMaker streams input data from the source directly to your algorithm without using the EBS volume.
|
|
92314
|
+
*/
|
|
92315
|
+
inputMode?: pulumi.Input<enums.sagemaker.ProcessingJobDatasetDefinitionInputMode>;
|
|
92316
|
+
/**
|
|
92317
|
+
* The local path where you want Amazon SageMaker to download the Dataset Definition inputs to run a processing job. LocalPath is an absolute path to the input data. This is a required parameter when AppManaged is False (default).
|
|
92318
|
+
*/
|
|
92319
|
+
localPath?: pulumi.Input<string>;
|
|
92320
|
+
/**
|
|
92321
|
+
* Configuration for Redshift Dataset Definition input.
|
|
92322
|
+
*/
|
|
92323
|
+
redshiftDatasetDefinition?: pulumi.Input<inputs.sagemaker.ProcessingJobRedshiftDatasetDefinitionArgs>;
|
|
92324
|
+
}
|
|
92325
|
+
/**
|
|
92326
|
+
* Sets the environment variables in the Docker container
|
|
92327
|
+
*/
|
|
92328
|
+
interface ProcessingJobEnvironmentArgs {
|
|
92329
|
+
}
|
|
92330
|
+
/**
|
|
92331
|
+
* Associates a SageMaker job as a trial component with an experiment and trial.
|
|
92332
|
+
*/
|
|
92333
|
+
interface ProcessingJobExperimentConfigArgs {
|
|
92334
|
+
/**
|
|
92335
|
+
* The name of an existing experiment to associate with the trial component.
|
|
92336
|
+
*/
|
|
92337
|
+
experimentName?: pulumi.Input<string>;
|
|
92338
|
+
/**
|
|
92339
|
+
* The name of the experiment run to associate with the trial component.
|
|
92340
|
+
*/
|
|
92341
|
+
runName?: pulumi.Input<string>;
|
|
92342
|
+
/**
|
|
92343
|
+
* The display name for the trial component. If this key isn't specified, the display name is the trial component name.
|
|
92344
|
+
*/
|
|
92345
|
+
trialComponentDisplayName?: pulumi.Input<string>;
|
|
92346
|
+
/**
|
|
92347
|
+
* The name of an existing trial to associate the trial component with. If not specified, a new trial is created.
|
|
92348
|
+
*/
|
|
92349
|
+
trialName?: pulumi.Input<string>;
|
|
92350
|
+
}
|
|
92351
|
+
/**
|
|
92352
|
+
* Configuration for processing job outputs in Amazon SageMaker Feature Store.
|
|
92353
|
+
*/
|
|
92354
|
+
interface ProcessingJobFeatureStoreOutputArgs {
|
|
92355
|
+
/**
|
|
92356
|
+
* The name of the Amazon SageMaker FeatureGroup to use as the destination for processing job output. Note that your processing script is responsible for putting records into your Feature Store.
|
|
92357
|
+
*/
|
|
92358
|
+
featureGroupName: pulumi.Input<string>;
|
|
92359
|
+
}
|
|
92360
|
+
/**
|
|
92361
|
+
* Networking options for a job, such as network traffic encryption between containers, whether to allow inbound and outbound network calls to and from containers, and the VPC subnets and security groups to use for VPC-enabled jobs.
|
|
92362
|
+
*/
|
|
92363
|
+
interface ProcessingJobNetworkConfigArgs {
|
|
92364
|
+
/**
|
|
92365
|
+
* Whether to encrypt all communications between distributed processing jobs. Choose True to encrypt communications. Encryption provides greater security for distributed processing jobs, but the processing might take longer.
|
|
92366
|
+
*/
|
|
92367
|
+
enableInterContainerTrafficEncryption?: pulumi.Input<boolean>;
|
|
92368
|
+
/**
|
|
92369
|
+
* Whether to allow inbound and outbound network calls to and from the containers used for the processing job.
|
|
92370
|
+
*/
|
|
92371
|
+
enableNetworkIsolation?: pulumi.Input<boolean>;
|
|
92372
|
+
/**
|
|
92373
|
+
* Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources have access to. You can control access to and from your resources by configuring a VPC. For more information, see [Give SageMaker Access to Resources in your Amazon VPC](https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html) .
|
|
92374
|
+
*/
|
|
92375
|
+
vpcConfig?: pulumi.Input<inputs.sagemaker.ProcessingJobVpcConfigArgs>;
|
|
92376
|
+
}
|
|
92377
|
+
/**
|
|
92378
|
+
* The inputs for a processing job. The processing input must specify exactly one of either S3Input or DatasetDefinition types.
|
|
92379
|
+
*/
|
|
92380
|
+
interface ProcessingJobProcessingInputsObjectArgs {
|
|
92381
|
+
/**
|
|
92382
|
+
* When True, input operations such as data download are managed natively by the processing job application. When False (default), input operations are managed by Amazon SageMaker.
|
|
92383
|
+
*/
|
|
92384
|
+
appManaged?: pulumi.Input<boolean>;
|
|
92385
|
+
/**
|
|
92386
|
+
* Configuration for Dataset Definition inputs. The Dataset Definition input must specify exactly one of either `AthenaDatasetDefinition` or `RedshiftDatasetDefinition` types.
|
|
92387
|
+
*/
|
|
92388
|
+
datasetDefinition?: pulumi.Input<inputs.sagemaker.ProcessingJobDatasetDefinitionArgs>;
|
|
92389
|
+
/**
|
|
92390
|
+
* The name for the processing job input.
|
|
92391
|
+
*/
|
|
92392
|
+
inputName: pulumi.Input<string>;
|
|
92393
|
+
/**
|
|
92394
|
+
* Configuration for downloading input data from Amazon S3 into the processing container.
|
|
92395
|
+
*/
|
|
92396
|
+
s3Input?: pulumi.Input<inputs.sagemaker.ProcessingJobS3InputArgs>;
|
|
92397
|
+
}
|
|
92398
|
+
/**
|
|
92399
|
+
* Configuration for uploading output from the processing container.
|
|
92400
|
+
*/
|
|
92401
|
+
interface ProcessingJobProcessingOutputConfigArgs {
|
|
92402
|
+
/**
|
|
92403
|
+
* The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt the processing job output. KmsKeyId can be an ID of a KMS key, ARN of a KMS key, or alias of a KMS key. The KmsKeyId is applied to all outputs.
|
|
92404
|
+
*/
|
|
92405
|
+
kmsKeyId?: pulumi.Input<string>;
|
|
92406
|
+
/**
|
|
92407
|
+
* An array of outputs configuring the data to upload from the processing container.
|
|
92408
|
+
*/
|
|
92409
|
+
outputs: pulumi.Input<pulumi.Input<inputs.sagemaker.ProcessingJobProcessingOutputsObjectArgs>[]>;
|
|
92410
|
+
}
|
|
92411
|
+
/**
|
|
92412
|
+
* Describes the results of a processing job. The processing output must specify exactly one of either S3Output or FeatureStoreOutput types.
|
|
92413
|
+
*/
|
|
92414
|
+
interface ProcessingJobProcessingOutputsObjectArgs {
|
|
92415
|
+
/**
|
|
92416
|
+
* When True, output operations such as data upload are managed natively by the processing job application. When False (default), output operations are managed by Amazon SageMaker.
|
|
92417
|
+
*/
|
|
92418
|
+
appManaged?: pulumi.Input<boolean>;
|
|
92419
|
+
/**
|
|
92420
|
+
* Configuration for processing job outputs in Amazon SageMaker Feature Store.
|
|
92421
|
+
*/
|
|
92422
|
+
featureStoreOutput?: pulumi.Input<inputs.sagemaker.ProcessingJobFeatureStoreOutputArgs>;
|
|
92423
|
+
/**
|
|
92424
|
+
* The name for the processing job output.
|
|
92425
|
+
*/
|
|
92426
|
+
outputName: pulumi.Input<string>;
|
|
92427
|
+
/**
|
|
92428
|
+
* Configuration for uploading output data to Amazon S3 from the processing container.
|
|
92429
|
+
*/
|
|
92430
|
+
s3Output?: pulumi.Input<inputs.sagemaker.ProcessingJobS3OutputArgs>;
|
|
92431
|
+
}
|
|
92432
|
+
/**
|
|
92433
|
+
* Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job. In distributed training, you specify more than one instance.
|
|
92434
|
+
*/
|
|
92435
|
+
interface ProcessingJobProcessingResourcesArgs {
|
|
92436
|
+
/**
|
|
92437
|
+
* The configuration for the resources in a cluster used to run the processing job.
|
|
92438
|
+
*/
|
|
92439
|
+
clusterConfig: pulumi.Input<inputs.sagemaker.ProcessingJobClusterConfigArgs>;
|
|
92440
|
+
}
|
|
92441
|
+
/**
|
|
92442
|
+
* Configuration for Redshift Dataset Definition input.
|
|
92443
|
+
*/
|
|
92444
|
+
interface ProcessingJobRedshiftDatasetDefinitionArgs {
|
|
92445
|
+
/**
|
|
92446
|
+
* The Redshift cluster Identifier.
|
|
92447
|
+
*/
|
|
92448
|
+
clusterId: pulumi.Input<string>;
|
|
92449
|
+
/**
|
|
92450
|
+
* The IAM role attached to your Redshift cluster that Amazon SageMaker uses to generate datasets.
|
|
92451
|
+
*/
|
|
92452
|
+
clusterRoleArn: pulumi.Input<string>;
|
|
92453
|
+
/**
|
|
92454
|
+
* The name of the Redshift database used in Redshift query execution.
|
|
92455
|
+
*/
|
|
92456
|
+
database: pulumi.Input<string>;
|
|
92457
|
+
/**
|
|
92458
|
+
* The database user name used in Redshift query execution.
|
|
92459
|
+
*/
|
|
92460
|
+
dbUser: pulumi.Input<string>;
|
|
92461
|
+
/**
|
|
92462
|
+
* The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data from a Redshift execution.
|
|
92463
|
+
*/
|
|
92464
|
+
kmsKeyId?: pulumi.Input<string>;
|
|
92465
|
+
/**
|
|
92466
|
+
* The compression used for Redshift query results.
|
|
92467
|
+
*/
|
|
92468
|
+
outputCompression?: pulumi.Input<enums.sagemaker.ProcessingJobRedshiftDatasetDefinitionOutputCompression>;
|
|
92469
|
+
/**
|
|
92470
|
+
* The data storage format for Redshift query results.
|
|
92471
|
+
*/
|
|
92472
|
+
outputFormat: pulumi.Input<enums.sagemaker.ProcessingJobRedshiftDatasetDefinitionOutputFormat>;
|
|
92473
|
+
/**
|
|
92474
|
+
* The location in Amazon S3 where the Redshift query results are stored.
|
|
92475
|
+
*/
|
|
92476
|
+
outputS3Uri: pulumi.Input<string>;
|
|
92477
|
+
/**
|
|
92478
|
+
* The SQL query statements to be executed.
|
|
92479
|
+
*/
|
|
92480
|
+
queryString: pulumi.Input<string>;
|
|
92481
|
+
}
|
|
92482
|
+
/**
|
|
92483
|
+
* Configuration for downloading input data from Amazon S3 into the processing container.
|
|
92484
|
+
*/
|
|
92485
|
+
interface ProcessingJobS3InputArgs {
|
|
92486
|
+
/**
|
|
92487
|
+
* The local path in your container where you want Amazon SageMaker to write input data to. `LocalPath` is an absolute path to the input data and must begin with `/opt/ml/processing/`. LocalPath is a required parameter when `AppManaged` is `False` (default).
|
|
92488
|
+
*/
|
|
92489
|
+
localPath?: pulumi.Input<string>;
|
|
92490
|
+
/**
|
|
92491
|
+
* Whether to GZIP-decompress the data in Amazon S3 as it is streamed into the processing container. `Gzip` can only be used when `Pipe` mode is specified as the `S3InputMode`. In `Pipe` mode, Amazon SageMaker streams input data from the source directly to your container without using the EBS volume.
|
|
92492
|
+
*/
|
|
92493
|
+
s3CompressionType?: pulumi.Input<enums.sagemaker.ProcessingJobS3InputS3CompressionType>;
|
|
92494
|
+
/**
|
|
92495
|
+
* Whether to distribute the data from Amazon S3 to all processing instances with `FullyReplicated`, or whether the data from Amazon S3 is shared by Amazon S3 key, downloading one shard of data to each processing instance.
|
|
92496
|
+
*/
|
|
92497
|
+
s3DataDistributionType?: pulumi.Input<enums.sagemaker.ProcessingJobS3InputS3DataDistributionType>;
|
|
92498
|
+
/**
|
|
92499
|
+
* Whether you use an S3Prefix or a ManifestFile for the data type. If you choose S3Prefix, S3Uri identifies a key name prefix. Amazon SageMaker uses all objects with the specified key name prefix for the processing job. If you choose ManifestFile, S3Uri identifies an object that is a manifest file containing a list of object keys that you want Amazon SageMaker to use for the processing job.
|
|
92500
|
+
*/
|
|
92501
|
+
s3DataType: pulumi.Input<enums.sagemaker.ProcessingJobS3InputS3DataType>;
|
|
92502
|
+
/**
|
|
92503
|
+
* Whether to use File or Pipe input mode. In File mode, Amazon SageMaker copies the data from the input source onto the local ML storage volume before starting your processing container. This is the most commonly used input mode. In Pipe mode, Amazon SageMaker streams input data from the source directly to your processing container into named pipes without using the ML storage volume.
|
|
92504
|
+
*/
|
|
92505
|
+
s3InputMode?: pulumi.Input<enums.sagemaker.ProcessingJobS3InputS3InputMode>;
|
|
92506
|
+
/**
|
|
92507
|
+
* The URI of the Amazon S3 prefix Amazon SageMaker downloads data required to run a processing job.
|
|
92508
|
+
*/
|
|
92509
|
+
s3Uri: pulumi.Input<string>;
|
|
92510
|
+
}
|
|
92511
|
+
/**
|
|
92512
|
+
* Configuration for uploading output data to Amazon S3 from the processing container.
|
|
92513
|
+
*/
|
|
92514
|
+
interface ProcessingJobS3OutputArgs {
|
|
92515
|
+
/**
|
|
92516
|
+
* The local path of a directory where you want Amazon SageMaker to upload its contents to Amazon S3. LocalPath is an absolute path to a directory containing output files. This directory will be created by the platform and exist when your container's entrypoint is invoked.
|
|
92517
|
+
*/
|
|
92518
|
+
localPath?: pulumi.Input<string>;
|
|
92519
|
+
/**
|
|
92520
|
+
* Whether to upload the results of the processing job continuously or after the job completes.
|
|
92521
|
+
*/
|
|
92522
|
+
s3UploadMode: pulumi.Input<enums.sagemaker.ProcessingJobS3OutputS3UploadMode>;
|
|
92523
|
+
/**
|
|
92524
|
+
* A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of a processing job.
|
|
92525
|
+
*/
|
|
92526
|
+
s3Uri: pulumi.Input<string>;
|
|
92527
|
+
}
|
|
92528
|
+
/**
|
|
92529
|
+
* Configures conditions under which the processing job should be stopped, such as how long the processing job has been running. After the condition is met, the processing job is stopped.
|
|
92530
|
+
*/
|
|
92531
|
+
interface ProcessingJobStoppingConditionArgs {
|
|
92532
|
+
/**
|
|
92533
|
+
* Specifies the maximum runtime in seconds.
|
|
92534
|
+
*/
|
|
92535
|
+
maxRuntimeInSeconds: pulumi.Input<number>;
|
|
92536
|
+
}
|
|
92537
|
+
/**
|
|
92538
|
+
* Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources have access to. You can control access to and from your resources by configuring a VPC. For more information, see https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html
|
|
92539
|
+
*/
|
|
92540
|
+
interface ProcessingJobVpcConfigArgs {
|
|
92541
|
+
/**
|
|
92542
|
+
* The VPC security group IDs, in the form 'sg-xxxxxxxx'. Specify the security groups for the VPC that is specified in the 'Subnets' field.
|
|
92543
|
+
*/
|
|
92544
|
+
securityGroupIds: pulumi.Input<pulumi.Input<string>[]>;
|
|
92545
|
+
/**
|
|
92546
|
+
* The ID of the subnets in the VPC to which you want to connect your training job or model. For information about the availability of specific instance types, see https://docs.aws.amazon.com/sagemaker/latest/dg/regions-quotas.html
|
|
92547
|
+
*/
|
|
92548
|
+
subnets: pulumi.Input<pulumi.Input<string>[]>;
|
|
92549
|
+
}
|
|
91779
92550
|
interface ProjectCfnStackParameterArgs {
|
|
91780
92551
|
/**
|
|
91781
92552
|
* The key of the parameter.
|
|
@@ -97230,11 +98001,11 @@ export declare namespace verifiedpermissions {
|
|
|
97230
98001
|
*/
|
|
97231
98002
|
mode: pulumi.Input<enums.verifiedpermissions.PolicyStoreDeletionMode>;
|
|
97232
98003
|
}
|
|
97233
|
-
interface
|
|
97234
|
-
|
|
97235
|
-
|
|
97236
|
-
|
|
97237
|
-
|
|
98004
|
+
interface PolicyStoreSchemaDefinition0PropertiesArgs {
|
|
98005
|
+
cedarJson: pulumi.Input<string>;
|
|
98006
|
+
}
|
|
98007
|
+
interface PolicyStoreSchemaDefinition1PropertiesArgs {
|
|
98008
|
+
cedarFormat: pulumi.Input<string>;
|
|
97238
98009
|
}
|
|
97239
98010
|
interface PolicyStoreValidationSettingsArgs {
|
|
97240
98011
|
/**
|
|
@@ -101773,6 +102544,24 @@ export declare namespace workspacesweb {
|
|
|
101773
102544
|
*/
|
|
101774
102545
|
ipRange: pulumi.Input<string>;
|
|
101775
102546
|
}
|
|
102547
|
+
interface SessionLoggerEventFilter0PropertiesArgs {
|
|
102548
|
+
all: pulumi.Input<inputs.workspacesweb.SessionLoggerUnitArgs>;
|
|
102549
|
+
}
|
|
102550
|
+
interface SessionLoggerEventFilter1PropertiesArgs {
|
|
102551
|
+
include: pulumi.Input<pulumi.Input<enums.workspacesweb.SessionLoggerEvent>[]>;
|
|
102552
|
+
}
|
|
102553
|
+
interface SessionLoggerLogConfigurationArgs {
|
|
102554
|
+
s3?: pulumi.Input<inputs.workspacesweb.SessionLoggerS3LogConfigurationArgs>;
|
|
102555
|
+
}
|
|
102556
|
+
interface SessionLoggerS3LogConfigurationArgs {
|
|
102557
|
+
bucket: pulumi.Input<string>;
|
|
102558
|
+
bucketOwner?: pulumi.Input<string>;
|
|
102559
|
+
folderStructure: pulumi.Input<enums.workspacesweb.SessionLoggerFolderStructure>;
|
|
102560
|
+
keyPrefix?: pulumi.Input<string>;
|
|
102561
|
+
logFileFormat: pulumi.Input<enums.workspacesweb.SessionLoggerLogFileFormat>;
|
|
102562
|
+
}
|
|
102563
|
+
interface SessionLoggerUnitArgs {
|
|
102564
|
+
}
|
|
101776
102565
|
interface UserSettingsCookieSpecificationArgs {
|
|
101777
102566
|
/**
|
|
101778
102567
|
* The domain of the cookie.
|