@Stability(value=Stable) @Internal public static final class CfnObjectTypeProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnObjectTypeProps
CfnObjectTypePropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnObjectTypeProps.Builder, CfnObjectTypeProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnObjectTypeProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnObjectTypeProps.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) |
Object |
getAllowProfileCreation()
Indicates whether a profile should be created when data is received if one doesn’t exist for an object of this type.
|
String |
getDescription()
The description of the profile object type mapping.
|
String |
getDomainName()
The unique name of the domain.
|
String |
getEncryptionKey()
The customer-provided key to encrypt the profile object that will be created in this profile object type mapping.
|
Number |
getExpirationDays()
The number of days until the data of this type expires.
|
Object |
getFields()
A list of field definitions for the object type mapping.
|
Object |
getKeys()
A list of keys that can be used to map data to the profile or search for the profile.
|
String |
getObjectTypeName()
The name of the profile object type.
|
List<CfnTag> |
getTags()
The tags used to organize, track, or control access for this resource.
|
String |
getTemplateId()
A unique identifier for the template mapping.
|
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(CfnObjectTypeProps.Builder builder)
CfnObjectTypeProps.Builder.public final String getDomainName()
CfnObjectTypePropsgetDomainName in interface CfnObjectTypePropspublic final Object getAllowProfileCreation()
CfnObjectTypeProps
The default is FALSE . If the AllowProfileCreation flag is set to FALSE , then the service tries to fetch a standard profile and associate this object with the profile. If it is set to TRUE , and if no match is found, then the service creates a new standard profile.
getAllowProfileCreation in interface CfnObjectTypePropspublic final String getDescription()
CfnObjectTypePropsgetDescription in interface CfnObjectTypePropspublic final String getEncryptionKey()
CfnObjectTypePropsIf not specified the system will use the encryption key of the domain.
getEncryptionKey in interface CfnObjectTypePropspublic final Number getExpirationDays()
CfnObjectTypePropsgetExpirationDays in interface CfnObjectTypePropspublic final Object getFields()
CfnObjectTypePropsgetFields in interface CfnObjectTypePropspublic final Object getKeys()
CfnObjectTypePropsgetKeys in interface CfnObjectTypePropspublic final String getObjectTypeName()
CfnObjectTypePropsgetObjectTypeName in interface CfnObjectTypePropspublic final List<CfnTag> getTags()
CfnObjectTypePropsgetTags in interface CfnObjectTypePropspublic final String getTemplateId()
CfnObjectTypePropsThis can be used instead of specifying the Keys and Fields properties directly.
getTemplateId in interface CfnObjectTypeProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.