@pulumi/aws 7.10.0-alpha.1761243490 → 7.10.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/appstream/directoryConfig.d.ts +16 -0
- package/appstream/directoryConfig.js +6 -0
- package/appstream/directoryConfig.js.map +1 -1
- package/bedrock/agentAgent.d.ts +4 -3
- package/bedrock/agentAgent.js +1 -0
- package/bedrock/agentAgent.js.map +1 -1
- package/bedrock/agentcoreApiKeyCredentialProvider.d.ts +26 -0
- package/bedrock/agentcoreApiKeyCredentialProvider.js +14 -1
- package/bedrock/agentcoreApiKeyCredentialProvider.js.map +1 -1
- package/bedrock/agentcoreMemory.d.ts +202 -0
- package/bedrock/agentcoreMemory.js +115 -0
- package/bedrock/agentcoreMemory.js.map +1 -0
- package/bedrock/agentcoreMemoryStrategy.d.ts +275 -0
- package/bedrock/agentcoreMemoryStrategy.js +215 -0
- package/bedrock/agentcoreMemoryStrategy.js.map +1 -0
- package/bedrock/agentcoreOauth2CredentialProvider.d.ts +169 -0
- package/bedrock/agentcoreOauth2CredentialProvider.js +123 -0
- package/bedrock/agentcoreOauth2CredentialProvider.js.map +1 -0
- package/bedrock/agentcoreTokenVaultCmk.d.ts +99 -0
- package/bedrock/agentcoreTokenVaultCmk.js +78 -0
- package/bedrock/agentcoreTokenVaultCmk.js.map +1 -0
- package/bedrock/agentcoreWorkloadIdentity.d.ts +127 -0
- package/bedrock/agentcoreWorkloadIdentity.js +96 -0
- package/bedrock/agentcoreWorkloadIdentity.js.map +1 -0
- package/bedrock/index.d.ts +15 -0
- package/bedrock/index.js +26 -1
- package/bedrock/index.js.map +1 -1
- package/cloudtrail/trail.d.ts +3 -3
- package/docdb/cluster.d.ts +18 -0
- package/docdb/cluster.js +3 -1
- package/docdb/cluster.js.map +1 -1
- package/ecs/taskDefinition.d.ts +3 -3
- package/kms/keyPolicy.d.ts +3 -3
- package/odb/network.d.ts +12 -0
- package/odb/network.js +2 -0
- package/odb/network.js.map +1 -1
- package/organizations/account.d.ts +28 -4
- package/organizations/account.js +2 -0
- package/organizations/account.js.map +1 -1
- package/organizations/getOrganization.d.ts +7 -7
- package/organizations/getOrganization.js +6 -6
- package/organizations/organization.d.ts +13 -13
- package/package.json +2 -2
- package/rds/cluster.d.ts +15 -0
- package/rds/cluster.js +3 -1
- package/rds/cluster.js.map +1 -1
- package/rds/instance.d.ts +15 -0
- package/rds/instance.js +3 -1
- package/rds/instance.js.map +1 -1
- package/redshift/cluster.d.ts +27 -0
- package/redshift/cluster.js +3 -1
- package/redshift/cluster.js.map +1 -1
- package/redshiftserverless/namespace.d.ts +18 -0
- package/redshiftserverless/namespace.js +3 -1
- package/redshiftserverless/namespace.js.map +1 -1
- package/secretsmanager/secretVersion.d.ts +15 -0
- package/secretsmanager/secretVersion.js +3 -1
- package/secretsmanager/secretVersion.js.map +1 -1
- package/ssm/parameter.d.ts +15 -0
- package/ssm/parameter.js +3 -1
- package/ssm/parameter.js.map +1 -1
- package/transfer/hostKey.d.ts +26 -0
- package/transfer/hostKey.js +14 -1
- package/transfer/hostKey.js.map +1 -1
- package/types/input.d.ts +446 -15
- package/types/input.js.map +1 -1
- package/types/output.d.ts +519 -32
- package/types/output.js.map +1 -1
- package/workspaces/getWorkspace.d.ts +19 -0
- package/workspaces/getWorkspace.js.map +1 -1
package/types/output.d.ts
CHANGED
|
@@ -7185,6 +7185,16 @@ export declare namespace apprunner {
|
|
|
7185
7185
|
}
|
|
7186
7186
|
}
|
|
7187
7187
|
export declare namespace appstream {
|
|
7188
|
+
interface DirectoryConfigCertificateBasedAuthProperties {
|
|
7189
|
+
/**
|
|
7190
|
+
* The ARN of the AWS Certificate Manager Private CA resource.
|
|
7191
|
+
*/
|
|
7192
|
+
certificateAuthorityArn?: string;
|
|
7193
|
+
/**
|
|
7194
|
+
* The status of the certificate-based authentication properties. Valid values - ["DISABLED", "ENABLED", "ENABLED_NO_DIRECTORY_LOGIN_FALLBACK"].
|
|
7195
|
+
*/
|
|
7196
|
+
status?: string;
|
|
7197
|
+
}
|
|
7188
7198
|
interface DirectoryConfigServiceAccountCredentials {
|
|
7189
7199
|
/**
|
|
7190
7200
|
* User name of the account. This account must have the following privileges: create computer objects, join computers to the domain, and change/reset the password on descendant computer objects for the organizational units specified.
|
|
@@ -13759,6 +13769,391 @@ export declare namespace bedrock {
|
|
|
13759
13769
|
*/
|
|
13760
13770
|
workloadIdentityArn: string;
|
|
13761
13771
|
}
|
|
13772
|
+
interface AgentcoreMemoryStrategyConfiguration {
|
|
13773
|
+
/**
|
|
13774
|
+
* Consolidation configuration for processing and organizing memory content. See `consolidation` below. Once added, this block cannot be removed without recreating the resource.
|
|
13775
|
+
*/
|
|
13776
|
+
consolidation?: outputs.bedrock.AgentcoreMemoryStrategyConfigurationConsolidation;
|
|
13777
|
+
/**
|
|
13778
|
+
* Extraction configuration for identifying and extracting relevant information. See `extraction` below. Cannot be used with `type` set to `SUMMARY_OVERRIDE`. Once added, this block cannot be removed without recreating the resource.
|
|
13779
|
+
*/
|
|
13780
|
+
extraction?: outputs.bedrock.AgentcoreMemoryStrategyConfigurationExtraction;
|
|
13781
|
+
/**
|
|
13782
|
+
* Type of custom override. Valid values: `SEMANTIC_OVERRIDE`, `SUMMARY_OVERRIDE`, `USER_PREFERENCE_OVERRIDE`. Changing this forces a new resource.
|
|
13783
|
+
*/
|
|
13784
|
+
type: string;
|
|
13785
|
+
}
|
|
13786
|
+
interface AgentcoreMemoryStrategyConfigurationConsolidation {
|
|
13787
|
+
/**
|
|
13788
|
+
* Additional text to append to the model prompt for consolidation processing.
|
|
13789
|
+
*/
|
|
13790
|
+
appendToPrompt: string;
|
|
13791
|
+
/**
|
|
13792
|
+
* ID of the foundation model to use for consolidation processing.
|
|
13793
|
+
*/
|
|
13794
|
+
modelId: string;
|
|
13795
|
+
}
|
|
13796
|
+
interface AgentcoreMemoryStrategyConfigurationExtraction {
|
|
13797
|
+
/**
|
|
13798
|
+
* Additional text to append to the model prompt for extraction processing.
|
|
13799
|
+
*/
|
|
13800
|
+
appendToPrompt: string;
|
|
13801
|
+
/**
|
|
13802
|
+
* ID of the foundation model to use for extraction processing.
|
|
13803
|
+
*/
|
|
13804
|
+
modelId: string;
|
|
13805
|
+
}
|
|
13806
|
+
interface AgentcoreMemoryStrategyTimeouts {
|
|
13807
|
+
/**
|
|
13808
|
+
* A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
13809
|
+
*/
|
|
13810
|
+
create?: string;
|
|
13811
|
+
/**
|
|
13812
|
+
* A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
|
|
13813
|
+
*/
|
|
13814
|
+
delete?: string;
|
|
13815
|
+
/**
|
|
13816
|
+
* A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
13817
|
+
*/
|
|
13818
|
+
update?: string;
|
|
13819
|
+
}
|
|
13820
|
+
interface AgentcoreMemoryTimeouts {
|
|
13821
|
+
/**
|
|
13822
|
+
* A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
13823
|
+
*/
|
|
13824
|
+
create?: string;
|
|
13825
|
+
/**
|
|
13826
|
+
* A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
|
|
13827
|
+
*/
|
|
13828
|
+
delete?: string;
|
|
13829
|
+
}
|
|
13830
|
+
interface AgentcoreOauth2CredentialProviderClientSecretArn {
|
|
13831
|
+
/**
|
|
13832
|
+
* ARN of the secret in AWS Secrets Manager.
|
|
13833
|
+
*/
|
|
13834
|
+
secretArn: string;
|
|
13835
|
+
}
|
|
13836
|
+
interface AgentcoreOauth2CredentialProviderOauth2ProviderConfig {
|
|
13837
|
+
/**
|
|
13838
|
+
* Custom OAuth2 provider configuration. See `custom` below.
|
|
13839
|
+
*/
|
|
13840
|
+
customOauth2ProviderConfig?: outputs.bedrock.AgentcoreOauth2CredentialProviderOauth2ProviderConfigCustomOauth2ProviderConfig;
|
|
13841
|
+
/**
|
|
13842
|
+
* GitHub OAuth provider configuration. See `github` below.
|
|
13843
|
+
*/
|
|
13844
|
+
githubOauth2ProviderConfig?: outputs.bedrock.AgentcoreOauth2CredentialProviderOauth2ProviderConfigGithubOauth2ProviderConfig;
|
|
13845
|
+
/**
|
|
13846
|
+
* Google OAuth provider configuration. See `google` below.
|
|
13847
|
+
*/
|
|
13848
|
+
googleOauth2ProviderConfig?: outputs.bedrock.AgentcoreOauth2CredentialProviderOauth2ProviderConfigGoogleOauth2ProviderConfig;
|
|
13849
|
+
/**
|
|
13850
|
+
* Microsoft OAuth provider configuration. See `microsoft` below.
|
|
13851
|
+
*/
|
|
13852
|
+
microsoftOauth2ProviderConfig?: outputs.bedrock.AgentcoreOauth2CredentialProviderOauth2ProviderConfigMicrosoftOauth2ProviderConfig;
|
|
13853
|
+
/**
|
|
13854
|
+
* Salesforce OAuth provider configuration. See `salesforce` below.
|
|
13855
|
+
*/
|
|
13856
|
+
salesforceOauth2ProviderConfig?: outputs.bedrock.AgentcoreOauth2CredentialProviderOauth2ProviderConfigSalesforceOauth2ProviderConfig;
|
|
13857
|
+
/**
|
|
13858
|
+
* Slack OAuth provider configuration. See `slack` below.
|
|
13859
|
+
*/
|
|
13860
|
+
slackOauth2ProviderConfig?: outputs.bedrock.AgentcoreOauth2CredentialProviderOauth2ProviderConfigSlackOauth2ProviderConfig;
|
|
13861
|
+
}
|
|
13862
|
+
interface AgentcoreOauth2CredentialProviderOauth2ProviderConfigCustomOauth2ProviderConfig {
|
|
13863
|
+
/**
|
|
13864
|
+
* Used together with write-only credentials to trigger an update. Increment this value when an update to `clientIdWo` or `clientSecretWo` is required.
|
|
13865
|
+
*
|
|
13866
|
+
* **OAuth Discovery Configuration:**
|
|
13867
|
+
*/
|
|
13868
|
+
clientCredentialsWoVersion?: number;
|
|
13869
|
+
/**
|
|
13870
|
+
* OAuth2 client ID. Cannot be used with `clientIdWo`. Must be used together with `clientSecret`.
|
|
13871
|
+
*/
|
|
13872
|
+
clientId?: string;
|
|
13873
|
+
/**
|
|
13874
|
+
* **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
13875
|
+
* Write-only OAuth2 client ID. Cannot be used with `clientId`. Must be used together with `clientSecretWo` and `clientCredentialsWoVersion`.
|
|
13876
|
+
*/
|
|
13877
|
+
clientIdWo?: string;
|
|
13878
|
+
/**
|
|
13879
|
+
* OAuth2 client secret. Cannot be used with `clientSecretWo`. Must be used together with `clientId`.
|
|
13880
|
+
*
|
|
13881
|
+
* **Write-Only Credentials (choose one pair):**
|
|
13882
|
+
*/
|
|
13883
|
+
clientSecret?: string;
|
|
13884
|
+
/**
|
|
13885
|
+
* **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
13886
|
+
* Write-only OAuth2 client secret. Cannot be used with `clientSecret`. Must be used together with `clientIdWo` and `clientCredentialsWoVersion`.
|
|
13887
|
+
*/
|
|
13888
|
+
clientSecretWo?: string;
|
|
13889
|
+
/**
|
|
13890
|
+
* OAuth discovery configuration. See `oauthDiscovery` below.
|
|
13891
|
+
*/
|
|
13892
|
+
oauthDiscovery?: outputs.bedrock.AgentcoreOauth2CredentialProviderOauth2ProviderConfigCustomOauth2ProviderConfigOauthDiscovery;
|
|
13893
|
+
}
|
|
13894
|
+
interface AgentcoreOauth2CredentialProviderOauth2ProviderConfigCustomOauth2ProviderConfigOauthDiscovery {
|
|
13895
|
+
/**
|
|
13896
|
+
* Manual OAuth2 authorization server metadata configuration. Cannot be used together with `discoveryUrl`. See `authorizationServerMetadata` below.
|
|
13897
|
+
*/
|
|
13898
|
+
authorizationServerMetadata?: outputs.bedrock.AgentcoreOauth2CredentialProviderOauth2ProviderConfigCustomOauth2ProviderConfigOauthDiscoveryAuthorizationServerMetadata;
|
|
13899
|
+
/**
|
|
13900
|
+
* OpenID Connect discovery URL (e.g., `https://provider.com/.well-known/openid-configuration`). Cannot be used together with `authorizationServerMetadata`.
|
|
13901
|
+
*/
|
|
13902
|
+
discoveryUrl?: string;
|
|
13903
|
+
}
|
|
13904
|
+
interface AgentcoreOauth2CredentialProviderOauth2ProviderConfigCustomOauth2ProviderConfigOauthDiscoveryAuthorizationServerMetadata {
|
|
13905
|
+
/**
|
|
13906
|
+
* OAuth2 authorization endpoint URL.
|
|
13907
|
+
*/
|
|
13908
|
+
authorizationEndpoint: string;
|
|
13909
|
+
/**
|
|
13910
|
+
* OAuth2 authorization server issuer identifier.
|
|
13911
|
+
*/
|
|
13912
|
+
issuer: string;
|
|
13913
|
+
/**
|
|
13914
|
+
* Set of OAuth2 response types supported by the authorization server.
|
|
13915
|
+
*/
|
|
13916
|
+
responseTypes?: string[];
|
|
13917
|
+
/**
|
|
13918
|
+
* OAuth2 token endpoint URL.
|
|
13919
|
+
*/
|
|
13920
|
+
tokenEndpoint: string;
|
|
13921
|
+
}
|
|
13922
|
+
interface AgentcoreOauth2CredentialProviderOauth2ProviderConfigGithubOauth2ProviderConfig {
|
|
13923
|
+
clientCredentialsWoVersion?: number;
|
|
13924
|
+
clientId?: string;
|
|
13925
|
+
/**
|
|
13926
|
+
* **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
13927
|
+
*/
|
|
13928
|
+
clientIdWo?: string;
|
|
13929
|
+
clientSecret?: string;
|
|
13930
|
+
/**
|
|
13931
|
+
* **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
13932
|
+
*/
|
|
13933
|
+
clientSecretWo?: string;
|
|
13934
|
+
/**
|
|
13935
|
+
* OAuth discovery configuration. See `oauthDiscovery` below.
|
|
13936
|
+
*/
|
|
13937
|
+
oauthDiscoveries: outputs.bedrock.AgentcoreOauth2CredentialProviderOauth2ProviderConfigGithubOauth2ProviderConfigOauthDiscovery[];
|
|
13938
|
+
}
|
|
13939
|
+
interface AgentcoreOauth2CredentialProviderOauth2ProviderConfigGithubOauth2ProviderConfigOauthDiscovery {
|
|
13940
|
+
/**
|
|
13941
|
+
* Manual OAuth2 authorization server metadata configuration. Cannot be used together with `discoveryUrl`. See `authorizationServerMetadata` below.
|
|
13942
|
+
*/
|
|
13943
|
+
authorizationServerMetadatas: outputs.bedrock.AgentcoreOauth2CredentialProviderOauth2ProviderConfigGithubOauth2ProviderConfigOauthDiscoveryAuthorizationServerMetadata[];
|
|
13944
|
+
/**
|
|
13945
|
+
* OpenID Connect discovery URL (e.g., `https://provider.com/.well-known/openid-configuration`). Cannot be used together with `authorizationServerMetadata`.
|
|
13946
|
+
*/
|
|
13947
|
+
discoveryUrl: string;
|
|
13948
|
+
}
|
|
13949
|
+
interface AgentcoreOauth2CredentialProviderOauth2ProviderConfigGithubOauth2ProviderConfigOauthDiscoveryAuthorizationServerMetadata {
|
|
13950
|
+
/**
|
|
13951
|
+
* OAuth2 authorization endpoint URL.
|
|
13952
|
+
*/
|
|
13953
|
+
authorizationEndpoint: string;
|
|
13954
|
+
/**
|
|
13955
|
+
* OAuth2 authorization server issuer identifier.
|
|
13956
|
+
*/
|
|
13957
|
+
issuer: string;
|
|
13958
|
+
/**
|
|
13959
|
+
* Set of OAuth2 response types supported by the authorization server.
|
|
13960
|
+
*/
|
|
13961
|
+
responseTypes: string[];
|
|
13962
|
+
/**
|
|
13963
|
+
* OAuth2 token endpoint URL.
|
|
13964
|
+
*/
|
|
13965
|
+
tokenEndpoint: string;
|
|
13966
|
+
}
|
|
13967
|
+
interface AgentcoreOauth2CredentialProviderOauth2ProviderConfigGoogleOauth2ProviderConfig {
|
|
13968
|
+
clientCredentialsWoVersion?: number;
|
|
13969
|
+
clientId?: string;
|
|
13970
|
+
/**
|
|
13971
|
+
* **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
13972
|
+
*/
|
|
13973
|
+
clientIdWo?: string;
|
|
13974
|
+
clientSecret?: string;
|
|
13975
|
+
/**
|
|
13976
|
+
* **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
13977
|
+
*/
|
|
13978
|
+
clientSecretWo?: string;
|
|
13979
|
+
/**
|
|
13980
|
+
* OAuth discovery configuration. See `oauthDiscovery` below.
|
|
13981
|
+
*/
|
|
13982
|
+
oauthDiscoveries: outputs.bedrock.AgentcoreOauth2CredentialProviderOauth2ProviderConfigGoogleOauth2ProviderConfigOauthDiscovery[];
|
|
13983
|
+
}
|
|
13984
|
+
interface AgentcoreOauth2CredentialProviderOauth2ProviderConfigGoogleOauth2ProviderConfigOauthDiscovery {
|
|
13985
|
+
/**
|
|
13986
|
+
* Manual OAuth2 authorization server metadata configuration. Cannot be used together with `discoveryUrl`. See `authorizationServerMetadata` below.
|
|
13987
|
+
*/
|
|
13988
|
+
authorizationServerMetadatas: outputs.bedrock.AgentcoreOauth2CredentialProviderOauth2ProviderConfigGoogleOauth2ProviderConfigOauthDiscoveryAuthorizationServerMetadata[];
|
|
13989
|
+
/**
|
|
13990
|
+
* OpenID Connect discovery URL (e.g., `https://provider.com/.well-known/openid-configuration`). Cannot be used together with `authorizationServerMetadata`.
|
|
13991
|
+
*/
|
|
13992
|
+
discoveryUrl: string;
|
|
13993
|
+
}
|
|
13994
|
+
interface AgentcoreOauth2CredentialProviderOauth2ProviderConfigGoogleOauth2ProviderConfigOauthDiscoveryAuthorizationServerMetadata {
|
|
13995
|
+
/**
|
|
13996
|
+
* OAuth2 authorization endpoint URL.
|
|
13997
|
+
*/
|
|
13998
|
+
authorizationEndpoint: string;
|
|
13999
|
+
/**
|
|
14000
|
+
* OAuth2 authorization server issuer identifier.
|
|
14001
|
+
*/
|
|
14002
|
+
issuer: string;
|
|
14003
|
+
/**
|
|
14004
|
+
* Set of OAuth2 response types supported by the authorization server.
|
|
14005
|
+
*/
|
|
14006
|
+
responseTypes: string[];
|
|
14007
|
+
/**
|
|
14008
|
+
* OAuth2 token endpoint URL.
|
|
14009
|
+
*/
|
|
14010
|
+
tokenEndpoint: string;
|
|
14011
|
+
}
|
|
14012
|
+
interface AgentcoreOauth2CredentialProviderOauth2ProviderConfigMicrosoftOauth2ProviderConfig {
|
|
14013
|
+
clientCredentialsWoVersion?: number;
|
|
14014
|
+
clientId?: string;
|
|
14015
|
+
/**
|
|
14016
|
+
* **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
14017
|
+
*/
|
|
14018
|
+
clientIdWo?: string;
|
|
14019
|
+
clientSecret?: string;
|
|
14020
|
+
/**
|
|
14021
|
+
* **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
14022
|
+
*/
|
|
14023
|
+
clientSecretWo?: string;
|
|
14024
|
+
/**
|
|
14025
|
+
* OAuth discovery configuration. See `oauthDiscovery` below.
|
|
14026
|
+
*/
|
|
14027
|
+
oauthDiscoveries: outputs.bedrock.AgentcoreOauth2CredentialProviderOauth2ProviderConfigMicrosoftOauth2ProviderConfigOauthDiscovery[];
|
|
14028
|
+
}
|
|
14029
|
+
interface AgentcoreOauth2CredentialProviderOauth2ProviderConfigMicrosoftOauth2ProviderConfigOauthDiscovery {
|
|
14030
|
+
/**
|
|
14031
|
+
* Manual OAuth2 authorization server metadata configuration. Cannot be used together with `discoveryUrl`. See `authorizationServerMetadata` below.
|
|
14032
|
+
*/
|
|
14033
|
+
authorizationServerMetadatas: outputs.bedrock.AgentcoreOauth2CredentialProviderOauth2ProviderConfigMicrosoftOauth2ProviderConfigOauthDiscoveryAuthorizationServerMetadata[];
|
|
14034
|
+
/**
|
|
14035
|
+
* OpenID Connect discovery URL (e.g., `https://provider.com/.well-known/openid-configuration`). Cannot be used together with `authorizationServerMetadata`.
|
|
14036
|
+
*/
|
|
14037
|
+
discoveryUrl: string;
|
|
14038
|
+
}
|
|
14039
|
+
interface AgentcoreOauth2CredentialProviderOauth2ProviderConfigMicrosoftOauth2ProviderConfigOauthDiscoveryAuthorizationServerMetadata {
|
|
14040
|
+
/**
|
|
14041
|
+
* OAuth2 authorization endpoint URL.
|
|
14042
|
+
*/
|
|
14043
|
+
authorizationEndpoint: string;
|
|
14044
|
+
/**
|
|
14045
|
+
* OAuth2 authorization server issuer identifier.
|
|
14046
|
+
*/
|
|
14047
|
+
issuer: string;
|
|
14048
|
+
/**
|
|
14049
|
+
* Set of OAuth2 response types supported by the authorization server.
|
|
14050
|
+
*/
|
|
14051
|
+
responseTypes: string[];
|
|
14052
|
+
/**
|
|
14053
|
+
* OAuth2 token endpoint URL.
|
|
14054
|
+
*/
|
|
14055
|
+
tokenEndpoint: string;
|
|
14056
|
+
}
|
|
14057
|
+
interface AgentcoreOauth2CredentialProviderOauth2ProviderConfigSalesforceOauth2ProviderConfig {
|
|
14058
|
+
clientCredentialsWoVersion?: number;
|
|
14059
|
+
clientId?: string;
|
|
14060
|
+
/**
|
|
14061
|
+
* **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
14062
|
+
*/
|
|
14063
|
+
clientIdWo?: string;
|
|
14064
|
+
clientSecret?: string;
|
|
14065
|
+
/**
|
|
14066
|
+
* **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
14067
|
+
*/
|
|
14068
|
+
clientSecretWo?: string;
|
|
14069
|
+
/**
|
|
14070
|
+
* OAuth discovery configuration. See `oauthDiscovery` below.
|
|
14071
|
+
*/
|
|
14072
|
+
oauthDiscoveries: outputs.bedrock.AgentcoreOauth2CredentialProviderOauth2ProviderConfigSalesforceOauth2ProviderConfigOauthDiscovery[];
|
|
14073
|
+
}
|
|
14074
|
+
interface AgentcoreOauth2CredentialProviderOauth2ProviderConfigSalesforceOauth2ProviderConfigOauthDiscovery {
|
|
14075
|
+
/**
|
|
14076
|
+
* Manual OAuth2 authorization server metadata configuration. Cannot be used together with `discoveryUrl`. See `authorizationServerMetadata` below.
|
|
14077
|
+
*/
|
|
14078
|
+
authorizationServerMetadatas: outputs.bedrock.AgentcoreOauth2CredentialProviderOauth2ProviderConfigSalesforceOauth2ProviderConfigOauthDiscoveryAuthorizationServerMetadata[];
|
|
14079
|
+
/**
|
|
14080
|
+
* OpenID Connect discovery URL (e.g., `https://provider.com/.well-known/openid-configuration`). Cannot be used together with `authorizationServerMetadata`.
|
|
14081
|
+
*/
|
|
14082
|
+
discoveryUrl: string;
|
|
14083
|
+
}
|
|
14084
|
+
interface AgentcoreOauth2CredentialProviderOauth2ProviderConfigSalesforceOauth2ProviderConfigOauthDiscoveryAuthorizationServerMetadata {
|
|
14085
|
+
/**
|
|
14086
|
+
* OAuth2 authorization endpoint URL.
|
|
14087
|
+
*/
|
|
14088
|
+
authorizationEndpoint: string;
|
|
14089
|
+
/**
|
|
14090
|
+
* OAuth2 authorization server issuer identifier.
|
|
14091
|
+
*/
|
|
14092
|
+
issuer: string;
|
|
14093
|
+
/**
|
|
14094
|
+
* Set of OAuth2 response types supported by the authorization server.
|
|
14095
|
+
*/
|
|
14096
|
+
responseTypes: string[];
|
|
14097
|
+
/**
|
|
14098
|
+
* OAuth2 token endpoint URL.
|
|
14099
|
+
*/
|
|
14100
|
+
tokenEndpoint: string;
|
|
14101
|
+
}
|
|
14102
|
+
interface AgentcoreOauth2CredentialProviderOauth2ProviderConfigSlackOauth2ProviderConfig {
|
|
14103
|
+
clientCredentialsWoVersion?: number;
|
|
14104
|
+
clientId?: string;
|
|
14105
|
+
/**
|
|
14106
|
+
* **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
14107
|
+
*/
|
|
14108
|
+
clientIdWo?: string;
|
|
14109
|
+
clientSecret?: string;
|
|
14110
|
+
/**
|
|
14111
|
+
* **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
14112
|
+
*/
|
|
14113
|
+
clientSecretWo?: string;
|
|
14114
|
+
/**
|
|
14115
|
+
* OAuth discovery configuration. See `oauthDiscovery` below.
|
|
14116
|
+
*/
|
|
14117
|
+
oauthDiscoveries: outputs.bedrock.AgentcoreOauth2CredentialProviderOauth2ProviderConfigSlackOauth2ProviderConfigOauthDiscovery[];
|
|
14118
|
+
}
|
|
14119
|
+
interface AgentcoreOauth2CredentialProviderOauth2ProviderConfigSlackOauth2ProviderConfigOauthDiscovery {
|
|
14120
|
+
/**
|
|
14121
|
+
* Manual OAuth2 authorization server metadata configuration. Cannot be used together with `discoveryUrl`. See `authorizationServerMetadata` below.
|
|
14122
|
+
*/
|
|
14123
|
+
authorizationServerMetadatas: outputs.bedrock.AgentcoreOauth2CredentialProviderOauth2ProviderConfigSlackOauth2ProviderConfigOauthDiscoveryAuthorizationServerMetadata[];
|
|
14124
|
+
/**
|
|
14125
|
+
* OpenID Connect discovery URL (e.g., `https://provider.com/.well-known/openid-configuration`). Cannot be used together with `authorizationServerMetadata`.
|
|
14126
|
+
*/
|
|
14127
|
+
discoveryUrl: string;
|
|
14128
|
+
}
|
|
14129
|
+
interface AgentcoreOauth2CredentialProviderOauth2ProviderConfigSlackOauth2ProviderConfigOauthDiscoveryAuthorizationServerMetadata {
|
|
14130
|
+
/**
|
|
14131
|
+
* OAuth2 authorization endpoint URL.
|
|
14132
|
+
*/
|
|
14133
|
+
authorizationEndpoint: string;
|
|
14134
|
+
/**
|
|
14135
|
+
* OAuth2 authorization server issuer identifier.
|
|
14136
|
+
*/
|
|
14137
|
+
issuer: string;
|
|
14138
|
+
/**
|
|
14139
|
+
* Set of OAuth2 response types supported by the authorization server.
|
|
14140
|
+
*/
|
|
14141
|
+
responseTypes: string[];
|
|
14142
|
+
/**
|
|
14143
|
+
* OAuth2 token endpoint URL.
|
|
14144
|
+
*/
|
|
14145
|
+
tokenEndpoint: string;
|
|
14146
|
+
}
|
|
14147
|
+
interface AgentcoreTokenVaultCmkKmsConfiguration {
|
|
14148
|
+
/**
|
|
14149
|
+
* Type of KMS key. Valid values: `CustomerManagedKey`, `ServiceManagedKey`.
|
|
14150
|
+
*/
|
|
14151
|
+
keyType: string;
|
|
14152
|
+
/**
|
|
14153
|
+
* ARN of the KMS key.
|
|
14154
|
+
*/
|
|
14155
|
+
kmsKeyArn?: string;
|
|
14156
|
+
}
|
|
13762
14157
|
interface CustomModelOutputDataConfig {
|
|
13763
14158
|
/**
|
|
13764
14159
|
* The S3 URI where the output data is stored.
|
|
@@ -21877,6 +22272,10 @@ export declare namespace config {
|
|
|
21877
22272
|
* Use this to override the default service endpoint URL
|
|
21878
22273
|
*/
|
|
21879
22274
|
networkfirewall?: string;
|
|
22275
|
+
/**
|
|
22276
|
+
* Use this to override the default service endpoint URL
|
|
22277
|
+
*/
|
|
22278
|
+
networkflowmonitor?: string;
|
|
21880
22279
|
/**
|
|
21881
22280
|
* Use this to override the default service endpoint URL
|
|
21882
22281
|
*/
|
|
@@ -21897,6 +22296,10 @@ export declare namespace config {
|
|
|
21897
22296
|
* Use this to override the default service endpoint URL
|
|
21898
22297
|
*/
|
|
21899
22298
|
oam?: string;
|
|
22299
|
+
/**
|
|
22300
|
+
* Use this to override the default service endpoint URL
|
|
22301
|
+
*/
|
|
22302
|
+
observabilityadmin?: string;
|
|
21900
22303
|
/**
|
|
21901
22304
|
* Use this to override the default service endpoint URL
|
|
21902
22305
|
*/
|
|
@@ -39291,7 +39694,7 @@ export declare namespace fis {
|
|
|
39291
39694
|
}
|
|
39292
39695
|
interface ExperimentTemplateActionTarget {
|
|
39293
39696
|
/**
|
|
39294
|
-
* Target type. Valid values are `AutoScalingGroups` (EC2 Auto Scaling groups), `Buckets` (S3 Buckets), `Cluster` (EKS Cluster), `Clusters` (ECS Clusters), `DBInstances` (RDS DB Instances), `Instances` (EC2 Instances), `ManagedResources` (EKS clusters, Application and Network Load Balancers, and EC2 Auto Scaling groups that are enabled for ARC zonal shift), `Nodegroups` (EKS Node groups), `Pods` (EKS Pods), `ReplicationGroups`(ElastiCache Redis Replication Groups), `Roles` (IAM Roles), `SpotInstances` (EC2 Spot Instances), `Subnets` (VPC Subnets), `Tables` (DynamoDB encrypted global tables), `Tasks` (ECS Tasks), `TransitGateways` (Transit gateways), `Volumes` (EBS Volumes). See the [documentation](https://docs.aws.amazon.com/fis/latest/userguide/
|
|
39697
|
+
* Target type. Valid values are `AutoScalingGroups` (EC2 Auto Scaling groups), `Buckets` (S3 Buckets), `Cluster` (EKS Cluster), `Clusters` (ECS Clusters), `DBInstances` (RDS DB Instances), `Instances` (EC2 Instances), `ManagedResources` (EKS clusters, Application and Network Load Balancers, and EC2 Auto Scaling groups that are enabled for ARC zonal shift), `Nodegroups` (EKS Node groups), `Pods` (EKS Pods), `ReplicationGroups`(ElastiCache Redis Replication Groups), `Roles` (IAM Roles), `SpotInstances` (EC2 Spot Instances), `Subnets` (VPC Subnets), `Tables` (DynamoDB encrypted global tables), `Tasks` (ECS Tasks), `TransitGateways` (Transit gateways), `Volumes` (EBS Volumes). See the [documentation](https://docs.aws.amazon.com/fis/latest/userguide/action-sequence.html#action-targets) for more details.
|
|
39295
39698
|
*/
|
|
39296
39699
|
key: string;
|
|
39297
39700
|
/**
|
|
@@ -71328,59 +71731,87 @@ export declare namespace organizations {
|
|
|
71328
71731
|
}
|
|
71329
71732
|
interface GetOrganizationAccount {
|
|
71330
71733
|
/**
|
|
71331
|
-
* ARN of the root
|
|
71734
|
+
* ARN of the root.
|
|
71332
71735
|
*/
|
|
71333
71736
|
arn: string;
|
|
71334
71737
|
/**
|
|
71335
|
-
* Email of the account
|
|
71738
|
+
* Email of the account.
|
|
71336
71739
|
*/
|
|
71337
71740
|
email: string;
|
|
71338
71741
|
/**
|
|
71339
|
-
* Identifier of the root
|
|
71742
|
+
* Identifier of the root.
|
|
71340
71743
|
*/
|
|
71341
71744
|
id: string;
|
|
71342
71745
|
/**
|
|
71343
|
-
*
|
|
71746
|
+
* Method by which the account joined the organization.
|
|
71747
|
+
*/
|
|
71748
|
+
joinedMethod: string;
|
|
71749
|
+
/**
|
|
71750
|
+
* Date the account became a part of the organization.
|
|
71751
|
+
*/
|
|
71752
|
+
joinedTimestamp: string;
|
|
71753
|
+
/**
|
|
71754
|
+
* Name of the policy type.
|
|
71344
71755
|
*/
|
|
71345
71756
|
name: string;
|
|
71346
71757
|
/**
|
|
71347
|
-
*
|
|
71758
|
+
* State of the account.
|
|
71759
|
+
*/
|
|
71760
|
+
state: string;
|
|
71761
|
+
/**
|
|
71762
|
+
* Status of the policy type as it relates to the associated root.
|
|
71763
|
+
*
|
|
71764
|
+
* @deprecated status is deprecated. Use state instead.
|
|
71348
71765
|
*/
|
|
71349
71766
|
status: string;
|
|
71350
71767
|
}
|
|
71351
71768
|
interface GetOrganizationNonMasterAccount {
|
|
71352
71769
|
/**
|
|
71353
|
-
* ARN of the root
|
|
71770
|
+
* ARN of the root.
|
|
71354
71771
|
*/
|
|
71355
71772
|
arn: string;
|
|
71356
71773
|
/**
|
|
71357
|
-
* Email of the account
|
|
71774
|
+
* Email of the account.
|
|
71358
71775
|
*/
|
|
71359
71776
|
email: string;
|
|
71360
71777
|
/**
|
|
71361
|
-
* Identifier of the root
|
|
71778
|
+
* Identifier of the root.
|
|
71362
71779
|
*/
|
|
71363
71780
|
id: string;
|
|
71364
71781
|
/**
|
|
71365
|
-
*
|
|
71782
|
+
* Method by which the account joined the organization.
|
|
71783
|
+
*/
|
|
71784
|
+
joinedMethod: string;
|
|
71785
|
+
/**
|
|
71786
|
+
* Date the account became a part of the organization.
|
|
71787
|
+
*/
|
|
71788
|
+
joinedTimestamp: string;
|
|
71789
|
+
/**
|
|
71790
|
+
* Name of the policy type.
|
|
71366
71791
|
*/
|
|
71367
71792
|
name: string;
|
|
71368
71793
|
/**
|
|
71369
|
-
*
|
|
71794
|
+
* State of the account.
|
|
71795
|
+
*/
|
|
71796
|
+
state: string;
|
|
71797
|
+
/**
|
|
71798
|
+
* Status of the policy type as it relates to the associated root.
|
|
71799
|
+
*
|
|
71800
|
+
* @deprecated status is deprecated. Use state instead.
|
|
71370
71801
|
*/
|
|
71371
71802
|
status: string;
|
|
71372
71803
|
}
|
|
71373
71804
|
interface GetOrganizationRoot {
|
|
71374
71805
|
/**
|
|
71375
|
-
* ARN of the root
|
|
71806
|
+
* ARN of the root.
|
|
71376
71807
|
*/
|
|
71377
71808
|
arn: string;
|
|
71378
71809
|
/**
|
|
71379
|
-
* Identifier of the root
|
|
71810
|
+
* Identifier of the root.
|
|
71380
71811
|
*/
|
|
71381
71812
|
id: string;
|
|
71382
71813
|
/**
|
|
71383
|
-
*
|
|
71814
|
+
* Name of the policy type.
|
|
71384
71815
|
*/
|
|
71385
71816
|
name: string;
|
|
71386
71817
|
/**
|
|
@@ -71390,7 +71821,7 @@ export declare namespace organizations {
|
|
|
71390
71821
|
}
|
|
71391
71822
|
interface GetOrganizationRootPolicyType {
|
|
71392
71823
|
/**
|
|
71393
|
-
*
|
|
71824
|
+
* Status of the policy type as it relates to the associated root.
|
|
71394
71825
|
*/
|
|
71395
71826
|
status: string;
|
|
71396
71827
|
type: string;
|
|
@@ -71408,12 +71839,26 @@ export declare namespace organizations {
|
|
|
71408
71839
|
* Parent identifier of the organizational units.
|
|
71409
71840
|
*/
|
|
71410
71841
|
id: string;
|
|
71842
|
+
/**
|
|
71843
|
+
* Method by which the account joined the organization.
|
|
71844
|
+
*/
|
|
71845
|
+
joinedMethod: string;
|
|
71846
|
+
/**
|
|
71847
|
+
* Date the account became a part of the organization.
|
|
71848
|
+
*/
|
|
71849
|
+
joinedTimestamp: string;
|
|
71411
71850
|
/**
|
|
71412
71851
|
* The friendly name of the account.
|
|
71413
71852
|
*/
|
|
71414
71853
|
name: string;
|
|
71415
71854
|
/**
|
|
71416
|
-
*
|
|
71855
|
+
* State of the account in the organization.
|
|
71856
|
+
*/
|
|
71857
|
+
state: string;
|
|
71858
|
+
/**
|
|
71859
|
+
* (**Deprecated** use `state` instead) Status of the account in the organization.
|
|
71860
|
+
*
|
|
71861
|
+
* @deprecated status is deprecated. Use state instead.
|
|
71417
71862
|
*/
|
|
71418
71863
|
status: string;
|
|
71419
71864
|
}
|
|
@@ -71431,11 +71876,25 @@ export declare namespace organizations {
|
|
|
71431
71876
|
*/
|
|
71432
71877
|
id: string;
|
|
71433
71878
|
/**
|
|
71434
|
-
*
|
|
71879
|
+
* Method by which the account joined the organization.
|
|
71880
|
+
*/
|
|
71881
|
+
joinedMethod: string;
|
|
71882
|
+
/**
|
|
71883
|
+
* Date the account became a part of the organization.
|
|
71884
|
+
*/
|
|
71885
|
+
joinedTimestamp: string;
|
|
71886
|
+
/**
|
|
71887
|
+
* Friendly name of the account.
|
|
71435
71888
|
*/
|
|
71436
71889
|
name: string;
|
|
71437
71890
|
/**
|
|
71438
|
-
*
|
|
71891
|
+
* State of the account in the organization.
|
|
71892
|
+
*/
|
|
71893
|
+
state: string;
|
|
71894
|
+
/**
|
|
71895
|
+
* (**Deprecated** use `state` instead) Status of the account in the organization.
|
|
71896
|
+
*
|
|
71897
|
+
* @deprecated status is deprecated. Use state instead.
|
|
71439
71898
|
*/
|
|
71440
71899
|
status: string;
|
|
71441
71900
|
}
|
|
@@ -71469,59 +71928,87 @@ export declare namespace organizations {
|
|
|
71469
71928
|
}
|
|
71470
71929
|
interface OrganizationAccount {
|
|
71471
71930
|
/**
|
|
71472
|
-
* ARN of the root
|
|
71931
|
+
* ARN of the root.
|
|
71473
71932
|
*/
|
|
71474
71933
|
arn: string;
|
|
71475
71934
|
/**
|
|
71476
|
-
* Email of the account
|
|
71935
|
+
* Email of the account.
|
|
71477
71936
|
*/
|
|
71478
71937
|
email: string;
|
|
71479
71938
|
/**
|
|
71480
|
-
* Identifier of the root
|
|
71939
|
+
* Identifier of the root.
|
|
71481
71940
|
*/
|
|
71482
71941
|
id: string;
|
|
71483
71942
|
/**
|
|
71484
|
-
*
|
|
71943
|
+
* Method by which the account joined the organization.
|
|
71944
|
+
*/
|
|
71945
|
+
joinedMethod: string;
|
|
71946
|
+
/**
|
|
71947
|
+
* Date the account became a part of the organization.
|
|
71948
|
+
*/
|
|
71949
|
+
joinedTimestamp: string;
|
|
71950
|
+
/**
|
|
71951
|
+
* Name of the policy type.
|
|
71485
71952
|
*/
|
|
71486
71953
|
name: string;
|
|
71487
71954
|
/**
|
|
71488
|
-
*
|
|
71955
|
+
* State of the account.
|
|
71956
|
+
*/
|
|
71957
|
+
state: string;
|
|
71958
|
+
/**
|
|
71959
|
+
* Status of the policy type as it relates to the associated root.
|
|
71960
|
+
*
|
|
71961
|
+
* @deprecated status is deprecated. Use state instead.
|
|
71489
71962
|
*/
|
|
71490
71963
|
status: string;
|
|
71491
71964
|
}
|
|
71492
71965
|
interface OrganizationNonMasterAccount {
|
|
71493
71966
|
/**
|
|
71494
|
-
* ARN of the root
|
|
71967
|
+
* ARN of the root.
|
|
71495
71968
|
*/
|
|
71496
71969
|
arn: string;
|
|
71497
71970
|
/**
|
|
71498
|
-
* Email of the account
|
|
71971
|
+
* Email of the account.
|
|
71499
71972
|
*/
|
|
71500
71973
|
email: string;
|
|
71501
71974
|
/**
|
|
71502
|
-
* Identifier of the root
|
|
71975
|
+
* Identifier of the root.
|
|
71503
71976
|
*/
|
|
71504
71977
|
id: string;
|
|
71505
71978
|
/**
|
|
71506
|
-
*
|
|
71979
|
+
* Method by which the account joined the organization.
|
|
71980
|
+
*/
|
|
71981
|
+
joinedMethod: string;
|
|
71982
|
+
/**
|
|
71983
|
+
* Date the account became a part of the organization.
|
|
71984
|
+
*/
|
|
71985
|
+
joinedTimestamp: string;
|
|
71986
|
+
/**
|
|
71987
|
+
* Name of the policy type.
|
|
71507
71988
|
*/
|
|
71508
71989
|
name: string;
|
|
71509
71990
|
/**
|
|
71510
|
-
*
|
|
71991
|
+
* State of the account.
|
|
71992
|
+
*/
|
|
71993
|
+
state: string;
|
|
71994
|
+
/**
|
|
71995
|
+
* Status of the policy type as it relates to the associated root.
|
|
71996
|
+
*
|
|
71997
|
+
* @deprecated status is deprecated. Use state instead.
|
|
71511
71998
|
*/
|
|
71512
71999
|
status: string;
|
|
71513
72000
|
}
|
|
71514
72001
|
interface OrganizationRoot {
|
|
71515
72002
|
/**
|
|
71516
|
-
* ARN of the root
|
|
72003
|
+
* ARN of the root.
|
|
71517
72004
|
*/
|
|
71518
72005
|
arn: string;
|
|
71519
72006
|
/**
|
|
71520
|
-
* Identifier of the root
|
|
72007
|
+
* Identifier of the root.
|
|
71521
72008
|
*/
|
|
71522
72009
|
id: string;
|
|
71523
72010
|
/**
|
|
71524
|
-
*
|
|
72011
|
+
* Name of the policy type.
|
|
71525
72012
|
*/
|
|
71526
72013
|
name: string;
|
|
71527
72014
|
/**
|
|
@@ -71531,7 +72018,7 @@ export declare namespace organizations {
|
|
|
71531
72018
|
}
|
|
71532
72019
|
interface OrganizationRootPolicyType {
|
|
71533
72020
|
/**
|
|
71534
|
-
*
|
|
72021
|
+
* Status of the policy type as it relates to the associated root.
|
|
71535
72022
|
*/
|
|
71536
72023
|
status: string;
|
|
71537
72024
|
type: string;
|