Show / Hide Table of Contents

Class CfnProcurementPortalPreferencePropsMixin.TestEnvPreferenceProperty

Configuration settings for the test environment of the procurement portal.

Inheritance
object
CfnProcurementPortalPreferencePropsMixin.TestEnvPreferenceProperty
Implements
CfnProcurementPortalPreferencePropsMixin.ITestEnvPreferenceProperty
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.Invoicing
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnProcurementPortalPreferencePropsMixin.TestEnvPreferenceProperty : CfnProcurementPortalPreferencePropsMixin.ITestEnvPreferenceProperty
Syntax (vb)
Public Class CfnProcurementPortalPreferencePropsMixin.TestEnvPreferenceProperty Implements CfnProcurementPortalPreferencePropsMixin.ITestEnvPreferenceProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-invoicing-procurementportalpreference-testenvpreference.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.Invoicing;

             var testEnvPreferenceProperty = new TestEnvPreferenceProperty {
                 BuyerDomain = "buyerDomain",
                 BuyerIdentifier = "buyerIdentifier",
                 ProcurementPortalInstanceEndpoint = "procurementPortalInstanceEndpoint",
                 ProcurementPortalSharedSecret = "procurementPortalSharedSecret",
                 SupplierDomain = "supplierDomain",
                 SupplierIdentifier = "supplierIdentifier"
             };

Synopsis

Constructors

TestEnvPreferenceProperty()

Configuration settings for the test environment of the procurement portal.

Properties

BuyerDomain

The domain identifier for the buyer in the test environment.

BuyerIdentifier

The unique identifier for the buyer in the test environment.

ProcurementPortalInstanceEndpoint

The endpoint URL for e-invoice delivery in the test environment.

ProcurementPortalSharedSecret

The shared secret for secure communication in the test environment.

SupplierDomain

The domain identifier for the supplier in the test environment.

SupplierIdentifier

The unique identifier for the supplier in the test environment.

Constructors

TestEnvPreferenceProperty()

Configuration settings for the test environment of the procurement portal.

public TestEnvPreferenceProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-invoicing-procurementportalpreference-testenvpreference.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.Invoicing;

             var testEnvPreferenceProperty = new TestEnvPreferenceProperty {
                 BuyerDomain = "buyerDomain",
                 BuyerIdentifier = "buyerIdentifier",
                 ProcurementPortalInstanceEndpoint = "procurementPortalInstanceEndpoint",
                 ProcurementPortalSharedSecret = "procurementPortalSharedSecret",
                 SupplierDomain = "supplierDomain",
                 SupplierIdentifier = "supplierIdentifier"
             };

Properties

BuyerDomain

The domain identifier for the buyer in the test environment.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-invoicing-procurementportalpreference-testenvpreference.html#cfn-invoicing-procurementportalpreference-testenvpreference-buyerdomain

BuyerIdentifier

The unique identifier for the buyer in the test environment.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-invoicing-procurementportalpreference-testenvpreference.html#cfn-invoicing-procurementportalpreference-testenvpreference-buyeridentifier

ProcurementPortalInstanceEndpoint

The endpoint URL for e-invoice delivery in the test environment.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-invoicing-procurementportalpreference-testenvpreference.html#cfn-invoicing-procurementportalpreference-testenvpreference-procurementportalinstanceendpoint

ProcurementPortalSharedSecret

The shared secret for secure communication in the test environment.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-invoicing-procurementportalpreference-testenvpreference.html#cfn-invoicing-procurementportalpreference-testenvpreference-procurementportalsharedsecret

SupplierDomain

The domain identifier for the supplier in the test environment.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-invoicing-procurementportalpreference-testenvpreference.html#cfn-invoicing-procurementportalpreference-testenvpreference-supplierdomain

SupplierIdentifier

The unique identifier for the supplier in the test environment.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-invoicing-procurementportalpreference-testenvpreference.html#cfn-invoicing-procurementportalpreference-testenvpreference-supplieridentifier

Implements

CfnProcurementPortalPreferencePropsMixin.ITestEnvPreferenceProperty
Back to top Generated by DocFX