Class CfnProcurementPortalPreferencePropsMixin.TestEnvPreferenceProperty
Configuration settings for the test environment of the procurement portal.
Inherited Members
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
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
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
Remarks
BuyerIdentifier
The unique identifier for the buyer in the test environment.
public string? BuyerIdentifier { get; set; }
Property Value
Remarks
ProcurementPortalInstanceEndpoint
The endpoint URL for e-invoice delivery in the test environment.
public string? ProcurementPortalInstanceEndpoint { get; set; }
Property Value
Remarks
ProcurementPortalSharedSecret
The shared secret for secure communication in the test environment.
public string? ProcurementPortalSharedSecret { get; set; }
Property Value
Remarks
SupplierDomain
The domain identifier for the supplier in the test environment.
public string? SupplierDomain { get; set; }
Property Value
Remarks
SupplierIdentifier
The unique identifier for the supplier in the test environment.
public string? SupplierIdentifier { get; set; }