Interface CfnIdNamespace.NamespaceProviderPropertiesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnIdNamespace.NamespaceProviderPropertiesProperty.Jsii$Proxy
- Enclosing class:
CfnIdNamespace
@Stability(Stable)
public static interface CfnIdNamespace.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.services.entityresolution.*;
NamespaceProviderPropertiesProperty namespaceProviderPropertiesProperty = NamespaceProviderPropertiesProperty.builder()
.providerServiceArn("providerServiceArn")
// the properties below are optional
.providerConfiguration(Map.of(
"providerConfigurationKey", "providerConfiguration"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnIdNamespace.NamespaceProviderPropertiesPropertystatic final classAn implementation forCfnIdNamespace.NamespaceProviderPropertiesProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getProviderServiceArn
The Amazon Resource Name (ARN) of the provider service.- See Also:
-
getProviderConfiguration
An object which defines any additional configurations required by the provider service.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- See Also:
-
builder
-