@pulumi/harness 0.15.6 → 0.15.7
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/governance/rule.d.ts +2 -1
- package/governance/rule.d.ts.map +1 -1
- package/governance/rule.js +2 -1
- package/governance/rule.js.map +1 -1
- package/governance/ruleEnforcement.d.ts +2 -1
- package/governance/ruleEnforcement.d.ts.map +1 -1
- package/governance/ruleEnforcement.js +2 -1
- package/governance/ruleEnforcement.js.map +1 -1
- package/package.json +2 -2
- package/types/input.d.ts +4 -0
- package/types/input.d.ts.map +1 -1
- package/types/output.d.ts +8 -0
- package/types/output.d.ts.map +1 -1
package/types/output.d.ts
CHANGED
|
@@ -5881,6 +5881,10 @@ export declare namespace platform {
|
|
|
5881
5881
|
* The IAM Role to assume the credentials from.
|
|
5882
5882
|
*/
|
|
5883
5883
|
iamRoleArn: string;
|
|
5884
|
+
/**
|
|
5885
|
+
* List of Harness context keys to pass as AWS OIDC session tags when assuming the IAM role. Supported values include `accountId`, `organizationId`, `projectId`, `environmentId`, `environmentType`, `pipelineId`, `connectorId`, `connectorName`, `delegateSelectors`, `context`, `stepType`, `stageType`, `triggeredByEmail`, `triggeredByName`, `serviceName`, and `serviceId`.
|
|
5886
|
+
*/
|
|
5887
|
+
oidcSessionTagKeys?: string[];
|
|
5884
5888
|
/**
|
|
5885
5889
|
* Test Region to perform Connection test of AWS Connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
|
|
5886
5890
|
*/
|
|
@@ -7017,6 +7021,10 @@ export declare namespace platform {
|
|
|
7017
7021
|
* The IAM Role to assume the credentials from.
|
|
7018
7022
|
*/
|
|
7019
7023
|
iamRoleArn: string;
|
|
7024
|
+
/**
|
|
7025
|
+
* Supported values include `accountId`, `organizationId`, `projectId`, `environmentId`, `environmentType`, `pipelineId`, `connectorId`, `connectorName`, `delegateSelectors`, `context`, `stepType`, `stageType`, `triggeredByEmail`, `triggeredByName`, `serviceName`, and `serviceId`.
|
|
7026
|
+
*/
|
|
7027
|
+
oidcSessionTagKeys: string[];
|
|
7020
7028
|
/**
|
|
7021
7029
|
* Test Region to perform Connection test of AWS Connector To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
|
|
7022
7030
|
*/
|