Class CfnPaymentCredentialProvider.StripePrivyConfigurationOutputProperty
Stripe Privy configuration output with secret ARNs.
Inherited Members
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
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
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
Remarks
AppSecretArn
Contains information about a secret in AWS Secrets Manager.
public object AppSecretArn { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnPaymentCredentialProvider.ISecretInfoProperty
AuthorizationId
The authorization ID for the Stripe Privy integration.
public string AuthorizationId { get; set; }
Property Value
Remarks
AuthorizationPrivateKeyArn
Contains information about a secret in AWS Secrets Manager.
public object AuthorizationPrivateKeyArn { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnPaymentCredentialProvider.ISecretInfoProperty