Show / Hide Table of Contents

Class CfnWebACLPropsMixin.PaymentNetworkProperty

Configuration for a single payment network.

Inheritance
object
CfnWebACLPropsMixin.PaymentNetworkProperty
Implements
CfnWebACLPropsMixin.IPaymentNetworkProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.WAFv2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnWebACLPropsMixin.PaymentNetworkProperty : CfnWebACLPropsMixin.IPaymentNetworkProperty
Syntax (vb)
Public Class CfnWebACLPropsMixin.PaymentNetworkProperty Implements CfnWebACLPropsMixin.IPaymentNetworkProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-paymentnetwork.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.CfnPropertyMixins.AWS.WAFv2;

             var paymentNetworkProperty = new PaymentNetworkProperty {
                 Chain = "chain",
                 Prices = new [] { new PriceProperty {
                     Amount = "amount",
                     Currency = "currency"
                 } },
                 WalletAddress = "walletAddress"
             };

Synopsis

Constructors

PaymentNetworkProperty()

Configuration for a single payment network.

Properties

Chain

The blockchain chain to use.

Prices

List of price configurations.

WalletAddress

The wallet address for receiving payments.

Constructors

PaymentNetworkProperty()

Configuration for a single payment network.

public PaymentNetworkProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-paymentnetwork.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.CfnPropertyMixins.AWS.WAFv2;

             var paymentNetworkProperty = new PaymentNetworkProperty {
                 Chain = "chain",
                 Prices = new [] { new PriceProperty {
                     Amount = "amount",
                     Currency = "currency"
                 } },
                 WalletAddress = "walletAddress"
             };

Properties

Chain

The blockchain chain to use.

public string? Chain { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-paymentnetwork.html#cfn-wafv2-webacl-paymentnetwork-chain

Prices

List of price configurations.

public object? Prices { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-paymentnetwork.html#cfn-wafv2-webacl-paymentnetwork-prices

Type union: either IResolvable or (either IResolvable or CfnWebACLPropsMixin.IPriceProperty)[]

WalletAddress

The wallet address for receiving payments.

public string? WalletAddress { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-paymentnetwork.html#cfn-wafv2-webacl-paymentnetwork-walletaddress

Implements

CfnWebACLPropsMixin.IPaymentNetworkProperty
Back to top Generated by DocFX