Interface CfnProcurementPortalPreferencePropsMixin.TestEnvPreferenceProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnProcurementPortalPreferencePropsMixin.TestEnvPreferenceProperty.Jsii$Proxy
Enclosing class:
CfnProcurementPortalPreferencePropsMixin

@Stability(Stable) public static interface CfnProcurementPortalPreferencePropsMixin.TestEnvPreferenceProperty extends software.amazon.jsii.JsiiSerializable
Configuration settings for the test environment of the procurement portal.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.invoicing.*;
 TestEnvPreferenceProperty testEnvPreferenceProperty = TestEnvPreferenceProperty.builder()
         .buyerDomain("buyerDomain")
         .buyerIdentifier("buyerIdentifier")
         .procurementPortalInstanceEndpoint("procurementPortalInstanceEndpoint")
         .procurementPortalSharedSecret("procurementPortalSharedSecret")
         .supplierDomain("supplierDomain")
         .supplierIdentifier("supplierIdentifier")
         .build();
 

See Also: