Interface CfnIdNamespacePropsMixin.NamespaceProviderPropertiesProperty

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

@Stability(Stable) public static interface CfnIdNamespacePropsMixin.NamespaceProviderPropertiesProperty extends software.amazon.jsii.JsiiSerializable
An object containing providerConfiguration and providerServiceArn .

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.entityresolution.*;
 NamespaceProviderPropertiesProperty namespaceProviderPropertiesProperty = NamespaceProviderPropertiesProperty.builder()
         .providerConfiguration(Map.of(
                 "providerConfigurationKey", "providerConfiguration"))
         .providerServiceArn("providerServiceArn")
         .build();
 

See Also: