@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.815Z") @Stability(value=Stable) public interface CfnObjectTypeProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnObjectTypeProps.Builder
A builder for
CfnObjectTypeProps |
static class |
CfnObjectTypeProps.Jsii$Proxy
An implementation for
CfnObjectTypeProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnObjectTypeProps.Builder |
builder() |
default Object |
getAllowProfileCreation()
`AWS::CustomerProfiles::ObjectType.AllowProfileCreation`.
|
default String |
getDescription()
`AWS::CustomerProfiles::ObjectType.Description`.
|
String |
getDomainName()
`AWS::CustomerProfiles::ObjectType.DomainName`.
|
default String |
getEncryptionKey()
`AWS::CustomerProfiles::ObjectType.EncryptionKey`.
|
default Number |
getExpirationDays()
`AWS::CustomerProfiles::ObjectType.ExpirationDays`.
|
default Object |
getFields()
`AWS::CustomerProfiles::ObjectType.Fields`.
|
default Object |
getKeys()
`AWS::CustomerProfiles::ObjectType.Keys`.
|
default String |
getObjectTypeName()
`AWS::CustomerProfiles::ObjectType.ObjectTypeName`.
|
default List<CfnTag> |
getTags()
`AWS::CustomerProfiles::ObjectType.Tags`.
|
default String |
getTemplateId()
`AWS::CustomerProfiles::ObjectType.TemplateId`.
|
@Stability(value=Stable) @NotNull String getDomainName()
@Stability(value=Stable) @Nullable default Object getAllowProfileCreation()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getEncryptionKey()
@Stability(value=Stable) @Nullable default Number getExpirationDays()
@Stability(value=Stable) @Nullable default Object getFields()
@Stability(value=Stable) @Nullable default Object getKeys()
@Stability(value=Stable) @Nullable default String getObjectTypeName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default String getTemplateId()
@Stability(value=Stable) static CfnObjectTypeProps.Builder builder()
CfnObjectTypeProps.Builder of CfnObjectTypePropsCopyright © 2021. All rights reserved.