Documentation ¶
Index ¶
- func CfnDomain_CFN_RESOURCE_TYPE_NAME() *string
- func CfnDomain_IsCfnElement(x interface{}) *bool
- func CfnDomain_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnDomain_IsConstruct(x interface{}) *bool
- func CfnIntegration_CFN_RESOURCE_TYPE_NAME() *string
- func CfnIntegration_IsCfnElement(x interface{}) *bool
- func CfnIntegration_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnIntegration_IsConstruct(x interface{}) *bool
- func CfnObjectType_CFN_RESOURCE_TYPE_NAME() *string
- func CfnObjectType_IsCfnElement(x interface{}) *bool
- func CfnObjectType_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnObjectType_IsConstruct(x interface{}) *bool
- func NewCfnDomain_Override(c CfnDomain, scope awscdk.Construct, id *string, props *CfnDomainProps)
- func NewCfnIntegration_Override(c CfnIntegration, scope awscdk.Construct, id *string, ...)
- func NewCfnObjectType_Override(c CfnObjectType, scope awscdk.Construct, id *string, props *CfnObjectTypeProps)
- type CfnDomain
- type CfnDomainProps
- type CfnIntegration
- type CfnIntegrationProps
- type CfnObjectType
- type CfnObjectTypeProps
- type CfnObjectType_FieldMapProperty
- type CfnObjectType_KeyMapProperty
- type CfnObjectType_ObjectTypeFieldProperty
- type CfnObjectType_ObjectTypeKeyProperty
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CfnDomain_CFN_RESOURCE_TYPE_NAME ¶
func CfnDomain_CFN_RESOURCE_TYPE_NAME() *string
func CfnDomain_IsCfnElement ¶
func CfnDomain_IsCfnElement(x interface{}) *bool
Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).
Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.
Returns: The construct as a stack element or undefined if it is not a stack element. Experimental.
func CfnDomain_IsCfnResource ¶
func CfnDomain_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource. Experimental.
func CfnDomain_IsConstruct ¶
func CfnDomain_IsConstruct(x interface{}) *bool
Return whether the given object is a Construct. Experimental.
func CfnIntegration_CFN_RESOURCE_TYPE_NAME ¶
func CfnIntegration_CFN_RESOURCE_TYPE_NAME() *string
func CfnIntegration_IsCfnElement ¶
func CfnIntegration_IsCfnElement(x interface{}) *bool
Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).
Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.
Returns: The construct as a stack element or undefined if it is not a stack element. Experimental.
func CfnIntegration_IsCfnResource ¶
func CfnIntegration_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource. Experimental.
func CfnIntegration_IsConstruct ¶
func CfnIntegration_IsConstruct(x interface{}) *bool
Return whether the given object is a Construct. Experimental.
func CfnObjectType_CFN_RESOURCE_TYPE_NAME ¶
func CfnObjectType_CFN_RESOURCE_TYPE_NAME() *string
func CfnObjectType_IsCfnElement ¶
func CfnObjectType_IsCfnElement(x interface{}) *bool
Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).
Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.
Returns: The construct as a stack element or undefined if it is not a stack element. Experimental.
func CfnObjectType_IsCfnResource ¶
func CfnObjectType_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource. Experimental.
func CfnObjectType_IsConstruct ¶
func CfnObjectType_IsConstruct(x interface{}) *bool
Return whether the given object is a Construct. Experimental.
func NewCfnDomain_Override ¶
func NewCfnDomain_Override(c CfnDomain, scope awscdk.Construct, id *string, props *CfnDomainProps)
Create a new `AWS::CustomerProfiles::Domain`.
func NewCfnIntegration_Override ¶
func NewCfnIntegration_Override(c CfnIntegration, scope awscdk.Construct, id *string, props *CfnIntegrationProps)
Create a new `AWS::CustomerProfiles::Integration`.
func NewCfnObjectType_Override ¶
func NewCfnObjectType_Override(c CfnObjectType, scope awscdk.Construct, id *string, props *CfnObjectTypeProps)
Create a new `AWS::CustomerProfiles::ObjectType`.
Types ¶
type CfnDomain ¶
type CfnDomain interface { awscdk.CfnResource awscdk.IInspectable AttrCreatedAt() *string AttrLastUpdatedAt() *string CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string DeadLetterQueueUrl() *string SetDeadLetterQueueUrl(val *string) DefaultEncryptionKey() *string SetDefaultEncryptionKey(val *string) DefaultExpirationDays() *float64 SetDefaultExpirationDays(val *float64) DomainName() *string SetDomainName(val *string) LogicalId() *string Node() awscdk.ConstructNode Ref() *string Stack() awscdk.Stack Tags() awscdk.TagManager UpdatedProperites() *map[string]interface{} AddDeletionOverride(path *string) AddDependsOn(target awscdk.CfnResource) AddMetadata(key *string, value interface{}) AddOverride(path *string, value interface{}) AddPropertyDeletionOverride(propertyPath *string) AddPropertyOverride(propertyPath *string, value interface{}) ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions) GetAtt(attributeName *string) awscdk.Reference GetMetadata(key *string) interface{} Inspect(inspector awscdk.TreeInspector) OnPrepare() OnSynthesize(session constructs.ISynthesisSession) OnValidate() *[]*string OverrideLogicalId(newLogicalId *string) Prepare() RenderProperties(props *map[string]interface{}) *map[string]interface{} ShouldSynthesize() *bool Synthesize(session awscdk.ISynthesisSession) ToString() *string Validate() *[]*string ValidateProperties(_properties interface{}) }
A CloudFormation `AWS::CustomerProfiles::Domain`.
func NewCfnDomain ¶
func NewCfnDomain(scope awscdk.Construct, id *string, props *CfnDomainProps) CfnDomain
Create a new `AWS::CustomerProfiles::Domain`.
type CfnDomainProps ¶
type CfnDomainProps struct { // `AWS::CustomerProfiles::Domain.DomainName`. DomainName *string `json:"domainName"` // `AWS::CustomerProfiles::Domain.DeadLetterQueueUrl`. DeadLetterQueueUrl *string `json:"deadLetterQueueUrl"` // `AWS::CustomerProfiles::Domain.DefaultEncryptionKey`. DefaultEncryptionKey *string `json:"defaultEncryptionKey"` // `AWS::CustomerProfiles::Domain.DefaultExpirationDays`. DefaultExpirationDays *float64 `json:"defaultExpirationDays"` // `AWS::CustomerProfiles::Domain.Tags`. Tags *[]*awscdk.CfnTag `json:"tags"` }
Properties for defining a `AWS::CustomerProfiles::Domain`.
type CfnIntegration ¶
type CfnIntegration interface { awscdk.CfnResource awscdk.IInspectable AttrCreatedAt() *string AttrLastUpdatedAt() *string CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string DomainName() *string SetDomainName(val *string) LogicalId() *string Node() awscdk.ConstructNode ObjectTypeName() *string SetObjectTypeName(val *string) Ref() *string Stack() awscdk.Stack Tags() awscdk.TagManager UpdatedProperites() *map[string]interface{} Uri() *string SetUri(val *string) AddDeletionOverride(path *string) AddDependsOn(target awscdk.CfnResource) AddMetadata(key *string, value interface{}) AddOverride(path *string, value interface{}) AddPropertyDeletionOverride(propertyPath *string) AddPropertyOverride(propertyPath *string, value interface{}) ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions) GetAtt(attributeName *string) awscdk.Reference GetMetadata(key *string) interface{} Inspect(inspector awscdk.TreeInspector) OnPrepare() OnSynthesize(session constructs.ISynthesisSession) OnValidate() *[]*string OverrideLogicalId(newLogicalId *string) Prepare() RenderProperties(props *map[string]interface{}) *map[string]interface{} ShouldSynthesize() *bool Synthesize(session awscdk.ISynthesisSession) ToString() *string Validate() *[]*string ValidateProperties(_properties interface{}) }
A CloudFormation `AWS::CustomerProfiles::Integration`.
func NewCfnIntegration ¶
func NewCfnIntegration(scope awscdk.Construct, id *string, props *CfnIntegrationProps) CfnIntegration
Create a new `AWS::CustomerProfiles::Integration`.
type CfnIntegrationProps ¶
type CfnIntegrationProps struct { // `AWS::CustomerProfiles::Integration.DomainName`. DomainName *string `json:"domainName"` // `AWS::CustomerProfiles::Integration.ObjectTypeName`. ObjectTypeName *string `json:"objectTypeName"` // `AWS::CustomerProfiles::Integration.Tags`. Tags *[]*awscdk.CfnTag `json:"tags"` // `AWS::CustomerProfiles::Integration.Uri`. Uri *string `json:"uri"` }
Properties for defining a `AWS::CustomerProfiles::Integration`.
type CfnObjectType ¶
type CfnObjectType interface { awscdk.CfnResource awscdk.IInspectable AllowProfileCreation() interface{} SetAllowProfileCreation(val interface{}) AttrCreatedAt() *string AttrLastUpdatedAt() *string CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string Description() *string SetDescription(val *string) DomainName() *string SetDomainName(val *string) EncryptionKey() *string SetEncryptionKey(val *string) ExpirationDays() *float64 SetExpirationDays(val *float64) Fields() interface{} SetFields(val interface{}) Keys() interface{} SetKeys(val interface{}) LogicalId() *string Node() awscdk.ConstructNode ObjectTypeName() *string SetObjectTypeName(val *string) Ref() *string Stack() awscdk.Stack Tags() awscdk.TagManager TemplateId() *string SetTemplateId(val *string) UpdatedProperites() *map[string]interface{} AddDeletionOverride(path *string) AddDependsOn(target awscdk.CfnResource) AddMetadata(key *string, value interface{}) AddOverride(path *string, value interface{}) AddPropertyDeletionOverride(propertyPath *string) AddPropertyOverride(propertyPath *string, value interface{}) ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions) GetAtt(attributeName *string) awscdk.Reference GetMetadata(key *string) interface{} Inspect(inspector awscdk.TreeInspector) OnPrepare() OnSynthesize(session constructs.ISynthesisSession) OnValidate() *[]*string OverrideLogicalId(newLogicalId *string) Prepare() RenderProperties(props *map[string]interface{}) *map[string]interface{} ShouldSynthesize() *bool Synthesize(session awscdk.ISynthesisSession) ToString() *string Validate() *[]*string ValidateProperties(_properties interface{}) }
A CloudFormation `AWS::CustomerProfiles::ObjectType`.
func NewCfnObjectType ¶
func NewCfnObjectType(scope awscdk.Construct, id *string, props *CfnObjectTypeProps) CfnObjectType
Create a new `AWS::CustomerProfiles::ObjectType`.
type CfnObjectTypeProps ¶
type CfnObjectTypeProps struct { // `AWS::CustomerProfiles::ObjectType.DomainName`. DomainName *string `json:"domainName"` // `AWS::CustomerProfiles::ObjectType.AllowProfileCreation`. AllowProfileCreation interface{} `json:"allowProfileCreation"` // `AWS::CustomerProfiles::ObjectType.Description`. Description *string `json:"description"` // `AWS::CustomerProfiles::ObjectType.EncryptionKey`. EncryptionKey *string `json:"encryptionKey"` // `AWS::CustomerProfiles::ObjectType.ExpirationDays`. ExpirationDays *float64 `json:"expirationDays"` // `AWS::CustomerProfiles::ObjectType.Fields`. Fields interface{} `json:"fields"` // `AWS::CustomerProfiles::ObjectType.Keys`. Keys interface{} `json:"keys"` // `AWS::CustomerProfiles::ObjectType.ObjectTypeName`. ObjectTypeName *string `json:"objectTypeName"` // `AWS::CustomerProfiles::ObjectType.Tags`. Tags *[]*awscdk.CfnTag `json:"tags"` // `AWS::CustomerProfiles::ObjectType.TemplateId`. TemplateId *string `json:"templateId"` }
Properties for defining a `AWS::CustomerProfiles::ObjectType`.
type CfnObjectType_FieldMapProperty ¶
type CfnObjectType_FieldMapProperty struct { // `CfnObjectType.FieldMapProperty.Name`. Name *string `json:"name"` // `CfnObjectType.FieldMapProperty.ObjectTypeField`. ObjectTypeField interface{} `json:"objectTypeField"` }
type CfnObjectType_KeyMapProperty ¶
type CfnObjectType_KeyMapProperty struct { // `CfnObjectType.KeyMapProperty.Name`. Name *string `json:"name"` // `CfnObjectType.KeyMapProperty.ObjectTypeKeyList`. ObjectTypeKeyList interface{} `json:"objectTypeKeyList"` }
type CfnObjectType_ObjectTypeFieldProperty ¶
type CfnObjectType_ObjectTypeFieldProperty struct { // `CfnObjectType.ObjectTypeFieldProperty.ContentType`. ContentType *string `json:"contentType"` // `CfnObjectType.ObjectTypeFieldProperty.Source`. Source *string `json:"source"` // `CfnObjectType.ObjectTypeFieldProperty.Target`. Target *string `json:"target"` }