Show / Hide Table of Contents

Class CfnPaymentCredentialProvider.StripePrivyConfigurationOutputProperty

Stripe Privy configuration output with secret ARNs.

Inheritance
object
CfnPaymentCredentialProvider.StripePrivyConfigurationOutputProperty
Implements
CfnPaymentCredentialProvider.IStripePrivyConfigurationOutputProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.BedrockAgentCore
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPaymentCredentialProvider.StripePrivyConfigurationOutputProperty : CfnPaymentCredentialProvider.IStripePrivyConfigurationOutputProperty
Syntax (vb)
Public Class CfnPaymentCredentialProvider.StripePrivyConfigurationOutputProperty Implements CfnPaymentCredentialProvider.IStripePrivyConfigurationOutputProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-paymentcredentialprovider-stripeprivyconfigurationoutput.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.BedrockAgentCore;

             var stripePrivyConfigurationOutputProperty = new StripePrivyConfigurationOutputProperty {
                 AppId = "appId",
                 AppSecretArn = new SecretInfoProperty {
                     SecretArn = "secretArn"
                 },
                 AuthorizationId = "authorizationId",
                 AuthorizationPrivateKeyArn = new SecretInfoProperty {
                     SecretArn = "secretArn"
                 }
             };

Synopsis

Constructors

StripePrivyConfigurationOutputProperty()

Stripe Privy configuration output with secret ARNs.

Properties

AppId

The app ID provided by Privy.

AppSecretArn

Contains information about a secret in AWS Secrets Manager.

AuthorizationId

The authorization ID for the Stripe Privy integration.

AuthorizationPrivateKeyArn

Contains information about a secret in AWS Secrets Manager.

Constructors

StripePrivyConfigurationOutputProperty()

Stripe Privy configuration output with secret ARNs.

public StripePrivyConfigurationOutputProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-paymentcredentialprovider-stripeprivyconfigurationoutput.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.BedrockAgentCore;

             var stripePrivyConfigurationOutputProperty = new StripePrivyConfigurationOutputProperty {
                 AppId = "appId",
                 AppSecretArn = new SecretInfoProperty {
                     SecretArn = "secretArn"
                 },
                 AuthorizationId = "authorizationId",
                 AuthorizationPrivateKeyArn = new SecretInfoProperty {
                     SecretArn = "secretArn"
                 }
             };

Properties

AppId

The app ID provided by Privy.

public string AppId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-paymentcredentialprovider-stripeprivyconfigurationoutput.html#cfn-bedrockagentcore-paymentcredentialprovider-stripeprivyconfigurationoutput-appid

AppSecretArn

Contains information about a secret in AWS Secrets Manager.

public object AppSecretArn { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-paymentcredentialprovider-stripeprivyconfigurationoutput.html#cfn-bedrockagentcore-paymentcredentialprovider-stripeprivyconfigurationoutput-appsecretarn

Type union: either IResolvable or CfnPaymentCredentialProvider.ISecretInfoProperty

AuthorizationId

The authorization ID for the Stripe Privy integration.

public string AuthorizationId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-paymentcredentialprovider-stripeprivyconfigurationoutput.html#cfn-bedrockagentcore-paymentcredentialprovider-stripeprivyconfigurationoutput-authorizationid

AuthorizationPrivateKeyArn

Contains information about a secret in AWS Secrets Manager.

public object AuthorizationPrivateKeyArn { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-paymentcredentialprovider-stripeprivyconfigurationoutput.html#cfn-bedrockagentcore-paymentcredentialprovider-stripeprivyconfigurationoutput-authorizationprivatekeyarn

Type union: either IResolvable or CfnPaymentCredentialProvider.ISecretInfoProperty

Implements

CfnPaymentCredentialProvider.IStripePrivyConfigurationOutputProperty
Back to top Generated by DocFX