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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnIdNamespacePropsMixin.NamespaceProviderPropertiesProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getProviderConfiguration
An object which defines any additional configurations required by the provider service.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- See Also:
-
getProviderServiceArn
The Amazon Resource Name (ARN) of the provider service.- See Also:
-
builder
@Stability(Stable) static CfnIdNamespacePropsMixin.NamespaceProviderPropertiesProperty.Builder builder()
-