@Stability(value=Stable) @Internal public static final class CfnObjectType.ObjectTypeKeyProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnObjectType.ObjectTypeKeyProperty
CfnObjectType.ObjectTypeKeyPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnObjectType.ObjectTypeKeyProperty.Builder, CfnObjectType.ObjectTypeKeyProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnObjectType.ObjectTypeKeyProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnObjectType.FieldMapProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<String> |
getFieldNames()
The reference for the key name of the fields map.
|
List<String> |
getStandardIdentifiers()
The types of keys that a ProfileObject can have.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnObjectType.ObjectTypeKeyProperty.Builder builder)
CfnObjectType.FieldMapProperty.Builder.public final List<String> getFieldNames()
CfnObjectType.ObjectTypeKeyPropertygetFieldNames in interface CfnObjectType.ObjectTypeKeyPropertypublic final List<String> getStandardIdentifiers()
CfnObjectType.ObjectTypeKeyPropertyEach ProfileObject can have only 1 UNIQUE key but multiple PROFILE keys. PROFILE means that this key can be used to tie an object to a PROFILE. UNIQUE means that it can be used to uniquely identify an object. If a key a is marked as SECONDARY, it will be used to search for profiles after all other PROFILE keys have been searched. A LOOKUP_ONLY key is only used to match a profile but is not persisted to be used for searching of the profile. A NEW_ONLY key is only used if the profile does not already exist before the object is ingested, otherwise it is only used for matching objects to profiles.
getStandardIdentifiers in interface CfnObjectType.ObjectTypeKeyProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.