@pulumi/aws-native 1.36.0-alpha.1759361222 → 1.36.0-alpha.1759406604
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/arcregionswitch/getPlan.d.ts +1 -0
- package/arcregionswitch/getPlan.js.map +1 -1
- package/arcregionswitch/plan.d.ts +1 -0
- package/arcregionswitch/plan.js +2 -0
- package/arcregionswitch/plan.js.map +1 -1
- package/bedrockagentcore/gateway.d.ts +68 -0
- package/bedrockagentcore/gateway.js +99 -0
- package/bedrockagentcore/gateway.js.map +1 -0
- package/bedrockagentcore/gatewayTarget.d.ts +52 -0
- package/bedrockagentcore/gatewayTarget.js +84 -0
- package/bedrockagentcore/gatewayTarget.js.map +1 -0
- package/bedrockagentcore/getGateway.d.ts +39 -0
- package/bedrockagentcore/getGateway.js +28 -0
- package/bedrockagentcore/getGateway.js.map +1 -0
- package/bedrockagentcore/getGatewayTarget.d.ts +31 -0
- package/bedrockagentcore/getGatewayTarget.js +30 -0
- package/bedrockagentcore/getGatewayTarget.js.map +1 -0
- package/bedrockagentcore/index.d.ts +12 -0
- package/bedrockagentcore/index.js +15 -1
- package/bedrockagentcore/index.js.map +1 -1
- package/cloudfront/getPublicKey.d.ts +2 -0
- package/cloudfront/getPublicKey.js +2 -0
- package/cloudfront/getPublicKey.js.map +1 -1
- package/cloudfront/publicKey.d.ts +1 -0
- package/cloudfront/publicKey.js +1 -0
- package/cloudfront/publicKey.js.map +1 -1
- package/cognito/userPoolUser.d.ts +6 -6
- package/ecs/capacityProvider.d.ts +6 -0
- package/ecs/capacityProvider.js.map +1 -1
- package/ecs/getCapacityProvider.d.ts +3 -0
- package/ecs/getCapacityProvider.js.map +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/servicecatalog/getPortfolioShare.d.ts +35 -0
- package/servicecatalog/getPortfolioShare.js +30 -0
- package/servicecatalog/getPortfolioShare.js.map +1 -0
- package/servicecatalog/index.d.ts +6 -0
- package/servicecatalog/index.js +8 -1
- package/servicecatalog/index.js.map +1 -1
- package/servicecatalog/portfolioShare.d.ts +65 -0
- package/servicecatalog/portfolioShare.js +70 -0
- package/servicecatalog/portfolioShare.js.map +1 -0
- package/types/enums/bedrockagentcore/index.d.ts +55 -0
- package/types/enums/bedrockagentcore/index.js +47 -1
- package/types/enums/bedrockagentcore/index.js.map +1 -1
- package/types/enums/cloudfront/index.d.ts +1 -1
- package/types/enums/ecs/index.d.ts +12 -0
- package/types/enums/ecs/index.js.map +1 -1
- package/types/input.d.ts +279 -1
- package/types/output.d.ts +282 -1
- package/types/output.js.map +1 -1
|
@@ -54,12 +54,18 @@ export declare const CapacityProviderInstanceRequirementsRequestBareMetal: {
|
|
|
54
54
|
readonly Required: "required";
|
|
55
55
|
readonly Excluded: "excluded";
|
|
56
56
|
};
|
|
57
|
+
/**
|
|
58
|
+
* Indicates whether to include bare metal instance types. Set to `included` to allow bare metal instances, `excluded` to exclude them, or `required` to use only bare metal instances.
|
|
59
|
+
*/
|
|
57
60
|
export type CapacityProviderInstanceRequirementsRequestBareMetal = (typeof CapacityProviderInstanceRequirementsRequestBareMetal)[keyof typeof CapacityProviderInstanceRequirementsRequestBareMetal];
|
|
58
61
|
export declare const CapacityProviderInstanceRequirementsRequestBurstablePerformance: {
|
|
59
62
|
readonly Included: "included";
|
|
60
63
|
readonly Required: "required";
|
|
61
64
|
readonly Excluded: "excluded";
|
|
62
65
|
};
|
|
66
|
+
/**
|
|
67
|
+
* Indicates whether to include burstable performance instance types (T2, T3, T3a, T4g). Set to `included` to allow burstable instances, `excluded` to exclude them, or `required` to use only burstable instances.
|
|
68
|
+
*/
|
|
63
69
|
export type CapacityProviderInstanceRequirementsRequestBurstablePerformance = (typeof CapacityProviderInstanceRequirementsRequestBurstablePerformance)[keyof typeof CapacityProviderInstanceRequirementsRequestBurstablePerformance];
|
|
64
70
|
export declare const CapacityProviderInstanceRequirementsRequestCpuManufacturersItem: {
|
|
65
71
|
readonly Intel: "intel";
|
|
@@ -77,6 +83,9 @@ export declare const CapacityProviderInstanceRequirementsRequestLocalStorage: {
|
|
|
77
83
|
readonly Required: "required";
|
|
78
84
|
readonly Excluded: "excluded";
|
|
79
85
|
};
|
|
86
|
+
/**
|
|
87
|
+
* Indicates whether to include instance types with local storage. Set to `included` to allow local storage, `excluded` to exclude it, or `required` to use only instances with local storage.
|
|
88
|
+
*/
|
|
80
89
|
export type CapacityProviderInstanceRequirementsRequestLocalStorage = (typeof CapacityProviderInstanceRequirementsRequestLocalStorage)[keyof typeof CapacityProviderInstanceRequirementsRequestLocalStorage];
|
|
81
90
|
export declare const CapacityProviderInstanceRequirementsRequestLocalStorageTypesItem: {
|
|
82
91
|
readonly Hdd: "hdd";
|
|
@@ -92,6 +101,9 @@ export declare const CapacityProviderManagedInstancesProviderPropagateTags: {
|
|
|
92
101
|
readonly CapacityProvider: "CAPACITY_PROVIDER";
|
|
93
102
|
readonly None: "NONE";
|
|
94
103
|
};
|
|
104
|
+
/**
|
|
105
|
+
* Determines whether tags from the capacity provider are automatically applied to Amazon ECS Managed Instances. This helps with cost allocation and resource management by ensuring consistent tagging across your infrastructure.
|
|
106
|
+
*/
|
|
95
107
|
export type CapacityProviderManagedInstancesProviderPropagateTags = (typeof CapacityProviderManagedInstancesProviderPropagateTags)[keyof typeof CapacityProviderManagedInstancesProviderPropagateTags];
|
|
96
108
|
export declare const CapacityProviderManagedScalingStatus: {
|
|
97
109
|
readonly Disabled: "DISABLED";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/ecs/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAGpE,QAAA,uDAAuD,GAAG;IACnE,QAAQ,EAAE,UAAU;IACpB,OAAO,EAAE,SAAS;CACZ,CAAC;AAOE,QAAA,oEAAoE,GAAG;IAChF,QAAQ,EAAE,UAAU;IACpB,OAAO,EAAE,SAAS;CACZ,CAAC;AAaE,QAAA,uEAAuE,GAAG;IACnF,iBAAiB,EAAE,qBAAqB;IACxC,GAAG,EAAE,KAAK;IACV,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;CACV,CAAC;AAIE,QAAA,+DAA+D,GAAG;IAC3E,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,UAAU,EAAE,YAAY;IACxB,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;IACV,aAAa,EAAE,iBAAiB;IAChC,EAAE,EAAE,IAAI;IACR,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;CACN,CAAC;AAIE,QAAA,+DAA+D,GAAG;IAC3E,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,WAAW;CAChB,CAAC;AAIE,QAAA,oDAAoD,GAAG;IAChE,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,UAAU;CACd,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/ecs/index.ts"],"names":[],"mappings":"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"}
|
package/types/input.d.ts
CHANGED
|
@@ -10894,6 +10894,9 @@ export declare namespace bedrock {
|
|
|
10894
10894
|
* Whether generating categorical data from audio is enabled.
|
|
10895
10895
|
*/
|
|
10896
10896
|
state: pulumi.Input<enums.bedrock.DataAutomationProjectState>;
|
|
10897
|
+
/**
|
|
10898
|
+
* This element contains information about extractions from different types. Used to enable speaker and channel labeling for transcripts.
|
|
10899
|
+
*/
|
|
10897
10900
|
typeConfiguration?: pulumi.Input<inputs.bedrock.DataAutomationProjectAudioExtractionCategoryTypeConfigurationArgs>;
|
|
10898
10901
|
/**
|
|
10899
10902
|
* The types of data to generate.
|
|
@@ -10901,6 +10904,9 @@ export declare namespace bedrock {
|
|
|
10901
10904
|
types?: pulumi.Input<pulumi.Input<enums.bedrock.DataAutomationProjectAudioExtractionCategoryType>[]>;
|
|
10902
10905
|
}
|
|
10903
10906
|
interface DataAutomationProjectAudioExtractionCategoryTypeConfigurationArgs {
|
|
10907
|
+
/**
|
|
10908
|
+
* This element allows you to configure different extractions for your transcript data, such as speaker and channel labeling.
|
|
10909
|
+
*/
|
|
10904
10910
|
transcript?: pulumi.Input<inputs.bedrock.DataAutomationProjectTranscriptConfigurationArgs>;
|
|
10905
10911
|
}
|
|
10906
10912
|
interface DataAutomationProjectAudioOverrideConfigurationArgs {
|
|
@@ -10950,6 +10956,9 @@ export declare namespace bedrock {
|
|
|
10950
10956
|
blueprintVersion?: pulumi.Input<string>;
|
|
10951
10957
|
}
|
|
10952
10958
|
interface DataAutomationProjectChannelLabelingConfigurationArgs {
|
|
10959
|
+
/**
|
|
10960
|
+
* State of channel labeling, either enabled or disabled.
|
|
10961
|
+
*/
|
|
10953
10962
|
state: pulumi.Input<enums.bedrock.DataAutomationProjectState>;
|
|
10954
10963
|
}
|
|
10955
10964
|
/**
|
|
@@ -11140,6 +11149,9 @@ export declare namespace bedrock {
|
|
|
11140
11149
|
video?: pulumi.Input<inputs.bedrock.DataAutomationProjectVideoOverrideConfigurationArgs>;
|
|
11141
11150
|
}
|
|
11142
11151
|
interface DataAutomationProjectSpeakerLabelingConfigurationArgs {
|
|
11152
|
+
/**
|
|
11153
|
+
* State of speaker labeling, either enabled or disabled.
|
|
11154
|
+
*/
|
|
11143
11155
|
state: pulumi.Input<enums.bedrock.DataAutomationProjectState>;
|
|
11144
11156
|
}
|
|
11145
11157
|
interface DataAutomationProjectSplitterConfigurationArgs {
|
|
@@ -11170,7 +11182,13 @@ export declare namespace bedrock {
|
|
|
11170
11182
|
video?: pulumi.Input<inputs.bedrock.DataAutomationProjectVideoStandardOutputConfigurationArgs>;
|
|
11171
11183
|
}
|
|
11172
11184
|
interface DataAutomationProjectTranscriptConfigurationArgs {
|
|
11185
|
+
/**
|
|
11186
|
+
* Enables channel labeling. Each audio channel will be labeled with a number, and the transcript will indicate which channel is being used.
|
|
11187
|
+
*/
|
|
11173
11188
|
channelLabeling?: pulumi.Input<inputs.bedrock.DataAutomationProjectChannelLabelingConfigurationArgs>;
|
|
11189
|
+
/**
|
|
11190
|
+
* Enables speaker labeling. Each speaker within a transcript will recieve a number, and the transcript will note which speaker is talking.
|
|
11191
|
+
*/
|
|
11174
11192
|
speakerLabeling?: pulumi.Input<inputs.bedrock.DataAutomationProjectSpeakerLabelingConfigurationArgs>;
|
|
11175
11193
|
}
|
|
11176
11194
|
interface DataAutomationProjectVideoBoundingBoxArgs {
|
|
@@ -13739,6 +13757,92 @@ export declare namespace bedrockagentcore {
|
|
|
13739
13757
|
*/
|
|
13740
13758
|
networkMode: pulumi.Input<enums.bedrockagentcore.CodeInterpreterCustomCodeInterpreterNetworkMode>;
|
|
13741
13759
|
}
|
|
13760
|
+
interface GatewayAuthorizerConfigurationPropertiesArgs {
|
|
13761
|
+
customJwtAuthorizer: pulumi.Input<inputs.bedrockagentcore.GatewayCustomJwtAuthorizerConfigurationArgs>;
|
|
13762
|
+
}
|
|
13763
|
+
interface GatewayCustomJwtAuthorizerConfigurationArgs {
|
|
13764
|
+
allowedAudience?: pulumi.Input<pulumi.Input<string>[]>;
|
|
13765
|
+
allowedClients?: pulumi.Input<pulumi.Input<string>[]>;
|
|
13766
|
+
discoveryUrl: pulumi.Input<string>;
|
|
13767
|
+
}
|
|
13768
|
+
interface GatewayMcpGatewayConfigurationArgs {
|
|
13769
|
+
instructions?: pulumi.Input<string>;
|
|
13770
|
+
searchType?: pulumi.Input<enums.bedrockagentcore.GatewaySearchType>;
|
|
13771
|
+
supportedVersions?: pulumi.Input<pulumi.Input<string>[]>;
|
|
13772
|
+
}
|
|
13773
|
+
interface GatewayProtocolConfigurationPropertiesArgs {
|
|
13774
|
+
mcp: pulumi.Input<inputs.bedrockagentcore.GatewayMcpGatewayConfigurationArgs>;
|
|
13775
|
+
}
|
|
13776
|
+
interface GatewayTargetApiKeyCredentialProviderArgs {
|
|
13777
|
+
credentialLocation?: pulumi.Input<enums.bedrockagentcore.GatewayTargetApiKeyCredentialLocation>;
|
|
13778
|
+
credentialParameterName?: pulumi.Input<string>;
|
|
13779
|
+
credentialPrefix?: pulumi.Input<string>;
|
|
13780
|
+
providerArn: pulumi.Input<string>;
|
|
13781
|
+
}
|
|
13782
|
+
interface GatewayTargetApiSchemaConfiguration0PropertiesArgs {
|
|
13783
|
+
s3: pulumi.Input<inputs.bedrockagentcore.GatewayTargetS3ConfigurationArgs>;
|
|
13784
|
+
}
|
|
13785
|
+
interface GatewayTargetApiSchemaConfiguration1PropertiesArgs {
|
|
13786
|
+
inlinePayload: pulumi.Input<string>;
|
|
13787
|
+
}
|
|
13788
|
+
interface GatewayTargetCredentialProvider0PropertiesArgs {
|
|
13789
|
+
oauthCredentialProvider: pulumi.Input<inputs.bedrockagentcore.GatewayTargetOAuthCredentialProviderArgs>;
|
|
13790
|
+
}
|
|
13791
|
+
interface GatewayTargetCredentialProvider1PropertiesArgs {
|
|
13792
|
+
apiKeyCredentialProvider: pulumi.Input<inputs.bedrockagentcore.GatewayTargetApiKeyCredentialProviderArgs>;
|
|
13793
|
+
}
|
|
13794
|
+
interface GatewayTargetCredentialProviderConfigurationArgs {
|
|
13795
|
+
credentialProvider?: pulumi.Input<inputs.bedrockagentcore.GatewayTargetCredentialProvider0PropertiesArgs | inputs.bedrockagentcore.GatewayTargetCredentialProvider1PropertiesArgs>;
|
|
13796
|
+
credentialProviderType: pulumi.Input<enums.bedrockagentcore.GatewayTargetCredentialProviderType>;
|
|
13797
|
+
}
|
|
13798
|
+
interface GatewayTargetMcpLambdaTargetConfigurationArgs {
|
|
13799
|
+
lambdaArn: pulumi.Input<string>;
|
|
13800
|
+
toolSchema: pulumi.Input<inputs.bedrockagentcore.GatewayTargetToolSchema0PropertiesArgs | inputs.bedrockagentcore.GatewayTargetToolSchema1PropertiesArgs>;
|
|
13801
|
+
}
|
|
13802
|
+
interface GatewayTargetMcpTargetConfiguration0PropertiesArgs {
|
|
13803
|
+
openApiSchema: pulumi.Input<inputs.bedrockagentcore.GatewayTargetApiSchemaConfiguration0PropertiesArgs | inputs.bedrockagentcore.GatewayTargetApiSchemaConfiguration1PropertiesArgs>;
|
|
13804
|
+
}
|
|
13805
|
+
interface GatewayTargetMcpTargetConfiguration1PropertiesArgs {
|
|
13806
|
+
smithyModel: pulumi.Input<inputs.bedrockagentcore.GatewayTargetApiSchemaConfiguration0PropertiesArgs | inputs.bedrockagentcore.GatewayTargetApiSchemaConfiguration1PropertiesArgs>;
|
|
13807
|
+
}
|
|
13808
|
+
interface GatewayTargetMcpTargetConfiguration2PropertiesArgs {
|
|
13809
|
+
lambda: pulumi.Input<inputs.bedrockagentcore.GatewayTargetMcpLambdaTargetConfigurationArgs>;
|
|
13810
|
+
}
|
|
13811
|
+
interface GatewayTargetOAuthCredentialProviderArgs {
|
|
13812
|
+
customParameters?: pulumi.Input<{
|
|
13813
|
+
[key: string]: pulumi.Input<string>;
|
|
13814
|
+
}>;
|
|
13815
|
+
providerArn: pulumi.Input<string>;
|
|
13816
|
+
scopes: pulumi.Input<pulumi.Input<string>[]>;
|
|
13817
|
+
}
|
|
13818
|
+
interface GatewayTargetS3ConfigurationArgs {
|
|
13819
|
+
bucketOwnerAccountId?: pulumi.Input<string>;
|
|
13820
|
+
uri?: pulumi.Input<string>;
|
|
13821
|
+
}
|
|
13822
|
+
interface GatewayTargetSchemaDefinitionArgs {
|
|
13823
|
+
description?: pulumi.Input<string>;
|
|
13824
|
+
items?: pulumi.Input<inputs.bedrockagentcore.GatewayTargetSchemaDefinitionArgs>;
|
|
13825
|
+
properties?: pulumi.Input<{
|
|
13826
|
+
[key: string]: pulumi.Input<inputs.bedrockagentcore.GatewayTargetSchemaDefinitionArgs>;
|
|
13827
|
+
}>;
|
|
13828
|
+
required?: pulumi.Input<pulumi.Input<string>[]>;
|
|
13829
|
+
type: pulumi.Input<enums.bedrockagentcore.GatewayTargetSchemaType>;
|
|
13830
|
+
}
|
|
13831
|
+
interface GatewayTargetTargetConfigurationPropertiesArgs {
|
|
13832
|
+
mcp: pulumi.Input<inputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration0PropertiesArgs | inputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration1PropertiesArgs | inputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration2PropertiesArgs>;
|
|
13833
|
+
}
|
|
13834
|
+
interface GatewayTargetToolDefinitionArgs {
|
|
13835
|
+
description: pulumi.Input<string>;
|
|
13836
|
+
inputSchema: pulumi.Input<inputs.bedrockagentcore.GatewayTargetSchemaDefinitionArgs>;
|
|
13837
|
+
name: pulumi.Input<string>;
|
|
13838
|
+
outputSchema?: pulumi.Input<inputs.bedrockagentcore.GatewayTargetSchemaDefinitionArgs>;
|
|
13839
|
+
}
|
|
13840
|
+
interface GatewayTargetToolSchema0PropertiesArgs {
|
|
13841
|
+
s3: pulumi.Input<inputs.bedrockagentcore.GatewayTargetS3ConfigurationArgs>;
|
|
13842
|
+
}
|
|
13843
|
+
interface GatewayTargetToolSchema1PropertiesArgs {
|
|
13844
|
+
inlinePayload: pulumi.Input<pulumi.Input<inputs.bedrockagentcore.GatewayTargetToolDefinitionArgs>[]>;
|
|
13845
|
+
}
|
|
13742
13846
|
interface RuntimeAgentRuntimeArtifactArgs {
|
|
13743
13847
|
/**
|
|
13744
13848
|
* Representation of a container configuration.
|
|
@@ -15569,7 +15673,7 @@ export declare namespace cloudfront {
|
|
|
15569
15673
|
*/
|
|
15570
15674
|
httpsPort?: pulumi.Input<number>;
|
|
15571
15675
|
/**
|
|
15572
|
-
* Specifies which IP protocol CloudFront uses when connecting to your origin. If your origin uses both IPv4 and IPv6 protocols, you can choose
|
|
15676
|
+
* Specifies which IP protocol CloudFront uses when connecting to your origin. If your origin uses both IPv4 and IPv6 protocols, you can choose ``dualstack`` to help optimize reliability.
|
|
15573
15677
|
*/
|
|
15574
15678
|
ipAddressType?: pulumi.Input<enums.cloudfront.DistributionCustomOriginConfigIpAddressType>;
|
|
15575
15679
|
/**
|
|
@@ -16485,6 +16589,7 @@ export declare namespace cloudfront {
|
|
|
16485
16589
|
}
|
|
16486
16590
|
/**
|
|
16487
16591
|
* Configuration information about a public key that you can use with [signed URLs and signed cookies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html), or with [field-level encryption](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html).
|
|
16592
|
+
* CloudFront supports signed URLs and signed cookies with RSA 2048 or ECDSA 256 key signatures. Field-level encryption is only compatible with RSA 2048 key signatures.
|
|
16488
16593
|
*/
|
|
16489
16594
|
interface PublicKeyConfigArgs {
|
|
16490
16595
|
/**
|
|
@@ -19611,6 +19716,9 @@ export declare namespace connect {
|
|
|
19611
19716
|
* Contains information about the manual assignment queue and channel
|
|
19612
19717
|
*/
|
|
19613
19718
|
interface RoutingProfileManualAssignmentQueueConfigArgs {
|
|
19719
|
+
/**
|
|
19720
|
+
* Contains information about a queue resource.
|
|
19721
|
+
*/
|
|
19614
19722
|
queueReference: pulumi.Input<inputs.connect.RoutingProfileQueueReferenceArgs>;
|
|
19615
19723
|
}
|
|
19616
19724
|
/**
|
|
@@ -29029,11 +29137,23 @@ export declare namespace ecr {
|
|
|
29029
29137
|
}
|
|
29030
29138
|
export declare namespace ecs {
|
|
29031
29139
|
interface CapacityProviderAcceleratorCountRequestArgs {
|
|
29140
|
+
/**
|
|
29141
|
+
* The maximum number of accelerators. Instance types with more accelerators are excluded from selection.
|
|
29142
|
+
*/
|
|
29032
29143
|
max?: pulumi.Input<number>;
|
|
29144
|
+
/**
|
|
29145
|
+
* The minimum number of accelerators. Instance types with fewer accelerators are excluded from selection.
|
|
29146
|
+
*/
|
|
29033
29147
|
min?: pulumi.Input<number>;
|
|
29034
29148
|
}
|
|
29035
29149
|
interface CapacityProviderAcceleratorTotalMemoryMiBRequestArgs {
|
|
29150
|
+
/**
|
|
29151
|
+
* The maximum total accelerator memory in MiB. Instance types with more accelerator memory are excluded from selection.
|
|
29152
|
+
*/
|
|
29036
29153
|
max?: pulumi.Input<number>;
|
|
29154
|
+
/**
|
|
29155
|
+
* The minimum total accelerator memory in MiB. Instance types with less accelerator memory are excluded from selection.
|
|
29156
|
+
*/
|
|
29037
29157
|
min?: pulumi.Input<number>;
|
|
29038
29158
|
}
|
|
29039
29159
|
interface CapacityProviderAutoScalingGroupProviderArgs {
|
|
@@ -29061,52 +29181,174 @@ export declare namespace ecs {
|
|
|
29061
29181
|
managedTerminationProtection?: pulumi.Input<enums.ecs.CapacityProviderAutoScalingGroupProviderManagedTerminationProtection>;
|
|
29062
29182
|
}
|
|
29063
29183
|
interface CapacityProviderBaselineEbsBandwidthMbpsRequestArgs {
|
|
29184
|
+
/**
|
|
29185
|
+
* The maximum baseline Amazon EBS bandwidth in Mbps. Instance types with higher Amazon EBS bandwidth are excluded from selection.
|
|
29186
|
+
*/
|
|
29064
29187
|
max?: pulumi.Input<number>;
|
|
29188
|
+
/**
|
|
29189
|
+
* The minimum baseline Amazon EBS bandwidth in Mbps. Instance types with lower Amazon EBS bandwidth are excluded from selection.
|
|
29190
|
+
*/
|
|
29065
29191
|
min?: pulumi.Input<number>;
|
|
29066
29192
|
}
|
|
29067
29193
|
interface CapacityProviderInstanceLaunchTemplateArgs {
|
|
29194
|
+
/**
|
|
29195
|
+
* The Amazon Resource Name (ARN) of the instance profile that Amazon ECS applies to Amazon ECS Managed Instances. This instance profile must include the necessary permissions for your tasks to access AWS services and resources.
|
|
29196
|
+
*
|
|
29197
|
+
* For more information, see [Amazon ECS instance profile for Managed Instances](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/managed-instances-instance-profile.html) in the *Amazon ECS Developer Guide* .
|
|
29198
|
+
*/
|
|
29068
29199
|
ec2InstanceProfileArn: pulumi.Input<string>;
|
|
29200
|
+
/**
|
|
29201
|
+
* The instance requirements. You can specify:
|
|
29202
|
+
*
|
|
29203
|
+
* - The instance types
|
|
29204
|
+
* - Instance requirements such as vCPU count, memory, network performance, and accelerator specifications
|
|
29205
|
+
*
|
|
29206
|
+
* Amazon ECS automatically selects the instances that match the specified criteria.
|
|
29207
|
+
*/
|
|
29069
29208
|
instanceRequirements?: pulumi.Input<inputs.ecs.CapacityProviderInstanceRequirementsRequestArgs>;
|
|
29209
|
+
/**
|
|
29210
|
+
* CloudWatch provides two categories of monitoring: basic monitoring and detailed monitoring. By default, your managed instance is configured for basic monitoring. You can optionally enable detailed monitoring to help you more quickly identify and act on operational issues. You can enable or turn off detailed monitoring at launch or when the managed instance is running or stopped. For more information, see [Detailed monitoring for Amazon ECS Managed Instances](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/detailed-monitoring-managed-instances.html) in the Amazon ECS Developer Guide.
|
|
29211
|
+
*/
|
|
29070
29212
|
monitoring?: pulumi.Input<enums.ecs.CapacityProviderManagedInstancesMonitoringOptions>;
|
|
29213
|
+
/**
|
|
29214
|
+
* The network configuration for Amazon ECS Managed Instances. This specifies the subnets and security groups that instances use for network connectivity.
|
|
29215
|
+
*/
|
|
29071
29216
|
networkConfiguration: pulumi.Input<inputs.ecs.CapacityProviderManagedInstancesNetworkConfigurationArgs>;
|
|
29217
|
+
/**
|
|
29218
|
+
* The storage configuration for Amazon ECS Managed Instances. This defines the root volume size and type for the instances.
|
|
29219
|
+
*/
|
|
29072
29220
|
storageConfiguration?: pulumi.Input<inputs.ecs.CapacityProviderManagedInstancesStorageConfigurationArgs>;
|
|
29073
29221
|
}
|
|
29074
29222
|
interface CapacityProviderInstanceRequirementsRequestArgs {
|
|
29223
|
+
/**
|
|
29224
|
+
* The minimum and maximum number of accelerators for the instance types. This is used when you need instances with specific numbers of GPUs or other accelerators.
|
|
29225
|
+
*/
|
|
29075
29226
|
acceleratorCount?: pulumi.Input<inputs.ecs.CapacityProviderAcceleratorCountRequestArgs>;
|
|
29227
|
+
/**
|
|
29228
|
+
* The accelerator manufacturers to include. You can specify `nvidia` , `amd` , `amazon-web-services` , or `xilinx` depending on your accelerator requirements.
|
|
29229
|
+
*/
|
|
29076
29230
|
acceleratorManufacturers?: pulumi.Input<pulumi.Input<enums.ecs.CapacityProviderInstanceRequirementsRequestAcceleratorManufacturersItem>[]>;
|
|
29231
|
+
/**
|
|
29232
|
+
* The specific accelerator names to include. For example, you can specify `a100` , `v100` , `k80` , or other specific accelerator models.
|
|
29233
|
+
*/
|
|
29077
29234
|
acceleratorNames?: pulumi.Input<pulumi.Input<enums.ecs.CapacityProviderInstanceRequirementsRequestAcceleratorNamesItem>[]>;
|
|
29235
|
+
/**
|
|
29236
|
+
* The minimum and maximum total accelerator memory in mebibytes (MiB). This is important for GPU workloads that require specific amounts of video memory.
|
|
29237
|
+
*/
|
|
29078
29238
|
acceleratorTotalMemoryMiB?: pulumi.Input<inputs.ecs.CapacityProviderAcceleratorTotalMemoryMiBRequestArgs>;
|
|
29239
|
+
/**
|
|
29240
|
+
* The accelerator types to include. You can specify `gpu` for graphics processing units, `fpga` for field programmable gate arrays, or `inference` for machine learning inference accelerators.
|
|
29241
|
+
*/
|
|
29079
29242
|
acceleratorTypes?: pulumi.Input<pulumi.Input<enums.ecs.CapacityProviderInstanceRequirementsRequestAcceleratorTypesItem>[]>;
|
|
29243
|
+
/**
|
|
29244
|
+
* The instance types to include in the selection. When specified, Amazon ECS only considers these instance types, subject to the other requirements specified.
|
|
29245
|
+
*/
|
|
29080
29246
|
allowedInstanceTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
29247
|
+
/**
|
|
29248
|
+
* Indicates whether to include bare metal instance types. Set to `included` to allow bare metal instances, `excluded` to exclude them, or `required` to use only bare metal instances.
|
|
29249
|
+
*/
|
|
29081
29250
|
bareMetal?: pulumi.Input<enums.ecs.CapacityProviderInstanceRequirementsRequestBareMetal>;
|
|
29251
|
+
/**
|
|
29252
|
+
* The minimum and maximum baseline Amazon EBS bandwidth in megabits per second (Mbps). This is important for workloads with high storage I/O requirements.
|
|
29253
|
+
*/
|
|
29082
29254
|
baselineEbsBandwidthMbps?: pulumi.Input<inputs.ecs.CapacityProviderBaselineEbsBandwidthMbpsRequestArgs>;
|
|
29255
|
+
/**
|
|
29256
|
+
* Indicates whether to include burstable performance instance types (T2, T3, T3a, T4g). Set to `included` to allow burstable instances, `excluded` to exclude them, or `required` to use only burstable instances.
|
|
29257
|
+
*/
|
|
29083
29258
|
burstablePerformance?: pulumi.Input<enums.ecs.CapacityProviderInstanceRequirementsRequestBurstablePerformance>;
|
|
29259
|
+
/**
|
|
29260
|
+
* The CPU manufacturers to include or exclude. You can specify `intel` , `amd` , or `amazon-web-services` to control which CPU types are used for your workloads.
|
|
29261
|
+
*/
|
|
29084
29262
|
cpuManufacturers?: pulumi.Input<pulumi.Input<enums.ecs.CapacityProviderInstanceRequirementsRequestCpuManufacturersItem>[]>;
|
|
29263
|
+
/**
|
|
29264
|
+
* The instance types to exclude from selection. Use this to prevent Amazon ECS from selecting specific instance types that may not be suitable for your workloads.
|
|
29265
|
+
*/
|
|
29085
29266
|
excludedInstanceTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
29267
|
+
/**
|
|
29268
|
+
* The instance generations to include. You can specify `current` to use the latest generation instances, or `previous` to include previous generation instances for cost optimization.
|
|
29269
|
+
*/
|
|
29086
29270
|
instanceGenerations?: pulumi.Input<pulumi.Input<enums.ecs.CapacityProviderInstanceRequirementsRequestInstanceGenerationsItem>[]>;
|
|
29271
|
+
/**
|
|
29272
|
+
* Indicates whether to include instance types with local storage. Set to `included` to allow local storage, `excluded` to exclude it, or `required` to use only instances with local storage.
|
|
29273
|
+
*/
|
|
29087
29274
|
localStorage?: pulumi.Input<enums.ecs.CapacityProviderInstanceRequirementsRequestLocalStorage>;
|
|
29275
|
+
/**
|
|
29276
|
+
* The local storage types to include. You can specify `hdd` for hard disk drives, `ssd` for solid state drives, or both.
|
|
29277
|
+
*/
|
|
29088
29278
|
localStorageTypes?: pulumi.Input<pulumi.Input<enums.ecs.CapacityProviderInstanceRequirementsRequestLocalStorageTypesItem>[]>;
|
|
29279
|
+
/**
|
|
29280
|
+
* The maximum price for Spot instances as a percentage of the optimal On-Demand price. This provides more precise cost control for Spot instance selection.
|
|
29281
|
+
*/
|
|
29089
29282
|
maxSpotPriceAsPercentageOfOptimalOnDemandPrice?: pulumi.Input<number>;
|
|
29283
|
+
/**
|
|
29284
|
+
* The minimum and maximum amount of memory per vCPU in gibibytes (GiB). This helps ensure that instance types have the appropriate memory-to-CPU ratio for your workloads.
|
|
29285
|
+
*/
|
|
29090
29286
|
memoryGiBPerVCpu?: pulumi.Input<inputs.ecs.CapacityProviderMemoryGiBPerVCpuRequestArgs>;
|
|
29287
|
+
/**
|
|
29288
|
+
* The minimum and maximum amount of memory in mebibytes (MiB) for the instance types. Amazon ECS selects instance types that have memory within this range.
|
|
29289
|
+
*/
|
|
29091
29290
|
memoryMiB: pulumi.Input<inputs.ecs.CapacityProviderMemoryMiBRequestArgs>;
|
|
29291
|
+
/**
|
|
29292
|
+
* The minimum and maximum network bandwidth in gigabits per second (Gbps). This is crucial for network-intensive workloads that require high throughput.
|
|
29293
|
+
*/
|
|
29092
29294
|
networkBandwidthGbps?: pulumi.Input<inputs.ecs.CapacityProviderNetworkBandwidthGbpsRequestArgs>;
|
|
29295
|
+
/**
|
|
29296
|
+
* The minimum and maximum number of network interfaces for the instance types. This is useful for workloads that require multiple network interfaces.
|
|
29297
|
+
*/
|
|
29093
29298
|
networkInterfaceCount?: pulumi.Input<inputs.ecs.CapacityProviderNetworkInterfaceCountRequestArgs>;
|
|
29299
|
+
/**
|
|
29300
|
+
* The price protection threshold for On-Demand Instances, as a percentage higher than an identified On-Demand price. The identified On-Demand price is the price of the lowest priced current generation C, M, or R instance type with your specified attributes. If no current generation C, M, or R instance type matches your attributes, then the identified price is from either the lowest priced current generation instance types or, failing that, the lowest priced previous generation instance types that match your attributes. When Amazon ECS selects instance types with your attributes, we will exclude instance types whose price exceeds your specified threshold.
|
|
29301
|
+
*/
|
|
29094
29302
|
onDemandMaxPricePercentageOverLowestPrice?: pulumi.Input<number>;
|
|
29303
|
+
/**
|
|
29304
|
+
* Indicates whether the instance types must support hibernation. When set to `true` , only instance types that support hibernation are selected.
|
|
29305
|
+
*/
|
|
29095
29306
|
requireHibernateSupport?: pulumi.Input<boolean>;
|
|
29307
|
+
/**
|
|
29308
|
+
* The maximum price for Spot instances as a percentage over the lowest priced On-Demand instance. This helps control Spot instance costs while maintaining access to capacity.
|
|
29309
|
+
*/
|
|
29096
29310
|
spotMaxPricePercentageOverLowestPrice?: pulumi.Input<number>;
|
|
29311
|
+
/**
|
|
29312
|
+
* The minimum and maximum total local storage in gigabytes (GB) for instance types with local storage.
|
|
29313
|
+
*/
|
|
29097
29314
|
totalLocalStorageGb?: pulumi.Input<inputs.ecs.CapacityProviderTotalLocalStorageGbRequestArgs>;
|
|
29315
|
+
/**
|
|
29316
|
+
* The minimum and maximum number of vCPUs for the instance types. Amazon ECS selects instance types that have vCPU counts within this range.
|
|
29317
|
+
*/
|
|
29098
29318
|
vCpuCount: pulumi.Input<inputs.ecs.CapacityProviderVCpuCountRangeRequestArgs>;
|
|
29099
29319
|
}
|
|
29100
29320
|
interface CapacityProviderManagedInstancesNetworkConfigurationArgs {
|
|
29321
|
+
/**
|
|
29322
|
+
* The list of security group IDs to apply to Amazon ECS Managed Instances. These security groups control the network traffic allowed to and from the instances.
|
|
29323
|
+
*/
|
|
29101
29324
|
securityGroups?: pulumi.Input<pulumi.Input<string>[]>;
|
|
29325
|
+
/**
|
|
29326
|
+
* The list of subnet IDs where Amazon ECS can launch Amazon ECS Managed Instances. Instances are distributed across the specified subnets for high availability. All subnets must be in the same VPC.
|
|
29327
|
+
*/
|
|
29102
29328
|
subnets: pulumi.Input<pulumi.Input<string>[]>;
|
|
29103
29329
|
}
|
|
29104
29330
|
interface CapacityProviderManagedInstancesProviderArgs {
|
|
29331
|
+
/**
|
|
29332
|
+
* The Amazon Resource Name (ARN) of the infrastructure role that Amazon ECS assumes to manage instances. This role must include permissions for Amazon EC2 instance lifecycle management, networking, and any additional AWS services required for your workloads.
|
|
29333
|
+
*
|
|
29334
|
+
* For more information, see [Amazon ECS infrastructure IAM role](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/infrastructure_IAM_role.html) in the *Amazon ECS Developer Guide* .
|
|
29335
|
+
*/
|
|
29105
29336
|
infrastructureRoleArn: pulumi.Input<string>;
|
|
29337
|
+
/**
|
|
29338
|
+
* The launch template that defines how Amazon ECS launches Amazon ECS Managed Instances. This includes the instance profile for your tasks, network and storage configuration, and instance requirements that determine which Amazon EC2 instance types can be used.
|
|
29339
|
+
*
|
|
29340
|
+
* For more information, see [Store instance launch parameters in Amazon EC2 launch templates](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html) in the *Amazon EC2 User Guide* .
|
|
29341
|
+
*/
|
|
29106
29342
|
instanceLaunchTemplate: pulumi.Input<inputs.ecs.CapacityProviderInstanceLaunchTemplateArgs>;
|
|
29343
|
+
/**
|
|
29344
|
+
* Determines whether tags from the capacity provider are automatically applied to Amazon ECS Managed Instances. This helps with cost allocation and resource management by ensuring consistent tagging across your infrastructure.
|
|
29345
|
+
*/
|
|
29107
29346
|
propagateTags?: pulumi.Input<enums.ecs.CapacityProviderManagedInstancesProviderPropagateTags>;
|
|
29108
29347
|
}
|
|
29109
29348
|
interface CapacityProviderManagedInstancesStorageConfigurationArgs {
|
|
29349
|
+
/**
|
|
29350
|
+
* The size of the tasks volume.
|
|
29351
|
+
*/
|
|
29110
29352
|
storageSizeGiB: pulumi.Input<number>;
|
|
29111
29353
|
}
|
|
29112
29354
|
/**
|
|
@@ -29137,27 +29379,63 @@ export declare namespace ecs {
|
|
|
29137
29379
|
targetCapacity?: pulumi.Input<number>;
|
|
29138
29380
|
}
|
|
29139
29381
|
interface CapacityProviderMemoryGiBPerVCpuRequestArgs {
|
|
29382
|
+
/**
|
|
29383
|
+
* The maximum amount of memory per vCPU in GiB. Instance types with a higher memory-to-vCPU ratio are excluded from selection.
|
|
29384
|
+
*/
|
|
29140
29385
|
max?: pulumi.Input<number>;
|
|
29386
|
+
/**
|
|
29387
|
+
* The minimum amount of memory per vCPU in GiB. Instance types with a lower memory-to-vCPU ratio are excluded from selection.
|
|
29388
|
+
*/
|
|
29141
29389
|
min?: pulumi.Input<number>;
|
|
29142
29390
|
}
|
|
29143
29391
|
interface CapacityProviderMemoryMiBRequestArgs {
|
|
29392
|
+
/**
|
|
29393
|
+
* The maximum amount of memory in MiB. Instance types with more memory than this value are excluded from selection.
|
|
29394
|
+
*/
|
|
29144
29395
|
max?: pulumi.Input<number>;
|
|
29396
|
+
/**
|
|
29397
|
+
* The minimum amount of memory in MiB. Instance types with less memory than this value are excluded from selection.
|
|
29398
|
+
*/
|
|
29145
29399
|
min: pulumi.Input<number>;
|
|
29146
29400
|
}
|
|
29147
29401
|
interface CapacityProviderNetworkBandwidthGbpsRequestArgs {
|
|
29402
|
+
/**
|
|
29403
|
+
* The maximum network bandwidth in Gbps. Instance types with higher network bandwidth are excluded from selection.
|
|
29404
|
+
*/
|
|
29148
29405
|
max?: pulumi.Input<number>;
|
|
29406
|
+
/**
|
|
29407
|
+
* The minimum network bandwidth in Gbps. Instance types with lower network bandwidth are excluded from selection.
|
|
29408
|
+
*/
|
|
29149
29409
|
min?: pulumi.Input<number>;
|
|
29150
29410
|
}
|
|
29151
29411
|
interface CapacityProviderNetworkInterfaceCountRequestArgs {
|
|
29412
|
+
/**
|
|
29413
|
+
* The maximum number of network interfaces. Instance types that support more network interfaces are excluded from selection.
|
|
29414
|
+
*/
|
|
29152
29415
|
max?: pulumi.Input<number>;
|
|
29416
|
+
/**
|
|
29417
|
+
* The minimum number of network interfaces. Instance types that support fewer network interfaces are excluded from selection.
|
|
29418
|
+
*/
|
|
29153
29419
|
min?: pulumi.Input<number>;
|
|
29154
29420
|
}
|
|
29155
29421
|
interface CapacityProviderTotalLocalStorageGbRequestArgs {
|
|
29422
|
+
/**
|
|
29423
|
+
* The maximum total local storage in GB. Instance types with more local storage are excluded from selection.
|
|
29424
|
+
*/
|
|
29156
29425
|
max?: pulumi.Input<number>;
|
|
29426
|
+
/**
|
|
29427
|
+
* The minimum total local storage in GB. Instance types with less local storage are excluded from selection.
|
|
29428
|
+
*/
|
|
29157
29429
|
min?: pulumi.Input<number>;
|
|
29158
29430
|
}
|
|
29159
29431
|
interface CapacityProviderVCpuCountRangeRequestArgs {
|
|
29432
|
+
/**
|
|
29433
|
+
* The maximum number of vCPUs. Instance types with more vCPUs than this value are excluded from selection.
|
|
29434
|
+
*/
|
|
29160
29435
|
max?: pulumi.Input<number>;
|
|
29436
|
+
/**
|
|
29437
|
+
* The minimum number of vCPUs. Instance types with fewer vCPUs than this value are excluded from selection.
|
|
29438
|
+
*/
|
|
29161
29439
|
min: pulumi.Input<number>;
|
|
29162
29440
|
}
|
|
29163
29441
|
interface ClusterCapacityProviderAssociationsCapacityProviderStrategyArgs {
|