@pulumi/aws-native 1.38.0-alpha.1761718100 → 1.38.0-alpha.1761750358
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/amazonmq/broker.d.ts +28 -35
- package/amazonmq/broker.js.map +1 -1
- package/amazonmq/getBroker.d.ts +6 -13
- package/amazonmq/getBroker.js.map +1 -1
- package/batch/jobDefinition.d.ts +2 -0
- package/batch/jobDefinition.js +2 -0
- package/batch/jobDefinition.js.map +1 -1
- package/datazone/connection.d.ts +12 -4
- package/datazone/connection.js +3 -4
- package/datazone/connection.js.map +1 -1
- package/ec2/capacityManagerDataExport.d.ts +80 -0
- package/ec2/capacityManagerDataExport.js +77 -0
- package/ec2/capacityManagerDataExport.js.map +1 -0
- package/ec2/getCapacityManagerDataExport.d.ts +32 -0
- package/ec2/getCapacityManagerDataExport.js +28 -0
- package/ec2/getCapacityManagerDataExport.js.map +1 -0
- package/ec2/index.d.ts +6 -0
- package/ec2/index.js +13 -6
- package/ec2/index.js.map +1 -1
- package/elasticloadbalancingv2/loadBalancer.d.ts +2 -2
- package/imagebuilder/image.d.ts +8 -0
- package/imagebuilder/image.js +2 -0
- package/imagebuilder/image.js.map +1 -1
- package/networkfirewall/firewall.d.ts +1 -0
- package/networkfirewall/firewall.js +2 -0
- package/networkfirewall/firewall.js.map +1 -1
- package/networkfirewall/getFirewall.d.ts +1 -0
- package/networkfirewall/getFirewall.js.map +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/rtbfabric/getLink.d.ts +30 -0
- package/rtbfabric/getLink.js +28 -0
- package/rtbfabric/getLink.js.map +1 -0
- package/rtbfabric/index.d.ts +6 -0
- package/rtbfabric/index.js +8 -1
- package/rtbfabric/index.js.map +1 -1
- package/rtbfabric/link.d.ts +56 -0
- package/rtbfabric/link.js +89 -0
- package/rtbfabric/link.js.map +1 -0
- package/transfer/connector.d.ts +20 -2
- package/transfer/connector.js +6 -3
- package/transfer/connector.js.map +1 -1
- package/transfer/getConnector.d.ts +10 -0
- package/transfer/getConnector.js.map +1 -1
- package/types/enums/amazonmq/index.d.ts +4 -12
- package/types/enums/amazonmq/index.js.map +1 -1
- package/types/enums/bedrockagentcore/index.d.ts +1 -0
- package/types/enums/bedrockagentcore/index.js +1 -0
- package/types/enums/bedrockagentcore/index.js.map +1 -1
- package/types/enums/ec2/index.d.ts +15 -0
- package/types/enums/ec2/index.js +9 -2
- package/types/enums/ec2/index.js.map +1 -1
- package/types/enums/ecs/index.d.ts +10 -0
- package/types/enums/ecs/index.js +9 -1
- package/types/enums/ecs/index.js.map +1 -1
- package/types/enums/networkfirewall/index.d.ts +2 -0
- package/types/enums/networkfirewall/index.js +2 -0
- package/types/enums/networkfirewall/index.js.map +1 -1
- package/types/enums/rtbfabric/index.d.ts +33 -0
- package/types/enums/rtbfabric/index.js +30 -1
- package/types/enums/rtbfabric/index.js.map +1 -1
- package/types/enums/sagemaker/index.d.ts +2 -169
- package/types/enums/sagemaker/index.js +3 -166
- package/types/enums/sagemaker/index.js.map +1 -1
- package/types/enums/transfer/index.d.ts +11 -0
- package/types/enums/transfer/index.js +10 -1
- package/types/enums/transfer/index.js.map +1 -1
- package/types/input.d.ts +109 -48
- package/types/output.d.ts +109 -48
- package/types/output.js.map +1 -1
|
@@ -106,6 +106,17 @@ export declare const ConnectorAs2ConfigPropertiesSigningAlgorithm: {
|
|
|
106
106
|
* Signing algorithm for this AS2 connector configuration.
|
|
107
107
|
*/
|
|
108
108
|
export type ConnectorAs2ConfigPropertiesSigningAlgorithm = (typeof ConnectorAs2ConfigPropertiesSigningAlgorithm)[keyof typeof ConnectorAs2ConfigPropertiesSigningAlgorithm];
|
|
109
|
+
export declare const ConnectorEgressType: {
|
|
110
|
+
readonly ServiceManaged: "SERVICE_MANAGED";
|
|
111
|
+
readonly VpcLattice: "VPC_LATTICE";
|
|
112
|
+
};
|
|
113
|
+
export type ConnectorEgressType = (typeof ConnectorEgressType)[keyof typeof ConnectorEgressType];
|
|
114
|
+
export declare const ConnectorStatus: {
|
|
115
|
+
readonly Active: "ACTIVE";
|
|
116
|
+
readonly Pending: "PENDING";
|
|
117
|
+
readonly Errored: "ERRORED";
|
|
118
|
+
};
|
|
119
|
+
export type ConnectorStatus = (typeof ConnectorStatus)[keyof typeof ConnectorStatus];
|
|
109
120
|
export declare const ProfileType: {
|
|
110
121
|
readonly Local: "LOCAL";
|
|
111
122
|
readonly Partner: "PARTNER";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.WorkflowStepType = exports.WorkflowStepDecryptStepDetailsPropertiesType = exports.WorkflowStepDecryptStepDetailsPropertiesOverwriteExisting = exports.WorkflowStepCopyStepDetailsPropertiesOverwriteExisting = exports.WebAppEndpointPolicy = exports.UserMapType = exports.UserHomeDirectoryType = exports.ServerTlsSessionResumptionMode = exports.ServerState = exports.ServerSftpAuthenticationMethods = exports.ServerSetStatOption = exports.ServerProtocol = exports.ServerIpAddressType = exports.ServerIdentityProviderType = exports.ServerEndpointType = exports.ServerDomain = exports.ServerDirectoryListingOptimization = exports.ServerAs2Transport = exports.ProfileType = exports.ConnectorAs2ConfigPropertiesSigningAlgorithm = exports.ConnectorAs2ConfigPropertiesPreserveContentType = exports.ConnectorAs2ConfigPropertiesMdnSigningAlgorithm = exports.ConnectorAs2ConfigPropertiesMdnResponse = exports.ConnectorAs2ConfigPropertiesEncryptionAlgorithm = exports.ConnectorAs2ConfigPropertiesCompression = exports.CertificateUsage = exports.CertificateType = exports.CertificateStatus = exports.AgreementStatus = exports.AgreementPreserveFilename = exports.AgreementEnforceMessageSigning = void 0;
|
|
5
|
+
exports.WorkflowStepType = exports.WorkflowStepDecryptStepDetailsPropertiesType = exports.WorkflowStepDecryptStepDetailsPropertiesOverwriteExisting = exports.WorkflowStepCopyStepDetailsPropertiesOverwriteExisting = exports.WebAppEndpointPolicy = exports.UserMapType = exports.UserHomeDirectoryType = exports.ServerTlsSessionResumptionMode = exports.ServerState = exports.ServerSftpAuthenticationMethods = exports.ServerSetStatOption = exports.ServerProtocol = exports.ServerIpAddressType = exports.ServerIdentityProviderType = exports.ServerEndpointType = exports.ServerDomain = exports.ServerDirectoryListingOptimization = exports.ServerAs2Transport = exports.ProfileType = exports.ConnectorStatus = exports.ConnectorEgressType = exports.ConnectorAs2ConfigPropertiesSigningAlgorithm = exports.ConnectorAs2ConfigPropertiesPreserveContentType = exports.ConnectorAs2ConfigPropertiesMdnSigningAlgorithm = exports.ConnectorAs2ConfigPropertiesMdnResponse = exports.ConnectorAs2ConfigPropertiesEncryptionAlgorithm = exports.ConnectorAs2ConfigPropertiesCompression = exports.CertificateUsage = exports.CertificateType = exports.CertificateStatus = exports.AgreementStatus = exports.AgreementPreserveFilename = exports.AgreementEnforceMessageSigning = void 0;
|
|
6
6
|
exports.AgreementEnforceMessageSigning = {
|
|
7
7
|
Enabled: "ENABLED",
|
|
8
8
|
Disabled: "DISABLED",
|
|
@@ -63,6 +63,15 @@ exports.ConnectorAs2ConfigPropertiesSigningAlgorithm = {
|
|
|
63
63
|
Sha1: "SHA1",
|
|
64
64
|
None: "NONE",
|
|
65
65
|
};
|
|
66
|
+
exports.ConnectorEgressType = {
|
|
67
|
+
ServiceManaged: "SERVICE_MANAGED",
|
|
68
|
+
VpcLattice: "VPC_LATTICE",
|
|
69
|
+
};
|
|
70
|
+
exports.ConnectorStatus = {
|
|
71
|
+
Active: "ACTIVE",
|
|
72
|
+
Pending: "PENDING",
|
|
73
|
+
Errored: "ERRORED",
|
|
74
|
+
};
|
|
66
75
|
exports.ProfileType = {
|
|
67
76
|
Local: "LOCAL",
|
|
68
77
|
Partner: "PARTNER",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/transfer/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/transfer/index.ts"],"names":[],"mappings":"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"}
|
package/types/input.d.ts
CHANGED
|
@@ -837,7 +837,7 @@ export declare namespace aiops {
|
|
|
837
837
|
export declare namespace amazonmq {
|
|
838
838
|
interface BrokerConfigurationIdArgs {
|
|
839
839
|
/**
|
|
840
|
-
* The unique ID that Amazon MQ generates for the configuration.
|
|
840
|
+
* Required. The unique ID that Amazon MQ generates for the configuration.
|
|
841
841
|
*/
|
|
842
842
|
id: pulumi.Input<string>;
|
|
843
843
|
/**
|
|
@@ -859,49 +859,16 @@ export declare namespace amazonmq {
|
|
|
859
859
|
useAwsOwnedKey: pulumi.Input<boolean>;
|
|
860
860
|
}
|
|
861
861
|
interface BrokerLdapServerMetadataArgs {
|
|
862
|
-
/**
|
|
863
|
-
* Specifies the location of the LDAP server such as AWS Directory Service for Microsoft Active Directory . Optional failover server.
|
|
864
|
-
*/
|
|
865
862
|
hosts: pulumi.Input<pulumi.Input<string>[]>;
|
|
866
|
-
/**
|
|
867
|
-
* The distinguished name of the node in the directory information tree (DIT) to search for roles or groups. For example, `ou=group` , `ou=corp` , `dc=corp` , `dc=example` , `dc=com` .
|
|
868
|
-
*/
|
|
869
863
|
roleBase: pulumi.Input<string>;
|
|
870
|
-
/**
|
|
871
|
-
* The group name attribute in a role entry whose value is the name of that role. For example, you can specify `cn` for a group entry's common name. If authentication succeeds, then the user is assigned the the value of the `cn` attribute for each role entry that they are a member of.
|
|
872
|
-
*/
|
|
873
864
|
roleName?: pulumi.Input<string>;
|
|
874
|
-
/**
|
|
875
|
-
* The LDAP search filter used to find roles within the roleBase. The distinguished name of the user matched by userSearchMatching is substituted into the `{0}` placeholder in the search filter. The client's username is substituted into the `{1}` placeholder. For example, if you set this option to `(member=uid={1})` for the user janedoe, the search filter becomes `(member=uid=janedoe)` after string substitution. It matches all role entries that have a member attribute equal to `uid=janedoe` under the subtree selected by the `RoleBases` .
|
|
876
|
-
*/
|
|
877
865
|
roleSearchMatching: pulumi.Input<string>;
|
|
878
|
-
/**
|
|
879
|
-
* The directory search scope for the role. If set to true, scope is to search the entire subtree.
|
|
880
|
-
*/
|
|
881
866
|
roleSearchSubtree?: pulumi.Input<boolean>;
|
|
882
|
-
/**
|
|
883
|
-
* Service account password. A service account is an account in your LDAP server that has access to initiate a connection. For example, `cn=admin` , `dc=corp` , `dc=example` , `dc=com` .
|
|
884
|
-
*/
|
|
885
867
|
serviceAccountPassword?: pulumi.Input<string>;
|
|
886
|
-
/**
|
|
887
|
-
* Service account username. A service account is an account in your LDAP server that has access to initiate a connection. For example, `cn=admin` , `ou=corp` , `dc=corp` , `dc=example` , `dc=com` .
|
|
888
|
-
*/
|
|
889
868
|
serviceAccountUsername: pulumi.Input<string>;
|
|
890
|
-
/**
|
|
891
|
-
* Select a particular subtree of the directory information tree (DIT) to search for user entries. The subtree is specified by a DN, which specifies the base node of the subtree. For example, by setting this option to `ou=Users` , `ou=corp` , `dc=corp` , `dc=example` , `dc=com` , the search for user entries is restricted to the subtree beneath `ou=Users` , `ou=corp` , `dc=corp` , `dc=example` , `dc=com` .
|
|
892
|
-
*/
|
|
893
869
|
userBase: pulumi.Input<string>;
|
|
894
|
-
/**
|
|
895
|
-
* The name of the LDAP attribute in the user's directory entry for the user's group membership. In some cases, user roles may be identified by the value of an attribute in the user's directory entry. The `UserRoleName` option allows you to provide the name of this attribute.
|
|
896
|
-
*/
|
|
897
870
|
userRoleName?: pulumi.Input<string>;
|
|
898
|
-
/**
|
|
899
|
-
* The LDAP search filter used to find users within the `userBase` . The client's username is substituted into the `{0}` placeholder in the search filter. For example, if this option is set to `(uid={0})` and the received username is `janedoe` , the search filter becomes `(uid=janedoe)` after string substitution. It will result in matching an entry like `uid=janedoe` , `ou=Users` , `ou=corp` , `dc=corp` , `dc=example` , `dc=com` .
|
|
900
|
-
*/
|
|
901
871
|
userSearchMatching: pulumi.Input<string>;
|
|
902
|
-
/**
|
|
903
|
-
* The directory search scope for the user. If set to true, scope is to search the entire subtree.
|
|
904
|
-
*/
|
|
905
872
|
userSearchSubtree?: pulumi.Input<boolean>;
|
|
906
873
|
}
|
|
907
874
|
interface BrokerLogListArgs {
|
|
@@ -931,7 +898,7 @@ export declare namespace amazonmq {
|
|
|
931
898
|
}
|
|
932
899
|
interface BrokerUserArgs {
|
|
933
900
|
/**
|
|
934
|
-
* Enables access to the ActiveMQ
|
|
901
|
+
* Enables access to the ActiveMQ Web Console for the ActiveMQ user. Does not apply to RabbitMQ brokers.
|
|
935
902
|
*/
|
|
936
903
|
consoleAccess?: pulumi.Input<boolean>;
|
|
937
904
|
/**
|
|
@@ -939,7 +906,7 @@ export declare namespace amazonmq {
|
|
|
939
906
|
*/
|
|
940
907
|
groups?: pulumi.Input<pulumi.Input<string>[]>;
|
|
941
908
|
/**
|
|
942
|
-
* The password of the user. This value must be at least 12 characters long, must contain at least 4 unique characters, and must not contain commas, colons, or equal signs (,:=).
|
|
909
|
+
* Required. The password of the user. This value must be at least 12 characters long, must contain at least 4 unique characters, and must not contain commas, colons, or equal signs (,:=).
|
|
943
910
|
*/
|
|
944
911
|
password: pulumi.Input<string>;
|
|
945
912
|
/**
|
|
@@ -947,7 +914,10 @@ export declare namespace amazonmq {
|
|
|
947
914
|
*/
|
|
948
915
|
replicationUser?: pulumi.Input<boolean>;
|
|
949
916
|
/**
|
|
950
|
-
* The username of the broker user.
|
|
917
|
+
* The username of the broker user. The following restrictions apply to broker usernames:
|
|
918
|
+
*
|
|
919
|
+
* - For Amazon MQ for ActiveMQ brokers, this value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.
|
|
920
|
+
* - For Amazon MQ for RabbitMQ brokers, this value can contain only alphanumeric characters, dashes, periods, underscores (- . _). This value must not contain a tilde (~) character. Amazon MQ prohibts using `guest` as a valid usename. This value must be 2-100 characters long.
|
|
951
921
|
*
|
|
952
922
|
* > Do not add personally identifiable information (PII) or other confidential or sensitive information in broker usernames. Broker usernames are accessible to other AWS services, including CloudWatch Logs . Broker usernames are not intended to be used for private or sensitive data.
|
|
953
923
|
*/
|
|
@@ -10213,6 +10183,9 @@ export declare namespace batch {
|
|
|
10213
10183
|
*/
|
|
10214
10184
|
value?: pulumi.Input<string>;
|
|
10215
10185
|
}
|
|
10186
|
+
interface JobDefinitionResourceRetentionPolicyArgs {
|
|
10187
|
+
skipDeregisterOnUpdate?: pulumi.Input<boolean>;
|
|
10188
|
+
}
|
|
10216
10189
|
interface JobDefinitionRetryStrategyArgs {
|
|
10217
10190
|
/**
|
|
10218
10191
|
* The number of times to move a job to the `RUNNABLE` status. You can specify between 1 and 10 attempts. If the value of `attempts` is greater than one, the job is retried on failure the same number of attempts as the value.
|
|
@@ -23276,6 +23249,9 @@ export declare namespace datazone {
|
|
|
23276
23249
|
interface ConnectionPropertiesInput6PropertiesArgs {
|
|
23277
23250
|
sparkGlueProperties: pulumi.Input<inputs.datazone.ConnectionSparkGluePropertiesInputArgs>;
|
|
23278
23251
|
}
|
|
23252
|
+
interface ConnectionPropertiesInput7PropertiesArgs {
|
|
23253
|
+
s3Properties: pulumi.Input<inputs.datazone.ConnectionS3PropertiesInputArgs>;
|
|
23254
|
+
}
|
|
23279
23255
|
interface ConnectionRedshiftCredentials0PropertiesArgs {
|
|
23280
23256
|
secretArn: pulumi.Input<string>;
|
|
23281
23257
|
}
|
|
@@ -23306,6 +23282,19 @@ export declare namespace datazone {
|
|
|
23306
23282
|
interface ConnectionRedshiftStorageProperties1PropertiesArgs {
|
|
23307
23283
|
workgroupName: pulumi.Input<string>;
|
|
23308
23284
|
}
|
|
23285
|
+
/**
|
|
23286
|
+
* S3 Properties Input
|
|
23287
|
+
*/
|
|
23288
|
+
interface ConnectionS3PropertiesInputArgs {
|
|
23289
|
+
/**
|
|
23290
|
+
* The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a connection.
|
|
23291
|
+
*/
|
|
23292
|
+
s3AccessGrantLocationId?: pulumi.Input<string>;
|
|
23293
|
+
/**
|
|
23294
|
+
* The Amazon S3 URI that's part of the Amazon S3 properties of a connection.
|
|
23295
|
+
*/
|
|
23296
|
+
s3Uri: pulumi.Input<string>;
|
|
23297
|
+
}
|
|
23309
23298
|
/**
|
|
23310
23299
|
* Spark EMR Properties Input.
|
|
23311
23300
|
*/
|
|
@@ -26698,7 +26687,7 @@ export declare namespace ec2 {
|
|
|
26698
26687
|
/**
|
|
26699
26688
|
* The number of I/O operations per second (IOPS). For ``gp3``, ``io1``, and ``io2`` volumes, this represents the number of IOPS that are provisioned for the volume. For ``gp2`` volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.
|
|
26700
26689
|
* The following are the supported values for each volume type:
|
|
26701
|
-
* + ``gp3``: 3,000 -
|
|
26690
|
+
* + ``gp3``: 3,000 - 80,000 IOPS
|
|
26702
26691
|
* + ``io1``: 100 - 64,000 IOPS
|
|
26703
26692
|
* + ``io2``: 100 - 256,000 IOPS
|
|
26704
26693
|
*
|
|
@@ -26715,8 +26704,8 @@ export declare namespace ec2 {
|
|
|
26715
26704
|
*/
|
|
26716
26705
|
snapshotId?: pulumi.Input<string>;
|
|
26717
26706
|
/**
|
|
26718
|
-
* The throughput to provision for a ``gp3`` volume, with a maximum of
|
|
26719
|
-
* Valid Range: Minimum value of 125. Maximum value of
|
|
26707
|
+
* The throughput to provision for a ``gp3`` volume, with a maximum of 2,000 MiB/s.
|
|
26708
|
+
* Valid Range: Minimum value of 125. Maximum value of 2,000.
|
|
26720
26709
|
*/
|
|
26721
26710
|
throughput?: pulumi.Input<number>;
|
|
26722
26711
|
/**
|
|
@@ -26732,7 +26721,8 @@ export declare namespace ec2 {
|
|
|
26732
26721
|
volumeInitializationRate?: pulumi.Input<number>;
|
|
26733
26722
|
/**
|
|
26734
26723
|
* The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. The following are the supported volumes sizes for each volume type:
|
|
26735
|
-
* + ``gp2
|
|
26724
|
+
* + ``gp2``: 1 - 16,384 GiB
|
|
26725
|
+
* + ``gp3``: 1 - 65,536 GiB
|
|
26736
26726
|
* + ``io1``: 4 - 16,384 GiB
|
|
26737
26727
|
* + ``io2``: 4 - 65,536 GiB
|
|
26738
26728
|
* + ``st1`` and ``sc1``: 125 - 16,384 GiB
|
|
@@ -29978,6 +29968,10 @@ export declare namespace ecs {
|
|
|
29978
29968
|
*/
|
|
29979
29969
|
subnets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
29980
29970
|
}
|
|
29971
|
+
interface ServiceCanaryConfigurationArgs {
|
|
29972
|
+
canaryBakeTimeInMinutes?: pulumi.Input<number>;
|
|
29973
|
+
canaryPercent?: pulumi.Input<number>;
|
|
29974
|
+
}
|
|
29981
29975
|
/**
|
|
29982
29976
|
* The details of a capacity provider strategy. A capacity provider strategy can be set when using the ``RunTask`` or ``CreateService`` APIs or as the default capacity provider strategy for a cluster with the ``CreateCluster`` API.
|
|
29983
29977
|
* Only capacity providers that are already associated with a cluster and have an ``ACTIVE`` or ``UPDATING`` status can be used in a capacity provider strategy. The ``PutClusterCapacityProviders`` API is used to associate a capacity provider with a cluster.
|
|
@@ -30018,6 +30012,10 @@ export declare namespace ecs {
|
|
|
30018
30012
|
*/
|
|
30019
30013
|
weight?: pulumi.Input<number>;
|
|
30020
30014
|
}
|
|
30015
|
+
interface ServiceConnectAccessLogConfigurationArgs {
|
|
30016
|
+
format: pulumi.Input<enums.ecs.ServiceConnectAccessLogConfigurationFormat>;
|
|
30017
|
+
includeQueryParameters?: pulumi.Input<enums.ecs.ServiceConnectAccessLogConfigurationIncludeQueryParameters>;
|
|
30018
|
+
}
|
|
30021
30019
|
/**
|
|
30022
30020
|
* Each alias ("endpoint") is a fully-qualified name and port number that other tasks ("clients") can use to connect to this service.
|
|
30023
30021
|
* Each name and port mapping must be unique within the namespace.
|
|
@@ -30045,6 +30043,7 @@ export declare namespace ecs {
|
|
|
30045
30043
|
* Tasks that run in a namespace can use short names to connect to services in the namespace. Tasks can connect to services across all of the clusters in the namespace. Tasks connect through a managed proxy container that collects logs and metrics for increased visibility. Only the tasks that Amazon ECS services create are supported with Service Connect. For more information, see [Service Connect](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-connect.html) in the *Amazon Elastic Container Service Developer Guide*.
|
|
30046
30044
|
*/
|
|
30047
30045
|
interface ServiceConnectConfigurationArgs {
|
|
30046
|
+
accessLogConfiguration?: pulumi.Input<inputs.ecs.ServiceConnectAccessLogConfigurationArgs>;
|
|
30048
30047
|
/**
|
|
30049
30048
|
* Specifies whether to use Service Connect with this service.
|
|
30050
30049
|
*/
|
|
@@ -30201,7 +30200,7 @@ export declare namespace ecs {
|
|
|
30201
30200
|
* + For all other cases, the value is set to 36 hours (2160 minutes).
|
|
30202
30201
|
*/
|
|
30203
30202
|
bakeTimeInMinutes?: pulumi.Input<number>;
|
|
30204
|
-
canaryConfiguration?:
|
|
30203
|
+
canaryConfiguration?: pulumi.Input<inputs.ecs.ServiceCanaryConfigurationArgs>;
|
|
30205
30204
|
/**
|
|
30206
30205
|
* The deployment circuit breaker can only be used for services using the rolling update (``ECS``) deployment type.
|
|
30207
30206
|
* The *deployment circuit breaker* determines whether a service deployment will fail if the service can't reach a steady state. If you use the deployment circuit breaker, a service deployment will transition to a failed state and stop launching new tasks. If you use the rollback option, when a service deployment fails, the service is rolled back to the last deployment that completed successfully. 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*
|
|
@@ -30211,7 +30210,7 @@ export declare namespace ecs {
|
|
|
30211
30210
|
* An array of deployment lifecycle hook objects to run custom logic at specific stages of the deployment lifecycle.
|
|
30212
30211
|
*/
|
|
30213
30212
|
lifecycleHooks?: pulumi.Input<pulumi.Input<inputs.ecs.ServiceDeploymentLifecycleHookArgs>[]>;
|
|
30214
|
-
linearConfiguration?:
|
|
30213
|
+
linearConfiguration?: pulumi.Input<inputs.ecs.ServiceLinearConfigurationArgs>;
|
|
30215
30214
|
/**
|
|
30216
30215
|
* If a service is using the rolling update (``ECS``) deployment type, the ``maximumPercent`` parameter represents an upper limit on the number of your service's tasks that are allowed in the ``RUNNING`` or ``PENDING`` state during a deployment, as a percentage of the ``desiredCount`` (rounded down to the nearest integer). This parameter enables you to define the deployment batch size. For example, if your service is using the ``REPLICA`` service scheduler and has a ``desiredCount`` of four tasks and a ``maximumPercent`` value of 200%, the scheduler may start four new tasks before stopping the four older tasks (provided that the cluster resources required to do this are available). The default ``maximumPercent`` value for a service using the ``REPLICA`` service scheduler is 200%.
|
|
30217
30216
|
* The Amazon ECS scheduler uses this parameter to replace unhealthy tasks by starting replacement tasks first and then stopping the unhealthy tasks, as long as cluster resources for starting replacement tasks are available. For more information about how the scheduler replaces unhealthy tasks, see [Amazon ECS services](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_services.html).
|
|
@@ -30369,6 +30368,10 @@ export declare namespace ecs {
|
|
|
30369
30368
|
*/
|
|
30370
30369
|
forceNewDeploymentNonce?: pulumi.Input<string>;
|
|
30371
30370
|
}
|
|
30371
|
+
interface ServiceLinearConfigurationArgs {
|
|
30372
|
+
stepBakeTimeInMinutes?: pulumi.Input<number>;
|
|
30373
|
+
stepPercent?: pulumi.Input<number>;
|
|
30374
|
+
}
|
|
30372
30375
|
/**
|
|
30373
30376
|
* The ``LoadBalancer`` property specifies details on a load balancer that is used with a service.
|
|
30374
30377
|
* If the service is using the ``CODE_DEPLOY`` deployment controller, the service is required to use either an Application Load Balancer or Network Load Balancer. When you are creating an ACDlong deployment group, you specify two target groups (referred to as a ``targetGroupPair``). Each target group binds to a separate task set in the deployment. The load balancer can also have up to two listeners, a required listener for production traffic and an optional listener that allows you to test new revisions of the service before routing production traffic to it.
|
|
@@ -33000,7 +33003,7 @@ export declare namespace elasticloadbalancingv2 {
|
|
|
33000
33003
|
interface ListenerRuleHostHeaderConfigArgs {
|
|
33001
33004
|
regexValues?: pulumi.Input<pulumi.Input<string>[]>;
|
|
33002
33005
|
/**
|
|
33003
|
-
* The host names. The maximum
|
|
33006
|
+
* The host names. The maximum length of each string 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.
|
|
33004
33007
|
* If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.
|
|
33005
33008
|
*/
|
|
33006
33009
|
values?: pulumi.Input<pulumi.Input<string>[]>;
|
|
@@ -33016,7 +33019,7 @@ export declare namespace elasticloadbalancingv2 {
|
|
|
33016
33019
|
httpHeaderName?: pulumi.Input<string>;
|
|
33017
33020
|
regexValues?: pulumi.Input<pulumi.Input<string>[]>;
|
|
33018
33021
|
/**
|
|
33019
|
-
* The strings to compare against the value of the HTTP header. The maximum
|
|
33022
|
+
* The strings to compare against the value of the HTTP header. The maximum length of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).
|
|
33020
33023
|
* If the same header appears multiple times in the request, we search them in order until a match is found.
|
|
33021
33024
|
* If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.
|
|
33022
33025
|
*/
|
|
@@ -33028,7 +33031,7 @@ export declare namespace elasticloadbalancingv2 {
|
|
|
33028
33031
|
*/
|
|
33029
33032
|
interface ListenerRuleHttpRequestMethodConfigArgs {
|
|
33030
33033
|
/**
|
|
33031
|
-
* The name of the request method. The maximum
|
|
33034
|
+
* The name of the request method. The maximum length is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.
|
|
33032
33035
|
* If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.
|
|
33033
33036
|
*/
|
|
33034
33037
|
values?: pulumi.Input<pulumi.Input<string>[]>;
|
|
@@ -33050,7 +33053,7 @@ export declare namespace elasticloadbalancingv2 {
|
|
|
33050
33053
|
*/
|
|
33051
33054
|
interface ListenerRuleQueryStringConfigArgs {
|
|
33052
33055
|
/**
|
|
33053
|
-
* The key/value pairs or values to find in the query string. The maximum
|
|
33056
|
+
* The key/value pairs or values to find in the query string. The maximum length of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in ``Values`` using a '\' character.
|
|
33054
33057
|
* If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.
|
|
33055
33058
|
*/
|
|
33056
33059
|
values?: pulumi.Input<pulumi.Input<inputs.elasticloadbalancingv2.ListenerRuleQueryStringKeyValueArgs>[]>;
|
|
@@ -38813,6 +38816,15 @@ export declare namespace imagebuilder {
|
|
|
38813
38816
|
*/
|
|
38814
38817
|
service?: pulumi.Input<enums.imagebuilder.DistributionConfigurationTargetContainerRepositoryService>;
|
|
38815
38818
|
}
|
|
38819
|
+
/**
|
|
38820
|
+
* The deletion settings of the image, indicating whether to delete the underlying resources in addition to the image.
|
|
38821
|
+
*/
|
|
38822
|
+
interface ImageDeletionSettingsArgs {
|
|
38823
|
+
/**
|
|
38824
|
+
* The execution role to use for deleting the image, as well as underlying resources.
|
|
38825
|
+
*/
|
|
38826
|
+
executionRole: pulumi.Input<string>;
|
|
38827
|
+
}
|
|
38816
38828
|
/**
|
|
38817
38829
|
* Settings for Image Builder to configure the ECR repository and output container images that are scanned.
|
|
38818
38830
|
*/
|
|
@@ -52991,6 +53003,9 @@ export declare namespace mediapackagev2 {
|
|
|
52991
53003
|
* The encryption method to use.
|
|
52992
53004
|
*/
|
|
52993
53005
|
cmafEncryptionMethod?: pulumi.Input<enums.mediapackagev2.OriginEndpointCmafEncryptionMethod>;
|
|
53006
|
+
/**
|
|
53007
|
+
* The encryption method used for Microsoft Smooth Streaming (MSS) content. This specifies how the MSS segments are encrypted to protect the content during delivery to client players.
|
|
53008
|
+
*/
|
|
52994
53009
|
ismEncryptionMethod?: pulumi.Input<enums.mediapackagev2.OriginEndpointIsmEncryptionMethod>;
|
|
52995
53010
|
/**
|
|
52996
53011
|
* The encryption method to use.
|
|
@@ -54182,6 +54197,7 @@ export declare namespace networkfirewall {
|
|
|
54182
54197
|
availabilityZone: pulumi.Input<string>;
|
|
54183
54198
|
}
|
|
54184
54199
|
interface FirewallPolicyArgs {
|
|
54200
|
+
enableTlsSessionHolding?: pulumi.Input<boolean>;
|
|
54185
54201
|
/**
|
|
54186
54202
|
* Contains variables that you can use to override default Suricata settings in your firewall policy.
|
|
54187
54203
|
*/
|
|
@@ -88637,6 +88653,34 @@ export declare namespace route53resolver {
|
|
|
88637
88653
|
}
|
|
88638
88654
|
}
|
|
88639
88655
|
export declare namespace rtbfabric {
|
|
88656
|
+
interface LinkAttributesArgs {
|
|
88657
|
+
customerProvidedId?: pulumi.Input<string>;
|
|
88658
|
+
responderErrorMasking?: pulumi.Input<pulumi.Input<inputs.rtbfabric.LinkResponderErrorMaskingForHttpCodeArgs>[]>;
|
|
88659
|
+
}
|
|
88660
|
+
interface LinkLogSettingsArgs {
|
|
88661
|
+
applicationLogs: pulumi.Input<inputs.rtbfabric.LinkLogSettingsApplicationLogsPropertiesArgs>;
|
|
88662
|
+
}
|
|
88663
|
+
interface LinkLogSettingsApplicationLogsPropertiesArgs {
|
|
88664
|
+
linkApplicationLogSampling: pulumi.Input<inputs.rtbfabric.LinkLogSettingsApplicationLogsPropertiesLinkApplicationLogSamplingPropertiesArgs>;
|
|
88665
|
+
}
|
|
88666
|
+
interface LinkLogSettingsApplicationLogsPropertiesLinkApplicationLogSamplingPropertiesArgs {
|
|
88667
|
+
errorLog: pulumi.Input<number>;
|
|
88668
|
+
filterLog: pulumi.Input<number>;
|
|
88669
|
+
}
|
|
88670
|
+
interface LinkModuleConfigurationArgs {
|
|
88671
|
+
dependsOn?: pulumi.Input<pulumi.Input<string>[]>;
|
|
88672
|
+
moduleParameters?: pulumi.Input<inputs.rtbfabric.LinkModuleParametersArgs>;
|
|
88673
|
+
name: pulumi.Input<string>;
|
|
88674
|
+
version?: pulumi.Input<string>;
|
|
88675
|
+
}
|
|
88676
|
+
interface LinkModuleParametersArgs {
|
|
88677
|
+
}
|
|
88678
|
+
interface LinkResponderErrorMaskingForHttpCodeArgs {
|
|
88679
|
+
action: pulumi.Input<enums.rtbfabric.LinkResponderErrorMaskingForHttpCodeAction>;
|
|
88680
|
+
httpCode: pulumi.Input<string>;
|
|
88681
|
+
loggingTypes: pulumi.Input<pulumi.Input<enums.rtbfabric.LinkResponderErrorMaskingLoggingType>[]>;
|
|
88682
|
+
responseLoggingPercentage?: pulumi.Input<number>;
|
|
88683
|
+
}
|
|
88640
88684
|
interface ResponderGatewayManagedEndpointConfigurationArgs {
|
|
88641
88685
|
}
|
|
88642
88686
|
interface ResponderGatewayTrustStoreConfigurationArgs {
|
|
@@ -95514,8 +95558,12 @@ export declare namespace sagemaker {
|
|
|
95514
95558
|
interface UserProfileResourceSpecArgs {
|
|
95515
95559
|
/**
|
|
95516
95560
|
* The instance type that the image version runs on.
|
|
95561
|
+
*
|
|
95562
|
+
* > *JupyterServer apps* only support the `system` value.
|
|
95563
|
+
* >
|
|
95564
|
+
* > For *KernelGateway apps* , the `system` value is translated to `ml.t3.medium` . KernelGateway apps also support all other values for available instance types.
|
|
95517
95565
|
*/
|
|
95518
|
-
instanceType?: pulumi.Input<enums.sagemaker.
|
|
95566
|
+
instanceType?: pulumi.Input<enums.sagemaker.UserProfileAppInstanceType>;
|
|
95519
95567
|
/**
|
|
95520
95568
|
* The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
|
|
95521
95569
|
*/
|
|
@@ -100148,6 +100196,19 @@ export declare namespace transfer {
|
|
|
100148
100196
|
*/
|
|
100149
100197
|
signingAlgorithm?: pulumi.Input<enums.transfer.ConnectorAs2ConfigPropertiesSigningAlgorithm>;
|
|
100150
100198
|
}
|
|
100199
|
+
interface ConnectorEgressConfigArgs {
|
|
100200
|
+
vpcLattice: pulumi.Input<inputs.transfer.ConnectorVpcLatticeEgressConfigArgs>;
|
|
100201
|
+
}
|
|
100202
|
+
interface ConnectorVpcLatticeEgressConfigArgs {
|
|
100203
|
+
/**
|
|
100204
|
+
* Port to connect to on the target VPC Lattice resource
|
|
100205
|
+
*/
|
|
100206
|
+
portNumber?: pulumi.Input<number>;
|
|
100207
|
+
/**
|
|
100208
|
+
* ARN of the VPC Lattice resource configuration
|
|
100209
|
+
*/
|
|
100210
|
+
resourceConfigurationArn: pulumi.Input<string>;
|
|
100211
|
+
}
|
|
100151
100212
|
/**
|
|
100152
100213
|
* Specifies a separate directory for each type of file to store for an AS2 message.
|
|
100153
100214
|
*/
|