@pulumi/aws 5.19.0 → 5.20.0
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/acm/getCertificate.d.ts +2 -2
- package/acmpca/certificate.d.ts +5 -1
- package/acmpca/certificate.js +5 -1
- package/acmpca/certificate.js.map +1 -1
- package/acmpca/certificateAuthority.d.ts +29 -0
- package/acmpca/certificateAuthority.js +19 -0
- package/acmpca/certificateAuthority.js.map +1 -1
- package/acmpca/getCertificateAuthority.d.ts +4 -0
- package/acmpca/getCertificateAuthority.js.map +1 -1
- package/alb/targetGroup.d.ts +12 -0
- package/alb/targetGroup.js +2 -0
- package/alb/targetGroup.js.map +1 -1
- package/applicationloadbalancing/targetGroup.d.ts +12 -0
- package/applicationloadbalancing/targetGroup.js +2 -0
- package/applicationloadbalancing/targetGroup.js.map +1 -1
- package/apprunner/index.d.ts +3 -0
- package/apprunner/index.js +6 -1
- package/apprunner/index.js.map +1 -1
- package/apprunner/vpcConnector.d.ts +9 -0
- package/apprunner/vpcConnector.js +2 -0
- package/apprunner/vpcConnector.js.map +1 -1
- package/apprunner/vpcIngressConnection.d.ts +145 -0
- package/apprunner/vpcIngressConnection.js +98 -0
- package/apprunner/vpcIngressConnection.js.map +1 -0
- package/batch/computeEnvironment.d.ts +12 -0
- package/batch/computeEnvironment.js +2 -0
- package/batch/computeEnvironment.js.map +1 -1
- package/budgets/budget.d.ts +51 -5
- package/budgets/budget.js +26 -6
- package/budgets/budget.js.map +1 -1
- package/cloudfront/distribution.d.ts +1 -1
- package/cloudfront/distribution.js +1 -1
- package/cloudfront/getCachePolicy.d.ts +13 -0
- package/cloudfront/getCachePolicy.js +13 -0
- package/cloudfront/getCachePolicy.js.map +1 -1
- package/cloudfront/getOriginAccessIdentity.d.ts +16 -0
- package/cloudfront/getOriginAccessIdentity.js +16 -0
- package/cloudfront/getOriginAccessIdentity.js.map +1 -1
- package/cloudfront/getOriginRequestPolicy.d.ts +13 -2
- package/cloudfront/getOriginRequestPolicy.js +13 -2
- package/cloudfront/getOriginRequestPolicy.js.map +1 -1
- package/cloudfront/getResponseHeadersPolicy.d.ts +13 -0
- package/cloudfront/getResponseHeadersPolicy.js +13 -0
- package/cloudfront/getResponseHeadersPolicy.js.map +1 -1
- package/cognito/userPool.d.ts +12 -0
- package/cognito/userPool.js +2 -0
- package/cognito/userPool.js.map +1 -1
- package/cognito/userPoolClient.d.ts +12 -0
- package/cognito/userPoolClient.js +2 -0
- package/cognito/userPoolClient.js.map +1 -1
- package/connect/getInstanceStorageConfig.d.ts +70 -0
- package/connect/getInstanceStorageConfig.js +40 -0
- package/connect/getInstanceStorageConfig.js.map +1 -0
- package/connect/index.d.ts +6 -0
- package/connect/index.js +9 -1
- package/connect/index.js.map +1 -1
- package/connect/phoneNumber.d.ts +195 -0
- package/connect/phoneNumber.js +131 -0
- package/connect/phoneNumber.js.map +1 -0
- package/directconnect/getRouterConfiguration.d.ts +67 -0
- package/directconnect/getRouterConfiguration.js +37 -0
- package/directconnect/getRouterConfiguration.js.map +1 -0
- package/directconnect/index.d.ts +3 -0
- package/directconnect/index.js +4 -1
- package/directconnect/index.js.map +1 -1
- package/ec2/amiCopy.d.ts +8 -0
- package/ec2/amiCopy.js +2 -0
- package/ec2/amiCopy.js.map +1 -1
- package/ec2/amiFromInstance.d.ts +8 -0
- package/ec2/amiFromInstance.js +2 -0
- package/ec2/amiFromInstance.js.map +1 -1
- package/ec2/capacityReservation.d.ts +12 -0
- package/ec2/capacityReservation.js +2 -0
- package/ec2/capacityReservation.js.map +1 -1
- package/ec2/defaultNetworkAcl.d.ts +3 -3
- package/ec2/flowLog.d.ts +52 -4
- package/ec2/flowLog.js +49 -1
- package/ec2/flowLog.js.map +1 -1
- package/ec2/networkInterfaceAttachment.d.ts +8 -0
- package/ec2/networkInterfaceAttachment.js +8 -0
- package/ec2/networkInterfaceAttachment.js.map +1 -1
- package/elasticache/globalReplicationGroup.d.ts +24 -0
- package/elasticache/globalReplicationGroup.js +4 -0
- package/elasticache/globalReplicationGroup.js.map +1 -1
- package/elasticloadbalancingv2/targetGroup.d.ts +12 -0
- package/elasticloadbalancingv2/targetGroup.js +2 -0
- package/elasticloadbalancingv2/targetGroup.js.map +1 -1
- package/evidently/index.d.ts +3 -0
- package/evidently/index.js +6 -1
- package/evidently/index.js.map +1 -1
- package/evidently/project.d.ts +2 -2
- package/evidently/project.js +2 -2
- package/evidently/segment.d.ts +205 -0
- package/evidently/segment.js +127 -0
- package/evidently/segment.js.map +1 -0
- package/fsx/fileCache.d.ts +263 -0
- package/fsx/fileCache.js +141 -0
- package/fsx/fileCache.js.map +1 -0
- package/fsx/index.d.ts +3 -0
- package/fsx/index.js +6 -1
- package/fsx/index.js.map +1 -1
- package/inspector2/enabler.d.ts +80 -0
- package/inspector2/enabler.js +86 -0
- package/inspector2/enabler.js.map +1 -0
- package/inspector2/index.d.ts +3 -0
- package/inspector2/index.js +6 -1
- package/inspector2/index.js.map +1 -1
- package/lb/targetGroup.d.ts +12 -0
- package/lb/targetGroup.js +2 -0
- package/lb/targetGroup.js.map +1 -1
- package/lightsail/disk.d.ts +153 -0
- package/lightsail/disk.js +99 -0
- package/lightsail/disk.js.map +1 -0
- package/lightsail/disk_attachment.d.ts +112 -0
- package/lightsail/disk_attachment.js +102 -0
- package/lightsail/disk_attachment.js.map +1 -0
- package/lightsail/index.d.ts +15 -0
- package/lightsail/index.js +26 -1
- package/lightsail/index.js.map +1 -1
- package/lightsail/lbCertificate.d.ts +136 -0
- package/lightsail/lbCertificate.js +96 -0
- package/lightsail/lbCertificate.js.map +1 -0
- package/lightsail/lbCertificateAttachment.d.ts +94 -0
- package/lightsail/lbCertificateAttachment.js +91 -0
- package/lightsail/lbCertificateAttachment.js.map +1 -0
- package/lightsail/lbStickinessPolicy.d.ts +103 -0
- package/lightsail/lbStickinessPolicy.js +93 -0
- package/lightsail/lbStickinessPolicy.js.map +1 -0
- package/networkmanager/getCoreNetworkPolicyDocument.d.ts +2 -2
- package/networkmanager/getCoreNetworkPolicyDocument.js +2 -2
- package/outposts/getAssets.d.ts +42 -1
- package/outposts/getAssets.js +25 -0
- package/outposts/getAssets.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/rds/instance.d.ts +3 -6
- package/rds/instance.js.map +1 -1
- package/rds/parameterGroup.d.ts +0 -21
- package/rds/parameterGroup.js +0 -21
- package/rds/parameterGroup.js.map +1 -1
- package/route53/getTrafficPolicyDocument.d.ts +75 -0
- package/route53/getTrafficPolicyDocument.js +75 -0
- package/route53/getTrafficPolicyDocument.js.map +1 -1
- package/route53/index.d.ts +3 -0
- package/route53/index.js +6 -1
- package/route53/index.js.map +1 -1
- package/route53/resolverConfig.d.ts +96 -0
- package/route53/resolverConfig.js +87 -0
- package/route53/resolverConfig.js.map +1 -0
- package/sagemaker/domain.d.ts +35 -3
- package/sagemaker/domain.js +6 -0
- package/sagemaker/domain.js.map +1 -1
- package/sagemaker/index.d.ts +3 -0
- package/sagemaker/index.js +6 -1
- package/sagemaker/index.js.map +1 -1
- package/sagemaker/servicecatalogPortfolioStatus.d.ts +72 -0
- package/sagemaker/servicecatalogPortfolioStatus.js +76 -0
- package/sagemaker/servicecatalogPortfolioStatus.js.map +1 -0
- package/sagemaker/workforce.d.ts +14 -0
- package/sagemaker/workforce.js +2 -0
- package/sagemaker/workforce.js.map +1 -1
- package/secretsmanager/secret.d.ts +1 -1
- package/secretsmanager/secret.js +1 -1
- package/secretsmanager/secretRotation.d.ts +1 -1
- package/secretsmanager/secretRotation.js +1 -1
- package/sesv2/dedicatedIpAssignment.d.ts +82 -0
- package/sesv2/dedicatedIpAssignment.js +79 -0
- package/sesv2/dedicatedIpAssignment.js.map +1 -0
- package/sesv2/dedicatedIpPool.d.ts +23 -0
- package/sesv2/dedicatedIpPool.js +13 -0
- package/sesv2/dedicatedIpPool.js.map +1 -1
- package/sesv2/emailIdentity.d.ts +161 -0
- package/sesv2/emailIdentity.js +111 -0
- package/sesv2/emailIdentity.js.map +1 -0
- package/sesv2/emailIdentityFeedbackAttributes.d.ts +83 -0
- package/sesv2/emailIdentityFeedbackAttributes.js +77 -0
- package/sesv2/emailIdentityFeedbackAttributes.js.map +1 -0
- package/sesv2/getDedicatedIpPool.d.ts +4 -0
- package/sesv2/getDedicatedIpPool.js.map +1 -1
- package/sesv2/index.d.ts +9 -0
- package/sesv2/index.js +16 -1
- package/sesv2/index.js.map +1 -1
- package/sfn/stateMachine.d.ts +9 -6
- package/sfn/stateMachine.js +2 -0
- package/sfn/stateMachine.js.map +1 -1
- package/ssm/defaultPatchBaseline.d.ts +139 -0
- package/ssm/defaultPatchBaseline.js +88 -0
- package/ssm/defaultPatchBaseline.js.map +1 -0
- package/ssm/index.d.ts +3 -0
- package/ssm/index.js +6 -1
- package/ssm/index.js.map +1 -1
- package/ssm/parameter.d.ts +3 -3
- package/ssm/patchBaseline.d.ts +111 -32
- package/ssm/patchBaseline.js +6 -8
- package/ssm/patchBaseline.js.map +1 -1
- package/swf/domain.d.ts +1 -1
- package/transfer/workflow.d.ts +30 -0
- package/transfer/workflow.js +30 -0
- package/transfer/workflow.js.map +1 -1
- package/types/input.d.ts +422 -19
- package/types/output.d.ts +527 -19
package/types/input.d.ts
CHANGED
|
@@ -1291,10 +1291,20 @@ export declare namespace alb {
|
|
|
1291
1291
|
*/
|
|
1292
1292
|
enabled?: pulumi.Input<boolean>;
|
|
1293
1293
|
/**
|
|
1294
|
-
* The type of sticky sessions. The only current possible values are `lbCookie`, `appCookie` for ALBs, and `
|
|
1294
|
+
* The type of sticky sessions. The only current possible values are `lbCookie`, `appCookie` for ALBs, `sourceIp` for NLBs, and `sourceIpDestIp`, `sourceIpDestIpProto` for GWLBs.
|
|
1295
1295
|
*/
|
|
1296
1296
|
type: pulumi.Input<string>;
|
|
1297
1297
|
}
|
|
1298
|
+
interface TargetGroupTargetFailover {
|
|
1299
|
+
/**
|
|
1300
|
+
* Indicates how the GWLB handles existing flows when a target is deregistered. Possible values are `rebalance` and `noRebalance`. Must match the attribute value set for `onUnhealthy`. Default: `noRebalance`.
|
|
1301
|
+
*/
|
|
1302
|
+
onDeregistration: pulumi.Input<string>;
|
|
1303
|
+
/**
|
|
1304
|
+
* Indicates how the GWLB handles existing flows when a target is unhealthy. Possible values are `rebalance` and `noRebalance`. Must match the attribute value set for `onDeregistration`. Default: `noRebalance`.
|
|
1305
|
+
*/
|
|
1306
|
+
onUnhealthy: pulumi.Input<string>;
|
|
1307
|
+
}
|
|
1298
1308
|
}
|
|
1299
1309
|
export declare namespace amp {
|
|
1300
1310
|
interface WorkspaceLoggingConfiguration {
|
|
@@ -3999,10 +4009,20 @@ export declare namespace applicationloadbalancing {
|
|
|
3999
4009
|
*/
|
|
4000
4010
|
enabled?: pulumi.Input<boolean>;
|
|
4001
4011
|
/**
|
|
4002
|
-
* The type of sticky sessions. The only current possible values are `lbCookie`, `appCookie` for ALBs, and `
|
|
4012
|
+
* The type of sticky sessions. The only current possible values are `lbCookie`, `appCookie` for ALBs, `sourceIp` for NLBs, and `sourceIpDestIp`, `sourceIpDestIpProto` for GWLBs.
|
|
4003
4013
|
*/
|
|
4004
4014
|
type: pulumi.Input<string>;
|
|
4005
4015
|
}
|
|
4016
|
+
interface TargetGroupTargetFailover {
|
|
4017
|
+
/**
|
|
4018
|
+
* Indicates how the GWLB handles existing flows when a target is deregistered. Possible values are `rebalance` and `noRebalance`. Must match the attribute value set for `onUnhealthy`. Default: `noRebalance`.
|
|
4019
|
+
*/
|
|
4020
|
+
onDeregistration: pulumi.Input<string>;
|
|
4021
|
+
/**
|
|
4022
|
+
* Indicates how the GWLB handles existing flows when a target is unhealthy. Possible values are `rebalance` and `noRebalance`. Must match the attribute value set for `onDeregistration`. Default: `noRebalance`.
|
|
4023
|
+
*/
|
|
4024
|
+
onUnhealthy: pulumi.Input<string>;
|
|
4025
|
+
}
|
|
4006
4026
|
}
|
|
4007
4027
|
export declare namespace appmesh {
|
|
4008
4028
|
interface GatewayRouteSpec {
|
|
@@ -5903,20 +5923,30 @@ export declare namespace apprunner {
|
|
|
5903
5923
|
}
|
|
5904
5924
|
interface ServiceNetworkConfiguration {
|
|
5905
5925
|
/**
|
|
5906
|
-
* Network configuration settings for outbound message traffic.
|
|
5926
|
+
* Network configuration settings for outbound message traffic. See Egress Configuration below for more details.
|
|
5907
5927
|
*/
|
|
5908
5928
|
egressConfiguration?: pulumi.Input<inputs.apprunner.ServiceNetworkConfigurationEgressConfiguration>;
|
|
5929
|
+
/**
|
|
5930
|
+
* Network configuration settings for inbound network traffic. See Ingress Configuration below for more details.
|
|
5931
|
+
*/
|
|
5932
|
+
ingressConfiguration?: pulumi.Input<inputs.apprunner.ServiceNetworkConfigurationIngressConfiguration>;
|
|
5909
5933
|
}
|
|
5910
5934
|
interface ServiceNetworkConfigurationEgressConfiguration {
|
|
5911
5935
|
/**
|
|
5912
|
-
*
|
|
5936
|
+
* The type of egress configuration. Valid values are: `DEFAULT` and `VPC`.
|
|
5913
5937
|
*/
|
|
5914
5938
|
egressType?: pulumi.Input<string>;
|
|
5915
5939
|
/**
|
|
5916
|
-
* ARN of the App Runner VPC connector that you want to associate with your App Runner service. Only valid when EgressType = VPC
|
|
5940
|
+
* The Amazon Resource Name (ARN) of the App Runner VPC connector that you want to associate with your App Runner service. Only valid when `EgressType = VPC`.
|
|
5917
5941
|
*/
|
|
5918
5942
|
vpcConnectorArn?: pulumi.Input<string>;
|
|
5919
5943
|
}
|
|
5944
|
+
interface ServiceNetworkConfigurationIngressConfiguration {
|
|
5945
|
+
/**
|
|
5946
|
+
* Specifies whether your App Runner service is publicly accessible. To make the service publicly accessible set it to True. To make the service privately accessible, from only within an Amazon VPC set it to False.
|
|
5947
|
+
*/
|
|
5948
|
+
isPubliclyAccessible?: pulumi.Input<boolean>;
|
|
5949
|
+
}
|
|
5920
5950
|
interface ServiceObservabilityConfiguration {
|
|
5921
5951
|
/**
|
|
5922
5952
|
* ARN of the observability configuration that is associated with the service.
|
|
@@ -5989,7 +6019,7 @@ export declare namespace apprunner {
|
|
|
5989
6019
|
*/
|
|
5990
6020
|
port?: pulumi.Input<string>;
|
|
5991
6021
|
/**
|
|
5992
|
-
* Runtime environment type for building and running an App Runner service. Represents a programming language runtime. Valid values: `PYTHON_3`, `NODEJS_12`.
|
|
6022
|
+
* Runtime environment type for building and running an App Runner service. Represents a programming language runtime. Valid values: `PYTHON_3`, `NODEJS_12`, `NODEJS_14`, `NODEJS_16`, `CORRETTO_8`, `CORRETTO_11`, `GO_1`, `DOTNET_6`, `PHP_81`, `RUBY_31`.
|
|
5993
6023
|
*/
|
|
5994
6024
|
runtime: pulumi.Input<string>;
|
|
5995
6025
|
/**
|
|
@@ -6044,6 +6074,16 @@ export declare namespace apprunner {
|
|
|
6044
6074
|
*/
|
|
6045
6075
|
startCommand?: pulumi.Input<string>;
|
|
6046
6076
|
}
|
|
6077
|
+
interface VpcIngressConnectionIngressVpcConfiguration {
|
|
6078
|
+
/**
|
|
6079
|
+
* The ID of the VPC endpoint that your App Runner service connects to.
|
|
6080
|
+
*/
|
|
6081
|
+
vpcEndpointId?: pulumi.Input<string>;
|
|
6082
|
+
/**
|
|
6083
|
+
* The ID of the VPC that is used for the VPC endpoint.
|
|
6084
|
+
*/
|
|
6085
|
+
vpcId?: pulumi.Input<string>;
|
|
6086
|
+
}
|
|
6047
6087
|
}
|
|
6048
6088
|
export declare namespace appstream {
|
|
6049
6089
|
interface DirectoryConfigServiceAccountCredentials {
|
|
@@ -7747,9 +7787,9 @@ export declare namespace batch {
|
|
|
7747
7787
|
*/
|
|
7748
7788
|
minVcpus?: pulumi.Input<number>;
|
|
7749
7789
|
/**
|
|
7750
|
-
* A list of EC2 security group that are associated with instances launched in the compute environment.
|
|
7790
|
+
* A list of EC2 security group that are associated with instances launched in the compute environment. This parameter is required for Fargate compute environments.
|
|
7751
7791
|
*/
|
|
7752
|
-
securityGroupIds
|
|
7792
|
+
securityGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
7753
7793
|
/**
|
|
7754
7794
|
* The Amazon Resource Name (ARN) of the Amazon EC2 Spot Fleet IAM role applied to a SPOT compute environment. This parameter is required for SPOT compute environments. This parameter isn't applicable to jobs running on Fargate resources, and shouldn't be specified.
|
|
7755
7795
|
*/
|
|
@@ -7793,6 +7833,16 @@ export declare namespace batch {
|
|
|
7793
7833
|
*/
|
|
7794
7834
|
version?: pulumi.Input<string>;
|
|
7795
7835
|
}
|
|
7836
|
+
interface ComputeEnvironmentEksConfiguration {
|
|
7837
|
+
/**
|
|
7838
|
+
* The Amazon Resource Name (ARN) of the Amazon EKS cluster.
|
|
7839
|
+
*/
|
|
7840
|
+
eksClusterArn: pulumi.Input<string>;
|
|
7841
|
+
/**
|
|
7842
|
+
* The namespace of the Amazon EKS cluster. AWS Batch manages pods in this namespace.
|
|
7843
|
+
*/
|
|
7844
|
+
kubernetesNamespace: pulumi.Input<string>;
|
|
7845
|
+
}
|
|
7796
7846
|
interface JobDefinitionRetryStrategy {
|
|
7797
7847
|
/**
|
|
7798
7848
|
* The number of times to move a job to the `RUNNABLE` status. You may specify between `1` and `10` attempts.
|
|
@@ -7926,6 +7976,15 @@ export declare namespace budgets {
|
|
|
7926
7976
|
*/
|
|
7927
7977
|
subscriptionType: pulumi.Input<string>;
|
|
7928
7978
|
}
|
|
7979
|
+
interface BudgetAutoAdjustData {
|
|
7980
|
+
autoAdjustType: pulumi.Input<string>;
|
|
7981
|
+
historicalOptions?: pulumi.Input<inputs.budgets.BudgetAutoAdjustDataHistoricalOptions>;
|
|
7982
|
+
lastAutoAdjustTime?: pulumi.Input<string>;
|
|
7983
|
+
}
|
|
7984
|
+
interface BudgetAutoAdjustDataHistoricalOptions {
|
|
7985
|
+
budgetAdjustmentPeriod: pulumi.Input<number>;
|
|
7986
|
+
lookbackAvailablePeriods?: pulumi.Input<number>;
|
|
7987
|
+
}
|
|
7929
7988
|
interface BudgetCostFilter {
|
|
7930
7989
|
/**
|
|
7931
7990
|
* The name of a budget. Unique within accounts.
|
|
@@ -8005,6 +8064,20 @@ export declare namespace budgets {
|
|
|
8005
8064
|
*/
|
|
8006
8065
|
thresholdType: pulumi.Input<string>;
|
|
8007
8066
|
}
|
|
8067
|
+
interface BudgetPlannedLimit {
|
|
8068
|
+
/**
|
|
8069
|
+
* (Required) The amount of cost or usage being measured for a budget.
|
|
8070
|
+
*/
|
|
8071
|
+
amount: pulumi.Input<string>;
|
|
8072
|
+
/**
|
|
8073
|
+
* (Required) The start time of the budget limit. Format: `2017-01-01_12:00`. See [PlannedBudgetLimits](https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_budgets_Budget.html#awscostmanagement-Type-budgets_Budget-PlannedBudgetLimits) documentation.
|
|
8074
|
+
*/
|
|
8075
|
+
startTime: pulumi.Input<string>;
|
|
8076
|
+
/**
|
|
8077
|
+
* (Required) The unit of measurement used for the budget forecast, actual spend, or budget threshold, such as dollars or GB. See [Spend](http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/data-type-spend.html) documentation.
|
|
8078
|
+
*/
|
|
8079
|
+
unit: pulumi.Input<string>;
|
|
8080
|
+
}
|
|
8008
8081
|
}
|
|
8009
8082
|
export declare namespace cfg {
|
|
8010
8083
|
interface ConfigurationAggregatorAccountAggregationSource {
|
|
@@ -11802,6 +11875,16 @@ export declare namespace connect {
|
|
|
11802
11875
|
*/
|
|
11803
11876
|
keyId: pulumi.Input<string>;
|
|
11804
11877
|
}
|
|
11878
|
+
interface PhoneNumberStatus {
|
|
11879
|
+
/**
|
|
11880
|
+
* The status message.
|
|
11881
|
+
*/
|
|
11882
|
+
message?: pulumi.Input<string>;
|
|
11883
|
+
/**
|
|
11884
|
+
* The status of the phone number. Valid Values: `CLAIMED` | `IN_PROGRESS` | `FAILED`.
|
|
11885
|
+
*/
|
|
11886
|
+
status?: pulumi.Input<string>;
|
|
11887
|
+
}
|
|
11805
11888
|
interface QueueOutboundCallerConfig {
|
|
11806
11889
|
/**
|
|
11807
11890
|
* Specifies the caller ID name.
|
|
@@ -13153,6 +13236,10 @@ export declare namespace datasync {
|
|
|
13153
13236
|
* Whether the DataSync Task should preserve the metadata of block and character devices in the source files system, and recreate the files with that device name and metadata on the destination. The DataSync Task can’t sync the actual contents of such devices, because many of the devices are non-terminal and don’t return an end of file (EOF) marker. Valid values: `NONE`, `PRESERVE`. Default: `NONE` (ignore special devices).
|
|
13154
13237
|
*/
|
|
13155
13238
|
preserveDevices?: pulumi.Input<string>;
|
|
13239
|
+
/**
|
|
13240
|
+
* Determines which components of the SMB security descriptor are copied from source to destination objects. This value is only used for transfers between SMB and Amazon FSx for Windows File Server locations, or between two Amazon FSx for Windows File Server locations. Valid values: `NONE`, `OWNER_DACL`, `OWNER_DACL_SACL`.
|
|
13241
|
+
*/
|
|
13242
|
+
securityDescriptorCopyFlags?: pulumi.Input<string>;
|
|
13156
13243
|
/**
|
|
13157
13244
|
* Determines whether tasks should be queued before executing the tasks. Valid values: `ENABLED`, `DISABLED`. Default `ENABLED`.
|
|
13158
13245
|
*/
|
|
@@ -13234,6 +13321,8 @@ export declare namespace devicefarm {
|
|
|
13234
13321
|
vpcId: pulumi.Input<string>;
|
|
13235
13322
|
}
|
|
13236
13323
|
}
|
|
13324
|
+
export declare namespace directconnect {
|
|
13325
|
+
}
|
|
13237
13326
|
export declare namespace directoryservice {
|
|
13238
13327
|
interface DirectoryConnectSettings {
|
|
13239
13328
|
availabilityZones?: pulumi.Input<pulumi.Input<string>[]>;
|
|
@@ -19589,6 +19678,16 @@ export declare namespace elasticache {
|
|
|
19589
19678
|
*/
|
|
19590
19679
|
logType: pulumi.Input<string>;
|
|
19591
19680
|
}
|
|
19681
|
+
interface GlobalReplicationGroupGlobalNodeGroup {
|
|
19682
|
+
/**
|
|
19683
|
+
* The ID of the global node group.
|
|
19684
|
+
*/
|
|
19685
|
+
globalNodeGroupId?: pulumi.Input<string>;
|
|
19686
|
+
/**
|
|
19687
|
+
* The keyspace for this node group.
|
|
19688
|
+
*/
|
|
19689
|
+
slots?: pulumi.Input<string>;
|
|
19690
|
+
}
|
|
19592
19691
|
interface ParameterGroupParameter {
|
|
19593
19692
|
/**
|
|
19594
19693
|
* The name of the ElastiCache parameter.
|
|
@@ -20294,10 +20393,20 @@ export declare namespace elasticloadbalancingv2 {
|
|
|
20294
20393
|
*/
|
|
20295
20394
|
enabled?: pulumi.Input<boolean>;
|
|
20296
20395
|
/**
|
|
20297
|
-
* The type of sticky sessions. The only current possible values are `lbCookie`, `appCookie` for ALBs, and `
|
|
20396
|
+
* The type of sticky sessions. The only current possible values are `lbCookie`, `appCookie` for ALBs, `sourceIp` for NLBs, and `sourceIpDestIp`, `sourceIpDestIpProto` for GWLBs.
|
|
20298
20397
|
*/
|
|
20299
20398
|
type: pulumi.Input<string>;
|
|
20300
20399
|
}
|
|
20400
|
+
interface TargetGroupTargetFailover {
|
|
20401
|
+
/**
|
|
20402
|
+
* Indicates how the GWLB handles existing flows when a target is deregistered. Possible values are `rebalance` and `noRebalance`. Must match the attribute value set for `onUnhealthy`. Default: `noRebalance`.
|
|
20403
|
+
*/
|
|
20404
|
+
onDeregistration: pulumi.Input<string>;
|
|
20405
|
+
/**
|
|
20406
|
+
* Indicates how the GWLB handles existing flows when a target is unhealthy. Possible values are `rebalance` and `noRebalance`. Must match the attribute value set for `onDeregistration`. Default: `noRebalance`.
|
|
20407
|
+
*/
|
|
20408
|
+
onUnhealthy: pulumi.Input<string>;
|
|
20409
|
+
}
|
|
20301
20410
|
}
|
|
20302
20411
|
export declare namespace elasticsearch {
|
|
20303
20412
|
interface DomainAdvancedSecurityOptions {
|
|
@@ -21784,6 +21893,76 @@ export declare namespace fsx {
|
|
|
21784
21893
|
*/
|
|
21785
21894
|
events?: pulumi.Input<pulumi.Input<string>[]>;
|
|
21786
21895
|
}
|
|
21896
|
+
interface FileCacheDataRepositoryAssociation {
|
|
21897
|
+
associationId?: pulumi.Input<string>;
|
|
21898
|
+
/**
|
|
21899
|
+
* The path to the S3 or NFS data repository that links to the cache.
|
|
21900
|
+
*/
|
|
21901
|
+
dataRepositoryPath: pulumi.Input<string>;
|
|
21902
|
+
/**
|
|
21903
|
+
* A list of NFS Exports that will be linked with this data repository association. The Export paths are in the format /exportpath1. To use this parameter, you must configure DataRepositoryPath as the domain name of the NFS file system. The NFS file system domain name in effect is the root of the subdirectories. Note that DataRepositorySubdirectories is not supported for S3 data repositories. Max of 500.
|
|
21904
|
+
*/
|
|
21905
|
+
dataRepositorySubdirectories?: pulumi.Input<pulumi.Input<string>[]>;
|
|
21906
|
+
/**
|
|
21907
|
+
* The system-generated, unique ID of the cache.
|
|
21908
|
+
*/
|
|
21909
|
+
fileCacheId?: pulumi.Input<string>;
|
|
21910
|
+
/**
|
|
21911
|
+
* A path on the cache that points to a high-level directory (such as /ns1/) or subdirectory (such as /ns1/subdir/) that will be mapped 1-1 with DataRepositoryPath. The leading forward slash in the name is required. Two data repository associations cannot have overlapping cache paths. For example, if a data repository is associated with cache path /ns1/, then you cannot link another data repository with cache path /ns1/ns2. This path specifies where in your cache files will be exported from. This cache directory can be linked to only one data repository, and no data repository other can be linked to the directory. Note: The cache path can only be set to root (/) on an NFS DRA when DataRepositorySubdirectories is specified. If you specify root (/) as the cache path, you can create only one DRA on the cache. The cache path cannot be set to root (/) for an S3 DRA.
|
|
21912
|
+
*/
|
|
21913
|
+
fileCachePath: pulumi.Input<string>;
|
|
21914
|
+
fileSystemId?: pulumi.Input<string>;
|
|
21915
|
+
fileSystemPath?: pulumi.Input<string>;
|
|
21916
|
+
importedFileChunkSize?: pulumi.Input<number>;
|
|
21917
|
+
/**
|
|
21918
|
+
* - (Optional) See the `nfs` configuration block.
|
|
21919
|
+
*/
|
|
21920
|
+
nfs?: pulumi.Input<pulumi.Input<inputs.fsx.FileCacheDataRepositoryAssociationNf>[]>;
|
|
21921
|
+
resourceArn?: pulumi.Input<string>;
|
|
21922
|
+
tags?: pulumi.Input<{
|
|
21923
|
+
[key: string]: pulumi.Input<string>;
|
|
21924
|
+
}>;
|
|
21925
|
+
}
|
|
21926
|
+
interface FileCacheDataRepositoryAssociationNf {
|
|
21927
|
+
/**
|
|
21928
|
+
* - A list of up to 2 IP addresses of DNS servers used to resolve the NFS file system domain name. The provided IP addresses can either be the IP addresses of a DNS forwarder or resolver that the customer manages and runs inside the customer VPC, or the IP addresses of the on-premises DNS servers.
|
|
21929
|
+
*/
|
|
21930
|
+
dnsIps?: pulumi.Input<pulumi.Input<string>[]>;
|
|
21931
|
+
/**
|
|
21932
|
+
* - The version of the NFS (Network File System) protocol of the NFS data repository. The only supported value is NFS3, which indicates that the data repository must support the NFSv3 protocol. The only supported value is `NFS3`.
|
|
21933
|
+
*/
|
|
21934
|
+
version: pulumi.Input<string>;
|
|
21935
|
+
}
|
|
21936
|
+
interface FileCacheLustreConfiguration {
|
|
21937
|
+
/**
|
|
21938
|
+
* Specifies the cache deployment type. The only supported value is `CACHE_1`.
|
|
21939
|
+
*/
|
|
21940
|
+
deploymentType: pulumi.Input<string>;
|
|
21941
|
+
logConfigurations?: pulumi.Input<pulumi.Input<inputs.fsx.FileCacheLustreConfigurationLogConfiguration>[]>;
|
|
21942
|
+
/**
|
|
21943
|
+
* The configuration for a Lustre MDT (Metadata Target) storage volume. See the `metadataConfiguration` block.
|
|
21944
|
+
*/
|
|
21945
|
+
metadataConfigurations: pulumi.Input<pulumi.Input<inputs.fsx.FileCacheLustreConfigurationMetadataConfiguration>[]>;
|
|
21946
|
+
mountName?: pulumi.Input<string>;
|
|
21947
|
+
/**
|
|
21948
|
+
* Provisions the amount of read and write throughput for each 1 tebibyte (TiB) of cache storage capacity, in MB/s/TiB. The only supported value is `1000`.
|
|
21949
|
+
*/
|
|
21950
|
+
perUnitStorageThroughput: pulumi.Input<number>;
|
|
21951
|
+
/**
|
|
21952
|
+
* A recurring weekly time, in the format `D:HH:MM`. `D` is the day of the week, for which `1` represents Monday and `7` represents Sunday. `HH` is the zero-padded hour of the day (0-23), and `MM` is the zero-padded minute of the hour. For example, 1:05:00 specifies maintenance at 5 AM Monday. See the [ISO week date](https://en.wikipedia.org/wiki/ISO_week_date) for more information.
|
|
21953
|
+
*/
|
|
21954
|
+
weeklyMaintenanceStartTime?: pulumi.Input<string>;
|
|
21955
|
+
}
|
|
21956
|
+
interface FileCacheLustreConfigurationLogConfiguration {
|
|
21957
|
+
destination?: pulumi.Input<string>;
|
|
21958
|
+
level?: pulumi.Input<string>;
|
|
21959
|
+
}
|
|
21960
|
+
interface FileCacheLustreConfigurationMetadataConfiguration {
|
|
21961
|
+
/**
|
|
21962
|
+
* The storage capacity of the Lustre MDT (Metadata Target) storage volume in gibibytes (GiB). The only supported value is `2400` GiB.
|
|
21963
|
+
*/
|
|
21964
|
+
storageCapacity: pulumi.Input<number>;
|
|
21965
|
+
}
|
|
21787
21966
|
interface GetOpenZfsSnapshotFilter {
|
|
21788
21967
|
/**
|
|
21789
21968
|
* Name of the snapshot.
|
|
@@ -28617,10 +28796,20 @@ export declare namespace lb {
|
|
|
28617
28796
|
*/
|
|
28618
28797
|
enabled?: pulumi.Input<boolean>;
|
|
28619
28798
|
/**
|
|
28620
|
-
* The type of sticky sessions. The only current possible values are `lbCookie`, `appCookie` for ALBs, and `
|
|
28799
|
+
* The type of sticky sessions. The only current possible values are `lbCookie`, `appCookie` for ALBs, `sourceIp` for NLBs, and `sourceIpDestIp`, `sourceIpDestIpProto` for GWLBs.
|
|
28621
28800
|
*/
|
|
28622
28801
|
type: pulumi.Input<string>;
|
|
28623
28802
|
}
|
|
28803
|
+
interface TargetGroupTargetFailover {
|
|
28804
|
+
/**
|
|
28805
|
+
* Indicates how the GWLB handles existing flows when a target is deregistered. Possible values are `rebalance` and `noRebalance`. Must match the attribute value set for `onUnhealthy`. Default: `noRebalance`.
|
|
28806
|
+
*/
|
|
28807
|
+
onDeregistration: pulumi.Input<string>;
|
|
28808
|
+
/**
|
|
28809
|
+
* Indicates how the GWLB handles existing flows when a target is unhealthy. Possible values are `rebalance` and `noRebalance`. Must match the attribute value set for `onDeregistration`. Default: `noRebalance`.
|
|
28810
|
+
*/
|
|
28811
|
+
onUnhealthy: pulumi.Input<string>;
|
|
28812
|
+
}
|
|
28624
28813
|
}
|
|
28625
28814
|
export declare namespace lex {
|
|
28626
28815
|
interface BotAbortStatement {
|
|
@@ -29133,6 +29322,15 @@ export declare namespace lightsail {
|
|
|
29133
29322
|
*/
|
|
29134
29323
|
toPort: pulumi.Input<number>;
|
|
29135
29324
|
}
|
|
29325
|
+
interface LbCertificateDomainValidationRecord {
|
|
29326
|
+
/**
|
|
29327
|
+
* The domain name (e.g., example.com) for your SSL/TLS certificate.
|
|
29328
|
+
*/
|
|
29329
|
+
domainName?: pulumi.Input<string>;
|
|
29330
|
+
resourceRecordName?: pulumi.Input<string>;
|
|
29331
|
+
resourceRecordType?: pulumi.Input<string>;
|
|
29332
|
+
resourceRecordValue?: pulumi.Input<string>;
|
|
29333
|
+
}
|
|
29136
29334
|
}
|
|
29137
29335
|
export declare namespace location {
|
|
29138
29336
|
interface MapConfiguration {
|
|
@@ -31024,7 +31222,7 @@ export declare namespace networkmanager {
|
|
|
31024
31222
|
/**
|
|
31025
31223
|
* ASN of the Core Network Edge in an AWS Region. By default, the ASN will be a single integer automatically assigned from `asnRanges`
|
|
31026
31224
|
*/
|
|
31027
|
-
asn?: pulumi.Input<
|
|
31225
|
+
asn?: pulumi.Input<string>;
|
|
31028
31226
|
/**
|
|
31029
31227
|
* The local CIDR blocks for this Core Network Edge for AWS Transit Gateway Connect attachments. By default, this CIDR block will be one or more optional IPv4 and IPv6 CIDR prefixes auto-assigned from `insideCidrBlocks`.
|
|
31030
31228
|
*/
|
|
@@ -31035,7 +31233,7 @@ export declare namespace networkmanager {
|
|
|
31035
31233
|
/**
|
|
31036
31234
|
* ASN of the Core Network Edge in an AWS Region. By default, the ASN will be a single integer automatically assigned from `asnRanges`
|
|
31037
31235
|
*/
|
|
31038
|
-
asn?:
|
|
31236
|
+
asn?: string;
|
|
31039
31237
|
/**
|
|
31040
31238
|
* The local CIDR blocks for this Core Network Edge for AWS Transit Gateway Connect attachments. By default, this CIDR block will be one or more optional IPv4 and IPv6 CIDR prefixes auto-assigned from `insideCidrBlocks`.
|
|
31041
31239
|
*/
|
|
@@ -36255,6 +36453,10 @@ export declare namespace sagemaker {
|
|
|
36255
36453
|
s3OutputLocation: pulumi.Input<string>;
|
|
36256
36454
|
}
|
|
36257
36455
|
interface DomainDefaultUserSettings {
|
|
36456
|
+
/**
|
|
36457
|
+
* The Canvas app settings. See Canvas App Settings below.
|
|
36458
|
+
*/
|
|
36459
|
+
canvasAppSettings?: pulumi.Input<inputs.sagemaker.DomainDefaultUserSettingsCanvasAppSettings>;
|
|
36258
36460
|
/**
|
|
36259
36461
|
* The execution role ARN for the user.
|
|
36260
36462
|
*/
|
|
@@ -36267,6 +36469,10 @@ export declare namespace sagemaker {
|
|
|
36267
36469
|
* The kernel gateway app settings. See Kernel Gateway App Settings below.
|
|
36268
36470
|
*/
|
|
36269
36471
|
kernelGatewayAppSettings?: pulumi.Input<inputs.sagemaker.DomainDefaultUserSettingsKernelGatewayAppSettings>;
|
|
36472
|
+
/**
|
|
36473
|
+
* The RSession app settings. See RSession App Settings below.
|
|
36474
|
+
*/
|
|
36475
|
+
rSessionAppSettings?: pulumi.Input<inputs.sagemaker.DomainDefaultUserSettingsRSessionAppSettings>;
|
|
36270
36476
|
/**
|
|
36271
36477
|
* A list of security group IDs that will be attached to the user.
|
|
36272
36478
|
*/
|
|
@@ -36280,6 +36486,22 @@ export declare namespace sagemaker {
|
|
|
36280
36486
|
*/
|
|
36281
36487
|
tensorBoardAppSettings?: pulumi.Input<inputs.sagemaker.DomainDefaultUserSettingsTensorBoardAppSettings>;
|
|
36282
36488
|
}
|
|
36489
|
+
interface DomainDefaultUserSettingsCanvasAppSettings {
|
|
36490
|
+
/**
|
|
36491
|
+
* Time series forecast settings for the Canvas app. see Time Series Forecasting Settings below.
|
|
36492
|
+
*/
|
|
36493
|
+
timeSeriesForecastingSettings?: pulumi.Input<inputs.sagemaker.DomainDefaultUserSettingsCanvasAppSettingsTimeSeriesForecastingSettings>;
|
|
36494
|
+
}
|
|
36495
|
+
interface DomainDefaultUserSettingsCanvasAppSettingsTimeSeriesForecastingSettings {
|
|
36496
|
+
/**
|
|
36497
|
+
* The IAM role that Canvas passes to Amazon Forecast for time series forecasting. By default, Canvas uses the execution role specified in the UserProfile that launches the Canvas app. If an execution role is not specified in the UserProfile, Canvas uses the execution role specified in the Domain that owns the UserProfile. To allow time series forecasting, this IAM role should have the [AmazonSageMakerCanvasForecastAccess](https://docs.aws.amazon.com/sagemaker/latest/dg/security-iam-awsmanpol-canvas.html#security-iam-awsmanpol-AmazonSageMakerCanvasForecastAccess) policy attached and forecast.amazonaws.com added in the trust relationship as a service principal.
|
|
36498
|
+
*/
|
|
36499
|
+
amazonForecastRoleArn?: pulumi.Input<string>;
|
|
36500
|
+
/**
|
|
36501
|
+
* Describes whether time series forecasting is enabled or disabled in the Canvas app. Valid values are `ENABLED` and `DISABLED`.
|
|
36502
|
+
*/
|
|
36503
|
+
status?: pulumi.Input<string>;
|
|
36504
|
+
}
|
|
36283
36505
|
interface DomainDefaultUserSettingsJupyterServerAppSettings {
|
|
36284
36506
|
/**
|
|
36285
36507
|
* The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below.
|
|
@@ -36354,6 +36576,48 @@ export declare namespace sagemaker {
|
|
|
36354
36576
|
*/
|
|
36355
36577
|
sagemakerImageVersionArn?: pulumi.Input<string>;
|
|
36356
36578
|
}
|
|
36579
|
+
interface DomainDefaultUserSettingsRSessionAppSettings {
|
|
36580
|
+
/**
|
|
36581
|
+
* A list of custom SageMaker images that are configured to run as a KernelGateway app. see Custom Image below.
|
|
36582
|
+
*/
|
|
36583
|
+
customImages?: pulumi.Input<pulumi.Input<inputs.sagemaker.DomainDefaultUserSettingsRSessionAppSettingsCustomImage>[]>;
|
|
36584
|
+
/**
|
|
36585
|
+
* The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below.
|
|
36586
|
+
*/
|
|
36587
|
+
defaultResourceSpec?: pulumi.Input<inputs.sagemaker.DomainDefaultUserSettingsRSessionAppSettingsDefaultResourceSpec>;
|
|
36588
|
+
}
|
|
36589
|
+
interface DomainDefaultUserSettingsRSessionAppSettingsCustomImage {
|
|
36590
|
+
/**
|
|
36591
|
+
* The name of the App Image Config.
|
|
36592
|
+
*/
|
|
36593
|
+
appImageConfigName: pulumi.Input<string>;
|
|
36594
|
+
/**
|
|
36595
|
+
* The name of the Custom Image.
|
|
36596
|
+
*/
|
|
36597
|
+
imageName: pulumi.Input<string>;
|
|
36598
|
+
/**
|
|
36599
|
+
* The version number of the Custom Image.
|
|
36600
|
+
*/
|
|
36601
|
+
imageVersionNumber?: pulumi.Input<number>;
|
|
36602
|
+
}
|
|
36603
|
+
interface DomainDefaultUserSettingsRSessionAppSettingsDefaultResourceSpec {
|
|
36604
|
+
/**
|
|
36605
|
+
* The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).
|
|
36606
|
+
*/
|
|
36607
|
+
instanceType?: pulumi.Input<string>;
|
|
36608
|
+
/**
|
|
36609
|
+
* The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.
|
|
36610
|
+
*/
|
|
36611
|
+
lifecycleConfigArn?: pulumi.Input<string>;
|
|
36612
|
+
/**
|
|
36613
|
+
* The ARN of the SageMaker image that the image version belongs to.
|
|
36614
|
+
*/
|
|
36615
|
+
sagemakerImageArn?: pulumi.Input<string>;
|
|
36616
|
+
/**
|
|
36617
|
+
* The ARN of the image version created on the instance.
|
|
36618
|
+
*/
|
|
36619
|
+
sagemakerImageVersionArn?: pulumi.Input<string>;
|
|
36620
|
+
}
|
|
36357
36621
|
interface DomainDefaultUserSettingsSharingSettings {
|
|
36358
36622
|
/**
|
|
36359
36623
|
* Whether to include the notebook cell output when sharing the notebook. The default is `Disabled`. Valid values are `Allowed` and `Disabled`.
|
|
@@ -36392,6 +36656,16 @@ export declare namespace sagemaker {
|
|
|
36392
36656
|
*/
|
|
36393
36657
|
sagemakerImageVersionArn?: pulumi.Input<string>;
|
|
36394
36658
|
}
|
|
36659
|
+
interface DomainDomainSettings {
|
|
36660
|
+
/**
|
|
36661
|
+
* The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key [AWS Docs](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html). Valid values are `USER_PROFILE_NAME` and `DISABLED`.
|
|
36662
|
+
*/
|
|
36663
|
+
executionRoleIdentityConfig?: pulumi.Input<string>;
|
|
36664
|
+
/**
|
|
36665
|
+
* The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.
|
|
36666
|
+
*/
|
|
36667
|
+
securityGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
36668
|
+
}
|
|
36395
36669
|
interface DomainRetentionPolicy {
|
|
36396
36670
|
/**
|
|
36397
36671
|
* The retention policy for data stored on an Amazon Elastic File System (EFS) volume. Valid values are `Retain` or `Delete`. Default value is `Retain`.
|
|
@@ -36893,6 +37167,10 @@ export declare namespace sagemaker {
|
|
|
36893
37167
|
value?: pulumi.Input<string>;
|
|
36894
37168
|
}
|
|
36895
37169
|
interface UserProfileUserSettings {
|
|
37170
|
+
/**
|
|
37171
|
+
* The Canvas app settings. See Canvas App Settings below.
|
|
37172
|
+
*/
|
|
37173
|
+
canvasAppSettings?: pulumi.Input<inputs.sagemaker.UserProfileUserSettingsCanvasAppSettings>;
|
|
36896
37174
|
/**
|
|
36897
37175
|
* The execution role ARN for the user.
|
|
36898
37176
|
*/
|
|
@@ -36905,6 +37183,10 @@ export declare namespace sagemaker {
|
|
|
36905
37183
|
* The kernel gateway app settings. See Kernel Gateway App Settings below.
|
|
36906
37184
|
*/
|
|
36907
37185
|
kernelGatewayAppSettings?: pulumi.Input<inputs.sagemaker.UserProfileUserSettingsKernelGatewayAppSettings>;
|
|
37186
|
+
/**
|
|
37187
|
+
* The RSession app settings. See RSession App Settings below.
|
|
37188
|
+
*/
|
|
37189
|
+
rSessionAppSettings?: pulumi.Input<inputs.sagemaker.UserProfileUserSettingsRSessionAppSettings>;
|
|
36908
37190
|
/**
|
|
36909
37191
|
* The security groups.
|
|
36910
37192
|
*/
|
|
@@ -36918,6 +37200,22 @@ export declare namespace sagemaker {
|
|
|
36918
37200
|
*/
|
|
36919
37201
|
tensorBoardAppSettings?: pulumi.Input<inputs.sagemaker.UserProfileUserSettingsTensorBoardAppSettings>;
|
|
36920
37202
|
}
|
|
37203
|
+
interface UserProfileUserSettingsCanvasAppSettings {
|
|
37204
|
+
/**
|
|
37205
|
+
* Time series forecast settings for the Canvas app. see Time Series Forecasting Settings below.
|
|
37206
|
+
*/
|
|
37207
|
+
timeSeriesForecastingSettings?: pulumi.Input<inputs.sagemaker.UserProfileUserSettingsCanvasAppSettingsTimeSeriesForecastingSettings>;
|
|
37208
|
+
}
|
|
37209
|
+
interface UserProfileUserSettingsCanvasAppSettingsTimeSeriesForecastingSettings {
|
|
37210
|
+
/**
|
|
37211
|
+
* The IAM role that Canvas passes to Amazon Forecast for time series forecasting. By default, Canvas uses the execution role specified in the UserProfile that launches the Canvas app. If an execution role is not specified in the UserProfile, Canvas uses the execution role specified in the Domain that owns the UserProfile. To allow time series forecasting, this IAM role should have the [AmazonSageMakerCanvasForecastAccess](https://docs.aws.amazon.com/sagemaker/latest/dg/security-iam-awsmanpol-canvas.html#security-iam-awsmanpol-AmazonSageMakerCanvasForecastAccess) policy attached and forecast.amazonaws.com added in the trust relationship as a service principal.
|
|
37212
|
+
*/
|
|
37213
|
+
amazonForecastRoleArn?: pulumi.Input<string>;
|
|
37214
|
+
/**
|
|
37215
|
+
* Describes whether time series forecasting is enabled or disabled in the Canvas app. Valid values are `ENABLED` and `DISABLED`.
|
|
37216
|
+
*/
|
|
37217
|
+
status?: pulumi.Input<string>;
|
|
37218
|
+
}
|
|
36921
37219
|
interface UserProfileUserSettingsJupyterServerAppSettings {
|
|
36922
37220
|
/**
|
|
36923
37221
|
* The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below.
|
|
@@ -36992,6 +37290,48 @@ export declare namespace sagemaker {
|
|
|
36992
37290
|
*/
|
|
36993
37291
|
sagemakerImageVersionArn?: pulumi.Input<string>;
|
|
36994
37292
|
}
|
|
37293
|
+
interface UserProfileUserSettingsRSessionAppSettings {
|
|
37294
|
+
/**
|
|
37295
|
+
* A list of custom SageMaker images that are configured to run as a KernelGateway app. see Custom Image below.
|
|
37296
|
+
*/
|
|
37297
|
+
customImages?: pulumi.Input<pulumi.Input<inputs.sagemaker.UserProfileUserSettingsRSessionAppSettingsCustomImage>[]>;
|
|
37298
|
+
/**
|
|
37299
|
+
* The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below.
|
|
37300
|
+
*/
|
|
37301
|
+
defaultResourceSpec?: pulumi.Input<inputs.sagemaker.UserProfileUserSettingsRSessionAppSettingsDefaultResourceSpec>;
|
|
37302
|
+
}
|
|
37303
|
+
interface UserProfileUserSettingsRSessionAppSettingsCustomImage {
|
|
37304
|
+
/**
|
|
37305
|
+
* The name of the App Image Config.
|
|
37306
|
+
*/
|
|
37307
|
+
appImageConfigName: pulumi.Input<string>;
|
|
37308
|
+
/**
|
|
37309
|
+
* The name of the Custom Image.
|
|
37310
|
+
*/
|
|
37311
|
+
imageName: pulumi.Input<string>;
|
|
37312
|
+
/**
|
|
37313
|
+
* The version number of the Custom Image.
|
|
37314
|
+
*/
|
|
37315
|
+
imageVersionNumber?: pulumi.Input<number>;
|
|
37316
|
+
}
|
|
37317
|
+
interface UserProfileUserSettingsRSessionAppSettingsDefaultResourceSpec {
|
|
37318
|
+
/**
|
|
37319
|
+
* The instance type.
|
|
37320
|
+
*/
|
|
37321
|
+
instanceType?: pulumi.Input<string>;
|
|
37322
|
+
/**
|
|
37323
|
+
* The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.
|
|
37324
|
+
*/
|
|
37325
|
+
lifecycleConfigArn?: pulumi.Input<string>;
|
|
37326
|
+
/**
|
|
37327
|
+
* The Amazon Resource Name (ARN) of the SageMaker image created on the instance.
|
|
37328
|
+
*/
|
|
37329
|
+
sagemakerImageArn?: pulumi.Input<string>;
|
|
37330
|
+
/**
|
|
37331
|
+
* The ARN of the image version created on the instance.
|
|
37332
|
+
*/
|
|
37333
|
+
sagemakerImageVersionArn?: pulumi.Input<string>;
|
|
37334
|
+
}
|
|
36995
37335
|
interface UserProfileUserSettingsSharingSettings {
|
|
36996
37336
|
/**
|
|
36997
37337
|
* Whether to include the notebook cell output when sharing the notebook. The default is `Disabled`. Valid values are `Allowed` and `Disabled`.
|
|
@@ -37080,6 +37420,21 @@ export declare namespace sagemaker {
|
|
|
37080
37420
|
*/
|
|
37081
37421
|
cidrs: pulumi.Input<pulumi.Input<string>[]>;
|
|
37082
37422
|
}
|
|
37423
|
+
interface WorkforceWorkforceVpcConfig {
|
|
37424
|
+
/**
|
|
37425
|
+
* The VPC security group IDs. The security groups must be for the same VPC as specified in the subnet.
|
|
37426
|
+
*/
|
|
37427
|
+
securityGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
37428
|
+
/**
|
|
37429
|
+
* The ID of the subnets in the VPC that you want to connect.
|
|
37430
|
+
*/
|
|
37431
|
+
subnets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
37432
|
+
vpcEndpointId?: pulumi.Input<string>;
|
|
37433
|
+
/**
|
|
37434
|
+
* The ID of the VPC that the workforce uses for communication.
|
|
37435
|
+
*/
|
|
37436
|
+
vpcId?: pulumi.Input<string>;
|
|
37437
|
+
}
|
|
37083
37438
|
interface WorkteamMemberDefinition {
|
|
37084
37439
|
/**
|
|
37085
37440
|
* The Amazon Cognito user group that is part of the work team. See Cognito Member Definition details below.
|
|
@@ -38950,6 +39305,40 @@ export declare namespace sesv2 {
|
|
|
38950
39305
|
*/
|
|
38951
39306
|
customRedirectDomain: pulumi.Input<string>;
|
|
38952
39307
|
}
|
|
39308
|
+
interface EmailIdentityDkimSigningAttributes {
|
|
39309
|
+
/**
|
|
39310
|
+
* [Easy DKIM] The key length of the DKIM key pair in use.
|
|
39311
|
+
*/
|
|
39312
|
+
currentSigningKeyLength?: pulumi.Input<string>;
|
|
39313
|
+
/**
|
|
39314
|
+
* [Bring Your Own DKIM] A private key that's used to generate a DKIM signature. The private key must use 1024 or 2048-bit RSA encryption, and must be encoded using base64 encoding.
|
|
39315
|
+
*/
|
|
39316
|
+
domainSigningPrivateKey?: pulumi.Input<string>;
|
|
39317
|
+
/**
|
|
39318
|
+
* [Bring Your Own DKIM] A string that's used to identify a public key in the DNS configuration for a domain.
|
|
39319
|
+
*/
|
|
39320
|
+
domainSigningSelector?: pulumi.Input<string>;
|
|
39321
|
+
/**
|
|
39322
|
+
* [Easy DKIM] The last time a key pair was generated for this identity.
|
|
39323
|
+
*/
|
|
39324
|
+
lastKeyGenerationTimestamp?: pulumi.Input<string>;
|
|
39325
|
+
/**
|
|
39326
|
+
* [Easy DKIM] The key length of the future DKIM key pair to be generated. This can be changed at most once per day. Valid values: `RSA_1024_BIT`, `RSA_2048_BIT`.
|
|
39327
|
+
*/
|
|
39328
|
+
nextSigningKeyLength?: pulumi.Input<string>;
|
|
39329
|
+
/**
|
|
39330
|
+
* A string that indicates how DKIM was configured for the identity. `AWS_SES` indicates that DKIM was configured for the identity by using Easy DKIM. `EXTERNAL` indicates that DKIM was configured for the identity by using Bring Your Own DKIM (BYODKIM).
|
|
39331
|
+
*/
|
|
39332
|
+
signingAttributesOrigin?: pulumi.Input<string>;
|
|
39333
|
+
/**
|
|
39334
|
+
* Describes whether or not Amazon SES has successfully located the DKIM records in the DNS records for the domain. See the [AWS SES API v2 Reference](https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_DkimAttributes.html#SES-Type-DkimAttributes-Status) for supported statuses.
|
|
39335
|
+
*/
|
|
39336
|
+
status?: pulumi.Input<string>;
|
|
39337
|
+
/**
|
|
39338
|
+
* If you used Easy DKIM to configure DKIM authentication for the domain, then this object contains a set of unique strings that you use to create a set of CNAME records that you add to the DNS configuration for your domain. When Amazon SES detects these records in the DNS configuration for your domain, the DKIM authentication process is complete. If you configured DKIM authentication for the domain by providing your own public-private key pair, then this object contains the selector for the public key.
|
|
39339
|
+
*/
|
|
39340
|
+
tokens?: pulumi.Input<pulumi.Input<string>[]>;
|
|
39341
|
+
}
|
|
38953
39342
|
}
|
|
38954
39343
|
export declare namespace sfn {
|
|
38955
39344
|
interface StateMachineLoggingConfiguration {
|
|
@@ -39287,23 +39676,35 @@ export declare namespace ssm {
|
|
|
39287
39676
|
}
|
|
39288
39677
|
interface PatchBaselineApprovalRule {
|
|
39289
39678
|
/**
|
|
39290
|
-
* The number of days after the release date of each patch matched by the rule the patch is marked as approved in the patch baseline.
|
|
39679
|
+
* The number of days after the release date of each patch matched by the rule the patch is marked as approved in the patch baseline.
|
|
39680
|
+
* Valid Range: 0 to 100.
|
|
39681
|
+
* Conflicts with `approveUntilDate`.
|
|
39291
39682
|
*/
|
|
39292
39683
|
approveAfterDays?: pulumi.Input<number>;
|
|
39293
39684
|
/**
|
|
39294
|
-
* The cutoff date for auto approval of released patches.
|
|
39685
|
+
* The cutoff date for auto approval of released patches.
|
|
39686
|
+
* Any patches released on or before this date are installed automatically.
|
|
39687
|
+
* Date is formatted as `YYYY-MM-DD`.
|
|
39688
|
+
* Conflicts with `approveAfterDays`
|
|
39295
39689
|
*/
|
|
39296
39690
|
approveUntilDate?: pulumi.Input<string>;
|
|
39297
39691
|
/**
|
|
39298
|
-
*
|
|
39692
|
+
* The compliance level for patches approved by this rule.
|
|
39693
|
+
* Valid values are `CRITICAL`, `HIGH`, `MEDIUM`, `LOW`, `INFORMATIONAL`, and `UNSPECIFIED`.
|
|
39694
|
+
* The default value is `UNSPECIFIED`.
|
|
39299
39695
|
*/
|
|
39300
39696
|
complianceLevel?: pulumi.Input<string>;
|
|
39301
39697
|
/**
|
|
39302
|
-
* Boolean enabling the application of non-security updates.
|
|
39698
|
+
* Boolean enabling the application of non-security updates.
|
|
39699
|
+
* The default value is `false`.
|
|
39700
|
+
* Valid for Linux instances only.
|
|
39303
39701
|
*/
|
|
39304
39702
|
enableNonSecurity?: pulumi.Input<boolean>;
|
|
39305
39703
|
/**
|
|
39306
|
-
* The patch filter group that defines the criteria for the rule.
|
|
39704
|
+
* The patch filter group that defines the criteria for the rule.
|
|
39705
|
+
* Up to 5 patch filters can be specified per approval rule using Key/Value pairs.
|
|
39706
|
+
* Valid combinations of these Keys and the `operatingSystem` value can be found in the [SSM DescribePatchProperties API Reference](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_DescribePatchProperties.html).
|
|
39707
|
+
* Valid Values are exact values for the patch property given as the key, or a wildcard `*`, which matches all values.
|
|
39307
39708
|
*/
|
|
39308
39709
|
patchFilters: pulumi.Input<pulumi.Input<inputs.ssm.PatchBaselineApprovalRulePatchFilter>[]>;
|
|
39309
39710
|
}
|
|
@@ -39317,7 +39718,8 @@ export declare namespace ssm {
|
|
|
39317
39718
|
}
|
|
39318
39719
|
interface PatchBaselineSource {
|
|
39319
39720
|
/**
|
|
39320
|
-
* The value of the yum repo configuration.
|
|
39721
|
+
* The value of the yum repo configuration.
|
|
39722
|
+
* For information about other options available for your yum repository configuration, see the [`dnf.conf` documentation](https://man7.org/linux/man-pages/man5/dnf.conf.5.html)
|
|
39321
39723
|
*/
|
|
39322
39724
|
configuration: pulumi.Input<string>;
|
|
39323
39725
|
/**
|
|
@@ -39325,7 +39727,8 @@ export declare namespace ssm {
|
|
|
39325
39727
|
*/
|
|
39326
39728
|
name: pulumi.Input<string>;
|
|
39327
39729
|
/**
|
|
39328
|
-
* The specific operating system versions a patch repository applies to, such as `"Ubuntu16.04"`, `"AmazonLinux2016.09"`, `"RedhatEnterpriseLinux7.2"` or `"Suse12.7"`.
|
|
39730
|
+
* The specific operating system versions a patch repository applies to, such as `"Ubuntu16.04"`, `"AmazonLinux2016.09"`, `"RedhatEnterpriseLinux7.2"` or `"Suse12.7"`.
|
|
39731
|
+
* For lists of supported product values, see [PatchFilter](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_PatchFilter.html).
|
|
39329
39732
|
*/
|
|
39330
39733
|
products: pulumi.Input<pulumi.Input<string>[]>;
|
|
39331
39734
|
}
|