customerprofiles

package
v0.76.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 13, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CalculatedAttributeDefinitionStatisticFirstOccurrence = CalculatedAttributeDefinitionStatistic("FIRST_OCCURRENCE")
	CalculatedAttributeDefinitionStatisticLastOccurrence  = CalculatedAttributeDefinitionStatistic("LAST_OCCURRENCE")
	CalculatedAttributeDefinitionStatisticCount           = CalculatedAttributeDefinitionStatistic("COUNT")
	CalculatedAttributeDefinitionStatisticSum             = CalculatedAttributeDefinitionStatistic("SUM")
	CalculatedAttributeDefinitionStatisticMinimum         = CalculatedAttributeDefinitionStatistic("MINIMUM")
	CalculatedAttributeDefinitionStatisticMaximum         = CalculatedAttributeDefinitionStatistic("MAXIMUM")
	CalculatedAttributeDefinitionStatisticAverage         = CalculatedAttributeDefinitionStatistic("AVERAGE")
	CalculatedAttributeDefinitionStatisticMaxOccurrence   = CalculatedAttributeDefinitionStatistic("MAX_OCCURRENCE")
)
View Source
const (
	CalculatedAttributeDefinitionThresholdOperatorEqualTo     = CalculatedAttributeDefinitionThresholdOperator("EQUAL_TO")
	CalculatedAttributeDefinitionThresholdOperatorGreaterThan = CalculatedAttributeDefinitionThresholdOperator("GREATER_THAN")
	CalculatedAttributeDefinitionThresholdOperatorLessThan    = CalculatedAttributeDefinitionThresholdOperator("LESS_THAN")
	CalculatedAttributeDefinitionThresholdOperatorNotEqualTo  = CalculatedAttributeDefinitionThresholdOperator("NOT_EQUAL_TO")
)
View Source
const (
	EventStreamStateEnumRunning = EventStreamStateEnum("RUNNING")
	EventStreamStateEnumStopped = EventStreamStateEnum("STOPPED")
)
View Source
const (
	EventStreamStatusHealthy   = EventStreamStatus("HEALTHY")
	EventStreamStatusUnhealthy = EventStreamStatus("UNHEALTHY")
)
View Source
const (
	IntegrationConnectorTypeSalesforce = IntegrationConnectorType("Salesforce")
	IntegrationConnectorTypeMarketo    = IntegrationConnectorType("Marketo")
	IntegrationConnectorTypeServiceNow = IntegrationConnectorType("ServiceNow")
	IntegrationConnectorTypeZendesk    = IntegrationConnectorType("Zendesk")
	IntegrationConnectorTypeS3         = IntegrationConnectorType("S3")
)
View Source
const (
	IntegrationMarketoConnectorOperatorProjection          = IntegrationMarketoConnectorOperator("PROJECTION")
	IntegrationMarketoConnectorOperatorLessThan            = IntegrationMarketoConnectorOperator("LESS_THAN")
	IntegrationMarketoConnectorOperatorGreaterThan         = IntegrationMarketoConnectorOperator("GREATER_THAN")
	IntegrationMarketoConnectorOperatorBetween             = IntegrationMarketoConnectorOperator("BETWEEN")
	IntegrationMarketoConnectorOperatorAddition            = IntegrationMarketoConnectorOperator("ADDITION")
	IntegrationMarketoConnectorOperatorMultiplication      = IntegrationMarketoConnectorOperator("MULTIPLICATION")
	IntegrationMarketoConnectorOperatorDivision            = IntegrationMarketoConnectorOperator("DIVISION")
	IntegrationMarketoConnectorOperatorSubtraction         = IntegrationMarketoConnectorOperator("SUBTRACTION")
	IntegrationMarketoConnectorOperatorMaskAll             = IntegrationMarketoConnectorOperator("MASK_ALL")
	IntegrationMarketoConnectorOperatorMaskFirstN          = IntegrationMarketoConnectorOperator("MASK_FIRST_N")
	IntegrationMarketoConnectorOperatorMaskLastN           = IntegrationMarketoConnectorOperator("MASK_LAST_N")
	IntegrationMarketoConnectorOperatorValidateNonNull     = IntegrationMarketoConnectorOperator("VALIDATE_NON_NULL")
	IntegrationMarketoConnectorOperatorValidateNonZero     = IntegrationMarketoConnectorOperator("VALIDATE_NON_ZERO")
	IntegrationMarketoConnectorOperatorValidateNonNegative = IntegrationMarketoConnectorOperator("VALIDATE_NON_NEGATIVE")
	IntegrationMarketoConnectorOperatorValidateNumeric     = IntegrationMarketoConnectorOperator("VALIDATE_NUMERIC")
	IntegrationMarketoConnectorOperatorNoOp                = IntegrationMarketoConnectorOperator("NO_OP")
)
View Source
const (
	IntegrationOperatorPropertiesKeysValue                    = IntegrationOperatorPropertiesKeys("VALUE")
	IntegrationOperatorPropertiesKeysValues                   = IntegrationOperatorPropertiesKeys("VALUES")
	IntegrationOperatorPropertiesKeysDataType                 = IntegrationOperatorPropertiesKeys("DATA_TYPE")
	IntegrationOperatorPropertiesKeysUpperBound               = IntegrationOperatorPropertiesKeys("UPPER_BOUND")
	IntegrationOperatorPropertiesKeysLowerBound               = IntegrationOperatorPropertiesKeys("LOWER_BOUND")
	IntegrationOperatorPropertiesKeysSourceDataType           = IntegrationOperatorPropertiesKeys("SOURCE_DATA_TYPE")
	IntegrationOperatorPropertiesKeysDestinationDataType      = IntegrationOperatorPropertiesKeys("DESTINATION_DATA_TYPE")
	IntegrationOperatorPropertiesKeysValidationAction         = IntegrationOperatorPropertiesKeys("VALIDATION_ACTION")
	IntegrationOperatorPropertiesKeysMaskValue                = IntegrationOperatorPropertiesKeys("MASK_VALUE")
	IntegrationOperatorPropertiesKeysMaskLength               = IntegrationOperatorPropertiesKeys("MASK_LENGTH")
	IntegrationOperatorPropertiesKeysTruncateLength           = IntegrationOperatorPropertiesKeys("TRUNCATE_LENGTH")
	IntegrationOperatorPropertiesKeysMathOperationFieldsOrder = IntegrationOperatorPropertiesKeys("MATH_OPERATION_FIELDS_ORDER")
	IntegrationOperatorPropertiesKeysConcatFormat             = IntegrationOperatorPropertiesKeys("CONCAT_FORMAT")
	IntegrationOperatorPropertiesKeysSubfieldCategoryMap      = IntegrationOperatorPropertiesKeys("SUBFIELD_CATEGORY_MAP")
)
View Source
const (
	IntegrationS3ConnectorOperatorProjection           = IntegrationS3ConnectorOperator("PROJECTION")
	IntegrationS3ConnectorOperatorLessThan             = IntegrationS3ConnectorOperator("LESS_THAN")
	IntegrationS3ConnectorOperatorGreaterThan          = IntegrationS3ConnectorOperator("GREATER_THAN")
	IntegrationS3ConnectorOperatorBetween              = IntegrationS3ConnectorOperator("BETWEEN")
	IntegrationS3ConnectorOperatorLessThanOrEqualTo    = IntegrationS3ConnectorOperator("LESS_THAN_OR_EQUAL_TO")
	IntegrationS3ConnectorOperatorGreaterThanOrEqualTo = IntegrationS3ConnectorOperator("GREATER_THAN_OR_EQUAL_TO")
	IntegrationS3ConnectorOperatorEqualTo              = IntegrationS3ConnectorOperator("EQUAL_TO")
	IntegrationS3ConnectorOperatorNotEqualTo           = IntegrationS3ConnectorOperator("NOT_EQUAL_TO")
	IntegrationS3ConnectorOperatorAddition             = IntegrationS3ConnectorOperator("ADDITION")
	IntegrationS3ConnectorOperatorMultiplication       = IntegrationS3ConnectorOperator("MULTIPLICATION")
	IntegrationS3ConnectorOperatorDivision             = IntegrationS3ConnectorOperator("DIVISION")
	IntegrationS3ConnectorOperatorSubtraction          = IntegrationS3ConnectorOperator("SUBTRACTION")
	IntegrationS3ConnectorOperatorMaskAll              = IntegrationS3ConnectorOperator("MASK_ALL")
	IntegrationS3ConnectorOperatorMaskFirstN           = IntegrationS3ConnectorOperator("MASK_FIRST_N")
	IntegrationS3ConnectorOperatorMaskLastN            = IntegrationS3ConnectorOperator("MASK_LAST_N")
	IntegrationS3ConnectorOperatorValidateNonNull      = IntegrationS3ConnectorOperator("VALIDATE_NON_NULL")
	IntegrationS3ConnectorOperatorValidateNonZero      = IntegrationS3ConnectorOperator("VALIDATE_NON_ZERO")
	IntegrationS3ConnectorOperatorValidateNonNegative  = IntegrationS3ConnectorOperator("VALIDATE_NON_NEGATIVE")
	IntegrationS3ConnectorOperatorValidateNumeric      = IntegrationS3ConnectorOperator("VALIDATE_NUMERIC")
	IntegrationS3ConnectorOperatorNoOp                 = IntegrationS3ConnectorOperator("NO_OP")
)
View Source
const (
	IntegrationSalesforceConnectorOperatorProjection           = IntegrationSalesforceConnectorOperator("PROJECTION")
	IntegrationSalesforceConnectorOperatorLessThan             = IntegrationSalesforceConnectorOperator("LESS_THAN")
	IntegrationSalesforceConnectorOperatorGreaterThan          = IntegrationSalesforceConnectorOperator("GREATER_THAN")
	IntegrationSalesforceConnectorOperatorContains             = IntegrationSalesforceConnectorOperator("CONTAINS")
	IntegrationSalesforceConnectorOperatorBetween              = IntegrationSalesforceConnectorOperator("BETWEEN")
	IntegrationSalesforceConnectorOperatorLessThanOrEqualTo    = IntegrationSalesforceConnectorOperator("LESS_THAN_OR_EQUAL_TO")
	IntegrationSalesforceConnectorOperatorGreaterThanOrEqualTo = IntegrationSalesforceConnectorOperator("GREATER_THAN_OR_EQUAL_TO")
	IntegrationSalesforceConnectorOperatorEqualTo              = IntegrationSalesforceConnectorOperator("EQUAL_TO")
	IntegrationSalesforceConnectorOperatorNotEqualTo           = IntegrationSalesforceConnectorOperator("NOT_EQUAL_TO")
	IntegrationSalesforceConnectorOperatorAddition             = IntegrationSalesforceConnectorOperator("ADDITION")
	IntegrationSalesforceConnectorOperatorMultiplication       = IntegrationSalesforceConnectorOperator("MULTIPLICATION")
	IntegrationSalesforceConnectorOperatorDivision             = IntegrationSalesforceConnectorOperator("DIVISION")
	IntegrationSalesforceConnectorOperatorSubtraction          = IntegrationSalesforceConnectorOperator("SUBTRACTION")
	IntegrationSalesforceConnectorOperatorMaskAll              = IntegrationSalesforceConnectorOperator("MASK_ALL")
	IntegrationSalesforceConnectorOperatorMaskFirstN           = IntegrationSalesforceConnectorOperator("MASK_FIRST_N")
	IntegrationSalesforceConnectorOperatorMaskLastN            = IntegrationSalesforceConnectorOperator("MASK_LAST_N")
	IntegrationSalesforceConnectorOperatorValidateNonNull      = IntegrationSalesforceConnectorOperator("VALIDATE_NON_NULL")
	IntegrationSalesforceConnectorOperatorValidateNonZero      = IntegrationSalesforceConnectorOperator("VALIDATE_NON_ZERO")
	IntegrationSalesforceConnectorOperatorValidateNonNegative  = IntegrationSalesforceConnectorOperator("VALIDATE_NON_NEGATIVE")
	IntegrationSalesforceConnectorOperatorValidateNumeric      = IntegrationSalesforceConnectorOperator("VALIDATE_NUMERIC")
	IntegrationSalesforceConnectorOperatorNoOp                 = IntegrationSalesforceConnectorOperator("NO_OP")
)
View Source
const (
	IntegrationScheduledTriggerPropertiesDataPullModeIncremental = IntegrationScheduledTriggerPropertiesDataPullMode("Incremental")
	IntegrationScheduledTriggerPropertiesDataPullModeComplete    = IntegrationScheduledTriggerPropertiesDataPullMode("Complete")
)
View Source
const (
	IntegrationServiceNowConnectorOperatorProjection           = IntegrationServiceNowConnectorOperator("PROJECTION")
	IntegrationServiceNowConnectorOperatorLessThan             = IntegrationServiceNowConnectorOperator("LESS_THAN")
	IntegrationServiceNowConnectorOperatorGreaterThan          = IntegrationServiceNowConnectorOperator("GREATER_THAN")
	IntegrationServiceNowConnectorOperatorContains             = IntegrationServiceNowConnectorOperator("CONTAINS")
	IntegrationServiceNowConnectorOperatorBetween              = IntegrationServiceNowConnectorOperator("BETWEEN")
	IntegrationServiceNowConnectorOperatorLessThanOrEqualTo    = IntegrationServiceNowConnectorOperator("LESS_THAN_OR_EQUAL_TO")
	IntegrationServiceNowConnectorOperatorGreaterThanOrEqualTo = IntegrationServiceNowConnectorOperator("GREATER_THAN_OR_EQUAL_TO")
	IntegrationServiceNowConnectorOperatorEqualTo              = IntegrationServiceNowConnectorOperator("EQUAL_TO")
	IntegrationServiceNowConnectorOperatorNotEqualTo           = IntegrationServiceNowConnectorOperator("NOT_EQUAL_TO")
	IntegrationServiceNowConnectorOperatorAddition             = IntegrationServiceNowConnectorOperator("ADDITION")
	IntegrationServiceNowConnectorOperatorMultiplication       = IntegrationServiceNowConnectorOperator("MULTIPLICATION")
	IntegrationServiceNowConnectorOperatorDivision             = IntegrationServiceNowConnectorOperator("DIVISION")
	IntegrationServiceNowConnectorOperatorSubtraction          = IntegrationServiceNowConnectorOperator("SUBTRACTION")
	IntegrationServiceNowConnectorOperatorMaskAll              = IntegrationServiceNowConnectorOperator("MASK_ALL")
	IntegrationServiceNowConnectorOperatorMaskFirstN           = IntegrationServiceNowConnectorOperator("MASK_FIRST_N")
	IntegrationServiceNowConnectorOperatorMaskLastN            = IntegrationServiceNowConnectorOperator("MASK_LAST_N")
	IntegrationServiceNowConnectorOperatorValidateNonNull      = IntegrationServiceNowConnectorOperator("VALIDATE_NON_NULL")
	IntegrationServiceNowConnectorOperatorValidateNonZero      = IntegrationServiceNowConnectorOperator("VALIDATE_NON_ZERO")
	IntegrationServiceNowConnectorOperatorValidateNonNegative  = IntegrationServiceNowConnectorOperator("VALIDATE_NON_NEGATIVE")
	IntegrationServiceNowConnectorOperatorValidateNumeric      = IntegrationServiceNowConnectorOperator("VALIDATE_NUMERIC")
	IntegrationServiceNowConnectorOperatorNoOp                 = IntegrationServiceNowConnectorOperator("NO_OP")
)
View Source
const (
	IntegrationTaskTypeArithmetic = IntegrationTaskType("Arithmetic")
	IntegrationTaskTypeFilter     = IntegrationTaskType("Filter")
	IntegrationTaskTypeMap        = IntegrationTaskType("Map")
	IntegrationTaskTypeMask       = IntegrationTaskType("Mask")
	IntegrationTaskTypeMerge      = IntegrationTaskType("Merge")
	IntegrationTaskTypeTruncate   = IntegrationTaskType("Truncate")
	IntegrationTaskTypeValidate   = IntegrationTaskType("Validate")
)
View Source
const (
	IntegrationTriggerTypeScheduled = IntegrationTriggerType("Scheduled")
	IntegrationTriggerTypeEvent     = IntegrationTriggerType("Event")
	IntegrationTriggerTypeOnDemand  = IntegrationTriggerType("OnDemand")
)
View Source
const (
	IntegrationZendeskConnectorOperatorProjection          = IntegrationZendeskConnectorOperator("PROJECTION")
	IntegrationZendeskConnectorOperatorGreaterThan         = IntegrationZendeskConnectorOperator("GREATER_THAN")
	IntegrationZendeskConnectorOperatorAddition            = IntegrationZendeskConnectorOperator("ADDITION")
	IntegrationZendeskConnectorOperatorMultiplication      = IntegrationZendeskConnectorOperator("MULTIPLICATION")
	IntegrationZendeskConnectorOperatorDivision            = IntegrationZendeskConnectorOperator("DIVISION")
	IntegrationZendeskConnectorOperatorSubtraction         = IntegrationZendeskConnectorOperator("SUBTRACTION")
	IntegrationZendeskConnectorOperatorMaskAll             = IntegrationZendeskConnectorOperator("MASK_ALL")
	IntegrationZendeskConnectorOperatorMaskFirstN          = IntegrationZendeskConnectorOperator("MASK_FIRST_N")
	IntegrationZendeskConnectorOperatorMaskLastN           = IntegrationZendeskConnectorOperator("MASK_LAST_N")
	IntegrationZendeskConnectorOperatorValidateNonNull     = IntegrationZendeskConnectorOperator("VALIDATE_NON_NULL")
	IntegrationZendeskConnectorOperatorValidateNonZero     = IntegrationZendeskConnectorOperator("VALIDATE_NON_ZERO")
	IntegrationZendeskConnectorOperatorValidateNonNegative = IntegrationZendeskConnectorOperator("VALIDATE_NON_NEGATIVE")
	IntegrationZendeskConnectorOperatorValidateNumeric     = IntegrationZendeskConnectorOperator("VALIDATE_NUMERIC")
	IntegrationZendeskConnectorOperatorNoOp                = IntegrationZendeskConnectorOperator("NO_OP")
)
View Source
const (
	ObjectTypeFieldContentTypeString       = ObjectTypeFieldContentType("STRING")
	ObjectTypeFieldContentTypeNumber       = ObjectTypeFieldContentType("NUMBER")
	ObjectTypeFieldContentTypePhoneNumber  = ObjectTypeFieldContentType("PHONE_NUMBER")
	ObjectTypeFieldContentTypeEmailAddress = ObjectTypeFieldContentType("EMAIL_ADDRESS")
	ObjectTypeFieldContentTypeName         = ObjectTypeFieldContentType("NAME")
)
View Source
const (
	ObjectTypeKeyStandardIdentifiersItemProfile    = ObjectTypeKeyStandardIdentifiersItem("PROFILE")
	ObjectTypeKeyStandardIdentifiersItemUnique     = ObjectTypeKeyStandardIdentifiersItem("UNIQUE")
	ObjectTypeKeyStandardIdentifiersItemSecondary  = ObjectTypeKeyStandardIdentifiersItem("SECONDARY")
	ObjectTypeKeyStandardIdentifiersItemLookupOnly = ObjectTypeKeyStandardIdentifiersItem("LOOKUP_ONLY")
	ObjectTypeKeyStandardIdentifiersItemNewOnly    = ObjectTypeKeyStandardIdentifiersItem("NEW_ONLY")
	ObjectTypeKeyStandardIdentifiersItemAsset      = ObjectTypeKeyStandardIdentifiersItem("ASSET")
	ObjectTypeKeyStandardIdentifiersItemCase       = ObjectTypeKeyStandardIdentifiersItem("CASE")
	ObjectTypeKeyStandardIdentifiersItemOrder      = ObjectTypeKeyStandardIdentifiersItem("ORDER")
)
View Source
const (
	CalculatedAttributeDefinitionRangeUnitDays = CalculatedAttributeDefinitionRangeUnit("DAYS")
)

Variables

This section is empty.

Functions

This section is empty.

Types

type CalculatedAttributeDefinition added in v0.66.0

type CalculatedAttributeDefinition struct {
	pulumi.CustomResourceState

	AttributeDetails        CalculatedAttributeDefinitionAttributeDetailsOutput `pulumi:"attributeDetails"`
	CalculatedAttributeName pulumi.StringOutput                                 `pulumi:"calculatedAttributeName"`
	Conditions              CalculatedAttributeDefinitionConditionsPtrOutput    `pulumi:"conditions"`
	// The timestamp of when the calculated attribute definition was created.
	CreatedAt   pulumi.StringOutput    `pulumi:"createdAt"`
	Description pulumi.StringPtrOutput `pulumi:"description"`
	DisplayName pulumi.StringPtrOutput `pulumi:"displayName"`
	DomainName  pulumi.StringOutput    `pulumi:"domainName"`
	// The timestamp of when the calculated attribute definition was most recently edited.
	LastUpdatedAt pulumi.StringOutput                          `pulumi:"lastUpdatedAt"`
	Statistic     CalculatedAttributeDefinitionStatisticOutput `pulumi:"statistic"`
	Tags          CalculatedAttributeDefinitionTagArrayOutput  `pulumi:"tags"`
}

A calculated attribute definition for Customer Profiles

func GetCalculatedAttributeDefinition added in v0.66.0

func GetCalculatedAttributeDefinition(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *CalculatedAttributeDefinitionState, opts ...pulumi.ResourceOption) (*CalculatedAttributeDefinition, error)

GetCalculatedAttributeDefinition gets an existing CalculatedAttributeDefinition resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewCalculatedAttributeDefinition added in v0.66.0

func NewCalculatedAttributeDefinition(ctx *pulumi.Context,
	name string, args *CalculatedAttributeDefinitionArgs, opts ...pulumi.ResourceOption) (*CalculatedAttributeDefinition, error)

NewCalculatedAttributeDefinition registers a new resource with the given unique name, arguments, and options.

func (*CalculatedAttributeDefinition) ElementType added in v0.66.0

func (*CalculatedAttributeDefinition) ToCalculatedAttributeDefinitionOutput added in v0.66.0

func (i *CalculatedAttributeDefinition) ToCalculatedAttributeDefinitionOutput() CalculatedAttributeDefinitionOutput

func (*CalculatedAttributeDefinition) ToCalculatedAttributeDefinitionOutputWithContext added in v0.66.0

func (i *CalculatedAttributeDefinition) ToCalculatedAttributeDefinitionOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionOutput

func (*CalculatedAttributeDefinition) ToOutput added in v0.76.0

type CalculatedAttributeDefinitionArgs added in v0.66.0

The set of arguments for constructing a CalculatedAttributeDefinition resource.

func (CalculatedAttributeDefinitionArgs) ElementType added in v0.66.0

type CalculatedAttributeDefinitionAttributeDetails added in v0.66.0

type CalculatedAttributeDefinitionAttributeDetails struct {
	Attributes []CalculatedAttributeDefinitionAttributeItem `pulumi:"attributes"`
	Expression string                                       `pulumi:"expression"`
}

Mathematical expression and a list of attribute items specified in that expression.

type CalculatedAttributeDefinitionAttributeDetailsArgs added in v0.66.0

type CalculatedAttributeDefinitionAttributeDetailsArgs struct {
	Attributes CalculatedAttributeDefinitionAttributeItemArrayInput `pulumi:"attributes"`
	Expression pulumi.StringInput                                   `pulumi:"expression"`
}

Mathematical expression and a list of attribute items specified in that expression.

func (CalculatedAttributeDefinitionAttributeDetailsArgs) ElementType added in v0.66.0

func (CalculatedAttributeDefinitionAttributeDetailsArgs) ToCalculatedAttributeDefinitionAttributeDetailsOutput added in v0.66.0

func (i CalculatedAttributeDefinitionAttributeDetailsArgs) ToCalculatedAttributeDefinitionAttributeDetailsOutput() CalculatedAttributeDefinitionAttributeDetailsOutput

func (CalculatedAttributeDefinitionAttributeDetailsArgs) ToCalculatedAttributeDefinitionAttributeDetailsOutputWithContext added in v0.66.0

func (i CalculatedAttributeDefinitionAttributeDetailsArgs) ToCalculatedAttributeDefinitionAttributeDetailsOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionAttributeDetailsOutput

func (CalculatedAttributeDefinitionAttributeDetailsArgs) ToOutput added in v0.76.0

type CalculatedAttributeDefinitionAttributeDetailsInput added in v0.66.0

type CalculatedAttributeDefinitionAttributeDetailsInput interface {
	pulumi.Input

	ToCalculatedAttributeDefinitionAttributeDetailsOutput() CalculatedAttributeDefinitionAttributeDetailsOutput
	ToCalculatedAttributeDefinitionAttributeDetailsOutputWithContext(context.Context) CalculatedAttributeDefinitionAttributeDetailsOutput
}

CalculatedAttributeDefinitionAttributeDetailsInput is an input type that accepts CalculatedAttributeDefinitionAttributeDetailsArgs and CalculatedAttributeDefinitionAttributeDetailsOutput values. You can construct a concrete instance of `CalculatedAttributeDefinitionAttributeDetailsInput` via:

CalculatedAttributeDefinitionAttributeDetailsArgs{...}

type CalculatedAttributeDefinitionAttributeDetailsOutput added in v0.66.0

type CalculatedAttributeDefinitionAttributeDetailsOutput struct{ *pulumi.OutputState }

Mathematical expression and a list of attribute items specified in that expression.

func (CalculatedAttributeDefinitionAttributeDetailsOutput) Attributes added in v0.66.0

func (CalculatedAttributeDefinitionAttributeDetailsOutput) ElementType added in v0.66.0

func (CalculatedAttributeDefinitionAttributeDetailsOutput) Expression added in v0.66.0

func (CalculatedAttributeDefinitionAttributeDetailsOutput) ToCalculatedAttributeDefinitionAttributeDetailsOutput added in v0.66.0

func (o CalculatedAttributeDefinitionAttributeDetailsOutput) ToCalculatedAttributeDefinitionAttributeDetailsOutput() CalculatedAttributeDefinitionAttributeDetailsOutput

func (CalculatedAttributeDefinitionAttributeDetailsOutput) ToCalculatedAttributeDefinitionAttributeDetailsOutputWithContext added in v0.66.0

func (o CalculatedAttributeDefinitionAttributeDetailsOutput) ToCalculatedAttributeDefinitionAttributeDetailsOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionAttributeDetailsOutput

func (CalculatedAttributeDefinitionAttributeDetailsOutput) ToOutput added in v0.76.0

type CalculatedAttributeDefinitionAttributeDetailsPtrOutput added in v0.66.0

type CalculatedAttributeDefinitionAttributeDetailsPtrOutput struct{ *pulumi.OutputState }

func (CalculatedAttributeDefinitionAttributeDetailsPtrOutput) Attributes added in v0.66.0

func (CalculatedAttributeDefinitionAttributeDetailsPtrOutput) Elem added in v0.66.0

func (CalculatedAttributeDefinitionAttributeDetailsPtrOutput) ElementType added in v0.66.0

func (CalculatedAttributeDefinitionAttributeDetailsPtrOutput) Expression added in v0.66.0

func (CalculatedAttributeDefinitionAttributeDetailsPtrOutput) ToCalculatedAttributeDefinitionAttributeDetailsPtrOutput added in v0.66.0

func (CalculatedAttributeDefinitionAttributeDetailsPtrOutput) ToCalculatedAttributeDefinitionAttributeDetailsPtrOutputWithContext added in v0.66.0

func (o CalculatedAttributeDefinitionAttributeDetailsPtrOutput) ToCalculatedAttributeDefinitionAttributeDetailsPtrOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionAttributeDetailsPtrOutput

func (CalculatedAttributeDefinitionAttributeDetailsPtrOutput) ToOutput added in v0.76.0

type CalculatedAttributeDefinitionAttributeItem added in v0.66.0

type CalculatedAttributeDefinitionAttributeItem struct {
	Name string `pulumi:"name"`
}

The details of a single attribute item specified in the mathematical expression.

type CalculatedAttributeDefinitionAttributeItemArgs added in v0.66.0

type CalculatedAttributeDefinitionAttributeItemArgs struct {
	Name pulumi.StringInput `pulumi:"name"`
}

The details of a single attribute item specified in the mathematical expression.

func (CalculatedAttributeDefinitionAttributeItemArgs) ElementType added in v0.66.0

func (CalculatedAttributeDefinitionAttributeItemArgs) ToCalculatedAttributeDefinitionAttributeItemOutput added in v0.66.0

func (i CalculatedAttributeDefinitionAttributeItemArgs) ToCalculatedAttributeDefinitionAttributeItemOutput() CalculatedAttributeDefinitionAttributeItemOutput

func (CalculatedAttributeDefinitionAttributeItemArgs) ToCalculatedAttributeDefinitionAttributeItemOutputWithContext added in v0.66.0

func (i CalculatedAttributeDefinitionAttributeItemArgs) ToCalculatedAttributeDefinitionAttributeItemOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionAttributeItemOutput

func (CalculatedAttributeDefinitionAttributeItemArgs) ToOutput added in v0.76.0

type CalculatedAttributeDefinitionAttributeItemArray added in v0.66.0

type CalculatedAttributeDefinitionAttributeItemArray []CalculatedAttributeDefinitionAttributeItemInput

func (CalculatedAttributeDefinitionAttributeItemArray) ElementType added in v0.66.0

func (CalculatedAttributeDefinitionAttributeItemArray) ToCalculatedAttributeDefinitionAttributeItemArrayOutput added in v0.66.0

func (i CalculatedAttributeDefinitionAttributeItemArray) ToCalculatedAttributeDefinitionAttributeItemArrayOutput() CalculatedAttributeDefinitionAttributeItemArrayOutput

func (CalculatedAttributeDefinitionAttributeItemArray) ToCalculatedAttributeDefinitionAttributeItemArrayOutputWithContext added in v0.66.0

func (i CalculatedAttributeDefinitionAttributeItemArray) ToCalculatedAttributeDefinitionAttributeItemArrayOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionAttributeItemArrayOutput

func (CalculatedAttributeDefinitionAttributeItemArray) ToOutput added in v0.76.0

type CalculatedAttributeDefinitionAttributeItemArrayInput added in v0.66.0

type CalculatedAttributeDefinitionAttributeItemArrayInput interface {
	pulumi.Input

	ToCalculatedAttributeDefinitionAttributeItemArrayOutput() CalculatedAttributeDefinitionAttributeItemArrayOutput
	ToCalculatedAttributeDefinitionAttributeItemArrayOutputWithContext(context.Context) CalculatedAttributeDefinitionAttributeItemArrayOutput
}

CalculatedAttributeDefinitionAttributeItemArrayInput is an input type that accepts CalculatedAttributeDefinitionAttributeItemArray and CalculatedAttributeDefinitionAttributeItemArrayOutput values. You can construct a concrete instance of `CalculatedAttributeDefinitionAttributeItemArrayInput` via:

CalculatedAttributeDefinitionAttributeItemArray{ CalculatedAttributeDefinitionAttributeItemArgs{...} }

type CalculatedAttributeDefinitionAttributeItemArrayOutput added in v0.66.0

type CalculatedAttributeDefinitionAttributeItemArrayOutput struct{ *pulumi.OutputState }

func (CalculatedAttributeDefinitionAttributeItemArrayOutput) ElementType added in v0.66.0

func (CalculatedAttributeDefinitionAttributeItemArrayOutput) Index added in v0.66.0

func (CalculatedAttributeDefinitionAttributeItemArrayOutput) ToCalculatedAttributeDefinitionAttributeItemArrayOutput added in v0.66.0

func (CalculatedAttributeDefinitionAttributeItemArrayOutput) ToCalculatedAttributeDefinitionAttributeItemArrayOutputWithContext added in v0.66.0

func (o CalculatedAttributeDefinitionAttributeItemArrayOutput) ToCalculatedAttributeDefinitionAttributeItemArrayOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionAttributeItemArrayOutput

func (CalculatedAttributeDefinitionAttributeItemArrayOutput) ToOutput added in v0.76.0

type CalculatedAttributeDefinitionAttributeItemInput added in v0.66.0

type CalculatedAttributeDefinitionAttributeItemInput interface {
	pulumi.Input

	ToCalculatedAttributeDefinitionAttributeItemOutput() CalculatedAttributeDefinitionAttributeItemOutput
	ToCalculatedAttributeDefinitionAttributeItemOutputWithContext(context.Context) CalculatedAttributeDefinitionAttributeItemOutput
}

CalculatedAttributeDefinitionAttributeItemInput is an input type that accepts CalculatedAttributeDefinitionAttributeItemArgs and CalculatedAttributeDefinitionAttributeItemOutput values. You can construct a concrete instance of `CalculatedAttributeDefinitionAttributeItemInput` via:

CalculatedAttributeDefinitionAttributeItemArgs{...}

type CalculatedAttributeDefinitionAttributeItemOutput added in v0.66.0

type CalculatedAttributeDefinitionAttributeItemOutput struct{ *pulumi.OutputState }

The details of a single attribute item specified in the mathematical expression.

func (CalculatedAttributeDefinitionAttributeItemOutput) ElementType added in v0.66.0

func (CalculatedAttributeDefinitionAttributeItemOutput) Name added in v0.66.0

func (CalculatedAttributeDefinitionAttributeItemOutput) ToCalculatedAttributeDefinitionAttributeItemOutput added in v0.66.0

func (o CalculatedAttributeDefinitionAttributeItemOutput) ToCalculatedAttributeDefinitionAttributeItemOutput() CalculatedAttributeDefinitionAttributeItemOutput

func (CalculatedAttributeDefinitionAttributeItemOutput) ToCalculatedAttributeDefinitionAttributeItemOutputWithContext added in v0.66.0

func (o CalculatedAttributeDefinitionAttributeItemOutput) ToCalculatedAttributeDefinitionAttributeItemOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionAttributeItemOutput

func (CalculatedAttributeDefinitionAttributeItemOutput) ToOutput added in v0.76.0

type CalculatedAttributeDefinitionConditions added in v0.66.0

type CalculatedAttributeDefinitionConditions struct {
	ObjectCount *int                                    `pulumi:"objectCount"`
	Range       *CalculatedAttributeDefinitionRange     `pulumi:"range"`
	Threshold   *CalculatedAttributeDefinitionThreshold `pulumi:"threshold"`
}

The conditions including range, object count, and threshold for the calculated attribute.

type CalculatedAttributeDefinitionConditionsArgs added in v0.66.0

type CalculatedAttributeDefinitionConditionsArgs struct {
	ObjectCount pulumi.IntPtrInput                             `pulumi:"objectCount"`
	Range       CalculatedAttributeDefinitionRangePtrInput     `pulumi:"range"`
	Threshold   CalculatedAttributeDefinitionThresholdPtrInput `pulumi:"threshold"`
}

The conditions including range, object count, and threshold for the calculated attribute.

func (CalculatedAttributeDefinitionConditionsArgs) ElementType added in v0.66.0

func (CalculatedAttributeDefinitionConditionsArgs) ToCalculatedAttributeDefinitionConditionsOutput added in v0.66.0

func (i CalculatedAttributeDefinitionConditionsArgs) ToCalculatedAttributeDefinitionConditionsOutput() CalculatedAttributeDefinitionConditionsOutput

func (CalculatedAttributeDefinitionConditionsArgs) ToCalculatedAttributeDefinitionConditionsOutputWithContext added in v0.66.0

func (i CalculatedAttributeDefinitionConditionsArgs) ToCalculatedAttributeDefinitionConditionsOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionConditionsOutput

func (CalculatedAttributeDefinitionConditionsArgs) ToCalculatedAttributeDefinitionConditionsPtrOutput added in v0.66.0

func (i CalculatedAttributeDefinitionConditionsArgs) ToCalculatedAttributeDefinitionConditionsPtrOutput() CalculatedAttributeDefinitionConditionsPtrOutput

func (CalculatedAttributeDefinitionConditionsArgs) ToCalculatedAttributeDefinitionConditionsPtrOutputWithContext added in v0.66.0

func (i CalculatedAttributeDefinitionConditionsArgs) ToCalculatedAttributeDefinitionConditionsPtrOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionConditionsPtrOutput

func (CalculatedAttributeDefinitionConditionsArgs) ToOutput added in v0.76.0

type CalculatedAttributeDefinitionConditionsInput added in v0.66.0

type CalculatedAttributeDefinitionConditionsInput interface {
	pulumi.Input

	ToCalculatedAttributeDefinitionConditionsOutput() CalculatedAttributeDefinitionConditionsOutput
	ToCalculatedAttributeDefinitionConditionsOutputWithContext(context.Context) CalculatedAttributeDefinitionConditionsOutput
}

CalculatedAttributeDefinitionConditionsInput is an input type that accepts CalculatedAttributeDefinitionConditionsArgs and CalculatedAttributeDefinitionConditionsOutput values. You can construct a concrete instance of `CalculatedAttributeDefinitionConditionsInput` via:

CalculatedAttributeDefinitionConditionsArgs{...}

type CalculatedAttributeDefinitionConditionsOutput added in v0.66.0

type CalculatedAttributeDefinitionConditionsOutput struct{ *pulumi.OutputState }

The conditions including range, object count, and threshold for the calculated attribute.

func (CalculatedAttributeDefinitionConditionsOutput) ElementType added in v0.66.0

func (CalculatedAttributeDefinitionConditionsOutput) ObjectCount added in v0.66.0

func (CalculatedAttributeDefinitionConditionsOutput) Range added in v0.66.0

func (CalculatedAttributeDefinitionConditionsOutput) Threshold added in v0.66.0

func (CalculatedAttributeDefinitionConditionsOutput) ToCalculatedAttributeDefinitionConditionsOutput added in v0.66.0

func (o CalculatedAttributeDefinitionConditionsOutput) ToCalculatedAttributeDefinitionConditionsOutput() CalculatedAttributeDefinitionConditionsOutput

func (CalculatedAttributeDefinitionConditionsOutput) ToCalculatedAttributeDefinitionConditionsOutputWithContext added in v0.66.0

func (o CalculatedAttributeDefinitionConditionsOutput) ToCalculatedAttributeDefinitionConditionsOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionConditionsOutput

func (CalculatedAttributeDefinitionConditionsOutput) ToCalculatedAttributeDefinitionConditionsPtrOutput added in v0.66.0

func (o CalculatedAttributeDefinitionConditionsOutput) ToCalculatedAttributeDefinitionConditionsPtrOutput() CalculatedAttributeDefinitionConditionsPtrOutput

func (CalculatedAttributeDefinitionConditionsOutput) ToCalculatedAttributeDefinitionConditionsPtrOutputWithContext added in v0.66.0

func (o CalculatedAttributeDefinitionConditionsOutput) ToCalculatedAttributeDefinitionConditionsPtrOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionConditionsPtrOutput

func (CalculatedAttributeDefinitionConditionsOutput) ToOutput added in v0.76.0

type CalculatedAttributeDefinitionConditionsPtrInput added in v0.66.0

type CalculatedAttributeDefinitionConditionsPtrInput interface {
	pulumi.Input

	ToCalculatedAttributeDefinitionConditionsPtrOutput() CalculatedAttributeDefinitionConditionsPtrOutput
	ToCalculatedAttributeDefinitionConditionsPtrOutputWithContext(context.Context) CalculatedAttributeDefinitionConditionsPtrOutput
}

CalculatedAttributeDefinitionConditionsPtrInput is an input type that accepts CalculatedAttributeDefinitionConditionsArgs, CalculatedAttributeDefinitionConditionsPtr and CalculatedAttributeDefinitionConditionsPtrOutput values. You can construct a concrete instance of `CalculatedAttributeDefinitionConditionsPtrInput` via:

        CalculatedAttributeDefinitionConditionsArgs{...}

or:

        nil

type CalculatedAttributeDefinitionConditionsPtrOutput added in v0.66.0

type CalculatedAttributeDefinitionConditionsPtrOutput struct{ *pulumi.OutputState }

func (CalculatedAttributeDefinitionConditionsPtrOutput) Elem added in v0.66.0

func (CalculatedAttributeDefinitionConditionsPtrOutput) ElementType added in v0.66.0

func (CalculatedAttributeDefinitionConditionsPtrOutput) ObjectCount added in v0.66.0

func (CalculatedAttributeDefinitionConditionsPtrOutput) Range added in v0.66.0

func (CalculatedAttributeDefinitionConditionsPtrOutput) Threshold added in v0.66.0

func (CalculatedAttributeDefinitionConditionsPtrOutput) ToCalculatedAttributeDefinitionConditionsPtrOutput added in v0.66.0

func (o CalculatedAttributeDefinitionConditionsPtrOutput) ToCalculatedAttributeDefinitionConditionsPtrOutput() CalculatedAttributeDefinitionConditionsPtrOutput

func (CalculatedAttributeDefinitionConditionsPtrOutput) ToCalculatedAttributeDefinitionConditionsPtrOutputWithContext added in v0.66.0

func (o CalculatedAttributeDefinitionConditionsPtrOutput) ToCalculatedAttributeDefinitionConditionsPtrOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionConditionsPtrOutput

func (CalculatedAttributeDefinitionConditionsPtrOutput) ToOutput added in v0.76.0

type CalculatedAttributeDefinitionInput added in v0.66.0

type CalculatedAttributeDefinitionInput interface {
	pulumi.Input

	ToCalculatedAttributeDefinitionOutput() CalculatedAttributeDefinitionOutput
	ToCalculatedAttributeDefinitionOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionOutput
}

type CalculatedAttributeDefinitionOutput added in v0.66.0

type CalculatedAttributeDefinitionOutput struct{ *pulumi.OutputState }

func (CalculatedAttributeDefinitionOutput) AttributeDetails added in v0.66.0

func (CalculatedAttributeDefinitionOutput) CalculatedAttributeName added in v0.66.0

func (o CalculatedAttributeDefinitionOutput) CalculatedAttributeName() pulumi.StringOutput

func (CalculatedAttributeDefinitionOutput) Conditions added in v0.66.0

func (CalculatedAttributeDefinitionOutput) CreatedAt added in v0.66.0

The timestamp of when the calculated attribute definition was created.

func (CalculatedAttributeDefinitionOutput) Description added in v0.66.0

func (CalculatedAttributeDefinitionOutput) DisplayName added in v0.66.0

func (CalculatedAttributeDefinitionOutput) DomainName added in v0.66.0

func (CalculatedAttributeDefinitionOutput) ElementType added in v0.66.0

func (CalculatedAttributeDefinitionOutput) LastUpdatedAt added in v0.66.0

The timestamp of when the calculated attribute definition was most recently edited.

func (CalculatedAttributeDefinitionOutput) Statistic added in v0.66.0

func (CalculatedAttributeDefinitionOutput) Tags added in v0.66.0

func (CalculatedAttributeDefinitionOutput) ToCalculatedAttributeDefinitionOutput added in v0.66.0

func (o CalculatedAttributeDefinitionOutput) ToCalculatedAttributeDefinitionOutput() CalculatedAttributeDefinitionOutput

func (CalculatedAttributeDefinitionOutput) ToCalculatedAttributeDefinitionOutputWithContext added in v0.66.0

func (o CalculatedAttributeDefinitionOutput) ToCalculatedAttributeDefinitionOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionOutput

func (CalculatedAttributeDefinitionOutput) ToOutput added in v0.76.0

type CalculatedAttributeDefinitionRange added in v0.66.0

type CalculatedAttributeDefinitionRange struct {
	Unit  CalculatedAttributeDefinitionRangeUnit `pulumi:"unit"`
	Value int                                    `pulumi:"value"`
}

The relative time period over which data is included in the aggregation.

type CalculatedAttributeDefinitionRangeArgs added in v0.66.0

type CalculatedAttributeDefinitionRangeArgs struct {
	Unit  CalculatedAttributeDefinitionRangeUnitInput `pulumi:"unit"`
	Value pulumi.IntInput                             `pulumi:"value"`
}

The relative time period over which data is included in the aggregation.

func (CalculatedAttributeDefinitionRangeArgs) ElementType added in v0.66.0

func (CalculatedAttributeDefinitionRangeArgs) ToCalculatedAttributeDefinitionRangeOutput added in v0.66.0

func (i CalculatedAttributeDefinitionRangeArgs) ToCalculatedAttributeDefinitionRangeOutput() CalculatedAttributeDefinitionRangeOutput

func (CalculatedAttributeDefinitionRangeArgs) ToCalculatedAttributeDefinitionRangeOutputWithContext added in v0.66.0

func (i CalculatedAttributeDefinitionRangeArgs) ToCalculatedAttributeDefinitionRangeOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionRangeOutput

func (CalculatedAttributeDefinitionRangeArgs) ToCalculatedAttributeDefinitionRangePtrOutput added in v0.66.0

func (i CalculatedAttributeDefinitionRangeArgs) ToCalculatedAttributeDefinitionRangePtrOutput() CalculatedAttributeDefinitionRangePtrOutput

func (CalculatedAttributeDefinitionRangeArgs) ToCalculatedAttributeDefinitionRangePtrOutputWithContext added in v0.66.0

func (i CalculatedAttributeDefinitionRangeArgs) ToCalculatedAttributeDefinitionRangePtrOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionRangePtrOutput

func (CalculatedAttributeDefinitionRangeArgs) ToOutput added in v0.76.0

type CalculatedAttributeDefinitionRangeInput added in v0.66.0

type CalculatedAttributeDefinitionRangeInput interface {
	pulumi.Input

	ToCalculatedAttributeDefinitionRangeOutput() CalculatedAttributeDefinitionRangeOutput
	ToCalculatedAttributeDefinitionRangeOutputWithContext(context.Context) CalculatedAttributeDefinitionRangeOutput
}

CalculatedAttributeDefinitionRangeInput is an input type that accepts CalculatedAttributeDefinitionRangeArgs and CalculatedAttributeDefinitionRangeOutput values. You can construct a concrete instance of `CalculatedAttributeDefinitionRangeInput` via:

CalculatedAttributeDefinitionRangeArgs{...}

type CalculatedAttributeDefinitionRangeOutput added in v0.66.0

type CalculatedAttributeDefinitionRangeOutput struct{ *pulumi.OutputState }

The relative time period over which data is included in the aggregation.

func (CalculatedAttributeDefinitionRangeOutput) ElementType added in v0.66.0

func (CalculatedAttributeDefinitionRangeOutput) ToCalculatedAttributeDefinitionRangeOutput added in v0.66.0

func (o CalculatedAttributeDefinitionRangeOutput) ToCalculatedAttributeDefinitionRangeOutput() CalculatedAttributeDefinitionRangeOutput

func (CalculatedAttributeDefinitionRangeOutput) ToCalculatedAttributeDefinitionRangeOutputWithContext added in v0.66.0

func (o CalculatedAttributeDefinitionRangeOutput) ToCalculatedAttributeDefinitionRangeOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionRangeOutput

func (CalculatedAttributeDefinitionRangeOutput) ToCalculatedAttributeDefinitionRangePtrOutput added in v0.66.0

func (o CalculatedAttributeDefinitionRangeOutput) ToCalculatedAttributeDefinitionRangePtrOutput() CalculatedAttributeDefinitionRangePtrOutput

func (CalculatedAttributeDefinitionRangeOutput) ToCalculatedAttributeDefinitionRangePtrOutputWithContext added in v0.66.0

func (o CalculatedAttributeDefinitionRangeOutput) ToCalculatedAttributeDefinitionRangePtrOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionRangePtrOutput

func (CalculatedAttributeDefinitionRangeOutput) ToOutput added in v0.76.0

func (CalculatedAttributeDefinitionRangeOutput) Unit added in v0.66.0

func (CalculatedAttributeDefinitionRangeOutput) Value added in v0.66.0

type CalculatedAttributeDefinitionRangePtrInput added in v0.66.0

type CalculatedAttributeDefinitionRangePtrInput interface {
	pulumi.Input

	ToCalculatedAttributeDefinitionRangePtrOutput() CalculatedAttributeDefinitionRangePtrOutput
	ToCalculatedAttributeDefinitionRangePtrOutputWithContext(context.Context) CalculatedAttributeDefinitionRangePtrOutput
}

CalculatedAttributeDefinitionRangePtrInput is an input type that accepts CalculatedAttributeDefinitionRangeArgs, CalculatedAttributeDefinitionRangePtr and CalculatedAttributeDefinitionRangePtrOutput values. You can construct a concrete instance of `CalculatedAttributeDefinitionRangePtrInput` via:

        CalculatedAttributeDefinitionRangeArgs{...}

or:

        nil

type CalculatedAttributeDefinitionRangePtrOutput added in v0.66.0

type CalculatedAttributeDefinitionRangePtrOutput struct{ *pulumi.OutputState }

func (CalculatedAttributeDefinitionRangePtrOutput) Elem added in v0.66.0

func (CalculatedAttributeDefinitionRangePtrOutput) ElementType added in v0.66.0

func (CalculatedAttributeDefinitionRangePtrOutput) ToCalculatedAttributeDefinitionRangePtrOutput added in v0.66.0

func (o CalculatedAttributeDefinitionRangePtrOutput) ToCalculatedAttributeDefinitionRangePtrOutput() CalculatedAttributeDefinitionRangePtrOutput

func (CalculatedAttributeDefinitionRangePtrOutput) ToCalculatedAttributeDefinitionRangePtrOutputWithContext added in v0.66.0

func (o CalculatedAttributeDefinitionRangePtrOutput) ToCalculatedAttributeDefinitionRangePtrOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionRangePtrOutput

func (CalculatedAttributeDefinitionRangePtrOutput) ToOutput added in v0.76.0

func (CalculatedAttributeDefinitionRangePtrOutput) Unit added in v0.66.0

func (CalculatedAttributeDefinitionRangePtrOutput) Value added in v0.66.0

type CalculatedAttributeDefinitionRangeUnit added in v0.66.0

type CalculatedAttributeDefinitionRangeUnit string

The unit of time.

func (CalculatedAttributeDefinitionRangeUnit) ElementType added in v0.66.0

func (CalculatedAttributeDefinitionRangeUnit) ToCalculatedAttributeDefinitionRangeUnitOutput added in v0.66.0

func (e CalculatedAttributeDefinitionRangeUnit) ToCalculatedAttributeDefinitionRangeUnitOutput() CalculatedAttributeDefinitionRangeUnitOutput

func (CalculatedAttributeDefinitionRangeUnit) ToCalculatedAttributeDefinitionRangeUnitOutputWithContext added in v0.66.0

func (e CalculatedAttributeDefinitionRangeUnit) ToCalculatedAttributeDefinitionRangeUnitOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionRangeUnitOutput

func (CalculatedAttributeDefinitionRangeUnit) ToCalculatedAttributeDefinitionRangeUnitPtrOutput added in v0.66.0

func (e CalculatedAttributeDefinitionRangeUnit) ToCalculatedAttributeDefinitionRangeUnitPtrOutput() CalculatedAttributeDefinitionRangeUnitPtrOutput

func (CalculatedAttributeDefinitionRangeUnit) ToCalculatedAttributeDefinitionRangeUnitPtrOutputWithContext added in v0.66.0

func (e CalculatedAttributeDefinitionRangeUnit) ToCalculatedAttributeDefinitionRangeUnitPtrOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionRangeUnitPtrOutput

func (CalculatedAttributeDefinitionRangeUnit) ToStringOutput added in v0.66.0

func (CalculatedAttributeDefinitionRangeUnit) ToStringOutputWithContext added in v0.66.0

func (CalculatedAttributeDefinitionRangeUnit) ToStringPtrOutput added in v0.66.0

func (CalculatedAttributeDefinitionRangeUnit) ToStringPtrOutputWithContext added in v0.66.0

func (e CalculatedAttributeDefinitionRangeUnit) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type CalculatedAttributeDefinitionRangeUnitInput added in v0.66.0

type CalculatedAttributeDefinitionRangeUnitInput interface {
	pulumi.Input

	ToCalculatedAttributeDefinitionRangeUnitOutput() CalculatedAttributeDefinitionRangeUnitOutput
	ToCalculatedAttributeDefinitionRangeUnitOutputWithContext(context.Context) CalculatedAttributeDefinitionRangeUnitOutput
}

CalculatedAttributeDefinitionRangeUnitInput is an input type that accepts CalculatedAttributeDefinitionRangeUnitArgs and CalculatedAttributeDefinitionRangeUnitOutput values. You can construct a concrete instance of `CalculatedAttributeDefinitionRangeUnitInput` via:

CalculatedAttributeDefinitionRangeUnitArgs{...}

type CalculatedAttributeDefinitionRangeUnitOutput added in v0.66.0

type CalculatedAttributeDefinitionRangeUnitOutput struct{ *pulumi.OutputState }

func (CalculatedAttributeDefinitionRangeUnitOutput) ElementType added in v0.66.0

func (CalculatedAttributeDefinitionRangeUnitOutput) ToCalculatedAttributeDefinitionRangeUnitOutput added in v0.66.0

func (o CalculatedAttributeDefinitionRangeUnitOutput) ToCalculatedAttributeDefinitionRangeUnitOutput() CalculatedAttributeDefinitionRangeUnitOutput

func (CalculatedAttributeDefinitionRangeUnitOutput) ToCalculatedAttributeDefinitionRangeUnitOutputWithContext added in v0.66.0

func (o CalculatedAttributeDefinitionRangeUnitOutput) ToCalculatedAttributeDefinitionRangeUnitOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionRangeUnitOutput

func (CalculatedAttributeDefinitionRangeUnitOutput) ToCalculatedAttributeDefinitionRangeUnitPtrOutput added in v0.66.0

func (o CalculatedAttributeDefinitionRangeUnitOutput) ToCalculatedAttributeDefinitionRangeUnitPtrOutput() CalculatedAttributeDefinitionRangeUnitPtrOutput

func (CalculatedAttributeDefinitionRangeUnitOutput) ToCalculatedAttributeDefinitionRangeUnitPtrOutputWithContext added in v0.66.0

func (o CalculatedAttributeDefinitionRangeUnitOutput) ToCalculatedAttributeDefinitionRangeUnitPtrOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionRangeUnitPtrOutput

func (CalculatedAttributeDefinitionRangeUnitOutput) ToOutput added in v0.76.0

func (CalculatedAttributeDefinitionRangeUnitOutput) ToStringOutput added in v0.66.0

func (CalculatedAttributeDefinitionRangeUnitOutput) ToStringOutputWithContext added in v0.66.0

func (CalculatedAttributeDefinitionRangeUnitOutput) ToStringPtrOutput added in v0.66.0

func (CalculatedAttributeDefinitionRangeUnitOutput) ToStringPtrOutputWithContext added in v0.66.0

type CalculatedAttributeDefinitionRangeUnitPtrInput added in v0.66.0

type CalculatedAttributeDefinitionRangeUnitPtrInput interface {
	pulumi.Input

	ToCalculatedAttributeDefinitionRangeUnitPtrOutput() CalculatedAttributeDefinitionRangeUnitPtrOutput
	ToCalculatedAttributeDefinitionRangeUnitPtrOutputWithContext(context.Context) CalculatedAttributeDefinitionRangeUnitPtrOutput
}

func CalculatedAttributeDefinitionRangeUnitPtr added in v0.66.0

func CalculatedAttributeDefinitionRangeUnitPtr(v string) CalculatedAttributeDefinitionRangeUnitPtrInput

type CalculatedAttributeDefinitionRangeUnitPtrOutput added in v0.66.0

type CalculatedAttributeDefinitionRangeUnitPtrOutput struct{ *pulumi.OutputState }

func (CalculatedAttributeDefinitionRangeUnitPtrOutput) Elem added in v0.66.0

func (CalculatedAttributeDefinitionRangeUnitPtrOutput) ElementType added in v0.66.0

func (CalculatedAttributeDefinitionRangeUnitPtrOutput) ToCalculatedAttributeDefinitionRangeUnitPtrOutput added in v0.66.0

func (o CalculatedAttributeDefinitionRangeUnitPtrOutput) ToCalculatedAttributeDefinitionRangeUnitPtrOutput() CalculatedAttributeDefinitionRangeUnitPtrOutput

func (CalculatedAttributeDefinitionRangeUnitPtrOutput) ToCalculatedAttributeDefinitionRangeUnitPtrOutputWithContext added in v0.66.0

func (o CalculatedAttributeDefinitionRangeUnitPtrOutput) ToCalculatedAttributeDefinitionRangeUnitPtrOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionRangeUnitPtrOutput

func (CalculatedAttributeDefinitionRangeUnitPtrOutput) ToOutput added in v0.76.0

func (CalculatedAttributeDefinitionRangeUnitPtrOutput) ToStringPtrOutput added in v0.66.0

func (CalculatedAttributeDefinitionRangeUnitPtrOutput) ToStringPtrOutputWithContext added in v0.66.0

type CalculatedAttributeDefinitionState added in v0.66.0

type CalculatedAttributeDefinitionState struct {
}

func (CalculatedAttributeDefinitionState) ElementType added in v0.66.0

type CalculatedAttributeDefinitionStatistic added in v0.66.0

type CalculatedAttributeDefinitionStatistic string

The aggregation operation to perform for the calculated attribute.

func (CalculatedAttributeDefinitionStatistic) ElementType added in v0.66.0

func (CalculatedAttributeDefinitionStatistic) ToCalculatedAttributeDefinitionStatisticOutput added in v0.66.0

func (e CalculatedAttributeDefinitionStatistic) ToCalculatedAttributeDefinitionStatisticOutput() CalculatedAttributeDefinitionStatisticOutput

func (CalculatedAttributeDefinitionStatistic) ToCalculatedAttributeDefinitionStatisticOutputWithContext added in v0.66.0

func (e CalculatedAttributeDefinitionStatistic) ToCalculatedAttributeDefinitionStatisticOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionStatisticOutput

func (CalculatedAttributeDefinitionStatistic) ToCalculatedAttributeDefinitionStatisticPtrOutput added in v0.66.0

func (e CalculatedAttributeDefinitionStatistic) ToCalculatedAttributeDefinitionStatisticPtrOutput() CalculatedAttributeDefinitionStatisticPtrOutput

func (CalculatedAttributeDefinitionStatistic) ToCalculatedAttributeDefinitionStatisticPtrOutputWithContext added in v0.66.0

func (e CalculatedAttributeDefinitionStatistic) ToCalculatedAttributeDefinitionStatisticPtrOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionStatisticPtrOutput

func (CalculatedAttributeDefinitionStatistic) ToStringOutput added in v0.66.0

func (CalculatedAttributeDefinitionStatistic) ToStringOutputWithContext added in v0.66.0

func (CalculatedAttributeDefinitionStatistic) ToStringPtrOutput added in v0.66.0

func (CalculatedAttributeDefinitionStatistic) ToStringPtrOutputWithContext added in v0.66.0

func (e CalculatedAttributeDefinitionStatistic) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type CalculatedAttributeDefinitionStatisticInput added in v0.66.0

type CalculatedAttributeDefinitionStatisticInput interface {
	pulumi.Input

	ToCalculatedAttributeDefinitionStatisticOutput() CalculatedAttributeDefinitionStatisticOutput
	ToCalculatedAttributeDefinitionStatisticOutputWithContext(context.Context) CalculatedAttributeDefinitionStatisticOutput
}

CalculatedAttributeDefinitionStatisticInput is an input type that accepts CalculatedAttributeDefinitionStatisticArgs and CalculatedAttributeDefinitionStatisticOutput values. You can construct a concrete instance of `CalculatedAttributeDefinitionStatisticInput` via:

CalculatedAttributeDefinitionStatisticArgs{...}

type CalculatedAttributeDefinitionStatisticOutput added in v0.66.0

type CalculatedAttributeDefinitionStatisticOutput struct{ *pulumi.OutputState }

func (CalculatedAttributeDefinitionStatisticOutput) ElementType added in v0.66.0

func (CalculatedAttributeDefinitionStatisticOutput) ToCalculatedAttributeDefinitionStatisticOutput added in v0.66.0

func (o CalculatedAttributeDefinitionStatisticOutput) ToCalculatedAttributeDefinitionStatisticOutput() CalculatedAttributeDefinitionStatisticOutput

func (CalculatedAttributeDefinitionStatisticOutput) ToCalculatedAttributeDefinitionStatisticOutputWithContext added in v0.66.0

func (o CalculatedAttributeDefinitionStatisticOutput) ToCalculatedAttributeDefinitionStatisticOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionStatisticOutput

func (CalculatedAttributeDefinitionStatisticOutput) ToCalculatedAttributeDefinitionStatisticPtrOutput added in v0.66.0

func (o CalculatedAttributeDefinitionStatisticOutput) ToCalculatedAttributeDefinitionStatisticPtrOutput() CalculatedAttributeDefinitionStatisticPtrOutput

func (CalculatedAttributeDefinitionStatisticOutput) ToCalculatedAttributeDefinitionStatisticPtrOutputWithContext added in v0.66.0

func (o CalculatedAttributeDefinitionStatisticOutput) ToCalculatedAttributeDefinitionStatisticPtrOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionStatisticPtrOutput

func (CalculatedAttributeDefinitionStatisticOutput) ToOutput added in v0.76.0

func (CalculatedAttributeDefinitionStatisticOutput) ToStringOutput added in v0.66.0

func (CalculatedAttributeDefinitionStatisticOutput) ToStringOutputWithContext added in v0.66.0

func (CalculatedAttributeDefinitionStatisticOutput) ToStringPtrOutput added in v0.66.0

func (CalculatedAttributeDefinitionStatisticOutput) ToStringPtrOutputWithContext added in v0.66.0

type CalculatedAttributeDefinitionStatisticPtrInput added in v0.66.0

type CalculatedAttributeDefinitionStatisticPtrInput interface {
	pulumi.Input

	ToCalculatedAttributeDefinitionStatisticPtrOutput() CalculatedAttributeDefinitionStatisticPtrOutput
	ToCalculatedAttributeDefinitionStatisticPtrOutputWithContext(context.Context) CalculatedAttributeDefinitionStatisticPtrOutput
}

func CalculatedAttributeDefinitionStatisticPtr added in v0.66.0

func CalculatedAttributeDefinitionStatisticPtr(v string) CalculatedAttributeDefinitionStatisticPtrInput

type CalculatedAttributeDefinitionStatisticPtrOutput added in v0.66.0

type CalculatedAttributeDefinitionStatisticPtrOutput struct{ *pulumi.OutputState }

func (CalculatedAttributeDefinitionStatisticPtrOutput) Elem added in v0.66.0

func (CalculatedAttributeDefinitionStatisticPtrOutput) ElementType added in v0.66.0

func (CalculatedAttributeDefinitionStatisticPtrOutput) ToCalculatedAttributeDefinitionStatisticPtrOutput added in v0.66.0

func (o CalculatedAttributeDefinitionStatisticPtrOutput) ToCalculatedAttributeDefinitionStatisticPtrOutput() CalculatedAttributeDefinitionStatisticPtrOutput

func (CalculatedAttributeDefinitionStatisticPtrOutput) ToCalculatedAttributeDefinitionStatisticPtrOutputWithContext added in v0.66.0

func (o CalculatedAttributeDefinitionStatisticPtrOutput) ToCalculatedAttributeDefinitionStatisticPtrOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionStatisticPtrOutput

func (CalculatedAttributeDefinitionStatisticPtrOutput) ToOutput added in v0.76.0

func (CalculatedAttributeDefinitionStatisticPtrOutput) ToStringPtrOutput added in v0.66.0

func (CalculatedAttributeDefinitionStatisticPtrOutput) ToStringPtrOutputWithContext added in v0.66.0

type CalculatedAttributeDefinitionTag added in v0.66.0

type CalculatedAttributeDefinitionTag struct {
	// The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
	Key string `pulumi:"key"`
	// The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
	Value string `pulumi:"value"`
}

A key-value pair to associate with a resource.

type CalculatedAttributeDefinitionTagArgs added in v0.66.0

type CalculatedAttributeDefinitionTagArgs struct {
	// The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
	Key pulumi.StringInput `pulumi:"key"`
	// The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
	Value pulumi.StringInput `pulumi:"value"`
}

A key-value pair to associate with a resource.

func (CalculatedAttributeDefinitionTagArgs) ElementType added in v0.66.0

func (CalculatedAttributeDefinitionTagArgs) ToCalculatedAttributeDefinitionTagOutput added in v0.66.0

func (i CalculatedAttributeDefinitionTagArgs) ToCalculatedAttributeDefinitionTagOutput() CalculatedAttributeDefinitionTagOutput

func (CalculatedAttributeDefinitionTagArgs) ToCalculatedAttributeDefinitionTagOutputWithContext added in v0.66.0

func (i CalculatedAttributeDefinitionTagArgs) ToCalculatedAttributeDefinitionTagOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionTagOutput

func (CalculatedAttributeDefinitionTagArgs) ToOutput added in v0.76.0

type CalculatedAttributeDefinitionTagArray added in v0.66.0

type CalculatedAttributeDefinitionTagArray []CalculatedAttributeDefinitionTagInput

func (CalculatedAttributeDefinitionTagArray) ElementType added in v0.66.0

func (CalculatedAttributeDefinitionTagArray) ToCalculatedAttributeDefinitionTagArrayOutput added in v0.66.0

func (i CalculatedAttributeDefinitionTagArray) ToCalculatedAttributeDefinitionTagArrayOutput() CalculatedAttributeDefinitionTagArrayOutput

func (CalculatedAttributeDefinitionTagArray) ToCalculatedAttributeDefinitionTagArrayOutputWithContext added in v0.66.0

func (i CalculatedAttributeDefinitionTagArray) ToCalculatedAttributeDefinitionTagArrayOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionTagArrayOutput

func (CalculatedAttributeDefinitionTagArray) ToOutput added in v0.76.0

type CalculatedAttributeDefinitionTagArrayInput added in v0.66.0

type CalculatedAttributeDefinitionTagArrayInput interface {
	pulumi.Input

	ToCalculatedAttributeDefinitionTagArrayOutput() CalculatedAttributeDefinitionTagArrayOutput
	ToCalculatedAttributeDefinitionTagArrayOutputWithContext(context.Context) CalculatedAttributeDefinitionTagArrayOutput
}

CalculatedAttributeDefinitionTagArrayInput is an input type that accepts CalculatedAttributeDefinitionTagArray and CalculatedAttributeDefinitionTagArrayOutput values. You can construct a concrete instance of `CalculatedAttributeDefinitionTagArrayInput` via:

CalculatedAttributeDefinitionTagArray{ CalculatedAttributeDefinitionTagArgs{...} }

type CalculatedAttributeDefinitionTagArrayOutput added in v0.66.0

type CalculatedAttributeDefinitionTagArrayOutput struct{ *pulumi.OutputState }

func (CalculatedAttributeDefinitionTagArrayOutput) ElementType added in v0.66.0

func (CalculatedAttributeDefinitionTagArrayOutput) Index added in v0.66.0

func (CalculatedAttributeDefinitionTagArrayOutput) ToCalculatedAttributeDefinitionTagArrayOutput added in v0.66.0

func (o CalculatedAttributeDefinitionTagArrayOutput) ToCalculatedAttributeDefinitionTagArrayOutput() CalculatedAttributeDefinitionTagArrayOutput

func (CalculatedAttributeDefinitionTagArrayOutput) ToCalculatedAttributeDefinitionTagArrayOutputWithContext added in v0.66.0

func (o CalculatedAttributeDefinitionTagArrayOutput) ToCalculatedAttributeDefinitionTagArrayOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionTagArrayOutput

func (CalculatedAttributeDefinitionTagArrayOutput) ToOutput added in v0.76.0

type CalculatedAttributeDefinitionTagInput added in v0.66.0

type CalculatedAttributeDefinitionTagInput interface {
	pulumi.Input

	ToCalculatedAttributeDefinitionTagOutput() CalculatedAttributeDefinitionTagOutput
	ToCalculatedAttributeDefinitionTagOutputWithContext(context.Context) CalculatedAttributeDefinitionTagOutput
}

CalculatedAttributeDefinitionTagInput is an input type that accepts CalculatedAttributeDefinitionTagArgs and CalculatedAttributeDefinitionTagOutput values. You can construct a concrete instance of `CalculatedAttributeDefinitionTagInput` via:

CalculatedAttributeDefinitionTagArgs{...}

type CalculatedAttributeDefinitionTagOutput added in v0.66.0

type CalculatedAttributeDefinitionTagOutput struct{ *pulumi.OutputState }

A key-value pair to associate with a resource.

func (CalculatedAttributeDefinitionTagOutput) ElementType added in v0.66.0

func (CalculatedAttributeDefinitionTagOutput) Key added in v0.66.0

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

func (CalculatedAttributeDefinitionTagOutput) ToCalculatedAttributeDefinitionTagOutput added in v0.66.0

func (o CalculatedAttributeDefinitionTagOutput) ToCalculatedAttributeDefinitionTagOutput() CalculatedAttributeDefinitionTagOutput

func (CalculatedAttributeDefinitionTagOutput) ToCalculatedAttributeDefinitionTagOutputWithContext added in v0.66.0

func (o CalculatedAttributeDefinitionTagOutput) ToCalculatedAttributeDefinitionTagOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionTagOutput

func (CalculatedAttributeDefinitionTagOutput) ToOutput added in v0.76.0

func (CalculatedAttributeDefinitionTagOutput) Value added in v0.66.0

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

type CalculatedAttributeDefinitionThreshold added in v0.66.0

type CalculatedAttributeDefinitionThreshold struct {
	Operator CalculatedAttributeDefinitionThresholdOperator `pulumi:"operator"`
	Value    string                                         `pulumi:"value"`
}

The threshold for the calculated attribute.

type CalculatedAttributeDefinitionThresholdArgs added in v0.66.0

type CalculatedAttributeDefinitionThresholdArgs struct {
	Operator CalculatedAttributeDefinitionThresholdOperatorInput `pulumi:"operator"`
	Value    pulumi.StringInput                                  `pulumi:"value"`
}

The threshold for the calculated attribute.

func (CalculatedAttributeDefinitionThresholdArgs) ElementType added in v0.66.0

func (CalculatedAttributeDefinitionThresholdArgs) ToCalculatedAttributeDefinitionThresholdOutput added in v0.66.0

func (i CalculatedAttributeDefinitionThresholdArgs) ToCalculatedAttributeDefinitionThresholdOutput() CalculatedAttributeDefinitionThresholdOutput

func (CalculatedAttributeDefinitionThresholdArgs) ToCalculatedAttributeDefinitionThresholdOutputWithContext added in v0.66.0

func (i CalculatedAttributeDefinitionThresholdArgs) ToCalculatedAttributeDefinitionThresholdOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionThresholdOutput

func (CalculatedAttributeDefinitionThresholdArgs) ToCalculatedAttributeDefinitionThresholdPtrOutput added in v0.66.0

func (i CalculatedAttributeDefinitionThresholdArgs) ToCalculatedAttributeDefinitionThresholdPtrOutput() CalculatedAttributeDefinitionThresholdPtrOutput

func (CalculatedAttributeDefinitionThresholdArgs) ToCalculatedAttributeDefinitionThresholdPtrOutputWithContext added in v0.66.0

func (i CalculatedAttributeDefinitionThresholdArgs) ToCalculatedAttributeDefinitionThresholdPtrOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionThresholdPtrOutput

func (CalculatedAttributeDefinitionThresholdArgs) ToOutput added in v0.76.0

type CalculatedAttributeDefinitionThresholdInput added in v0.66.0

type CalculatedAttributeDefinitionThresholdInput interface {
	pulumi.Input

	ToCalculatedAttributeDefinitionThresholdOutput() CalculatedAttributeDefinitionThresholdOutput
	ToCalculatedAttributeDefinitionThresholdOutputWithContext(context.Context) CalculatedAttributeDefinitionThresholdOutput
}

CalculatedAttributeDefinitionThresholdInput is an input type that accepts CalculatedAttributeDefinitionThresholdArgs and CalculatedAttributeDefinitionThresholdOutput values. You can construct a concrete instance of `CalculatedAttributeDefinitionThresholdInput` via:

CalculatedAttributeDefinitionThresholdArgs{...}

type CalculatedAttributeDefinitionThresholdOperator added in v0.66.0

type CalculatedAttributeDefinitionThresholdOperator string

The operator of the threshold.

func (CalculatedAttributeDefinitionThresholdOperator) ElementType added in v0.66.0

func (CalculatedAttributeDefinitionThresholdOperator) ToCalculatedAttributeDefinitionThresholdOperatorOutput added in v0.66.0

func (e CalculatedAttributeDefinitionThresholdOperator) ToCalculatedAttributeDefinitionThresholdOperatorOutput() CalculatedAttributeDefinitionThresholdOperatorOutput

func (CalculatedAttributeDefinitionThresholdOperator) ToCalculatedAttributeDefinitionThresholdOperatorOutputWithContext added in v0.66.0

func (e CalculatedAttributeDefinitionThresholdOperator) ToCalculatedAttributeDefinitionThresholdOperatorOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionThresholdOperatorOutput

func (CalculatedAttributeDefinitionThresholdOperator) ToCalculatedAttributeDefinitionThresholdOperatorPtrOutput added in v0.66.0

func (e CalculatedAttributeDefinitionThresholdOperator) ToCalculatedAttributeDefinitionThresholdOperatorPtrOutput() CalculatedAttributeDefinitionThresholdOperatorPtrOutput

func (CalculatedAttributeDefinitionThresholdOperator) ToCalculatedAttributeDefinitionThresholdOperatorPtrOutputWithContext added in v0.66.0

func (e CalculatedAttributeDefinitionThresholdOperator) ToCalculatedAttributeDefinitionThresholdOperatorPtrOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionThresholdOperatorPtrOutput

func (CalculatedAttributeDefinitionThresholdOperator) ToStringOutput added in v0.66.0

func (CalculatedAttributeDefinitionThresholdOperator) ToStringOutputWithContext added in v0.66.0

func (CalculatedAttributeDefinitionThresholdOperator) ToStringPtrOutput added in v0.66.0

func (CalculatedAttributeDefinitionThresholdOperator) ToStringPtrOutputWithContext added in v0.66.0

type CalculatedAttributeDefinitionThresholdOperatorInput added in v0.66.0

type CalculatedAttributeDefinitionThresholdOperatorInput interface {
	pulumi.Input

	ToCalculatedAttributeDefinitionThresholdOperatorOutput() CalculatedAttributeDefinitionThresholdOperatorOutput
	ToCalculatedAttributeDefinitionThresholdOperatorOutputWithContext(context.Context) CalculatedAttributeDefinitionThresholdOperatorOutput
}

CalculatedAttributeDefinitionThresholdOperatorInput is an input type that accepts CalculatedAttributeDefinitionThresholdOperatorArgs and CalculatedAttributeDefinitionThresholdOperatorOutput values. You can construct a concrete instance of `CalculatedAttributeDefinitionThresholdOperatorInput` via:

CalculatedAttributeDefinitionThresholdOperatorArgs{...}

type CalculatedAttributeDefinitionThresholdOperatorOutput added in v0.66.0

type CalculatedAttributeDefinitionThresholdOperatorOutput struct{ *pulumi.OutputState }

func (CalculatedAttributeDefinitionThresholdOperatorOutput) ElementType added in v0.66.0

func (CalculatedAttributeDefinitionThresholdOperatorOutput) ToCalculatedAttributeDefinitionThresholdOperatorOutput added in v0.66.0

func (CalculatedAttributeDefinitionThresholdOperatorOutput) ToCalculatedAttributeDefinitionThresholdOperatorOutputWithContext added in v0.66.0

func (o CalculatedAttributeDefinitionThresholdOperatorOutput) ToCalculatedAttributeDefinitionThresholdOperatorOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionThresholdOperatorOutput

func (CalculatedAttributeDefinitionThresholdOperatorOutput) ToCalculatedAttributeDefinitionThresholdOperatorPtrOutput added in v0.66.0

func (o CalculatedAttributeDefinitionThresholdOperatorOutput) ToCalculatedAttributeDefinitionThresholdOperatorPtrOutput() CalculatedAttributeDefinitionThresholdOperatorPtrOutput

func (CalculatedAttributeDefinitionThresholdOperatorOutput) ToCalculatedAttributeDefinitionThresholdOperatorPtrOutputWithContext added in v0.66.0

func (o CalculatedAttributeDefinitionThresholdOperatorOutput) ToCalculatedAttributeDefinitionThresholdOperatorPtrOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionThresholdOperatorPtrOutput

func (CalculatedAttributeDefinitionThresholdOperatorOutput) ToOutput added in v0.76.0

func (CalculatedAttributeDefinitionThresholdOperatorOutput) ToStringOutput added in v0.66.0

func (CalculatedAttributeDefinitionThresholdOperatorOutput) ToStringOutputWithContext added in v0.66.0

func (CalculatedAttributeDefinitionThresholdOperatorOutput) ToStringPtrOutput added in v0.66.0

func (CalculatedAttributeDefinitionThresholdOperatorOutput) ToStringPtrOutputWithContext added in v0.66.0

type CalculatedAttributeDefinitionThresholdOperatorPtrInput added in v0.66.0

type CalculatedAttributeDefinitionThresholdOperatorPtrInput interface {
	pulumi.Input

	ToCalculatedAttributeDefinitionThresholdOperatorPtrOutput() CalculatedAttributeDefinitionThresholdOperatorPtrOutput
	ToCalculatedAttributeDefinitionThresholdOperatorPtrOutputWithContext(context.Context) CalculatedAttributeDefinitionThresholdOperatorPtrOutput
}

func CalculatedAttributeDefinitionThresholdOperatorPtr added in v0.66.0

func CalculatedAttributeDefinitionThresholdOperatorPtr(v string) CalculatedAttributeDefinitionThresholdOperatorPtrInput

type CalculatedAttributeDefinitionThresholdOperatorPtrOutput added in v0.66.0

type CalculatedAttributeDefinitionThresholdOperatorPtrOutput struct{ *pulumi.OutputState }

func (CalculatedAttributeDefinitionThresholdOperatorPtrOutput) Elem added in v0.66.0

func (CalculatedAttributeDefinitionThresholdOperatorPtrOutput) ElementType added in v0.66.0

func (CalculatedAttributeDefinitionThresholdOperatorPtrOutput) ToCalculatedAttributeDefinitionThresholdOperatorPtrOutput added in v0.66.0

func (CalculatedAttributeDefinitionThresholdOperatorPtrOutput) ToCalculatedAttributeDefinitionThresholdOperatorPtrOutputWithContext added in v0.66.0

func (o CalculatedAttributeDefinitionThresholdOperatorPtrOutput) ToCalculatedAttributeDefinitionThresholdOperatorPtrOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionThresholdOperatorPtrOutput

func (CalculatedAttributeDefinitionThresholdOperatorPtrOutput) ToOutput added in v0.76.0

func (CalculatedAttributeDefinitionThresholdOperatorPtrOutput) ToStringPtrOutput added in v0.66.0

func (CalculatedAttributeDefinitionThresholdOperatorPtrOutput) ToStringPtrOutputWithContext added in v0.66.0

type CalculatedAttributeDefinitionThresholdOutput added in v0.66.0

type CalculatedAttributeDefinitionThresholdOutput struct{ *pulumi.OutputState }

The threshold for the calculated attribute.

func (CalculatedAttributeDefinitionThresholdOutput) ElementType added in v0.66.0

func (CalculatedAttributeDefinitionThresholdOutput) Operator added in v0.66.0

func (CalculatedAttributeDefinitionThresholdOutput) ToCalculatedAttributeDefinitionThresholdOutput added in v0.66.0

func (o CalculatedAttributeDefinitionThresholdOutput) ToCalculatedAttributeDefinitionThresholdOutput() CalculatedAttributeDefinitionThresholdOutput

func (CalculatedAttributeDefinitionThresholdOutput) ToCalculatedAttributeDefinitionThresholdOutputWithContext added in v0.66.0

func (o CalculatedAttributeDefinitionThresholdOutput) ToCalculatedAttributeDefinitionThresholdOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionThresholdOutput

func (CalculatedAttributeDefinitionThresholdOutput) ToCalculatedAttributeDefinitionThresholdPtrOutput added in v0.66.0

func (o CalculatedAttributeDefinitionThresholdOutput) ToCalculatedAttributeDefinitionThresholdPtrOutput() CalculatedAttributeDefinitionThresholdPtrOutput

func (CalculatedAttributeDefinitionThresholdOutput) ToCalculatedAttributeDefinitionThresholdPtrOutputWithContext added in v0.66.0

func (o CalculatedAttributeDefinitionThresholdOutput) ToCalculatedAttributeDefinitionThresholdPtrOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionThresholdPtrOutput

func (CalculatedAttributeDefinitionThresholdOutput) ToOutput added in v0.76.0

func (CalculatedAttributeDefinitionThresholdOutput) Value added in v0.66.0

type CalculatedAttributeDefinitionThresholdPtrInput added in v0.66.0

type CalculatedAttributeDefinitionThresholdPtrInput interface {
	pulumi.Input

	ToCalculatedAttributeDefinitionThresholdPtrOutput() CalculatedAttributeDefinitionThresholdPtrOutput
	ToCalculatedAttributeDefinitionThresholdPtrOutputWithContext(context.Context) CalculatedAttributeDefinitionThresholdPtrOutput
}

CalculatedAttributeDefinitionThresholdPtrInput is an input type that accepts CalculatedAttributeDefinitionThresholdArgs, CalculatedAttributeDefinitionThresholdPtr and CalculatedAttributeDefinitionThresholdPtrOutput values. You can construct a concrete instance of `CalculatedAttributeDefinitionThresholdPtrInput` via:

        CalculatedAttributeDefinitionThresholdArgs{...}

or:

        nil

type CalculatedAttributeDefinitionThresholdPtrOutput added in v0.66.0

type CalculatedAttributeDefinitionThresholdPtrOutput struct{ *pulumi.OutputState }

func (CalculatedAttributeDefinitionThresholdPtrOutput) Elem added in v0.66.0

func (CalculatedAttributeDefinitionThresholdPtrOutput) ElementType added in v0.66.0

func (CalculatedAttributeDefinitionThresholdPtrOutput) Operator added in v0.66.0

func (CalculatedAttributeDefinitionThresholdPtrOutput) ToCalculatedAttributeDefinitionThresholdPtrOutput added in v0.66.0

func (o CalculatedAttributeDefinitionThresholdPtrOutput) ToCalculatedAttributeDefinitionThresholdPtrOutput() CalculatedAttributeDefinitionThresholdPtrOutput

func (CalculatedAttributeDefinitionThresholdPtrOutput) ToCalculatedAttributeDefinitionThresholdPtrOutputWithContext added in v0.66.0

func (o CalculatedAttributeDefinitionThresholdPtrOutput) ToCalculatedAttributeDefinitionThresholdPtrOutputWithContext(ctx context.Context) CalculatedAttributeDefinitionThresholdPtrOutput

func (CalculatedAttributeDefinitionThresholdPtrOutput) ToOutput added in v0.76.0

func (CalculatedAttributeDefinitionThresholdPtrOutput) Value added in v0.66.0

type DestinationDetailsProperties added in v0.66.0

type DestinationDetailsProperties struct {
	Status EventStreamStatus `pulumi:"status"`
	Uri    string            `pulumi:"uri"`
}

Details regarding the Kinesis stream.

type DestinationDetailsPropertiesOutput added in v0.66.0

type DestinationDetailsPropertiesOutput struct{ *pulumi.OutputState }

Details regarding the Kinesis stream.

func (DestinationDetailsPropertiesOutput) ElementType added in v0.66.0

func (DestinationDetailsPropertiesOutput) Status added in v0.66.0

func (DestinationDetailsPropertiesOutput) ToDestinationDetailsPropertiesOutput added in v0.66.0

func (o DestinationDetailsPropertiesOutput) ToDestinationDetailsPropertiesOutput() DestinationDetailsPropertiesOutput

func (DestinationDetailsPropertiesOutput) ToDestinationDetailsPropertiesOutputWithContext added in v0.66.0

func (o DestinationDetailsPropertiesOutput) ToDestinationDetailsPropertiesOutputWithContext(ctx context.Context) DestinationDetailsPropertiesOutput

func (DestinationDetailsPropertiesOutput) ToOutput added in v0.76.0

func (DestinationDetailsPropertiesOutput) Uri added in v0.66.0

type DestinationDetailsPropertiesPtrOutput added in v0.66.0

type DestinationDetailsPropertiesPtrOutput struct{ *pulumi.OutputState }

func (DestinationDetailsPropertiesPtrOutput) Elem added in v0.66.0

func (DestinationDetailsPropertiesPtrOutput) ElementType added in v0.66.0

func (DestinationDetailsPropertiesPtrOutput) Status added in v0.66.0

func (DestinationDetailsPropertiesPtrOutput) ToDestinationDetailsPropertiesPtrOutput added in v0.66.0

func (o DestinationDetailsPropertiesPtrOutput) ToDestinationDetailsPropertiesPtrOutput() DestinationDetailsPropertiesPtrOutput

func (DestinationDetailsPropertiesPtrOutput) ToDestinationDetailsPropertiesPtrOutputWithContext added in v0.66.0

func (o DestinationDetailsPropertiesPtrOutput) ToDestinationDetailsPropertiesPtrOutputWithContext(ctx context.Context) DestinationDetailsPropertiesPtrOutput

func (DestinationDetailsPropertiesPtrOutput) ToOutput added in v0.76.0

func (DestinationDetailsPropertiesPtrOutput) Uri added in v0.66.0

type Domain

type Domain struct {
	pulumi.CustomResourceState

	// The time of this integration got created
	CreatedAt pulumi.StringOutput `pulumi:"createdAt"`
	// The URL of the SQS dead letter queue
	DeadLetterQueueUrl pulumi.StringPtrOutput `pulumi:"deadLetterQueueUrl"`
	// The default encryption key
	DefaultEncryptionKey pulumi.StringPtrOutput `pulumi:"defaultEncryptionKey"`
	// The default number of days until the data within the domain expires.
	DefaultExpirationDays pulumi.IntPtrOutput `pulumi:"defaultExpirationDays"`
	// The unique name of the domain.
	DomainName pulumi.StringOutput `pulumi:"domainName"`
	// The time of this integration got last updated at
	LastUpdatedAt pulumi.StringOutput `pulumi:"lastUpdatedAt"`
	// The tags (keys and values) associated with the domain
	Tags DomainTagArrayOutput `pulumi:"tags"`
}

A domain defined for 3rd party data source in Profile Service

func GetDomain

func GetDomain(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *DomainState, opts ...pulumi.ResourceOption) (*Domain, error)

GetDomain gets an existing Domain resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewDomain

func NewDomain(ctx *pulumi.Context,
	name string, args *DomainArgs, opts ...pulumi.ResourceOption) (*Domain, error)

NewDomain registers a new resource with the given unique name, arguments, and options.

func (*Domain) ElementType

func (*Domain) ElementType() reflect.Type

func (*Domain) ToDomainOutput

func (i *Domain) ToDomainOutput() DomainOutput

func (*Domain) ToDomainOutputWithContext

func (i *Domain) ToDomainOutputWithContext(ctx context.Context) DomainOutput

func (*Domain) ToOutput added in v0.76.0

func (i *Domain) ToOutput(ctx context.Context) pulumix.Output[*Domain]

type DomainArgs

type DomainArgs struct {
	// The URL of the SQS dead letter queue
	DeadLetterQueueUrl pulumi.StringPtrInput
	// The default encryption key
	DefaultEncryptionKey pulumi.StringPtrInput
	// The default number of days until the data within the domain expires.
	DefaultExpirationDays pulumi.IntPtrInput
	// The unique name of the domain.
	DomainName pulumi.StringPtrInput
	// The tags (keys and values) associated with the domain
	Tags DomainTagArrayInput
}

The set of arguments for constructing a Domain resource.

func (DomainArgs) ElementType

func (DomainArgs) ElementType() reflect.Type

type DomainInput

type DomainInput interface {
	pulumi.Input

	ToDomainOutput() DomainOutput
	ToDomainOutputWithContext(ctx context.Context) DomainOutput
}

type DomainOutput

type DomainOutput struct{ *pulumi.OutputState }

func (DomainOutput) CreatedAt added in v0.17.0

func (o DomainOutput) CreatedAt() pulumi.StringOutput

The time of this integration got created

func (DomainOutput) DeadLetterQueueUrl added in v0.17.0

func (o DomainOutput) DeadLetterQueueUrl() pulumi.StringPtrOutput

The URL of the SQS dead letter queue

func (DomainOutput) DefaultEncryptionKey added in v0.17.0

func (o DomainOutput) DefaultEncryptionKey() pulumi.StringPtrOutput

The default encryption key

func (DomainOutput) DefaultExpirationDays added in v0.17.0

func (o DomainOutput) DefaultExpirationDays() pulumi.IntPtrOutput

The default number of days until the data within the domain expires.

func (DomainOutput) DomainName added in v0.17.0

func (o DomainOutput) DomainName() pulumi.StringOutput

The unique name of the domain.

func (DomainOutput) ElementType

func (DomainOutput) ElementType() reflect.Type

func (DomainOutput) LastUpdatedAt added in v0.17.0

func (o DomainOutput) LastUpdatedAt() pulumi.StringOutput

The time of this integration got last updated at

func (DomainOutput) Tags added in v0.17.0

The tags (keys and values) associated with the domain

func (DomainOutput) ToDomainOutput

func (o DomainOutput) ToDomainOutput() DomainOutput

func (DomainOutput) ToDomainOutputWithContext

func (o DomainOutput) ToDomainOutputWithContext(ctx context.Context) DomainOutput

func (DomainOutput) ToOutput added in v0.76.0

func (o DomainOutput) ToOutput(ctx context.Context) pulumix.Output[*Domain]

type DomainState

type DomainState struct {
}

func (DomainState) ElementType

func (DomainState) ElementType() reflect.Type

type DomainTag

type DomainTag struct {
	Key   string `pulumi:"key"`
	Value string `pulumi:"value"`
}

type DomainTagArgs

type DomainTagArgs struct {
	Key   pulumi.StringInput `pulumi:"key"`
	Value pulumi.StringInput `pulumi:"value"`
}

func (DomainTagArgs) ElementType

func (DomainTagArgs) ElementType() reflect.Type

func (DomainTagArgs) ToDomainTagOutput

func (i DomainTagArgs) ToDomainTagOutput() DomainTagOutput

func (DomainTagArgs) ToDomainTagOutputWithContext

func (i DomainTagArgs) ToDomainTagOutputWithContext(ctx context.Context) DomainTagOutput

func (DomainTagArgs) ToOutput added in v0.76.0

type DomainTagArray

type DomainTagArray []DomainTagInput

func (DomainTagArray) ElementType

func (DomainTagArray) ElementType() reflect.Type

func (DomainTagArray) ToDomainTagArrayOutput

func (i DomainTagArray) ToDomainTagArrayOutput() DomainTagArrayOutput

func (DomainTagArray) ToDomainTagArrayOutputWithContext

func (i DomainTagArray) ToDomainTagArrayOutputWithContext(ctx context.Context) DomainTagArrayOutput

func (DomainTagArray) ToOutput added in v0.76.0

type DomainTagArrayInput

type DomainTagArrayInput interface {
	pulumi.Input

	ToDomainTagArrayOutput() DomainTagArrayOutput
	ToDomainTagArrayOutputWithContext(context.Context) DomainTagArrayOutput
}

DomainTagArrayInput is an input type that accepts DomainTagArray and DomainTagArrayOutput values. You can construct a concrete instance of `DomainTagArrayInput` via:

DomainTagArray{ DomainTagArgs{...} }

type DomainTagArrayOutput

type DomainTagArrayOutput struct{ *pulumi.OutputState }

func (DomainTagArrayOutput) ElementType

func (DomainTagArrayOutput) ElementType() reflect.Type

func (DomainTagArrayOutput) Index

func (DomainTagArrayOutput) ToDomainTagArrayOutput

func (o DomainTagArrayOutput) ToDomainTagArrayOutput() DomainTagArrayOutput

func (DomainTagArrayOutput) ToDomainTagArrayOutputWithContext

func (o DomainTagArrayOutput) ToDomainTagArrayOutputWithContext(ctx context.Context) DomainTagArrayOutput

func (DomainTagArrayOutput) ToOutput added in v0.76.0

type DomainTagInput

type DomainTagInput interface {
	pulumi.Input

	ToDomainTagOutput() DomainTagOutput
	ToDomainTagOutputWithContext(context.Context) DomainTagOutput
}

DomainTagInput is an input type that accepts DomainTagArgs and DomainTagOutput values. You can construct a concrete instance of `DomainTagInput` via:

DomainTagArgs{...}

type DomainTagOutput

type DomainTagOutput struct{ *pulumi.OutputState }

func (DomainTagOutput) ElementType

func (DomainTagOutput) ElementType() reflect.Type

func (DomainTagOutput) Key

func (DomainTagOutput) ToDomainTagOutput

func (o DomainTagOutput) ToDomainTagOutput() DomainTagOutput

func (DomainTagOutput) ToDomainTagOutputWithContext

func (o DomainTagOutput) ToDomainTagOutputWithContext(ctx context.Context) DomainTagOutput

func (DomainTagOutput) ToOutput added in v0.76.0

func (DomainTagOutput) Value

type EventStream added in v0.66.0

type EventStream struct {
	pulumi.CustomResourceState

	// The timestamp of when the export was created.
	CreatedAt pulumi.StringOutput `pulumi:"createdAt"`
	// Details regarding the Kinesis stream.
	DestinationDetails DestinationDetailsPropertiesOutput `pulumi:"destinationDetails"`
	// The unique name of the domain.
	DomainName pulumi.StringOutput `pulumi:"domainName"`
	// A unique identifier for the event stream.
	EventStreamArn pulumi.StringOutput `pulumi:"eventStreamArn"`
	// The name of the event stream.
	EventStreamName pulumi.StringOutput `pulumi:"eventStreamName"`
	// The operational state of destination stream for export.
	State EventStreamStateEnumOutput `pulumi:"state"`
	// The tags used to organize, track, or control access for this resource.
	Tags EventStreamTagArrayOutput `pulumi:"tags"`
	Uri  pulumi.StringOutput       `pulumi:"uri"`
}

An Event Stream resource of Amazon Connect Customer Profiles

func GetEventStream added in v0.66.0

func GetEventStream(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *EventStreamState, opts ...pulumi.ResourceOption) (*EventStream, error)

GetEventStream gets an existing EventStream resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewEventStream added in v0.66.0

func NewEventStream(ctx *pulumi.Context,
	name string, args *EventStreamArgs, opts ...pulumi.ResourceOption) (*EventStream, error)

NewEventStream registers a new resource with the given unique name, arguments, and options.

func (*EventStream) ElementType added in v0.66.0

func (*EventStream) ElementType() reflect.Type

func (*EventStream) ToEventStreamOutput added in v0.66.0

func (i *EventStream) ToEventStreamOutput() EventStreamOutput

func (*EventStream) ToEventStreamOutputWithContext added in v0.66.0

func (i *EventStream) ToEventStreamOutputWithContext(ctx context.Context) EventStreamOutput

func (*EventStream) ToOutput added in v0.76.0

func (i *EventStream) ToOutput(ctx context.Context) pulumix.Output[*EventStream]

type EventStreamArgs added in v0.66.0

type EventStreamArgs struct {
	// The unique name of the domain.
	DomainName pulumi.StringInput
	// The name of the event stream.
	EventStreamName pulumi.StringPtrInput
	// The tags used to organize, track, or control access for this resource.
	Tags EventStreamTagArrayInput
	Uri  pulumi.StringInput
}

The set of arguments for constructing a EventStream resource.

func (EventStreamArgs) ElementType added in v0.66.0

func (EventStreamArgs) ElementType() reflect.Type

type EventStreamInput added in v0.66.0

type EventStreamInput interface {
	pulumi.Input

	ToEventStreamOutput() EventStreamOutput
	ToEventStreamOutputWithContext(ctx context.Context) EventStreamOutput
}

type EventStreamOutput added in v0.66.0

type EventStreamOutput struct{ *pulumi.OutputState }

func (EventStreamOutput) CreatedAt added in v0.66.0

func (o EventStreamOutput) CreatedAt() pulumi.StringOutput

The timestamp of when the export was created.

func (EventStreamOutput) DestinationDetails added in v0.66.0

Details regarding the Kinesis stream.

func (EventStreamOutput) DomainName added in v0.66.0

func (o EventStreamOutput) DomainName() pulumi.StringOutput

The unique name of the domain.

func (EventStreamOutput) ElementType added in v0.66.0

func (EventStreamOutput) ElementType() reflect.Type

func (EventStreamOutput) EventStreamArn added in v0.66.0

func (o EventStreamOutput) EventStreamArn() pulumi.StringOutput

A unique identifier for the event stream.

func (EventStreamOutput) EventStreamName added in v0.66.0

func (o EventStreamOutput) EventStreamName() pulumi.StringOutput

The name of the event stream.

func (EventStreamOutput) State added in v0.66.0

The operational state of destination stream for export.

func (EventStreamOutput) Tags added in v0.66.0

The tags used to organize, track, or control access for this resource.

func (EventStreamOutput) ToEventStreamOutput added in v0.66.0

func (o EventStreamOutput) ToEventStreamOutput() EventStreamOutput

func (EventStreamOutput) ToEventStreamOutputWithContext added in v0.66.0

func (o EventStreamOutput) ToEventStreamOutputWithContext(ctx context.Context) EventStreamOutput

func (EventStreamOutput) ToOutput added in v0.76.0

func (EventStreamOutput) Uri added in v0.66.0

type EventStreamState added in v0.66.0

type EventStreamState struct {
}

func (EventStreamState) ElementType added in v0.66.0

func (EventStreamState) ElementType() reflect.Type

type EventStreamStateEnum added in v0.66.0

type EventStreamStateEnum string

The operational state of destination stream for export.

type EventStreamStateEnumOutput added in v0.66.0

type EventStreamStateEnumOutput struct{ *pulumi.OutputState }

func (EventStreamStateEnumOutput) ElementType added in v0.66.0

func (EventStreamStateEnumOutput) ElementType() reflect.Type

func (EventStreamStateEnumOutput) ToEventStreamStateEnumOutput added in v0.66.0

func (o EventStreamStateEnumOutput) ToEventStreamStateEnumOutput() EventStreamStateEnumOutput

func (EventStreamStateEnumOutput) ToEventStreamStateEnumOutputWithContext added in v0.66.0

func (o EventStreamStateEnumOutput) ToEventStreamStateEnumOutputWithContext(ctx context.Context) EventStreamStateEnumOutput

func (EventStreamStateEnumOutput) ToEventStreamStateEnumPtrOutput added in v0.66.0

func (o EventStreamStateEnumOutput) ToEventStreamStateEnumPtrOutput() EventStreamStateEnumPtrOutput

func (EventStreamStateEnumOutput) ToEventStreamStateEnumPtrOutputWithContext added in v0.66.0

func (o EventStreamStateEnumOutput) ToEventStreamStateEnumPtrOutputWithContext(ctx context.Context) EventStreamStateEnumPtrOutput

func (EventStreamStateEnumOutput) ToOutput added in v0.76.0

func (EventStreamStateEnumOutput) ToStringOutput added in v0.66.0

func (o EventStreamStateEnumOutput) ToStringOutput() pulumi.StringOutput

func (EventStreamStateEnumOutput) ToStringOutputWithContext added in v0.66.0

func (o EventStreamStateEnumOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (EventStreamStateEnumOutput) ToStringPtrOutput added in v0.66.0

func (o EventStreamStateEnumOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (EventStreamStateEnumOutput) ToStringPtrOutputWithContext added in v0.66.0

func (o EventStreamStateEnumOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type EventStreamStateEnumPtrOutput added in v0.66.0

type EventStreamStateEnumPtrOutput struct{ *pulumi.OutputState }

func (EventStreamStateEnumPtrOutput) Elem added in v0.66.0

func (EventStreamStateEnumPtrOutput) ElementType added in v0.66.0

func (EventStreamStateEnumPtrOutput) ToEventStreamStateEnumPtrOutput added in v0.66.0

func (o EventStreamStateEnumPtrOutput) ToEventStreamStateEnumPtrOutput() EventStreamStateEnumPtrOutput

func (EventStreamStateEnumPtrOutput) ToEventStreamStateEnumPtrOutputWithContext added in v0.66.0

func (o EventStreamStateEnumPtrOutput) ToEventStreamStateEnumPtrOutputWithContext(ctx context.Context) EventStreamStateEnumPtrOutput

func (EventStreamStateEnumPtrOutput) ToOutput added in v0.76.0

func (EventStreamStateEnumPtrOutput) ToStringPtrOutput added in v0.66.0

func (EventStreamStateEnumPtrOutput) ToStringPtrOutputWithContext added in v0.66.0

func (o EventStreamStateEnumPtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type EventStreamStatus added in v0.66.0

type EventStreamStatus string

The status of enabling the Kinesis stream as a destination for export.

type EventStreamStatusOutput added in v0.66.0

type EventStreamStatusOutput struct{ *pulumi.OutputState }

func (EventStreamStatusOutput) ElementType added in v0.66.0

func (EventStreamStatusOutput) ElementType() reflect.Type

func (EventStreamStatusOutput) ToEventStreamStatusOutput added in v0.66.0

func (o EventStreamStatusOutput) ToEventStreamStatusOutput() EventStreamStatusOutput

func (EventStreamStatusOutput) ToEventStreamStatusOutputWithContext added in v0.66.0

func (o EventStreamStatusOutput) ToEventStreamStatusOutputWithContext(ctx context.Context) EventStreamStatusOutput

func (EventStreamStatusOutput) ToEventStreamStatusPtrOutput added in v0.66.0

func (o EventStreamStatusOutput) ToEventStreamStatusPtrOutput() EventStreamStatusPtrOutput

func (EventStreamStatusOutput) ToEventStreamStatusPtrOutputWithContext added in v0.66.0

func (o EventStreamStatusOutput) ToEventStreamStatusPtrOutputWithContext(ctx context.Context) EventStreamStatusPtrOutput

func (EventStreamStatusOutput) ToOutput added in v0.76.0

func (EventStreamStatusOutput) ToStringOutput added in v0.66.0

func (o EventStreamStatusOutput) ToStringOutput() pulumi.StringOutput

func (EventStreamStatusOutput) ToStringOutputWithContext added in v0.66.0

func (o EventStreamStatusOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (EventStreamStatusOutput) ToStringPtrOutput added in v0.66.0

func (o EventStreamStatusOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (EventStreamStatusOutput) ToStringPtrOutputWithContext added in v0.66.0

func (o EventStreamStatusOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type EventStreamStatusPtrOutput added in v0.66.0

type EventStreamStatusPtrOutput struct{ *pulumi.OutputState }

func (EventStreamStatusPtrOutput) Elem added in v0.66.0

func (EventStreamStatusPtrOutput) ElementType added in v0.66.0

func (EventStreamStatusPtrOutput) ElementType() reflect.Type

func (EventStreamStatusPtrOutput) ToEventStreamStatusPtrOutput added in v0.66.0

func (o EventStreamStatusPtrOutput) ToEventStreamStatusPtrOutput() EventStreamStatusPtrOutput

func (EventStreamStatusPtrOutput) ToEventStreamStatusPtrOutputWithContext added in v0.66.0

func (o EventStreamStatusPtrOutput) ToEventStreamStatusPtrOutputWithContext(ctx context.Context) EventStreamStatusPtrOutput

func (EventStreamStatusPtrOutput) ToOutput added in v0.76.0

func (EventStreamStatusPtrOutput) ToStringPtrOutput added in v0.66.0

func (o EventStreamStatusPtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (EventStreamStatusPtrOutput) ToStringPtrOutputWithContext added in v0.66.0

func (o EventStreamStatusPtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type EventStreamTag added in v0.66.0

type EventStreamTag struct {
	// The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
	Key string `pulumi:"key"`
	// The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
	Value string `pulumi:"value"`
}

A key-value pair to associate with a resource.

type EventStreamTagArgs added in v0.66.0

type EventStreamTagArgs struct {
	// The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
	Key pulumi.StringInput `pulumi:"key"`
	// The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
	Value pulumi.StringInput `pulumi:"value"`
}

A key-value pair to associate with a resource.

func (EventStreamTagArgs) ElementType added in v0.66.0

func (EventStreamTagArgs) ElementType() reflect.Type

func (EventStreamTagArgs) ToEventStreamTagOutput added in v0.66.0

func (i EventStreamTagArgs) ToEventStreamTagOutput() EventStreamTagOutput

func (EventStreamTagArgs) ToEventStreamTagOutputWithContext added in v0.66.0

func (i EventStreamTagArgs) ToEventStreamTagOutputWithContext(ctx context.Context) EventStreamTagOutput

func (EventStreamTagArgs) ToOutput added in v0.76.0

type EventStreamTagArray added in v0.66.0

type EventStreamTagArray []EventStreamTagInput

func (EventStreamTagArray) ElementType added in v0.66.0

func (EventStreamTagArray) ElementType() reflect.Type

func (EventStreamTagArray) ToEventStreamTagArrayOutput added in v0.66.0

func (i EventStreamTagArray) ToEventStreamTagArrayOutput() EventStreamTagArrayOutput

func (EventStreamTagArray) ToEventStreamTagArrayOutputWithContext added in v0.66.0

func (i EventStreamTagArray) ToEventStreamTagArrayOutputWithContext(ctx context.Context) EventStreamTagArrayOutput

func (EventStreamTagArray) ToOutput added in v0.76.0

type EventStreamTagArrayInput added in v0.66.0

type EventStreamTagArrayInput interface {
	pulumi.Input

	ToEventStreamTagArrayOutput() EventStreamTagArrayOutput
	ToEventStreamTagArrayOutputWithContext(context.Context) EventStreamTagArrayOutput
}

EventStreamTagArrayInput is an input type that accepts EventStreamTagArray and EventStreamTagArrayOutput values. You can construct a concrete instance of `EventStreamTagArrayInput` via:

EventStreamTagArray{ EventStreamTagArgs{...} }

type EventStreamTagArrayOutput added in v0.66.0

type EventStreamTagArrayOutput struct{ *pulumi.OutputState }

func (EventStreamTagArrayOutput) ElementType added in v0.66.0

func (EventStreamTagArrayOutput) ElementType() reflect.Type

func (EventStreamTagArrayOutput) Index added in v0.66.0

func (EventStreamTagArrayOutput) ToEventStreamTagArrayOutput added in v0.66.0

func (o EventStreamTagArrayOutput) ToEventStreamTagArrayOutput() EventStreamTagArrayOutput

func (EventStreamTagArrayOutput) ToEventStreamTagArrayOutputWithContext added in v0.66.0

func (o EventStreamTagArrayOutput) ToEventStreamTagArrayOutputWithContext(ctx context.Context) EventStreamTagArrayOutput

func (EventStreamTagArrayOutput) ToOutput added in v0.76.0

type EventStreamTagInput added in v0.66.0

type EventStreamTagInput interface {
	pulumi.Input

	ToEventStreamTagOutput() EventStreamTagOutput
	ToEventStreamTagOutputWithContext(context.Context) EventStreamTagOutput
}

EventStreamTagInput is an input type that accepts EventStreamTagArgs and EventStreamTagOutput values. You can construct a concrete instance of `EventStreamTagInput` via:

EventStreamTagArgs{...}

type EventStreamTagOutput added in v0.66.0

type EventStreamTagOutput struct{ *pulumi.OutputState }

A key-value pair to associate with a resource.

func (EventStreamTagOutput) ElementType added in v0.66.0

func (EventStreamTagOutput) ElementType() reflect.Type

func (EventStreamTagOutput) Key added in v0.66.0

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

func (EventStreamTagOutput) ToEventStreamTagOutput added in v0.66.0

func (o EventStreamTagOutput) ToEventStreamTagOutput() EventStreamTagOutput

func (EventStreamTagOutput) ToEventStreamTagOutputWithContext added in v0.66.0

func (o EventStreamTagOutput) ToEventStreamTagOutputWithContext(ctx context.Context) EventStreamTagOutput

func (EventStreamTagOutput) ToOutput added in v0.76.0

func (EventStreamTagOutput) Value added in v0.66.0

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

type Integration

type Integration struct {
	pulumi.CustomResourceState

	// The time of this integration got created
	CreatedAt pulumi.StringOutput `pulumi:"createdAt"`
	// The unique name of the domain.
	DomainName     pulumi.StringOutput                `pulumi:"domainName"`
	FlowDefinition IntegrationFlowDefinitionPtrOutput `pulumi:"flowDefinition"`
	// The time of this integration got last updated at
	LastUpdatedAt pulumi.StringOutput `pulumi:"lastUpdatedAt"`
	// The name of the ObjectType defined for the 3rd party data in Profile Service
	ObjectTypeName pulumi.StringPtrOutput `pulumi:"objectTypeName"`
	// The mapping between 3rd party event types and ObjectType names
	ObjectTypeNames IntegrationObjectTypeMappingArrayOutput `pulumi:"objectTypeNames"`
	// The tags (keys and values) associated with the integration
	Tags IntegrationTagArrayOutput `pulumi:"tags"`
	// The URI of the S3 bucket or any other type of data source.
	Uri pulumi.StringPtrOutput `pulumi:"uri"`
}

The resource schema for creating an Amazon Connect Customer Profiles Integration.

func GetIntegration

func GetIntegration(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *IntegrationState, opts ...pulumi.ResourceOption) (*Integration, error)

GetIntegration gets an existing Integration resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewIntegration

func NewIntegration(ctx *pulumi.Context,
	name string, args *IntegrationArgs, opts ...pulumi.ResourceOption) (*Integration, error)

NewIntegration registers a new resource with the given unique name, arguments, and options.

func (*Integration) ElementType

func (*Integration) ElementType() reflect.Type

func (*Integration) ToIntegrationOutput

func (i *Integration) ToIntegrationOutput() IntegrationOutput

func (*Integration) ToIntegrationOutputWithContext

func (i *Integration) ToIntegrationOutputWithContext(ctx context.Context) IntegrationOutput

func (*Integration) ToOutput added in v0.76.0

func (i *Integration) ToOutput(ctx context.Context) pulumix.Output[*Integration]

type IntegrationArgs

type IntegrationArgs struct {
	// The unique name of the domain.
	DomainName     pulumi.StringInput
	FlowDefinition IntegrationFlowDefinitionPtrInput
	// The name of the ObjectType defined for the 3rd party data in Profile Service
	ObjectTypeName pulumi.StringPtrInput
	// The mapping between 3rd party event types and ObjectType names
	ObjectTypeNames IntegrationObjectTypeMappingArrayInput
	// The tags (keys and values) associated with the integration
	Tags IntegrationTagArrayInput
	// The URI of the S3 bucket or any other type of data source.
	Uri pulumi.StringPtrInput
}

The set of arguments for constructing a Integration resource.

func (IntegrationArgs) ElementType

func (IntegrationArgs) ElementType() reflect.Type

type IntegrationConnectorOperator

type IntegrationConnectorOperator struct {
	Marketo    *IntegrationMarketoConnectorOperator    `pulumi:"marketo"`
	S3         *IntegrationS3ConnectorOperator         `pulumi:"s3"`
	Salesforce *IntegrationSalesforceConnectorOperator `pulumi:"salesforce"`
	ServiceNow *IntegrationServiceNowConnectorOperator `pulumi:"serviceNow"`
	Zendesk    *IntegrationZendeskConnectorOperator    `pulumi:"zendesk"`
}

type IntegrationConnectorOperatorArgs

type IntegrationConnectorOperatorArgs struct {
	Marketo    IntegrationMarketoConnectorOperatorPtrInput    `pulumi:"marketo"`
	S3         IntegrationS3ConnectorOperatorPtrInput         `pulumi:"s3"`
	Salesforce IntegrationSalesforceConnectorOperatorPtrInput `pulumi:"salesforce"`
	ServiceNow IntegrationServiceNowConnectorOperatorPtrInput `pulumi:"serviceNow"`
	Zendesk    IntegrationZendeskConnectorOperatorPtrInput    `pulumi:"zendesk"`
}

func (IntegrationConnectorOperatorArgs) ElementType

func (IntegrationConnectorOperatorArgs) ToIntegrationConnectorOperatorOutput

func (i IntegrationConnectorOperatorArgs) ToIntegrationConnectorOperatorOutput() IntegrationConnectorOperatorOutput

func (IntegrationConnectorOperatorArgs) ToIntegrationConnectorOperatorOutputWithContext

func (i IntegrationConnectorOperatorArgs) ToIntegrationConnectorOperatorOutputWithContext(ctx context.Context) IntegrationConnectorOperatorOutput

func (IntegrationConnectorOperatorArgs) ToIntegrationConnectorOperatorPtrOutput

func (i IntegrationConnectorOperatorArgs) ToIntegrationConnectorOperatorPtrOutput() IntegrationConnectorOperatorPtrOutput

func (IntegrationConnectorOperatorArgs) ToIntegrationConnectorOperatorPtrOutputWithContext

func (i IntegrationConnectorOperatorArgs) ToIntegrationConnectorOperatorPtrOutputWithContext(ctx context.Context) IntegrationConnectorOperatorPtrOutput

func (IntegrationConnectorOperatorArgs) ToOutput added in v0.76.0

type IntegrationConnectorOperatorInput

type IntegrationConnectorOperatorInput interface {
	pulumi.Input

	ToIntegrationConnectorOperatorOutput() IntegrationConnectorOperatorOutput
	ToIntegrationConnectorOperatorOutputWithContext(context.Context) IntegrationConnectorOperatorOutput
}

IntegrationConnectorOperatorInput is an input type that accepts IntegrationConnectorOperatorArgs and IntegrationConnectorOperatorOutput values. You can construct a concrete instance of `IntegrationConnectorOperatorInput` via:

IntegrationConnectorOperatorArgs{...}

type IntegrationConnectorOperatorOutput

type IntegrationConnectorOperatorOutput struct{ *pulumi.OutputState }

func (IntegrationConnectorOperatorOutput) ElementType

func (IntegrationConnectorOperatorOutput) Marketo

func (IntegrationConnectorOperatorOutput) S3

func (IntegrationConnectorOperatorOutput) Salesforce

func (IntegrationConnectorOperatorOutput) ServiceNow

func (IntegrationConnectorOperatorOutput) ToIntegrationConnectorOperatorOutput

func (o IntegrationConnectorOperatorOutput) ToIntegrationConnectorOperatorOutput() IntegrationConnectorOperatorOutput

func (IntegrationConnectorOperatorOutput) ToIntegrationConnectorOperatorOutputWithContext

func (o IntegrationConnectorOperatorOutput) ToIntegrationConnectorOperatorOutputWithContext(ctx context.Context) IntegrationConnectorOperatorOutput

func (IntegrationConnectorOperatorOutput) ToIntegrationConnectorOperatorPtrOutput

func (o IntegrationConnectorOperatorOutput) ToIntegrationConnectorOperatorPtrOutput() IntegrationConnectorOperatorPtrOutput

func (IntegrationConnectorOperatorOutput) ToIntegrationConnectorOperatorPtrOutputWithContext

func (o IntegrationConnectorOperatorOutput) ToIntegrationConnectorOperatorPtrOutputWithContext(ctx context.Context) IntegrationConnectorOperatorPtrOutput

func (IntegrationConnectorOperatorOutput) ToOutput added in v0.76.0

func (IntegrationConnectorOperatorOutput) Zendesk

type IntegrationConnectorOperatorPtrInput

type IntegrationConnectorOperatorPtrInput interface {
	pulumi.Input

	ToIntegrationConnectorOperatorPtrOutput() IntegrationConnectorOperatorPtrOutput
	ToIntegrationConnectorOperatorPtrOutputWithContext(context.Context) IntegrationConnectorOperatorPtrOutput
}

IntegrationConnectorOperatorPtrInput is an input type that accepts IntegrationConnectorOperatorArgs, IntegrationConnectorOperatorPtr and IntegrationConnectorOperatorPtrOutput values. You can construct a concrete instance of `IntegrationConnectorOperatorPtrInput` via:

        IntegrationConnectorOperatorArgs{...}

or:

        nil

type IntegrationConnectorOperatorPtrOutput

type IntegrationConnectorOperatorPtrOutput struct{ *pulumi.OutputState }

func (IntegrationConnectorOperatorPtrOutput) Elem

func (IntegrationConnectorOperatorPtrOutput) ElementType

func (IntegrationConnectorOperatorPtrOutput) Marketo

func (IntegrationConnectorOperatorPtrOutput) S3

func (IntegrationConnectorOperatorPtrOutput) Salesforce

func (IntegrationConnectorOperatorPtrOutput) ServiceNow

func (IntegrationConnectorOperatorPtrOutput) ToIntegrationConnectorOperatorPtrOutput

func (o IntegrationConnectorOperatorPtrOutput) ToIntegrationConnectorOperatorPtrOutput() IntegrationConnectorOperatorPtrOutput

func (IntegrationConnectorOperatorPtrOutput) ToIntegrationConnectorOperatorPtrOutputWithContext

func (o IntegrationConnectorOperatorPtrOutput) ToIntegrationConnectorOperatorPtrOutputWithContext(ctx context.Context) IntegrationConnectorOperatorPtrOutput

func (IntegrationConnectorOperatorPtrOutput) ToOutput added in v0.76.0

func (IntegrationConnectorOperatorPtrOutput) Zendesk

type IntegrationConnectorType

type IntegrationConnectorType string

func (IntegrationConnectorType) ElementType

func (IntegrationConnectorType) ElementType() reflect.Type

func (IntegrationConnectorType) ToIntegrationConnectorTypeOutput

func (e IntegrationConnectorType) ToIntegrationConnectorTypeOutput() IntegrationConnectorTypeOutput

func (IntegrationConnectorType) ToIntegrationConnectorTypeOutputWithContext

func (e IntegrationConnectorType) ToIntegrationConnectorTypeOutputWithContext(ctx context.Context) IntegrationConnectorTypeOutput

func (IntegrationConnectorType) ToIntegrationConnectorTypePtrOutput

func (e IntegrationConnectorType) ToIntegrationConnectorTypePtrOutput() IntegrationConnectorTypePtrOutput

func (IntegrationConnectorType) ToIntegrationConnectorTypePtrOutputWithContext

func (e IntegrationConnectorType) ToIntegrationConnectorTypePtrOutputWithContext(ctx context.Context) IntegrationConnectorTypePtrOutput

func (IntegrationConnectorType) ToStringOutput

func (e IntegrationConnectorType) ToStringOutput() pulumi.StringOutput

func (IntegrationConnectorType) ToStringOutputWithContext

func (e IntegrationConnectorType) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (IntegrationConnectorType) ToStringPtrOutput

func (e IntegrationConnectorType) ToStringPtrOutput() pulumi.StringPtrOutput

func (IntegrationConnectorType) ToStringPtrOutputWithContext

func (e IntegrationConnectorType) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type IntegrationConnectorTypeInput

type IntegrationConnectorTypeInput interface {
	pulumi.Input

	ToIntegrationConnectorTypeOutput() IntegrationConnectorTypeOutput
	ToIntegrationConnectorTypeOutputWithContext(context.Context) IntegrationConnectorTypeOutput
}

IntegrationConnectorTypeInput is an input type that accepts IntegrationConnectorTypeArgs and IntegrationConnectorTypeOutput values. You can construct a concrete instance of `IntegrationConnectorTypeInput` via:

IntegrationConnectorTypeArgs{...}

type IntegrationConnectorTypeOutput

type IntegrationConnectorTypeOutput struct{ *pulumi.OutputState }

func (IntegrationConnectorTypeOutput) ElementType

func (IntegrationConnectorTypeOutput) ToIntegrationConnectorTypeOutput

func (o IntegrationConnectorTypeOutput) ToIntegrationConnectorTypeOutput() IntegrationConnectorTypeOutput

func (IntegrationConnectorTypeOutput) ToIntegrationConnectorTypeOutputWithContext

func (o IntegrationConnectorTypeOutput) ToIntegrationConnectorTypeOutputWithContext(ctx context.Context) IntegrationConnectorTypeOutput

func (IntegrationConnectorTypeOutput) ToIntegrationConnectorTypePtrOutput

func (o IntegrationConnectorTypeOutput) ToIntegrationConnectorTypePtrOutput() IntegrationConnectorTypePtrOutput

func (IntegrationConnectorTypeOutput) ToIntegrationConnectorTypePtrOutputWithContext

func (o IntegrationConnectorTypeOutput) ToIntegrationConnectorTypePtrOutputWithContext(ctx context.Context) IntegrationConnectorTypePtrOutput

func (IntegrationConnectorTypeOutput) ToOutput added in v0.76.0

func (IntegrationConnectorTypeOutput) ToStringOutput

func (IntegrationConnectorTypeOutput) ToStringOutputWithContext

func (o IntegrationConnectorTypeOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (IntegrationConnectorTypeOutput) ToStringPtrOutput

func (IntegrationConnectorTypeOutput) ToStringPtrOutputWithContext

func (o IntegrationConnectorTypeOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type IntegrationConnectorTypePtrInput

type IntegrationConnectorTypePtrInput interface {
	pulumi.Input

	ToIntegrationConnectorTypePtrOutput() IntegrationConnectorTypePtrOutput
	ToIntegrationConnectorTypePtrOutputWithContext(context.Context) IntegrationConnectorTypePtrOutput
}

func IntegrationConnectorTypePtr

func IntegrationConnectorTypePtr(v string) IntegrationConnectorTypePtrInput

type IntegrationConnectorTypePtrOutput

type IntegrationConnectorTypePtrOutput struct{ *pulumi.OutputState }

func (IntegrationConnectorTypePtrOutput) Elem

func (IntegrationConnectorTypePtrOutput) ElementType

func (IntegrationConnectorTypePtrOutput) ToIntegrationConnectorTypePtrOutput

func (o IntegrationConnectorTypePtrOutput) ToIntegrationConnectorTypePtrOutput() IntegrationConnectorTypePtrOutput

func (IntegrationConnectorTypePtrOutput) ToIntegrationConnectorTypePtrOutputWithContext

func (o IntegrationConnectorTypePtrOutput) ToIntegrationConnectorTypePtrOutputWithContext(ctx context.Context) IntegrationConnectorTypePtrOutput

func (IntegrationConnectorTypePtrOutput) ToOutput added in v0.76.0

func (IntegrationConnectorTypePtrOutput) ToStringPtrOutput

func (IntegrationConnectorTypePtrOutput) ToStringPtrOutputWithContext

func (o IntegrationConnectorTypePtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type IntegrationFlowDefinition

type IntegrationFlowDefinition struct {
	Description      *string                     `pulumi:"description"`
	FlowName         string                      `pulumi:"flowName"`
	KmsArn           string                      `pulumi:"kmsArn"`
	SourceFlowConfig IntegrationSourceFlowConfig `pulumi:"sourceFlowConfig"`
	Tasks            []IntegrationTask           `pulumi:"tasks"`
	TriggerConfig    IntegrationTriggerConfig    `pulumi:"triggerConfig"`
}

type IntegrationFlowDefinitionArgs

type IntegrationFlowDefinitionArgs struct {
	Description      pulumi.StringPtrInput            `pulumi:"description"`
	FlowName         pulumi.StringInput               `pulumi:"flowName"`
	KmsArn           pulumi.StringInput               `pulumi:"kmsArn"`
	SourceFlowConfig IntegrationSourceFlowConfigInput `pulumi:"sourceFlowConfig"`
	Tasks            IntegrationTaskArrayInput        `pulumi:"tasks"`
	TriggerConfig    IntegrationTriggerConfigInput    `pulumi:"triggerConfig"`
}

func (IntegrationFlowDefinitionArgs) ElementType

func (IntegrationFlowDefinitionArgs) ToIntegrationFlowDefinitionOutput

func (i IntegrationFlowDefinitionArgs) ToIntegrationFlowDefinitionOutput() IntegrationFlowDefinitionOutput

func (IntegrationFlowDefinitionArgs) ToIntegrationFlowDefinitionOutputWithContext

func (i IntegrationFlowDefinitionArgs) ToIntegrationFlowDefinitionOutputWithContext(ctx context.Context) IntegrationFlowDefinitionOutput

func (IntegrationFlowDefinitionArgs) ToIntegrationFlowDefinitionPtrOutput

func (i IntegrationFlowDefinitionArgs) ToIntegrationFlowDefinitionPtrOutput() IntegrationFlowDefinitionPtrOutput

func (IntegrationFlowDefinitionArgs) ToIntegrationFlowDefinitionPtrOutputWithContext

func (i IntegrationFlowDefinitionArgs) ToIntegrationFlowDefinitionPtrOutputWithContext(ctx context.Context) IntegrationFlowDefinitionPtrOutput

func (IntegrationFlowDefinitionArgs) ToOutput added in v0.76.0

type IntegrationFlowDefinitionInput

type IntegrationFlowDefinitionInput interface {
	pulumi.Input

	ToIntegrationFlowDefinitionOutput() IntegrationFlowDefinitionOutput
	ToIntegrationFlowDefinitionOutputWithContext(context.Context) IntegrationFlowDefinitionOutput
}

IntegrationFlowDefinitionInput is an input type that accepts IntegrationFlowDefinitionArgs and IntegrationFlowDefinitionOutput values. You can construct a concrete instance of `IntegrationFlowDefinitionInput` via:

IntegrationFlowDefinitionArgs{...}

type IntegrationFlowDefinitionOutput

type IntegrationFlowDefinitionOutput struct{ *pulumi.OutputState }

func (IntegrationFlowDefinitionOutput) Description

func (IntegrationFlowDefinitionOutput) ElementType

func (IntegrationFlowDefinitionOutput) FlowName

func (IntegrationFlowDefinitionOutput) KmsArn

func (IntegrationFlowDefinitionOutput) SourceFlowConfig

func (IntegrationFlowDefinitionOutput) Tasks

func (IntegrationFlowDefinitionOutput) ToIntegrationFlowDefinitionOutput

func (o IntegrationFlowDefinitionOutput) ToIntegrationFlowDefinitionOutput() IntegrationFlowDefinitionOutput

func (IntegrationFlowDefinitionOutput) ToIntegrationFlowDefinitionOutputWithContext

func (o IntegrationFlowDefinitionOutput) ToIntegrationFlowDefinitionOutputWithContext(ctx context.Context) IntegrationFlowDefinitionOutput

func (IntegrationFlowDefinitionOutput) ToIntegrationFlowDefinitionPtrOutput

func (o IntegrationFlowDefinitionOutput) ToIntegrationFlowDefinitionPtrOutput() IntegrationFlowDefinitionPtrOutput

func (IntegrationFlowDefinitionOutput) ToIntegrationFlowDefinitionPtrOutputWithContext

func (o IntegrationFlowDefinitionOutput) ToIntegrationFlowDefinitionPtrOutputWithContext(ctx context.Context) IntegrationFlowDefinitionPtrOutput

func (IntegrationFlowDefinitionOutput) ToOutput added in v0.76.0

func (IntegrationFlowDefinitionOutput) TriggerConfig

type IntegrationFlowDefinitionPtrInput

type IntegrationFlowDefinitionPtrInput interface {
	pulumi.Input

	ToIntegrationFlowDefinitionPtrOutput() IntegrationFlowDefinitionPtrOutput
	ToIntegrationFlowDefinitionPtrOutputWithContext(context.Context) IntegrationFlowDefinitionPtrOutput
}

IntegrationFlowDefinitionPtrInput is an input type that accepts IntegrationFlowDefinitionArgs, IntegrationFlowDefinitionPtr and IntegrationFlowDefinitionPtrOutput values. You can construct a concrete instance of `IntegrationFlowDefinitionPtrInput` via:

        IntegrationFlowDefinitionArgs{...}

or:

        nil

type IntegrationFlowDefinitionPtrOutput

type IntegrationFlowDefinitionPtrOutput struct{ *pulumi.OutputState }

func (IntegrationFlowDefinitionPtrOutput) Description

func (IntegrationFlowDefinitionPtrOutput) Elem

func (IntegrationFlowDefinitionPtrOutput) ElementType

func (IntegrationFlowDefinitionPtrOutput) FlowName

func (IntegrationFlowDefinitionPtrOutput) KmsArn

func (IntegrationFlowDefinitionPtrOutput) SourceFlowConfig

func (IntegrationFlowDefinitionPtrOutput) Tasks

func (IntegrationFlowDefinitionPtrOutput) ToIntegrationFlowDefinitionPtrOutput

func (o IntegrationFlowDefinitionPtrOutput) ToIntegrationFlowDefinitionPtrOutput() IntegrationFlowDefinitionPtrOutput

func (IntegrationFlowDefinitionPtrOutput) ToIntegrationFlowDefinitionPtrOutputWithContext

func (o IntegrationFlowDefinitionPtrOutput) ToIntegrationFlowDefinitionPtrOutputWithContext(ctx context.Context) IntegrationFlowDefinitionPtrOutput

func (IntegrationFlowDefinitionPtrOutput) ToOutput added in v0.76.0

func (IntegrationFlowDefinitionPtrOutput) TriggerConfig

type IntegrationIncrementalPullConfig

type IntegrationIncrementalPullConfig struct {
	DatetimeTypeFieldName *string `pulumi:"datetimeTypeFieldName"`
}

type IntegrationIncrementalPullConfigArgs

type IntegrationIncrementalPullConfigArgs struct {
	DatetimeTypeFieldName pulumi.StringPtrInput `pulumi:"datetimeTypeFieldName"`
}

func (IntegrationIncrementalPullConfigArgs) ElementType

func (IntegrationIncrementalPullConfigArgs) ToIntegrationIncrementalPullConfigOutput

func (i IntegrationIncrementalPullConfigArgs) ToIntegrationIncrementalPullConfigOutput() IntegrationIncrementalPullConfigOutput

func (IntegrationIncrementalPullConfigArgs) ToIntegrationIncrementalPullConfigOutputWithContext

func (i IntegrationIncrementalPullConfigArgs) ToIntegrationIncrementalPullConfigOutputWithContext(ctx context.Context) IntegrationIncrementalPullConfigOutput

func (IntegrationIncrementalPullConfigArgs) ToIntegrationIncrementalPullConfigPtrOutput

func (i IntegrationIncrementalPullConfigArgs) ToIntegrationIncrementalPullConfigPtrOutput() IntegrationIncrementalPullConfigPtrOutput

func (IntegrationIncrementalPullConfigArgs) ToIntegrationIncrementalPullConfigPtrOutputWithContext

func (i IntegrationIncrementalPullConfigArgs) ToIntegrationIncrementalPullConfigPtrOutputWithContext(ctx context.Context) IntegrationIncrementalPullConfigPtrOutput

func (IntegrationIncrementalPullConfigArgs) ToOutput added in v0.76.0

type IntegrationIncrementalPullConfigInput

type IntegrationIncrementalPullConfigInput interface {
	pulumi.Input

	ToIntegrationIncrementalPullConfigOutput() IntegrationIncrementalPullConfigOutput
	ToIntegrationIncrementalPullConfigOutputWithContext(context.Context) IntegrationIncrementalPullConfigOutput
}

IntegrationIncrementalPullConfigInput is an input type that accepts IntegrationIncrementalPullConfigArgs and IntegrationIncrementalPullConfigOutput values. You can construct a concrete instance of `IntegrationIncrementalPullConfigInput` via:

IntegrationIncrementalPullConfigArgs{...}

type IntegrationIncrementalPullConfigOutput

type IntegrationIncrementalPullConfigOutput struct{ *pulumi.OutputState }

func (IntegrationIncrementalPullConfigOutput) DatetimeTypeFieldName

func (IntegrationIncrementalPullConfigOutput) ElementType

func (IntegrationIncrementalPullConfigOutput) ToIntegrationIncrementalPullConfigOutput

func (o IntegrationIncrementalPullConfigOutput) ToIntegrationIncrementalPullConfigOutput() IntegrationIncrementalPullConfigOutput

func (IntegrationIncrementalPullConfigOutput) ToIntegrationIncrementalPullConfigOutputWithContext

func (o IntegrationIncrementalPullConfigOutput) ToIntegrationIncrementalPullConfigOutputWithContext(ctx context.Context) IntegrationIncrementalPullConfigOutput

func (IntegrationIncrementalPullConfigOutput) ToIntegrationIncrementalPullConfigPtrOutput

func (o IntegrationIncrementalPullConfigOutput) ToIntegrationIncrementalPullConfigPtrOutput() IntegrationIncrementalPullConfigPtrOutput

func (IntegrationIncrementalPullConfigOutput) ToIntegrationIncrementalPullConfigPtrOutputWithContext

func (o IntegrationIncrementalPullConfigOutput) ToIntegrationIncrementalPullConfigPtrOutputWithContext(ctx context.Context) IntegrationIncrementalPullConfigPtrOutput

func (IntegrationIncrementalPullConfigOutput) ToOutput added in v0.76.0

type IntegrationIncrementalPullConfigPtrInput

type IntegrationIncrementalPullConfigPtrInput interface {
	pulumi.Input

	ToIntegrationIncrementalPullConfigPtrOutput() IntegrationIncrementalPullConfigPtrOutput
	ToIntegrationIncrementalPullConfigPtrOutputWithContext(context.Context) IntegrationIncrementalPullConfigPtrOutput
}

IntegrationIncrementalPullConfigPtrInput is an input type that accepts IntegrationIncrementalPullConfigArgs, IntegrationIncrementalPullConfigPtr and IntegrationIncrementalPullConfigPtrOutput values. You can construct a concrete instance of `IntegrationIncrementalPullConfigPtrInput` via:

        IntegrationIncrementalPullConfigArgs{...}

or:

        nil

type IntegrationIncrementalPullConfigPtrOutput

type IntegrationIncrementalPullConfigPtrOutput struct{ *pulumi.OutputState }

func (IntegrationIncrementalPullConfigPtrOutput) DatetimeTypeFieldName

func (IntegrationIncrementalPullConfigPtrOutput) Elem

func (IntegrationIncrementalPullConfigPtrOutput) ElementType

func (IntegrationIncrementalPullConfigPtrOutput) ToIntegrationIncrementalPullConfigPtrOutput

func (o IntegrationIncrementalPullConfigPtrOutput) ToIntegrationIncrementalPullConfigPtrOutput() IntegrationIncrementalPullConfigPtrOutput

func (IntegrationIncrementalPullConfigPtrOutput) ToIntegrationIncrementalPullConfigPtrOutputWithContext

func (o IntegrationIncrementalPullConfigPtrOutput) ToIntegrationIncrementalPullConfigPtrOutputWithContext(ctx context.Context) IntegrationIncrementalPullConfigPtrOutput

func (IntegrationIncrementalPullConfigPtrOutput) ToOutput added in v0.76.0

type IntegrationInput

type IntegrationInput interface {
	pulumi.Input

	ToIntegrationOutput() IntegrationOutput
	ToIntegrationOutputWithContext(ctx context.Context) IntegrationOutput
}

type IntegrationMarketoConnectorOperator

type IntegrationMarketoConnectorOperator string

func (IntegrationMarketoConnectorOperator) ElementType

func (IntegrationMarketoConnectorOperator) ToIntegrationMarketoConnectorOperatorOutput

func (e IntegrationMarketoConnectorOperator) ToIntegrationMarketoConnectorOperatorOutput() IntegrationMarketoConnectorOperatorOutput

func (IntegrationMarketoConnectorOperator) ToIntegrationMarketoConnectorOperatorOutputWithContext

func (e IntegrationMarketoConnectorOperator) ToIntegrationMarketoConnectorOperatorOutputWithContext(ctx context.Context) IntegrationMarketoConnectorOperatorOutput

func (IntegrationMarketoConnectorOperator) ToIntegrationMarketoConnectorOperatorPtrOutput

func (e IntegrationMarketoConnectorOperator) ToIntegrationMarketoConnectorOperatorPtrOutput() IntegrationMarketoConnectorOperatorPtrOutput

func (IntegrationMarketoConnectorOperator) ToIntegrationMarketoConnectorOperatorPtrOutputWithContext

func (e IntegrationMarketoConnectorOperator) ToIntegrationMarketoConnectorOperatorPtrOutputWithContext(ctx context.Context) IntegrationMarketoConnectorOperatorPtrOutput

func (IntegrationMarketoConnectorOperator) ToStringOutput

func (IntegrationMarketoConnectorOperator) ToStringOutputWithContext

func (e IntegrationMarketoConnectorOperator) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (IntegrationMarketoConnectorOperator) ToStringPtrOutput

func (IntegrationMarketoConnectorOperator) ToStringPtrOutputWithContext

func (e IntegrationMarketoConnectorOperator) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type IntegrationMarketoConnectorOperatorInput

type IntegrationMarketoConnectorOperatorInput interface {
	pulumi.Input

	ToIntegrationMarketoConnectorOperatorOutput() IntegrationMarketoConnectorOperatorOutput
	ToIntegrationMarketoConnectorOperatorOutputWithContext(context.Context) IntegrationMarketoConnectorOperatorOutput
}

IntegrationMarketoConnectorOperatorInput is an input type that accepts IntegrationMarketoConnectorOperatorArgs and IntegrationMarketoConnectorOperatorOutput values. You can construct a concrete instance of `IntegrationMarketoConnectorOperatorInput` via:

IntegrationMarketoConnectorOperatorArgs{...}

type IntegrationMarketoConnectorOperatorOutput

type IntegrationMarketoConnectorOperatorOutput struct{ *pulumi.OutputState }

func (IntegrationMarketoConnectorOperatorOutput) ElementType

func (IntegrationMarketoConnectorOperatorOutput) ToIntegrationMarketoConnectorOperatorOutput

func (o IntegrationMarketoConnectorOperatorOutput) ToIntegrationMarketoConnectorOperatorOutput() IntegrationMarketoConnectorOperatorOutput

func (IntegrationMarketoConnectorOperatorOutput) ToIntegrationMarketoConnectorOperatorOutputWithContext

func (o IntegrationMarketoConnectorOperatorOutput) ToIntegrationMarketoConnectorOperatorOutputWithContext(ctx context.Context) IntegrationMarketoConnectorOperatorOutput

func (IntegrationMarketoConnectorOperatorOutput) ToIntegrationMarketoConnectorOperatorPtrOutput

func (o IntegrationMarketoConnectorOperatorOutput) ToIntegrationMarketoConnectorOperatorPtrOutput() IntegrationMarketoConnectorOperatorPtrOutput

func (IntegrationMarketoConnectorOperatorOutput) ToIntegrationMarketoConnectorOperatorPtrOutputWithContext

func (o IntegrationMarketoConnectorOperatorOutput) ToIntegrationMarketoConnectorOperatorPtrOutputWithContext(ctx context.Context) IntegrationMarketoConnectorOperatorPtrOutput

func (IntegrationMarketoConnectorOperatorOutput) ToOutput added in v0.76.0

func (IntegrationMarketoConnectorOperatorOutput) ToStringOutput

func (IntegrationMarketoConnectorOperatorOutput) ToStringOutputWithContext

func (IntegrationMarketoConnectorOperatorOutput) ToStringPtrOutput

func (IntegrationMarketoConnectorOperatorOutput) ToStringPtrOutputWithContext

type IntegrationMarketoConnectorOperatorPtrInput

type IntegrationMarketoConnectorOperatorPtrInput interface {
	pulumi.Input

	ToIntegrationMarketoConnectorOperatorPtrOutput() IntegrationMarketoConnectorOperatorPtrOutput
	ToIntegrationMarketoConnectorOperatorPtrOutputWithContext(context.Context) IntegrationMarketoConnectorOperatorPtrOutput
}

type IntegrationMarketoConnectorOperatorPtrOutput

type IntegrationMarketoConnectorOperatorPtrOutput struct{ *pulumi.OutputState }

func (IntegrationMarketoConnectorOperatorPtrOutput) Elem

func (IntegrationMarketoConnectorOperatorPtrOutput) ElementType

func (IntegrationMarketoConnectorOperatorPtrOutput) ToIntegrationMarketoConnectorOperatorPtrOutput

func (o IntegrationMarketoConnectorOperatorPtrOutput) ToIntegrationMarketoConnectorOperatorPtrOutput() IntegrationMarketoConnectorOperatorPtrOutput

func (IntegrationMarketoConnectorOperatorPtrOutput) ToIntegrationMarketoConnectorOperatorPtrOutputWithContext

func (o IntegrationMarketoConnectorOperatorPtrOutput) ToIntegrationMarketoConnectorOperatorPtrOutputWithContext(ctx context.Context) IntegrationMarketoConnectorOperatorPtrOutput

func (IntegrationMarketoConnectorOperatorPtrOutput) ToOutput added in v0.76.0

func (IntegrationMarketoConnectorOperatorPtrOutput) ToStringPtrOutput

func (IntegrationMarketoConnectorOperatorPtrOutput) ToStringPtrOutputWithContext

type IntegrationMarketoSourceProperties

type IntegrationMarketoSourceProperties struct {
	Object string `pulumi:"object"`
}

type IntegrationMarketoSourcePropertiesArgs

type IntegrationMarketoSourcePropertiesArgs struct {
	Object pulumi.StringInput `pulumi:"object"`
}

func (IntegrationMarketoSourcePropertiesArgs) ElementType

func (IntegrationMarketoSourcePropertiesArgs) ToIntegrationMarketoSourcePropertiesOutput

func (i IntegrationMarketoSourcePropertiesArgs) ToIntegrationMarketoSourcePropertiesOutput() IntegrationMarketoSourcePropertiesOutput

func (IntegrationMarketoSourcePropertiesArgs) ToIntegrationMarketoSourcePropertiesOutputWithContext

func (i IntegrationMarketoSourcePropertiesArgs) ToIntegrationMarketoSourcePropertiesOutputWithContext(ctx context.Context) IntegrationMarketoSourcePropertiesOutput

func (IntegrationMarketoSourcePropertiesArgs) ToIntegrationMarketoSourcePropertiesPtrOutput

func (i IntegrationMarketoSourcePropertiesArgs) ToIntegrationMarketoSourcePropertiesPtrOutput() IntegrationMarketoSourcePropertiesPtrOutput

func (IntegrationMarketoSourcePropertiesArgs) ToIntegrationMarketoSourcePropertiesPtrOutputWithContext

func (i IntegrationMarketoSourcePropertiesArgs) ToIntegrationMarketoSourcePropertiesPtrOutputWithContext(ctx context.Context) IntegrationMarketoSourcePropertiesPtrOutput

func (IntegrationMarketoSourcePropertiesArgs) ToOutput added in v0.76.0

type IntegrationMarketoSourcePropertiesInput

type IntegrationMarketoSourcePropertiesInput interface {
	pulumi.Input

	ToIntegrationMarketoSourcePropertiesOutput() IntegrationMarketoSourcePropertiesOutput
	ToIntegrationMarketoSourcePropertiesOutputWithContext(context.Context) IntegrationMarketoSourcePropertiesOutput
}

IntegrationMarketoSourcePropertiesInput is an input type that accepts IntegrationMarketoSourcePropertiesArgs and IntegrationMarketoSourcePropertiesOutput values. You can construct a concrete instance of `IntegrationMarketoSourcePropertiesInput` via:

IntegrationMarketoSourcePropertiesArgs{...}

type IntegrationMarketoSourcePropertiesOutput

type IntegrationMarketoSourcePropertiesOutput struct{ *pulumi.OutputState }

func (IntegrationMarketoSourcePropertiesOutput) ElementType

func (IntegrationMarketoSourcePropertiesOutput) Object

func (IntegrationMarketoSourcePropertiesOutput) ToIntegrationMarketoSourcePropertiesOutput

func (o IntegrationMarketoSourcePropertiesOutput) ToIntegrationMarketoSourcePropertiesOutput() IntegrationMarketoSourcePropertiesOutput

func (IntegrationMarketoSourcePropertiesOutput) ToIntegrationMarketoSourcePropertiesOutputWithContext

func (o IntegrationMarketoSourcePropertiesOutput) ToIntegrationMarketoSourcePropertiesOutputWithContext(ctx context.Context) IntegrationMarketoSourcePropertiesOutput

func (IntegrationMarketoSourcePropertiesOutput) ToIntegrationMarketoSourcePropertiesPtrOutput

func (o IntegrationMarketoSourcePropertiesOutput) ToIntegrationMarketoSourcePropertiesPtrOutput() IntegrationMarketoSourcePropertiesPtrOutput

func (IntegrationMarketoSourcePropertiesOutput) ToIntegrationMarketoSourcePropertiesPtrOutputWithContext

func (o IntegrationMarketoSourcePropertiesOutput) ToIntegrationMarketoSourcePropertiesPtrOutputWithContext(ctx context.Context) IntegrationMarketoSourcePropertiesPtrOutput

func (IntegrationMarketoSourcePropertiesOutput) ToOutput added in v0.76.0

type IntegrationMarketoSourcePropertiesPtrInput

type IntegrationMarketoSourcePropertiesPtrInput interface {
	pulumi.Input

	ToIntegrationMarketoSourcePropertiesPtrOutput() IntegrationMarketoSourcePropertiesPtrOutput
	ToIntegrationMarketoSourcePropertiesPtrOutputWithContext(context.Context) IntegrationMarketoSourcePropertiesPtrOutput
}

IntegrationMarketoSourcePropertiesPtrInput is an input type that accepts IntegrationMarketoSourcePropertiesArgs, IntegrationMarketoSourcePropertiesPtr and IntegrationMarketoSourcePropertiesPtrOutput values. You can construct a concrete instance of `IntegrationMarketoSourcePropertiesPtrInput` via:

        IntegrationMarketoSourcePropertiesArgs{...}

or:

        nil

type IntegrationMarketoSourcePropertiesPtrOutput

type IntegrationMarketoSourcePropertiesPtrOutput struct{ *pulumi.OutputState }

func (IntegrationMarketoSourcePropertiesPtrOutput) Elem

func (IntegrationMarketoSourcePropertiesPtrOutput) ElementType

func (IntegrationMarketoSourcePropertiesPtrOutput) Object

func (IntegrationMarketoSourcePropertiesPtrOutput) ToIntegrationMarketoSourcePropertiesPtrOutput

func (o IntegrationMarketoSourcePropertiesPtrOutput) ToIntegrationMarketoSourcePropertiesPtrOutput() IntegrationMarketoSourcePropertiesPtrOutput

func (IntegrationMarketoSourcePropertiesPtrOutput) ToIntegrationMarketoSourcePropertiesPtrOutputWithContext

func (o IntegrationMarketoSourcePropertiesPtrOutput) ToIntegrationMarketoSourcePropertiesPtrOutputWithContext(ctx context.Context) IntegrationMarketoSourcePropertiesPtrOutput

func (IntegrationMarketoSourcePropertiesPtrOutput) ToOutput added in v0.76.0

type IntegrationObjectTypeMapping added in v0.12.0

type IntegrationObjectTypeMapping struct {
	Key   string `pulumi:"key"`
	Value string `pulumi:"value"`
}

type IntegrationObjectTypeMappingArgs added in v0.12.0

type IntegrationObjectTypeMappingArgs struct {
	Key   pulumi.StringInput `pulumi:"key"`
	Value pulumi.StringInput `pulumi:"value"`
}

func (IntegrationObjectTypeMappingArgs) ElementType added in v0.12.0

func (IntegrationObjectTypeMappingArgs) ToIntegrationObjectTypeMappingOutput added in v0.12.0

func (i IntegrationObjectTypeMappingArgs) ToIntegrationObjectTypeMappingOutput() IntegrationObjectTypeMappingOutput

func (IntegrationObjectTypeMappingArgs) ToIntegrationObjectTypeMappingOutputWithContext added in v0.12.0

func (i IntegrationObjectTypeMappingArgs) ToIntegrationObjectTypeMappingOutputWithContext(ctx context.Context) IntegrationObjectTypeMappingOutput

func (IntegrationObjectTypeMappingArgs) ToOutput added in v0.76.0

type IntegrationObjectTypeMappingArray added in v0.12.0

type IntegrationObjectTypeMappingArray []IntegrationObjectTypeMappingInput

func (IntegrationObjectTypeMappingArray) ElementType added in v0.12.0

func (IntegrationObjectTypeMappingArray) ToIntegrationObjectTypeMappingArrayOutput added in v0.12.0

func (i IntegrationObjectTypeMappingArray) ToIntegrationObjectTypeMappingArrayOutput() IntegrationObjectTypeMappingArrayOutput

func (IntegrationObjectTypeMappingArray) ToIntegrationObjectTypeMappingArrayOutputWithContext added in v0.12.0

func (i IntegrationObjectTypeMappingArray) ToIntegrationObjectTypeMappingArrayOutputWithContext(ctx context.Context) IntegrationObjectTypeMappingArrayOutput

func (IntegrationObjectTypeMappingArray) ToOutput added in v0.76.0

type IntegrationObjectTypeMappingArrayInput added in v0.12.0

type IntegrationObjectTypeMappingArrayInput interface {
	pulumi.Input

	ToIntegrationObjectTypeMappingArrayOutput() IntegrationObjectTypeMappingArrayOutput
	ToIntegrationObjectTypeMappingArrayOutputWithContext(context.Context) IntegrationObjectTypeMappingArrayOutput
}

IntegrationObjectTypeMappingArrayInput is an input type that accepts IntegrationObjectTypeMappingArray and IntegrationObjectTypeMappingArrayOutput values. You can construct a concrete instance of `IntegrationObjectTypeMappingArrayInput` via:

IntegrationObjectTypeMappingArray{ IntegrationObjectTypeMappingArgs{...} }

type IntegrationObjectTypeMappingArrayOutput added in v0.12.0

type IntegrationObjectTypeMappingArrayOutput struct{ *pulumi.OutputState }

func (IntegrationObjectTypeMappingArrayOutput) ElementType added in v0.12.0

func (IntegrationObjectTypeMappingArrayOutput) Index added in v0.12.0

func (IntegrationObjectTypeMappingArrayOutput) ToIntegrationObjectTypeMappingArrayOutput added in v0.12.0

func (o IntegrationObjectTypeMappingArrayOutput) ToIntegrationObjectTypeMappingArrayOutput() IntegrationObjectTypeMappingArrayOutput

func (IntegrationObjectTypeMappingArrayOutput) ToIntegrationObjectTypeMappingArrayOutputWithContext added in v0.12.0

func (o IntegrationObjectTypeMappingArrayOutput) ToIntegrationObjectTypeMappingArrayOutputWithContext(ctx context.Context) IntegrationObjectTypeMappingArrayOutput

func (IntegrationObjectTypeMappingArrayOutput) ToOutput added in v0.76.0

type IntegrationObjectTypeMappingInput added in v0.12.0

type IntegrationObjectTypeMappingInput interface {
	pulumi.Input

	ToIntegrationObjectTypeMappingOutput() IntegrationObjectTypeMappingOutput
	ToIntegrationObjectTypeMappingOutputWithContext(context.Context) IntegrationObjectTypeMappingOutput
}

IntegrationObjectTypeMappingInput is an input type that accepts IntegrationObjectTypeMappingArgs and IntegrationObjectTypeMappingOutput values. You can construct a concrete instance of `IntegrationObjectTypeMappingInput` via:

IntegrationObjectTypeMappingArgs{...}

type IntegrationObjectTypeMappingOutput added in v0.12.0

type IntegrationObjectTypeMappingOutput struct{ *pulumi.OutputState }

func (IntegrationObjectTypeMappingOutput) ElementType added in v0.12.0

func (IntegrationObjectTypeMappingOutput) Key added in v0.12.0

func (IntegrationObjectTypeMappingOutput) ToIntegrationObjectTypeMappingOutput added in v0.12.0

func (o IntegrationObjectTypeMappingOutput) ToIntegrationObjectTypeMappingOutput() IntegrationObjectTypeMappingOutput

func (IntegrationObjectTypeMappingOutput) ToIntegrationObjectTypeMappingOutputWithContext added in v0.12.0

func (o IntegrationObjectTypeMappingOutput) ToIntegrationObjectTypeMappingOutputWithContext(ctx context.Context) IntegrationObjectTypeMappingOutput

func (IntegrationObjectTypeMappingOutput) ToOutput added in v0.76.0

func (IntegrationObjectTypeMappingOutput) Value added in v0.12.0

type IntegrationOperatorPropertiesKeys

type IntegrationOperatorPropertiesKeys string

func (IntegrationOperatorPropertiesKeys) ElementType

func (IntegrationOperatorPropertiesKeys) ToIntegrationOperatorPropertiesKeysOutput

func (e IntegrationOperatorPropertiesKeys) ToIntegrationOperatorPropertiesKeysOutput() IntegrationOperatorPropertiesKeysOutput

func (IntegrationOperatorPropertiesKeys) ToIntegrationOperatorPropertiesKeysOutputWithContext

func (e IntegrationOperatorPropertiesKeys) ToIntegrationOperatorPropertiesKeysOutputWithContext(ctx context.Context) IntegrationOperatorPropertiesKeysOutput

func (IntegrationOperatorPropertiesKeys) ToIntegrationOperatorPropertiesKeysPtrOutput

func (e IntegrationOperatorPropertiesKeys) ToIntegrationOperatorPropertiesKeysPtrOutput() IntegrationOperatorPropertiesKeysPtrOutput

func (IntegrationOperatorPropertiesKeys) ToIntegrationOperatorPropertiesKeysPtrOutputWithContext

func (e IntegrationOperatorPropertiesKeys) ToIntegrationOperatorPropertiesKeysPtrOutputWithContext(ctx context.Context) IntegrationOperatorPropertiesKeysPtrOutput

func (IntegrationOperatorPropertiesKeys) ToStringOutput

func (IntegrationOperatorPropertiesKeys) ToStringOutputWithContext

func (e IntegrationOperatorPropertiesKeys) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (IntegrationOperatorPropertiesKeys) ToStringPtrOutput

func (IntegrationOperatorPropertiesKeys) ToStringPtrOutputWithContext

func (e IntegrationOperatorPropertiesKeys) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type IntegrationOperatorPropertiesKeysInput

type IntegrationOperatorPropertiesKeysInput interface {
	pulumi.Input

	ToIntegrationOperatorPropertiesKeysOutput() IntegrationOperatorPropertiesKeysOutput
	ToIntegrationOperatorPropertiesKeysOutputWithContext(context.Context) IntegrationOperatorPropertiesKeysOutput
}

IntegrationOperatorPropertiesKeysInput is an input type that accepts IntegrationOperatorPropertiesKeysArgs and IntegrationOperatorPropertiesKeysOutput values. You can construct a concrete instance of `IntegrationOperatorPropertiesKeysInput` via:

IntegrationOperatorPropertiesKeysArgs{...}

type IntegrationOperatorPropertiesKeysOutput

type IntegrationOperatorPropertiesKeysOutput struct{ *pulumi.OutputState }

func (IntegrationOperatorPropertiesKeysOutput) ElementType

func (IntegrationOperatorPropertiesKeysOutput) ToIntegrationOperatorPropertiesKeysOutput

func (o IntegrationOperatorPropertiesKeysOutput) ToIntegrationOperatorPropertiesKeysOutput() IntegrationOperatorPropertiesKeysOutput

func (IntegrationOperatorPropertiesKeysOutput) ToIntegrationOperatorPropertiesKeysOutputWithContext

func (o IntegrationOperatorPropertiesKeysOutput) ToIntegrationOperatorPropertiesKeysOutputWithContext(ctx context.Context) IntegrationOperatorPropertiesKeysOutput

func (IntegrationOperatorPropertiesKeysOutput) ToIntegrationOperatorPropertiesKeysPtrOutput

func (o IntegrationOperatorPropertiesKeysOutput) ToIntegrationOperatorPropertiesKeysPtrOutput() IntegrationOperatorPropertiesKeysPtrOutput

func (IntegrationOperatorPropertiesKeysOutput) ToIntegrationOperatorPropertiesKeysPtrOutputWithContext

func (o IntegrationOperatorPropertiesKeysOutput) ToIntegrationOperatorPropertiesKeysPtrOutputWithContext(ctx context.Context) IntegrationOperatorPropertiesKeysPtrOutput

func (IntegrationOperatorPropertiesKeysOutput) ToOutput added in v0.76.0

func (IntegrationOperatorPropertiesKeysOutput) ToStringOutput

func (IntegrationOperatorPropertiesKeysOutput) ToStringOutputWithContext

func (IntegrationOperatorPropertiesKeysOutput) ToStringPtrOutput

func (IntegrationOperatorPropertiesKeysOutput) ToStringPtrOutputWithContext

type IntegrationOperatorPropertiesKeysPtrInput

type IntegrationOperatorPropertiesKeysPtrInput interface {
	pulumi.Input

	ToIntegrationOperatorPropertiesKeysPtrOutput() IntegrationOperatorPropertiesKeysPtrOutput
	ToIntegrationOperatorPropertiesKeysPtrOutputWithContext(context.Context) IntegrationOperatorPropertiesKeysPtrOutput
}

type IntegrationOperatorPropertiesKeysPtrOutput

type IntegrationOperatorPropertiesKeysPtrOutput struct{ *pulumi.OutputState }

func (IntegrationOperatorPropertiesKeysPtrOutput) Elem

func (IntegrationOperatorPropertiesKeysPtrOutput) ElementType

func (IntegrationOperatorPropertiesKeysPtrOutput) ToIntegrationOperatorPropertiesKeysPtrOutput

func (o IntegrationOperatorPropertiesKeysPtrOutput) ToIntegrationOperatorPropertiesKeysPtrOutput() IntegrationOperatorPropertiesKeysPtrOutput

func (IntegrationOperatorPropertiesKeysPtrOutput) ToIntegrationOperatorPropertiesKeysPtrOutputWithContext

func (o IntegrationOperatorPropertiesKeysPtrOutput) ToIntegrationOperatorPropertiesKeysPtrOutputWithContext(ctx context.Context) IntegrationOperatorPropertiesKeysPtrOutput

func (IntegrationOperatorPropertiesKeysPtrOutput) ToOutput added in v0.76.0

func (IntegrationOperatorPropertiesKeysPtrOutput) ToStringPtrOutput

func (IntegrationOperatorPropertiesKeysPtrOutput) ToStringPtrOutputWithContext

type IntegrationOutput

type IntegrationOutput struct{ *pulumi.OutputState }

func (IntegrationOutput) CreatedAt added in v0.17.0

func (o IntegrationOutput) CreatedAt() pulumi.StringOutput

The time of this integration got created

func (IntegrationOutput) DomainName added in v0.17.0

func (o IntegrationOutput) DomainName() pulumi.StringOutput

The unique name of the domain.

func (IntegrationOutput) ElementType

func (IntegrationOutput) ElementType() reflect.Type

func (IntegrationOutput) FlowDefinition added in v0.17.0

func (IntegrationOutput) LastUpdatedAt added in v0.17.0

func (o IntegrationOutput) LastUpdatedAt() pulumi.StringOutput

The time of this integration got last updated at

func (IntegrationOutput) ObjectTypeName added in v0.17.0

func (o IntegrationOutput) ObjectTypeName() pulumi.StringPtrOutput

The name of the ObjectType defined for the 3rd party data in Profile Service

func (IntegrationOutput) ObjectTypeNames added in v0.17.0

The mapping between 3rd party event types and ObjectType names

func (IntegrationOutput) Tags added in v0.17.0

The tags (keys and values) associated with the integration

func (IntegrationOutput) ToIntegrationOutput

func (o IntegrationOutput) ToIntegrationOutput() IntegrationOutput

func (IntegrationOutput) ToIntegrationOutputWithContext

func (o IntegrationOutput) ToIntegrationOutputWithContext(ctx context.Context) IntegrationOutput

func (IntegrationOutput) ToOutput added in v0.76.0

func (IntegrationOutput) Uri added in v0.17.0

The URI of the S3 bucket or any other type of data source.

type IntegrationS3ConnectorOperator

type IntegrationS3ConnectorOperator string

func (IntegrationS3ConnectorOperator) ElementType

func (IntegrationS3ConnectorOperator) ToIntegrationS3ConnectorOperatorOutput

func (e IntegrationS3ConnectorOperator) ToIntegrationS3ConnectorOperatorOutput() IntegrationS3ConnectorOperatorOutput

func (IntegrationS3ConnectorOperator) ToIntegrationS3ConnectorOperatorOutputWithContext

func (e IntegrationS3ConnectorOperator) ToIntegrationS3ConnectorOperatorOutputWithContext(ctx context.Context) IntegrationS3ConnectorOperatorOutput

func (IntegrationS3ConnectorOperator) ToIntegrationS3ConnectorOperatorPtrOutput

func (e IntegrationS3ConnectorOperator) ToIntegrationS3ConnectorOperatorPtrOutput() IntegrationS3ConnectorOperatorPtrOutput

func (IntegrationS3ConnectorOperator) ToIntegrationS3ConnectorOperatorPtrOutputWithContext

func (e IntegrationS3ConnectorOperator) ToIntegrationS3ConnectorOperatorPtrOutputWithContext(ctx context.Context) IntegrationS3ConnectorOperatorPtrOutput

func (IntegrationS3ConnectorOperator) ToStringOutput

func (IntegrationS3ConnectorOperator) ToStringOutputWithContext

func (e IntegrationS3ConnectorOperator) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (IntegrationS3ConnectorOperator) ToStringPtrOutput

func (IntegrationS3ConnectorOperator) ToStringPtrOutputWithContext

func (e IntegrationS3ConnectorOperator) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type IntegrationS3ConnectorOperatorInput

type IntegrationS3ConnectorOperatorInput interface {
	pulumi.Input

	ToIntegrationS3ConnectorOperatorOutput() IntegrationS3ConnectorOperatorOutput
	ToIntegrationS3ConnectorOperatorOutputWithContext(context.Context) IntegrationS3ConnectorOperatorOutput
}

IntegrationS3ConnectorOperatorInput is an input type that accepts IntegrationS3ConnectorOperatorArgs and IntegrationS3ConnectorOperatorOutput values. You can construct a concrete instance of `IntegrationS3ConnectorOperatorInput` via:

IntegrationS3ConnectorOperatorArgs{...}

type IntegrationS3ConnectorOperatorOutput

type IntegrationS3ConnectorOperatorOutput struct{ *pulumi.OutputState }

func (IntegrationS3ConnectorOperatorOutput) ElementType

func (IntegrationS3ConnectorOperatorOutput) ToIntegrationS3ConnectorOperatorOutput

func (o IntegrationS3ConnectorOperatorOutput) ToIntegrationS3ConnectorOperatorOutput() IntegrationS3ConnectorOperatorOutput

func (IntegrationS3ConnectorOperatorOutput) ToIntegrationS3ConnectorOperatorOutputWithContext

func (o IntegrationS3ConnectorOperatorOutput) ToIntegrationS3ConnectorOperatorOutputWithContext(ctx context.Context) IntegrationS3ConnectorOperatorOutput

func (IntegrationS3ConnectorOperatorOutput) ToIntegrationS3ConnectorOperatorPtrOutput

func (o IntegrationS3ConnectorOperatorOutput) ToIntegrationS3ConnectorOperatorPtrOutput() IntegrationS3ConnectorOperatorPtrOutput

func (IntegrationS3ConnectorOperatorOutput) ToIntegrationS3ConnectorOperatorPtrOutputWithContext

func (o IntegrationS3ConnectorOperatorOutput) ToIntegrationS3ConnectorOperatorPtrOutputWithContext(ctx context.Context) IntegrationS3ConnectorOperatorPtrOutput

func (IntegrationS3ConnectorOperatorOutput) ToOutput added in v0.76.0

func (IntegrationS3ConnectorOperatorOutput) ToStringOutput

func (IntegrationS3ConnectorOperatorOutput) ToStringOutputWithContext

func (o IntegrationS3ConnectorOperatorOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (IntegrationS3ConnectorOperatorOutput) ToStringPtrOutput

func (IntegrationS3ConnectorOperatorOutput) ToStringPtrOutputWithContext

func (o IntegrationS3ConnectorOperatorOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type IntegrationS3ConnectorOperatorPtrInput

type IntegrationS3ConnectorOperatorPtrInput interface {
	pulumi.Input

	ToIntegrationS3ConnectorOperatorPtrOutput() IntegrationS3ConnectorOperatorPtrOutput
	ToIntegrationS3ConnectorOperatorPtrOutputWithContext(context.Context) IntegrationS3ConnectorOperatorPtrOutput
}

type IntegrationS3ConnectorOperatorPtrOutput

type IntegrationS3ConnectorOperatorPtrOutput struct{ *pulumi.OutputState }

func (IntegrationS3ConnectorOperatorPtrOutput) Elem

func (IntegrationS3ConnectorOperatorPtrOutput) ElementType

func (IntegrationS3ConnectorOperatorPtrOutput) ToIntegrationS3ConnectorOperatorPtrOutput

func (o IntegrationS3ConnectorOperatorPtrOutput) ToIntegrationS3ConnectorOperatorPtrOutput() IntegrationS3ConnectorOperatorPtrOutput

func (IntegrationS3ConnectorOperatorPtrOutput) ToIntegrationS3ConnectorOperatorPtrOutputWithContext

func (o IntegrationS3ConnectorOperatorPtrOutput) ToIntegrationS3ConnectorOperatorPtrOutputWithContext(ctx context.Context) IntegrationS3ConnectorOperatorPtrOutput

func (IntegrationS3ConnectorOperatorPtrOutput) ToOutput added in v0.76.0

func (IntegrationS3ConnectorOperatorPtrOutput) ToStringPtrOutput

func (IntegrationS3ConnectorOperatorPtrOutput) ToStringPtrOutputWithContext

type IntegrationS3SourceProperties

type IntegrationS3SourceProperties struct {
	BucketName   string  `pulumi:"bucketName"`
	BucketPrefix *string `pulumi:"bucketPrefix"`
}

type IntegrationS3SourcePropertiesArgs

type IntegrationS3SourcePropertiesArgs struct {
	BucketName   pulumi.StringInput    `pulumi:"bucketName"`
	BucketPrefix pulumi.StringPtrInput `pulumi:"bucketPrefix"`
}

func (IntegrationS3SourcePropertiesArgs) ElementType

func (IntegrationS3SourcePropertiesArgs) ToIntegrationS3SourcePropertiesOutput

func (i IntegrationS3SourcePropertiesArgs) ToIntegrationS3SourcePropertiesOutput() IntegrationS3SourcePropertiesOutput

func (IntegrationS3SourcePropertiesArgs) ToIntegrationS3SourcePropertiesOutputWithContext

func (i IntegrationS3SourcePropertiesArgs) ToIntegrationS3SourcePropertiesOutputWithContext(ctx context.Context) IntegrationS3SourcePropertiesOutput

func (IntegrationS3SourcePropertiesArgs) ToIntegrationS3SourcePropertiesPtrOutput

func (i IntegrationS3SourcePropertiesArgs) ToIntegrationS3SourcePropertiesPtrOutput() IntegrationS3SourcePropertiesPtrOutput

func (IntegrationS3SourcePropertiesArgs) ToIntegrationS3SourcePropertiesPtrOutputWithContext

func (i IntegrationS3SourcePropertiesArgs) ToIntegrationS3SourcePropertiesPtrOutputWithContext(ctx context.Context) IntegrationS3SourcePropertiesPtrOutput

func (IntegrationS3SourcePropertiesArgs) ToOutput added in v0.76.0

type IntegrationS3SourcePropertiesInput

type IntegrationS3SourcePropertiesInput interface {
	pulumi.Input

	ToIntegrationS3SourcePropertiesOutput() IntegrationS3SourcePropertiesOutput
	ToIntegrationS3SourcePropertiesOutputWithContext(context.Context) IntegrationS3SourcePropertiesOutput
}

IntegrationS3SourcePropertiesInput is an input type that accepts IntegrationS3SourcePropertiesArgs and IntegrationS3SourcePropertiesOutput values. You can construct a concrete instance of `IntegrationS3SourcePropertiesInput` via:

IntegrationS3SourcePropertiesArgs{...}

type IntegrationS3SourcePropertiesOutput

type IntegrationS3SourcePropertiesOutput struct{ *pulumi.OutputState }

func (IntegrationS3SourcePropertiesOutput) BucketName

func (IntegrationS3SourcePropertiesOutput) BucketPrefix

func (IntegrationS3SourcePropertiesOutput) ElementType

func (IntegrationS3SourcePropertiesOutput) ToIntegrationS3SourcePropertiesOutput

func (o IntegrationS3SourcePropertiesOutput) ToIntegrationS3SourcePropertiesOutput() IntegrationS3SourcePropertiesOutput

func (IntegrationS3SourcePropertiesOutput) ToIntegrationS3SourcePropertiesOutputWithContext

func (o IntegrationS3SourcePropertiesOutput) ToIntegrationS3SourcePropertiesOutputWithContext(ctx context.Context) IntegrationS3SourcePropertiesOutput

func (IntegrationS3SourcePropertiesOutput) ToIntegrationS3SourcePropertiesPtrOutput

func (o IntegrationS3SourcePropertiesOutput) ToIntegrationS3SourcePropertiesPtrOutput() IntegrationS3SourcePropertiesPtrOutput

func (IntegrationS3SourcePropertiesOutput) ToIntegrationS3SourcePropertiesPtrOutputWithContext

func (o IntegrationS3SourcePropertiesOutput) ToIntegrationS3SourcePropertiesPtrOutputWithContext(ctx context.Context) IntegrationS3SourcePropertiesPtrOutput

func (IntegrationS3SourcePropertiesOutput) ToOutput added in v0.76.0

type IntegrationS3SourcePropertiesPtrInput

type IntegrationS3SourcePropertiesPtrInput interface {
	pulumi.Input

	ToIntegrationS3SourcePropertiesPtrOutput() IntegrationS3SourcePropertiesPtrOutput
	ToIntegrationS3SourcePropertiesPtrOutputWithContext(context.Context) IntegrationS3SourcePropertiesPtrOutput
}

IntegrationS3SourcePropertiesPtrInput is an input type that accepts IntegrationS3SourcePropertiesArgs, IntegrationS3SourcePropertiesPtr and IntegrationS3SourcePropertiesPtrOutput values. You can construct a concrete instance of `IntegrationS3SourcePropertiesPtrInput` via:

        IntegrationS3SourcePropertiesArgs{...}

or:

        nil

type IntegrationS3SourcePropertiesPtrOutput

type IntegrationS3SourcePropertiesPtrOutput struct{ *pulumi.OutputState }

func (IntegrationS3SourcePropertiesPtrOutput) BucketName

func (IntegrationS3SourcePropertiesPtrOutput) BucketPrefix

func (IntegrationS3SourcePropertiesPtrOutput) Elem

func (IntegrationS3SourcePropertiesPtrOutput) ElementType

func (IntegrationS3SourcePropertiesPtrOutput) ToIntegrationS3SourcePropertiesPtrOutput

func (o IntegrationS3SourcePropertiesPtrOutput) ToIntegrationS3SourcePropertiesPtrOutput() IntegrationS3SourcePropertiesPtrOutput

func (IntegrationS3SourcePropertiesPtrOutput) ToIntegrationS3SourcePropertiesPtrOutputWithContext

func (o IntegrationS3SourcePropertiesPtrOutput) ToIntegrationS3SourcePropertiesPtrOutputWithContext(ctx context.Context) IntegrationS3SourcePropertiesPtrOutput

func (IntegrationS3SourcePropertiesPtrOutput) ToOutput added in v0.76.0

type IntegrationSalesforceConnectorOperator

type IntegrationSalesforceConnectorOperator string

func (IntegrationSalesforceConnectorOperator) ElementType

func (IntegrationSalesforceConnectorOperator) ToIntegrationSalesforceConnectorOperatorOutput

func (e IntegrationSalesforceConnectorOperator) ToIntegrationSalesforceConnectorOperatorOutput() IntegrationSalesforceConnectorOperatorOutput

func (IntegrationSalesforceConnectorOperator) ToIntegrationSalesforceConnectorOperatorOutputWithContext

func (e IntegrationSalesforceConnectorOperator) ToIntegrationSalesforceConnectorOperatorOutputWithContext(ctx context.Context) IntegrationSalesforceConnectorOperatorOutput

func (IntegrationSalesforceConnectorOperator) ToIntegrationSalesforceConnectorOperatorPtrOutput

func (e IntegrationSalesforceConnectorOperator) ToIntegrationSalesforceConnectorOperatorPtrOutput() IntegrationSalesforceConnectorOperatorPtrOutput

func (IntegrationSalesforceConnectorOperator) ToIntegrationSalesforceConnectorOperatorPtrOutputWithContext

func (e IntegrationSalesforceConnectorOperator) ToIntegrationSalesforceConnectorOperatorPtrOutputWithContext(ctx context.Context) IntegrationSalesforceConnectorOperatorPtrOutput

func (IntegrationSalesforceConnectorOperator) ToStringOutput

func (IntegrationSalesforceConnectorOperator) ToStringOutputWithContext

func (IntegrationSalesforceConnectorOperator) ToStringPtrOutput

func (IntegrationSalesforceConnectorOperator) ToStringPtrOutputWithContext

func (e IntegrationSalesforceConnectorOperator) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type IntegrationSalesforceConnectorOperatorInput

type IntegrationSalesforceConnectorOperatorInput interface {
	pulumi.Input

	ToIntegrationSalesforceConnectorOperatorOutput() IntegrationSalesforceConnectorOperatorOutput
	ToIntegrationSalesforceConnectorOperatorOutputWithContext(context.Context) IntegrationSalesforceConnectorOperatorOutput
}

IntegrationSalesforceConnectorOperatorInput is an input type that accepts IntegrationSalesforceConnectorOperatorArgs and IntegrationSalesforceConnectorOperatorOutput values. You can construct a concrete instance of `IntegrationSalesforceConnectorOperatorInput` via:

IntegrationSalesforceConnectorOperatorArgs{...}

type IntegrationSalesforceConnectorOperatorOutput

type IntegrationSalesforceConnectorOperatorOutput struct{ *pulumi.OutputState }

func (IntegrationSalesforceConnectorOperatorOutput) ElementType

func (IntegrationSalesforceConnectorOperatorOutput) ToIntegrationSalesforceConnectorOperatorOutput

func (o IntegrationSalesforceConnectorOperatorOutput) ToIntegrationSalesforceConnectorOperatorOutput() IntegrationSalesforceConnectorOperatorOutput

func (IntegrationSalesforceConnectorOperatorOutput) ToIntegrationSalesforceConnectorOperatorOutputWithContext

func (o IntegrationSalesforceConnectorOperatorOutput) ToIntegrationSalesforceConnectorOperatorOutputWithContext(ctx context.Context) IntegrationSalesforceConnectorOperatorOutput

func (IntegrationSalesforceConnectorOperatorOutput) ToIntegrationSalesforceConnectorOperatorPtrOutput

func (o IntegrationSalesforceConnectorOperatorOutput) ToIntegrationSalesforceConnectorOperatorPtrOutput() IntegrationSalesforceConnectorOperatorPtrOutput

func (IntegrationSalesforceConnectorOperatorOutput) ToIntegrationSalesforceConnectorOperatorPtrOutputWithContext

func (o IntegrationSalesforceConnectorOperatorOutput) ToIntegrationSalesforceConnectorOperatorPtrOutputWithContext(ctx context.Context) IntegrationSalesforceConnectorOperatorPtrOutput

func (IntegrationSalesforceConnectorOperatorOutput) ToOutput added in v0.76.0

func (IntegrationSalesforceConnectorOperatorOutput) ToStringOutput

func (IntegrationSalesforceConnectorOperatorOutput) ToStringOutputWithContext

func (IntegrationSalesforceConnectorOperatorOutput) ToStringPtrOutput

func (IntegrationSalesforceConnectorOperatorOutput) ToStringPtrOutputWithContext

type IntegrationSalesforceConnectorOperatorPtrInput

type IntegrationSalesforceConnectorOperatorPtrInput interface {
	pulumi.Input

	ToIntegrationSalesforceConnectorOperatorPtrOutput() IntegrationSalesforceConnectorOperatorPtrOutput
	ToIntegrationSalesforceConnectorOperatorPtrOutputWithContext(context.Context) IntegrationSalesforceConnectorOperatorPtrOutput
}

type IntegrationSalesforceConnectorOperatorPtrOutput

type IntegrationSalesforceConnectorOperatorPtrOutput struct{ *pulumi.OutputState }

func (IntegrationSalesforceConnectorOperatorPtrOutput) Elem

func (IntegrationSalesforceConnectorOperatorPtrOutput) ElementType

func (IntegrationSalesforceConnectorOperatorPtrOutput) ToIntegrationSalesforceConnectorOperatorPtrOutput

func (o IntegrationSalesforceConnectorOperatorPtrOutput) ToIntegrationSalesforceConnectorOperatorPtrOutput() IntegrationSalesforceConnectorOperatorPtrOutput

func (IntegrationSalesforceConnectorOperatorPtrOutput) ToIntegrationSalesforceConnectorOperatorPtrOutputWithContext

func (o IntegrationSalesforceConnectorOperatorPtrOutput) ToIntegrationSalesforceConnectorOperatorPtrOutputWithContext(ctx context.Context) IntegrationSalesforceConnectorOperatorPtrOutput

func (IntegrationSalesforceConnectorOperatorPtrOutput) ToOutput added in v0.76.0

func (IntegrationSalesforceConnectorOperatorPtrOutput) ToStringPtrOutput

func (IntegrationSalesforceConnectorOperatorPtrOutput) ToStringPtrOutputWithContext

type IntegrationSalesforceSourceProperties

type IntegrationSalesforceSourceProperties struct {
	EnableDynamicFieldUpdate *bool  `pulumi:"enableDynamicFieldUpdate"`
	IncludeDeletedRecords    *bool  `pulumi:"includeDeletedRecords"`
	Object                   string `pulumi:"object"`
}

type IntegrationSalesforceSourcePropertiesArgs

type IntegrationSalesforceSourcePropertiesArgs struct {
	EnableDynamicFieldUpdate pulumi.BoolPtrInput `pulumi:"enableDynamicFieldUpdate"`
	IncludeDeletedRecords    pulumi.BoolPtrInput `pulumi:"includeDeletedRecords"`
	Object                   pulumi.StringInput  `pulumi:"object"`
}

func (IntegrationSalesforceSourcePropertiesArgs) ElementType

func (IntegrationSalesforceSourcePropertiesArgs) ToIntegrationSalesforceSourcePropertiesOutput

func (i IntegrationSalesforceSourcePropertiesArgs) ToIntegrationSalesforceSourcePropertiesOutput() IntegrationSalesforceSourcePropertiesOutput

func (IntegrationSalesforceSourcePropertiesArgs) ToIntegrationSalesforceSourcePropertiesOutputWithContext

func (i IntegrationSalesforceSourcePropertiesArgs) ToIntegrationSalesforceSourcePropertiesOutputWithContext(ctx context.Context) IntegrationSalesforceSourcePropertiesOutput

func (IntegrationSalesforceSourcePropertiesArgs) ToIntegrationSalesforceSourcePropertiesPtrOutput

func (i IntegrationSalesforceSourcePropertiesArgs) ToIntegrationSalesforceSourcePropertiesPtrOutput() IntegrationSalesforceSourcePropertiesPtrOutput

func (IntegrationSalesforceSourcePropertiesArgs) ToIntegrationSalesforceSourcePropertiesPtrOutputWithContext

func (i IntegrationSalesforceSourcePropertiesArgs) ToIntegrationSalesforceSourcePropertiesPtrOutputWithContext(ctx context.Context) IntegrationSalesforceSourcePropertiesPtrOutput

func (IntegrationSalesforceSourcePropertiesArgs) ToOutput added in v0.76.0

type IntegrationSalesforceSourcePropertiesInput

type IntegrationSalesforceSourcePropertiesInput interface {
	pulumi.Input

	ToIntegrationSalesforceSourcePropertiesOutput() IntegrationSalesforceSourcePropertiesOutput
	ToIntegrationSalesforceSourcePropertiesOutputWithContext(context.Context) IntegrationSalesforceSourcePropertiesOutput
}

IntegrationSalesforceSourcePropertiesInput is an input type that accepts IntegrationSalesforceSourcePropertiesArgs and IntegrationSalesforceSourcePropertiesOutput values. You can construct a concrete instance of `IntegrationSalesforceSourcePropertiesInput` via:

IntegrationSalesforceSourcePropertiesArgs{...}

type IntegrationSalesforceSourcePropertiesOutput

type IntegrationSalesforceSourcePropertiesOutput struct{ *pulumi.OutputState }

func (IntegrationSalesforceSourcePropertiesOutput) ElementType

func (IntegrationSalesforceSourcePropertiesOutput) EnableDynamicFieldUpdate

func (IntegrationSalesforceSourcePropertiesOutput) IncludeDeletedRecords

func (IntegrationSalesforceSourcePropertiesOutput) Object

func (IntegrationSalesforceSourcePropertiesOutput) ToIntegrationSalesforceSourcePropertiesOutput

func (o IntegrationSalesforceSourcePropertiesOutput) ToIntegrationSalesforceSourcePropertiesOutput() IntegrationSalesforceSourcePropertiesOutput

func (IntegrationSalesforceSourcePropertiesOutput) ToIntegrationSalesforceSourcePropertiesOutputWithContext

func (o IntegrationSalesforceSourcePropertiesOutput) ToIntegrationSalesforceSourcePropertiesOutputWithContext(ctx context.Context) IntegrationSalesforceSourcePropertiesOutput

func (IntegrationSalesforceSourcePropertiesOutput) ToIntegrationSalesforceSourcePropertiesPtrOutput

func (o IntegrationSalesforceSourcePropertiesOutput) ToIntegrationSalesforceSourcePropertiesPtrOutput() IntegrationSalesforceSourcePropertiesPtrOutput

func (IntegrationSalesforceSourcePropertiesOutput) ToIntegrationSalesforceSourcePropertiesPtrOutputWithContext

func (o IntegrationSalesforceSourcePropertiesOutput) ToIntegrationSalesforceSourcePropertiesPtrOutputWithContext(ctx context.Context) IntegrationSalesforceSourcePropertiesPtrOutput

func (IntegrationSalesforceSourcePropertiesOutput) ToOutput added in v0.76.0

type IntegrationSalesforceSourcePropertiesPtrInput

type IntegrationSalesforceSourcePropertiesPtrInput interface {
	pulumi.Input

	ToIntegrationSalesforceSourcePropertiesPtrOutput() IntegrationSalesforceSourcePropertiesPtrOutput
	ToIntegrationSalesforceSourcePropertiesPtrOutputWithContext(context.Context) IntegrationSalesforceSourcePropertiesPtrOutput
}

IntegrationSalesforceSourcePropertiesPtrInput is an input type that accepts IntegrationSalesforceSourcePropertiesArgs, IntegrationSalesforceSourcePropertiesPtr and IntegrationSalesforceSourcePropertiesPtrOutput values. You can construct a concrete instance of `IntegrationSalesforceSourcePropertiesPtrInput` via:

        IntegrationSalesforceSourcePropertiesArgs{...}

or:

        nil

type IntegrationSalesforceSourcePropertiesPtrOutput

type IntegrationSalesforceSourcePropertiesPtrOutput struct{ *pulumi.OutputState }

func (IntegrationSalesforceSourcePropertiesPtrOutput) Elem

func (IntegrationSalesforceSourcePropertiesPtrOutput) ElementType

func (IntegrationSalesforceSourcePropertiesPtrOutput) EnableDynamicFieldUpdate

func (IntegrationSalesforceSourcePropertiesPtrOutput) IncludeDeletedRecords

func (IntegrationSalesforceSourcePropertiesPtrOutput) Object

func (IntegrationSalesforceSourcePropertiesPtrOutput) ToIntegrationSalesforceSourcePropertiesPtrOutput

func (o IntegrationSalesforceSourcePropertiesPtrOutput) ToIntegrationSalesforceSourcePropertiesPtrOutput() IntegrationSalesforceSourcePropertiesPtrOutput

func (IntegrationSalesforceSourcePropertiesPtrOutput) ToIntegrationSalesforceSourcePropertiesPtrOutputWithContext

func (o IntegrationSalesforceSourcePropertiesPtrOutput) ToIntegrationSalesforceSourcePropertiesPtrOutputWithContext(ctx context.Context) IntegrationSalesforceSourcePropertiesPtrOutput

func (IntegrationSalesforceSourcePropertiesPtrOutput) ToOutput added in v0.76.0

type IntegrationScheduledTriggerProperties

type IntegrationScheduledTriggerProperties struct {
	DataPullMode       *IntegrationScheduledTriggerPropertiesDataPullMode `pulumi:"dataPullMode"`
	FirstExecutionFrom *float64                                           `pulumi:"firstExecutionFrom"`
	ScheduleEndTime    *float64                                           `pulumi:"scheduleEndTime"`
	ScheduleExpression string                                             `pulumi:"scheduleExpression"`
	ScheduleOffset     *int                                               `pulumi:"scheduleOffset"`
	ScheduleStartTime  *float64                                           `pulumi:"scheduleStartTime"`
	Timezone           *string                                            `pulumi:"timezone"`
}

type IntegrationScheduledTriggerPropertiesArgs

type IntegrationScheduledTriggerPropertiesArgs struct {
	DataPullMode       IntegrationScheduledTriggerPropertiesDataPullModePtrInput `pulumi:"dataPullMode"`
	FirstExecutionFrom pulumi.Float64PtrInput                                    `pulumi:"firstExecutionFrom"`
	ScheduleEndTime    pulumi.Float64PtrInput                                    `pulumi:"scheduleEndTime"`
	ScheduleExpression pulumi.StringInput                                        `pulumi:"scheduleExpression"`
	ScheduleOffset     pulumi.IntPtrInput                                        `pulumi:"scheduleOffset"`
	ScheduleStartTime  pulumi.Float64PtrInput                                    `pulumi:"scheduleStartTime"`
	Timezone           pulumi.StringPtrInput                                     `pulumi:"timezone"`
}

func (IntegrationScheduledTriggerPropertiesArgs) ElementType

func (IntegrationScheduledTriggerPropertiesArgs) ToIntegrationScheduledTriggerPropertiesOutput

func (i IntegrationScheduledTriggerPropertiesArgs) ToIntegrationScheduledTriggerPropertiesOutput() IntegrationScheduledTriggerPropertiesOutput

func (IntegrationScheduledTriggerPropertiesArgs) ToIntegrationScheduledTriggerPropertiesOutputWithContext

func (i IntegrationScheduledTriggerPropertiesArgs) ToIntegrationScheduledTriggerPropertiesOutputWithContext(ctx context.Context) IntegrationScheduledTriggerPropertiesOutput

func (IntegrationScheduledTriggerPropertiesArgs) ToIntegrationScheduledTriggerPropertiesPtrOutput

func (i IntegrationScheduledTriggerPropertiesArgs) ToIntegrationScheduledTriggerPropertiesPtrOutput() IntegrationScheduledTriggerPropertiesPtrOutput

func (IntegrationScheduledTriggerPropertiesArgs) ToIntegrationScheduledTriggerPropertiesPtrOutputWithContext

func (i IntegrationScheduledTriggerPropertiesArgs) ToIntegrationScheduledTriggerPropertiesPtrOutputWithContext(ctx context.Context) IntegrationScheduledTriggerPropertiesPtrOutput

func (IntegrationScheduledTriggerPropertiesArgs) ToOutput added in v0.76.0

type IntegrationScheduledTriggerPropertiesDataPullMode

type IntegrationScheduledTriggerPropertiesDataPullMode string

func (IntegrationScheduledTriggerPropertiesDataPullMode) ElementType

func (IntegrationScheduledTriggerPropertiesDataPullMode) ToIntegrationScheduledTriggerPropertiesDataPullModeOutput

func (e IntegrationScheduledTriggerPropertiesDataPullMode) ToIntegrationScheduledTriggerPropertiesDataPullModeOutput() IntegrationScheduledTriggerPropertiesDataPullModeOutput

func (IntegrationScheduledTriggerPropertiesDataPullMode) ToIntegrationScheduledTriggerPropertiesDataPullModeOutputWithContext

func (e IntegrationScheduledTriggerPropertiesDataPullMode) ToIntegrationScheduledTriggerPropertiesDataPullModeOutputWithContext(ctx context.Context) IntegrationScheduledTriggerPropertiesDataPullModeOutput

func (IntegrationScheduledTriggerPropertiesDataPullMode) ToIntegrationScheduledTriggerPropertiesDataPullModePtrOutput

func (e IntegrationScheduledTriggerPropertiesDataPullMode) ToIntegrationScheduledTriggerPropertiesDataPullModePtrOutput() IntegrationScheduledTriggerPropertiesDataPullModePtrOutput

func (IntegrationScheduledTriggerPropertiesDataPullMode) ToIntegrationScheduledTriggerPropertiesDataPullModePtrOutputWithContext

func (e IntegrationScheduledTriggerPropertiesDataPullMode) ToIntegrationScheduledTriggerPropertiesDataPullModePtrOutputWithContext(ctx context.Context) IntegrationScheduledTriggerPropertiesDataPullModePtrOutput

func (IntegrationScheduledTriggerPropertiesDataPullMode) ToStringOutput

func (IntegrationScheduledTriggerPropertiesDataPullMode) ToStringOutputWithContext

func (IntegrationScheduledTriggerPropertiesDataPullMode) ToStringPtrOutput

func (IntegrationScheduledTriggerPropertiesDataPullMode) ToStringPtrOutputWithContext

type IntegrationScheduledTriggerPropertiesDataPullModeInput

type IntegrationScheduledTriggerPropertiesDataPullModeInput interface {
	pulumi.Input

	ToIntegrationScheduledTriggerPropertiesDataPullModeOutput() IntegrationScheduledTriggerPropertiesDataPullModeOutput
	ToIntegrationScheduledTriggerPropertiesDataPullModeOutputWithContext(context.Context) IntegrationScheduledTriggerPropertiesDataPullModeOutput
}

IntegrationScheduledTriggerPropertiesDataPullModeInput is an input type that accepts IntegrationScheduledTriggerPropertiesDataPullModeArgs and IntegrationScheduledTriggerPropertiesDataPullModeOutput values. You can construct a concrete instance of `IntegrationScheduledTriggerPropertiesDataPullModeInput` via:

IntegrationScheduledTriggerPropertiesDataPullModeArgs{...}

type IntegrationScheduledTriggerPropertiesDataPullModeOutput

type IntegrationScheduledTriggerPropertiesDataPullModeOutput struct{ *pulumi.OutputState }

func (IntegrationScheduledTriggerPropertiesDataPullModeOutput) ElementType

func (IntegrationScheduledTriggerPropertiesDataPullModeOutput) ToIntegrationScheduledTriggerPropertiesDataPullModeOutput

func (IntegrationScheduledTriggerPropertiesDataPullModeOutput) ToIntegrationScheduledTriggerPropertiesDataPullModeOutputWithContext

func (o IntegrationScheduledTriggerPropertiesDataPullModeOutput) ToIntegrationScheduledTriggerPropertiesDataPullModeOutputWithContext(ctx context.Context) IntegrationScheduledTriggerPropertiesDataPullModeOutput

func (IntegrationScheduledTriggerPropertiesDataPullModeOutput) ToIntegrationScheduledTriggerPropertiesDataPullModePtrOutput

func (IntegrationScheduledTriggerPropertiesDataPullModeOutput) ToIntegrationScheduledTriggerPropertiesDataPullModePtrOutputWithContext

func (o IntegrationScheduledTriggerPropertiesDataPullModeOutput) ToIntegrationScheduledTriggerPropertiesDataPullModePtrOutputWithContext(ctx context.Context) IntegrationScheduledTriggerPropertiesDataPullModePtrOutput

func (IntegrationScheduledTriggerPropertiesDataPullModeOutput) ToOutput added in v0.76.0

func (IntegrationScheduledTriggerPropertiesDataPullModeOutput) ToStringOutput

func (IntegrationScheduledTriggerPropertiesDataPullModeOutput) ToStringOutputWithContext

func (IntegrationScheduledTriggerPropertiesDataPullModeOutput) ToStringPtrOutput

func (IntegrationScheduledTriggerPropertiesDataPullModeOutput) ToStringPtrOutputWithContext

type IntegrationScheduledTriggerPropertiesDataPullModePtrInput

type IntegrationScheduledTriggerPropertiesDataPullModePtrInput interface {
	pulumi.Input

	ToIntegrationScheduledTriggerPropertiesDataPullModePtrOutput() IntegrationScheduledTriggerPropertiesDataPullModePtrOutput
	ToIntegrationScheduledTriggerPropertiesDataPullModePtrOutputWithContext(context.Context) IntegrationScheduledTriggerPropertiesDataPullModePtrOutput
}

type IntegrationScheduledTriggerPropertiesDataPullModePtrOutput

type IntegrationScheduledTriggerPropertiesDataPullModePtrOutput struct{ *pulumi.OutputState }

func (IntegrationScheduledTriggerPropertiesDataPullModePtrOutput) Elem

func (IntegrationScheduledTriggerPropertiesDataPullModePtrOutput) ElementType

func (IntegrationScheduledTriggerPropertiesDataPullModePtrOutput) ToIntegrationScheduledTriggerPropertiesDataPullModePtrOutput

func (IntegrationScheduledTriggerPropertiesDataPullModePtrOutput) ToIntegrationScheduledTriggerPropertiesDataPullModePtrOutputWithContext

func (o IntegrationScheduledTriggerPropertiesDataPullModePtrOutput) ToIntegrationScheduledTriggerPropertiesDataPullModePtrOutputWithContext(ctx context.Context) IntegrationScheduledTriggerPropertiesDataPullModePtrOutput

func (IntegrationScheduledTriggerPropertiesDataPullModePtrOutput) ToOutput added in v0.76.0

func (IntegrationScheduledTriggerPropertiesDataPullModePtrOutput) ToStringPtrOutput

func (IntegrationScheduledTriggerPropertiesDataPullModePtrOutput) ToStringPtrOutputWithContext

type IntegrationScheduledTriggerPropertiesInput

type IntegrationScheduledTriggerPropertiesInput interface {
	pulumi.Input

	ToIntegrationScheduledTriggerPropertiesOutput() IntegrationScheduledTriggerPropertiesOutput
	ToIntegrationScheduledTriggerPropertiesOutputWithContext(context.Context) IntegrationScheduledTriggerPropertiesOutput
}

IntegrationScheduledTriggerPropertiesInput is an input type that accepts IntegrationScheduledTriggerPropertiesArgs and IntegrationScheduledTriggerPropertiesOutput values. You can construct a concrete instance of `IntegrationScheduledTriggerPropertiesInput` via:

IntegrationScheduledTriggerPropertiesArgs{...}

type IntegrationScheduledTriggerPropertiesOutput

type IntegrationScheduledTriggerPropertiesOutput struct{ *pulumi.OutputState }

func (IntegrationScheduledTriggerPropertiesOutput) DataPullMode

func (IntegrationScheduledTriggerPropertiesOutput) ElementType

func (IntegrationScheduledTriggerPropertiesOutput) FirstExecutionFrom

func (IntegrationScheduledTriggerPropertiesOutput) ScheduleEndTime

func (IntegrationScheduledTriggerPropertiesOutput) ScheduleExpression

func (IntegrationScheduledTriggerPropertiesOutput) ScheduleOffset

func (IntegrationScheduledTriggerPropertiesOutput) ScheduleStartTime

func (IntegrationScheduledTriggerPropertiesOutput) Timezone

func (IntegrationScheduledTriggerPropertiesOutput) ToIntegrationScheduledTriggerPropertiesOutput

func (o IntegrationScheduledTriggerPropertiesOutput) ToIntegrationScheduledTriggerPropertiesOutput() IntegrationScheduledTriggerPropertiesOutput

func (IntegrationScheduledTriggerPropertiesOutput) ToIntegrationScheduledTriggerPropertiesOutputWithContext

func (o IntegrationScheduledTriggerPropertiesOutput) ToIntegrationScheduledTriggerPropertiesOutputWithContext(ctx context.Context) IntegrationScheduledTriggerPropertiesOutput

func (IntegrationScheduledTriggerPropertiesOutput) ToIntegrationScheduledTriggerPropertiesPtrOutput

func (o IntegrationScheduledTriggerPropertiesOutput) ToIntegrationScheduledTriggerPropertiesPtrOutput() IntegrationScheduledTriggerPropertiesPtrOutput

func (IntegrationScheduledTriggerPropertiesOutput) ToIntegrationScheduledTriggerPropertiesPtrOutputWithContext

func (o IntegrationScheduledTriggerPropertiesOutput) ToIntegrationScheduledTriggerPropertiesPtrOutputWithContext(ctx context.Context) IntegrationScheduledTriggerPropertiesPtrOutput

func (IntegrationScheduledTriggerPropertiesOutput) ToOutput added in v0.76.0

type IntegrationScheduledTriggerPropertiesPtrInput

type IntegrationScheduledTriggerPropertiesPtrInput interface {
	pulumi.Input

	ToIntegrationScheduledTriggerPropertiesPtrOutput() IntegrationScheduledTriggerPropertiesPtrOutput
	ToIntegrationScheduledTriggerPropertiesPtrOutputWithContext(context.Context) IntegrationScheduledTriggerPropertiesPtrOutput
}

IntegrationScheduledTriggerPropertiesPtrInput is an input type that accepts IntegrationScheduledTriggerPropertiesArgs, IntegrationScheduledTriggerPropertiesPtr and IntegrationScheduledTriggerPropertiesPtrOutput values. You can construct a concrete instance of `IntegrationScheduledTriggerPropertiesPtrInput` via:

        IntegrationScheduledTriggerPropertiesArgs{...}

or:

        nil

type IntegrationScheduledTriggerPropertiesPtrOutput

type IntegrationScheduledTriggerPropertiesPtrOutput struct{ *pulumi.OutputState }

func (IntegrationScheduledTriggerPropertiesPtrOutput) DataPullMode

func (IntegrationScheduledTriggerPropertiesPtrOutput) Elem

func (IntegrationScheduledTriggerPropertiesPtrOutput) ElementType

func (IntegrationScheduledTriggerPropertiesPtrOutput) FirstExecutionFrom

func (IntegrationScheduledTriggerPropertiesPtrOutput) ScheduleEndTime

func (IntegrationScheduledTriggerPropertiesPtrOutput) ScheduleExpression

func (IntegrationScheduledTriggerPropertiesPtrOutput) ScheduleOffset

func (IntegrationScheduledTriggerPropertiesPtrOutput) ScheduleStartTime

func (IntegrationScheduledTriggerPropertiesPtrOutput) Timezone

func (IntegrationScheduledTriggerPropertiesPtrOutput) ToIntegrationScheduledTriggerPropertiesPtrOutput

func (o IntegrationScheduledTriggerPropertiesPtrOutput) ToIntegrationScheduledTriggerPropertiesPtrOutput() IntegrationScheduledTriggerPropertiesPtrOutput

func (IntegrationScheduledTriggerPropertiesPtrOutput) ToIntegrationScheduledTriggerPropertiesPtrOutputWithContext

func (o IntegrationScheduledTriggerPropertiesPtrOutput) ToIntegrationScheduledTriggerPropertiesPtrOutputWithContext(ctx context.Context) IntegrationScheduledTriggerPropertiesPtrOutput

func (IntegrationScheduledTriggerPropertiesPtrOutput) ToOutput added in v0.76.0

type IntegrationServiceNowConnectorOperator

type IntegrationServiceNowConnectorOperator string

func (IntegrationServiceNowConnectorOperator) ElementType

func (IntegrationServiceNowConnectorOperator) ToIntegrationServiceNowConnectorOperatorOutput

func (e IntegrationServiceNowConnectorOperator) ToIntegrationServiceNowConnectorOperatorOutput() IntegrationServiceNowConnectorOperatorOutput

func (IntegrationServiceNowConnectorOperator) ToIntegrationServiceNowConnectorOperatorOutputWithContext

func (e IntegrationServiceNowConnectorOperator) ToIntegrationServiceNowConnectorOperatorOutputWithContext(ctx context.Context) IntegrationServiceNowConnectorOperatorOutput

func (IntegrationServiceNowConnectorOperator) ToIntegrationServiceNowConnectorOperatorPtrOutput

func (e IntegrationServiceNowConnectorOperator) ToIntegrationServiceNowConnectorOperatorPtrOutput() IntegrationServiceNowConnectorOperatorPtrOutput

func (IntegrationServiceNowConnectorOperator) ToIntegrationServiceNowConnectorOperatorPtrOutputWithContext

func (e IntegrationServiceNowConnectorOperator) ToIntegrationServiceNowConnectorOperatorPtrOutputWithContext(ctx context.Context) IntegrationServiceNowConnectorOperatorPtrOutput

func (IntegrationServiceNowConnectorOperator) ToStringOutput

func (IntegrationServiceNowConnectorOperator) ToStringOutputWithContext

func (IntegrationServiceNowConnectorOperator) ToStringPtrOutput

func (IntegrationServiceNowConnectorOperator) ToStringPtrOutputWithContext

func (e IntegrationServiceNowConnectorOperator) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type IntegrationServiceNowConnectorOperatorInput

type IntegrationServiceNowConnectorOperatorInput interface {
	pulumi.Input

	ToIntegrationServiceNowConnectorOperatorOutput() IntegrationServiceNowConnectorOperatorOutput
	ToIntegrationServiceNowConnectorOperatorOutputWithContext(context.Context) IntegrationServiceNowConnectorOperatorOutput
}

IntegrationServiceNowConnectorOperatorInput is an input type that accepts IntegrationServiceNowConnectorOperatorArgs and IntegrationServiceNowConnectorOperatorOutput values. You can construct a concrete instance of `IntegrationServiceNowConnectorOperatorInput` via:

IntegrationServiceNowConnectorOperatorArgs{...}

type IntegrationServiceNowConnectorOperatorOutput

type IntegrationServiceNowConnectorOperatorOutput struct{ *pulumi.OutputState }

func (IntegrationServiceNowConnectorOperatorOutput) ElementType

func (IntegrationServiceNowConnectorOperatorOutput) ToIntegrationServiceNowConnectorOperatorOutput

func (o IntegrationServiceNowConnectorOperatorOutput) ToIntegrationServiceNowConnectorOperatorOutput() IntegrationServiceNowConnectorOperatorOutput

func (IntegrationServiceNowConnectorOperatorOutput) ToIntegrationServiceNowConnectorOperatorOutputWithContext

func (o IntegrationServiceNowConnectorOperatorOutput) ToIntegrationServiceNowConnectorOperatorOutputWithContext(ctx context.Context) IntegrationServiceNowConnectorOperatorOutput

func (IntegrationServiceNowConnectorOperatorOutput) ToIntegrationServiceNowConnectorOperatorPtrOutput

func (o IntegrationServiceNowConnectorOperatorOutput) ToIntegrationServiceNowConnectorOperatorPtrOutput() IntegrationServiceNowConnectorOperatorPtrOutput

func (IntegrationServiceNowConnectorOperatorOutput) ToIntegrationServiceNowConnectorOperatorPtrOutputWithContext

func (o IntegrationServiceNowConnectorOperatorOutput) ToIntegrationServiceNowConnectorOperatorPtrOutputWithContext(ctx context.Context) IntegrationServiceNowConnectorOperatorPtrOutput

func (IntegrationServiceNowConnectorOperatorOutput) ToOutput added in v0.76.0

func (IntegrationServiceNowConnectorOperatorOutput) ToStringOutput

func (IntegrationServiceNowConnectorOperatorOutput) ToStringOutputWithContext

func (IntegrationServiceNowConnectorOperatorOutput) ToStringPtrOutput

func (IntegrationServiceNowConnectorOperatorOutput) ToStringPtrOutputWithContext

type IntegrationServiceNowConnectorOperatorPtrInput

type IntegrationServiceNowConnectorOperatorPtrInput interface {
	pulumi.Input

	ToIntegrationServiceNowConnectorOperatorPtrOutput() IntegrationServiceNowConnectorOperatorPtrOutput
	ToIntegrationServiceNowConnectorOperatorPtrOutputWithContext(context.Context) IntegrationServiceNowConnectorOperatorPtrOutput
}

type IntegrationServiceNowConnectorOperatorPtrOutput

type IntegrationServiceNowConnectorOperatorPtrOutput struct{ *pulumi.OutputState }

func (IntegrationServiceNowConnectorOperatorPtrOutput) Elem

func (IntegrationServiceNowConnectorOperatorPtrOutput) ElementType

func (IntegrationServiceNowConnectorOperatorPtrOutput) ToIntegrationServiceNowConnectorOperatorPtrOutput

func (o IntegrationServiceNowConnectorOperatorPtrOutput) ToIntegrationServiceNowConnectorOperatorPtrOutput() IntegrationServiceNowConnectorOperatorPtrOutput

func (IntegrationServiceNowConnectorOperatorPtrOutput) ToIntegrationServiceNowConnectorOperatorPtrOutputWithContext

func (o IntegrationServiceNowConnectorOperatorPtrOutput) ToIntegrationServiceNowConnectorOperatorPtrOutputWithContext(ctx context.Context) IntegrationServiceNowConnectorOperatorPtrOutput

func (IntegrationServiceNowConnectorOperatorPtrOutput) ToOutput added in v0.76.0

func (IntegrationServiceNowConnectorOperatorPtrOutput) ToStringPtrOutput

func (IntegrationServiceNowConnectorOperatorPtrOutput) ToStringPtrOutputWithContext

type IntegrationServiceNowSourceProperties

type IntegrationServiceNowSourceProperties struct {
	Object string `pulumi:"object"`
}

type IntegrationServiceNowSourcePropertiesArgs

type IntegrationServiceNowSourcePropertiesArgs struct {
	Object pulumi.StringInput `pulumi:"object"`
}

func (IntegrationServiceNowSourcePropertiesArgs) ElementType

func (IntegrationServiceNowSourcePropertiesArgs) ToIntegrationServiceNowSourcePropertiesOutput

func (i IntegrationServiceNowSourcePropertiesArgs) ToIntegrationServiceNowSourcePropertiesOutput() IntegrationServiceNowSourcePropertiesOutput

func (IntegrationServiceNowSourcePropertiesArgs) ToIntegrationServiceNowSourcePropertiesOutputWithContext

func (i IntegrationServiceNowSourcePropertiesArgs) ToIntegrationServiceNowSourcePropertiesOutputWithContext(ctx context.Context) IntegrationServiceNowSourcePropertiesOutput

func (IntegrationServiceNowSourcePropertiesArgs) ToIntegrationServiceNowSourcePropertiesPtrOutput

func (i IntegrationServiceNowSourcePropertiesArgs) ToIntegrationServiceNowSourcePropertiesPtrOutput() IntegrationServiceNowSourcePropertiesPtrOutput

func (IntegrationServiceNowSourcePropertiesArgs) ToIntegrationServiceNowSourcePropertiesPtrOutputWithContext

func (i IntegrationServiceNowSourcePropertiesArgs) ToIntegrationServiceNowSourcePropertiesPtrOutputWithContext(ctx context.Context) IntegrationServiceNowSourcePropertiesPtrOutput

func (IntegrationServiceNowSourcePropertiesArgs) ToOutput added in v0.76.0

type IntegrationServiceNowSourcePropertiesInput

type IntegrationServiceNowSourcePropertiesInput interface {
	pulumi.Input

	ToIntegrationServiceNowSourcePropertiesOutput() IntegrationServiceNowSourcePropertiesOutput
	ToIntegrationServiceNowSourcePropertiesOutputWithContext(context.Context) IntegrationServiceNowSourcePropertiesOutput
}

IntegrationServiceNowSourcePropertiesInput is an input type that accepts IntegrationServiceNowSourcePropertiesArgs and IntegrationServiceNowSourcePropertiesOutput values. You can construct a concrete instance of `IntegrationServiceNowSourcePropertiesInput` via:

IntegrationServiceNowSourcePropertiesArgs{...}

type IntegrationServiceNowSourcePropertiesOutput

type IntegrationServiceNowSourcePropertiesOutput struct{ *pulumi.OutputState }

func (IntegrationServiceNowSourcePropertiesOutput) ElementType

func (IntegrationServiceNowSourcePropertiesOutput) Object

func (IntegrationServiceNowSourcePropertiesOutput) ToIntegrationServiceNowSourcePropertiesOutput

func (o IntegrationServiceNowSourcePropertiesOutput) ToIntegrationServiceNowSourcePropertiesOutput() IntegrationServiceNowSourcePropertiesOutput

func (IntegrationServiceNowSourcePropertiesOutput) ToIntegrationServiceNowSourcePropertiesOutputWithContext

func (o IntegrationServiceNowSourcePropertiesOutput) ToIntegrationServiceNowSourcePropertiesOutputWithContext(ctx context.Context) IntegrationServiceNowSourcePropertiesOutput

func (IntegrationServiceNowSourcePropertiesOutput) ToIntegrationServiceNowSourcePropertiesPtrOutput

func (o IntegrationServiceNowSourcePropertiesOutput) ToIntegrationServiceNowSourcePropertiesPtrOutput() IntegrationServiceNowSourcePropertiesPtrOutput

func (IntegrationServiceNowSourcePropertiesOutput) ToIntegrationServiceNowSourcePropertiesPtrOutputWithContext

func (o IntegrationServiceNowSourcePropertiesOutput) ToIntegrationServiceNowSourcePropertiesPtrOutputWithContext(ctx context.Context) IntegrationServiceNowSourcePropertiesPtrOutput

func (IntegrationServiceNowSourcePropertiesOutput) ToOutput added in v0.76.0

type IntegrationServiceNowSourcePropertiesPtrInput

type IntegrationServiceNowSourcePropertiesPtrInput interface {
	pulumi.Input

	ToIntegrationServiceNowSourcePropertiesPtrOutput() IntegrationServiceNowSourcePropertiesPtrOutput
	ToIntegrationServiceNowSourcePropertiesPtrOutputWithContext(context.Context) IntegrationServiceNowSourcePropertiesPtrOutput
}

IntegrationServiceNowSourcePropertiesPtrInput is an input type that accepts IntegrationServiceNowSourcePropertiesArgs, IntegrationServiceNowSourcePropertiesPtr and IntegrationServiceNowSourcePropertiesPtrOutput values. You can construct a concrete instance of `IntegrationServiceNowSourcePropertiesPtrInput` via:

        IntegrationServiceNowSourcePropertiesArgs{...}

or:

        nil

type IntegrationServiceNowSourcePropertiesPtrOutput

type IntegrationServiceNowSourcePropertiesPtrOutput struct{ *pulumi.OutputState }

func (IntegrationServiceNowSourcePropertiesPtrOutput) Elem

func (IntegrationServiceNowSourcePropertiesPtrOutput) ElementType

func (IntegrationServiceNowSourcePropertiesPtrOutput) Object

func (IntegrationServiceNowSourcePropertiesPtrOutput) ToIntegrationServiceNowSourcePropertiesPtrOutput

func (o IntegrationServiceNowSourcePropertiesPtrOutput) ToIntegrationServiceNowSourcePropertiesPtrOutput() IntegrationServiceNowSourcePropertiesPtrOutput

func (IntegrationServiceNowSourcePropertiesPtrOutput) ToIntegrationServiceNowSourcePropertiesPtrOutputWithContext

func (o IntegrationServiceNowSourcePropertiesPtrOutput) ToIntegrationServiceNowSourcePropertiesPtrOutputWithContext(ctx context.Context) IntegrationServiceNowSourcePropertiesPtrOutput

func (IntegrationServiceNowSourcePropertiesPtrOutput) ToOutput added in v0.76.0

type IntegrationSourceConnectorProperties

type IntegrationSourceConnectorProperties struct {
	Marketo    *IntegrationMarketoSourceProperties    `pulumi:"marketo"`
	S3         *IntegrationS3SourceProperties         `pulumi:"s3"`
	Salesforce *IntegrationSalesforceSourceProperties `pulumi:"salesforce"`
	ServiceNow *IntegrationServiceNowSourceProperties `pulumi:"serviceNow"`
	Zendesk    *IntegrationZendeskSourceProperties    `pulumi:"zendesk"`
}

type IntegrationSourceConnectorPropertiesArgs

type IntegrationSourceConnectorPropertiesArgs struct {
	Marketo    IntegrationMarketoSourcePropertiesPtrInput    `pulumi:"marketo"`
	S3         IntegrationS3SourcePropertiesPtrInput         `pulumi:"s3"`
	Salesforce IntegrationSalesforceSourcePropertiesPtrInput `pulumi:"salesforce"`
	ServiceNow IntegrationServiceNowSourcePropertiesPtrInput `pulumi:"serviceNow"`
	Zendesk    IntegrationZendeskSourcePropertiesPtrInput    `pulumi:"zendesk"`
}

func (IntegrationSourceConnectorPropertiesArgs) ElementType

func (IntegrationSourceConnectorPropertiesArgs) ToIntegrationSourceConnectorPropertiesOutput

func (i IntegrationSourceConnectorPropertiesArgs) ToIntegrationSourceConnectorPropertiesOutput() IntegrationSourceConnectorPropertiesOutput

func (IntegrationSourceConnectorPropertiesArgs) ToIntegrationSourceConnectorPropertiesOutputWithContext

func (i IntegrationSourceConnectorPropertiesArgs) ToIntegrationSourceConnectorPropertiesOutputWithContext(ctx context.Context) IntegrationSourceConnectorPropertiesOutput

func (IntegrationSourceConnectorPropertiesArgs) ToIntegrationSourceConnectorPropertiesPtrOutput

func (i IntegrationSourceConnectorPropertiesArgs) ToIntegrationSourceConnectorPropertiesPtrOutput() IntegrationSourceConnectorPropertiesPtrOutput

func (IntegrationSourceConnectorPropertiesArgs) ToIntegrationSourceConnectorPropertiesPtrOutputWithContext

func (i IntegrationSourceConnectorPropertiesArgs) ToIntegrationSourceConnectorPropertiesPtrOutputWithContext(ctx context.Context) IntegrationSourceConnectorPropertiesPtrOutput

func (IntegrationSourceConnectorPropertiesArgs) ToOutput added in v0.76.0

type IntegrationSourceConnectorPropertiesInput

type IntegrationSourceConnectorPropertiesInput interface {
	pulumi.Input

	ToIntegrationSourceConnectorPropertiesOutput() IntegrationSourceConnectorPropertiesOutput
	ToIntegrationSourceConnectorPropertiesOutputWithContext(context.Context) IntegrationSourceConnectorPropertiesOutput
}

IntegrationSourceConnectorPropertiesInput is an input type that accepts IntegrationSourceConnectorPropertiesArgs and IntegrationSourceConnectorPropertiesOutput values. You can construct a concrete instance of `IntegrationSourceConnectorPropertiesInput` via:

IntegrationSourceConnectorPropertiesArgs{...}

type IntegrationSourceConnectorPropertiesOutput

type IntegrationSourceConnectorPropertiesOutput struct{ *pulumi.OutputState }

func (IntegrationSourceConnectorPropertiesOutput) ElementType

func (IntegrationSourceConnectorPropertiesOutput) Marketo

func (IntegrationSourceConnectorPropertiesOutput) S3

func (IntegrationSourceConnectorPropertiesOutput) Salesforce

func (IntegrationSourceConnectorPropertiesOutput) ServiceNow

func (IntegrationSourceConnectorPropertiesOutput) ToIntegrationSourceConnectorPropertiesOutput

func (o IntegrationSourceConnectorPropertiesOutput) ToIntegrationSourceConnectorPropertiesOutput() IntegrationSourceConnectorPropertiesOutput

func (IntegrationSourceConnectorPropertiesOutput) ToIntegrationSourceConnectorPropertiesOutputWithContext

func (o IntegrationSourceConnectorPropertiesOutput) ToIntegrationSourceConnectorPropertiesOutputWithContext(ctx context.Context) IntegrationSourceConnectorPropertiesOutput

func (IntegrationSourceConnectorPropertiesOutput) ToIntegrationSourceConnectorPropertiesPtrOutput

func (o IntegrationSourceConnectorPropertiesOutput) ToIntegrationSourceConnectorPropertiesPtrOutput() IntegrationSourceConnectorPropertiesPtrOutput

func (IntegrationSourceConnectorPropertiesOutput) ToIntegrationSourceConnectorPropertiesPtrOutputWithContext

func (o IntegrationSourceConnectorPropertiesOutput) ToIntegrationSourceConnectorPropertiesPtrOutputWithContext(ctx context.Context) IntegrationSourceConnectorPropertiesPtrOutput

func (IntegrationSourceConnectorPropertiesOutput) ToOutput added in v0.76.0

func (IntegrationSourceConnectorPropertiesOutput) Zendesk

type IntegrationSourceConnectorPropertiesPtrInput

type IntegrationSourceConnectorPropertiesPtrInput interface {
	pulumi.Input

	ToIntegrationSourceConnectorPropertiesPtrOutput() IntegrationSourceConnectorPropertiesPtrOutput
	ToIntegrationSourceConnectorPropertiesPtrOutputWithContext(context.Context) IntegrationSourceConnectorPropertiesPtrOutput
}

IntegrationSourceConnectorPropertiesPtrInput is an input type that accepts IntegrationSourceConnectorPropertiesArgs, IntegrationSourceConnectorPropertiesPtr and IntegrationSourceConnectorPropertiesPtrOutput values. You can construct a concrete instance of `IntegrationSourceConnectorPropertiesPtrInput` via:

        IntegrationSourceConnectorPropertiesArgs{...}

or:

        nil

type IntegrationSourceConnectorPropertiesPtrOutput

type IntegrationSourceConnectorPropertiesPtrOutput struct{ *pulumi.OutputState }

func (IntegrationSourceConnectorPropertiesPtrOutput) Elem

func (IntegrationSourceConnectorPropertiesPtrOutput) ElementType

func (IntegrationSourceConnectorPropertiesPtrOutput) Marketo

func (IntegrationSourceConnectorPropertiesPtrOutput) S3

func (IntegrationSourceConnectorPropertiesPtrOutput) Salesforce

func (IntegrationSourceConnectorPropertiesPtrOutput) ServiceNow

func (IntegrationSourceConnectorPropertiesPtrOutput) ToIntegrationSourceConnectorPropertiesPtrOutput

func (o IntegrationSourceConnectorPropertiesPtrOutput) ToIntegrationSourceConnectorPropertiesPtrOutput() IntegrationSourceConnectorPropertiesPtrOutput

func (IntegrationSourceConnectorPropertiesPtrOutput) ToIntegrationSourceConnectorPropertiesPtrOutputWithContext

func (o IntegrationSourceConnectorPropertiesPtrOutput) ToIntegrationSourceConnectorPropertiesPtrOutputWithContext(ctx context.Context) IntegrationSourceConnectorPropertiesPtrOutput

func (IntegrationSourceConnectorPropertiesPtrOutput) ToOutput added in v0.76.0

func (IntegrationSourceConnectorPropertiesPtrOutput) Zendesk

type IntegrationSourceFlowConfig

type IntegrationSourceFlowConfig struct {
	ConnectorProfileName      *string                              `pulumi:"connectorProfileName"`
	ConnectorType             IntegrationConnectorType             `pulumi:"connectorType"`
	IncrementalPullConfig     *IntegrationIncrementalPullConfig    `pulumi:"incrementalPullConfig"`
	SourceConnectorProperties IntegrationSourceConnectorProperties `pulumi:"sourceConnectorProperties"`
}

type IntegrationSourceFlowConfigArgs

type IntegrationSourceFlowConfigArgs struct {
	ConnectorProfileName      pulumi.StringPtrInput                     `pulumi:"connectorProfileName"`
	ConnectorType             IntegrationConnectorTypeInput             `pulumi:"connectorType"`
	IncrementalPullConfig     IntegrationIncrementalPullConfigPtrInput  `pulumi:"incrementalPullConfig"`
	SourceConnectorProperties IntegrationSourceConnectorPropertiesInput `pulumi:"sourceConnectorProperties"`
}

func (IntegrationSourceFlowConfigArgs) ElementType

func (IntegrationSourceFlowConfigArgs) ToIntegrationSourceFlowConfigOutput

func (i IntegrationSourceFlowConfigArgs) ToIntegrationSourceFlowConfigOutput() IntegrationSourceFlowConfigOutput

func (IntegrationSourceFlowConfigArgs) ToIntegrationSourceFlowConfigOutputWithContext

func (i IntegrationSourceFlowConfigArgs) ToIntegrationSourceFlowConfigOutputWithContext(ctx context.Context) IntegrationSourceFlowConfigOutput

func (IntegrationSourceFlowConfigArgs) ToIntegrationSourceFlowConfigPtrOutput

func (i IntegrationSourceFlowConfigArgs) ToIntegrationSourceFlowConfigPtrOutput() IntegrationSourceFlowConfigPtrOutput

func (IntegrationSourceFlowConfigArgs) ToIntegrationSourceFlowConfigPtrOutputWithContext

func (i IntegrationSourceFlowConfigArgs) ToIntegrationSourceFlowConfigPtrOutputWithContext(ctx context.Context) IntegrationSourceFlowConfigPtrOutput

func (IntegrationSourceFlowConfigArgs) ToOutput added in v0.76.0

type IntegrationSourceFlowConfigInput

type IntegrationSourceFlowConfigInput interface {
	pulumi.Input

	ToIntegrationSourceFlowConfigOutput() IntegrationSourceFlowConfigOutput
	ToIntegrationSourceFlowConfigOutputWithContext(context.Context) IntegrationSourceFlowConfigOutput
}

IntegrationSourceFlowConfigInput is an input type that accepts IntegrationSourceFlowConfigArgs and IntegrationSourceFlowConfigOutput values. You can construct a concrete instance of `IntegrationSourceFlowConfigInput` via:

IntegrationSourceFlowConfigArgs{...}

type IntegrationSourceFlowConfigOutput

type IntegrationSourceFlowConfigOutput struct{ *pulumi.OutputState }

func (IntegrationSourceFlowConfigOutput) ConnectorProfileName

func (o IntegrationSourceFlowConfigOutput) ConnectorProfileName() pulumi.StringPtrOutput

func (IntegrationSourceFlowConfigOutput) ConnectorType

func (IntegrationSourceFlowConfigOutput) ElementType

func (IntegrationSourceFlowConfigOutput) IncrementalPullConfig

func (IntegrationSourceFlowConfigOutput) SourceConnectorProperties

func (IntegrationSourceFlowConfigOutput) ToIntegrationSourceFlowConfigOutput

func (o IntegrationSourceFlowConfigOutput) ToIntegrationSourceFlowConfigOutput() IntegrationSourceFlowConfigOutput

func (IntegrationSourceFlowConfigOutput) ToIntegrationSourceFlowConfigOutputWithContext

func (o IntegrationSourceFlowConfigOutput) ToIntegrationSourceFlowConfigOutputWithContext(ctx context.Context) IntegrationSourceFlowConfigOutput

func (IntegrationSourceFlowConfigOutput) ToIntegrationSourceFlowConfigPtrOutput

func (o IntegrationSourceFlowConfigOutput) ToIntegrationSourceFlowConfigPtrOutput() IntegrationSourceFlowConfigPtrOutput

func (IntegrationSourceFlowConfigOutput) ToIntegrationSourceFlowConfigPtrOutputWithContext

func (o IntegrationSourceFlowConfigOutput) ToIntegrationSourceFlowConfigPtrOutputWithContext(ctx context.Context) IntegrationSourceFlowConfigPtrOutput

func (IntegrationSourceFlowConfigOutput) ToOutput added in v0.76.0

type IntegrationSourceFlowConfigPtrInput

type IntegrationSourceFlowConfigPtrInput interface {
	pulumi.Input

	ToIntegrationSourceFlowConfigPtrOutput() IntegrationSourceFlowConfigPtrOutput
	ToIntegrationSourceFlowConfigPtrOutputWithContext(context.Context) IntegrationSourceFlowConfigPtrOutput
}

IntegrationSourceFlowConfigPtrInput is an input type that accepts IntegrationSourceFlowConfigArgs, IntegrationSourceFlowConfigPtr and IntegrationSourceFlowConfigPtrOutput values. You can construct a concrete instance of `IntegrationSourceFlowConfigPtrInput` via:

        IntegrationSourceFlowConfigArgs{...}

or:

        nil

type IntegrationSourceFlowConfigPtrOutput

type IntegrationSourceFlowConfigPtrOutput struct{ *pulumi.OutputState }

func (IntegrationSourceFlowConfigPtrOutput) ConnectorProfileName

func (IntegrationSourceFlowConfigPtrOutput) ConnectorType

func (IntegrationSourceFlowConfigPtrOutput) Elem

func (IntegrationSourceFlowConfigPtrOutput) ElementType

func (IntegrationSourceFlowConfigPtrOutput) IncrementalPullConfig

func (IntegrationSourceFlowConfigPtrOutput) SourceConnectorProperties

func (IntegrationSourceFlowConfigPtrOutput) ToIntegrationSourceFlowConfigPtrOutput

func (o IntegrationSourceFlowConfigPtrOutput) ToIntegrationSourceFlowConfigPtrOutput() IntegrationSourceFlowConfigPtrOutput

func (IntegrationSourceFlowConfigPtrOutput) ToIntegrationSourceFlowConfigPtrOutputWithContext

func (o IntegrationSourceFlowConfigPtrOutput) ToIntegrationSourceFlowConfigPtrOutputWithContext(ctx context.Context) IntegrationSourceFlowConfigPtrOutput

func (IntegrationSourceFlowConfigPtrOutput) ToOutput added in v0.76.0

type IntegrationState

type IntegrationState struct {
}

func (IntegrationState) ElementType

func (IntegrationState) ElementType() reflect.Type

type IntegrationTag

type IntegrationTag struct {
	Key   string `pulumi:"key"`
	Value string `pulumi:"value"`
}

type IntegrationTagArgs

type IntegrationTagArgs struct {
	Key   pulumi.StringInput `pulumi:"key"`
	Value pulumi.StringInput `pulumi:"value"`
}

func (IntegrationTagArgs) ElementType

func (IntegrationTagArgs) ElementType() reflect.Type

func (IntegrationTagArgs) ToIntegrationTagOutput

func (i IntegrationTagArgs) ToIntegrationTagOutput() IntegrationTagOutput

func (IntegrationTagArgs) ToIntegrationTagOutputWithContext

func (i IntegrationTagArgs) ToIntegrationTagOutputWithContext(ctx context.Context) IntegrationTagOutput

func (IntegrationTagArgs) ToOutput added in v0.76.0

type IntegrationTagArray

type IntegrationTagArray []IntegrationTagInput

func (IntegrationTagArray) ElementType

func (IntegrationTagArray) ElementType() reflect.Type

func (IntegrationTagArray) ToIntegrationTagArrayOutput

func (i IntegrationTagArray) ToIntegrationTagArrayOutput() IntegrationTagArrayOutput

func (IntegrationTagArray) ToIntegrationTagArrayOutputWithContext

func (i IntegrationTagArray) ToIntegrationTagArrayOutputWithContext(ctx context.Context) IntegrationTagArrayOutput

func (IntegrationTagArray) ToOutput added in v0.76.0

type IntegrationTagArrayInput

type IntegrationTagArrayInput interface {
	pulumi.Input

	ToIntegrationTagArrayOutput() IntegrationTagArrayOutput
	ToIntegrationTagArrayOutputWithContext(context.Context) IntegrationTagArrayOutput
}

IntegrationTagArrayInput is an input type that accepts IntegrationTagArray and IntegrationTagArrayOutput values. You can construct a concrete instance of `IntegrationTagArrayInput` via:

IntegrationTagArray{ IntegrationTagArgs{...} }

type IntegrationTagArrayOutput

type IntegrationTagArrayOutput struct{ *pulumi.OutputState }

func (IntegrationTagArrayOutput) ElementType

func (IntegrationTagArrayOutput) ElementType() reflect.Type

func (IntegrationTagArrayOutput) Index

func (IntegrationTagArrayOutput) ToIntegrationTagArrayOutput

func (o IntegrationTagArrayOutput) ToIntegrationTagArrayOutput() IntegrationTagArrayOutput

func (IntegrationTagArrayOutput) ToIntegrationTagArrayOutputWithContext

func (o IntegrationTagArrayOutput) ToIntegrationTagArrayOutputWithContext(ctx context.Context) IntegrationTagArrayOutput

func (IntegrationTagArrayOutput) ToOutput added in v0.76.0

type IntegrationTagInput

type IntegrationTagInput interface {
	pulumi.Input

	ToIntegrationTagOutput() IntegrationTagOutput
	ToIntegrationTagOutputWithContext(context.Context) IntegrationTagOutput
}

IntegrationTagInput is an input type that accepts IntegrationTagArgs and IntegrationTagOutput values. You can construct a concrete instance of `IntegrationTagInput` via:

IntegrationTagArgs{...}

type IntegrationTagOutput

type IntegrationTagOutput struct{ *pulumi.OutputState }

func (IntegrationTagOutput) ElementType

func (IntegrationTagOutput) ElementType() reflect.Type

func (IntegrationTagOutput) Key

func (IntegrationTagOutput) ToIntegrationTagOutput

func (o IntegrationTagOutput) ToIntegrationTagOutput() IntegrationTagOutput

func (IntegrationTagOutput) ToIntegrationTagOutputWithContext

func (o IntegrationTagOutput) ToIntegrationTagOutputWithContext(ctx context.Context) IntegrationTagOutput

func (IntegrationTagOutput) ToOutput added in v0.76.0

func (IntegrationTagOutput) Value

type IntegrationTask

type IntegrationTask struct {
	ConnectorOperator *IntegrationConnectorOperator  `pulumi:"connectorOperator"`
	DestinationField  *string                        `pulumi:"destinationField"`
	SourceFields      []string                       `pulumi:"sourceFields"`
	TaskProperties    []IntegrationTaskPropertiesMap `pulumi:"taskProperties"`
	TaskType          IntegrationTaskType            `pulumi:"taskType"`
}

type IntegrationTaskArgs

type IntegrationTaskArgs struct {
	ConnectorOperator IntegrationConnectorOperatorPtrInput   `pulumi:"connectorOperator"`
	DestinationField  pulumi.StringPtrInput                  `pulumi:"destinationField"`
	SourceFields      pulumi.StringArrayInput                `pulumi:"sourceFields"`
	TaskProperties    IntegrationTaskPropertiesMapArrayInput `pulumi:"taskProperties"`
	TaskType          IntegrationTaskTypeInput               `pulumi:"taskType"`
}

func (IntegrationTaskArgs) ElementType

func (IntegrationTaskArgs) ElementType() reflect.Type

func (IntegrationTaskArgs) ToIntegrationTaskOutput

func (i IntegrationTaskArgs) ToIntegrationTaskOutput() IntegrationTaskOutput

func (IntegrationTaskArgs) ToIntegrationTaskOutputWithContext

func (i IntegrationTaskArgs) ToIntegrationTaskOutputWithContext(ctx context.Context) IntegrationTaskOutput

func (IntegrationTaskArgs) ToOutput added in v0.76.0

type IntegrationTaskArray

type IntegrationTaskArray []IntegrationTaskInput

func (IntegrationTaskArray) ElementType

func (IntegrationTaskArray) ElementType() reflect.Type

func (IntegrationTaskArray) ToIntegrationTaskArrayOutput

func (i IntegrationTaskArray) ToIntegrationTaskArrayOutput() IntegrationTaskArrayOutput

func (IntegrationTaskArray) ToIntegrationTaskArrayOutputWithContext

func (i IntegrationTaskArray) ToIntegrationTaskArrayOutputWithContext(ctx context.Context) IntegrationTaskArrayOutput

func (IntegrationTaskArray) ToOutput added in v0.76.0

type IntegrationTaskArrayInput

type IntegrationTaskArrayInput interface {
	pulumi.Input

	ToIntegrationTaskArrayOutput() IntegrationTaskArrayOutput
	ToIntegrationTaskArrayOutputWithContext(context.Context) IntegrationTaskArrayOutput
}

IntegrationTaskArrayInput is an input type that accepts IntegrationTaskArray and IntegrationTaskArrayOutput values. You can construct a concrete instance of `IntegrationTaskArrayInput` via:

IntegrationTaskArray{ IntegrationTaskArgs{...} }

type IntegrationTaskArrayOutput

type IntegrationTaskArrayOutput struct{ *pulumi.OutputState }

func (IntegrationTaskArrayOutput) ElementType

func (IntegrationTaskArrayOutput) ElementType() reflect.Type

func (IntegrationTaskArrayOutput) Index

func (IntegrationTaskArrayOutput) ToIntegrationTaskArrayOutput

func (o IntegrationTaskArrayOutput) ToIntegrationTaskArrayOutput() IntegrationTaskArrayOutput

func (IntegrationTaskArrayOutput) ToIntegrationTaskArrayOutputWithContext

func (o IntegrationTaskArrayOutput) ToIntegrationTaskArrayOutputWithContext(ctx context.Context) IntegrationTaskArrayOutput

func (IntegrationTaskArrayOutput) ToOutput added in v0.76.0

type IntegrationTaskInput

type IntegrationTaskInput interface {
	pulumi.Input

	ToIntegrationTaskOutput() IntegrationTaskOutput
	ToIntegrationTaskOutputWithContext(context.Context) IntegrationTaskOutput
}

IntegrationTaskInput is an input type that accepts IntegrationTaskArgs and IntegrationTaskOutput values. You can construct a concrete instance of `IntegrationTaskInput` via:

IntegrationTaskArgs{...}

type IntegrationTaskOutput

type IntegrationTaskOutput struct{ *pulumi.OutputState }

func (IntegrationTaskOutput) ConnectorOperator

func (IntegrationTaskOutput) DestinationField

func (o IntegrationTaskOutput) DestinationField() pulumi.StringPtrOutput

func (IntegrationTaskOutput) ElementType

func (IntegrationTaskOutput) ElementType() reflect.Type

func (IntegrationTaskOutput) SourceFields

func (IntegrationTaskOutput) TaskProperties

func (IntegrationTaskOutput) TaskType

func (IntegrationTaskOutput) ToIntegrationTaskOutput

func (o IntegrationTaskOutput) ToIntegrationTaskOutput() IntegrationTaskOutput

func (IntegrationTaskOutput) ToIntegrationTaskOutputWithContext

func (o IntegrationTaskOutput) ToIntegrationTaskOutputWithContext(ctx context.Context) IntegrationTaskOutput

func (IntegrationTaskOutput) ToOutput added in v0.76.0

type IntegrationTaskPropertiesMap

type IntegrationTaskPropertiesMap struct {
	OperatorPropertyKey IntegrationOperatorPropertiesKeys `pulumi:"operatorPropertyKey"`
	Property            string                            `pulumi:"property"`
}

type IntegrationTaskPropertiesMapArgs

type IntegrationTaskPropertiesMapArgs struct {
	OperatorPropertyKey IntegrationOperatorPropertiesKeysInput `pulumi:"operatorPropertyKey"`
	Property            pulumi.StringInput                     `pulumi:"property"`
}

func (IntegrationTaskPropertiesMapArgs) ElementType

func (IntegrationTaskPropertiesMapArgs) ToIntegrationTaskPropertiesMapOutput

func (i IntegrationTaskPropertiesMapArgs) ToIntegrationTaskPropertiesMapOutput() IntegrationTaskPropertiesMapOutput

func (IntegrationTaskPropertiesMapArgs) ToIntegrationTaskPropertiesMapOutputWithContext

func (i IntegrationTaskPropertiesMapArgs) ToIntegrationTaskPropertiesMapOutputWithContext(ctx context.Context) IntegrationTaskPropertiesMapOutput

func (IntegrationTaskPropertiesMapArgs) ToOutput added in v0.76.0

type IntegrationTaskPropertiesMapArray

type IntegrationTaskPropertiesMapArray []IntegrationTaskPropertiesMapInput

func (IntegrationTaskPropertiesMapArray) ElementType

func (IntegrationTaskPropertiesMapArray) ToIntegrationTaskPropertiesMapArrayOutput

func (i IntegrationTaskPropertiesMapArray) ToIntegrationTaskPropertiesMapArrayOutput() IntegrationTaskPropertiesMapArrayOutput

func (IntegrationTaskPropertiesMapArray) ToIntegrationTaskPropertiesMapArrayOutputWithContext

func (i IntegrationTaskPropertiesMapArray) ToIntegrationTaskPropertiesMapArrayOutputWithContext(ctx context.Context) IntegrationTaskPropertiesMapArrayOutput

func (IntegrationTaskPropertiesMapArray) ToOutput added in v0.76.0

type IntegrationTaskPropertiesMapArrayInput

type IntegrationTaskPropertiesMapArrayInput interface {
	pulumi.Input

	ToIntegrationTaskPropertiesMapArrayOutput() IntegrationTaskPropertiesMapArrayOutput
	ToIntegrationTaskPropertiesMapArrayOutputWithContext(context.Context) IntegrationTaskPropertiesMapArrayOutput
}

IntegrationTaskPropertiesMapArrayInput is an input type that accepts IntegrationTaskPropertiesMapArray and IntegrationTaskPropertiesMapArrayOutput values. You can construct a concrete instance of `IntegrationTaskPropertiesMapArrayInput` via:

IntegrationTaskPropertiesMapArray{ IntegrationTaskPropertiesMapArgs{...} }

type IntegrationTaskPropertiesMapArrayOutput

type IntegrationTaskPropertiesMapArrayOutput struct{ *pulumi.OutputState }

func (IntegrationTaskPropertiesMapArrayOutput) ElementType

func (IntegrationTaskPropertiesMapArrayOutput) Index

func (IntegrationTaskPropertiesMapArrayOutput) ToIntegrationTaskPropertiesMapArrayOutput

func (o IntegrationTaskPropertiesMapArrayOutput) ToIntegrationTaskPropertiesMapArrayOutput() IntegrationTaskPropertiesMapArrayOutput

func (IntegrationTaskPropertiesMapArrayOutput) ToIntegrationTaskPropertiesMapArrayOutputWithContext

func (o IntegrationTaskPropertiesMapArrayOutput) ToIntegrationTaskPropertiesMapArrayOutputWithContext(ctx context.Context) IntegrationTaskPropertiesMapArrayOutput

func (IntegrationTaskPropertiesMapArrayOutput) ToOutput added in v0.76.0

type IntegrationTaskPropertiesMapInput

type IntegrationTaskPropertiesMapInput interface {
	pulumi.Input

	ToIntegrationTaskPropertiesMapOutput() IntegrationTaskPropertiesMapOutput
	ToIntegrationTaskPropertiesMapOutputWithContext(context.Context) IntegrationTaskPropertiesMapOutput
}

IntegrationTaskPropertiesMapInput is an input type that accepts IntegrationTaskPropertiesMap and IntegrationTaskPropertiesMapOutput values. You can construct a concrete instance of `IntegrationTaskPropertiesMapInput` via:

IntegrationTaskPropertiesMap{ "key": IntegrationTaskPropertiesArgs{...} }

type IntegrationTaskPropertiesMapOutput

type IntegrationTaskPropertiesMapOutput struct{ *pulumi.OutputState }

func (IntegrationTaskPropertiesMapOutput) ElementType

func (IntegrationTaskPropertiesMapOutput) OperatorPropertyKey

func (IntegrationTaskPropertiesMapOutput) Property

func (IntegrationTaskPropertiesMapOutput) ToIntegrationTaskPropertiesMapOutput

func (o IntegrationTaskPropertiesMapOutput) ToIntegrationTaskPropertiesMapOutput() IntegrationTaskPropertiesMapOutput

func (IntegrationTaskPropertiesMapOutput) ToIntegrationTaskPropertiesMapOutputWithContext

func (o IntegrationTaskPropertiesMapOutput) ToIntegrationTaskPropertiesMapOutputWithContext(ctx context.Context) IntegrationTaskPropertiesMapOutput

func (IntegrationTaskPropertiesMapOutput) ToOutput added in v0.76.0

type IntegrationTaskType

type IntegrationTaskType string

func (IntegrationTaskType) ElementType

func (IntegrationTaskType) ElementType() reflect.Type

func (IntegrationTaskType) ToIntegrationTaskTypeOutput

func (e IntegrationTaskType) ToIntegrationTaskTypeOutput() IntegrationTaskTypeOutput

func (IntegrationTaskType) ToIntegrationTaskTypeOutputWithContext

func (e IntegrationTaskType) ToIntegrationTaskTypeOutputWithContext(ctx context.Context) IntegrationTaskTypeOutput

func (IntegrationTaskType) ToIntegrationTaskTypePtrOutput

func (e IntegrationTaskType) ToIntegrationTaskTypePtrOutput() IntegrationTaskTypePtrOutput

func (IntegrationTaskType) ToIntegrationTaskTypePtrOutputWithContext

func (e IntegrationTaskType) ToIntegrationTaskTypePtrOutputWithContext(ctx context.Context) IntegrationTaskTypePtrOutput

func (IntegrationTaskType) ToStringOutput

func (e IntegrationTaskType) ToStringOutput() pulumi.StringOutput

func (IntegrationTaskType) ToStringOutputWithContext

func (e IntegrationTaskType) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (IntegrationTaskType) ToStringPtrOutput

func (e IntegrationTaskType) ToStringPtrOutput() pulumi.StringPtrOutput

func (IntegrationTaskType) ToStringPtrOutputWithContext

func (e IntegrationTaskType) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type IntegrationTaskTypeInput

type IntegrationTaskTypeInput interface {
	pulumi.Input

	ToIntegrationTaskTypeOutput() IntegrationTaskTypeOutput
	ToIntegrationTaskTypeOutputWithContext(context.Context) IntegrationTaskTypeOutput
}

IntegrationTaskTypeInput is an input type that accepts IntegrationTaskTypeArgs and IntegrationTaskTypeOutput values. You can construct a concrete instance of `IntegrationTaskTypeInput` via:

IntegrationTaskTypeArgs{...}

type IntegrationTaskTypeOutput

type IntegrationTaskTypeOutput struct{ *pulumi.OutputState }

func (IntegrationTaskTypeOutput) ElementType

func (IntegrationTaskTypeOutput) ElementType() reflect.Type

func (IntegrationTaskTypeOutput) ToIntegrationTaskTypeOutput

func (o IntegrationTaskTypeOutput) ToIntegrationTaskTypeOutput() IntegrationTaskTypeOutput

func (IntegrationTaskTypeOutput) ToIntegrationTaskTypeOutputWithContext

func (o IntegrationTaskTypeOutput) ToIntegrationTaskTypeOutputWithContext(ctx context.Context) IntegrationTaskTypeOutput

func (IntegrationTaskTypeOutput) ToIntegrationTaskTypePtrOutput

func (o IntegrationTaskTypeOutput) ToIntegrationTaskTypePtrOutput() IntegrationTaskTypePtrOutput

func (IntegrationTaskTypeOutput) ToIntegrationTaskTypePtrOutputWithContext

func (o IntegrationTaskTypeOutput) ToIntegrationTaskTypePtrOutputWithContext(ctx context.Context) IntegrationTaskTypePtrOutput

func (IntegrationTaskTypeOutput) ToOutput added in v0.76.0

func (IntegrationTaskTypeOutput) ToStringOutput

func (o IntegrationTaskTypeOutput) ToStringOutput() pulumi.StringOutput

func (IntegrationTaskTypeOutput) ToStringOutputWithContext

func (o IntegrationTaskTypeOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (IntegrationTaskTypeOutput) ToStringPtrOutput

func (o IntegrationTaskTypeOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (IntegrationTaskTypeOutput) ToStringPtrOutputWithContext

func (o IntegrationTaskTypeOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type IntegrationTaskTypePtrInput

type IntegrationTaskTypePtrInput interface {
	pulumi.Input

	ToIntegrationTaskTypePtrOutput() IntegrationTaskTypePtrOutput
	ToIntegrationTaskTypePtrOutputWithContext(context.Context) IntegrationTaskTypePtrOutput
}

func IntegrationTaskTypePtr

func IntegrationTaskTypePtr(v string) IntegrationTaskTypePtrInput

type IntegrationTaskTypePtrOutput

type IntegrationTaskTypePtrOutput struct{ *pulumi.OutputState }

func (IntegrationTaskTypePtrOutput) Elem

func (IntegrationTaskTypePtrOutput) ElementType

func (IntegrationTaskTypePtrOutput) ToIntegrationTaskTypePtrOutput

func (o IntegrationTaskTypePtrOutput) ToIntegrationTaskTypePtrOutput() IntegrationTaskTypePtrOutput

func (IntegrationTaskTypePtrOutput) ToIntegrationTaskTypePtrOutputWithContext

func (o IntegrationTaskTypePtrOutput) ToIntegrationTaskTypePtrOutputWithContext(ctx context.Context) IntegrationTaskTypePtrOutput

func (IntegrationTaskTypePtrOutput) ToOutput added in v0.76.0

func (IntegrationTaskTypePtrOutput) ToStringPtrOutput

func (o IntegrationTaskTypePtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (IntegrationTaskTypePtrOutput) ToStringPtrOutputWithContext

func (o IntegrationTaskTypePtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type IntegrationTriggerConfig

type IntegrationTriggerConfig struct {
	TriggerProperties *IntegrationTriggerProperties `pulumi:"triggerProperties"`
	TriggerType       IntegrationTriggerType        `pulumi:"triggerType"`
}

type IntegrationTriggerConfigArgs

type IntegrationTriggerConfigArgs struct {
	TriggerProperties IntegrationTriggerPropertiesPtrInput `pulumi:"triggerProperties"`
	TriggerType       IntegrationTriggerTypeInput          `pulumi:"triggerType"`
}

func (IntegrationTriggerConfigArgs) ElementType

func (IntegrationTriggerConfigArgs) ToIntegrationTriggerConfigOutput

func (i IntegrationTriggerConfigArgs) ToIntegrationTriggerConfigOutput() IntegrationTriggerConfigOutput

func (IntegrationTriggerConfigArgs) ToIntegrationTriggerConfigOutputWithContext

func (i IntegrationTriggerConfigArgs) ToIntegrationTriggerConfigOutputWithContext(ctx context.Context) IntegrationTriggerConfigOutput

func (IntegrationTriggerConfigArgs) ToIntegrationTriggerConfigPtrOutput

func (i IntegrationTriggerConfigArgs) ToIntegrationTriggerConfigPtrOutput() IntegrationTriggerConfigPtrOutput

func (IntegrationTriggerConfigArgs) ToIntegrationTriggerConfigPtrOutputWithContext

func (i IntegrationTriggerConfigArgs) ToIntegrationTriggerConfigPtrOutputWithContext(ctx context.Context) IntegrationTriggerConfigPtrOutput

func (IntegrationTriggerConfigArgs) ToOutput added in v0.76.0

type IntegrationTriggerConfigInput

type IntegrationTriggerConfigInput interface {
	pulumi.Input

	ToIntegrationTriggerConfigOutput() IntegrationTriggerConfigOutput
	ToIntegrationTriggerConfigOutputWithContext(context.Context) IntegrationTriggerConfigOutput
}

IntegrationTriggerConfigInput is an input type that accepts IntegrationTriggerConfigArgs and IntegrationTriggerConfigOutput values. You can construct a concrete instance of `IntegrationTriggerConfigInput` via:

IntegrationTriggerConfigArgs{...}

type IntegrationTriggerConfigOutput

type IntegrationTriggerConfigOutput struct{ *pulumi.OutputState }

func (IntegrationTriggerConfigOutput) ElementType

func (IntegrationTriggerConfigOutput) ToIntegrationTriggerConfigOutput

func (o IntegrationTriggerConfigOutput) ToIntegrationTriggerConfigOutput() IntegrationTriggerConfigOutput

func (IntegrationTriggerConfigOutput) ToIntegrationTriggerConfigOutputWithContext

func (o IntegrationTriggerConfigOutput) ToIntegrationTriggerConfigOutputWithContext(ctx context.Context) IntegrationTriggerConfigOutput

func (IntegrationTriggerConfigOutput) ToIntegrationTriggerConfigPtrOutput

func (o IntegrationTriggerConfigOutput) ToIntegrationTriggerConfigPtrOutput() IntegrationTriggerConfigPtrOutput

func (IntegrationTriggerConfigOutput) ToIntegrationTriggerConfigPtrOutputWithContext

func (o IntegrationTriggerConfigOutput) ToIntegrationTriggerConfigPtrOutputWithContext(ctx context.Context) IntegrationTriggerConfigPtrOutput

func (IntegrationTriggerConfigOutput) ToOutput added in v0.76.0

func (IntegrationTriggerConfigOutput) TriggerProperties

func (IntegrationTriggerConfigOutput) TriggerType

type IntegrationTriggerConfigPtrInput

type IntegrationTriggerConfigPtrInput interface {
	pulumi.Input

	ToIntegrationTriggerConfigPtrOutput() IntegrationTriggerConfigPtrOutput
	ToIntegrationTriggerConfigPtrOutputWithContext(context.Context) IntegrationTriggerConfigPtrOutput
}

IntegrationTriggerConfigPtrInput is an input type that accepts IntegrationTriggerConfigArgs, IntegrationTriggerConfigPtr and IntegrationTriggerConfigPtrOutput values. You can construct a concrete instance of `IntegrationTriggerConfigPtrInput` via:

        IntegrationTriggerConfigArgs{...}

or:

        nil

type IntegrationTriggerConfigPtrOutput

type IntegrationTriggerConfigPtrOutput struct{ *pulumi.OutputState }

func (IntegrationTriggerConfigPtrOutput) Elem

func (IntegrationTriggerConfigPtrOutput) ElementType

func (IntegrationTriggerConfigPtrOutput) ToIntegrationTriggerConfigPtrOutput

func (o IntegrationTriggerConfigPtrOutput) ToIntegrationTriggerConfigPtrOutput() IntegrationTriggerConfigPtrOutput

func (IntegrationTriggerConfigPtrOutput) ToIntegrationTriggerConfigPtrOutputWithContext

func (o IntegrationTriggerConfigPtrOutput) ToIntegrationTriggerConfigPtrOutputWithContext(ctx context.Context) IntegrationTriggerConfigPtrOutput

func (IntegrationTriggerConfigPtrOutput) ToOutput added in v0.76.0

func (IntegrationTriggerConfigPtrOutput) TriggerProperties

func (IntegrationTriggerConfigPtrOutput) TriggerType

type IntegrationTriggerProperties

type IntegrationTriggerProperties struct {
	Scheduled *IntegrationScheduledTriggerProperties `pulumi:"scheduled"`
}

type IntegrationTriggerPropertiesArgs

type IntegrationTriggerPropertiesArgs struct {
	Scheduled IntegrationScheduledTriggerPropertiesPtrInput `pulumi:"scheduled"`
}

func (IntegrationTriggerPropertiesArgs) ElementType

func (IntegrationTriggerPropertiesArgs) ToIntegrationTriggerPropertiesOutput

func (i IntegrationTriggerPropertiesArgs) ToIntegrationTriggerPropertiesOutput() IntegrationTriggerPropertiesOutput

func (IntegrationTriggerPropertiesArgs) ToIntegrationTriggerPropertiesOutputWithContext

func (i IntegrationTriggerPropertiesArgs) ToIntegrationTriggerPropertiesOutputWithContext(ctx context.Context) IntegrationTriggerPropertiesOutput

func (IntegrationTriggerPropertiesArgs) ToIntegrationTriggerPropertiesPtrOutput

func (i IntegrationTriggerPropertiesArgs) ToIntegrationTriggerPropertiesPtrOutput() IntegrationTriggerPropertiesPtrOutput

func (IntegrationTriggerPropertiesArgs) ToIntegrationTriggerPropertiesPtrOutputWithContext

func (i IntegrationTriggerPropertiesArgs) ToIntegrationTriggerPropertiesPtrOutputWithContext(ctx context.Context) IntegrationTriggerPropertiesPtrOutput

func (IntegrationTriggerPropertiesArgs) ToOutput added in v0.76.0

type IntegrationTriggerPropertiesInput

type IntegrationTriggerPropertiesInput interface {
	pulumi.Input

	ToIntegrationTriggerPropertiesOutput() IntegrationTriggerPropertiesOutput
	ToIntegrationTriggerPropertiesOutputWithContext(context.Context) IntegrationTriggerPropertiesOutput
}

IntegrationTriggerPropertiesInput is an input type that accepts IntegrationTriggerPropertiesArgs and IntegrationTriggerPropertiesOutput values. You can construct a concrete instance of `IntegrationTriggerPropertiesInput` via:

IntegrationTriggerPropertiesArgs{...}

type IntegrationTriggerPropertiesOutput

type IntegrationTriggerPropertiesOutput struct{ *pulumi.OutputState }

func (IntegrationTriggerPropertiesOutput) ElementType

func (IntegrationTriggerPropertiesOutput) Scheduled

func (IntegrationTriggerPropertiesOutput) ToIntegrationTriggerPropertiesOutput

func (o IntegrationTriggerPropertiesOutput) ToIntegrationTriggerPropertiesOutput() IntegrationTriggerPropertiesOutput

func (IntegrationTriggerPropertiesOutput) ToIntegrationTriggerPropertiesOutputWithContext

func (o IntegrationTriggerPropertiesOutput) ToIntegrationTriggerPropertiesOutputWithContext(ctx context.Context) IntegrationTriggerPropertiesOutput

func (IntegrationTriggerPropertiesOutput) ToIntegrationTriggerPropertiesPtrOutput

func (o IntegrationTriggerPropertiesOutput) ToIntegrationTriggerPropertiesPtrOutput() IntegrationTriggerPropertiesPtrOutput

func (IntegrationTriggerPropertiesOutput) ToIntegrationTriggerPropertiesPtrOutputWithContext

func (o IntegrationTriggerPropertiesOutput) ToIntegrationTriggerPropertiesPtrOutputWithContext(ctx context.Context) IntegrationTriggerPropertiesPtrOutput

func (IntegrationTriggerPropertiesOutput) ToOutput added in v0.76.0

type IntegrationTriggerPropertiesPtrInput

type IntegrationTriggerPropertiesPtrInput interface {
	pulumi.Input

	ToIntegrationTriggerPropertiesPtrOutput() IntegrationTriggerPropertiesPtrOutput
	ToIntegrationTriggerPropertiesPtrOutputWithContext(context.Context) IntegrationTriggerPropertiesPtrOutput
}

IntegrationTriggerPropertiesPtrInput is an input type that accepts IntegrationTriggerPropertiesArgs, IntegrationTriggerPropertiesPtr and IntegrationTriggerPropertiesPtrOutput values. You can construct a concrete instance of `IntegrationTriggerPropertiesPtrInput` via:

        IntegrationTriggerPropertiesArgs{...}

or:

        nil

type IntegrationTriggerPropertiesPtrOutput

type IntegrationTriggerPropertiesPtrOutput struct{ *pulumi.OutputState }

func (IntegrationTriggerPropertiesPtrOutput) Elem

func (IntegrationTriggerPropertiesPtrOutput) ElementType

func (IntegrationTriggerPropertiesPtrOutput) Scheduled

func (IntegrationTriggerPropertiesPtrOutput) ToIntegrationTriggerPropertiesPtrOutput

func (o IntegrationTriggerPropertiesPtrOutput) ToIntegrationTriggerPropertiesPtrOutput() IntegrationTriggerPropertiesPtrOutput

func (IntegrationTriggerPropertiesPtrOutput) ToIntegrationTriggerPropertiesPtrOutputWithContext

func (o IntegrationTriggerPropertiesPtrOutput) ToIntegrationTriggerPropertiesPtrOutputWithContext(ctx context.Context) IntegrationTriggerPropertiesPtrOutput

func (IntegrationTriggerPropertiesPtrOutput) ToOutput added in v0.76.0

type IntegrationTriggerType

type IntegrationTriggerType string

func (IntegrationTriggerType) ElementType

func (IntegrationTriggerType) ElementType() reflect.Type

func (IntegrationTriggerType) ToIntegrationTriggerTypeOutput

func (e IntegrationTriggerType) ToIntegrationTriggerTypeOutput() IntegrationTriggerTypeOutput

func (IntegrationTriggerType) ToIntegrationTriggerTypeOutputWithContext

func (e IntegrationTriggerType) ToIntegrationTriggerTypeOutputWithContext(ctx context.Context) IntegrationTriggerTypeOutput

func (IntegrationTriggerType) ToIntegrationTriggerTypePtrOutput

func (e IntegrationTriggerType) ToIntegrationTriggerTypePtrOutput() IntegrationTriggerTypePtrOutput

func (IntegrationTriggerType) ToIntegrationTriggerTypePtrOutputWithContext

func (e IntegrationTriggerType) ToIntegrationTriggerTypePtrOutputWithContext(ctx context.Context) IntegrationTriggerTypePtrOutput

func (IntegrationTriggerType) ToStringOutput

func (e IntegrationTriggerType) ToStringOutput() pulumi.StringOutput

func (IntegrationTriggerType) ToStringOutputWithContext

func (e IntegrationTriggerType) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (IntegrationTriggerType) ToStringPtrOutput

func (e IntegrationTriggerType) ToStringPtrOutput() pulumi.StringPtrOutput

func (IntegrationTriggerType) ToStringPtrOutputWithContext

func (e IntegrationTriggerType) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type IntegrationTriggerTypeInput

type IntegrationTriggerTypeInput interface {
	pulumi.Input

	ToIntegrationTriggerTypeOutput() IntegrationTriggerTypeOutput
	ToIntegrationTriggerTypeOutputWithContext(context.Context) IntegrationTriggerTypeOutput
}

IntegrationTriggerTypeInput is an input type that accepts IntegrationTriggerTypeArgs and IntegrationTriggerTypeOutput values. You can construct a concrete instance of `IntegrationTriggerTypeInput` via:

IntegrationTriggerTypeArgs{...}

type IntegrationTriggerTypeOutput

type IntegrationTriggerTypeOutput struct{ *pulumi.OutputState }

func (IntegrationTriggerTypeOutput) ElementType

func (IntegrationTriggerTypeOutput) ToIntegrationTriggerTypeOutput

func (o IntegrationTriggerTypeOutput) ToIntegrationTriggerTypeOutput() IntegrationTriggerTypeOutput

func (IntegrationTriggerTypeOutput) ToIntegrationTriggerTypeOutputWithContext

func (o IntegrationTriggerTypeOutput) ToIntegrationTriggerTypeOutputWithContext(ctx context.Context) IntegrationTriggerTypeOutput

func (IntegrationTriggerTypeOutput) ToIntegrationTriggerTypePtrOutput

func (o IntegrationTriggerTypeOutput) ToIntegrationTriggerTypePtrOutput() IntegrationTriggerTypePtrOutput

func (IntegrationTriggerTypeOutput) ToIntegrationTriggerTypePtrOutputWithContext

func (o IntegrationTriggerTypeOutput) ToIntegrationTriggerTypePtrOutputWithContext(ctx context.Context) IntegrationTriggerTypePtrOutput

func (IntegrationTriggerTypeOutput) ToOutput added in v0.76.0

func (IntegrationTriggerTypeOutput) ToStringOutput

func (IntegrationTriggerTypeOutput) ToStringOutputWithContext

func (o IntegrationTriggerTypeOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (IntegrationTriggerTypeOutput) ToStringPtrOutput

func (o IntegrationTriggerTypeOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (IntegrationTriggerTypeOutput) ToStringPtrOutputWithContext

func (o IntegrationTriggerTypeOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type IntegrationTriggerTypePtrInput

type IntegrationTriggerTypePtrInput interface {
	pulumi.Input

	ToIntegrationTriggerTypePtrOutput() IntegrationTriggerTypePtrOutput
	ToIntegrationTriggerTypePtrOutputWithContext(context.Context) IntegrationTriggerTypePtrOutput
}

func IntegrationTriggerTypePtr

func IntegrationTriggerTypePtr(v string) IntegrationTriggerTypePtrInput

type IntegrationTriggerTypePtrOutput

type IntegrationTriggerTypePtrOutput struct{ *pulumi.OutputState }

func (IntegrationTriggerTypePtrOutput) Elem

func (IntegrationTriggerTypePtrOutput) ElementType

func (IntegrationTriggerTypePtrOutput) ToIntegrationTriggerTypePtrOutput

func (o IntegrationTriggerTypePtrOutput) ToIntegrationTriggerTypePtrOutput() IntegrationTriggerTypePtrOutput

func (IntegrationTriggerTypePtrOutput) ToIntegrationTriggerTypePtrOutputWithContext

func (o IntegrationTriggerTypePtrOutput) ToIntegrationTriggerTypePtrOutputWithContext(ctx context.Context) IntegrationTriggerTypePtrOutput

func (IntegrationTriggerTypePtrOutput) ToOutput added in v0.76.0

func (IntegrationTriggerTypePtrOutput) ToStringPtrOutput

func (IntegrationTriggerTypePtrOutput) ToStringPtrOutputWithContext

func (o IntegrationTriggerTypePtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type IntegrationZendeskConnectorOperator

type IntegrationZendeskConnectorOperator string

func (IntegrationZendeskConnectorOperator) ElementType

func (IntegrationZendeskConnectorOperator) ToIntegrationZendeskConnectorOperatorOutput

func (e IntegrationZendeskConnectorOperator) ToIntegrationZendeskConnectorOperatorOutput() IntegrationZendeskConnectorOperatorOutput

func (IntegrationZendeskConnectorOperator) ToIntegrationZendeskConnectorOperatorOutputWithContext

func (e IntegrationZendeskConnectorOperator) ToIntegrationZendeskConnectorOperatorOutputWithContext(ctx context.Context) IntegrationZendeskConnectorOperatorOutput

func (IntegrationZendeskConnectorOperator) ToIntegrationZendeskConnectorOperatorPtrOutput

func (e IntegrationZendeskConnectorOperator) ToIntegrationZendeskConnectorOperatorPtrOutput() IntegrationZendeskConnectorOperatorPtrOutput

func (IntegrationZendeskConnectorOperator) ToIntegrationZendeskConnectorOperatorPtrOutputWithContext

func (e IntegrationZendeskConnectorOperator) ToIntegrationZendeskConnectorOperatorPtrOutputWithContext(ctx context.Context) IntegrationZendeskConnectorOperatorPtrOutput

func (IntegrationZendeskConnectorOperator) ToStringOutput

func (IntegrationZendeskConnectorOperator) ToStringOutputWithContext

func (e IntegrationZendeskConnectorOperator) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (IntegrationZendeskConnectorOperator) ToStringPtrOutput

func (IntegrationZendeskConnectorOperator) ToStringPtrOutputWithContext

func (e IntegrationZendeskConnectorOperator) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type IntegrationZendeskConnectorOperatorInput

type IntegrationZendeskConnectorOperatorInput interface {
	pulumi.Input

	ToIntegrationZendeskConnectorOperatorOutput() IntegrationZendeskConnectorOperatorOutput
	ToIntegrationZendeskConnectorOperatorOutputWithContext(context.Context) IntegrationZendeskConnectorOperatorOutput
}

IntegrationZendeskConnectorOperatorInput is an input type that accepts IntegrationZendeskConnectorOperatorArgs and IntegrationZendeskConnectorOperatorOutput values. You can construct a concrete instance of `IntegrationZendeskConnectorOperatorInput` via:

IntegrationZendeskConnectorOperatorArgs{...}

type IntegrationZendeskConnectorOperatorOutput

type IntegrationZendeskConnectorOperatorOutput struct{ *pulumi.OutputState }

func (IntegrationZendeskConnectorOperatorOutput) ElementType

func (IntegrationZendeskConnectorOperatorOutput) ToIntegrationZendeskConnectorOperatorOutput

func (o IntegrationZendeskConnectorOperatorOutput) ToIntegrationZendeskConnectorOperatorOutput() IntegrationZendeskConnectorOperatorOutput

func (IntegrationZendeskConnectorOperatorOutput) ToIntegrationZendeskConnectorOperatorOutputWithContext

func (o IntegrationZendeskConnectorOperatorOutput) ToIntegrationZendeskConnectorOperatorOutputWithContext(ctx context.Context) IntegrationZendeskConnectorOperatorOutput

func (IntegrationZendeskConnectorOperatorOutput) ToIntegrationZendeskConnectorOperatorPtrOutput

func (o IntegrationZendeskConnectorOperatorOutput) ToIntegrationZendeskConnectorOperatorPtrOutput() IntegrationZendeskConnectorOperatorPtrOutput

func (IntegrationZendeskConnectorOperatorOutput) ToIntegrationZendeskConnectorOperatorPtrOutputWithContext

func (o IntegrationZendeskConnectorOperatorOutput) ToIntegrationZendeskConnectorOperatorPtrOutputWithContext(ctx context.Context) IntegrationZendeskConnectorOperatorPtrOutput

func (IntegrationZendeskConnectorOperatorOutput) ToOutput added in v0.76.0

func (IntegrationZendeskConnectorOperatorOutput) ToStringOutput

func (IntegrationZendeskConnectorOperatorOutput) ToStringOutputWithContext

func (IntegrationZendeskConnectorOperatorOutput) ToStringPtrOutput

func (IntegrationZendeskConnectorOperatorOutput) ToStringPtrOutputWithContext

type IntegrationZendeskConnectorOperatorPtrInput

type IntegrationZendeskConnectorOperatorPtrInput interface {
	pulumi.Input

	ToIntegrationZendeskConnectorOperatorPtrOutput() IntegrationZendeskConnectorOperatorPtrOutput
	ToIntegrationZendeskConnectorOperatorPtrOutputWithContext(context.Context) IntegrationZendeskConnectorOperatorPtrOutput
}

type IntegrationZendeskConnectorOperatorPtrOutput

type IntegrationZendeskConnectorOperatorPtrOutput struct{ *pulumi.OutputState }

func (IntegrationZendeskConnectorOperatorPtrOutput) Elem

func (IntegrationZendeskConnectorOperatorPtrOutput) ElementType

func (IntegrationZendeskConnectorOperatorPtrOutput) ToIntegrationZendeskConnectorOperatorPtrOutput

func (o IntegrationZendeskConnectorOperatorPtrOutput) ToIntegrationZendeskConnectorOperatorPtrOutput() IntegrationZendeskConnectorOperatorPtrOutput

func (IntegrationZendeskConnectorOperatorPtrOutput) ToIntegrationZendeskConnectorOperatorPtrOutputWithContext

func (o IntegrationZendeskConnectorOperatorPtrOutput) ToIntegrationZendeskConnectorOperatorPtrOutputWithContext(ctx context.Context) IntegrationZendeskConnectorOperatorPtrOutput

func (IntegrationZendeskConnectorOperatorPtrOutput) ToOutput added in v0.76.0

func (IntegrationZendeskConnectorOperatorPtrOutput) ToStringPtrOutput

func (IntegrationZendeskConnectorOperatorPtrOutput) ToStringPtrOutputWithContext

type IntegrationZendeskSourceProperties

type IntegrationZendeskSourceProperties struct {
	Object string `pulumi:"object"`
}

type IntegrationZendeskSourcePropertiesArgs

type IntegrationZendeskSourcePropertiesArgs struct {
	Object pulumi.StringInput `pulumi:"object"`
}

func (IntegrationZendeskSourcePropertiesArgs) ElementType

func (IntegrationZendeskSourcePropertiesArgs) ToIntegrationZendeskSourcePropertiesOutput

func (i IntegrationZendeskSourcePropertiesArgs) ToIntegrationZendeskSourcePropertiesOutput() IntegrationZendeskSourcePropertiesOutput

func (IntegrationZendeskSourcePropertiesArgs) ToIntegrationZendeskSourcePropertiesOutputWithContext

func (i IntegrationZendeskSourcePropertiesArgs) ToIntegrationZendeskSourcePropertiesOutputWithContext(ctx context.Context) IntegrationZendeskSourcePropertiesOutput

func (IntegrationZendeskSourcePropertiesArgs) ToIntegrationZendeskSourcePropertiesPtrOutput

func (i IntegrationZendeskSourcePropertiesArgs) ToIntegrationZendeskSourcePropertiesPtrOutput() IntegrationZendeskSourcePropertiesPtrOutput

func (IntegrationZendeskSourcePropertiesArgs) ToIntegrationZendeskSourcePropertiesPtrOutputWithContext

func (i IntegrationZendeskSourcePropertiesArgs) ToIntegrationZendeskSourcePropertiesPtrOutputWithContext(ctx context.Context) IntegrationZendeskSourcePropertiesPtrOutput

func (IntegrationZendeskSourcePropertiesArgs) ToOutput added in v0.76.0

type IntegrationZendeskSourcePropertiesInput

type IntegrationZendeskSourcePropertiesInput interface {
	pulumi.Input

	ToIntegrationZendeskSourcePropertiesOutput() IntegrationZendeskSourcePropertiesOutput
	ToIntegrationZendeskSourcePropertiesOutputWithContext(context.Context) IntegrationZendeskSourcePropertiesOutput
}

IntegrationZendeskSourcePropertiesInput is an input type that accepts IntegrationZendeskSourcePropertiesArgs and IntegrationZendeskSourcePropertiesOutput values. You can construct a concrete instance of `IntegrationZendeskSourcePropertiesInput` via:

IntegrationZendeskSourcePropertiesArgs{...}

type IntegrationZendeskSourcePropertiesOutput

type IntegrationZendeskSourcePropertiesOutput struct{ *pulumi.OutputState }

func (IntegrationZendeskSourcePropertiesOutput) ElementType

func (IntegrationZendeskSourcePropertiesOutput) Object

func (IntegrationZendeskSourcePropertiesOutput) ToIntegrationZendeskSourcePropertiesOutput

func (o IntegrationZendeskSourcePropertiesOutput) ToIntegrationZendeskSourcePropertiesOutput() IntegrationZendeskSourcePropertiesOutput

func (IntegrationZendeskSourcePropertiesOutput) ToIntegrationZendeskSourcePropertiesOutputWithContext

func (o IntegrationZendeskSourcePropertiesOutput) ToIntegrationZendeskSourcePropertiesOutputWithContext(ctx context.Context) IntegrationZendeskSourcePropertiesOutput

func (IntegrationZendeskSourcePropertiesOutput) ToIntegrationZendeskSourcePropertiesPtrOutput

func (o IntegrationZendeskSourcePropertiesOutput) ToIntegrationZendeskSourcePropertiesPtrOutput() IntegrationZendeskSourcePropertiesPtrOutput

func (IntegrationZendeskSourcePropertiesOutput) ToIntegrationZendeskSourcePropertiesPtrOutputWithContext

func (o IntegrationZendeskSourcePropertiesOutput) ToIntegrationZendeskSourcePropertiesPtrOutputWithContext(ctx context.Context) IntegrationZendeskSourcePropertiesPtrOutput

func (IntegrationZendeskSourcePropertiesOutput) ToOutput added in v0.76.0

type IntegrationZendeskSourcePropertiesPtrInput

type IntegrationZendeskSourcePropertiesPtrInput interface {
	pulumi.Input

	ToIntegrationZendeskSourcePropertiesPtrOutput() IntegrationZendeskSourcePropertiesPtrOutput
	ToIntegrationZendeskSourcePropertiesPtrOutputWithContext(context.Context) IntegrationZendeskSourcePropertiesPtrOutput
}

IntegrationZendeskSourcePropertiesPtrInput is an input type that accepts IntegrationZendeskSourcePropertiesArgs, IntegrationZendeskSourcePropertiesPtr and IntegrationZendeskSourcePropertiesPtrOutput values. You can construct a concrete instance of `IntegrationZendeskSourcePropertiesPtrInput` via:

        IntegrationZendeskSourcePropertiesArgs{...}

or:

        nil

type IntegrationZendeskSourcePropertiesPtrOutput

type IntegrationZendeskSourcePropertiesPtrOutput struct{ *pulumi.OutputState }

func (IntegrationZendeskSourcePropertiesPtrOutput) Elem

func (IntegrationZendeskSourcePropertiesPtrOutput) ElementType

func (IntegrationZendeskSourcePropertiesPtrOutput) Object

func (IntegrationZendeskSourcePropertiesPtrOutput) ToIntegrationZendeskSourcePropertiesPtrOutput

func (o IntegrationZendeskSourcePropertiesPtrOutput) ToIntegrationZendeskSourcePropertiesPtrOutput() IntegrationZendeskSourcePropertiesPtrOutput

func (IntegrationZendeskSourcePropertiesPtrOutput) ToIntegrationZendeskSourcePropertiesPtrOutputWithContext

func (o IntegrationZendeskSourcePropertiesPtrOutput) ToIntegrationZendeskSourcePropertiesPtrOutputWithContext(ctx context.Context) IntegrationZendeskSourcePropertiesPtrOutput

func (IntegrationZendeskSourcePropertiesPtrOutput) ToOutput added in v0.76.0

type LookupCalculatedAttributeDefinitionArgs added in v0.66.0

type LookupCalculatedAttributeDefinitionArgs struct {
	CalculatedAttributeName string `pulumi:"calculatedAttributeName"`
	DomainName              string `pulumi:"domainName"`
}

type LookupCalculatedAttributeDefinitionOutputArgs added in v0.66.0

type LookupCalculatedAttributeDefinitionOutputArgs struct {
	CalculatedAttributeName pulumi.StringInput `pulumi:"calculatedAttributeName"`
	DomainName              pulumi.StringInput `pulumi:"domainName"`
}

func (LookupCalculatedAttributeDefinitionOutputArgs) ElementType added in v0.66.0

type LookupCalculatedAttributeDefinitionResult added in v0.66.0

type LookupCalculatedAttributeDefinitionResult struct {
	AttributeDetails *CalculatedAttributeDefinitionAttributeDetails `pulumi:"attributeDetails"`
	Conditions       *CalculatedAttributeDefinitionConditions       `pulumi:"conditions"`
	// The timestamp of when the calculated attribute definition was created.
	CreatedAt   *string `pulumi:"createdAt"`
	Description *string `pulumi:"description"`
	DisplayName *string `pulumi:"displayName"`
	// The timestamp of when the calculated attribute definition was most recently edited.
	LastUpdatedAt *string                                 `pulumi:"lastUpdatedAt"`
	Statistic     *CalculatedAttributeDefinitionStatistic `pulumi:"statistic"`
	Tags          []CalculatedAttributeDefinitionTag      `pulumi:"tags"`
}

func LookupCalculatedAttributeDefinition added in v0.66.0

A calculated attribute definition for Customer Profiles

type LookupCalculatedAttributeDefinitionResultOutput added in v0.66.0

type LookupCalculatedAttributeDefinitionResultOutput struct{ *pulumi.OutputState }

func (LookupCalculatedAttributeDefinitionResultOutput) AttributeDetails added in v0.66.0

func (LookupCalculatedAttributeDefinitionResultOutput) Conditions added in v0.66.0

func (LookupCalculatedAttributeDefinitionResultOutput) CreatedAt added in v0.66.0

The timestamp of when the calculated attribute definition was created.

func (LookupCalculatedAttributeDefinitionResultOutput) Description added in v0.66.0

func (LookupCalculatedAttributeDefinitionResultOutput) DisplayName added in v0.66.0

func (LookupCalculatedAttributeDefinitionResultOutput) ElementType added in v0.66.0

func (LookupCalculatedAttributeDefinitionResultOutput) LastUpdatedAt added in v0.66.0

The timestamp of when the calculated attribute definition was most recently edited.

func (LookupCalculatedAttributeDefinitionResultOutput) Statistic added in v0.66.0

func (LookupCalculatedAttributeDefinitionResultOutput) Tags added in v0.66.0

func (LookupCalculatedAttributeDefinitionResultOutput) ToLookupCalculatedAttributeDefinitionResultOutput added in v0.66.0

func (o LookupCalculatedAttributeDefinitionResultOutput) ToLookupCalculatedAttributeDefinitionResultOutput() LookupCalculatedAttributeDefinitionResultOutput

func (LookupCalculatedAttributeDefinitionResultOutput) ToLookupCalculatedAttributeDefinitionResultOutputWithContext added in v0.66.0

func (o LookupCalculatedAttributeDefinitionResultOutput) ToLookupCalculatedAttributeDefinitionResultOutputWithContext(ctx context.Context) LookupCalculatedAttributeDefinitionResultOutput

func (LookupCalculatedAttributeDefinitionResultOutput) ToOutput added in v0.76.0

type LookupDomainArgs added in v0.12.0

type LookupDomainArgs struct {
	// The unique name of the domain.
	DomainName string `pulumi:"domainName"`
}

type LookupDomainOutputArgs added in v0.12.0

type LookupDomainOutputArgs struct {
	// The unique name of the domain.
	DomainName pulumi.StringInput `pulumi:"domainName"`
}

func (LookupDomainOutputArgs) ElementType added in v0.12.0

func (LookupDomainOutputArgs) ElementType() reflect.Type

type LookupDomainResult added in v0.12.0

type LookupDomainResult struct {
	// The time of this integration got created
	CreatedAt *string `pulumi:"createdAt"`
	// The URL of the SQS dead letter queue
	DeadLetterQueueUrl *string `pulumi:"deadLetterQueueUrl"`
	// The default encryption key
	DefaultEncryptionKey *string `pulumi:"defaultEncryptionKey"`
	// The default number of days until the data within the domain expires.
	DefaultExpirationDays *int `pulumi:"defaultExpirationDays"`
	// The time of this integration got last updated at
	LastUpdatedAt *string `pulumi:"lastUpdatedAt"`
	// The tags (keys and values) associated with the domain
	Tags []DomainTag `pulumi:"tags"`
}

func LookupDomain added in v0.12.0

func LookupDomain(ctx *pulumi.Context, args *LookupDomainArgs, opts ...pulumi.InvokeOption) (*LookupDomainResult, error)

A domain defined for 3rd party data source in Profile Service

type LookupDomainResultOutput added in v0.12.0

type LookupDomainResultOutput struct{ *pulumi.OutputState }

func LookupDomainOutput added in v0.12.0

func LookupDomainOutput(ctx *pulumi.Context, args LookupDomainOutputArgs, opts ...pulumi.InvokeOption) LookupDomainResultOutput

func (LookupDomainResultOutput) CreatedAt added in v0.12.0

The time of this integration got created

func (LookupDomainResultOutput) DeadLetterQueueUrl added in v0.12.0

func (o LookupDomainResultOutput) DeadLetterQueueUrl() pulumi.StringPtrOutput

The URL of the SQS dead letter queue

func (LookupDomainResultOutput) DefaultEncryptionKey added in v0.12.0

func (o LookupDomainResultOutput) DefaultEncryptionKey() pulumi.StringPtrOutput

The default encryption key

func (LookupDomainResultOutput) DefaultExpirationDays added in v0.12.0

func (o LookupDomainResultOutput) DefaultExpirationDays() pulumi.IntPtrOutput

The default number of days until the data within the domain expires.

func (LookupDomainResultOutput) ElementType added in v0.12.0

func (LookupDomainResultOutput) ElementType() reflect.Type

func (LookupDomainResultOutput) LastUpdatedAt added in v0.12.0

The time of this integration got last updated at

func (LookupDomainResultOutput) Tags added in v0.12.0

The tags (keys and values) associated with the domain

func (LookupDomainResultOutput) ToLookupDomainResultOutput added in v0.12.0

func (o LookupDomainResultOutput) ToLookupDomainResultOutput() LookupDomainResultOutput

func (LookupDomainResultOutput) ToLookupDomainResultOutputWithContext added in v0.12.0

func (o LookupDomainResultOutput) ToLookupDomainResultOutputWithContext(ctx context.Context) LookupDomainResultOutput

func (LookupDomainResultOutput) ToOutput added in v0.76.0

type LookupEventStreamArgs added in v0.66.0

type LookupEventStreamArgs struct {
	// The unique name of the domain.
	DomainName string `pulumi:"domainName"`
	// The name of the event stream.
	EventStreamName string `pulumi:"eventStreamName"`
}

type LookupEventStreamOutputArgs added in v0.66.0

type LookupEventStreamOutputArgs struct {
	// The unique name of the domain.
	DomainName pulumi.StringInput `pulumi:"domainName"`
	// The name of the event stream.
	EventStreamName pulumi.StringInput `pulumi:"eventStreamName"`
}

func (LookupEventStreamOutputArgs) ElementType added in v0.66.0

type LookupEventStreamResult added in v0.66.0

type LookupEventStreamResult struct {
	// The timestamp of when the export was created.
	CreatedAt *string `pulumi:"createdAt"`
	// Details regarding the Kinesis stream.
	DestinationDetails *DestinationDetailsProperties `pulumi:"destinationDetails"`
	// A unique identifier for the event stream.
	EventStreamArn *string `pulumi:"eventStreamArn"`
	// The operational state of destination stream for export.
	State *EventStreamStateEnum `pulumi:"state"`
	// The tags used to organize, track, or control access for this resource.
	Tags []EventStreamTag `pulumi:"tags"`
}

func LookupEventStream added in v0.66.0

func LookupEventStream(ctx *pulumi.Context, args *LookupEventStreamArgs, opts ...pulumi.InvokeOption) (*LookupEventStreamResult, error)

An Event Stream resource of Amazon Connect Customer Profiles

type LookupEventStreamResultOutput added in v0.66.0

type LookupEventStreamResultOutput struct{ *pulumi.OutputState }

func LookupEventStreamOutput added in v0.66.0

func (LookupEventStreamResultOutput) CreatedAt added in v0.66.0

The timestamp of when the export was created.

func (LookupEventStreamResultOutput) DestinationDetails added in v0.66.0

Details regarding the Kinesis stream.

func (LookupEventStreamResultOutput) ElementType added in v0.66.0

func (LookupEventStreamResultOutput) EventStreamArn added in v0.66.0

A unique identifier for the event stream.

func (LookupEventStreamResultOutput) State added in v0.66.0

The operational state of destination stream for export.

func (LookupEventStreamResultOutput) Tags added in v0.66.0

The tags used to organize, track, or control access for this resource.

func (LookupEventStreamResultOutput) ToLookupEventStreamResultOutput added in v0.66.0

func (o LookupEventStreamResultOutput) ToLookupEventStreamResultOutput() LookupEventStreamResultOutput

func (LookupEventStreamResultOutput) ToLookupEventStreamResultOutputWithContext added in v0.66.0

func (o LookupEventStreamResultOutput) ToLookupEventStreamResultOutputWithContext(ctx context.Context) LookupEventStreamResultOutput

func (LookupEventStreamResultOutput) ToOutput added in v0.76.0

type LookupIntegrationArgs added in v0.12.0

type LookupIntegrationArgs struct {
	// The unique name of the domain.
	DomainName string `pulumi:"domainName"`
	// The URI of the S3 bucket or any other type of data source.
	Uri string `pulumi:"uri"`
}

type LookupIntegrationOutputArgs added in v0.12.0

type LookupIntegrationOutputArgs struct {
	// The unique name of the domain.
	DomainName pulumi.StringInput `pulumi:"domainName"`
	// The URI of the S3 bucket or any other type of data source.
	Uri pulumi.StringInput `pulumi:"uri"`
}

func (LookupIntegrationOutputArgs) ElementType added in v0.12.0

type LookupIntegrationResult added in v0.12.0

type LookupIntegrationResult struct {
	// The time of this integration got created
	CreatedAt *string `pulumi:"createdAt"`
	// The time of this integration got last updated at
	LastUpdatedAt *string `pulumi:"lastUpdatedAt"`
	// The name of the ObjectType defined for the 3rd party data in Profile Service
	ObjectTypeName *string `pulumi:"objectTypeName"`
	// The mapping between 3rd party event types and ObjectType names
	ObjectTypeNames []IntegrationObjectTypeMapping `pulumi:"objectTypeNames"`
	// The tags (keys and values) associated with the integration
	Tags []IntegrationTag `pulumi:"tags"`
}

func LookupIntegration added in v0.12.0

func LookupIntegration(ctx *pulumi.Context, args *LookupIntegrationArgs, opts ...pulumi.InvokeOption) (*LookupIntegrationResult, error)

The resource schema for creating an Amazon Connect Customer Profiles Integration.

type LookupIntegrationResultOutput added in v0.12.0

type LookupIntegrationResultOutput struct{ *pulumi.OutputState }

func LookupIntegrationOutput added in v0.12.0

func (LookupIntegrationResultOutput) CreatedAt added in v0.12.0

The time of this integration got created

func (LookupIntegrationResultOutput) ElementType added in v0.12.0

func (LookupIntegrationResultOutput) LastUpdatedAt added in v0.12.0

The time of this integration got last updated at

func (LookupIntegrationResultOutput) ObjectTypeName added in v0.12.0

The name of the ObjectType defined for the 3rd party data in Profile Service

func (LookupIntegrationResultOutput) ObjectTypeNames added in v0.12.0

The mapping between 3rd party event types and ObjectType names

func (LookupIntegrationResultOutput) Tags added in v0.12.0

The tags (keys and values) associated with the integration

func (LookupIntegrationResultOutput) ToLookupIntegrationResultOutput added in v0.12.0

func (o LookupIntegrationResultOutput) ToLookupIntegrationResultOutput() LookupIntegrationResultOutput

func (LookupIntegrationResultOutput) ToLookupIntegrationResultOutputWithContext added in v0.12.0

func (o LookupIntegrationResultOutput) ToLookupIntegrationResultOutputWithContext(ctx context.Context) LookupIntegrationResultOutput

func (LookupIntegrationResultOutput) ToOutput added in v0.76.0

type LookupObjectTypeArgs added in v0.12.0

type LookupObjectTypeArgs struct {
	// The unique name of the domain.
	DomainName string `pulumi:"domainName"`
	// The name of the profile object type.
	ObjectTypeName string `pulumi:"objectTypeName"`
}

type LookupObjectTypeOutputArgs added in v0.12.0

type LookupObjectTypeOutputArgs struct {
	// The unique name of the domain.
	DomainName pulumi.StringInput `pulumi:"domainName"`
	// The name of the profile object type.
	ObjectTypeName pulumi.StringInput `pulumi:"objectTypeName"`
}

func (LookupObjectTypeOutputArgs) ElementType added in v0.12.0

func (LookupObjectTypeOutputArgs) ElementType() reflect.Type

type LookupObjectTypeResult added in v0.12.0

type LookupObjectTypeResult struct {
	// Indicates whether a profile should be created when data is received.
	AllowProfileCreation *bool `pulumi:"allowProfileCreation"`
	// The time of this integration got created.
	CreatedAt *string `pulumi:"createdAt"`
	// Description of the profile object type.
	Description *string `pulumi:"description"`
	// The default encryption key
	EncryptionKey *string `pulumi:"encryptionKey"`
	// The default number of days until the data within the domain expires.
	ExpirationDays *int `pulumi:"expirationDays"`
	// A list of the name and ObjectType field.
	Fields []ObjectTypeFieldMap `pulumi:"fields"`
	// A list of unique keys that can be used to map data to the profile.
	Keys []ObjectTypeKeyMap `pulumi:"keys"`
	// The time of this integration got last updated at.
	LastUpdatedAt *string `pulumi:"lastUpdatedAt"`
	// The format of your sourceLastUpdatedTimestamp that was previously set up.
	SourceLastUpdatedTimestampFormat *string `pulumi:"sourceLastUpdatedTimestampFormat"`
	// The tags (keys and values) associated with the integration.
	Tags []ObjectTypeTag `pulumi:"tags"`
	// A unique identifier for the object template.
	TemplateId *string `pulumi:"templateId"`
}

func LookupObjectType added in v0.12.0

func LookupObjectType(ctx *pulumi.Context, args *LookupObjectTypeArgs, opts ...pulumi.InvokeOption) (*LookupObjectTypeResult, error)

An ObjectType resource of Amazon Connect Customer Profiles

type LookupObjectTypeResultOutput added in v0.12.0

type LookupObjectTypeResultOutput struct{ *pulumi.OutputState }

func LookupObjectTypeOutput added in v0.12.0

func (LookupObjectTypeResultOutput) AllowProfileCreation added in v0.12.0

func (o LookupObjectTypeResultOutput) AllowProfileCreation() pulumi.BoolPtrOutput

Indicates whether a profile should be created when data is received.

func (LookupObjectTypeResultOutput) CreatedAt added in v0.12.0

The time of this integration got created.

func (LookupObjectTypeResultOutput) Description added in v0.12.0

Description of the profile object type.

func (LookupObjectTypeResultOutput) ElementType added in v0.12.0

func (LookupObjectTypeResultOutput) EncryptionKey added in v0.12.0

The default encryption key

func (LookupObjectTypeResultOutput) ExpirationDays added in v0.12.0

The default number of days until the data within the domain expires.

func (LookupObjectTypeResultOutput) Fields added in v0.12.0

A list of the name and ObjectType field.

func (LookupObjectTypeResultOutput) Keys added in v0.12.0

A list of unique keys that can be used to map data to the profile.

func (LookupObjectTypeResultOutput) LastUpdatedAt added in v0.12.0

The time of this integration got last updated at.

func (LookupObjectTypeResultOutput) SourceLastUpdatedTimestampFormat added in v0.76.0

func (o LookupObjectTypeResultOutput) SourceLastUpdatedTimestampFormat() pulumi.StringPtrOutput

The format of your sourceLastUpdatedTimestamp that was previously set up.

func (LookupObjectTypeResultOutput) Tags added in v0.12.0

The tags (keys and values) associated with the integration.

func (LookupObjectTypeResultOutput) TemplateId added in v0.12.0

A unique identifier for the object template.

func (LookupObjectTypeResultOutput) ToLookupObjectTypeResultOutput added in v0.12.0

func (o LookupObjectTypeResultOutput) ToLookupObjectTypeResultOutput() LookupObjectTypeResultOutput

func (LookupObjectTypeResultOutput) ToLookupObjectTypeResultOutputWithContext added in v0.12.0

func (o LookupObjectTypeResultOutput) ToLookupObjectTypeResultOutputWithContext(ctx context.Context) LookupObjectTypeResultOutput

func (LookupObjectTypeResultOutput) ToOutput added in v0.76.0

type ObjectType

type ObjectType struct {
	pulumi.CustomResourceState

	// Indicates whether a profile should be created when data is received.
	AllowProfileCreation pulumi.BoolPtrOutput `pulumi:"allowProfileCreation"`
	// The time of this integration got created.
	CreatedAt pulumi.StringOutput `pulumi:"createdAt"`
	// Description of the profile object type.
	Description pulumi.StringPtrOutput `pulumi:"description"`
	// The unique name of the domain.
	DomainName pulumi.StringOutput `pulumi:"domainName"`
	// The default encryption key
	EncryptionKey pulumi.StringPtrOutput `pulumi:"encryptionKey"`
	// The default number of days until the data within the domain expires.
	ExpirationDays pulumi.IntPtrOutput `pulumi:"expirationDays"`
	// A list of the name and ObjectType field.
	Fields ObjectTypeFieldMapArrayOutput `pulumi:"fields"`
	// A list of unique keys that can be used to map data to the profile.
	Keys ObjectTypeKeyMapArrayOutput `pulumi:"keys"`
	// The time of this integration got last updated at.
	LastUpdatedAt pulumi.StringOutput `pulumi:"lastUpdatedAt"`
	// The name of the profile object type.
	ObjectTypeName pulumi.StringPtrOutput `pulumi:"objectTypeName"`
	// The format of your sourceLastUpdatedTimestamp that was previously set up.
	SourceLastUpdatedTimestampFormat pulumi.StringPtrOutput `pulumi:"sourceLastUpdatedTimestampFormat"`
	// The tags (keys and values) associated with the integration.
	Tags ObjectTypeTagArrayOutput `pulumi:"tags"`
	// A unique identifier for the object template.
	TemplateId pulumi.StringPtrOutput `pulumi:"templateId"`
}

An ObjectType resource of Amazon Connect Customer Profiles

func GetObjectType

func GetObjectType(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *ObjectTypeState, opts ...pulumi.ResourceOption) (*ObjectType, error)

GetObjectType gets an existing ObjectType resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewObjectType

func NewObjectType(ctx *pulumi.Context,
	name string, args *ObjectTypeArgs, opts ...pulumi.ResourceOption) (*ObjectType, error)

NewObjectType registers a new resource with the given unique name, arguments, and options.

func (*ObjectType) ElementType

func (*ObjectType) ElementType() reflect.Type

func (*ObjectType) ToObjectTypeOutput

func (i *ObjectType) ToObjectTypeOutput() ObjectTypeOutput

func (*ObjectType) ToObjectTypeOutputWithContext

func (i *ObjectType) ToObjectTypeOutputWithContext(ctx context.Context) ObjectTypeOutput

func (*ObjectType) ToOutput added in v0.76.0

func (i *ObjectType) ToOutput(ctx context.Context) pulumix.Output[*ObjectType]

type ObjectTypeArgs

type ObjectTypeArgs struct {
	// Indicates whether a profile should be created when data is received.
	AllowProfileCreation pulumi.BoolPtrInput
	// Description of the profile object type.
	Description pulumi.StringPtrInput
	// The unique name of the domain.
	DomainName pulumi.StringInput
	// The default encryption key
	EncryptionKey pulumi.StringPtrInput
	// The default number of days until the data within the domain expires.
	ExpirationDays pulumi.IntPtrInput
	// A list of the name and ObjectType field.
	Fields ObjectTypeFieldMapArrayInput
	// A list of unique keys that can be used to map data to the profile.
	Keys ObjectTypeKeyMapArrayInput
	// The name of the profile object type.
	ObjectTypeName pulumi.StringPtrInput
	// The format of your sourceLastUpdatedTimestamp that was previously set up.
	SourceLastUpdatedTimestampFormat pulumi.StringPtrInput
	// The tags (keys and values) associated with the integration.
	Tags ObjectTypeTagArrayInput
	// A unique identifier for the object template.
	TemplateId pulumi.StringPtrInput
}

The set of arguments for constructing a ObjectType resource.

func (ObjectTypeArgs) ElementType

func (ObjectTypeArgs) ElementType() reflect.Type

type ObjectTypeField added in v0.2.0

type ObjectTypeField struct {
	// The content type of the field. Used for determining equality when searching.
	ContentType *ObjectTypeFieldContentType `pulumi:"contentType"`
	// A field of a ProfileObject. For example: _source.FirstName, where "_source" is a ProfileObjectType of a Zendesk user and "FirstName" is a field in that ObjectType.
	Source *string `pulumi:"source"`
	// The location of the data in the standard ProfileObject model. For example: _profile.Address.PostalCode.
	Target *string `pulumi:"target"`
}

Represents a field in a ProfileObjectType.

type ObjectTypeFieldArgs added in v0.2.0

type ObjectTypeFieldArgs struct {
	// The content type of the field. Used for determining equality when searching.
	ContentType ObjectTypeFieldContentTypePtrInput `pulumi:"contentType"`
	// A field of a ProfileObject. For example: _source.FirstName, where "_source" is a ProfileObjectType of a Zendesk user and "FirstName" is a field in that ObjectType.
	Source pulumi.StringPtrInput `pulumi:"source"`
	// The location of the data in the standard ProfileObject model. For example: _profile.Address.PostalCode.
	Target pulumi.StringPtrInput `pulumi:"target"`
}

Represents a field in a ProfileObjectType.

func (ObjectTypeFieldArgs) ElementType added in v0.2.0

func (ObjectTypeFieldArgs) ElementType() reflect.Type

func (ObjectTypeFieldArgs) ToObjectTypeFieldOutput added in v0.2.0

func (i ObjectTypeFieldArgs) ToObjectTypeFieldOutput() ObjectTypeFieldOutput

func (ObjectTypeFieldArgs) ToObjectTypeFieldOutputWithContext added in v0.2.0

func (i ObjectTypeFieldArgs) ToObjectTypeFieldOutputWithContext(ctx context.Context) ObjectTypeFieldOutput

func (ObjectTypeFieldArgs) ToObjectTypeFieldPtrOutput added in v0.2.0

func (i ObjectTypeFieldArgs) ToObjectTypeFieldPtrOutput() ObjectTypeFieldPtrOutput

func (ObjectTypeFieldArgs) ToObjectTypeFieldPtrOutputWithContext added in v0.2.0

func (i ObjectTypeFieldArgs) ToObjectTypeFieldPtrOutputWithContext(ctx context.Context) ObjectTypeFieldPtrOutput

func (ObjectTypeFieldArgs) ToOutput added in v0.76.0

type ObjectTypeFieldContentType added in v0.2.0

type ObjectTypeFieldContentType string

The content type of the field. Used for determining equality when searching.

func (ObjectTypeFieldContentType) ElementType added in v0.2.0

func (ObjectTypeFieldContentType) ElementType() reflect.Type

func (ObjectTypeFieldContentType) ToObjectTypeFieldContentTypeOutput added in v0.2.0

func (e ObjectTypeFieldContentType) ToObjectTypeFieldContentTypeOutput() ObjectTypeFieldContentTypeOutput

func (ObjectTypeFieldContentType) ToObjectTypeFieldContentTypeOutputWithContext added in v0.2.0

func (e ObjectTypeFieldContentType) ToObjectTypeFieldContentTypeOutputWithContext(ctx context.Context) ObjectTypeFieldContentTypeOutput

func (ObjectTypeFieldContentType) ToObjectTypeFieldContentTypePtrOutput added in v0.2.0

func (e ObjectTypeFieldContentType) ToObjectTypeFieldContentTypePtrOutput() ObjectTypeFieldContentTypePtrOutput

func (ObjectTypeFieldContentType) ToObjectTypeFieldContentTypePtrOutputWithContext added in v0.2.0

func (e ObjectTypeFieldContentType) ToObjectTypeFieldContentTypePtrOutputWithContext(ctx context.Context) ObjectTypeFieldContentTypePtrOutput

func (ObjectTypeFieldContentType) ToStringOutput added in v0.2.0

func (e ObjectTypeFieldContentType) ToStringOutput() pulumi.StringOutput

func (ObjectTypeFieldContentType) ToStringOutputWithContext added in v0.2.0

func (e ObjectTypeFieldContentType) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (ObjectTypeFieldContentType) ToStringPtrOutput added in v0.2.0

func (e ObjectTypeFieldContentType) ToStringPtrOutput() pulumi.StringPtrOutput

func (ObjectTypeFieldContentType) ToStringPtrOutputWithContext added in v0.2.0

func (e ObjectTypeFieldContentType) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type ObjectTypeFieldContentTypeInput added in v0.2.0

type ObjectTypeFieldContentTypeInput interface {
	pulumi.Input

	ToObjectTypeFieldContentTypeOutput() ObjectTypeFieldContentTypeOutput
	ToObjectTypeFieldContentTypeOutputWithContext(context.Context) ObjectTypeFieldContentTypeOutput
}

ObjectTypeFieldContentTypeInput is an input type that accepts ObjectTypeFieldContentTypeArgs and ObjectTypeFieldContentTypeOutput values. You can construct a concrete instance of `ObjectTypeFieldContentTypeInput` via:

ObjectTypeFieldContentTypeArgs{...}

type ObjectTypeFieldContentTypeOutput added in v0.2.0

type ObjectTypeFieldContentTypeOutput struct{ *pulumi.OutputState }

func (ObjectTypeFieldContentTypeOutput) ElementType added in v0.2.0

func (ObjectTypeFieldContentTypeOutput) ToObjectTypeFieldContentTypeOutput added in v0.2.0

func (o ObjectTypeFieldContentTypeOutput) ToObjectTypeFieldContentTypeOutput() ObjectTypeFieldContentTypeOutput

func (ObjectTypeFieldContentTypeOutput) ToObjectTypeFieldContentTypeOutputWithContext added in v0.2.0

func (o ObjectTypeFieldContentTypeOutput) ToObjectTypeFieldContentTypeOutputWithContext(ctx context.Context) ObjectTypeFieldContentTypeOutput

func (ObjectTypeFieldContentTypeOutput) ToObjectTypeFieldContentTypePtrOutput added in v0.2.0

func (o ObjectTypeFieldContentTypeOutput) ToObjectTypeFieldContentTypePtrOutput() ObjectTypeFieldContentTypePtrOutput

func (ObjectTypeFieldContentTypeOutput) ToObjectTypeFieldContentTypePtrOutputWithContext added in v0.2.0

func (o ObjectTypeFieldContentTypeOutput) ToObjectTypeFieldContentTypePtrOutputWithContext(ctx context.Context) ObjectTypeFieldContentTypePtrOutput

func (ObjectTypeFieldContentTypeOutput) ToOutput added in v0.76.0

func (ObjectTypeFieldContentTypeOutput) ToStringOutput added in v0.2.0

func (ObjectTypeFieldContentTypeOutput) ToStringOutputWithContext added in v0.2.0

func (o ObjectTypeFieldContentTypeOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (ObjectTypeFieldContentTypeOutput) ToStringPtrOutput added in v0.2.0

func (ObjectTypeFieldContentTypeOutput) ToStringPtrOutputWithContext added in v0.2.0

func (o ObjectTypeFieldContentTypeOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type ObjectTypeFieldContentTypePtrInput added in v0.2.0

type ObjectTypeFieldContentTypePtrInput interface {
	pulumi.Input

	ToObjectTypeFieldContentTypePtrOutput() ObjectTypeFieldContentTypePtrOutput
	ToObjectTypeFieldContentTypePtrOutputWithContext(context.Context) ObjectTypeFieldContentTypePtrOutput
}

func ObjectTypeFieldContentTypePtr added in v0.2.0

func ObjectTypeFieldContentTypePtr(v string) ObjectTypeFieldContentTypePtrInput

type ObjectTypeFieldContentTypePtrOutput added in v0.2.0

type ObjectTypeFieldContentTypePtrOutput struct{ *pulumi.OutputState }

func (ObjectTypeFieldContentTypePtrOutput) Elem added in v0.2.0

func (ObjectTypeFieldContentTypePtrOutput) ElementType added in v0.2.0

func (ObjectTypeFieldContentTypePtrOutput) ToObjectTypeFieldContentTypePtrOutput added in v0.2.0

func (o ObjectTypeFieldContentTypePtrOutput) ToObjectTypeFieldContentTypePtrOutput() ObjectTypeFieldContentTypePtrOutput

func (ObjectTypeFieldContentTypePtrOutput) ToObjectTypeFieldContentTypePtrOutputWithContext added in v0.2.0

func (o ObjectTypeFieldContentTypePtrOutput) ToObjectTypeFieldContentTypePtrOutputWithContext(ctx context.Context) ObjectTypeFieldContentTypePtrOutput

func (ObjectTypeFieldContentTypePtrOutput) ToOutput added in v0.76.0

func (ObjectTypeFieldContentTypePtrOutput) ToStringPtrOutput added in v0.2.0

func (ObjectTypeFieldContentTypePtrOutput) ToStringPtrOutputWithContext added in v0.2.0

func (o ObjectTypeFieldContentTypePtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type ObjectTypeFieldInput added in v0.2.0

type ObjectTypeFieldInput interface {
	pulumi.Input

	ToObjectTypeFieldOutput() ObjectTypeFieldOutput
	ToObjectTypeFieldOutputWithContext(context.Context) ObjectTypeFieldOutput
}

ObjectTypeFieldInput is an input type that accepts ObjectTypeFieldArgs and ObjectTypeFieldOutput values. You can construct a concrete instance of `ObjectTypeFieldInput` via:

ObjectTypeFieldArgs{...}

type ObjectTypeFieldMap

type ObjectTypeFieldMap struct {
	Name            *string          `pulumi:"name"`
	ObjectTypeField *ObjectTypeField `pulumi:"objectTypeField"`
}

type ObjectTypeFieldMapArgs

type ObjectTypeFieldMapArgs struct {
	Name            pulumi.StringPtrInput   `pulumi:"name"`
	ObjectTypeField ObjectTypeFieldPtrInput `pulumi:"objectTypeField"`
}

func (ObjectTypeFieldMapArgs) ElementType

func (ObjectTypeFieldMapArgs) ElementType() reflect.Type

func (ObjectTypeFieldMapArgs) ToObjectTypeFieldMapOutput

func (i ObjectTypeFieldMapArgs) ToObjectTypeFieldMapOutput() ObjectTypeFieldMapOutput

func (ObjectTypeFieldMapArgs) ToObjectTypeFieldMapOutputWithContext

func (i ObjectTypeFieldMapArgs) ToObjectTypeFieldMapOutputWithContext(ctx context.Context) ObjectTypeFieldMapOutput

func (ObjectTypeFieldMapArgs) ToOutput added in v0.76.0

type ObjectTypeFieldMapArray

type ObjectTypeFieldMapArray []ObjectTypeFieldMapInput

func (ObjectTypeFieldMapArray) ElementType

func (ObjectTypeFieldMapArray) ElementType() reflect.Type

func (ObjectTypeFieldMapArray) ToObjectTypeFieldMapArrayOutput

func (i ObjectTypeFieldMapArray) ToObjectTypeFieldMapArrayOutput() ObjectTypeFieldMapArrayOutput

func (ObjectTypeFieldMapArray) ToObjectTypeFieldMapArrayOutputWithContext

func (i ObjectTypeFieldMapArray) ToObjectTypeFieldMapArrayOutputWithContext(ctx context.Context) ObjectTypeFieldMapArrayOutput

func (ObjectTypeFieldMapArray) ToOutput added in v0.76.0

type ObjectTypeFieldMapArrayInput

type ObjectTypeFieldMapArrayInput interface {
	pulumi.Input

	ToObjectTypeFieldMapArrayOutput() ObjectTypeFieldMapArrayOutput
	ToObjectTypeFieldMapArrayOutputWithContext(context.Context) ObjectTypeFieldMapArrayOutput
}

ObjectTypeFieldMapArrayInput is an input type that accepts ObjectTypeFieldMapArray and ObjectTypeFieldMapArrayOutput values. You can construct a concrete instance of `ObjectTypeFieldMapArrayInput` via:

ObjectTypeFieldMapArray{ ObjectTypeFieldMapArgs{...} }

type ObjectTypeFieldMapArrayOutput

type ObjectTypeFieldMapArrayOutput struct{ *pulumi.OutputState }

func (ObjectTypeFieldMapArrayOutput) ElementType

func (ObjectTypeFieldMapArrayOutput) Index

func (ObjectTypeFieldMapArrayOutput) ToObjectTypeFieldMapArrayOutput

func (o ObjectTypeFieldMapArrayOutput) ToObjectTypeFieldMapArrayOutput() ObjectTypeFieldMapArrayOutput

func (ObjectTypeFieldMapArrayOutput) ToObjectTypeFieldMapArrayOutputWithContext

func (o ObjectTypeFieldMapArrayOutput) ToObjectTypeFieldMapArrayOutputWithContext(ctx context.Context) ObjectTypeFieldMapArrayOutput

func (ObjectTypeFieldMapArrayOutput) ToOutput added in v0.76.0

type ObjectTypeFieldMapInput

type ObjectTypeFieldMapInput interface {
	pulumi.Input

	ToObjectTypeFieldMapOutput() ObjectTypeFieldMapOutput
	ToObjectTypeFieldMapOutputWithContext(context.Context) ObjectTypeFieldMapOutput
}

ObjectTypeFieldMapInput is an input type that accepts ObjectTypeFieldMap and ObjectTypeFieldMapOutput values. You can construct a concrete instance of `ObjectTypeFieldMapInput` via:

ObjectTypeFieldMap{ "key": ObjectTypeFieldArgs{...} }

type ObjectTypeFieldMapOutput

type ObjectTypeFieldMapOutput struct{ *pulumi.OutputState }

func (ObjectTypeFieldMapOutput) ElementType

func (ObjectTypeFieldMapOutput) ElementType() reflect.Type

func (ObjectTypeFieldMapOutput) Name

func (ObjectTypeFieldMapOutput) ObjectTypeField

func (ObjectTypeFieldMapOutput) ToObjectTypeFieldMapOutput

func (o ObjectTypeFieldMapOutput) ToObjectTypeFieldMapOutput() ObjectTypeFieldMapOutput

func (ObjectTypeFieldMapOutput) ToObjectTypeFieldMapOutputWithContext

func (o ObjectTypeFieldMapOutput) ToObjectTypeFieldMapOutputWithContext(ctx context.Context) ObjectTypeFieldMapOutput

func (ObjectTypeFieldMapOutput) ToOutput added in v0.76.0

type ObjectTypeFieldOutput added in v0.2.0

type ObjectTypeFieldOutput struct{ *pulumi.OutputState }

Represents a field in a ProfileObjectType.

func (ObjectTypeFieldOutput) ContentType added in v0.2.0

The content type of the field. Used for determining equality when searching.

func (ObjectTypeFieldOutput) ElementType added in v0.2.0

func (ObjectTypeFieldOutput) ElementType() reflect.Type

func (ObjectTypeFieldOutput) Source added in v0.2.0

A field of a ProfileObject. For example: _source.FirstName, where "_source" is a ProfileObjectType of a Zendesk user and "FirstName" is a field in that ObjectType.

func (ObjectTypeFieldOutput) Target added in v0.2.0

The location of the data in the standard ProfileObject model. For example: _profile.Address.PostalCode.

func (ObjectTypeFieldOutput) ToObjectTypeFieldOutput added in v0.2.0

func (o ObjectTypeFieldOutput) ToObjectTypeFieldOutput() ObjectTypeFieldOutput

func (ObjectTypeFieldOutput) ToObjectTypeFieldOutputWithContext added in v0.2.0

func (o ObjectTypeFieldOutput) ToObjectTypeFieldOutputWithContext(ctx context.Context) ObjectTypeFieldOutput

func (ObjectTypeFieldOutput) ToObjectTypeFieldPtrOutput added in v0.2.0

func (o ObjectTypeFieldOutput) ToObjectTypeFieldPtrOutput() ObjectTypeFieldPtrOutput

func (ObjectTypeFieldOutput) ToObjectTypeFieldPtrOutputWithContext added in v0.2.0

func (o ObjectTypeFieldOutput) ToObjectTypeFieldPtrOutputWithContext(ctx context.Context) ObjectTypeFieldPtrOutput

func (ObjectTypeFieldOutput) ToOutput added in v0.76.0

type ObjectTypeFieldPtrInput added in v0.2.0

type ObjectTypeFieldPtrInput interface {
	pulumi.Input

	ToObjectTypeFieldPtrOutput() ObjectTypeFieldPtrOutput
	ToObjectTypeFieldPtrOutputWithContext(context.Context) ObjectTypeFieldPtrOutput
}

ObjectTypeFieldPtrInput is an input type that accepts ObjectTypeFieldArgs, ObjectTypeFieldPtr and ObjectTypeFieldPtrOutput values. You can construct a concrete instance of `ObjectTypeFieldPtrInput` via:

        ObjectTypeFieldArgs{...}

or:

        nil

func ObjectTypeFieldPtr added in v0.2.0

func ObjectTypeFieldPtr(v *ObjectTypeFieldArgs) ObjectTypeFieldPtrInput

type ObjectTypeFieldPtrOutput added in v0.2.0

type ObjectTypeFieldPtrOutput struct{ *pulumi.OutputState }

func (ObjectTypeFieldPtrOutput) ContentType added in v0.2.0

The content type of the field. Used for determining equality when searching.

func (ObjectTypeFieldPtrOutput) Elem added in v0.2.0

func (ObjectTypeFieldPtrOutput) ElementType added in v0.2.0

func (ObjectTypeFieldPtrOutput) ElementType() reflect.Type

func (ObjectTypeFieldPtrOutput) Source added in v0.2.0

A field of a ProfileObject. For example: _source.FirstName, where "_source" is a ProfileObjectType of a Zendesk user and "FirstName" is a field in that ObjectType.

func (ObjectTypeFieldPtrOutput) Target added in v0.2.0

The location of the data in the standard ProfileObject model. For example: _profile.Address.PostalCode.

func (ObjectTypeFieldPtrOutput) ToObjectTypeFieldPtrOutput added in v0.2.0

func (o ObjectTypeFieldPtrOutput) ToObjectTypeFieldPtrOutput() ObjectTypeFieldPtrOutput

func (ObjectTypeFieldPtrOutput) ToObjectTypeFieldPtrOutputWithContext added in v0.2.0

func (o ObjectTypeFieldPtrOutput) ToObjectTypeFieldPtrOutputWithContext(ctx context.Context) ObjectTypeFieldPtrOutput

func (ObjectTypeFieldPtrOutput) ToOutput added in v0.76.0

type ObjectTypeInput

type ObjectTypeInput interface {
	pulumi.Input

	ToObjectTypeOutput() ObjectTypeOutput
	ToObjectTypeOutputWithContext(ctx context.Context) ObjectTypeOutput
}

type ObjectTypeKey added in v0.2.0

type ObjectTypeKey struct {
	// The reference for the key name of the fields map.
	FieldNames []string `pulumi:"fieldNames"`
	// The types of keys that a ProfileObject can have. Each 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.
	StandardIdentifiers []ObjectTypeKeyStandardIdentifiersItem `pulumi:"standardIdentifiers"`
}

An object that defines the Key element of a ProfileObject. A Key is a special element that can be used to search for a customer profile.

type ObjectTypeKeyArgs added in v0.2.0

type ObjectTypeKeyArgs struct {
	// The reference for the key name of the fields map.
	FieldNames pulumi.StringArrayInput `pulumi:"fieldNames"`
	// The types of keys that a ProfileObject can have. Each 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.
	StandardIdentifiers ObjectTypeKeyStandardIdentifiersItemArrayInput `pulumi:"standardIdentifiers"`
}

An object that defines the Key element of a ProfileObject. A Key is a special element that can be used to search for a customer profile.

func (ObjectTypeKeyArgs) ElementType added in v0.2.0

func (ObjectTypeKeyArgs) ElementType() reflect.Type

func (ObjectTypeKeyArgs) ToObjectTypeKeyOutput added in v0.2.0

func (i ObjectTypeKeyArgs) ToObjectTypeKeyOutput() ObjectTypeKeyOutput

func (ObjectTypeKeyArgs) ToObjectTypeKeyOutputWithContext added in v0.2.0

func (i ObjectTypeKeyArgs) ToObjectTypeKeyOutputWithContext(ctx context.Context) ObjectTypeKeyOutput

func (ObjectTypeKeyArgs) ToOutput added in v0.76.0

type ObjectTypeKeyArray added in v0.2.0

type ObjectTypeKeyArray []ObjectTypeKeyInput

func (ObjectTypeKeyArray) ElementType added in v0.2.0

func (ObjectTypeKeyArray) ElementType() reflect.Type

func (ObjectTypeKeyArray) ToObjectTypeKeyArrayOutput added in v0.2.0

func (i ObjectTypeKeyArray) ToObjectTypeKeyArrayOutput() ObjectTypeKeyArrayOutput

func (ObjectTypeKeyArray) ToObjectTypeKeyArrayOutputWithContext added in v0.2.0

func (i ObjectTypeKeyArray) ToObjectTypeKeyArrayOutputWithContext(ctx context.Context) ObjectTypeKeyArrayOutput

func (ObjectTypeKeyArray) ToOutput added in v0.76.0

type ObjectTypeKeyArrayInput added in v0.2.0

type ObjectTypeKeyArrayInput interface {
	pulumi.Input

	ToObjectTypeKeyArrayOutput() ObjectTypeKeyArrayOutput
	ToObjectTypeKeyArrayOutputWithContext(context.Context) ObjectTypeKeyArrayOutput
}

ObjectTypeKeyArrayInput is an input type that accepts ObjectTypeKeyArray and ObjectTypeKeyArrayOutput values. You can construct a concrete instance of `ObjectTypeKeyArrayInput` via:

ObjectTypeKeyArray{ ObjectTypeKeyArgs{...} }

type ObjectTypeKeyArrayOutput added in v0.2.0

type ObjectTypeKeyArrayOutput struct{ *pulumi.OutputState }

func (ObjectTypeKeyArrayOutput) ElementType added in v0.2.0

func (ObjectTypeKeyArrayOutput) ElementType() reflect.Type

func (ObjectTypeKeyArrayOutput) Index added in v0.2.0

func (ObjectTypeKeyArrayOutput) ToObjectTypeKeyArrayOutput added in v0.2.0

func (o ObjectTypeKeyArrayOutput) ToObjectTypeKeyArrayOutput() ObjectTypeKeyArrayOutput

func (ObjectTypeKeyArrayOutput) ToObjectTypeKeyArrayOutputWithContext added in v0.2.0

func (o ObjectTypeKeyArrayOutput) ToObjectTypeKeyArrayOutputWithContext(ctx context.Context) ObjectTypeKeyArrayOutput

func (ObjectTypeKeyArrayOutput) ToOutput added in v0.76.0

type ObjectTypeKeyInput added in v0.2.0

type ObjectTypeKeyInput interface {
	pulumi.Input

	ToObjectTypeKeyOutput() ObjectTypeKeyOutput
	ToObjectTypeKeyOutputWithContext(context.Context) ObjectTypeKeyOutput
}

ObjectTypeKeyInput is an input type that accepts ObjectTypeKeyArgs and ObjectTypeKeyOutput values. You can construct a concrete instance of `ObjectTypeKeyInput` via:

ObjectTypeKeyArgs{...}

type ObjectTypeKeyMap

type ObjectTypeKeyMap struct {
	Name              *string         `pulumi:"name"`
	ObjectTypeKeyList []ObjectTypeKey `pulumi:"objectTypeKeyList"`
}

type ObjectTypeKeyMapArgs

type ObjectTypeKeyMapArgs struct {
	Name              pulumi.StringPtrInput   `pulumi:"name"`
	ObjectTypeKeyList ObjectTypeKeyArrayInput `pulumi:"objectTypeKeyList"`
}

func (ObjectTypeKeyMapArgs) ElementType

func (ObjectTypeKeyMapArgs) ElementType() reflect.Type

func (ObjectTypeKeyMapArgs) ToObjectTypeKeyMapOutput

func (i ObjectTypeKeyMapArgs) ToObjectTypeKeyMapOutput() ObjectTypeKeyMapOutput

func (ObjectTypeKeyMapArgs) ToObjectTypeKeyMapOutputWithContext

func (i ObjectTypeKeyMapArgs) ToObjectTypeKeyMapOutputWithContext(ctx context.Context) ObjectTypeKeyMapOutput

func (ObjectTypeKeyMapArgs) ToOutput added in v0.76.0

type ObjectTypeKeyMapArray

type ObjectTypeKeyMapArray []ObjectTypeKeyMapInput

func (ObjectTypeKeyMapArray) ElementType

func (ObjectTypeKeyMapArray) ElementType() reflect.Type

func (ObjectTypeKeyMapArray) ToObjectTypeKeyMapArrayOutput

func (i ObjectTypeKeyMapArray) ToObjectTypeKeyMapArrayOutput() ObjectTypeKeyMapArrayOutput

func (ObjectTypeKeyMapArray) ToObjectTypeKeyMapArrayOutputWithContext

func (i ObjectTypeKeyMapArray) ToObjectTypeKeyMapArrayOutputWithContext(ctx context.Context) ObjectTypeKeyMapArrayOutput

func (ObjectTypeKeyMapArray) ToOutput added in v0.76.0

type ObjectTypeKeyMapArrayInput

type ObjectTypeKeyMapArrayInput interface {
	pulumi.Input

	ToObjectTypeKeyMapArrayOutput() ObjectTypeKeyMapArrayOutput
	ToObjectTypeKeyMapArrayOutputWithContext(context.Context) ObjectTypeKeyMapArrayOutput
}

ObjectTypeKeyMapArrayInput is an input type that accepts ObjectTypeKeyMapArray and ObjectTypeKeyMapArrayOutput values. You can construct a concrete instance of `ObjectTypeKeyMapArrayInput` via:

ObjectTypeKeyMapArray{ ObjectTypeKeyMapArgs{...} }

type ObjectTypeKeyMapArrayOutput

type ObjectTypeKeyMapArrayOutput struct{ *pulumi.OutputState }

func (ObjectTypeKeyMapArrayOutput) ElementType

func (ObjectTypeKeyMapArrayOutput) Index

func (ObjectTypeKeyMapArrayOutput) ToObjectTypeKeyMapArrayOutput

func (o ObjectTypeKeyMapArrayOutput) ToObjectTypeKeyMapArrayOutput() ObjectTypeKeyMapArrayOutput

func (ObjectTypeKeyMapArrayOutput) ToObjectTypeKeyMapArrayOutputWithContext

func (o ObjectTypeKeyMapArrayOutput) ToObjectTypeKeyMapArrayOutputWithContext(ctx context.Context) ObjectTypeKeyMapArrayOutput

func (ObjectTypeKeyMapArrayOutput) ToOutput added in v0.76.0

type ObjectTypeKeyMapInput

type ObjectTypeKeyMapInput interface {
	pulumi.Input

	ToObjectTypeKeyMapOutput() ObjectTypeKeyMapOutput
	ToObjectTypeKeyMapOutputWithContext(context.Context) ObjectTypeKeyMapOutput
}

ObjectTypeKeyMapInput is an input type that accepts ObjectTypeKeyMap and ObjectTypeKeyMapOutput values. You can construct a concrete instance of `ObjectTypeKeyMapInput` via:

ObjectTypeKeyMap{ "key": ObjectTypeKeyArgs{...} }

type ObjectTypeKeyMapOutput

type ObjectTypeKeyMapOutput struct{ *pulumi.OutputState }

func (ObjectTypeKeyMapOutput) ElementType

func (ObjectTypeKeyMapOutput) ElementType() reflect.Type

func (ObjectTypeKeyMapOutput) Name

func (ObjectTypeKeyMapOutput) ObjectTypeKeyList

func (o ObjectTypeKeyMapOutput) ObjectTypeKeyList() ObjectTypeKeyArrayOutput

func (ObjectTypeKeyMapOutput) ToObjectTypeKeyMapOutput

func (o ObjectTypeKeyMapOutput) ToObjectTypeKeyMapOutput() ObjectTypeKeyMapOutput

func (ObjectTypeKeyMapOutput) ToObjectTypeKeyMapOutputWithContext

func (o ObjectTypeKeyMapOutput) ToObjectTypeKeyMapOutputWithContext(ctx context.Context) ObjectTypeKeyMapOutput

func (ObjectTypeKeyMapOutput) ToOutput added in v0.76.0

type ObjectTypeKeyOutput added in v0.2.0

type ObjectTypeKeyOutput struct{ *pulumi.OutputState }

An object that defines the Key element of a ProfileObject. A Key is a special element that can be used to search for a customer profile.

func (ObjectTypeKeyOutput) ElementType added in v0.2.0

func (ObjectTypeKeyOutput) ElementType() reflect.Type

func (ObjectTypeKeyOutput) FieldNames added in v0.2.0

The reference for the key name of the fields map.

func (ObjectTypeKeyOutput) StandardIdentifiers added in v0.2.0

The types of keys that a ProfileObject can have. Each 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.

func (ObjectTypeKeyOutput) ToObjectTypeKeyOutput added in v0.2.0

func (o ObjectTypeKeyOutput) ToObjectTypeKeyOutput() ObjectTypeKeyOutput

func (ObjectTypeKeyOutput) ToObjectTypeKeyOutputWithContext added in v0.2.0

func (o ObjectTypeKeyOutput) ToObjectTypeKeyOutputWithContext(ctx context.Context) ObjectTypeKeyOutput

func (ObjectTypeKeyOutput) ToOutput added in v0.76.0

type ObjectTypeKeyStandardIdentifiersItem added in v0.2.0

type ObjectTypeKeyStandardIdentifiersItem string

func (ObjectTypeKeyStandardIdentifiersItem) ElementType added in v0.2.0

func (ObjectTypeKeyStandardIdentifiersItem) ToObjectTypeKeyStandardIdentifiersItemOutput added in v0.2.0

func (e ObjectTypeKeyStandardIdentifiersItem) ToObjectTypeKeyStandardIdentifiersItemOutput() ObjectTypeKeyStandardIdentifiersItemOutput

func (ObjectTypeKeyStandardIdentifiersItem) ToObjectTypeKeyStandardIdentifiersItemOutputWithContext added in v0.2.0

func (e ObjectTypeKeyStandardIdentifiersItem) ToObjectTypeKeyStandardIdentifiersItemOutputWithContext(ctx context.Context) ObjectTypeKeyStandardIdentifiersItemOutput

func (ObjectTypeKeyStandardIdentifiersItem) ToObjectTypeKeyStandardIdentifiersItemPtrOutput added in v0.2.0

func (e ObjectTypeKeyStandardIdentifiersItem) ToObjectTypeKeyStandardIdentifiersItemPtrOutput() ObjectTypeKeyStandardIdentifiersItemPtrOutput

func (ObjectTypeKeyStandardIdentifiersItem) ToObjectTypeKeyStandardIdentifiersItemPtrOutputWithContext added in v0.2.0

func (e ObjectTypeKeyStandardIdentifiersItem) ToObjectTypeKeyStandardIdentifiersItemPtrOutputWithContext(ctx context.Context) ObjectTypeKeyStandardIdentifiersItemPtrOutput

func (ObjectTypeKeyStandardIdentifiersItem) ToStringOutput added in v0.2.0

func (ObjectTypeKeyStandardIdentifiersItem) ToStringOutputWithContext added in v0.2.0

func (e ObjectTypeKeyStandardIdentifiersItem) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (ObjectTypeKeyStandardIdentifiersItem) ToStringPtrOutput added in v0.2.0

func (ObjectTypeKeyStandardIdentifiersItem) ToStringPtrOutputWithContext added in v0.2.0

func (e ObjectTypeKeyStandardIdentifiersItem) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type ObjectTypeKeyStandardIdentifiersItemArray added in v0.2.0

type ObjectTypeKeyStandardIdentifiersItemArray []ObjectTypeKeyStandardIdentifiersItem

func (ObjectTypeKeyStandardIdentifiersItemArray) ElementType added in v0.2.0

func (ObjectTypeKeyStandardIdentifiersItemArray) ToObjectTypeKeyStandardIdentifiersItemArrayOutput added in v0.2.0

func (i ObjectTypeKeyStandardIdentifiersItemArray) ToObjectTypeKeyStandardIdentifiersItemArrayOutput() ObjectTypeKeyStandardIdentifiersItemArrayOutput

func (ObjectTypeKeyStandardIdentifiersItemArray) ToObjectTypeKeyStandardIdentifiersItemArrayOutputWithContext added in v0.2.0

func (i ObjectTypeKeyStandardIdentifiersItemArray) ToObjectTypeKeyStandardIdentifiersItemArrayOutputWithContext(ctx context.Context) ObjectTypeKeyStandardIdentifiersItemArrayOutput

func (ObjectTypeKeyStandardIdentifiersItemArray) ToOutput added in v0.76.0

type ObjectTypeKeyStandardIdentifiersItemArrayInput added in v0.2.0

type ObjectTypeKeyStandardIdentifiersItemArrayInput interface {
	pulumi.Input

	ToObjectTypeKeyStandardIdentifiersItemArrayOutput() ObjectTypeKeyStandardIdentifiersItemArrayOutput
	ToObjectTypeKeyStandardIdentifiersItemArrayOutputWithContext(context.Context) ObjectTypeKeyStandardIdentifiersItemArrayOutput
}

ObjectTypeKeyStandardIdentifiersItemArrayInput is an input type that accepts ObjectTypeKeyStandardIdentifiersItemArray and ObjectTypeKeyStandardIdentifiersItemArrayOutput values. You can construct a concrete instance of `ObjectTypeKeyStandardIdentifiersItemArrayInput` via:

ObjectTypeKeyStandardIdentifiersItemArray{ ObjectTypeKeyStandardIdentifiersItemArgs{...} }

type ObjectTypeKeyStandardIdentifiersItemArrayOutput added in v0.2.0

type ObjectTypeKeyStandardIdentifiersItemArrayOutput struct{ *pulumi.OutputState }

func (ObjectTypeKeyStandardIdentifiersItemArrayOutput) ElementType added in v0.2.0

func (ObjectTypeKeyStandardIdentifiersItemArrayOutput) Index added in v0.2.0

func (ObjectTypeKeyStandardIdentifiersItemArrayOutput) ToObjectTypeKeyStandardIdentifiersItemArrayOutput added in v0.2.0

func (o ObjectTypeKeyStandardIdentifiersItemArrayOutput) ToObjectTypeKeyStandardIdentifiersItemArrayOutput() ObjectTypeKeyStandardIdentifiersItemArrayOutput

func (ObjectTypeKeyStandardIdentifiersItemArrayOutput) ToObjectTypeKeyStandardIdentifiersItemArrayOutputWithContext added in v0.2.0

func (o ObjectTypeKeyStandardIdentifiersItemArrayOutput) ToObjectTypeKeyStandardIdentifiersItemArrayOutputWithContext(ctx context.Context) ObjectTypeKeyStandardIdentifiersItemArrayOutput

func (ObjectTypeKeyStandardIdentifiersItemArrayOutput) ToOutput added in v0.76.0

type ObjectTypeKeyStandardIdentifiersItemInput added in v0.2.0

type ObjectTypeKeyStandardIdentifiersItemInput interface {
	pulumi.Input

	ToObjectTypeKeyStandardIdentifiersItemOutput() ObjectTypeKeyStandardIdentifiersItemOutput
	ToObjectTypeKeyStandardIdentifiersItemOutputWithContext(context.Context) ObjectTypeKeyStandardIdentifiersItemOutput
}

ObjectTypeKeyStandardIdentifiersItemInput is an input type that accepts ObjectTypeKeyStandardIdentifiersItemArgs and ObjectTypeKeyStandardIdentifiersItemOutput values. You can construct a concrete instance of `ObjectTypeKeyStandardIdentifiersItemInput` via:

ObjectTypeKeyStandardIdentifiersItemArgs{...}

type ObjectTypeKeyStandardIdentifiersItemOutput added in v0.2.0

type ObjectTypeKeyStandardIdentifiersItemOutput struct{ *pulumi.OutputState }

func (ObjectTypeKeyStandardIdentifiersItemOutput) ElementType added in v0.2.0

func (ObjectTypeKeyStandardIdentifiersItemOutput) ToObjectTypeKeyStandardIdentifiersItemOutput added in v0.2.0

func (o ObjectTypeKeyStandardIdentifiersItemOutput) ToObjectTypeKeyStandardIdentifiersItemOutput() ObjectTypeKeyStandardIdentifiersItemOutput

func (ObjectTypeKeyStandardIdentifiersItemOutput) ToObjectTypeKeyStandardIdentifiersItemOutputWithContext added in v0.2.0

func (o ObjectTypeKeyStandardIdentifiersItemOutput) ToObjectTypeKeyStandardIdentifiersItemOutputWithContext(ctx context.Context) ObjectTypeKeyStandardIdentifiersItemOutput

func (ObjectTypeKeyStandardIdentifiersItemOutput) ToObjectTypeKeyStandardIdentifiersItemPtrOutput added in v0.2.0

func (o ObjectTypeKeyStandardIdentifiersItemOutput) ToObjectTypeKeyStandardIdentifiersItemPtrOutput() ObjectTypeKeyStandardIdentifiersItemPtrOutput

func (ObjectTypeKeyStandardIdentifiersItemOutput) ToObjectTypeKeyStandardIdentifiersItemPtrOutputWithContext added in v0.2.0

func (o ObjectTypeKeyStandardIdentifiersItemOutput) ToObjectTypeKeyStandardIdentifiersItemPtrOutputWithContext(ctx context.Context) ObjectTypeKeyStandardIdentifiersItemPtrOutput

func (ObjectTypeKeyStandardIdentifiersItemOutput) ToOutput added in v0.76.0

func (ObjectTypeKeyStandardIdentifiersItemOutput) ToStringOutput added in v0.2.0

func (ObjectTypeKeyStandardIdentifiersItemOutput) ToStringOutputWithContext added in v0.2.0

func (ObjectTypeKeyStandardIdentifiersItemOutput) ToStringPtrOutput added in v0.2.0

func (ObjectTypeKeyStandardIdentifiersItemOutput) ToStringPtrOutputWithContext added in v0.2.0

type ObjectTypeKeyStandardIdentifiersItemPtrInput added in v0.2.0

type ObjectTypeKeyStandardIdentifiersItemPtrInput interface {
	pulumi.Input

	ToObjectTypeKeyStandardIdentifiersItemPtrOutput() ObjectTypeKeyStandardIdentifiersItemPtrOutput
	ToObjectTypeKeyStandardIdentifiersItemPtrOutputWithContext(context.Context) ObjectTypeKeyStandardIdentifiersItemPtrOutput
}

func ObjectTypeKeyStandardIdentifiersItemPtr added in v0.2.0

func ObjectTypeKeyStandardIdentifiersItemPtr(v string) ObjectTypeKeyStandardIdentifiersItemPtrInput

type ObjectTypeKeyStandardIdentifiersItemPtrOutput added in v0.2.0

type ObjectTypeKeyStandardIdentifiersItemPtrOutput struct{ *pulumi.OutputState }

func (ObjectTypeKeyStandardIdentifiersItemPtrOutput) Elem added in v0.2.0

func (ObjectTypeKeyStandardIdentifiersItemPtrOutput) ElementType added in v0.2.0

func (ObjectTypeKeyStandardIdentifiersItemPtrOutput) ToObjectTypeKeyStandardIdentifiersItemPtrOutput added in v0.2.0

func (o ObjectTypeKeyStandardIdentifiersItemPtrOutput) ToObjectTypeKeyStandardIdentifiersItemPtrOutput() ObjectTypeKeyStandardIdentifiersItemPtrOutput

func (ObjectTypeKeyStandardIdentifiersItemPtrOutput) ToObjectTypeKeyStandardIdentifiersItemPtrOutputWithContext added in v0.2.0

func (o ObjectTypeKeyStandardIdentifiersItemPtrOutput) ToObjectTypeKeyStandardIdentifiersItemPtrOutputWithContext(ctx context.Context) ObjectTypeKeyStandardIdentifiersItemPtrOutput

func (ObjectTypeKeyStandardIdentifiersItemPtrOutput) ToOutput added in v0.76.0

func (ObjectTypeKeyStandardIdentifiersItemPtrOutput) ToStringPtrOutput added in v0.2.0

func (ObjectTypeKeyStandardIdentifiersItemPtrOutput) ToStringPtrOutputWithContext added in v0.2.0

type ObjectTypeOutput

type ObjectTypeOutput struct{ *pulumi.OutputState }

func (ObjectTypeOutput) AllowProfileCreation added in v0.17.0

func (o ObjectTypeOutput) AllowProfileCreation() pulumi.BoolPtrOutput

Indicates whether a profile should be created when data is received.

func (ObjectTypeOutput) CreatedAt added in v0.17.0

func (o ObjectTypeOutput) CreatedAt() pulumi.StringOutput

The time of this integration got created.

func (ObjectTypeOutput) Description added in v0.17.0

func (o ObjectTypeOutput) Description() pulumi.StringPtrOutput

Description of the profile object type.

func (ObjectTypeOutput) DomainName added in v0.17.0

func (o ObjectTypeOutput) DomainName() pulumi.StringOutput

The unique name of the domain.

func (ObjectTypeOutput) ElementType

func (ObjectTypeOutput) ElementType() reflect.Type

func (ObjectTypeOutput) EncryptionKey added in v0.17.0

func (o ObjectTypeOutput) EncryptionKey() pulumi.StringPtrOutput

The default encryption key

func (ObjectTypeOutput) ExpirationDays added in v0.17.0

func (o ObjectTypeOutput) ExpirationDays() pulumi.IntPtrOutput

The default number of days until the data within the domain expires.

func (ObjectTypeOutput) Fields added in v0.17.0

A list of the name and ObjectType field.

func (ObjectTypeOutput) Keys added in v0.17.0

A list of unique keys that can be used to map data to the profile.

func (ObjectTypeOutput) LastUpdatedAt added in v0.17.0

func (o ObjectTypeOutput) LastUpdatedAt() pulumi.StringOutput

The time of this integration got last updated at.

func (ObjectTypeOutput) ObjectTypeName added in v0.17.0

func (o ObjectTypeOutput) ObjectTypeName() pulumi.StringPtrOutput

The name of the profile object type.

func (ObjectTypeOutput) SourceLastUpdatedTimestampFormat added in v0.76.0

func (o ObjectTypeOutput) SourceLastUpdatedTimestampFormat() pulumi.StringPtrOutput

The format of your sourceLastUpdatedTimestamp that was previously set up.

func (ObjectTypeOutput) Tags added in v0.17.0

The tags (keys and values) associated with the integration.

func (ObjectTypeOutput) TemplateId added in v0.17.0

func (o ObjectTypeOutput) TemplateId() pulumi.StringPtrOutput

A unique identifier for the object template.

func (ObjectTypeOutput) ToObjectTypeOutput

func (o ObjectTypeOutput) ToObjectTypeOutput() ObjectTypeOutput

func (ObjectTypeOutput) ToObjectTypeOutputWithContext

func (o ObjectTypeOutput) ToObjectTypeOutputWithContext(ctx context.Context) ObjectTypeOutput

func (ObjectTypeOutput) ToOutput added in v0.76.0

type ObjectTypeState

type ObjectTypeState struct {
}

func (ObjectTypeState) ElementType

func (ObjectTypeState) ElementType() reflect.Type

type ObjectTypeTag

type ObjectTypeTag struct {
	Key   string `pulumi:"key"`
	Value string `pulumi:"value"`
}

type ObjectTypeTagArgs

type ObjectTypeTagArgs struct {
	Key   pulumi.StringInput `pulumi:"key"`
	Value pulumi.StringInput `pulumi:"value"`
}

func (ObjectTypeTagArgs) ElementType

func (ObjectTypeTagArgs) ElementType() reflect.Type

func (ObjectTypeTagArgs) ToObjectTypeTagOutput

func (i ObjectTypeTagArgs) ToObjectTypeTagOutput() ObjectTypeTagOutput

func (ObjectTypeTagArgs) ToObjectTypeTagOutputWithContext

func (i ObjectTypeTagArgs) ToObjectTypeTagOutputWithContext(ctx context.Context) ObjectTypeTagOutput

func (ObjectTypeTagArgs) ToOutput added in v0.76.0

type ObjectTypeTagArray

type ObjectTypeTagArray []ObjectTypeTagInput

func (ObjectTypeTagArray) ElementType

func (ObjectTypeTagArray) ElementType() reflect.Type

func (ObjectTypeTagArray) ToObjectTypeTagArrayOutput

func (i ObjectTypeTagArray) ToObjectTypeTagArrayOutput() ObjectTypeTagArrayOutput

func (ObjectTypeTagArray) ToObjectTypeTagArrayOutputWithContext

func (i ObjectTypeTagArray) ToObjectTypeTagArrayOutputWithContext(ctx context.Context) ObjectTypeTagArrayOutput

func (ObjectTypeTagArray) ToOutput added in v0.76.0

type ObjectTypeTagArrayInput

type ObjectTypeTagArrayInput interface {
	pulumi.Input

	ToObjectTypeTagArrayOutput() ObjectTypeTagArrayOutput
	ToObjectTypeTagArrayOutputWithContext(context.Context) ObjectTypeTagArrayOutput
}

ObjectTypeTagArrayInput is an input type that accepts ObjectTypeTagArray and ObjectTypeTagArrayOutput values. You can construct a concrete instance of `ObjectTypeTagArrayInput` via:

ObjectTypeTagArray{ ObjectTypeTagArgs{...} }

type ObjectTypeTagArrayOutput

type ObjectTypeTagArrayOutput struct{ *pulumi.OutputState }

func (ObjectTypeTagArrayOutput) ElementType

func (ObjectTypeTagArrayOutput) ElementType() reflect.Type

func (ObjectTypeTagArrayOutput) Index

func (ObjectTypeTagArrayOutput) ToObjectTypeTagArrayOutput

func (o ObjectTypeTagArrayOutput) ToObjectTypeTagArrayOutput() ObjectTypeTagArrayOutput

func (ObjectTypeTagArrayOutput) ToObjectTypeTagArrayOutputWithContext

func (o ObjectTypeTagArrayOutput) ToObjectTypeTagArrayOutputWithContext(ctx context.Context) ObjectTypeTagArrayOutput

func (ObjectTypeTagArrayOutput) ToOutput added in v0.76.0

type ObjectTypeTagInput

type ObjectTypeTagInput interface {
	pulumi.Input

	ToObjectTypeTagOutput() ObjectTypeTagOutput
	ToObjectTypeTagOutputWithContext(context.Context) ObjectTypeTagOutput
}

ObjectTypeTagInput is an input type that accepts ObjectTypeTagArgs and ObjectTypeTagOutput values. You can construct a concrete instance of `ObjectTypeTagInput` via:

ObjectTypeTagArgs{...}

type ObjectTypeTagOutput

type ObjectTypeTagOutput struct{ *pulumi.OutputState }

func (ObjectTypeTagOutput) ElementType

func (ObjectTypeTagOutput) ElementType() reflect.Type

func (ObjectTypeTagOutput) Key

func (ObjectTypeTagOutput) ToObjectTypeTagOutput

func (o ObjectTypeTagOutput) ToObjectTypeTagOutput() ObjectTypeTagOutput

func (ObjectTypeTagOutput) ToObjectTypeTagOutputWithContext

func (o ObjectTypeTagOutput) ToObjectTypeTagOutputWithContext(ctx context.Context) ObjectTypeTagOutput

func (ObjectTypeTagOutput) ToOutput added in v0.76.0

func (ObjectTypeTagOutput) Value

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL