Harness v0.7.2 published on Tuesday, Apr 15, 2025 by Pulumi
harness.platform.getAwsConnector
Explore with Pulumi AI
Datasource for looking up an AWS connector.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as harness from "@pulumi/harness";
const example = harness.platform.getAwsConnector({
    identifier: "identifier",
});
import pulumi
import pulumi_harness as harness
example = harness.platform.get_aws_connector(identifier="identifier")
package main
import (
	"github.com/pulumi/pulumi-harness/sdk/go/harness/platform"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := platform.LookupAwsConnector(ctx, &platform.LookupAwsConnectorArgs{
			Identifier: "identifier",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Harness = Pulumi.Harness;
return await Deployment.RunAsync(() => 
{
    var example = Harness.Platform.GetAwsConnector.Invoke(new()
    {
        Identifier = "identifier",
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.harness.platform.PlatformFunctions;
import com.pulumi.harness.platform.inputs.GetAwsConnectorArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var example = PlatformFunctions.getAwsConnector(GetAwsConnectorArgs.builder()
            .identifier("identifier")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: harness:platform:getAwsConnector
      arguments:
        identifier: identifier
Using getAwsConnector
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAwsConnector(args: GetAwsConnectorArgs, opts?: InvokeOptions): Promise<GetAwsConnectorResult>
function getAwsConnectorOutput(args: GetAwsConnectorOutputArgs, opts?: InvokeOptions): Output<GetAwsConnectorResult>def get_aws_connector(identifier: Optional[str] = None,
                      name: Optional[str] = None,
                      org_id: Optional[str] = None,
                      project_id: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetAwsConnectorResult
def get_aws_connector_output(identifier: Optional[pulumi.Input[str]] = None,
                      name: Optional[pulumi.Input[str]] = None,
                      org_id: Optional[pulumi.Input[str]] = None,
                      project_id: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetAwsConnectorResult]func LookupAwsConnector(ctx *Context, args *LookupAwsConnectorArgs, opts ...InvokeOption) (*LookupAwsConnectorResult, error)
func LookupAwsConnectorOutput(ctx *Context, args *LookupAwsConnectorOutputArgs, opts ...InvokeOption) LookupAwsConnectorResultOutput> Note: This function is named LookupAwsConnector in the Go SDK.
public static class GetAwsConnector 
{
    public static Task<GetAwsConnectorResult> InvokeAsync(GetAwsConnectorArgs args, InvokeOptions? opts = null)
    public static Output<GetAwsConnectorResult> Invoke(GetAwsConnectorInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAwsConnectorResult> getAwsConnector(GetAwsConnectorArgs args, InvokeOptions options)
public static Output<GetAwsConnectorResult> getAwsConnector(GetAwsConnectorArgs args, InvokeOptions options)
fn::invoke:
  function: harness:platform/getAwsConnector:getAwsConnector
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Identifier string
- Unique identifier of the resource.
- Name string
- Name of the resource.
- OrgId string
- Unique identifier of the organization.
- ProjectId string
- Unique identifier of the project.
- Identifier string
- Unique identifier of the resource.
- Name string
- Name of the resource.
- OrgId string
- Unique identifier of the organization.
- ProjectId string
- Unique identifier of the project.
- identifier String
- Unique identifier of the resource.
- name String
- Name of the resource.
- orgId String
- Unique identifier of the organization.
- projectId String
- Unique identifier of the project.
- identifier string
- Unique identifier of the resource.
- name string
- Name of the resource.
- orgId string
- Unique identifier of the organization.
- projectId string
- Unique identifier of the project.
- identifier str
- Unique identifier of the resource.
- name str
- Name of the resource.
- org_id str
- Unique identifier of the organization.
- project_id str
- Unique identifier of the project.
- identifier String
- Unique identifier of the resource.
- name String
- Name of the resource.
- orgId String
- Unique identifier of the organization.
- projectId String
- Unique identifier of the project.
getAwsConnector Result
The following output properties are available:
- CrossAccount List<GetAccesses Aws Connector Cross Account Access> 
- Select this option if you want to use one AWS account for the connection, but you want to deploy or build in a different AWS account. In this scenario, the AWS account used for AWS access in Credentials will assume the IAM role you specify in Cross-account role ARN setting. This option uses the AWS Security Token Service (STS) feature.
- Description string
- Description of the resource.
- EqualJitter List<GetBackoff Strategies Aws Connector Equal Jitter Backoff Strategy> 
- Equal Jitter BackOff Strategy.
- ExecuteOn boolDelegate 
- Execute on delegate or not.
- FixedDelay List<GetBackoff Strategies Aws Connector Fixed Delay Backoff Strategy> 
- Fixed Delay BackOff Strategy.
- FullJitter List<GetBackoff Strategies Aws Connector Full Jitter Backoff Strategy> 
- Full Jitter BackOff Strategy.
- Id string
- The provider-assigned unique ID for this managed resource.
- Identifier string
- Unique identifier of the resource.
- InheritFrom List<GetDelegates Aws Connector Inherit From Delegate> 
- Inherit credentials from the delegate.
- Irsas
List<GetAws Connector Irsa> 
- Use IAM role for service accounts.
- Manuals
List<GetAws Connector Manual> 
- Use IAM role for service accounts.
- OidcAuthentications List<GetAws Connector Oidc Authentication> 
- Authentication using harness oidc.
- List<string>
- Tags to associate with the resource.
- Name string
- Name of the resource.
- OrgId string
- Unique identifier of the organization.
- ProjectId string
- Unique identifier of the project.
- CrossAccount []GetAccesses Aws Connector Cross Account Access 
- Select this option if you want to use one AWS account for the connection, but you want to deploy or build in a different AWS account. In this scenario, the AWS account used for AWS access in Credentials will assume the IAM role you specify in Cross-account role ARN setting. This option uses the AWS Security Token Service (STS) feature.
- Description string
- Description of the resource.
- EqualJitter []GetBackoff Strategies Aws Connector Equal Jitter Backoff Strategy 
- Equal Jitter BackOff Strategy.
- ExecuteOn boolDelegate 
- Execute on delegate or not.
- FixedDelay []GetBackoff Strategies Aws Connector Fixed Delay Backoff Strategy 
- Fixed Delay BackOff Strategy.
- FullJitter []GetBackoff Strategies Aws Connector Full Jitter Backoff Strategy 
- Full Jitter BackOff Strategy.
- Id string
- The provider-assigned unique ID for this managed resource.
- Identifier string
- Unique identifier of the resource.
- InheritFrom []GetDelegates Aws Connector Inherit From Delegate 
- Inherit credentials from the delegate.
- Irsas
[]GetAws Connector Irsa 
- Use IAM role for service accounts.
- Manuals
[]GetAws Connector Manual 
- Use IAM role for service accounts.
- OidcAuthentications []GetAws Connector Oidc Authentication 
- Authentication using harness oidc.
- []string
- Tags to associate with the resource.
- Name string
- Name of the resource.
- OrgId string
- Unique identifier of the organization.
- ProjectId string
- Unique identifier of the project.
- crossAccount List<GetAccesses Aws Connector Cross Account Access> 
- Select this option if you want to use one AWS account for the connection, but you want to deploy or build in a different AWS account. In this scenario, the AWS account used for AWS access in Credentials will assume the IAM role you specify in Cross-account role ARN setting. This option uses the AWS Security Token Service (STS) feature.
- description String
- Description of the resource.
- equalJitter List<GetBackoff Strategies Aws Connector Equal Jitter Backoff Strategy> 
- Equal Jitter BackOff Strategy.
- executeOn BooleanDelegate 
- Execute on delegate or not.
- fixedDelay List<GetBackoff Strategies Aws Connector Fixed Delay Backoff Strategy> 
- Fixed Delay BackOff Strategy.
- fullJitter List<GetBackoff Strategies Aws Connector Full Jitter Backoff Strategy> 
- Full Jitter BackOff Strategy.
- id String
- The provider-assigned unique ID for this managed resource.
- identifier String
- Unique identifier of the resource.
- inheritFrom List<GetDelegates Aws Connector Inherit From Delegate> 
- Inherit credentials from the delegate.
- irsas
List<GetAws Connector Irsa> 
- Use IAM role for service accounts.
- manuals
List<GetAws Connector Manual> 
- Use IAM role for service accounts.
- oidcAuthentications List<GetAws Connector Oidc Authentication> 
- Authentication using harness oidc.
- List<String>
- Tags to associate with the resource.
- name String
- Name of the resource.
- orgId String
- Unique identifier of the organization.
- projectId String
- Unique identifier of the project.
- crossAccount GetAccesses Aws Connector Cross Account Access[] 
- Select this option if you want to use one AWS account for the connection, but you want to deploy or build in a different AWS account. In this scenario, the AWS account used for AWS access in Credentials will assume the IAM role you specify in Cross-account role ARN setting. This option uses the AWS Security Token Service (STS) feature.
- description string
- Description of the resource.
- equalJitter GetBackoff Strategies Aws Connector Equal Jitter Backoff Strategy[] 
- Equal Jitter BackOff Strategy.
- executeOn booleanDelegate 
- Execute on delegate or not.
- fixedDelay GetBackoff Strategies Aws Connector Fixed Delay Backoff Strategy[] 
- Fixed Delay BackOff Strategy.
- fullJitter GetBackoff Strategies Aws Connector Full Jitter Backoff Strategy[] 
- Full Jitter BackOff Strategy.
- id string
- The provider-assigned unique ID for this managed resource.
- identifier string
- Unique identifier of the resource.
- inheritFrom GetDelegates Aws Connector Inherit From Delegate[] 
- Inherit credentials from the delegate.
- irsas
GetAws Connector Irsa[] 
- Use IAM role for service accounts.
- manuals
GetAws Connector Manual[] 
- Use IAM role for service accounts.
- oidcAuthentications GetAws Connector Oidc Authentication[] 
- Authentication using harness oidc.
- string[]
- Tags to associate with the resource.
- name string
- Name of the resource.
- orgId string
- Unique identifier of the organization.
- projectId string
- Unique identifier of the project.
- cross_account_ Sequence[Getaccesses Aws Connector Cross Account Access] 
- Select this option if you want to use one AWS account for the connection, but you want to deploy or build in a different AWS account. In this scenario, the AWS account used for AWS access in Credentials will assume the IAM role you specify in Cross-account role ARN setting. This option uses the AWS Security Token Service (STS) feature.
- description str
- Description of the resource.
- equal_jitter_ Sequence[Getbackoff_ strategies Aws Connector Equal Jitter Backoff Strategy] 
- Equal Jitter BackOff Strategy.
- execute_on_ booldelegate 
- Execute on delegate or not.
- fixed_delay_ Sequence[Getbackoff_ strategies Aws Connector Fixed Delay Backoff Strategy] 
- Fixed Delay BackOff Strategy.
- full_jitter_ Sequence[Getbackoff_ strategies Aws Connector Full Jitter Backoff Strategy] 
- Full Jitter BackOff Strategy.
- id str
- The provider-assigned unique ID for this managed resource.
- identifier str
- Unique identifier of the resource.
- inherit_from_ Sequence[Getdelegates Aws Connector Inherit From Delegate] 
- Inherit credentials from the delegate.
- irsas
Sequence[GetAws Connector Irsa] 
- Use IAM role for service accounts.
- manuals
Sequence[GetAws Connector Manual] 
- Use IAM role for service accounts.
- oidc_authentications Sequence[GetAws Connector Oidc Authentication] 
- Authentication using harness oidc.
- Sequence[str]
- Tags to associate with the resource.
- name str
- Name of the resource.
- org_id str
- Unique identifier of the organization.
- project_id str
- Unique identifier of the project.
- crossAccount List<Property Map>Accesses 
- Select this option if you want to use one AWS account for the connection, but you want to deploy or build in a different AWS account. In this scenario, the AWS account used for AWS access in Credentials will assume the IAM role you specify in Cross-account role ARN setting. This option uses the AWS Security Token Service (STS) feature.
- description String
- Description of the resource.
- equalJitter List<Property Map>Backoff Strategies 
- Equal Jitter BackOff Strategy.
- executeOn BooleanDelegate 
- Execute on delegate or not.
- fixedDelay List<Property Map>Backoff Strategies 
- Fixed Delay BackOff Strategy.
- fullJitter List<Property Map>Backoff Strategies 
- Full Jitter BackOff Strategy.
- id String
- The provider-assigned unique ID for this managed resource.
- identifier String
- Unique identifier of the resource.
- inheritFrom List<Property Map>Delegates 
- Inherit credentials from the delegate.
- irsas List<Property Map>
- Use IAM role for service accounts.
- manuals List<Property Map>
- Use IAM role for service accounts.
- oidcAuthentications List<Property Map>
- Authentication using harness oidc.
- List<String>
- Tags to associate with the resource.
- name String
- Name of the resource.
- orgId String
- Unique identifier of the organization.
- projectId String
- Unique identifier of the project.
Supporting Types
GetAwsConnectorCrossAccountAccess     
- ExternalId string
- If the administrator of the account to which the role belongs provided you with an external ID, then enter that value.
- RoleArn string
- The Amazon Resource Name (ARN) of the role that you want to assume. This is an IAM role in the target AWS account.
- ExternalId string
- If the administrator of the account to which the role belongs provided you with an external ID, then enter that value.
- RoleArn string
- The Amazon Resource Name (ARN) of the role that you want to assume. This is an IAM role in the target AWS account.
- externalId String
- If the administrator of the account to which the role belongs provided you with an external ID, then enter that value.
- roleArn String
- The Amazon Resource Name (ARN) of the role that you want to assume. This is an IAM role in the target AWS account.
- externalId string
- If the administrator of the account to which the role belongs provided you with an external ID, then enter that value.
- roleArn string
- The Amazon Resource Name (ARN) of the role that you want to assume. This is an IAM role in the target AWS account.
- external_id str
- If the administrator of the account to which the role belongs provided you with an external ID, then enter that value.
- role_arn str
- The Amazon Resource Name (ARN) of the role that you want to assume. This is an IAM role in the target AWS account.
- externalId String
- If the administrator of the account to which the role belongs provided you with an external ID, then enter that value.
- roleArn String
- The Amazon Resource Name (ARN) of the role that you want to assume. This is an IAM role in the target AWS account.
GetAwsConnectorEqualJitterBackoffStrategy      
- BaseDelay int
- Base delay.
- MaxBackoff intTime 
- Max BackOff Time.
- RetryCount int
- Retry Count.
- BaseDelay int
- Base delay.
- MaxBackoff intTime 
- Max BackOff Time.
- RetryCount int
- Retry Count.
- baseDelay Integer
- Base delay.
- maxBackoff IntegerTime 
- Max BackOff Time.
- retryCount Integer
- Retry Count.
- baseDelay number
- Base delay.
- maxBackoff numberTime 
- Max BackOff Time.
- retryCount number
- Retry Count.
- base_delay int
- Base delay.
- max_backoff_ inttime 
- Max BackOff Time.
- retry_count int
- Retry Count.
- baseDelay Number
- Base delay.
- maxBackoff NumberTime 
- Max BackOff Time.
- retryCount Number
- Retry Count.
GetAwsConnectorFixedDelayBackoffStrategy      
- FixedBackoff int
- Fixed Backoff.
- RetryCount int
- Retry Count.
- FixedBackoff int
- Fixed Backoff.
- RetryCount int
- Retry Count.
- fixedBackoff Integer
- Fixed Backoff.
- retryCount Integer
- Retry Count.
- fixedBackoff number
- Fixed Backoff.
- retryCount number
- Retry Count.
- fixed_backoff int
- Fixed Backoff.
- retry_count int
- Retry Count.
- fixedBackoff Number
- Fixed Backoff.
- retryCount Number
- Retry Count.
GetAwsConnectorFullJitterBackoffStrategy      
- BaseDelay int
- Base delay.
- MaxBackoff intTime 
- Max BackOff Time.
- RetryCount int
- Retry Count.
- BaseDelay int
- Base delay.
- MaxBackoff intTime 
- Max BackOff Time.
- RetryCount int
- Retry Count.
- baseDelay Integer
- Base delay.
- maxBackoff IntegerTime 
- Max BackOff Time.
- retryCount Integer
- Retry Count.
- baseDelay number
- Base delay.
- maxBackoff numberTime 
- Max BackOff Time.
- retryCount number
- Retry Count.
- base_delay int
- Base delay.
- max_backoff_ inttime 
- Max BackOff Time.
- retry_count int
- Retry Count.
- baseDelay Number
- Base delay.
- maxBackoff NumberTime 
- Max BackOff Time.
- retryCount Number
- Retry Count.
GetAwsConnectorInheritFromDelegate     
- DelegateSelectors List<string>
- The delegates to inherit the credentials from.
- Region string
- 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}.
- DelegateSelectors []string
- The delegates to inherit the credentials from.
- Region string
- 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}.
- delegateSelectors List<String>
- The delegates to inherit the credentials from.
- region String
- 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}.
- delegateSelectors string[]
- The delegates to inherit the credentials from.
- region string
- 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}.
- delegate_selectors Sequence[str]
- The delegates to inherit the credentials from.
- region str
- 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}.
- delegateSelectors List<String>
- The delegates to inherit the credentials from.
- region String
- 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}.
GetAwsConnectorIrsa   
- DelegateSelectors List<string>
- The delegates to inherit the credentials from.
- Region string
- 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}.
- DelegateSelectors []string
- The delegates to inherit the credentials from.
- Region string
- 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}.
- delegateSelectors List<String>
- The delegates to inherit the credentials from.
- region String
- 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}.
- delegateSelectors string[]
- The delegates to inherit the credentials from.
- region string
- 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}.
- delegate_selectors Sequence[str]
- The delegates to inherit the credentials from.
- region str
- 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}.
- delegateSelectors List<String>
- The delegates to inherit the credentials from.
- region String
- 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}.
GetAwsConnectorManual   
- AccessKey string
- AWS access key.
- AccessKey stringRef 
- Reference to the Harness secret containing the aws access key. 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}.
- DelegateSelectors List<string>
- Connect only use delegates with these tags.
- SecretKey stringRef 
- Reference to the Harness secret containing the aws secret key. 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}.
- AccessKey stringPlain Text 
- The plain text AWS access key.
- Region string
- 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}.
- SessionToken stringRef 
- Reference to the Harness secret containing the aws session token. 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}.
- AccessKey string
- AWS access key.
- AccessKey stringRef 
- Reference to the Harness secret containing the aws access key. 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}.
- DelegateSelectors []string
- Connect only use delegates with these tags.
- SecretKey stringRef 
- Reference to the Harness secret containing the aws secret key. 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}.
- AccessKey stringPlain Text 
- The plain text AWS access key.
- Region string
- 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}.
- SessionToken stringRef 
- Reference to the Harness secret containing the aws session token. 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}.
- accessKey String
- AWS access key.
- accessKey StringRef 
- Reference to the Harness secret containing the aws access key. 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}.
- delegateSelectors List<String>
- Connect only use delegates with these tags.
- secretKey StringRef 
- Reference to the Harness secret containing the aws secret key. 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}.
- accessKey StringPlain Text 
- The plain text AWS access key.
- region String
- 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}.
- sessionToken StringRef 
- Reference to the Harness secret containing the aws session token. 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}.
- accessKey string
- AWS access key.
- accessKey stringRef 
- Reference to the Harness secret containing the aws access key. 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}.
- delegateSelectors string[]
- Connect only use delegates with these tags.
- secretKey stringRef 
- Reference to the Harness secret containing the aws secret key. 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}.
- accessKey stringPlain Text 
- The plain text AWS access key.
- region string
- 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}.
- sessionToken stringRef 
- Reference to the Harness secret containing the aws session token. 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}.
- access_key str
- AWS access key.
- access_key_ strref 
- Reference to the Harness secret containing the aws access key. 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}.
- delegate_selectors Sequence[str]
- Connect only use delegates with these tags.
- secret_key_ strref 
- Reference to the Harness secret containing the aws secret key. 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}.
- access_key_ strplain_ text 
- The plain text AWS access key.
- region str
- 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}.
- session_token_ strref 
- Reference to the Harness secret containing the aws session token. 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}.
- accessKey String
- AWS access key.
- accessKey StringRef 
- Reference to the Harness secret containing the aws access key. 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}.
- delegateSelectors List<String>
- Connect only use delegates with these tags.
- secretKey StringRef 
- Reference to the Harness secret containing the aws secret key. 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}.
- accessKey StringPlain Text 
- The plain text AWS access key.
- region String
- 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}.
- sessionToken StringRef 
- Reference to the Harness secret containing the aws session token. 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}.
GetAwsConnectorOidcAuthentication    
- DelegateSelectors List<string>
- The delegates to inherit the credentials from.
- IamRole stringArn 
- The IAM Role to assume the credentials from.
- Region string
- 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}.
- DelegateSelectors []string
- The delegates to inherit the credentials from.
- IamRole stringArn 
- The IAM Role to assume the credentials from.
- Region string
- 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}.
- delegateSelectors List<String>
- The delegates to inherit the credentials from.
- iamRole StringArn 
- The IAM Role to assume the credentials from.
- region String
- 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}.
- delegateSelectors string[]
- The delegates to inherit the credentials from.
- iamRole stringArn 
- The IAM Role to assume the credentials from.
- region string
- 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}.
- delegate_selectors Sequence[str]
- The delegates to inherit the credentials from.
- iam_role_ strarn 
- The IAM Role to assume the credentials from.
- region str
- 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}.
- delegateSelectors List<String>
- The delegates to inherit the credentials from.
- iamRole StringArn 
- The IAM Role to assume the credentials from.
- region String
- 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}.
Package Details
- Repository
- harness pulumi/pulumi-harness
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the harnessTerraform Provider.
