Skip to content

Bedrock Agentcore Control  >  Operations  >  get_payment_credential_provider

get_payment_credential_provider

Operation

get_payment_credential_provider async

get_payment_credential_provider(input: GetPaymentCredentialProviderInput, plugins: list[Plugin] | None = None) -> GetPaymentCredentialProviderOutput

Retrieves information about a specific payment credential provider.

Parameters:

Name Type Description Default
input GetPaymentCredentialProviderInput

An instance of GetPaymentCredentialProviderInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
GetPaymentCredentialProviderOutput

An instance of GetPaymentCredentialProviderOutput.

Input

GetPaymentCredentialProviderInput dataclass

Dataclass for GetPaymentCredentialProviderInput structure.

Attributes

name class-attribute instance-attribute
name: str | None = None

The name of the payment credential provider to retrieve.

Output

GetPaymentCredentialProviderOutput dataclass

Dataclass for GetPaymentCredentialProviderOutput structure.

Attributes

created_time instance-attribute
created_time: datetime

The timestamp when the payment credential provider was created.

credential_provider_arn instance-attribute
credential_provider_arn: str

The Amazon Resource Name (ARN) of the payment credential provider.

credential_provider_vendor instance-attribute
credential_provider_vendor: PaymentCredentialProviderVendorType

The vendor type for the payment credential provider.

last_updated_time instance-attribute
last_updated_time: datetime

The timestamp when the payment credential provider was last updated.

name instance-attribute
name: str

The name of the payment credential provider.

provider_configuration_output instance-attribute
provider_configuration_output: PaymentProviderConfigurationOutput

Output configuration (contains secret ARNs, excludes actual secret values).

tags class-attribute instance-attribute
tags: dict[str, str] | None = None

The tags associated with the payment credential provider.