aws-native logo
AWS Native v0.55.0, Mar 28 23

aws-native.transfer.getConnector

Resource Type definition for AWS::Transfer::Connector

Using getConnector

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 getConnector(args: GetConnectorArgs, opts?: InvokeOptions): Promise<GetConnectorResult>
function getConnectorOutput(args: GetConnectorOutputArgs, opts?: InvokeOptions): Output<GetConnectorResult>
def get_connector(connector_id: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetConnectorResult
def get_connector_output(connector_id: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetConnectorResult]
func LookupConnector(ctx *Context, args *LookupConnectorArgs, opts ...InvokeOption) (*LookupConnectorResult, error)
func LookupConnectorOutput(ctx *Context, args *LookupConnectorOutputArgs, opts ...InvokeOption) LookupConnectorResultOutput

> Note: This function is named LookupConnector in the Go SDK.

public static class GetConnector 
{
    public static Task<GetConnectorResult> InvokeAsync(GetConnectorArgs args, InvokeOptions? opts = null)
    public static Output<GetConnectorResult> Invoke(GetConnectorInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetConnectorResult> getConnector(GetConnectorArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:transfer:getConnector
  arguments:
    # arguments dictionary

The following arguments are supported:

ConnectorId string

A unique identifier for the connector.

ConnectorId string

A unique identifier for the connector.

connectorId String

A unique identifier for the connector.

connectorId string

A unique identifier for the connector.

connector_id str

A unique identifier for the connector.

connectorId String

A unique identifier for the connector.

getConnector Result

The following output properties are available:

AccessRole string

Specifies the access role for the connector.

Arn string

Specifies the unique Amazon Resource Name (ARN) for the workflow.

As2Config Pulumi.AwsNative.Transfer.Outputs.As2ConfigProperties

Configuration for an AS2 connector.

ConnectorId string

A unique identifier for the connector.

LoggingRole string

Specifies the logging role for the connector.

Tags List<Pulumi.AwsNative.Transfer.Outputs.ConnectorTag>

Key-value pairs that can be used to group and search for workflows. Tags are metadata attached to workflows for any purpose.

Url string

URL for Connector

AccessRole string

Specifies the access role for the connector.

Arn string

Specifies the unique Amazon Resource Name (ARN) for the workflow.

As2Config As2ConfigProperties

Configuration for an AS2 connector.

ConnectorId string

A unique identifier for the connector.

LoggingRole string

Specifies the logging role for the connector.

Tags []ConnectorTag

Key-value pairs that can be used to group and search for workflows. Tags are metadata attached to workflows for any purpose.

Url string

URL for Connector

accessRole String

Specifies the access role for the connector.

arn String

Specifies the unique Amazon Resource Name (ARN) for the workflow.

as2Config As2ConfigProperties

Configuration for an AS2 connector.

connectorId String

A unique identifier for the connector.

loggingRole String

Specifies the logging role for the connector.

tags List<ConnectorTag>

Key-value pairs that can be used to group and search for workflows. Tags are metadata attached to workflows for any purpose.

url String

URL for Connector

accessRole string

Specifies the access role for the connector.

arn string

Specifies the unique Amazon Resource Name (ARN) for the workflow.

as2Config As2ConfigProperties

Configuration for an AS2 connector.

connectorId string

A unique identifier for the connector.

loggingRole string

Specifies the logging role for the connector.

tags ConnectorTag[]

Key-value pairs that can be used to group and search for workflows. Tags are metadata attached to workflows for any purpose.

url string

URL for Connector

access_role str

Specifies the access role for the connector.

arn str

Specifies the unique Amazon Resource Name (ARN) for the workflow.

as2_config As2ConfigProperties

Configuration for an AS2 connector.

connector_id str

A unique identifier for the connector.

logging_role str

Specifies the logging role for the connector.

tags Sequence[ConnectorTag]

Key-value pairs that can be used to group and search for workflows. Tags are metadata attached to workflows for any purpose.

url str

URL for Connector

accessRole String

Specifies the access role for the connector.

arn String

Specifies the unique Amazon Resource Name (ARN) for the workflow.

as2Config Property Map

Configuration for an AS2 connector.

connectorId String

A unique identifier for the connector.

loggingRole String

Specifies the logging role for the connector.

tags List<Property Map>

Key-value pairs that can be used to group and search for workflows. Tags are metadata attached to workflows for any purpose.

url String

URL for Connector

Supporting Types

As2ConfigProperties

Compression Pulumi.AwsNative.Transfer.ConnectorAs2ConfigPropertiesCompression

Compression setting for this AS2 connector configuration.

EncryptionAlgorithm Pulumi.AwsNative.Transfer.ConnectorAs2ConfigPropertiesEncryptionAlgorithm

Encryption algorithm for this AS2 connector configuration.

LocalProfileId string

A unique identifier for the local profile.

MdnResponse Pulumi.AwsNative.Transfer.ConnectorAs2ConfigPropertiesMdnResponse

MDN Response setting for this AS2 connector configuration.

MdnSigningAlgorithm Pulumi.AwsNative.Transfer.ConnectorAs2ConfigPropertiesMdnSigningAlgorithm

MDN Signing algorithm for this AS2 connector configuration.

MessageSubject string

The message subject for this AS2 connector configuration.

PartnerProfileId string

A unique identifier for the partner profile.

SigningAlgorithm Pulumi.AwsNative.Transfer.ConnectorAs2ConfigPropertiesSigningAlgorithm

Signing algorithm for this AS2 connector configuration.

Compression ConnectorAs2ConfigPropertiesCompression

Compression setting for this AS2 connector configuration.

EncryptionAlgorithm ConnectorAs2ConfigPropertiesEncryptionAlgorithm

Encryption algorithm for this AS2 connector configuration.

LocalProfileId string

A unique identifier for the local profile.

MdnResponse ConnectorAs2ConfigPropertiesMdnResponse

MDN Response setting for this AS2 connector configuration.

MdnSigningAlgorithm ConnectorAs2ConfigPropertiesMdnSigningAlgorithm

MDN Signing algorithm for this AS2 connector configuration.

MessageSubject string

The message subject for this AS2 connector configuration.

PartnerProfileId string

A unique identifier for the partner profile.

SigningAlgorithm ConnectorAs2ConfigPropertiesSigningAlgorithm

Signing algorithm for this AS2 connector configuration.

compression ConnectorAs2ConfigPropertiesCompression

Compression setting for this AS2 connector configuration.

encryptionAlgorithm ConnectorAs2ConfigPropertiesEncryptionAlgorithm

Encryption algorithm for this AS2 connector configuration.

localProfileId String

A unique identifier for the local profile.

mdnResponse ConnectorAs2ConfigPropertiesMdnResponse

MDN Response setting for this AS2 connector configuration.

mdnSigningAlgorithm ConnectorAs2ConfigPropertiesMdnSigningAlgorithm

MDN Signing algorithm for this AS2 connector configuration.

messageSubject String

The message subject for this AS2 connector configuration.

partnerProfileId String

A unique identifier for the partner profile.

signingAlgorithm ConnectorAs2ConfigPropertiesSigningAlgorithm

Signing algorithm for this AS2 connector configuration.

compression ConnectorAs2ConfigPropertiesCompression

Compression setting for this AS2 connector configuration.

encryptionAlgorithm ConnectorAs2ConfigPropertiesEncryptionAlgorithm

Encryption algorithm for this AS2 connector configuration.

localProfileId string

A unique identifier for the local profile.

mdnResponse ConnectorAs2ConfigPropertiesMdnResponse

MDN Response setting for this AS2 connector configuration.

mdnSigningAlgorithm ConnectorAs2ConfigPropertiesMdnSigningAlgorithm

MDN Signing algorithm for this AS2 connector configuration.

messageSubject string

The message subject for this AS2 connector configuration.

partnerProfileId string

A unique identifier for the partner profile.

signingAlgorithm ConnectorAs2ConfigPropertiesSigningAlgorithm

Signing algorithm for this AS2 connector configuration.

compression ConnectorAs2ConfigPropertiesCompression

Compression setting for this AS2 connector configuration.

encryption_algorithm ConnectorAs2ConfigPropertiesEncryptionAlgorithm

Encryption algorithm for this AS2 connector configuration.

local_profile_id str

A unique identifier for the local profile.

mdn_response ConnectorAs2ConfigPropertiesMdnResponse

MDN Response setting for this AS2 connector configuration.

mdn_signing_algorithm ConnectorAs2ConfigPropertiesMdnSigningAlgorithm

MDN Signing algorithm for this AS2 connector configuration.

message_subject str

The message subject for this AS2 connector configuration.

partner_profile_id str

A unique identifier for the partner profile.

signing_algorithm ConnectorAs2ConfigPropertiesSigningAlgorithm

Signing algorithm for this AS2 connector configuration.

compression "ZLIB" | "DISABLED"

Compression setting for this AS2 connector configuration.

encryptionAlgorithm "AES128_CBC" | "AES192_CBC" | "AES256_CBC" | "NONE"

Encryption algorithm for this AS2 connector configuration.

localProfileId String

A unique identifier for the local profile.

mdnResponse "SYNC" | "NONE"

MDN Response setting for this AS2 connector configuration.

mdnSigningAlgorithm "SHA256" | "SHA384" | "SHA512" | "SHA1" | "NONE" | "DEFAULT"

MDN Signing algorithm for this AS2 connector configuration.

messageSubject String

The message subject for this AS2 connector configuration.

partnerProfileId String

A unique identifier for the partner profile.

signingAlgorithm "SHA256" | "SHA384" | "SHA512" | "SHA1" | "NONE"

Signing algorithm for this AS2 connector configuration.

ConnectorAs2ConfigPropertiesCompression

ConnectorAs2ConfigPropertiesEncryptionAlgorithm

ConnectorAs2ConfigPropertiesMdnResponse

ConnectorAs2ConfigPropertiesMdnSigningAlgorithm

ConnectorAs2ConfigPropertiesSigningAlgorithm

ConnectorTag

Key string

The name assigned to the tag that you create.

Value string

Contains one or more values that you assigned to the key name you create.

Key string

The name assigned to the tag that you create.

Value string

Contains one or more values that you assigned to the key name you create.

key String

The name assigned to the tag that you create.

value String

Contains one or more values that you assigned to the key name you create.

key string

The name assigned to the tag that you create.

value string

Contains one or more values that you assigned to the key name you create.

key str

The name assigned to the tag that you create.

value str

Contains one or more values that you assigned to the key name you create.

key String

The name assigned to the tag that you create.

value String

Contains one or more values that you assigned to the key name you create.

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0