@pulumi/aws-native 1.73.0 → 1.73.1
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/amplifyuibuilder/component.d.ts +6 -2
- package/amplifyuibuilder/component.d.ts.map +1 -1
- package/amplifyuibuilder/getComponent.d.ts +3 -1
- package/amplifyuibuilder/getComponent.d.ts.map +1 -1
- package/appintegrations/dataIntegration.d.ts +6 -2
- package/appintegrations/dataIntegration.d.ts.map +1 -1
- package/appintegrations/getDataIntegration.d.ts +3 -1
- package/appintegrations/getDataIntegration.d.ts.map +1 -1
- package/devopsagent/service.js +1 -1
- package/devopsagent/service.js.map +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/s3/storageLens.d.ts +168 -0
- package/s3/storageLens.d.ts.map +1 -1
- package/s3/storageLens.js +168 -0
- package/s3/storageLens.js.map +1 -1
- package/sagemaker/cluster.js +1 -1
- package/sagemaker/cluster.js.map +1 -1
- package/securityhub/connectorV2.js +1 -1
- package/securityhub/connectorV2.js.map +1 -1
- package/ssmquicksetup/getLifecycleAutomation.d.ts +1 -1
- package/ssmquicksetup/getLifecycleAutomation.d.ts.map +1 -1
- package/ssmquicksetup/lifecycleAutomation.d.ts +2 -2
- package/ssmquicksetup/lifecycleAutomation.d.ts.map +1 -1
- package/types/enums/bedrockagentcore/index.d.ts +8 -0
- package/types/enums/bedrockagentcore/index.d.ts.map +1 -1
- package/types/enums/bedrockagentcore/index.js +5 -1
- package/types/enums/bedrockagentcore/index.js.map +1 -1
- package/types/enums/devopsagent/index.d.ts +119 -0
- package/types/enums/devopsagent/index.d.ts.map +1 -1
- package/types/enums/devopsagent/index.js +71 -1
- package/types/enums/devopsagent/index.js.map +1 -1
- package/types/enums/rtbfabric/index.d.ts +5 -0
- package/types/enums/rtbfabric/index.d.ts.map +1 -1
- package/types/enums/rtbfabric/index.js +5 -1
- package/types/enums/rtbfabric/index.js.map +1 -1
- package/types/enums/s3/index.d.ts +10 -0
- package/types/enums/s3/index.d.ts.map +1 -1
- package/types/enums/s3/index.js +5 -1
- package/types/enums/s3/index.js.map +1 -1
- package/types/enums/sagemaker/index.d.ts +9 -0
- package/types/enums/sagemaker/index.d.ts.map +1 -1
- package/types/enums/sagemaker/index.js +8 -3
- package/types/enums/sagemaker/index.js.map +1 -1
- package/types/enums/securityhub/index.d.ts +8 -0
- package/types/enums/securityhub/index.d.ts.map +1 -1
- package/types/enums/securityhub/index.js +5 -1
- package/types/enums/securityhub/index.js.map +1 -1
- package/types/input.d.ts +1135 -4
- package/types/input.d.ts.map +1 -1
- package/types/output.d.ts +1310 -4
- package/types/output.d.ts.map +1 -1
- package/types/output.js.map +1 -1
package/types/output.d.ts
CHANGED
|
@@ -1334,7 +1334,9 @@ export declare namespace amplifyuibuilder {
|
|
|
1334
1334
|
* The properties of the component variant that can be overriden when customizing an instance of the component. You can't specify `tags` as a valid property for `overrides` .
|
|
1335
1335
|
*/
|
|
1336
1336
|
overrides?: {
|
|
1337
|
-
[key: string]:
|
|
1337
|
+
[key: string]: {
|
|
1338
|
+
[key: string]: string;
|
|
1339
|
+
};
|
|
1338
1340
|
};
|
|
1339
1341
|
/**
|
|
1340
1342
|
* The combination of variants that comprise this variant.
|
|
@@ -11207,7 +11209,9 @@ export declare namespace bcmdataexports {
|
|
|
11207
11209
|
* The table configuration.
|
|
11208
11210
|
*/
|
|
11209
11211
|
tableConfigurations?: {
|
|
11210
|
-
[key: string]:
|
|
11212
|
+
[key: string]: {
|
|
11213
|
+
[key: string]: string;
|
|
11214
|
+
};
|
|
11211
11215
|
};
|
|
11212
11216
|
}
|
|
11213
11217
|
interface ExportDestinationConfigurations {
|
|
@@ -17498,6 +17502,37 @@ export declare namespace bedrockagentcore {
|
|
|
17498
17502
|
*/
|
|
17499
17503
|
maxLifetime?: number;
|
|
17500
17504
|
}
|
|
17505
|
+
/**
|
|
17506
|
+
* Managed VPC resource configuration
|
|
17507
|
+
*/
|
|
17508
|
+
interface RuntimeManagedVpcResource {
|
|
17509
|
+
/**
|
|
17510
|
+
* The IP address type for the endpoint
|
|
17511
|
+
*/
|
|
17512
|
+
endpointIpAddressType: enums.bedrockagentcore.RuntimeManagedVpcResourceEndpointIpAddressType;
|
|
17513
|
+
/**
|
|
17514
|
+
* An intermediate domain to use as the resource configuration endpoint instead of the actual target domain
|
|
17515
|
+
*/
|
|
17516
|
+
routingDomain?: string;
|
|
17517
|
+
/**
|
|
17518
|
+
* The security group IDs
|
|
17519
|
+
*/
|
|
17520
|
+
securityGroupIds?: string[];
|
|
17521
|
+
/**
|
|
17522
|
+
* The subnet IDs
|
|
17523
|
+
*/
|
|
17524
|
+
subnetIds: string[];
|
|
17525
|
+
/**
|
|
17526
|
+
* Tags to apply to the managed VPC Lattice resource gateway
|
|
17527
|
+
*/
|
|
17528
|
+
tags?: {
|
|
17529
|
+
[key: string]: string;
|
|
17530
|
+
};
|
|
17531
|
+
/**
|
|
17532
|
+
* The VPC identifier
|
|
17533
|
+
*/
|
|
17534
|
+
vpcIdentifier: string;
|
|
17535
|
+
}
|
|
17501
17536
|
interface RuntimeNetworkConfiguration {
|
|
17502
17537
|
/**
|
|
17503
17538
|
* The network mode.
|
|
@@ -17509,6 +17544,8 @@ export declare namespace bedrockagentcore {
|
|
|
17509
17544
|
* Private endpoint configuration. Exactly one of SelfManagedLatticeResource or ManagedVpcResource must be specified.
|
|
17510
17545
|
*/
|
|
17511
17546
|
interface RuntimePrivateEndpoint {
|
|
17547
|
+
managedVpcResource?: outputs.bedrockagentcore.RuntimeManagedVpcResource;
|
|
17548
|
+
selfManagedLatticeResource?: outputs.bedrockagentcore.RuntimeSelfManagedLatticeResource;
|
|
17512
17549
|
}
|
|
17513
17550
|
/**
|
|
17514
17551
|
* Override mapping of a domain to a private endpoint
|
|
@@ -17550,6 +17587,15 @@ export declare namespace bedrockagentcore {
|
|
|
17550
17587
|
*/
|
|
17551
17588
|
versionId?: string;
|
|
17552
17589
|
}
|
|
17590
|
+
/**
|
|
17591
|
+
* Self-managed VPC Lattice resource configuration
|
|
17592
|
+
*/
|
|
17593
|
+
interface RuntimeSelfManagedLatticeResource {
|
|
17594
|
+
/**
|
|
17595
|
+
* The identifier of the VPC Lattice resource configuration
|
|
17596
|
+
*/
|
|
17597
|
+
resourceConfigurationIdentifier: string;
|
|
17598
|
+
}
|
|
17553
17599
|
/**
|
|
17554
17600
|
* Configuration for session storage
|
|
17555
17601
|
*/
|
|
@@ -29669,7 +29715,7 @@ export declare namespace datazone {
|
|
|
29669
29715
|
* The tracking assets of the Amazon SageMaker run.
|
|
29670
29716
|
*/
|
|
29671
29717
|
trackingAssets: {
|
|
29672
|
-
[key: string]:
|
|
29718
|
+
[key: string]: string[];
|
|
29673
29719
|
};
|
|
29674
29720
|
}
|
|
29675
29721
|
/**
|
|
@@ -29762,10 +29808,30 @@ export declare namespace datazone {
|
|
|
29762
29808
|
interface FormTypeModel {
|
|
29763
29809
|
smithy?: string;
|
|
29764
29810
|
}
|
|
29811
|
+
/**
|
|
29812
|
+
* The properties of the domain unit owners group.
|
|
29813
|
+
*/
|
|
29814
|
+
interface OwnerGroupProperties {
|
|
29815
|
+
/**
|
|
29816
|
+
* The ID of the domain unit owners group.
|
|
29817
|
+
*/
|
|
29818
|
+
groupIdentifier?: string;
|
|
29819
|
+
}
|
|
29765
29820
|
/**
|
|
29766
29821
|
* The properties of a domain unit's owner.
|
|
29767
29822
|
*/
|
|
29768
29823
|
interface OwnerProperties {
|
|
29824
|
+
group?: outputs.datazone.OwnerGroupProperties;
|
|
29825
|
+
user?: outputs.datazone.OwnerUserProperties;
|
|
29826
|
+
}
|
|
29827
|
+
/**
|
|
29828
|
+
* The properties of the owner user.
|
|
29829
|
+
*/
|
|
29830
|
+
interface OwnerUserProperties {
|
|
29831
|
+
/**
|
|
29832
|
+
* The ID of the owner user.
|
|
29833
|
+
*/
|
|
29834
|
+
userIdentifier?: string;
|
|
29769
29835
|
}
|
|
29770
29836
|
interface PolicyGrantAddToProjectMemberPoolPolicyGrantDetail {
|
|
29771
29837
|
includeChildDomainUnits?: boolean;
|
|
@@ -30249,7 +30315,34 @@ export declare namespace deadline {
|
|
|
30249
30315
|
*/
|
|
30250
30316
|
user: string;
|
|
30251
30317
|
}
|
|
30318
|
+
interface QueuePriorityBalancedSchedulingConfiguration {
|
|
30319
|
+
renderingTaskBuffer?: number;
|
|
30320
|
+
}
|
|
30321
|
+
interface QueuePriorityFifoSchedulingConfiguration {
|
|
30322
|
+
}
|
|
30252
30323
|
interface QueueSchedulingConfiguration {
|
|
30324
|
+
priorityBalanced?: outputs.deadline.QueuePriorityBalancedSchedulingConfiguration;
|
|
30325
|
+
priorityFifo?: outputs.deadline.QueuePriorityFifoSchedulingConfiguration;
|
|
30326
|
+
weightedBalanced?: outputs.deadline.QueueWeightedBalancedSchedulingConfiguration;
|
|
30327
|
+
}
|
|
30328
|
+
interface QueueSchedulingMaxPriorityOverrideAlwaysScheduleFirst {
|
|
30329
|
+
}
|
|
30330
|
+
interface QueueSchedulingMaxPriorityOverrideProperties {
|
|
30331
|
+
alwaysScheduleFirst: outputs.deadline.QueueSchedulingMaxPriorityOverrideAlwaysScheduleFirst;
|
|
30332
|
+
}
|
|
30333
|
+
interface QueueSchedulingMinPriorityOverrideAlwaysScheduleLast {
|
|
30334
|
+
}
|
|
30335
|
+
interface QueueSchedulingMinPriorityOverrideProperties {
|
|
30336
|
+
alwaysScheduleLast: outputs.deadline.QueueSchedulingMinPriorityOverrideAlwaysScheduleLast;
|
|
30337
|
+
}
|
|
30338
|
+
interface QueueWeightedBalancedSchedulingConfiguration {
|
|
30339
|
+
errorWeight?: number;
|
|
30340
|
+
maxPriorityOverride?: outputs.deadline.QueueSchedulingMaxPriorityOverrideProperties;
|
|
30341
|
+
minPriorityOverride?: outputs.deadline.QueueSchedulingMinPriorityOverrideProperties;
|
|
30342
|
+
priorityWeight?: number;
|
|
30343
|
+
renderingTaskBuffer?: number;
|
|
30344
|
+
renderingTaskWeight?: number;
|
|
30345
|
+
submissionTimeWeight?: number;
|
|
30253
30346
|
}
|
|
30254
30347
|
interface QueueWindowsUser {
|
|
30255
30348
|
/**
|
|
@@ -30354,25 +30447,921 @@ export declare namespace devopsagent {
|
|
|
30354
30447
|
iam?: outputs.devopsagent.AgentSpaceIamAuthConfiguration;
|
|
30355
30448
|
idc?: outputs.devopsagent.AgentSpaceIdcAuthConfiguration;
|
|
30356
30449
|
}
|
|
30450
|
+
/**
|
|
30451
|
+
* AWS association for 'monitor' account
|
|
30452
|
+
*/
|
|
30453
|
+
interface AssociationAwsConfiguration {
|
|
30454
|
+
/**
|
|
30455
|
+
* AWS Account Id corresponding to provided resources
|
|
30456
|
+
*/
|
|
30457
|
+
accountId: string;
|
|
30458
|
+
/**
|
|
30459
|
+
* Account Type 'monitor' for DevOpsAgent monitoring
|
|
30460
|
+
*/
|
|
30461
|
+
accountType: enums.devopsagent.AssociationAwsConfigurationAccountType;
|
|
30462
|
+
/**
|
|
30463
|
+
* Role ARN to be assumed by DevOpsAgent to operate on behalf of customer
|
|
30464
|
+
*/
|
|
30465
|
+
assumableRoleArn: string;
|
|
30466
|
+
resources?: outputs.devopsagent.AssociationAwsResource[];
|
|
30467
|
+
tags?: outputs.devopsagent.AssociationKeyValuePair[];
|
|
30468
|
+
}
|
|
30469
|
+
/**
|
|
30470
|
+
* AWS resource definition
|
|
30471
|
+
*/
|
|
30472
|
+
interface AssociationAwsResource {
|
|
30473
|
+
/**
|
|
30474
|
+
* The Amazon Resource Name (ARN) of the resource
|
|
30475
|
+
*/
|
|
30476
|
+
resourceArn: string;
|
|
30477
|
+
/**
|
|
30478
|
+
* Additional metadata for the resource
|
|
30479
|
+
*/
|
|
30480
|
+
resourceMetadata?: any;
|
|
30481
|
+
/**
|
|
30482
|
+
* Resource type
|
|
30483
|
+
*/
|
|
30484
|
+
resourceType?: enums.devopsagent.AssociationAwsResourceResourceType;
|
|
30485
|
+
}
|
|
30486
|
+
/**
|
|
30487
|
+
* Azure subscription integration configuration
|
|
30488
|
+
*/
|
|
30489
|
+
interface AssociationAzureConfiguration {
|
|
30490
|
+
/**
|
|
30491
|
+
* Azure subscription ID corresponding to provided resources
|
|
30492
|
+
*/
|
|
30493
|
+
subscriptionId: string;
|
|
30494
|
+
}
|
|
30495
|
+
/**
|
|
30496
|
+
* Dynatrace monitoring configuration
|
|
30497
|
+
*/
|
|
30498
|
+
interface AssociationDynatraceConfiguration {
|
|
30499
|
+
/**
|
|
30500
|
+
* When set to true, enables the Agent Space to create and update webhooks for receiving notifications and events from the service
|
|
30501
|
+
*/
|
|
30502
|
+
enableWebhookUpdates?: boolean;
|
|
30503
|
+
/**
|
|
30504
|
+
* Dynatrace environment id
|
|
30505
|
+
*/
|
|
30506
|
+
envId: string;
|
|
30507
|
+
/**
|
|
30508
|
+
* List of Dynatrace resources to monitor
|
|
30509
|
+
*/
|
|
30510
|
+
resources?: string[];
|
|
30511
|
+
}
|
|
30512
|
+
/**
|
|
30513
|
+
* EventChannelconfiguration
|
|
30514
|
+
*/
|
|
30515
|
+
interface AssociationEventChannelConfiguration {
|
|
30516
|
+
/**
|
|
30517
|
+
* When set to true, enables the Agent Space to create and update webhooks for receiving notifications and events from the service
|
|
30518
|
+
*/
|
|
30519
|
+
enableWebhookUpdates?: boolean;
|
|
30520
|
+
}
|
|
30521
|
+
/**
|
|
30522
|
+
* GitHub repository integration configuration
|
|
30523
|
+
*/
|
|
30524
|
+
interface AssociationGitHubConfiguration {
|
|
30525
|
+
/**
|
|
30526
|
+
* Repository owner
|
|
30527
|
+
*/
|
|
30528
|
+
owner: string;
|
|
30529
|
+
/**
|
|
30530
|
+
* Type of repository owner
|
|
30531
|
+
*/
|
|
30532
|
+
ownerType: enums.devopsagent.AssociationGitHubConfigurationOwnerType;
|
|
30533
|
+
/**
|
|
30534
|
+
* Associated Github repo ID
|
|
30535
|
+
*/
|
|
30536
|
+
repoId: string;
|
|
30537
|
+
/**
|
|
30538
|
+
* Associated Github repo name
|
|
30539
|
+
*/
|
|
30540
|
+
repoName: string;
|
|
30541
|
+
}
|
|
30542
|
+
/**
|
|
30543
|
+
* GitLab project integration configuration
|
|
30544
|
+
*/
|
|
30545
|
+
interface AssociationGitLabConfiguration {
|
|
30546
|
+
/**
|
|
30547
|
+
* When set to true, enables the Agent Space to create and update webhooks for receiving notifications and events from the service
|
|
30548
|
+
*/
|
|
30549
|
+
enableWebhookUpdates?: boolean;
|
|
30550
|
+
/**
|
|
30551
|
+
* GitLab instance identifier
|
|
30552
|
+
*/
|
|
30553
|
+
instanceIdentifier?: string;
|
|
30554
|
+
/**
|
|
30555
|
+
* GitLab numeric project ID
|
|
30556
|
+
*/
|
|
30557
|
+
projectId: string;
|
|
30558
|
+
/**
|
|
30559
|
+
* Full GitLab project path (e.g., namespace/project-name)
|
|
30560
|
+
*/
|
|
30561
|
+
projectPath: string;
|
|
30562
|
+
}
|
|
30563
|
+
/**
|
|
30564
|
+
* A key-value pair for tags
|
|
30565
|
+
*/
|
|
30566
|
+
interface AssociationKeyValuePair {
|
|
30567
|
+
key: string;
|
|
30568
|
+
value: string;
|
|
30569
|
+
}
|
|
30570
|
+
/**
|
|
30571
|
+
* MCP server configuration
|
|
30572
|
+
*/
|
|
30573
|
+
interface AssociationMcpServerConfiguration {
|
|
30574
|
+
/**
|
|
30575
|
+
* The description of the MCP server
|
|
30576
|
+
*/
|
|
30577
|
+
description?: string;
|
|
30578
|
+
/**
|
|
30579
|
+
* When set to true, enables the Agent Space to create and update webhooks for receiving notifications and events from the service
|
|
30580
|
+
*/
|
|
30581
|
+
enableWebhookUpdates?: boolean;
|
|
30582
|
+
/**
|
|
30583
|
+
* MCP server endpoint URL
|
|
30584
|
+
*/
|
|
30585
|
+
endpoint?: string;
|
|
30586
|
+
/**
|
|
30587
|
+
* The name of the MCP server
|
|
30588
|
+
*/
|
|
30589
|
+
name?: string;
|
|
30590
|
+
/**
|
|
30591
|
+
* List of MCP tools that can be used with the association
|
|
30592
|
+
*/
|
|
30593
|
+
tools: string[];
|
|
30594
|
+
}
|
|
30595
|
+
/**
|
|
30596
|
+
* Datadog MCP server configuration
|
|
30597
|
+
*/
|
|
30598
|
+
interface AssociationMcpServerDatadogConfiguration {
|
|
30599
|
+
/**
|
|
30600
|
+
* The description of the MCP server
|
|
30601
|
+
*/
|
|
30602
|
+
description?: string;
|
|
30603
|
+
/**
|
|
30604
|
+
* When set to true, enables the Agent Space to create and update webhooks for receiving notifications and events from the service
|
|
30605
|
+
*/
|
|
30606
|
+
enableWebhookUpdates?: boolean;
|
|
30607
|
+
/**
|
|
30608
|
+
* MCP server endpoint URL
|
|
30609
|
+
*/
|
|
30610
|
+
endpoint?: string;
|
|
30611
|
+
/**
|
|
30612
|
+
* The name of the MCP server
|
|
30613
|
+
*/
|
|
30614
|
+
name?: string;
|
|
30615
|
+
}
|
|
30616
|
+
/**
|
|
30617
|
+
* Grafana MCP server configuration
|
|
30618
|
+
*/
|
|
30619
|
+
interface AssociationMcpServerGrafanaConfiguration {
|
|
30620
|
+
/**
|
|
30621
|
+
* When set to true, enables the Agent Space to create and update webhooks for receiving notifications and events from the service
|
|
30622
|
+
*/
|
|
30623
|
+
enableWebhookUpdates?: boolean;
|
|
30624
|
+
/**
|
|
30625
|
+
* MCP server endpoint URL
|
|
30626
|
+
*/
|
|
30627
|
+
endpoint: string;
|
|
30628
|
+
/**
|
|
30629
|
+
* List of tool categories to enable for the Grafana MCP server
|
|
30630
|
+
*/
|
|
30631
|
+
tools?: enums.devopsagent.AssociationMcpServerGrafanaConfigurationToolsItem[];
|
|
30632
|
+
}
|
|
30633
|
+
/**
|
|
30634
|
+
* NewRelic MCP server configuration
|
|
30635
|
+
*/
|
|
30636
|
+
interface AssociationMcpServerNewRelicConfiguration {
|
|
30637
|
+
/**
|
|
30638
|
+
* New Relic Account ID
|
|
30639
|
+
*/
|
|
30640
|
+
accountId: string;
|
|
30641
|
+
/**
|
|
30642
|
+
* MCP server endpoint URL (e.g., https://mcp.newrelic.com/mcp/)
|
|
30643
|
+
*/
|
|
30644
|
+
endpoint: string;
|
|
30645
|
+
}
|
|
30646
|
+
/**
|
|
30647
|
+
* SigV4-authenticated MCP server configuration
|
|
30648
|
+
*/
|
|
30649
|
+
interface AssociationMcpServerSigV4Configuration {
|
|
30650
|
+
/**
|
|
30651
|
+
* List of MCP tools available for the association
|
|
30652
|
+
*/
|
|
30653
|
+
tools: string[];
|
|
30654
|
+
}
|
|
30655
|
+
/**
|
|
30656
|
+
* Splunk MCP server configuration
|
|
30657
|
+
*/
|
|
30658
|
+
interface AssociationMcpServerSplunkConfiguration {
|
|
30659
|
+
/**
|
|
30660
|
+
* The description of the MCP server
|
|
30661
|
+
*/
|
|
30662
|
+
description?: string;
|
|
30663
|
+
/**
|
|
30664
|
+
* When set to true, enables the Agent Space to create and update webhooks for receiving notifications and events from the service
|
|
30665
|
+
*/
|
|
30666
|
+
enableWebhookUpdates?: boolean;
|
|
30667
|
+
/**
|
|
30668
|
+
* MCP server endpoint URL
|
|
30669
|
+
*/
|
|
30670
|
+
endpoint?: string;
|
|
30671
|
+
/**
|
|
30672
|
+
* The name of the MCP server
|
|
30673
|
+
*/
|
|
30674
|
+
name?: string;
|
|
30675
|
+
}
|
|
30676
|
+
/**
|
|
30677
|
+
* PagerDuty integration configuration
|
|
30678
|
+
*/
|
|
30679
|
+
interface AssociationPagerDutyConfiguration {
|
|
30680
|
+
/**
|
|
30681
|
+
* Email to be used in PagerDuty API header
|
|
30682
|
+
*/
|
|
30683
|
+
customerEmail: string;
|
|
30684
|
+
/**
|
|
30685
|
+
* When set to true, enables the Agent Space to create and update webhooks for receiving notifications and events from the service
|
|
30686
|
+
*/
|
|
30687
|
+
enableWebhookUpdates?: boolean;
|
|
30688
|
+
/**
|
|
30689
|
+
* List of PagerDuty service IDs available for the association
|
|
30690
|
+
*/
|
|
30691
|
+
services: string[];
|
|
30692
|
+
}
|
|
30357
30693
|
/**
|
|
30358
30694
|
* The configuration that directs how AgentSpace interacts with the given service
|
|
30359
30695
|
*/
|
|
30360
30696
|
interface AssociationServiceConfiguration {
|
|
30697
|
+
aws?: outputs.devopsagent.AssociationAwsConfiguration;
|
|
30698
|
+
azure?: outputs.devopsagent.AssociationAzureConfiguration;
|
|
30699
|
+
dynatrace?: outputs.devopsagent.AssociationDynatraceConfiguration;
|
|
30700
|
+
eventChannel?: outputs.devopsagent.AssociationEventChannelConfiguration;
|
|
30701
|
+
gitHub?: outputs.devopsagent.AssociationGitHubConfiguration;
|
|
30702
|
+
gitLab?: outputs.devopsagent.AssociationGitLabConfiguration;
|
|
30703
|
+
mcpServer?: outputs.devopsagent.AssociationMcpServerConfiguration;
|
|
30704
|
+
mcpServerDatadog?: outputs.devopsagent.AssociationMcpServerDatadogConfiguration;
|
|
30705
|
+
mcpServerGrafana?: outputs.devopsagent.AssociationMcpServerGrafanaConfiguration;
|
|
30706
|
+
mcpServerNewRelic?: outputs.devopsagent.AssociationMcpServerNewRelicConfiguration;
|
|
30707
|
+
mcpServerSigV4?: outputs.devopsagent.AssociationMcpServerSigV4Configuration;
|
|
30708
|
+
mcpServerSplunk?: outputs.devopsagent.AssociationMcpServerSplunkConfiguration;
|
|
30709
|
+
pagerDuty?: outputs.devopsagent.AssociationPagerDutyConfiguration;
|
|
30710
|
+
serviceNow?: outputs.devopsagent.AssociationServiceNowConfiguration;
|
|
30711
|
+
slack?: outputs.devopsagent.AssociationSlackConfiguration;
|
|
30712
|
+
sourceAws?: outputs.devopsagent.AssociationSourceAwsConfiguration;
|
|
30713
|
+
}
|
|
30714
|
+
/**
|
|
30715
|
+
* ServiceNow integration configuration
|
|
30716
|
+
*/
|
|
30717
|
+
interface AssociationServiceNowConfiguration {
|
|
30718
|
+
/**
|
|
30719
|
+
* When set to true, enables the Agent Space to create and update webhooks for receiving notifications and events from the service
|
|
30720
|
+
*/
|
|
30721
|
+
enableWebhookUpdates?: boolean;
|
|
30722
|
+
/**
|
|
30723
|
+
* ServiceNow instance ID
|
|
30724
|
+
*/
|
|
30725
|
+
instanceId?: string;
|
|
30726
|
+
}
|
|
30727
|
+
/**
|
|
30728
|
+
* Slack channel configuration
|
|
30729
|
+
*/
|
|
30730
|
+
interface AssociationSlackChannel {
|
|
30731
|
+
/**
|
|
30732
|
+
* Slack channel ID
|
|
30733
|
+
*/
|
|
30734
|
+
channelId: string;
|
|
30735
|
+
/**
|
|
30736
|
+
* Slack channel name
|
|
30737
|
+
*/
|
|
30738
|
+
channelName?: string;
|
|
30739
|
+
}
|
|
30740
|
+
/**
|
|
30741
|
+
* Slack workspace integration configuration
|
|
30742
|
+
*/
|
|
30743
|
+
interface AssociationSlackConfiguration {
|
|
30744
|
+
transmissionTarget: outputs.devopsagent.AssociationSlackTransmissionTarget;
|
|
30745
|
+
/**
|
|
30746
|
+
* Associated Slack workspace ID
|
|
30747
|
+
*/
|
|
30748
|
+
workspaceId: string;
|
|
30749
|
+
/**
|
|
30750
|
+
* Associated Slack workspace name
|
|
30751
|
+
*/
|
|
30752
|
+
workspaceName: string;
|
|
30753
|
+
}
|
|
30754
|
+
/**
|
|
30755
|
+
* Transmission targets for agent notifications
|
|
30756
|
+
*/
|
|
30757
|
+
interface AssociationSlackTransmissionTarget {
|
|
30758
|
+
/**
|
|
30759
|
+
* Destination for IncidentResponse agent.
|
|
30760
|
+
*/
|
|
30761
|
+
incidentResponseTarget: outputs.devopsagent.AssociationSlackChannel;
|
|
30762
|
+
}
|
|
30763
|
+
/**
|
|
30764
|
+
* AWS association for 'source' account
|
|
30765
|
+
*/
|
|
30766
|
+
interface AssociationSourceAwsConfiguration {
|
|
30767
|
+
/**
|
|
30768
|
+
* AWS Account Id corresponding to provided resources
|
|
30769
|
+
*/
|
|
30770
|
+
accountId: string;
|
|
30771
|
+
/**
|
|
30772
|
+
* Account Type 'source' for DevOpsAgent monitoring
|
|
30773
|
+
*/
|
|
30774
|
+
accountType: enums.devopsagent.AssociationSourceAwsConfigurationAccountType;
|
|
30775
|
+
/**
|
|
30776
|
+
* Role ARN to be assumed by DevOpsAgent to operate on behalf of customer
|
|
30777
|
+
*/
|
|
30778
|
+
assumableRoleArn: string;
|
|
30779
|
+
resources?: outputs.devopsagent.AssociationAwsResource[];
|
|
30780
|
+
tags?: outputs.devopsagent.AssociationKeyValuePair[];
|
|
30361
30781
|
}
|
|
30362
30782
|
/**
|
|
30363
30783
|
* The connection configuration, either SelfManaged or ServiceManaged.
|
|
30364
30784
|
*/
|
|
30365
30785
|
interface PrivateConnectionConnectionConfiguration {
|
|
30786
|
+
selfManaged?: outputs.devopsagent.PrivateConnectionSelfManagedMode;
|
|
30787
|
+
serviceManaged?: outputs.devopsagent.PrivateConnectionServiceManagedMode;
|
|
30788
|
+
}
|
|
30789
|
+
/**
|
|
30790
|
+
* Configuration for a self-managed Private Connection.
|
|
30791
|
+
*/
|
|
30792
|
+
interface PrivateConnectionSelfManagedMode {
|
|
30793
|
+
/**
|
|
30794
|
+
* The ARN of the Resource Configuration.
|
|
30795
|
+
*/
|
|
30796
|
+
resourceConfigurationId: string;
|
|
30797
|
+
}
|
|
30798
|
+
/**
|
|
30799
|
+
* Configuration for a service-managed Private Connection.
|
|
30800
|
+
*/
|
|
30801
|
+
interface PrivateConnectionServiceManagedMode {
|
|
30802
|
+
/**
|
|
30803
|
+
* DNS resolution mode for the resource gateway. Defaults to PUBLIC when not set.
|
|
30804
|
+
*/
|
|
30805
|
+
dnsResolution?: enums.devopsagent.PrivateConnectionServiceManagedModeDnsResolution;
|
|
30806
|
+
/**
|
|
30807
|
+
* IP address or DNS name of the target resource.
|
|
30808
|
+
*/
|
|
30809
|
+
hostAddress: string;
|
|
30810
|
+
/**
|
|
30811
|
+
* IP address type of the service-managed Resource Gateway.
|
|
30812
|
+
*/
|
|
30813
|
+
ipAddressType?: enums.devopsagent.PrivateConnectionServiceManagedModeIpAddressType;
|
|
30814
|
+
/**
|
|
30815
|
+
* Number of IPv4 addresses in each ENI for the service-managed Resource Gateway.
|
|
30816
|
+
*/
|
|
30817
|
+
ipv4AddressesPerEni?: number;
|
|
30818
|
+
/**
|
|
30819
|
+
* TCP port ranges that a consumer can use to access the resource.
|
|
30820
|
+
*/
|
|
30821
|
+
portRanges?: string[];
|
|
30822
|
+
/**
|
|
30823
|
+
* Security groups to attach to the service-managed Resource Gateway.
|
|
30824
|
+
*/
|
|
30825
|
+
securityGroupIds?: string[];
|
|
30826
|
+
/**
|
|
30827
|
+
* Subnets that the service-managed Resource Gateway will span.
|
|
30828
|
+
*/
|
|
30829
|
+
subnetIds?: string[];
|
|
30830
|
+
/**
|
|
30831
|
+
* VPC to create the service-managed Resource Gateway in.
|
|
30832
|
+
*/
|
|
30833
|
+
vpcId: string;
|
|
30366
30834
|
}
|
|
30367
30835
|
/**
|
|
30368
30836
|
* Additional details specific to the service type returned after registration
|
|
30369
30837
|
*/
|
|
30370
30838
|
interface ServiceAdditionalServiceDetails {
|
|
30839
|
+
azureIdentity?: outputs.devopsagent.ServiceRegisteredAzureIdentityDetails;
|
|
30840
|
+
dynatrace?: outputs.devopsagent.ServiceRegisteredDynatraceDetails;
|
|
30841
|
+
gitLab?: outputs.devopsagent.ServiceRegisteredGitLabServiceDetails;
|
|
30842
|
+
mcpServer?: outputs.devopsagent.ServiceRegisteredMcpServerDetails;
|
|
30843
|
+
mcpServerGrafana?: outputs.devopsagent.ServiceRegisteredMcpServerGrafanaDetails;
|
|
30844
|
+
mcpServerNewRelic?: outputs.devopsagent.ServiceRegisteredNewRelicDetails;
|
|
30845
|
+
mcpServerSigV4?: outputs.devopsagent.ServiceRegisteredMcpServerSigV4Details;
|
|
30846
|
+
mcpServerSplunk?: outputs.devopsagent.ServiceRegisteredMcpServerDetails;
|
|
30847
|
+
pagerDuty?: outputs.devopsagent.ServiceRegisteredPagerDutyDetails;
|
|
30848
|
+
serviceNow?: outputs.devopsagent.ServiceRegisteredServiceNowDetails;
|
|
30849
|
+
}
|
|
30850
|
+
/**
|
|
30851
|
+
* API key authentication details
|
|
30852
|
+
*/
|
|
30853
|
+
interface ServiceApiKeyDetails {
|
|
30854
|
+
/**
|
|
30855
|
+
* HTTP header name to send the API key
|
|
30856
|
+
*/
|
|
30857
|
+
apiKeyHeader: string;
|
|
30858
|
+
/**
|
|
30859
|
+
* User friendly API key name
|
|
30860
|
+
*/
|
|
30861
|
+
apiKeyName: string;
|
|
30862
|
+
/**
|
|
30863
|
+
* API key value
|
|
30864
|
+
*/
|
|
30865
|
+
apiKeyValue: string;
|
|
30866
|
+
}
|
|
30867
|
+
/**
|
|
30868
|
+
* Azure Identity service configuration for federated identity
|
|
30869
|
+
*/
|
|
30870
|
+
interface ServiceAzureIdentityServiceDetails {
|
|
30871
|
+
/**
|
|
30872
|
+
* Azure AD application client ID
|
|
30873
|
+
*/
|
|
30874
|
+
clientId: string;
|
|
30875
|
+
/**
|
|
30876
|
+
* Azure AD tenant ID
|
|
30877
|
+
*/
|
|
30878
|
+
tenantId: string;
|
|
30879
|
+
/**
|
|
30880
|
+
* ARN of the IAM role for web identity token exchange
|
|
30881
|
+
*/
|
|
30882
|
+
webIdentityRoleArn: string;
|
|
30883
|
+
/**
|
|
30884
|
+
* List of audiences for the web identity token
|
|
30885
|
+
*/
|
|
30886
|
+
webIdentityTokenAudiences: string[];
|
|
30887
|
+
}
|
|
30888
|
+
/**
|
|
30889
|
+
* Bearer token authentication details
|
|
30890
|
+
*/
|
|
30891
|
+
interface ServiceBearerTokenDetails {
|
|
30892
|
+
/**
|
|
30893
|
+
* HTTP header name to send the bearer token
|
|
30894
|
+
*/
|
|
30895
|
+
authorizationHeader?: string;
|
|
30896
|
+
/**
|
|
30897
|
+
* User friendly bearer token name
|
|
30898
|
+
*/
|
|
30899
|
+
tokenName: string;
|
|
30900
|
+
/**
|
|
30901
|
+
* Bearer token value
|
|
30902
|
+
*/
|
|
30903
|
+
tokenValue: string;
|
|
30371
30904
|
}
|
|
30372
30905
|
/**
|
|
30373
30906
|
* Service-specific configuration details - MCPServerSigV4 supports in-place updates; GitLab (TokenValue), MCPServer (ApiKey or BearerToken credential rotation), MCPServerNewRelic (ApiKey rotation), and MCPServerGrafana (BearerToken rotation) support in-place credential rotation; all other service types and fields require replacement when modified
|
|
30374
30907
|
*/
|
|
30375
30908
|
interface ServiceDetails {
|
|
30909
|
+
azureIdentity?: outputs.devopsagent.ServiceAzureIdentityServiceDetails;
|
|
30910
|
+
dynatrace?: outputs.devopsagent.ServiceDynatraceServiceDetails;
|
|
30911
|
+
gitLab?: outputs.devopsagent.ServiceGitLabDetails;
|
|
30912
|
+
mcpServer?: outputs.devopsagent.ServiceMcpServerDetails;
|
|
30913
|
+
mcpServerGrafana?: outputs.devopsagent.ServiceMcpServerGrafanaDetails;
|
|
30914
|
+
mcpServerNewRelic?: outputs.devopsagent.ServiceNewRelicServiceDetails;
|
|
30915
|
+
mcpServerSigV4?: outputs.devopsagent.ServiceMcpServerSigV4Details;
|
|
30916
|
+
mcpServerSplunk?: outputs.devopsagent.ServiceMcpServerSplunkDetails;
|
|
30917
|
+
pagerDuty?: outputs.devopsagent.ServicePagerDutyDetails;
|
|
30918
|
+
serviceNow?: outputs.devopsagent.ServiceNowServiceDetails;
|
|
30919
|
+
}
|
|
30920
|
+
/**
|
|
30921
|
+
* Dynatrace OAuth authorization configuration
|
|
30922
|
+
*/
|
|
30923
|
+
interface ServiceDynatraceAuthorizationConfig {
|
|
30924
|
+
oAuthClientCredentials?: outputs.devopsagent.ServiceOAuthClientDetails;
|
|
30925
|
+
}
|
|
30926
|
+
/**
|
|
30927
|
+
* Dynatrace service configuration
|
|
30928
|
+
*/
|
|
30929
|
+
interface ServiceDynatraceServiceDetails {
|
|
30930
|
+
/**
|
|
30931
|
+
* Dynatrace resource account URN
|
|
30932
|
+
*/
|
|
30933
|
+
accountUrn: string;
|
|
30934
|
+
authorizationConfig?: outputs.devopsagent.ServiceDynatraceAuthorizationConfig;
|
|
30935
|
+
}
|
|
30936
|
+
/**
|
|
30937
|
+
* GitLab service configuration
|
|
30938
|
+
*/
|
|
30939
|
+
interface ServiceGitLabDetails {
|
|
30940
|
+
/**
|
|
30941
|
+
* Optional GitLab group ID for group-level access tokens
|
|
30942
|
+
*/
|
|
30943
|
+
groupId?: string;
|
|
30944
|
+
/**
|
|
30945
|
+
* GitLab instance URL
|
|
30946
|
+
*/
|
|
30947
|
+
targetUrl: string;
|
|
30948
|
+
/**
|
|
30949
|
+
* Type of GitLab access token
|
|
30950
|
+
*/
|
|
30951
|
+
tokenType: enums.devopsagent.ServiceGitLabDetailsTokenType;
|
|
30952
|
+
/**
|
|
30953
|
+
* GitLab access token value
|
|
30954
|
+
*/
|
|
30955
|
+
tokenValue: string;
|
|
30956
|
+
}
|
|
30957
|
+
/**
|
|
30958
|
+
* MCP server authorization configuration
|
|
30959
|
+
*/
|
|
30960
|
+
interface ServiceMcpServerAuthorizationConfig {
|
|
30961
|
+
apiKey?: outputs.devopsagent.ServiceApiKeyDetails;
|
|
30962
|
+
bearerToken?: outputs.devopsagent.ServiceBearerTokenDetails;
|
|
30963
|
+
oAuthClientCredentials?: outputs.devopsagent.ServiceMcpServerOAuthClientCredentialsConfig;
|
|
30964
|
+
}
|
|
30965
|
+
/**
|
|
30966
|
+
* MCP server configuration
|
|
30967
|
+
*/
|
|
30968
|
+
interface ServiceMcpServerDetails {
|
|
30969
|
+
authorizationConfig: outputs.devopsagent.ServiceMcpServerAuthorizationConfig;
|
|
30970
|
+
/**
|
|
30971
|
+
* Optional description for the MCP server
|
|
30972
|
+
*/
|
|
30973
|
+
description?: string;
|
|
30974
|
+
/**
|
|
30975
|
+
* MCP server endpoint URL
|
|
30976
|
+
*/
|
|
30977
|
+
endpoint: string;
|
|
30978
|
+
/**
|
|
30979
|
+
* MCP server name
|
|
30980
|
+
*/
|
|
30981
|
+
name: string;
|
|
30982
|
+
}
|
|
30983
|
+
/**
|
|
30984
|
+
* Grafana MCP server authorization configuration
|
|
30985
|
+
*/
|
|
30986
|
+
interface ServiceMcpServerGrafanaAuthorizationConfig {
|
|
30987
|
+
bearerToken?: outputs.devopsagent.ServiceBearerTokenDetails;
|
|
30988
|
+
}
|
|
30989
|
+
/**
|
|
30990
|
+
* Grafana MCP server configuration
|
|
30991
|
+
*/
|
|
30992
|
+
interface ServiceMcpServerGrafanaDetails {
|
|
30993
|
+
authorizationConfig: outputs.devopsagent.ServiceMcpServerGrafanaAuthorizationConfig;
|
|
30994
|
+
/**
|
|
30995
|
+
* Optional description for the MCP server
|
|
30996
|
+
*/
|
|
30997
|
+
description?: string;
|
|
30998
|
+
/**
|
|
30999
|
+
* MCP server endpoint URL
|
|
31000
|
+
*/
|
|
31001
|
+
endpoint: string;
|
|
31002
|
+
/**
|
|
31003
|
+
* MCP server name
|
|
31004
|
+
*/
|
|
31005
|
+
name: string;
|
|
31006
|
+
}
|
|
31007
|
+
/**
|
|
31008
|
+
* MCP server OAuth client credentials configuration
|
|
31009
|
+
*/
|
|
31010
|
+
interface ServiceMcpServerOAuthClientCredentialsConfig {
|
|
31011
|
+
/**
|
|
31012
|
+
* OAuth client ID
|
|
31013
|
+
*/
|
|
31014
|
+
clientId: string;
|
|
31015
|
+
/**
|
|
31016
|
+
* User friendly OAuth client name
|
|
31017
|
+
*/
|
|
31018
|
+
clientName?: string;
|
|
31019
|
+
/**
|
|
31020
|
+
* OAuth client secret
|
|
31021
|
+
*/
|
|
31022
|
+
clientSecret: string;
|
|
31023
|
+
/**
|
|
31024
|
+
* OAuth token exchange parameters
|
|
31025
|
+
*/
|
|
31026
|
+
exchangeParameters?: any;
|
|
31027
|
+
/**
|
|
31028
|
+
* OAuth token exchange URL
|
|
31029
|
+
*/
|
|
31030
|
+
exchangeUrl: string;
|
|
31031
|
+
/**
|
|
31032
|
+
* OAuth scopes
|
|
31033
|
+
*/
|
|
31034
|
+
scopes?: string[];
|
|
31035
|
+
}
|
|
31036
|
+
/**
|
|
31037
|
+
* SigV4 authorization configuration for MCP server
|
|
31038
|
+
*/
|
|
31039
|
+
interface ServiceMcpServerSigV4AuthorizationConfig {
|
|
31040
|
+
/**
|
|
31041
|
+
* Custom headers for the SigV4 MCP server
|
|
31042
|
+
*/
|
|
31043
|
+
customHeaders?: {
|
|
31044
|
+
[key: string]: string;
|
|
31045
|
+
};
|
|
31046
|
+
/**
|
|
31047
|
+
* IAM role ARN to assume for SigV4 signing. Optional - when omitted, credentials are resolved at runtime via a monitor account association.
|
|
31048
|
+
*/
|
|
31049
|
+
mcpRoleArn?: string;
|
|
31050
|
+
/**
|
|
31051
|
+
* AWS region for SigV4 signing. Use '*' for SigV4a multi-region signing.
|
|
31052
|
+
*/
|
|
31053
|
+
region: string;
|
|
31054
|
+
/**
|
|
31055
|
+
* Deprecated - use McpRoleArn instead. IAM role ARN to assume for SigV4 signing
|
|
31056
|
+
*/
|
|
31057
|
+
roleArn?: string;
|
|
31058
|
+
/**
|
|
31059
|
+
* AWS service name for SigV4 signing
|
|
31060
|
+
*/
|
|
31061
|
+
service: string;
|
|
31062
|
+
}
|
|
31063
|
+
/**
|
|
31064
|
+
* SigV4-authenticated MCP server configuration
|
|
31065
|
+
*/
|
|
31066
|
+
interface ServiceMcpServerSigV4Details {
|
|
31067
|
+
authorizationConfig: outputs.devopsagent.ServiceMcpServerSigV4AuthorizationConfig;
|
|
31068
|
+
/**
|
|
31069
|
+
* Optional description for the MCP server
|
|
31070
|
+
*/
|
|
31071
|
+
description?: string;
|
|
31072
|
+
/**
|
|
31073
|
+
* MCP server endpoint URL
|
|
31074
|
+
*/
|
|
31075
|
+
endpoint: string;
|
|
31076
|
+
/**
|
|
31077
|
+
* MCP server name
|
|
31078
|
+
*/
|
|
31079
|
+
name: string;
|
|
31080
|
+
}
|
|
31081
|
+
/**
|
|
31082
|
+
* MCP server splunk authorization configuration
|
|
31083
|
+
*/
|
|
31084
|
+
interface ServiceMcpServerSplunkAuthorizationConfig {
|
|
31085
|
+
bearerToken?: outputs.devopsagent.ServiceBearerTokenDetails;
|
|
31086
|
+
}
|
|
31087
|
+
/**
|
|
31088
|
+
* Splunk MCP server configuration
|
|
31089
|
+
*/
|
|
31090
|
+
interface ServiceMcpServerSplunkDetails {
|
|
31091
|
+
authorizationConfig: outputs.devopsagent.ServiceMcpServerSplunkAuthorizationConfig;
|
|
31092
|
+
/**
|
|
31093
|
+
* Optional description for the MCP server
|
|
31094
|
+
*/
|
|
31095
|
+
description?: string;
|
|
31096
|
+
/**
|
|
31097
|
+
* MCP server endpoint URL
|
|
31098
|
+
*/
|
|
31099
|
+
endpoint: string;
|
|
31100
|
+
/**
|
|
31101
|
+
* MCP server name
|
|
31102
|
+
*/
|
|
31103
|
+
name: string;
|
|
31104
|
+
}
|
|
31105
|
+
/**
|
|
31106
|
+
* New Relic API key configuration
|
|
31107
|
+
*/
|
|
31108
|
+
interface ServiceNewRelicApiKeyConfig {
|
|
31109
|
+
/**
|
|
31110
|
+
* New Relic Account ID
|
|
31111
|
+
*/
|
|
31112
|
+
accountId: string;
|
|
31113
|
+
/**
|
|
31114
|
+
* List of alert policy IDs
|
|
31115
|
+
*/
|
|
31116
|
+
alertPolicyIds?: string[];
|
|
31117
|
+
/**
|
|
31118
|
+
* New Relic User API Key
|
|
31119
|
+
*/
|
|
31120
|
+
apiKey: string;
|
|
31121
|
+
/**
|
|
31122
|
+
* List of monitored APM application IDs
|
|
31123
|
+
*/
|
|
31124
|
+
applicationIds?: string[];
|
|
31125
|
+
/**
|
|
31126
|
+
* List of globally unique IDs for New Relic resources
|
|
31127
|
+
*/
|
|
31128
|
+
entityGuids?: string[];
|
|
31129
|
+
/**
|
|
31130
|
+
* New Relic region
|
|
31131
|
+
*/
|
|
31132
|
+
region: enums.devopsagent.ServiceNewRelicApiKeyConfigRegion;
|
|
31133
|
+
}
|
|
31134
|
+
/**
|
|
31135
|
+
* New Relic authorization configuration
|
|
31136
|
+
*/
|
|
31137
|
+
interface ServiceNewRelicAuthorizationConfig {
|
|
31138
|
+
apiKey: outputs.devopsagent.ServiceNewRelicApiKeyConfig;
|
|
31139
|
+
}
|
|
31140
|
+
/**
|
|
31141
|
+
* New Relic service configuration
|
|
31142
|
+
*/
|
|
31143
|
+
interface ServiceNewRelicServiceDetails {
|
|
31144
|
+
authorizationConfig: outputs.devopsagent.ServiceNewRelicAuthorizationConfig;
|
|
31145
|
+
}
|
|
31146
|
+
/**
|
|
31147
|
+
* ServiceNow OAuth authorization configuration
|
|
31148
|
+
*/
|
|
31149
|
+
interface ServiceNowAuthorizationConfig {
|
|
31150
|
+
oAuthClientCredentials?: outputs.devopsagent.ServiceOAuthClientDetails;
|
|
31151
|
+
}
|
|
31152
|
+
/**
|
|
31153
|
+
* ServiceNow service configuration
|
|
31154
|
+
*/
|
|
31155
|
+
interface ServiceNowServiceDetails {
|
|
31156
|
+
authorizationConfig?: outputs.devopsagent.ServiceNowAuthorizationConfig;
|
|
31157
|
+
/**
|
|
31158
|
+
* ServiceNow instance URL
|
|
31159
|
+
*/
|
|
31160
|
+
instanceUrl: string;
|
|
31161
|
+
}
|
|
31162
|
+
/**
|
|
31163
|
+
* OAuth client credentials
|
|
31164
|
+
*/
|
|
31165
|
+
interface ServiceOAuthClientDetails {
|
|
31166
|
+
/**
|
|
31167
|
+
* OAuth client ID
|
|
31168
|
+
*/
|
|
31169
|
+
clientId: string;
|
|
31170
|
+
/**
|
|
31171
|
+
* User friendly OAuth client name
|
|
31172
|
+
*/
|
|
31173
|
+
clientName?: string;
|
|
31174
|
+
/**
|
|
31175
|
+
* OAuth client secret
|
|
31176
|
+
*/
|
|
31177
|
+
clientSecret: string;
|
|
31178
|
+
/**
|
|
31179
|
+
* OAuth token exchange parameters
|
|
31180
|
+
*/
|
|
31181
|
+
exchangeParameters?: any;
|
|
31182
|
+
}
|
|
31183
|
+
/**
|
|
31184
|
+
* PagerDuty OAuth authorization configuration
|
|
31185
|
+
*/
|
|
31186
|
+
interface ServicePagerDutyAuthorizationConfig {
|
|
31187
|
+
oAuthClientCredentials?: outputs.devopsagent.ServiceOAuthClientDetails;
|
|
31188
|
+
}
|
|
31189
|
+
/**
|
|
31190
|
+
* PagerDuty service configuration
|
|
31191
|
+
*/
|
|
31192
|
+
interface ServicePagerDutyDetails {
|
|
31193
|
+
authorizationConfig: outputs.devopsagent.ServicePagerDutyAuthorizationConfig;
|
|
31194
|
+
/**
|
|
31195
|
+
* PagerDuty scopes
|
|
31196
|
+
*/
|
|
31197
|
+
scopes: string[];
|
|
31198
|
+
}
|
|
31199
|
+
/**
|
|
31200
|
+
* Azure Identity service details returned after registration
|
|
31201
|
+
*/
|
|
31202
|
+
interface ServiceRegisteredAzureIdentityDetails {
|
|
31203
|
+
/**
|
|
31204
|
+
* Azure AD application client ID
|
|
31205
|
+
*/
|
|
31206
|
+
clientId: string;
|
|
31207
|
+
/**
|
|
31208
|
+
* Azure AD tenant ID
|
|
31209
|
+
*/
|
|
31210
|
+
tenantId: string;
|
|
31211
|
+
/**
|
|
31212
|
+
* ARN of the IAM role for web identity token exchange
|
|
31213
|
+
*/
|
|
31214
|
+
webIdentityRoleArn: string;
|
|
31215
|
+
/**
|
|
31216
|
+
* List of audiences for the web identity token
|
|
31217
|
+
*/
|
|
31218
|
+
webIdentityTokenAudiences: string[];
|
|
31219
|
+
}
|
|
31220
|
+
/**
|
|
31221
|
+
* Dynatrace service details returned after registration
|
|
31222
|
+
*/
|
|
31223
|
+
interface ServiceRegisteredDynatraceDetails {
|
|
31224
|
+
/**
|
|
31225
|
+
* Dynatrace resource account URN
|
|
31226
|
+
*/
|
|
31227
|
+
accountUrn: string;
|
|
31228
|
+
}
|
|
31229
|
+
/**
|
|
31230
|
+
* GitLab service details returned after registration
|
|
31231
|
+
*/
|
|
31232
|
+
interface ServiceRegisteredGitLabServiceDetails {
|
|
31233
|
+
/**
|
|
31234
|
+
* Optional GitLab group ID for group-level access tokens
|
|
31235
|
+
*/
|
|
31236
|
+
groupId?: string;
|
|
31237
|
+
/**
|
|
31238
|
+
* GitLab instance URL
|
|
31239
|
+
*/
|
|
31240
|
+
targetUrl: string;
|
|
31241
|
+
/**
|
|
31242
|
+
* Type of GitLab access token
|
|
31243
|
+
*/
|
|
31244
|
+
tokenType: enums.devopsagent.ServiceRegisteredGitLabServiceDetailsTokenType;
|
|
31245
|
+
}
|
|
31246
|
+
/**
|
|
31247
|
+
* MCP server details returned after registration
|
|
31248
|
+
*/
|
|
31249
|
+
interface ServiceRegisteredMcpServerDetails {
|
|
31250
|
+
/**
|
|
31251
|
+
* API key header name if using API key authentication
|
|
31252
|
+
*/
|
|
31253
|
+
apiKeyHeader?: string;
|
|
31254
|
+
/**
|
|
31255
|
+
* MCP server authorization method
|
|
31256
|
+
*/
|
|
31257
|
+
authorizationMethod: enums.devopsagent.ServiceRegisteredMcpServerDetailsAuthorizationMethod;
|
|
31258
|
+
/**
|
|
31259
|
+
* Optional description for the MCP server
|
|
31260
|
+
*/
|
|
31261
|
+
description?: string;
|
|
31262
|
+
/**
|
|
31263
|
+
* MCP server endpoint URL
|
|
31264
|
+
*/
|
|
31265
|
+
endpoint: string;
|
|
31266
|
+
/**
|
|
31267
|
+
* MCP server name
|
|
31268
|
+
*/
|
|
31269
|
+
name: string;
|
|
31270
|
+
}
|
|
31271
|
+
/**
|
|
31272
|
+
* Grafana MCP server details returned after registration
|
|
31273
|
+
*/
|
|
31274
|
+
interface ServiceRegisteredMcpServerGrafanaDetails {
|
|
31275
|
+
/**
|
|
31276
|
+
* MCP server authorization method
|
|
31277
|
+
*/
|
|
31278
|
+
authorizationMethod: enums.devopsagent.ServiceRegisteredMcpServerGrafanaDetailsAuthorizationMethod;
|
|
31279
|
+
/**
|
|
31280
|
+
* Optional description for the MCP server
|
|
31281
|
+
*/
|
|
31282
|
+
description?: string;
|
|
31283
|
+
/**
|
|
31284
|
+
* MCP server endpoint URL
|
|
31285
|
+
*/
|
|
31286
|
+
endpoint: string;
|
|
31287
|
+
/**
|
|
31288
|
+
* MCP server name
|
|
31289
|
+
*/
|
|
31290
|
+
name?: string;
|
|
31291
|
+
}
|
|
31292
|
+
/**
|
|
31293
|
+
* SigV4-authenticated MCP server details returned after registration
|
|
31294
|
+
*/
|
|
31295
|
+
interface ServiceRegisteredMcpServerSigV4Details {
|
|
31296
|
+
/**
|
|
31297
|
+
* Custom headers for the SigV4 MCP server
|
|
31298
|
+
*/
|
|
31299
|
+
customHeaders?: {
|
|
31300
|
+
[key: string]: string;
|
|
31301
|
+
};
|
|
31302
|
+
/**
|
|
31303
|
+
* Optional description for the MCP server
|
|
31304
|
+
*/
|
|
31305
|
+
description?: string;
|
|
31306
|
+
/**
|
|
31307
|
+
* The MCP server endpoint URL
|
|
31308
|
+
*/
|
|
31309
|
+
endpoint: string;
|
|
31310
|
+
/**
|
|
31311
|
+
* IAM role ARN for SigV4 signing. Absent when no dedicated role is configured.
|
|
31312
|
+
*/
|
|
31313
|
+
mcpRoleArn?: string;
|
|
31314
|
+
/**
|
|
31315
|
+
* The MCP server name
|
|
31316
|
+
*/
|
|
31317
|
+
name: string;
|
|
31318
|
+
/**
|
|
31319
|
+
* AWS region for SigV4 signing
|
|
31320
|
+
*/
|
|
31321
|
+
region: string;
|
|
31322
|
+
/**
|
|
31323
|
+
* Deprecated - use McpRoleArn instead. IAM role ARN for SigV4 signing
|
|
31324
|
+
*/
|
|
31325
|
+
roleArn: string;
|
|
31326
|
+
/**
|
|
31327
|
+
* AWS service name for SigV4 signing
|
|
31328
|
+
*/
|
|
31329
|
+
service: string;
|
|
31330
|
+
}
|
|
31331
|
+
/**
|
|
31332
|
+
* New Relic service details returned after registration
|
|
31333
|
+
*/
|
|
31334
|
+
interface ServiceRegisteredNewRelicDetails {
|
|
31335
|
+
/**
|
|
31336
|
+
* New Relic account ID
|
|
31337
|
+
*/
|
|
31338
|
+
accountId: string;
|
|
31339
|
+
/**
|
|
31340
|
+
* Optional user description
|
|
31341
|
+
*/
|
|
31342
|
+
description?: string;
|
|
31343
|
+
/**
|
|
31344
|
+
* New Relic region
|
|
31345
|
+
*/
|
|
31346
|
+
region: enums.devopsagent.ServiceRegisteredNewRelicDetailsRegion;
|
|
31347
|
+
}
|
|
31348
|
+
/**
|
|
31349
|
+
* PagerDuty service details returned after registration
|
|
31350
|
+
*/
|
|
31351
|
+
interface ServiceRegisteredPagerDutyDetails {
|
|
31352
|
+
/**
|
|
31353
|
+
* The scopes assigned to the service
|
|
31354
|
+
*/
|
|
31355
|
+
scopes: string[];
|
|
31356
|
+
}
|
|
31357
|
+
/**
|
|
31358
|
+
* ServiceNow service details returned after registration
|
|
31359
|
+
*/
|
|
31360
|
+
interface ServiceRegisteredServiceNowDetails {
|
|
31361
|
+
/**
|
|
31362
|
+
* ServiceNow instance URL
|
|
31363
|
+
*/
|
|
31364
|
+
instanceUrl: string;
|
|
30376
31365
|
}
|
|
30377
31366
|
}
|
|
30378
31367
|
export declare namespace devopsguru {
|
|
@@ -47294,6 +48283,8 @@ export declare namespace greengrassv2 {
|
|
|
47294
48283
|
rateIncreaseCriteria: outputs.greengrassv2.DeploymentIoTJobRateIncreaseCriteria;
|
|
47295
48284
|
}
|
|
47296
48285
|
interface DeploymentIoTJobRateIncreaseCriteria {
|
|
48286
|
+
numberOfNotifiedThings?: number;
|
|
48287
|
+
numberOfSucceededThings?: number;
|
|
47297
48288
|
}
|
|
47298
48289
|
interface DeploymentIoTJobTimeoutConfig {
|
|
47299
48290
|
/**
|
|
@@ -49289,7 +50280,7 @@ export declare namespace inspectorv2 {
|
|
|
49289
50280
|
interface CisScanConfigurationCisTargets {
|
|
49290
50281
|
accountIds: string[];
|
|
49291
50282
|
targetResourceTags: {
|
|
49292
|
-
[key: string]:
|
|
50283
|
+
[key: string]: string[];
|
|
49293
50284
|
};
|
|
49294
50285
|
}
|
|
49295
50286
|
interface CisScanConfigurationDailySchedule {
|
|
@@ -61079,6 +62070,32 @@ export declare namespace m2 {
|
|
|
61079
62070
|
interface ApplicationDefinition1Properties {
|
|
61080
62071
|
content: string;
|
|
61081
62072
|
}
|
|
62073
|
+
/**
|
|
62074
|
+
* Defines the storage configuration for an Amazon EFS file system.
|
|
62075
|
+
*/
|
|
62076
|
+
interface EnvironmentEfsStorageConfiguration {
|
|
62077
|
+
/**
|
|
62078
|
+
* The file system identifier.
|
|
62079
|
+
*/
|
|
62080
|
+
fileSystemId: string;
|
|
62081
|
+
/**
|
|
62082
|
+
* The mount point for the file system.
|
|
62083
|
+
*/
|
|
62084
|
+
mountPoint: string;
|
|
62085
|
+
}
|
|
62086
|
+
/**
|
|
62087
|
+
* Defines the storage configuration for an Amazon FSx file system.
|
|
62088
|
+
*/
|
|
62089
|
+
interface EnvironmentFsxStorageConfiguration {
|
|
62090
|
+
/**
|
|
62091
|
+
* The file system identifier.
|
|
62092
|
+
*/
|
|
62093
|
+
fileSystemId: string;
|
|
62094
|
+
/**
|
|
62095
|
+
* The mount point for the file system.
|
|
62096
|
+
*/
|
|
62097
|
+
mountPoint: string;
|
|
62098
|
+
}
|
|
61082
62099
|
/**
|
|
61083
62100
|
* Defines the details of a high availability configuration.
|
|
61084
62101
|
*/
|
|
@@ -61092,6 +62109,8 @@ export declare namespace m2 {
|
|
|
61092
62109
|
* Defines the storage configuration for an environment.
|
|
61093
62110
|
*/
|
|
61094
62111
|
interface EnvironmentStorageConfiguration {
|
|
62112
|
+
efs?: outputs.m2.EnvironmentEfsStorageConfiguration;
|
|
62113
|
+
fsx?: outputs.m2.EnvironmentFsxStorageConfiguration;
|
|
61095
62114
|
}
|
|
61096
62115
|
}
|
|
61097
62116
|
export declare namespace macie {
|
|
@@ -61099,6 +62118,18 @@ export declare namespace macie {
|
|
|
61099
62118
|
* The regex or s3 object to use for the AllowList.
|
|
61100
62119
|
*/
|
|
61101
62120
|
interface AllowListCriteria {
|
|
62121
|
+
/**
|
|
62122
|
+
* The S3 object key for the AllowList.
|
|
62123
|
+
*/
|
|
62124
|
+
regex?: string;
|
|
62125
|
+
/**
|
|
62126
|
+
* The S3 location for the AllowList.
|
|
62127
|
+
*/
|
|
62128
|
+
s3WordsList?: outputs.macie.AllowListS3WordsList;
|
|
62129
|
+
}
|
|
62130
|
+
interface AllowListS3WordsList {
|
|
62131
|
+
bucketName: string;
|
|
62132
|
+
objectKey: string;
|
|
61102
62133
|
}
|
|
61103
62134
|
interface FindingsFilterCriterionAdditionalProperties {
|
|
61104
62135
|
/**
|
|
@@ -62949,10 +63980,37 @@ export declare namespace medialive {
|
|
|
62949
63980
|
*/
|
|
62950
63981
|
videoSettings?: outputs.medialive.MultiplexprogramMultiplexVideoSettings;
|
|
62951
63982
|
}
|
|
63983
|
+
/**
|
|
63984
|
+
* Statmux rate control settings
|
|
63985
|
+
*/
|
|
63986
|
+
interface MultiplexprogramMultiplexStatmuxVideoSettings {
|
|
63987
|
+
/**
|
|
63988
|
+
* Maximum statmux bitrate.
|
|
63989
|
+
*/
|
|
63990
|
+
maximumBitrate?: number;
|
|
63991
|
+
/**
|
|
63992
|
+
* Minimum statmux bitrate.
|
|
63993
|
+
*/
|
|
63994
|
+
minimumBitrate?: number;
|
|
63995
|
+
/**
|
|
63996
|
+
* The purpose of the priority is to use a combination of the\nmultiplex rate control algorithm and the QVBR capability of the\nencoder to prioritize the video quality of some channels in a\nmultiplex over others. Channels that have a higher priority will\nget higher video quality at the expense of the video quality of\nother channels in the multiplex with lower priority.
|
|
63997
|
+
*/
|
|
63998
|
+
priority?: number;
|
|
63999
|
+
}
|
|
62952
64000
|
/**
|
|
62953
64001
|
* The video configuration for each program in a multiplex.
|
|
62954
64002
|
*/
|
|
62955
64003
|
interface MultiplexprogramMultiplexVideoSettings {
|
|
64004
|
+
/**
|
|
64005
|
+
* The constant bitrate configuration for the video encode.
|
|
64006
|
+
* When this field is defined, StatmuxSettings must be undefined.
|
|
64007
|
+
*/
|
|
64008
|
+
constantBitrate?: number;
|
|
64009
|
+
/**
|
|
64010
|
+
* Statmux rate control settings.
|
|
64011
|
+
* When this field is defined, ConstantBitrate must be undefined.
|
|
64012
|
+
*/
|
|
64013
|
+
statmuxSettings?: outputs.medialive.MultiplexprogramMultiplexStatmuxVideoSettings;
|
|
62956
64014
|
}
|
|
62957
64015
|
/**
|
|
62958
64016
|
* IP address cidr pool
|
|
@@ -69280,7 +70338,12 @@ export declare namespace pcaconnectorad {
|
|
|
69280
70338
|
}
|
|
69281
70339
|
}
|
|
69282
70340
|
export declare namespace pcaconnectorscep {
|
|
70341
|
+
interface ConnectorIntuneConfiguration {
|
|
70342
|
+
azureApplicationId: string;
|
|
70343
|
+
domain: string;
|
|
70344
|
+
}
|
|
69283
70345
|
interface ConnectorMobileDeviceManagement {
|
|
70346
|
+
intune?: outputs.pcaconnectorscep.ConnectorIntuneConfiguration;
|
|
69284
70347
|
}
|
|
69285
70348
|
interface ConnectorOpenIdConfiguration {
|
|
69286
70349
|
/**
|
|
@@ -101672,7 +102735,32 @@ export declare namespace redshift {
|
|
|
101672
102735
|
*/
|
|
101673
102736
|
vpcSecurityGroupId?: string;
|
|
101674
102737
|
}
|
|
102738
|
+
/**
|
|
102739
|
+
* Describes a pause cluster operation. For example, a scheduled action to run the `PauseCluster` API operation.
|
|
102740
|
+
*/
|
|
102741
|
+
interface ScheduledActionPauseClusterMessage {
|
|
102742
|
+
clusterIdentifier: string;
|
|
102743
|
+
}
|
|
102744
|
+
/**
|
|
102745
|
+
* Describes a resize cluster operation. For example, a scheduled action to run the `ResizeCluster` API operation.
|
|
102746
|
+
*/
|
|
102747
|
+
interface ScheduledActionResizeClusterMessage {
|
|
102748
|
+
classic?: boolean;
|
|
102749
|
+
clusterIdentifier: string;
|
|
102750
|
+
clusterType?: string;
|
|
102751
|
+
nodeType?: string;
|
|
102752
|
+
numberOfNodes?: number;
|
|
102753
|
+
}
|
|
102754
|
+
/**
|
|
102755
|
+
* Describes a resume cluster operation. For example, a scheduled action to run the `ResumeCluster` API operation.
|
|
102756
|
+
*/
|
|
102757
|
+
interface ScheduledActionResumeClusterMessage {
|
|
102758
|
+
clusterIdentifier: string;
|
|
102759
|
+
}
|
|
101675
102760
|
interface ScheduledActionType {
|
|
102761
|
+
pauseCluster?: outputs.redshift.ScheduledActionPauseClusterMessage;
|
|
102762
|
+
resizeCluster?: outputs.redshift.ScheduledActionResizeClusterMessage;
|
|
102763
|
+
resumeCluster?: outputs.redshift.ScheduledActionResumeClusterMessage;
|
|
101676
102764
|
}
|
|
101677
102765
|
/**
|
|
101678
102766
|
* The connection endpoint for connecting to an Amazon Redshift cluster through the proxy.
|
|
@@ -103192,6 +104280,17 @@ export declare namespace rtbfabric {
|
|
|
103192
104280
|
*/
|
|
103193
104281
|
responderErrorMasking?: outputs.rtbfabric.LinkResponderErrorMaskingForHttpCode[];
|
|
103194
104282
|
}
|
|
104283
|
+
interface LinkFilter {
|
|
104284
|
+
criteria: outputs.rtbfabric.LinkFilterCriterion[];
|
|
104285
|
+
}
|
|
104286
|
+
interface LinkFilterCriterion {
|
|
104287
|
+
path: string;
|
|
104288
|
+
values: string[];
|
|
104289
|
+
}
|
|
104290
|
+
interface LinkHeaderTagAction {
|
|
104291
|
+
name: string;
|
|
104292
|
+
value: string;
|
|
104293
|
+
}
|
|
103195
104294
|
interface LinkLogSettings {
|
|
103196
104295
|
/**
|
|
103197
104296
|
* Describes the configuration of a link application log.
|
|
@@ -103215,6 +104314,28 @@ export declare namespace rtbfabric {
|
|
|
103215
104314
|
version?: string;
|
|
103216
104315
|
}
|
|
103217
104316
|
interface LinkModuleParameters {
|
|
104317
|
+
noBid?: outputs.rtbfabric.LinkNoBidModuleParameters;
|
|
104318
|
+
openRtbAttribute?: outputs.rtbfabric.LinkOpenRtbAttributeModuleParameters;
|
|
104319
|
+
}
|
|
104320
|
+
interface LinkNoBidAction {
|
|
104321
|
+
noBidReasonCode?: number;
|
|
104322
|
+
}
|
|
104323
|
+
interface LinkNoBidModuleParameters {
|
|
104324
|
+
passThroughPercentage?: number;
|
|
104325
|
+
reason?: string;
|
|
104326
|
+
reasonCode?: number;
|
|
104327
|
+
}
|
|
104328
|
+
interface LinkOpenRtbAttributeModuleParameters {
|
|
104329
|
+
action: outputs.rtbfabric.LinkOpenRtbAttributeModuleParametersAction0Properties | outputs.rtbfabric.LinkOpenRtbAttributeModuleParametersAction1Properties;
|
|
104330
|
+
filterConfiguration: outputs.rtbfabric.LinkFilter[];
|
|
104331
|
+
filterType: enums.rtbfabric.LinkOpenRtbAttributeModuleParametersFilterType;
|
|
104332
|
+
holdbackPercentage: number;
|
|
104333
|
+
}
|
|
104334
|
+
interface LinkOpenRtbAttributeModuleParametersAction0Properties {
|
|
104335
|
+
noBid: outputs.rtbfabric.LinkNoBidAction;
|
|
104336
|
+
}
|
|
104337
|
+
interface LinkOpenRtbAttributeModuleParametersAction1Properties {
|
|
104338
|
+
headerTag: outputs.rtbfabric.LinkHeaderTagAction;
|
|
103218
104339
|
}
|
|
103219
104340
|
interface LinkResponderErrorMaskingForHttpCode {
|
|
103220
104341
|
/**
|
|
@@ -103293,10 +104414,35 @@ export declare namespace rtbfabric {
|
|
|
103293
104414
|
loggingTypes: enums.rtbfabric.OutboundExternalLinkResponderErrorMaskingLoggingType[];
|
|
103294
104415
|
responseLoggingPercentage?: number;
|
|
103295
104416
|
}
|
|
104417
|
+
interface ResponderGatewayAutoScalingGroupsConfiguration {
|
|
104418
|
+
autoScalingGroupNameList: string[];
|
|
104419
|
+
healthCheckConfig?: outputs.rtbfabric.ResponderGatewayHealthCheckConfig;
|
|
104420
|
+
roleArn: string;
|
|
104421
|
+
}
|
|
104422
|
+
interface ResponderGatewayEksEndpointsConfiguration {
|
|
104423
|
+
clusterApiServerCaCertificateChain: string;
|
|
104424
|
+
clusterApiServerEndpointUri: string;
|
|
104425
|
+
clusterName: string;
|
|
104426
|
+
endpointsResourceName: string;
|
|
104427
|
+
endpointsResourceNamespace: string;
|
|
104428
|
+
roleArn: string;
|
|
104429
|
+
}
|
|
104430
|
+
interface ResponderGatewayHealthCheckConfig {
|
|
104431
|
+
healthyThresholdCount?: number;
|
|
104432
|
+
intervalSeconds?: number;
|
|
104433
|
+
path: string;
|
|
104434
|
+
port: number;
|
|
104435
|
+
protocol?: enums.rtbfabric.ResponderGatewayProtocol;
|
|
104436
|
+
statusCodeMatcher?: string;
|
|
104437
|
+
timeoutMs?: number;
|
|
104438
|
+
unhealthyThresholdCount?: number;
|
|
104439
|
+
}
|
|
103296
104440
|
interface ResponderGatewayListenerConfig {
|
|
103297
104441
|
protocols: enums.rtbfabric.ResponderGatewayProtocol[];
|
|
103298
104442
|
}
|
|
103299
104443
|
interface ResponderGatewayManagedEndpointConfiguration {
|
|
104444
|
+
autoScalingGroupsConfiguration?: outputs.rtbfabric.ResponderGatewayAutoScalingGroupsConfiguration;
|
|
104445
|
+
eksEndpointsConfiguration?: outputs.rtbfabric.ResponderGatewayEksEndpointsConfiguration;
|
|
103300
104446
|
}
|
|
103301
104447
|
interface ResponderGatewayTrustStoreConfiguration {
|
|
103302
104448
|
/**
|
|
@@ -104191,6 +105337,19 @@ export declare namespace s3 {
|
|
|
104191
105337
|
*/
|
|
104192
105338
|
objectOwnership?: enums.s3.BucketOwnershipControlsRuleObjectOwnership;
|
|
104193
105339
|
}
|
|
105340
|
+
/**
|
|
105341
|
+
* Amazon S3 keys for log objects are partitioned in the following format:
|
|
105342
|
+
* ``[DestinationPrefix][SourceAccountId]/[SourceRegion]/[SourceBucket]/[YYYY]/[MM]/[DD]/[YYYY]-[MM]-[DD]-[hh]-[mm]-[ss]-[UniqueString]``
|
|
105343
|
+
* PartitionedPrefix defaults to EventTime delivery when server access logs are delivered.
|
|
105344
|
+
*/
|
|
105345
|
+
interface BucketPartitionedPrefix {
|
|
105346
|
+
/**
|
|
105347
|
+
* Specifies the partition date source for the partitioned prefix. ``PartitionDateSource`` can be ``EventTime`` or ``DeliveryTime``.
|
|
105348
|
+
* For ``DeliveryTime``, the time in the log file names corresponds to the delivery time for the log files.
|
|
105349
|
+
* For ``EventTime``, The logs delivered are for a specific day only. The year, month, and day correspond to the day on which the event occurred, and the hour, minutes and seconds are set to 00 in the key.
|
|
105350
|
+
*/
|
|
105351
|
+
partitionDateSource?: enums.s3.BucketPartitionedPrefixPartitionDateSource;
|
|
105352
|
+
}
|
|
104194
105353
|
/**
|
|
104195
105354
|
* The PublicAccessBlock configuration that you want to apply to this Amazon S3 bucket. You can enable the configuration options in any combination. Bucket-level settings work alongside account-level settings (which may inherit from organization-level policies). For more information about when Amazon S3 considers a bucket or object public, see [The Meaning of "Public"](https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status) in the *Amazon S3 User Guide*.
|
|
104196
105355
|
*/
|
|
@@ -104680,6 +105839,11 @@ export declare namespace s3 {
|
|
|
104680
105839
|
* Describes the key format for server access log file in the target bucket. You can choose between SimplePrefix and PartitionedPrefix.
|
|
104681
105840
|
*/
|
|
104682
105841
|
interface BucketTargetObjectKeyFormat {
|
|
105842
|
+
partitionedPrefix?: outputs.s3.BucketPartitionedPrefix;
|
|
105843
|
+
/**
|
|
105844
|
+
* This format defaults the prefix to the given log file prefix for delivering server access log file.
|
|
105845
|
+
*/
|
|
105846
|
+
simplePrefix?: any;
|
|
104683
105847
|
}
|
|
104684
105848
|
/**
|
|
104685
105849
|
* The S3 Intelligent-Tiering storage class is designed to optimize storage costs by automatically moving data to the most cost-effective storage access tier, without additional operational overhead.
|
|
@@ -105009,6 +106173,11 @@ export declare namespace s3 {
|
|
|
105009
106173
|
* Configures the server-side encryption for Amazon S3 Storage Lens report files with either S3-managed keys (SSE-S3) or KMS-managed keys (SSE-KMS).
|
|
105010
106174
|
*/
|
|
105011
106175
|
interface StorageLensEncryption {
|
|
106176
|
+
ssekms?: outputs.s3.StorageLensSsekms;
|
|
106177
|
+
/**
|
|
106178
|
+
* S3 default server-side encryption.
|
|
106179
|
+
*/
|
|
106180
|
+
sses3?: any;
|
|
105012
106181
|
}
|
|
105013
106182
|
/**
|
|
105014
106183
|
* Expanded Prefixes Data Export.
|
|
@@ -105223,6 +106392,15 @@ export declare namespace s3 {
|
|
|
105223
106392
|
*/
|
|
105224
106393
|
minStorageBytesPercentage?: number;
|
|
105225
106394
|
}
|
|
106395
|
+
/**
|
|
106396
|
+
* AWS KMS server-side encryption.
|
|
106397
|
+
*/
|
|
106398
|
+
interface StorageLensSsekms {
|
|
106399
|
+
/**
|
|
106400
|
+
* The ARN of the KMS key to use for encryption.
|
|
106401
|
+
*/
|
|
106402
|
+
keyId: string;
|
|
106403
|
+
}
|
|
105226
106404
|
/**
|
|
105227
106405
|
* S3 Tables destination settings for the Amazon S3 Storage Lens metrics export.
|
|
105228
106406
|
*/
|
|
@@ -106290,6 +107468,17 @@ export declare namespace sagemaker {
|
|
|
106290
107468
|
*/
|
|
106291
107469
|
waitIntervalInSeconds?: number;
|
|
106292
107470
|
}
|
|
107471
|
+
/**
|
|
107472
|
+
* Defines the configuration for attaching additional Amazon Elastic Block Store (EBS) volumes to the instances in the SageMaker HyperPod cluster instance group. The additional EBS volume is attached to each instance within the SageMaker HyperPod cluster instance group and mounted to /opt/sagemaker.
|
|
107473
|
+
*/
|
|
107474
|
+
interface ClusterEbsVolumeConfig {
|
|
107475
|
+
rootVolume?: boolean;
|
|
107476
|
+
volumeKmsKeyId?: string;
|
|
107477
|
+
/**
|
|
107478
|
+
* The size in gigabytes (GB) of the additional EBS volume to be attached to the instances in the SageMaker HyperPod cluster instance group. The additional EBS volume is attached to each instance within the SageMaker HyperPod cluster instance group and mounted to /opt/sagemaker.
|
|
107479
|
+
*/
|
|
107480
|
+
volumeSizeInGb?: number;
|
|
107481
|
+
}
|
|
106293
107482
|
/**
|
|
106294
107483
|
* The configuration for the restricted instance groups (RIG) environment.
|
|
106295
107484
|
*/
|
|
@@ -106309,6 +107498,19 @@ export declare namespace sagemaker {
|
|
|
106309
107498
|
*/
|
|
106310
107499
|
sizeInGiB: number;
|
|
106311
107500
|
}
|
|
107501
|
+
/**
|
|
107502
|
+
* Configuration for mounting an Amazon FSx OpenZFS file system to the instances in the SageMaker HyperPod cluster instance group.
|
|
107503
|
+
*/
|
|
107504
|
+
interface ClusterFsxOpenZfsConfig {
|
|
107505
|
+
/**
|
|
107506
|
+
* The DNS name of the FSx for OpenZFS file system.
|
|
107507
|
+
*/
|
|
107508
|
+
dnsName: string;
|
|
107509
|
+
/**
|
|
107510
|
+
* The mount path for the FSx for OpenZFS file system.
|
|
107511
|
+
*/
|
|
107512
|
+
mountPath?: string;
|
|
107513
|
+
}
|
|
106312
107514
|
/**
|
|
106313
107515
|
* Details of an instance group in a SageMaker HyperPod cluster.
|
|
106314
107516
|
*/
|
|
@@ -106362,6 +107564,26 @@ export declare namespace sagemaker {
|
|
|
106362
107564
|
* Defines the configuration for attaching additional storage to the instances in the SageMaker HyperPod cluster instance group.
|
|
106363
107565
|
*/
|
|
106364
107566
|
interface ClusterInstanceStorageConfig {
|
|
107567
|
+
ebsVolumeConfig?: outputs.sagemaker.ClusterEbsVolumeConfig;
|
|
107568
|
+
fsxLustreConfig?: outputs.sagemaker.ClusterInstanceStorageFsxLustreConfig;
|
|
107569
|
+
fsxOpenZfsConfig?: outputs.sagemaker.ClusterFsxOpenZfsConfig;
|
|
107570
|
+
}
|
|
107571
|
+
/**
|
|
107572
|
+
* Configuration for mounting an Amazon FSx Lustre file system to the instances in the SageMaker HyperPod cluster instance group.
|
|
107573
|
+
*/
|
|
107574
|
+
interface ClusterInstanceStorageFsxLustreConfig {
|
|
107575
|
+
/**
|
|
107576
|
+
* The DNS name of the FSx for Lustre file system.
|
|
107577
|
+
*/
|
|
107578
|
+
dnsName: string;
|
|
107579
|
+
/**
|
|
107580
|
+
* The mount name of the FSx for Lustre file system.
|
|
107581
|
+
*/
|
|
107582
|
+
mountName: string;
|
|
107583
|
+
/**
|
|
107584
|
+
* The mount path for the FSx for Lustre file system.
|
|
107585
|
+
*/
|
|
107586
|
+
mountPath?: string;
|
|
106365
107587
|
}
|
|
106366
107588
|
/**
|
|
106367
107589
|
* Kubernetes configuration for cluster nodes including labels and taints.
|
|
@@ -106424,6 +107646,26 @@ export declare namespace sagemaker {
|
|
|
106424
107646
|
* Specifies parameter(s) specific to the orchestrator, e.g. specify the EKS cluster or Slurm configuration.
|
|
106425
107647
|
*/
|
|
106426
107648
|
interface ClusterOrchestrator {
|
|
107649
|
+
eks?: outputs.sagemaker.ClusterOrchestratorEksConfig;
|
|
107650
|
+
slurm?: outputs.sagemaker.ClusterOrchestratorSlurmConfig;
|
|
107651
|
+
}
|
|
107652
|
+
/**
|
|
107653
|
+
* Specifies parameter(s) related to EKS as orchestrator, e.g. the EKS cluster nodes will attach to,
|
|
107654
|
+
*/
|
|
107655
|
+
interface ClusterOrchestratorEksConfig {
|
|
107656
|
+
/**
|
|
107657
|
+
* The ARN of the EKS cluster, such as arn:aws:eks:us-west-2:123456789012:cluster/my-eks-cluster
|
|
107658
|
+
*/
|
|
107659
|
+
clusterArn: string;
|
|
107660
|
+
}
|
|
107661
|
+
/**
|
|
107662
|
+
* Specifies parameter(s) related to Slurm as orchestrator.
|
|
107663
|
+
*/
|
|
107664
|
+
interface ClusterOrchestratorSlurmConfig {
|
|
107665
|
+
/**
|
|
107666
|
+
* The strategy for managing Slurm configuration on the cluster.
|
|
107667
|
+
*/
|
|
107668
|
+
slurmConfigStrategy?: enums.sagemaker.ClusterOrchestratorSlurmConfigSlurmConfigStrategy;
|
|
106427
107669
|
}
|
|
106428
107670
|
/**
|
|
106429
107671
|
* The schedule configuration for automatic patching.
|
|
@@ -113071,6 +114313,33 @@ export declare namespace securityhub {
|
|
|
113071
114313
|
interface ConnectorProvider {
|
|
113072
114314
|
azure: outputs.securityhub.ConnectorAzureProviderConfiguration;
|
|
113073
114315
|
}
|
|
114316
|
+
/**
|
|
114317
|
+
* The configuration settings required to establish an integration between AWS Security Hub and Azure
|
|
114318
|
+
*/
|
|
114319
|
+
interface ConnectorV2AzureProviderConfiguration {
|
|
114320
|
+
/**
|
|
114321
|
+
* The ARN of the AWS Config connector used for the Azure integration
|
|
114322
|
+
*/
|
|
114323
|
+
awsConfigConnectorArn: string;
|
|
114324
|
+
/**
|
|
114325
|
+
* The list of Azure regions to include in the connector scope
|
|
114326
|
+
*/
|
|
114327
|
+
azureRegions: string[];
|
|
114328
|
+
scopeConfiguration: outputs.securityhub.ConnectorV2AzureScopeConfiguration;
|
|
114329
|
+
}
|
|
114330
|
+
/**
|
|
114331
|
+
* The scope configuration for an Azure connector
|
|
114332
|
+
*/
|
|
114333
|
+
interface ConnectorV2AzureScopeConfiguration {
|
|
114334
|
+
/**
|
|
114335
|
+
* The scope type for the Azure connector
|
|
114336
|
+
*/
|
|
114337
|
+
scopeType: enums.securityhub.ConnectorV2AzureScopeConfigurationScopeType;
|
|
114338
|
+
/**
|
|
114339
|
+
* The list of scope values for the Azure connector
|
|
114340
|
+
*/
|
|
114341
|
+
scopeValues?: string[];
|
|
114342
|
+
}
|
|
113074
114343
|
/**
|
|
113075
114344
|
* A health issue associated with the connector
|
|
113076
114345
|
*/
|
|
@@ -113084,10 +114353,35 @@ export declare namespace securityhub {
|
|
|
113084
114353
|
*/
|
|
113085
114354
|
message: string;
|
|
113086
114355
|
}
|
|
114356
|
+
/**
|
|
114357
|
+
* The initial configuration settings required to establish an integration between Security Hub and Jira Cloud
|
|
114358
|
+
*/
|
|
114359
|
+
interface ConnectorV2JiraCloudProviderConfiguration {
|
|
114360
|
+
/**
|
|
114361
|
+
* The project key for a Jira Cloud instance
|
|
114362
|
+
*/
|
|
114363
|
+
projectKey: string;
|
|
114364
|
+
}
|
|
113087
114365
|
/**
|
|
113088
114366
|
* The third-party provider configuration for the connector
|
|
113089
114367
|
*/
|
|
113090
114368
|
interface ConnectorV2Provider {
|
|
114369
|
+
azure?: outputs.securityhub.ConnectorV2AzureProviderConfiguration;
|
|
114370
|
+
jiraCloud?: outputs.securityhub.ConnectorV2JiraCloudProviderConfiguration;
|
|
114371
|
+
serviceNow?: outputs.securityhub.ConnectorV2ServiceNowProviderConfiguration;
|
|
114372
|
+
}
|
|
114373
|
+
/**
|
|
114374
|
+
* The initial configuration settings required to establish an integration between Security Hub and ServiceNow ITSM
|
|
114375
|
+
*/
|
|
114376
|
+
interface ConnectorV2ServiceNowProviderConfiguration {
|
|
114377
|
+
/**
|
|
114378
|
+
* The instance name of ServiceNow ITSM
|
|
114379
|
+
*/
|
|
114380
|
+
instanceName: string;
|
|
114381
|
+
/**
|
|
114382
|
+
* The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the ServiceNow credentials
|
|
114383
|
+
*/
|
|
114384
|
+
secretArn: string;
|
|
113091
114385
|
}
|
|
113092
114386
|
/**
|
|
113093
114387
|
* A collection of filters that are applied to all active findings aggregated by AWS Security Hub.
|
|
@@ -117430,6 +118724,14 @@ export declare namespace verifiedpermissions {
|
|
|
117430
118724
|
mode: enums.verifiedpermissions.PolicyStoreDeletionMode;
|
|
117431
118725
|
}
|
|
117432
118726
|
interface PolicyStoreEncryptionSettings {
|
|
118727
|
+
default?: outputs.verifiedpermissions.PolicyStoreDefault;
|
|
118728
|
+
kmsEncryptionSettings?: outputs.verifiedpermissions.PolicyStoreKmsEncryptionSettings;
|
|
118729
|
+
}
|
|
118730
|
+
interface PolicyStoreKmsEncryptionSettings {
|
|
118731
|
+
encryptionContext?: {
|
|
118732
|
+
[key: string]: string;
|
|
118733
|
+
};
|
|
118734
|
+
key: string;
|
|
117433
118735
|
}
|
|
117434
118736
|
interface PolicyStoreKmsEncryptionState {
|
|
117435
118737
|
encryptionContext: {
|
|
@@ -121477,6 +122779,10 @@ export declare namespace wisdom {
|
|
|
121477
122779
|
text: string;
|
|
121478
122780
|
}
|
|
121479
122781
|
interface AiPromptAiPromptTemplateConfiguration {
|
|
122782
|
+
textFullAiPromptEditTemplateConfiguration?: outputs.wisdom.AiPromptTextFullAiPromptEditTemplateConfiguration;
|
|
122783
|
+
}
|
|
122784
|
+
interface AiPromptTextFullAiPromptEditTemplateConfiguration {
|
|
122785
|
+
text: string;
|
|
121480
122786
|
}
|
|
121481
122787
|
interface AssistantAssociationAssociationData0Properties {
|
|
121482
122788
|
knowledgeBaseId: string;
|