v20160601

package
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AgreementTypeNotSpecified = AgreementType("NotSpecified")
	AgreementTypeAS2          = AgreementType("AS2")
	AgreementTypeX12          = AgreementType("X12")
	AgreementTypeEdifact      = AgreementType("Edifact")
)
View Source
const (
	DayOfWeekSunday    = DayOfWeek("Sunday")
	DayOfWeekMonday    = DayOfWeek("Monday")
	DayOfWeekTuesday   = DayOfWeek("Tuesday")
	DayOfWeekWednesday = DayOfWeek("Wednesday")
	DayOfWeekThursday  = DayOfWeek("Thursday")
	DayOfWeekFriday    = DayOfWeek("Friday")
	DayOfWeekSaturday  = DayOfWeek("Saturday")
)
View Source
const (
	DaysOfWeekSunday    = DaysOfWeek("Sunday")
	DaysOfWeekMonday    = DaysOfWeek("Monday")
	DaysOfWeekTuesday   = DaysOfWeek("Tuesday")
	DaysOfWeekWednesday = DaysOfWeek("Wednesday")
	DaysOfWeekThursday  = DaysOfWeek("Thursday")
	DaysOfWeekFriday    = DaysOfWeek("Friday")
	DaysOfWeekSaturday  = DaysOfWeek("Saturday")
)
View Source
const (
	EdifactCharacterSetNotSpecified = EdifactCharacterSet("NotSpecified")
	EdifactCharacterSetUNOB         = EdifactCharacterSet("UNOB")
	EdifactCharacterSetUNOA         = EdifactCharacterSet("UNOA")
	EdifactCharacterSetUNOC         = EdifactCharacterSet("UNOC")
	EdifactCharacterSetUNOD         = EdifactCharacterSet("UNOD")
	EdifactCharacterSetUNOE         = EdifactCharacterSet("UNOE")
	EdifactCharacterSetUNOF         = EdifactCharacterSet("UNOF")
	EdifactCharacterSetUNOG         = EdifactCharacterSet("UNOG")
	EdifactCharacterSetUNOH         = EdifactCharacterSet("UNOH")
	EdifactCharacterSetUNOI         = EdifactCharacterSet("UNOI")
	EdifactCharacterSetUNOJ         = EdifactCharacterSet("UNOJ")
	EdifactCharacterSetUNOK         = EdifactCharacterSet("UNOK")
	EdifactCharacterSetUNOX         = EdifactCharacterSet("UNOX")
	EdifactCharacterSetUNOY         = EdifactCharacterSet("UNOY")
	EdifactCharacterSetKECA         = EdifactCharacterSet("KECA")
)
View Source
const (
	EdifactDecimalIndicatorNotSpecified = EdifactDecimalIndicator("NotSpecified")
	EdifactDecimalIndicatorComma        = EdifactDecimalIndicator("Comma")
	EdifactDecimalIndicatorDecimal      = EdifactDecimalIndicator("Decimal")
)
View Source
const (
	EncryptionAlgorithmNotSpecified = EncryptionAlgorithm("NotSpecified")
	EncryptionAlgorithmNone         = EncryptionAlgorithm("None")
	EncryptionAlgorithmDES3         = EncryptionAlgorithm("DES3")
	EncryptionAlgorithmRC2          = EncryptionAlgorithm("RC2")
	EncryptionAlgorithmAES128       = EncryptionAlgorithm("AES128")
	EncryptionAlgorithmAES192       = EncryptionAlgorithm("AES192")
	EncryptionAlgorithmAES256       = EncryptionAlgorithm("AES256")
)
View Source
const (
	HashingAlgorithmNotSpecified = HashingAlgorithm("NotSpecified")
	HashingAlgorithmNone         = HashingAlgorithm("None")
	HashingAlgorithmMD5          = HashingAlgorithm("MD5")
	HashingAlgorithmSHA1         = HashingAlgorithm("SHA1")
	HashingAlgorithmSHA2256      = HashingAlgorithm("SHA2256")
	HashingAlgorithmSHA2384      = HashingAlgorithm("SHA2384")
	HashingAlgorithmSHA2512      = HashingAlgorithm("SHA2512")
)
View Source
const (
	IntegrationAccountSkuNameNotSpecified = IntegrationAccountSkuName("NotSpecified")
	IntegrationAccountSkuNameFree         = IntegrationAccountSkuName("Free")
	IntegrationAccountSkuNameStandard     = IntegrationAccountSkuName("Standard")
)
View Source
const (
	KeyTypeNotSpecified = KeyType("NotSpecified")
	KeyTypePrimary      = KeyType("Primary")
	KeyTypeSecondary    = KeyType("Secondary")
)
View Source
const (
	MapTypeNotSpecified = MapType("NotSpecified")
	MapTypeXslt         = MapType("Xslt")
)
View Source
const (
	MessageFilterTypeNotSpecified = MessageFilterType("NotSpecified")
	MessageFilterTypeInclude      = MessageFilterType("Include")
	MessageFilterTypeExclude      = MessageFilterType("Exclude")
)
View Source
const (
	ParameterTypeNotSpecified = ParameterType("NotSpecified")
	ParameterTypeString       = ParameterType("String")
	ParameterTypeSecureString = ParameterType("SecureString")
	ParameterTypeInt          = ParameterType("Int")
	ParameterTypeFloat        = ParameterType("Float")
	ParameterTypeBool         = ParameterType("Bool")
	ParameterTypeArray        = ParameterType("Array")
	ParameterTypeObject       = ParameterType("Object")
	ParameterTypeSecureObject = ParameterType("SecureObject")
)
View Source
const (
	PartnerTypeNotSpecified = PartnerType("NotSpecified")
	PartnerTypeB2B          = PartnerType("B2B")
)
View Source
const (
	RecurrenceFrequencyNotSpecified = RecurrenceFrequency("NotSpecified")
	RecurrenceFrequencySecond       = RecurrenceFrequency("Second")
	RecurrenceFrequencyMinute       = RecurrenceFrequency("Minute")
	RecurrenceFrequencyHour         = RecurrenceFrequency("Hour")
	RecurrenceFrequencyDay          = RecurrenceFrequency("Day")
	RecurrenceFrequencyWeek         = RecurrenceFrequency("Week")
	RecurrenceFrequencyMonth        = RecurrenceFrequency("Month")
	RecurrenceFrequencyYear         = RecurrenceFrequency("Year")
)
View Source
const (
	RosettaNetActionTypeNotSpecified = RosettaNetActionType("NotSpecified")
	RosettaNetActionTypeSingleAction = RosettaNetActionType("SingleAction")
	RosettaNetActionTypeDoubleAction = RosettaNetActionType("DoubleAction")
)
View Source
const (
	RosettaNetPipActivityTypeNotSpecified            = RosettaNetPipActivityType("NotSpecified")
	RosettaNetPipActivityTypeInformationDistribution = RosettaNetPipActivityType("InformationDistribution")
	RosettaNetPipActivityTypeBusinessTransaction     = RosettaNetPipActivityType("BusinessTransaction")
	RosettaNetPipActivityTypeNotification            = RosettaNetPipActivityType("Notification")
	RosettaNetPipActivityTypeQueryResponse           = RosettaNetPipActivityType("QueryResponse")
	RosettaNetPipActivityTypeRequestConfirm          = RosettaNetPipActivityType("RequestConfirm")
	RosettaNetPipActivityTypeRequestResponse         = RosettaNetPipActivityType("RequestResponse")
)
View Source
const (
	RosettaNetPipConfidentialityScopeNotSpecified     = RosettaNetPipConfidentialityScope("NotSpecified")
	RosettaNetPipConfidentialityScopeNone             = RosettaNetPipConfidentialityScope("None")
	RosettaNetPipConfidentialityScopePayload          = RosettaNetPipConfidentialityScope("Payload")
	RosettaNetPipConfidentialityScopePayloadContainer = RosettaNetPipConfidentialityScope("PayloadContainer")
)
View Source
const (
	RosettaNetPipRoleTypeNotSpecified   = RosettaNetPipRoleType("NotSpecified")
	RosettaNetPipRoleTypeFunctional     = RosettaNetPipRoleType("Functional")
	RosettaNetPipRoleTypeOrganizational = RosettaNetPipRoleType("Organizational")
	RosettaNetPipRoleTypeEmployee       = RosettaNetPipRoleType("Employee")
)
View Source
const (
	RosettaNetResponseTypeNotSpecified = RosettaNetResponseType("NotSpecified")
	RosettaNetResponseTypeSync         = RosettaNetResponseType("Sync")
	RosettaNetResponseTypeAsync        = RosettaNetResponseType("Async")
)
View Source
const (
	SchemaTypeNotSpecified = SchemaType("NotSpecified")
	SchemaTypeXml          = SchemaType("Xml")
)
View Source
const (
	SegmentTerminatorSuffixNotSpecified = SegmentTerminatorSuffix("NotSpecified")
	SegmentTerminatorSuffixNone         = SegmentTerminatorSuffix("None")
	SegmentTerminatorSuffixCR           = SegmentTerminatorSuffix("CR")
	SegmentTerminatorSuffixLF           = SegmentTerminatorSuffix("LF")
	SegmentTerminatorSuffixCRLF         = SegmentTerminatorSuffix("CRLF")
)
View Source
const (
	SigningAlgorithmNotSpecified = SigningAlgorithm("NotSpecified")
	SigningAlgorithmDefault      = SigningAlgorithm("Default")
	SigningAlgorithmSHA1         = SigningAlgorithm("SHA1")
	SigningAlgorithmSHA2256      = SigningAlgorithm("SHA2256")
	SigningAlgorithmSHA2384      = SigningAlgorithm("SHA2384")
	SigningAlgorithmSHA2512      = SigningAlgorithm("SHA2512")
)
View Source
const (
	SkuNameNotSpecified = SkuName("NotSpecified")
	SkuNameFree         = SkuName("Free")
	SkuNameShared       = SkuName("Shared")
	SkuNameBasic        = SkuName("Basic")
	SkuNameStandard     = SkuName("Standard")
	SkuNamePremium      = SkuName("Premium")
)
View Source
const (
	TrailingSeparatorPolicyNotSpecified = TrailingSeparatorPolicy("NotSpecified")
	TrailingSeparatorPolicyNotAllowed   = TrailingSeparatorPolicy("NotAllowed")
	TrailingSeparatorPolicyOptional     = TrailingSeparatorPolicy("Optional")
	TrailingSeparatorPolicyMandatory    = TrailingSeparatorPolicy("Mandatory")
)
View Source
const (
	UsageIndicatorNotSpecified = UsageIndicator("NotSpecified")
	UsageIndicatorTest         = UsageIndicator("Test")
	UsageIndicatorInformation  = UsageIndicator("Information")
	UsageIndicatorProduction   = UsageIndicator("Production")
)
View Source
const (
	WorkflowStateEnumNotSpecified = WorkflowStateEnum("NotSpecified")
	WorkflowStateEnumCompleted    = WorkflowStateEnum("Completed")
	WorkflowStateEnumEnabled      = WorkflowStateEnum("Enabled")
	WorkflowStateEnumDisabled     = WorkflowStateEnum("Disabled")
	WorkflowStateEnumDeleted      = WorkflowStateEnum("Deleted")
	WorkflowStateEnumSuspended    = WorkflowStateEnum("Suspended")
)
View Source
const (
	X12CharacterSetNotSpecified = X12CharacterSet("NotSpecified")
	X12CharacterSetBasic        = X12CharacterSet("Basic")
	X12CharacterSetExtended     = X12CharacterSet("Extended")
	X12CharacterSetUTF8         = X12CharacterSet("UTF8")
)
View Source
const (
	X12DateFormatNotSpecified = X12DateFormat("NotSpecified")
	X12DateFormatCCYYMMDD     = X12DateFormat("CCYYMMDD")
	X12DateFormatYYMMDD       = X12DateFormat("YYMMDD")
)
View Source
const (
	X12TimeFormatNotSpecified = X12TimeFormat("NotSpecified")
	X12TimeFormatHHMM         = X12TimeFormat("HHMM")
	X12TimeFormatHHMMSS       = X12TimeFormat("HHMMSS")
	X12TimeFormatHHMMSSdd     = X12TimeFormat("HHMMSSdd")
	X12TimeFormatHHMMSSd      = X12TimeFormat("HHMMSSd")
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AS2AcknowledgementConnectionSettings

type AS2AcknowledgementConnectionSettings struct {
	// The value indicating whether to ignore mismatch in certificate name.
	IgnoreCertificateNameMismatch bool `pulumi:"ignoreCertificateNameMismatch"`
	// The value indicating whether to keep the connection alive.
	KeepHttpConnectionAlive bool `pulumi:"keepHttpConnectionAlive"`
	// The value indicating whether to support HTTP status code 'CONTINUE'.
	SupportHttpStatusCodeContinue bool `pulumi:"supportHttpStatusCodeContinue"`
	// The value indicating whether to unfold the HTTP headers.
	UnfoldHttpHeaders bool `pulumi:"unfoldHttpHeaders"`
}

The AS2 agreement acknowledgement connection settings.

type AS2AcknowledgementConnectionSettingsArgs

type AS2AcknowledgementConnectionSettingsArgs struct {
	// The value indicating whether to ignore mismatch in certificate name.
	IgnoreCertificateNameMismatch pulumi.BoolInput `pulumi:"ignoreCertificateNameMismatch"`
	// The value indicating whether to keep the connection alive.
	KeepHttpConnectionAlive pulumi.BoolInput `pulumi:"keepHttpConnectionAlive"`
	// The value indicating whether to support HTTP status code 'CONTINUE'.
	SupportHttpStatusCodeContinue pulumi.BoolInput `pulumi:"supportHttpStatusCodeContinue"`
	// The value indicating whether to unfold the HTTP headers.
	UnfoldHttpHeaders pulumi.BoolInput `pulumi:"unfoldHttpHeaders"`
}

The AS2 agreement acknowledgement connection settings.

func (AS2AcknowledgementConnectionSettingsArgs) ElementType

func (AS2AcknowledgementConnectionSettingsArgs) ToAS2AcknowledgementConnectionSettingsOutput

func (i AS2AcknowledgementConnectionSettingsArgs) ToAS2AcknowledgementConnectionSettingsOutput() AS2AcknowledgementConnectionSettingsOutput

func (AS2AcknowledgementConnectionSettingsArgs) ToAS2AcknowledgementConnectionSettingsOutputWithContext

func (i AS2AcknowledgementConnectionSettingsArgs) ToAS2AcknowledgementConnectionSettingsOutputWithContext(ctx context.Context) AS2AcknowledgementConnectionSettingsOutput

func (AS2AcknowledgementConnectionSettingsArgs) ToAS2AcknowledgementConnectionSettingsPtrOutput

func (i AS2AcknowledgementConnectionSettingsArgs) ToAS2AcknowledgementConnectionSettingsPtrOutput() AS2AcknowledgementConnectionSettingsPtrOutput

func (AS2AcknowledgementConnectionSettingsArgs) ToAS2AcknowledgementConnectionSettingsPtrOutputWithContext

func (i AS2AcknowledgementConnectionSettingsArgs) ToAS2AcknowledgementConnectionSettingsPtrOutputWithContext(ctx context.Context) AS2AcknowledgementConnectionSettingsPtrOutput

type AS2AcknowledgementConnectionSettingsInput

type AS2AcknowledgementConnectionSettingsInput interface {
	pulumi.Input

	ToAS2AcknowledgementConnectionSettingsOutput() AS2AcknowledgementConnectionSettingsOutput
	ToAS2AcknowledgementConnectionSettingsOutputWithContext(context.Context) AS2AcknowledgementConnectionSettingsOutput
}

AS2AcknowledgementConnectionSettingsInput is an input type that accepts AS2AcknowledgementConnectionSettingsArgs and AS2AcknowledgementConnectionSettingsOutput values. You can construct a concrete instance of `AS2AcknowledgementConnectionSettingsInput` via:

AS2AcknowledgementConnectionSettingsArgs{...}

type AS2AcknowledgementConnectionSettingsOutput

type AS2AcknowledgementConnectionSettingsOutput struct{ *pulumi.OutputState }

The AS2 agreement acknowledgement connection settings.

func (AS2AcknowledgementConnectionSettingsOutput) ElementType

func (AS2AcknowledgementConnectionSettingsOutput) IgnoreCertificateNameMismatch

func (o AS2AcknowledgementConnectionSettingsOutput) IgnoreCertificateNameMismatch() pulumi.BoolOutput

The value indicating whether to ignore mismatch in certificate name.

func (AS2AcknowledgementConnectionSettingsOutput) KeepHttpConnectionAlive

func (o AS2AcknowledgementConnectionSettingsOutput) KeepHttpConnectionAlive() pulumi.BoolOutput

The value indicating whether to keep the connection alive.

func (AS2AcknowledgementConnectionSettingsOutput) SupportHttpStatusCodeContinue

func (o AS2AcknowledgementConnectionSettingsOutput) SupportHttpStatusCodeContinue() pulumi.BoolOutput

The value indicating whether to support HTTP status code 'CONTINUE'.

func (AS2AcknowledgementConnectionSettingsOutput) ToAS2AcknowledgementConnectionSettingsOutput

func (o AS2AcknowledgementConnectionSettingsOutput) ToAS2AcknowledgementConnectionSettingsOutput() AS2AcknowledgementConnectionSettingsOutput

func (AS2AcknowledgementConnectionSettingsOutput) ToAS2AcknowledgementConnectionSettingsOutputWithContext

func (o AS2AcknowledgementConnectionSettingsOutput) ToAS2AcknowledgementConnectionSettingsOutputWithContext(ctx context.Context) AS2AcknowledgementConnectionSettingsOutput

func (AS2AcknowledgementConnectionSettingsOutput) ToAS2AcknowledgementConnectionSettingsPtrOutput

func (o AS2AcknowledgementConnectionSettingsOutput) ToAS2AcknowledgementConnectionSettingsPtrOutput() AS2AcknowledgementConnectionSettingsPtrOutput

func (AS2AcknowledgementConnectionSettingsOutput) ToAS2AcknowledgementConnectionSettingsPtrOutputWithContext

func (o AS2AcknowledgementConnectionSettingsOutput) ToAS2AcknowledgementConnectionSettingsPtrOutputWithContext(ctx context.Context) AS2AcknowledgementConnectionSettingsPtrOutput

func (AS2AcknowledgementConnectionSettingsOutput) UnfoldHttpHeaders

The value indicating whether to unfold the HTTP headers.

type AS2AcknowledgementConnectionSettingsPtrInput

type AS2AcknowledgementConnectionSettingsPtrInput interface {
	pulumi.Input

	ToAS2AcknowledgementConnectionSettingsPtrOutput() AS2AcknowledgementConnectionSettingsPtrOutput
	ToAS2AcknowledgementConnectionSettingsPtrOutputWithContext(context.Context) AS2AcknowledgementConnectionSettingsPtrOutput
}

AS2AcknowledgementConnectionSettingsPtrInput is an input type that accepts AS2AcknowledgementConnectionSettingsArgs, AS2AcknowledgementConnectionSettingsPtr and AS2AcknowledgementConnectionSettingsPtrOutput values. You can construct a concrete instance of `AS2AcknowledgementConnectionSettingsPtrInput` via:

        AS2AcknowledgementConnectionSettingsArgs{...}

or:

        nil

type AS2AcknowledgementConnectionSettingsPtrOutput

type AS2AcknowledgementConnectionSettingsPtrOutput struct{ *pulumi.OutputState }

func (AS2AcknowledgementConnectionSettingsPtrOutput) Elem

func (AS2AcknowledgementConnectionSettingsPtrOutput) ElementType

func (AS2AcknowledgementConnectionSettingsPtrOutput) IgnoreCertificateNameMismatch

func (o AS2AcknowledgementConnectionSettingsPtrOutput) IgnoreCertificateNameMismatch() pulumi.BoolPtrOutput

The value indicating whether to ignore mismatch in certificate name.

func (AS2AcknowledgementConnectionSettingsPtrOutput) KeepHttpConnectionAlive

The value indicating whether to keep the connection alive.

func (AS2AcknowledgementConnectionSettingsPtrOutput) SupportHttpStatusCodeContinue

func (o AS2AcknowledgementConnectionSettingsPtrOutput) SupportHttpStatusCodeContinue() pulumi.BoolPtrOutput

The value indicating whether to support HTTP status code 'CONTINUE'.

func (AS2AcknowledgementConnectionSettingsPtrOutput) ToAS2AcknowledgementConnectionSettingsPtrOutput

func (o AS2AcknowledgementConnectionSettingsPtrOutput) ToAS2AcknowledgementConnectionSettingsPtrOutput() AS2AcknowledgementConnectionSettingsPtrOutput

func (AS2AcknowledgementConnectionSettingsPtrOutput) ToAS2AcknowledgementConnectionSettingsPtrOutputWithContext

func (o AS2AcknowledgementConnectionSettingsPtrOutput) ToAS2AcknowledgementConnectionSettingsPtrOutputWithContext(ctx context.Context) AS2AcknowledgementConnectionSettingsPtrOutput

func (AS2AcknowledgementConnectionSettingsPtrOutput) UnfoldHttpHeaders

The value indicating whether to unfold the HTTP headers.

type AS2AcknowledgementConnectionSettingsResponse

type AS2AcknowledgementConnectionSettingsResponse struct {
	// The value indicating whether to ignore mismatch in certificate name.
	IgnoreCertificateNameMismatch bool `pulumi:"ignoreCertificateNameMismatch"`
	// The value indicating whether to keep the connection alive.
	KeepHttpConnectionAlive bool `pulumi:"keepHttpConnectionAlive"`
	// The value indicating whether to support HTTP status code 'CONTINUE'.
	SupportHttpStatusCodeContinue bool `pulumi:"supportHttpStatusCodeContinue"`
	// The value indicating whether to unfold the HTTP headers.
	UnfoldHttpHeaders bool `pulumi:"unfoldHttpHeaders"`
}

The AS2 agreement acknowledgement connection settings.

type AS2AcknowledgementConnectionSettingsResponseArgs

type AS2AcknowledgementConnectionSettingsResponseArgs struct {
	// The value indicating whether to ignore mismatch in certificate name.
	IgnoreCertificateNameMismatch pulumi.BoolInput `pulumi:"ignoreCertificateNameMismatch"`
	// The value indicating whether to keep the connection alive.
	KeepHttpConnectionAlive pulumi.BoolInput `pulumi:"keepHttpConnectionAlive"`
	// The value indicating whether to support HTTP status code 'CONTINUE'.
	SupportHttpStatusCodeContinue pulumi.BoolInput `pulumi:"supportHttpStatusCodeContinue"`
	// The value indicating whether to unfold the HTTP headers.
	UnfoldHttpHeaders pulumi.BoolInput `pulumi:"unfoldHttpHeaders"`
}

The AS2 agreement acknowledgement connection settings.

func (AS2AcknowledgementConnectionSettingsResponseArgs) ElementType

func (AS2AcknowledgementConnectionSettingsResponseArgs) ToAS2AcknowledgementConnectionSettingsResponseOutput

func (i AS2AcknowledgementConnectionSettingsResponseArgs) ToAS2AcknowledgementConnectionSettingsResponseOutput() AS2AcknowledgementConnectionSettingsResponseOutput

func (AS2AcknowledgementConnectionSettingsResponseArgs) ToAS2AcknowledgementConnectionSettingsResponseOutputWithContext

func (i AS2AcknowledgementConnectionSettingsResponseArgs) ToAS2AcknowledgementConnectionSettingsResponseOutputWithContext(ctx context.Context) AS2AcknowledgementConnectionSettingsResponseOutput

func (AS2AcknowledgementConnectionSettingsResponseArgs) ToAS2AcknowledgementConnectionSettingsResponsePtrOutput

func (i AS2AcknowledgementConnectionSettingsResponseArgs) ToAS2AcknowledgementConnectionSettingsResponsePtrOutput() AS2AcknowledgementConnectionSettingsResponsePtrOutput

func (AS2AcknowledgementConnectionSettingsResponseArgs) ToAS2AcknowledgementConnectionSettingsResponsePtrOutputWithContext

func (i AS2AcknowledgementConnectionSettingsResponseArgs) ToAS2AcknowledgementConnectionSettingsResponsePtrOutputWithContext(ctx context.Context) AS2AcknowledgementConnectionSettingsResponsePtrOutput

type AS2AcknowledgementConnectionSettingsResponseInput

type AS2AcknowledgementConnectionSettingsResponseInput interface {
	pulumi.Input

	ToAS2AcknowledgementConnectionSettingsResponseOutput() AS2AcknowledgementConnectionSettingsResponseOutput
	ToAS2AcknowledgementConnectionSettingsResponseOutputWithContext(context.Context) AS2AcknowledgementConnectionSettingsResponseOutput
}

AS2AcknowledgementConnectionSettingsResponseInput is an input type that accepts AS2AcknowledgementConnectionSettingsResponseArgs and AS2AcknowledgementConnectionSettingsResponseOutput values. You can construct a concrete instance of `AS2AcknowledgementConnectionSettingsResponseInput` via:

AS2AcknowledgementConnectionSettingsResponseArgs{...}

type AS2AcknowledgementConnectionSettingsResponseOutput

type AS2AcknowledgementConnectionSettingsResponseOutput struct{ *pulumi.OutputState }

The AS2 agreement acknowledgement connection settings.

func (AS2AcknowledgementConnectionSettingsResponseOutput) ElementType

func (AS2AcknowledgementConnectionSettingsResponseOutput) IgnoreCertificateNameMismatch

func (o AS2AcknowledgementConnectionSettingsResponseOutput) IgnoreCertificateNameMismatch() pulumi.BoolOutput

The value indicating whether to ignore mismatch in certificate name.

func (AS2AcknowledgementConnectionSettingsResponseOutput) KeepHttpConnectionAlive

The value indicating whether to keep the connection alive.

func (AS2AcknowledgementConnectionSettingsResponseOutput) SupportHttpStatusCodeContinue

func (o AS2AcknowledgementConnectionSettingsResponseOutput) SupportHttpStatusCodeContinue() pulumi.BoolOutput

The value indicating whether to support HTTP status code 'CONTINUE'.

func (AS2AcknowledgementConnectionSettingsResponseOutput) ToAS2AcknowledgementConnectionSettingsResponseOutput

func (o AS2AcknowledgementConnectionSettingsResponseOutput) ToAS2AcknowledgementConnectionSettingsResponseOutput() AS2AcknowledgementConnectionSettingsResponseOutput

func (AS2AcknowledgementConnectionSettingsResponseOutput) ToAS2AcknowledgementConnectionSettingsResponseOutputWithContext

func (o AS2AcknowledgementConnectionSettingsResponseOutput) ToAS2AcknowledgementConnectionSettingsResponseOutputWithContext(ctx context.Context) AS2AcknowledgementConnectionSettingsResponseOutput

func (AS2AcknowledgementConnectionSettingsResponseOutput) ToAS2AcknowledgementConnectionSettingsResponsePtrOutput

func (o AS2AcknowledgementConnectionSettingsResponseOutput) ToAS2AcknowledgementConnectionSettingsResponsePtrOutput() AS2AcknowledgementConnectionSettingsResponsePtrOutput

func (AS2AcknowledgementConnectionSettingsResponseOutput) ToAS2AcknowledgementConnectionSettingsResponsePtrOutputWithContext

func (o AS2AcknowledgementConnectionSettingsResponseOutput) ToAS2AcknowledgementConnectionSettingsResponsePtrOutputWithContext(ctx context.Context) AS2AcknowledgementConnectionSettingsResponsePtrOutput

func (AS2AcknowledgementConnectionSettingsResponseOutput) UnfoldHttpHeaders

The value indicating whether to unfold the HTTP headers.

type AS2AcknowledgementConnectionSettingsResponsePtrInput

type AS2AcknowledgementConnectionSettingsResponsePtrInput interface {
	pulumi.Input

	ToAS2AcknowledgementConnectionSettingsResponsePtrOutput() AS2AcknowledgementConnectionSettingsResponsePtrOutput
	ToAS2AcknowledgementConnectionSettingsResponsePtrOutputWithContext(context.Context) AS2AcknowledgementConnectionSettingsResponsePtrOutput
}

AS2AcknowledgementConnectionSettingsResponsePtrInput is an input type that accepts AS2AcknowledgementConnectionSettingsResponseArgs, AS2AcknowledgementConnectionSettingsResponsePtr and AS2AcknowledgementConnectionSettingsResponsePtrOutput values. You can construct a concrete instance of `AS2AcknowledgementConnectionSettingsResponsePtrInput` via:

        AS2AcknowledgementConnectionSettingsResponseArgs{...}

or:

        nil

type AS2AcknowledgementConnectionSettingsResponsePtrOutput

type AS2AcknowledgementConnectionSettingsResponsePtrOutput struct{ *pulumi.OutputState }

func (AS2AcknowledgementConnectionSettingsResponsePtrOutput) Elem

func (AS2AcknowledgementConnectionSettingsResponsePtrOutput) ElementType

func (AS2AcknowledgementConnectionSettingsResponsePtrOutput) IgnoreCertificateNameMismatch

The value indicating whether to ignore mismatch in certificate name.

func (AS2AcknowledgementConnectionSettingsResponsePtrOutput) KeepHttpConnectionAlive

The value indicating whether to keep the connection alive.

func (AS2AcknowledgementConnectionSettingsResponsePtrOutput) SupportHttpStatusCodeContinue

The value indicating whether to support HTTP status code 'CONTINUE'.

func (AS2AcknowledgementConnectionSettingsResponsePtrOutput) ToAS2AcknowledgementConnectionSettingsResponsePtrOutput

func (AS2AcknowledgementConnectionSettingsResponsePtrOutput) ToAS2AcknowledgementConnectionSettingsResponsePtrOutputWithContext

func (o AS2AcknowledgementConnectionSettingsResponsePtrOutput) ToAS2AcknowledgementConnectionSettingsResponsePtrOutputWithContext(ctx context.Context) AS2AcknowledgementConnectionSettingsResponsePtrOutput

func (AS2AcknowledgementConnectionSettingsResponsePtrOutput) UnfoldHttpHeaders

The value indicating whether to unfold the HTTP headers.

type AS2AgreementContent

type AS2AgreementContent struct {
	// The AS2 one-way receive agreement.
	ReceiveAgreement AS2OneWayAgreement `pulumi:"receiveAgreement"`
	// The AS2 one-way send agreement.
	SendAgreement AS2OneWayAgreement `pulumi:"sendAgreement"`
}

The integration account AS2 agreement content.

type AS2AgreementContentArgs

type AS2AgreementContentArgs struct {
	// The AS2 one-way receive agreement.
	ReceiveAgreement AS2OneWayAgreementInput `pulumi:"receiveAgreement"`
	// The AS2 one-way send agreement.
	SendAgreement AS2OneWayAgreementInput `pulumi:"sendAgreement"`
}

The integration account AS2 agreement content.

func (AS2AgreementContentArgs) ElementType

func (AS2AgreementContentArgs) ElementType() reflect.Type

func (AS2AgreementContentArgs) ToAS2AgreementContentOutput

func (i AS2AgreementContentArgs) ToAS2AgreementContentOutput() AS2AgreementContentOutput

func (AS2AgreementContentArgs) ToAS2AgreementContentOutputWithContext

func (i AS2AgreementContentArgs) ToAS2AgreementContentOutputWithContext(ctx context.Context) AS2AgreementContentOutput

func (AS2AgreementContentArgs) ToAS2AgreementContentPtrOutput

func (i AS2AgreementContentArgs) ToAS2AgreementContentPtrOutput() AS2AgreementContentPtrOutput

func (AS2AgreementContentArgs) ToAS2AgreementContentPtrOutputWithContext

func (i AS2AgreementContentArgs) ToAS2AgreementContentPtrOutputWithContext(ctx context.Context) AS2AgreementContentPtrOutput

type AS2AgreementContentInput

type AS2AgreementContentInput interface {
	pulumi.Input

	ToAS2AgreementContentOutput() AS2AgreementContentOutput
	ToAS2AgreementContentOutputWithContext(context.Context) AS2AgreementContentOutput
}

AS2AgreementContentInput is an input type that accepts AS2AgreementContentArgs and AS2AgreementContentOutput values. You can construct a concrete instance of `AS2AgreementContentInput` via:

AS2AgreementContentArgs{...}

type AS2AgreementContentOutput

type AS2AgreementContentOutput struct{ *pulumi.OutputState }

The integration account AS2 agreement content.

func (AS2AgreementContentOutput) ElementType

func (AS2AgreementContentOutput) ElementType() reflect.Type

func (AS2AgreementContentOutput) ReceiveAgreement

The AS2 one-way receive agreement.

func (AS2AgreementContentOutput) SendAgreement

The AS2 one-way send agreement.

func (AS2AgreementContentOutput) ToAS2AgreementContentOutput

func (o AS2AgreementContentOutput) ToAS2AgreementContentOutput() AS2AgreementContentOutput

func (AS2AgreementContentOutput) ToAS2AgreementContentOutputWithContext

func (o AS2AgreementContentOutput) ToAS2AgreementContentOutputWithContext(ctx context.Context) AS2AgreementContentOutput

func (AS2AgreementContentOutput) ToAS2AgreementContentPtrOutput

func (o AS2AgreementContentOutput) ToAS2AgreementContentPtrOutput() AS2AgreementContentPtrOutput

func (AS2AgreementContentOutput) ToAS2AgreementContentPtrOutputWithContext

func (o AS2AgreementContentOutput) ToAS2AgreementContentPtrOutputWithContext(ctx context.Context) AS2AgreementContentPtrOutput

type AS2AgreementContentPtrInput

type AS2AgreementContentPtrInput interface {
	pulumi.Input

	ToAS2AgreementContentPtrOutput() AS2AgreementContentPtrOutput
	ToAS2AgreementContentPtrOutputWithContext(context.Context) AS2AgreementContentPtrOutput
}

AS2AgreementContentPtrInput is an input type that accepts AS2AgreementContentArgs, AS2AgreementContentPtr and AS2AgreementContentPtrOutput values. You can construct a concrete instance of `AS2AgreementContentPtrInput` via:

        AS2AgreementContentArgs{...}

or:

        nil

type AS2AgreementContentPtrOutput

type AS2AgreementContentPtrOutput struct{ *pulumi.OutputState }

func (AS2AgreementContentPtrOutput) Elem

func (AS2AgreementContentPtrOutput) ElementType

func (AS2AgreementContentPtrOutput) ReceiveAgreement

The AS2 one-way receive agreement.

func (AS2AgreementContentPtrOutput) SendAgreement

The AS2 one-way send agreement.

func (AS2AgreementContentPtrOutput) ToAS2AgreementContentPtrOutput

func (o AS2AgreementContentPtrOutput) ToAS2AgreementContentPtrOutput() AS2AgreementContentPtrOutput

func (AS2AgreementContentPtrOutput) ToAS2AgreementContentPtrOutputWithContext

func (o AS2AgreementContentPtrOutput) ToAS2AgreementContentPtrOutputWithContext(ctx context.Context) AS2AgreementContentPtrOutput

type AS2AgreementContentResponse

type AS2AgreementContentResponse struct {
	// The AS2 one-way receive agreement.
	ReceiveAgreement AS2OneWayAgreementResponse `pulumi:"receiveAgreement"`
	// The AS2 one-way send agreement.
	SendAgreement AS2OneWayAgreementResponse `pulumi:"sendAgreement"`
}

The integration account AS2 agreement content.

type AS2AgreementContentResponseArgs

type AS2AgreementContentResponseArgs struct {
	// The AS2 one-way receive agreement.
	ReceiveAgreement AS2OneWayAgreementResponseInput `pulumi:"receiveAgreement"`
	// The AS2 one-way send agreement.
	SendAgreement AS2OneWayAgreementResponseInput `pulumi:"sendAgreement"`
}

The integration account AS2 agreement content.

func (AS2AgreementContentResponseArgs) ElementType

func (AS2AgreementContentResponseArgs) ToAS2AgreementContentResponseOutput

func (i AS2AgreementContentResponseArgs) ToAS2AgreementContentResponseOutput() AS2AgreementContentResponseOutput

func (AS2AgreementContentResponseArgs) ToAS2AgreementContentResponseOutputWithContext

func (i AS2AgreementContentResponseArgs) ToAS2AgreementContentResponseOutputWithContext(ctx context.Context) AS2AgreementContentResponseOutput

func (AS2AgreementContentResponseArgs) ToAS2AgreementContentResponsePtrOutput

func (i AS2AgreementContentResponseArgs) ToAS2AgreementContentResponsePtrOutput() AS2AgreementContentResponsePtrOutput

func (AS2AgreementContentResponseArgs) ToAS2AgreementContentResponsePtrOutputWithContext

func (i AS2AgreementContentResponseArgs) ToAS2AgreementContentResponsePtrOutputWithContext(ctx context.Context) AS2AgreementContentResponsePtrOutput

type AS2AgreementContentResponseInput

type AS2AgreementContentResponseInput interface {
	pulumi.Input

	ToAS2AgreementContentResponseOutput() AS2AgreementContentResponseOutput
	ToAS2AgreementContentResponseOutputWithContext(context.Context) AS2AgreementContentResponseOutput
}

AS2AgreementContentResponseInput is an input type that accepts AS2AgreementContentResponseArgs and AS2AgreementContentResponseOutput values. You can construct a concrete instance of `AS2AgreementContentResponseInput` via:

AS2AgreementContentResponseArgs{...}

type AS2AgreementContentResponseOutput

type AS2AgreementContentResponseOutput struct{ *pulumi.OutputState }

The integration account AS2 agreement content.

func (AS2AgreementContentResponseOutput) ElementType

func (AS2AgreementContentResponseOutput) ReceiveAgreement

The AS2 one-way receive agreement.

func (AS2AgreementContentResponseOutput) SendAgreement

The AS2 one-way send agreement.

func (AS2AgreementContentResponseOutput) ToAS2AgreementContentResponseOutput

func (o AS2AgreementContentResponseOutput) ToAS2AgreementContentResponseOutput() AS2AgreementContentResponseOutput

func (AS2AgreementContentResponseOutput) ToAS2AgreementContentResponseOutputWithContext

func (o AS2AgreementContentResponseOutput) ToAS2AgreementContentResponseOutputWithContext(ctx context.Context) AS2AgreementContentResponseOutput

func (AS2AgreementContentResponseOutput) ToAS2AgreementContentResponsePtrOutput

func (o AS2AgreementContentResponseOutput) ToAS2AgreementContentResponsePtrOutput() AS2AgreementContentResponsePtrOutput

func (AS2AgreementContentResponseOutput) ToAS2AgreementContentResponsePtrOutputWithContext

func (o AS2AgreementContentResponseOutput) ToAS2AgreementContentResponsePtrOutputWithContext(ctx context.Context) AS2AgreementContentResponsePtrOutput

type AS2AgreementContentResponsePtrInput

type AS2AgreementContentResponsePtrInput interface {
	pulumi.Input

	ToAS2AgreementContentResponsePtrOutput() AS2AgreementContentResponsePtrOutput
	ToAS2AgreementContentResponsePtrOutputWithContext(context.Context) AS2AgreementContentResponsePtrOutput
}

AS2AgreementContentResponsePtrInput is an input type that accepts AS2AgreementContentResponseArgs, AS2AgreementContentResponsePtr and AS2AgreementContentResponsePtrOutput values. You can construct a concrete instance of `AS2AgreementContentResponsePtrInput` via:

        AS2AgreementContentResponseArgs{...}

or:

        nil

type AS2AgreementContentResponsePtrOutput

type AS2AgreementContentResponsePtrOutput struct{ *pulumi.OutputState }

func (AS2AgreementContentResponsePtrOutput) Elem

func (AS2AgreementContentResponsePtrOutput) ElementType

func (AS2AgreementContentResponsePtrOutput) ReceiveAgreement

The AS2 one-way receive agreement.

func (AS2AgreementContentResponsePtrOutput) SendAgreement

The AS2 one-way send agreement.

func (AS2AgreementContentResponsePtrOutput) ToAS2AgreementContentResponsePtrOutput

func (o AS2AgreementContentResponsePtrOutput) ToAS2AgreementContentResponsePtrOutput() AS2AgreementContentResponsePtrOutput

func (AS2AgreementContentResponsePtrOutput) ToAS2AgreementContentResponsePtrOutputWithContext

func (o AS2AgreementContentResponsePtrOutput) ToAS2AgreementContentResponsePtrOutputWithContext(ctx context.Context) AS2AgreementContentResponsePtrOutput

type AS2EnvelopeSettings

type AS2EnvelopeSettings struct {
	// The value indicating whether to auto generate file name.
	AutogenerateFileName bool `pulumi:"autogenerateFileName"`
	// The template for file name.
	FileNameTemplate string `pulumi:"fileNameTemplate"`
	// The message content type.
	MessageContentType string `pulumi:"messageContentType"`
	// The value indicating whether to suspend message on file name generation error.
	SuspendMessageOnFileNameGenerationError bool `pulumi:"suspendMessageOnFileNameGenerationError"`
	// The value indicating whether to transmit file name in mime header.
	TransmitFileNameInMimeHeader bool `pulumi:"transmitFileNameInMimeHeader"`
}

The AS2 agreement envelope settings.

type AS2EnvelopeSettingsArgs

type AS2EnvelopeSettingsArgs struct {
	// The value indicating whether to auto generate file name.
	AutogenerateFileName pulumi.BoolInput `pulumi:"autogenerateFileName"`
	// The template for file name.
	FileNameTemplate pulumi.StringInput `pulumi:"fileNameTemplate"`
	// The message content type.
	MessageContentType pulumi.StringInput `pulumi:"messageContentType"`
	// The value indicating whether to suspend message on file name generation error.
	SuspendMessageOnFileNameGenerationError pulumi.BoolInput `pulumi:"suspendMessageOnFileNameGenerationError"`
	// The value indicating whether to transmit file name in mime header.
	TransmitFileNameInMimeHeader pulumi.BoolInput `pulumi:"transmitFileNameInMimeHeader"`
}

The AS2 agreement envelope settings.

func (AS2EnvelopeSettingsArgs) ElementType

func (AS2EnvelopeSettingsArgs) ElementType() reflect.Type

func (AS2EnvelopeSettingsArgs) ToAS2EnvelopeSettingsOutput

func (i AS2EnvelopeSettingsArgs) ToAS2EnvelopeSettingsOutput() AS2EnvelopeSettingsOutput

func (AS2EnvelopeSettingsArgs) ToAS2EnvelopeSettingsOutputWithContext

func (i AS2EnvelopeSettingsArgs) ToAS2EnvelopeSettingsOutputWithContext(ctx context.Context) AS2EnvelopeSettingsOutput

func (AS2EnvelopeSettingsArgs) ToAS2EnvelopeSettingsPtrOutput

func (i AS2EnvelopeSettingsArgs) ToAS2EnvelopeSettingsPtrOutput() AS2EnvelopeSettingsPtrOutput

func (AS2EnvelopeSettingsArgs) ToAS2EnvelopeSettingsPtrOutputWithContext

func (i AS2EnvelopeSettingsArgs) ToAS2EnvelopeSettingsPtrOutputWithContext(ctx context.Context) AS2EnvelopeSettingsPtrOutput

type AS2EnvelopeSettingsInput

type AS2EnvelopeSettingsInput interface {
	pulumi.Input

	ToAS2EnvelopeSettingsOutput() AS2EnvelopeSettingsOutput
	ToAS2EnvelopeSettingsOutputWithContext(context.Context) AS2EnvelopeSettingsOutput
}

AS2EnvelopeSettingsInput is an input type that accepts AS2EnvelopeSettingsArgs and AS2EnvelopeSettingsOutput values. You can construct a concrete instance of `AS2EnvelopeSettingsInput` via:

AS2EnvelopeSettingsArgs{...}

type AS2EnvelopeSettingsOutput

type AS2EnvelopeSettingsOutput struct{ *pulumi.OutputState }

The AS2 agreement envelope settings.

func (AS2EnvelopeSettingsOutput) AutogenerateFileName

func (o AS2EnvelopeSettingsOutput) AutogenerateFileName() pulumi.BoolOutput

The value indicating whether to auto generate file name.

func (AS2EnvelopeSettingsOutput) ElementType

func (AS2EnvelopeSettingsOutput) ElementType() reflect.Type

func (AS2EnvelopeSettingsOutput) FileNameTemplate

func (o AS2EnvelopeSettingsOutput) FileNameTemplate() pulumi.StringOutput

The template for file name.

func (AS2EnvelopeSettingsOutput) MessageContentType

func (o AS2EnvelopeSettingsOutput) MessageContentType() pulumi.StringOutput

The message content type.

func (AS2EnvelopeSettingsOutput) SuspendMessageOnFileNameGenerationError

func (o AS2EnvelopeSettingsOutput) SuspendMessageOnFileNameGenerationError() pulumi.BoolOutput

The value indicating whether to suspend message on file name generation error.

func (AS2EnvelopeSettingsOutput) ToAS2EnvelopeSettingsOutput

func (o AS2EnvelopeSettingsOutput) ToAS2EnvelopeSettingsOutput() AS2EnvelopeSettingsOutput

func (AS2EnvelopeSettingsOutput) ToAS2EnvelopeSettingsOutputWithContext

func (o AS2EnvelopeSettingsOutput) ToAS2EnvelopeSettingsOutputWithContext(ctx context.Context) AS2EnvelopeSettingsOutput

func (AS2EnvelopeSettingsOutput) ToAS2EnvelopeSettingsPtrOutput

func (o AS2EnvelopeSettingsOutput) ToAS2EnvelopeSettingsPtrOutput() AS2EnvelopeSettingsPtrOutput

func (AS2EnvelopeSettingsOutput) ToAS2EnvelopeSettingsPtrOutputWithContext

func (o AS2EnvelopeSettingsOutput) ToAS2EnvelopeSettingsPtrOutputWithContext(ctx context.Context) AS2EnvelopeSettingsPtrOutput

func (AS2EnvelopeSettingsOutput) TransmitFileNameInMimeHeader

func (o AS2EnvelopeSettingsOutput) TransmitFileNameInMimeHeader() pulumi.BoolOutput

The value indicating whether to transmit file name in mime header.

type AS2EnvelopeSettingsPtrInput

type AS2EnvelopeSettingsPtrInput interface {
	pulumi.Input

	ToAS2EnvelopeSettingsPtrOutput() AS2EnvelopeSettingsPtrOutput
	ToAS2EnvelopeSettingsPtrOutputWithContext(context.Context) AS2EnvelopeSettingsPtrOutput
}

AS2EnvelopeSettingsPtrInput is an input type that accepts AS2EnvelopeSettingsArgs, AS2EnvelopeSettingsPtr and AS2EnvelopeSettingsPtrOutput values. You can construct a concrete instance of `AS2EnvelopeSettingsPtrInput` via:

        AS2EnvelopeSettingsArgs{...}

or:

        nil

type AS2EnvelopeSettingsPtrOutput

type AS2EnvelopeSettingsPtrOutput struct{ *pulumi.OutputState }

func (AS2EnvelopeSettingsPtrOutput) AutogenerateFileName

func (o AS2EnvelopeSettingsPtrOutput) AutogenerateFileName() pulumi.BoolPtrOutput

The value indicating whether to auto generate file name.

func (AS2EnvelopeSettingsPtrOutput) Elem

func (AS2EnvelopeSettingsPtrOutput) ElementType

func (AS2EnvelopeSettingsPtrOutput) FileNameTemplate

The template for file name.

func (AS2EnvelopeSettingsPtrOutput) MessageContentType

func (o AS2EnvelopeSettingsPtrOutput) MessageContentType() pulumi.StringPtrOutput

The message content type.

func (AS2EnvelopeSettingsPtrOutput) SuspendMessageOnFileNameGenerationError

func (o AS2EnvelopeSettingsPtrOutput) SuspendMessageOnFileNameGenerationError() pulumi.BoolPtrOutput

The value indicating whether to suspend message on file name generation error.

func (AS2EnvelopeSettingsPtrOutput) ToAS2EnvelopeSettingsPtrOutput

func (o AS2EnvelopeSettingsPtrOutput) ToAS2EnvelopeSettingsPtrOutput() AS2EnvelopeSettingsPtrOutput

func (AS2EnvelopeSettingsPtrOutput) ToAS2EnvelopeSettingsPtrOutputWithContext

func (o AS2EnvelopeSettingsPtrOutput) ToAS2EnvelopeSettingsPtrOutputWithContext(ctx context.Context) AS2EnvelopeSettingsPtrOutput

func (AS2EnvelopeSettingsPtrOutput) TransmitFileNameInMimeHeader

func (o AS2EnvelopeSettingsPtrOutput) TransmitFileNameInMimeHeader() pulumi.BoolPtrOutput

The value indicating whether to transmit file name in mime header.

type AS2EnvelopeSettingsResponse

type AS2EnvelopeSettingsResponse struct {
	// The value indicating whether to auto generate file name.
	AutogenerateFileName bool `pulumi:"autogenerateFileName"`
	// The template for file name.
	FileNameTemplate string `pulumi:"fileNameTemplate"`
	// The message content type.
	MessageContentType string `pulumi:"messageContentType"`
	// The value indicating whether to suspend message on file name generation error.
	SuspendMessageOnFileNameGenerationError bool `pulumi:"suspendMessageOnFileNameGenerationError"`
	// The value indicating whether to transmit file name in mime header.
	TransmitFileNameInMimeHeader bool `pulumi:"transmitFileNameInMimeHeader"`
}

The AS2 agreement envelope settings.

type AS2EnvelopeSettingsResponseArgs

type AS2EnvelopeSettingsResponseArgs struct {
	// The value indicating whether to auto generate file name.
	AutogenerateFileName pulumi.BoolInput `pulumi:"autogenerateFileName"`
	// The template for file name.
	FileNameTemplate pulumi.StringInput `pulumi:"fileNameTemplate"`
	// The message content type.
	MessageContentType pulumi.StringInput `pulumi:"messageContentType"`
	// The value indicating whether to suspend message on file name generation error.
	SuspendMessageOnFileNameGenerationError pulumi.BoolInput `pulumi:"suspendMessageOnFileNameGenerationError"`
	// The value indicating whether to transmit file name in mime header.
	TransmitFileNameInMimeHeader pulumi.BoolInput `pulumi:"transmitFileNameInMimeHeader"`
}

The AS2 agreement envelope settings.

func (AS2EnvelopeSettingsResponseArgs) ElementType

func (AS2EnvelopeSettingsResponseArgs) ToAS2EnvelopeSettingsResponseOutput

func (i AS2EnvelopeSettingsResponseArgs) ToAS2EnvelopeSettingsResponseOutput() AS2EnvelopeSettingsResponseOutput

func (AS2EnvelopeSettingsResponseArgs) ToAS2EnvelopeSettingsResponseOutputWithContext

func (i AS2EnvelopeSettingsResponseArgs) ToAS2EnvelopeSettingsResponseOutputWithContext(ctx context.Context) AS2EnvelopeSettingsResponseOutput

func (AS2EnvelopeSettingsResponseArgs) ToAS2EnvelopeSettingsResponsePtrOutput

func (i AS2EnvelopeSettingsResponseArgs) ToAS2EnvelopeSettingsResponsePtrOutput() AS2EnvelopeSettingsResponsePtrOutput

func (AS2EnvelopeSettingsResponseArgs) ToAS2EnvelopeSettingsResponsePtrOutputWithContext

func (i AS2EnvelopeSettingsResponseArgs) ToAS2EnvelopeSettingsResponsePtrOutputWithContext(ctx context.Context) AS2EnvelopeSettingsResponsePtrOutput

type AS2EnvelopeSettingsResponseInput

type AS2EnvelopeSettingsResponseInput interface {
	pulumi.Input

	ToAS2EnvelopeSettingsResponseOutput() AS2EnvelopeSettingsResponseOutput
	ToAS2EnvelopeSettingsResponseOutputWithContext(context.Context) AS2EnvelopeSettingsResponseOutput
}

AS2EnvelopeSettingsResponseInput is an input type that accepts AS2EnvelopeSettingsResponseArgs and AS2EnvelopeSettingsResponseOutput values. You can construct a concrete instance of `AS2EnvelopeSettingsResponseInput` via:

AS2EnvelopeSettingsResponseArgs{...}

type AS2EnvelopeSettingsResponseOutput

type AS2EnvelopeSettingsResponseOutput struct{ *pulumi.OutputState }

The AS2 agreement envelope settings.

func (AS2EnvelopeSettingsResponseOutput) AutogenerateFileName

func (o AS2EnvelopeSettingsResponseOutput) AutogenerateFileName() pulumi.BoolOutput

The value indicating whether to auto generate file name.

func (AS2EnvelopeSettingsResponseOutput) ElementType

func (AS2EnvelopeSettingsResponseOutput) FileNameTemplate

The template for file name.

func (AS2EnvelopeSettingsResponseOutput) MessageContentType

func (o AS2EnvelopeSettingsResponseOutput) MessageContentType() pulumi.StringOutput

The message content type.

func (AS2EnvelopeSettingsResponseOutput) SuspendMessageOnFileNameGenerationError

func (o AS2EnvelopeSettingsResponseOutput) SuspendMessageOnFileNameGenerationError() pulumi.BoolOutput

The value indicating whether to suspend message on file name generation error.

func (AS2EnvelopeSettingsResponseOutput) ToAS2EnvelopeSettingsResponseOutput

func (o AS2EnvelopeSettingsResponseOutput) ToAS2EnvelopeSettingsResponseOutput() AS2EnvelopeSettingsResponseOutput

func (AS2EnvelopeSettingsResponseOutput) ToAS2EnvelopeSettingsResponseOutputWithContext

func (o AS2EnvelopeSettingsResponseOutput) ToAS2EnvelopeSettingsResponseOutputWithContext(ctx context.Context) AS2EnvelopeSettingsResponseOutput

func (AS2EnvelopeSettingsResponseOutput) ToAS2EnvelopeSettingsResponsePtrOutput

func (o AS2EnvelopeSettingsResponseOutput) ToAS2EnvelopeSettingsResponsePtrOutput() AS2EnvelopeSettingsResponsePtrOutput

func (AS2EnvelopeSettingsResponseOutput) ToAS2EnvelopeSettingsResponsePtrOutputWithContext

func (o AS2EnvelopeSettingsResponseOutput) ToAS2EnvelopeSettingsResponsePtrOutputWithContext(ctx context.Context) AS2EnvelopeSettingsResponsePtrOutput

func (AS2EnvelopeSettingsResponseOutput) TransmitFileNameInMimeHeader

func (o AS2EnvelopeSettingsResponseOutput) TransmitFileNameInMimeHeader() pulumi.BoolOutput

The value indicating whether to transmit file name in mime header.

type AS2EnvelopeSettingsResponsePtrInput

type AS2EnvelopeSettingsResponsePtrInput interface {
	pulumi.Input

	ToAS2EnvelopeSettingsResponsePtrOutput() AS2EnvelopeSettingsResponsePtrOutput
	ToAS2EnvelopeSettingsResponsePtrOutputWithContext(context.Context) AS2EnvelopeSettingsResponsePtrOutput
}

AS2EnvelopeSettingsResponsePtrInput is an input type that accepts AS2EnvelopeSettingsResponseArgs, AS2EnvelopeSettingsResponsePtr and AS2EnvelopeSettingsResponsePtrOutput values. You can construct a concrete instance of `AS2EnvelopeSettingsResponsePtrInput` via:

        AS2EnvelopeSettingsResponseArgs{...}

or:

        nil

type AS2EnvelopeSettingsResponsePtrOutput

type AS2EnvelopeSettingsResponsePtrOutput struct{ *pulumi.OutputState }

func (AS2EnvelopeSettingsResponsePtrOutput) AutogenerateFileName

The value indicating whether to auto generate file name.

func (AS2EnvelopeSettingsResponsePtrOutput) Elem

func (AS2EnvelopeSettingsResponsePtrOutput) ElementType

func (AS2EnvelopeSettingsResponsePtrOutput) FileNameTemplate

The template for file name.

func (AS2EnvelopeSettingsResponsePtrOutput) MessageContentType

The message content type.

func (AS2EnvelopeSettingsResponsePtrOutput) SuspendMessageOnFileNameGenerationError

func (o AS2EnvelopeSettingsResponsePtrOutput) SuspendMessageOnFileNameGenerationError() pulumi.BoolPtrOutput

The value indicating whether to suspend message on file name generation error.

func (AS2EnvelopeSettingsResponsePtrOutput) ToAS2EnvelopeSettingsResponsePtrOutput

func (o AS2EnvelopeSettingsResponsePtrOutput) ToAS2EnvelopeSettingsResponsePtrOutput() AS2EnvelopeSettingsResponsePtrOutput

func (AS2EnvelopeSettingsResponsePtrOutput) ToAS2EnvelopeSettingsResponsePtrOutputWithContext

func (o AS2EnvelopeSettingsResponsePtrOutput) ToAS2EnvelopeSettingsResponsePtrOutputWithContext(ctx context.Context) AS2EnvelopeSettingsResponsePtrOutput

func (AS2EnvelopeSettingsResponsePtrOutput) TransmitFileNameInMimeHeader

func (o AS2EnvelopeSettingsResponsePtrOutput) TransmitFileNameInMimeHeader() pulumi.BoolPtrOutput

The value indicating whether to transmit file name in mime header.

type AS2ErrorSettings

type AS2ErrorSettings struct {
	// The value indicating whether to resend message If MDN is not received.
	ResendIfMdnNotReceived bool `pulumi:"resendIfMdnNotReceived"`
	// The value indicating whether to suspend duplicate message.
	SuspendDuplicateMessage bool `pulumi:"suspendDuplicateMessage"`
}

The AS2 agreement error settings.

type AS2ErrorSettingsArgs

type AS2ErrorSettingsArgs struct {
	// The value indicating whether to resend message If MDN is not received.
	ResendIfMdnNotReceived pulumi.BoolInput `pulumi:"resendIfMdnNotReceived"`
	// The value indicating whether to suspend duplicate message.
	SuspendDuplicateMessage pulumi.BoolInput `pulumi:"suspendDuplicateMessage"`
}

The AS2 agreement error settings.

func (AS2ErrorSettingsArgs) ElementType

func (AS2ErrorSettingsArgs) ElementType() reflect.Type

func (AS2ErrorSettingsArgs) ToAS2ErrorSettingsOutput

func (i AS2ErrorSettingsArgs) ToAS2ErrorSettingsOutput() AS2ErrorSettingsOutput

func (AS2ErrorSettingsArgs) ToAS2ErrorSettingsOutputWithContext

func (i AS2ErrorSettingsArgs) ToAS2ErrorSettingsOutputWithContext(ctx context.Context) AS2ErrorSettingsOutput

func (AS2ErrorSettingsArgs) ToAS2ErrorSettingsPtrOutput

func (i AS2ErrorSettingsArgs) ToAS2ErrorSettingsPtrOutput() AS2ErrorSettingsPtrOutput

func (AS2ErrorSettingsArgs) ToAS2ErrorSettingsPtrOutputWithContext

func (i AS2ErrorSettingsArgs) ToAS2ErrorSettingsPtrOutputWithContext(ctx context.Context) AS2ErrorSettingsPtrOutput

type AS2ErrorSettingsInput

type AS2ErrorSettingsInput interface {
	pulumi.Input

	ToAS2ErrorSettingsOutput() AS2ErrorSettingsOutput
	ToAS2ErrorSettingsOutputWithContext(context.Context) AS2ErrorSettingsOutput
}

AS2ErrorSettingsInput is an input type that accepts AS2ErrorSettingsArgs and AS2ErrorSettingsOutput values. You can construct a concrete instance of `AS2ErrorSettingsInput` via:

AS2ErrorSettingsArgs{...}

type AS2ErrorSettingsOutput

type AS2ErrorSettingsOutput struct{ *pulumi.OutputState }

The AS2 agreement error settings.

func (AS2ErrorSettingsOutput) ElementType

func (AS2ErrorSettingsOutput) ElementType() reflect.Type

func (AS2ErrorSettingsOutput) ResendIfMdnNotReceived

func (o AS2ErrorSettingsOutput) ResendIfMdnNotReceived() pulumi.BoolOutput

The value indicating whether to resend message If MDN is not received.

func (AS2ErrorSettingsOutput) SuspendDuplicateMessage

func (o AS2ErrorSettingsOutput) SuspendDuplicateMessage() pulumi.BoolOutput

The value indicating whether to suspend duplicate message.

func (AS2ErrorSettingsOutput) ToAS2ErrorSettingsOutput

func (o AS2ErrorSettingsOutput) ToAS2ErrorSettingsOutput() AS2ErrorSettingsOutput

func (AS2ErrorSettingsOutput) ToAS2ErrorSettingsOutputWithContext

func (o AS2ErrorSettingsOutput) ToAS2ErrorSettingsOutputWithContext(ctx context.Context) AS2ErrorSettingsOutput

func (AS2ErrorSettingsOutput) ToAS2ErrorSettingsPtrOutput

func (o AS2ErrorSettingsOutput) ToAS2ErrorSettingsPtrOutput() AS2ErrorSettingsPtrOutput

func (AS2ErrorSettingsOutput) ToAS2ErrorSettingsPtrOutputWithContext

func (o AS2ErrorSettingsOutput) ToAS2ErrorSettingsPtrOutputWithContext(ctx context.Context) AS2ErrorSettingsPtrOutput

type AS2ErrorSettingsPtrInput

type AS2ErrorSettingsPtrInput interface {
	pulumi.Input

	ToAS2ErrorSettingsPtrOutput() AS2ErrorSettingsPtrOutput
	ToAS2ErrorSettingsPtrOutputWithContext(context.Context) AS2ErrorSettingsPtrOutput
}

AS2ErrorSettingsPtrInput is an input type that accepts AS2ErrorSettingsArgs, AS2ErrorSettingsPtr and AS2ErrorSettingsPtrOutput values. You can construct a concrete instance of `AS2ErrorSettingsPtrInput` via:

        AS2ErrorSettingsArgs{...}

or:

        nil

type AS2ErrorSettingsPtrOutput

type AS2ErrorSettingsPtrOutput struct{ *pulumi.OutputState }

func (AS2ErrorSettingsPtrOutput) Elem

func (AS2ErrorSettingsPtrOutput) ElementType

func (AS2ErrorSettingsPtrOutput) ElementType() reflect.Type

func (AS2ErrorSettingsPtrOutput) ResendIfMdnNotReceived

func (o AS2ErrorSettingsPtrOutput) ResendIfMdnNotReceived() pulumi.BoolPtrOutput

The value indicating whether to resend message If MDN is not received.

func (AS2ErrorSettingsPtrOutput) SuspendDuplicateMessage

func (o AS2ErrorSettingsPtrOutput) SuspendDuplicateMessage() pulumi.BoolPtrOutput

The value indicating whether to suspend duplicate message.

func (AS2ErrorSettingsPtrOutput) ToAS2ErrorSettingsPtrOutput

func (o AS2ErrorSettingsPtrOutput) ToAS2ErrorSettingsPtrOutput() AS2ErrorSettingsPtrOutput

func (AS2ErrorSettingsPtrOutput) ToAS2ErrorSettingsPtrOutputWithContext

func (o AS2ErrorSettingsPtrOutput) ToAS2ErrorSettingsPtrOutputWithContext(ctx context.Context) AS2ErrorSettingsPtrOutput

type AS2ErrorSettingsResponse

type AS2ErrorSettingsResponse struct {
	// The value indicating whether to resend message If MDN is not received.
	ResendIfMdnNotReceived bool `pulumi:"resendIfMdnNotReceived"`
	// The value indicating whether to suspend duplicate message.
	SuspendDuplicateMessage bool `pulumi:"suspendDuplicateMessage"`
}

The AS2 agreement error settings.

type AS2ErrorSettingsResponseArgs

type AS2ErrorSettingsResponseArgs struct {
	// The value indicating whether to resend message If MDN is not received.
	ResendIfMdnNotReceived pulumi.BoolInput `pulumi:"resendIfMdnNotReceived"`
	// The value indicating whether to suspend duplicate message.
	SuspendDuplicateMessage pulumi.BoolInput `pulumi:"suspendDuplicateMessage"`
}

The AS2 agreement error settings.

func (AS2ErrorSettingsResponseArgs) ElementType

func (AS2ErrorSettingsResponseArgs) ToAS2ErrorSettingsResponseOutput

func (i AS2ErrorSettingsResponseArgs) ToAS2ErrorSettingsResponseOutput() AS2ErrorSettingsResponseOutput

func (AS2ErrorSettingsResponseArgs) ToAS2ErrorSettingsResponseOutputWithContext

func (i AS2ErrorSettingsResponseArgs) ToAS2ErrorSettingsResponseOutputWithContext(ctx context.Context) AS2ErrorSettingsResponseOutput

func (AS2ErrorSettingsResponseArgs) ToAS2ErrorSettingsResponsePtrOutput

func (i AS2ErrorSettingsResponseArgs) ToAS2ErrorSettingsResponsePtrOutput() AS2ErrorSettingsResponsePtrOutput

func (AS2ErrorSettingsResponseArgs) ToAS2ErrorSettingsResponsePtrOutputWithContext

func (i AS2ErrorSettingsResponseArgs) ToAS2ErrorSettingsResponsePtrOutputWithContext(ctx context.Context) AS2ErrorSettingsResponsePtrOutput

type AS2ErrorSettingsResponseInput

type AS2ErrorSettingsResponseInput interface {
	pulumi.Input

	ToAS2ErrorSettingsResponseOutput() AS2ErrorSettingsResponseOutput
	ToAS2ErrorSettingsResponseOutputWithContext(context.Context) AS2ErrorSettingsResponseOutput
}

AS2ErrorSettingsResponseInput is an input type that accepts AS2ErrorSettingsResponseArgs and AS2ErrorSettingsResponseOutput values. You can construct a concrete instance of `AS2ErrorSettingsResponseInput` via:

AS2ErrorSettingsResponseArgs{...}

type AS2ErrorSettingsResponseOutput

type AS2ErrorSettingsResponseOutput struct{ *pulumi.OutputState }

The AS2 agreement error settings.

func (AS2ErrorSettingsResponseOutput) ElementType

func (AS2ErrorSettingsResponseOutput) ResendIfMdnNotReceived

func (o AS2ErrorSettingsResponseOutput) ResendIfMdnNotReceived() pulumi.BoolOutput

The value indicating whether to resend message If MDN is not received.

func (AS2ErrorSettingsResponseOutput) SuspendDuplicateMessage

func (o AS2ErrorSettingsResponseOutput) SuspendDuplicateMessage() pulumi.BoolOutput

The value indicating whether to suspend duplicate message.

func (AS2ErrorSettingsResponseOutput) ToAS2ErrorSettingsResponseOutput

func (o AS2ErrorSettingsResponseOutput) ToAS2ErrorSettingsResponseOutput() AS2ErrorSettingsResponseOutput

func (AS2ErrorSettingsResponseOutput) ToAS2ErrorSettingsResponseOutputWithContext

func (o AS2ErrorSettingsResponseOutput) ToAS2ErrorSettingsResponseOutputWithContext(ctx context.Context) AS2ErrorSettingsResponseOutput

func (AS2ErrorSettingsResponseOutput) ToAS2ErrorSettingsResponsePtrOutput

func (o AS2ErrorSettingsResponseOutput) ToAS2ErrorSettingsResponsePtrOutput() AS2ErrorSettingsResponsePtrOutput

func (AS2ErrorSettingsResponseOutput) ToAS2ErrorSettingsResponsePtrOutputWithContext

func (o AS2ErrorSettingsResponseOutput) ToAS2ErrorSettingsResponsePtrOutputWithContext(ctx context.Context) AS2ErrorSettingsResponsePtrOutput

type AS2ErrorSettingsResponsePtrInput

type AS2ErrorSettingsResponsePtrInput interface {
	pulumi.Input

	ToAS2ErrorSettingsResponsePtrOutput() AS2ErrorSettingsResponsePtrOutput
	ToAS2ErrorSettingsResponsePtrOutputWithContext(context.Context) AS2ErrorSettingsResponsePtrOutput
}

AS2ErrorSettingsResponsePtrInput is an input type that accepts AS2ErrorSettingsResponseArgs, AS2ErrorSettingsResponsePtr and AS2ErrorSettingsResponsePtrOutput values. You can construct a concrete instance of `AS2ErrorSettingsResponsePtrInput` via:

        AS2ErrorSettingsResponseArgs{...}

or:

        nil

type AS2ErrorSettingsResponsePtrOutput

type AS2ErrorSettingsResponsePtrOutput struct{ *pulumi.OutputState }

func (AS2ErrorSettingsResponsePtrOutput) Elem

func (AS2ErrorSettingsResponsePtrOutput) ElementType

func (AS2ErrorSettingsResponsePtrOutput) ResendIfMdnNotReceived

func (o AS2ErrorSettingsResponsePtrOutput) ResendIfMdnNotReceived() pulumi.BoolPtrOutput

The value indicating whether to resend message If MDN is not received.

func (AS2ErrorSettingsResponsePtrOutput) SuspendDuplicateMessage

func (o AS2ErrorSettingsResponsePtrOutput) SuspendDuplicateMessage() pulumi.BoolPtrOutput

The value indicating whether to suspend duplicate message.

func (AS2ErrorSettingsResponsePtrOutput) ToAS2ErrorSettingsResponsePtrOutput

func (o AS2ErrorSettingsResponsePtrOutput) ToAS2ErrorSettingsResponsePtrOutput() AS2ErrorSettingsResponsePtrOutput

func (AS2ErrorSettingsResponsePtrOutput) ToAS2ErrorSettingsResponsePtrOutputWithContext

func (o AS2ErrorSettingsResponsePtrOutput) ToAS2ErrorSettingsResponsePtrOutputWithContext(ctx context.Context) AS2ErrorSettingsResponsePtrOutput

type AS2MdnSettings

type AS2MdnSettings struct {
	// The disposition notification to header value.
	DispositionNotificationTo *string `pulumi:"dispositionNotificationTo"`
	// The MDN text.
	MdnText *string `pulumi:"mdnText"`
	// The signing or hashing algorithm.
	MicHashingAlgorithm string `pulumi:"micHashingAlgorithm"`
	// The value indicating whether to send or request a MDN.
	NeedMdn bool `pulumi:"needMdn"`
	// The receipt delivery URL.
	ReceiptDeliveryUrl *string `pulumi:"receiptDeliveryUrl"`
	// The value indicating whether to send inbound MDN to message box.
	SendInboundMdnToMessageBox bool `pulumi:"sendInboundMdnToMessageBox"`
	// The value indicating whether to send the asynchronous MDN.
	SendMdnAsynchronously bool `pulumi:"sendMdnAsynchronously"`
	// The value indicating whether the MDN needs to be signed or not.
	SignMdn bool `pulumi:"signMdn"`
	// The value indicating whether to sign the outbound MDN if optional.
	SignOutboundMdnIfOptional bool `pulumi:"signOutboundMdnIfOptional"`
}

The AS2 agreement mdn settings.

type AS2MdnSettingsArgs

type AS2MdnSettingsArgs struct {
	// The disposition notification to header value.
	DispositionNotificationTo pulumi.StringPtrInput `pulumi:"dispositionNotificationTo"`
	// The MDN text.
	MdnText pulumi.StringPtrInput `pulumi:"mdnText"`
	// The signing or hashing algorithm.
	MicHashingAlgorithm HashingAlgorithm `pulumi:"micHashingAlgorithm"`
	// The value indicating whether to send or request a MDN.
	NeedMdn pulumi.BoolInput `pulumi:"needMdn"`
	// The receipt delivery URL.
	ReceiptDeliveryUrl pulumi.StringPtrInput `pulumi:"receiptDeliveryUrl"`
	// The value indicating whether to send inbound MDN to message box.
	SendInboundMdnToMessageBox pulumi.BoolInput `pulumi:"sendInboundMdnToMessageBox"`
	// The value indicating whether to send the asynchronous MDN.
	SendMdnAsynchronously pulumi.BoolInput `pulumi:"sendMdnAsynchronously"`
	// The value indicating whether the MDN needs to be signed or not.
	SignMdn pulumi.BoolInput `pulumi:"signMdn"`
	// The value indicating whether to sign the outbound MDN if optional.
	SignOutboundMdnIfOptional pulumi.BoolInput `pulumi:"signOutboundMdnIfOptional"`
}

The AS2 agreement mdn settings.

func (AS2MdnSettingsArgs) ElementType

func (AS2MdnSettingsArgs) ElementType() reflect.Type

func (AS2MdnSettingsArgs) ToAS2MdnSettingsOutput

func (i AS2MdnSettingsArgs) ToAS2MdnSettingsOutput() AS2MdnSettingsOutput

func (AS2MdnSettingsArgs) ToAS2MdnSettingsOutputWithContext

func (i AS2MdnSettingsArgs) ToAS2MdnSettingsOutputWithContext(ctx context.Context) AS2MdnSettingsOutput

func (AS2MdnSettingsArgs) ToAS2MdnSettingsPtrOutput

func (i AS2MdnSettingsArgs) ToAS2MdnSettingsPtrOutput() AS2MdnSettingsPtrOutput

func (AS2MdnSettingsArgs) ToAS2MdnSettingsPtrOutputWithContext

func (i AS2MdnSettingsArgs) ToAS2MdnSettingsPtrOutputWithContext(ctx context.Context) AS2MdnSettingsPtrOutput

type AS2MdnSettingsInput

type AS2MdnSettingsInput interface {
	pulumi.Input

	ToAS2MdnSettingsOutput() AS2MdnSettingsOutput
	ToAS2MdnSettingsOutputWithContext(context.Context) AS2MdnSettingsOutput
}

AS2MdnSettingsInput is an input type that accepts AS2MdnSettingsArgs and AS2MdnSettingsOutput values. You can construct a concrete instance of `AS2MdnSettingsInput` via:

AS2MdnSettingsArgs{...}

type AS2MdnSettingsOutput

type AS2MdnSettingsOutput struct{ *pulumi.OutputState }

The AS2 agreement mdn settings.

func (AS2MdnSettingsOutput) DispositionNotificationTo

func (o AS2MdnSettingsOutput) DispositionNotificationTo() pulumi.StringPtrOutput

The disposition notification to header value.

func (AS2MdnSettingsOutput) ElementType

func (AS2MdnSettingsOutput) ElementType() reflect.Type

func (AS2MdnSettingsOutput) MdnText

The MDN text.

func (AS2MdnSettingsOutput) MicHashingAlgorithm

func (o AS2MdnSettingsOutput) MicHashingAlgorithm() pulumi.StringOutput

The signing or hashing algorithm.

func (AS2MdnSettingsOutput) NeedMdn

The value indicating whether to send or request a MDN.

func (AS2MdnSettingsOutput) ReceiptDeliveryUrl

func (o AS2MdnSettingsOutput) ReceiptDeliveryUrl() pulumi.StringPtrOutput

The receipt delivery URL.

func (AS2MdnSettingsOutput) SendInboundMdnToMessageBox

func (o AS2MdnSettingsOutput) SendInboundMdnToMessageBox() pulumi.BoolOutput

The value indicating whether to send inbound MDN to message box.

func (AS2MdnSettingsOutput) SendMdnAsynchronously

func (o AS2MdnSettingsOutput) SendMdnAsynchronously() pulumi.BoolOutput

The value indicating whether to send the asynchronous MDN.

func (AS2MdnSettingsOutput) SignMdn

The value indicating whether the MDN needs to be signed or not.

func (AS2MdnSettingsOutput) SignOutboundMdnIfOptional

func (o AS2MdnSettingsOutput) SignOutboundMdnIfOptional() pulumi.BoolOutput

The value indicating whether to sign the outbound MDN if optional.

func (AS2MdnSettingsOutput) ToAS2MdnSettingsOutput

func (o AS2MdnSettingsOutput) ToAS2MdnSettingsOutput() AS2MdnSettingsOutput

func (AS2MdnSettingsOutput) ToAS2MdnSettingsOutputWithContext

func (o AS2MdnSettingsOutput) ToAS2MdnSettingsOutputWithContext(ctx context.Context) AS2MdnSettingsOutput

func (AS2MdnSettingsOutput) ToAS2MdnSettingsPtrOutput

func (o AS2MdnSettingsOutput) ToAS2MdnSettingsPtrOutput() AS2MdnSettingsPtrOutput

func (AS2MdnSettingsOutput) ToAS2MdnSettingsPtrOutputWithContext

func (o AS2MdnSettingsOutput) ToAS2MdnSettingsPtrOutputWithContext(ctx context.Context) AS2MdnSettingsPtrOutput

type AS2MdnSettingsPtrInput

type AS2MdnSettingsPtrInput interface {
	pulumi.Input

	ToAS2MdnSettingsPtrOutput() AS2MdnSettingsPtrOutput
	ToAS2MdnSettingsPtrOutputWithContext(context.Context) AS2MdnSettingsPtrOutput
}

AS2MdnSettingsPtrInput is an input type that accepts AS2MdnSettingsArgs, AS2MdnSettingsPtr and AS2MdnSettingsPtrOutput values. You can construct a concrete instance of `AS2MdnSettingsPtrInput` via:

        AS2MdnSettingsArgs{...}

or:

        nil

type AS2MdnSettingsPtrOutput

type AS2MdnSettingsPtrOutput struct{ *pulumi.OutputState }

func (AS2MdnSettingsPtrOutput) DispositionNotificationTo

func (o AS2MdnSettingsPtrOutput) DispositionNotificationTo() pulumi.StringPtrOutput

The disposition notification to header value.

func (AS2MdnSettingsPtrOutput) Elem

func (AS2MdnSettingsPtrOutput) ElementType

func (AS2MdnSettingsPtrOutput) ElementType() reflect.Type

func (AS2MdnSettingsPtrOutput) MdnText

The MDN text.

func (AS2MdnSettingsPtrOutput) MicHashingAlgorithm

func (o AS2MdnSettingsPtrOutput) MicHashingAlgorithm() pulumi.StringPtrOutput

The signing or hashing algorithm.

func (AS2MdnSettingsPtrOutput) NeedMdn

The value indicating whether to send or request a MDN.

func (AS2MdnSettingsPtrOutput) ReceiptDeliveryUrl

func (o AS2MdnSettingsPtrOutput) ReceiptDeliveryUrl() pulumi.StringPtrOutput

The receipt delivery URL.

func (AS2MdnSettingsPtrOutput) SendInboundMdnToMessageBox

func (o AS2MdnSettingsPtrOutput) SendInboundMdnToMessageBox() pulumi.BoolPtrOutput

The value indicating whether to send inbound MDN to message box.

func (AS2MdnSettingsPtrOutput) SendMdnAsynchronously

func (o AS2MdnSettingsPtrOutput) SendMdnAsynchronously() pulumi.BoolPtrOutput

The value indicating whether to send the asynchronous MDN.

func (AS2MdnSettingsPtrOutput) SignMdn

The value indicating whether the MDN needs to be signed or not.

func (AS2MdnSettingsPtrOutput) SignOutboundMdnIfOptional

func (o AS2MdnSettingsPtrOutput) SignOutboundMdnIfOptional() pulumi.BoolPtrOutput

The value indicating whether to sign the outbound MDN if optional.

func (AS2MdnSettingsPtrOutput) ToAS2MdnSettingsPtrOutput

func (o AS2MdnSettingsPtrOutput) ToAS2MdnSettingsPtrOutput() AS2MdnSettingsPtrOutput

func (AS2MdnSettingsPtrOutput) ToAS2MdnSettingsPtrOutputWithContext

func (o AS2MdnSettingsPtrOutput) ToAS2MdnSettingsPtrOutputWithContext(ctx context.Context) AS2MdnSettingsPtrOutput

type AS2MdnSettingsResponse

type AS2MdnSettingsResponse struct {
	// The disposition notification to header value.
	DispositionNotificationTo *string `pulumi:"dispositionNotificationTo"`
	// The MDN text.
	MdnText *string `pulumi:"mdnText"`
	// The signing or hashing algorithm.
	MicHashingAlgorithm string `pulumi:"micHashingAlgorithm"`
	// The value indicating whether to send or request a MDN.
	NeedMdn bool `pulumi:"needMdn"`
	// The receipt delivery URL.
	ReceiptDeliveryUrl *string `pulumi:"receiptDeliveryUrl"`
	// The value indicating whether to send inbound MDN to message box.
	SendInboundMdnToMessageBox bool `pulumi:"sendInboundMdnToMessageBox"`
	// The value indicating whether to send the asynchronous MDN.
	SendMdnAsynchronously bool `pulumi:"sendMdnAsynchronously"`
	// The value indicating whether the MDN needs to be signed or not.
	SignMdn bool `pulumi:"signMdn"`
	// The value indicating whether to sign the outbound MDN if optional.
	SignOutboundMdnIfOptional bool `pulumi:"signOutboundMdnIfOptional"`
}

The AS2 agreement mdn settings.

type AS2MdnSettingsResponseArgs

type AS2MdnSettingsResponseArgs struct {
	// The disposition notification to header value.
	DispositionNotificationTo pulumi.StringPtrInput `pulumi:"dispositionNotificationTo"`
	// The MDN text.
	MdnText pulumi.StringPtrInput `pulumi:"mdnText"`
	// The signing or hashing algorithm.
	MicHashingAlgorithm pulumi.StringInput `pulumi:"micHashingAlgorithm"`
	// The value indicating whether to send or request a MDN.
	NeedMdn pulumi.BoolInput `pulumi:"needMdn"`
	// The receipt delivery URL.
	ReceiptDeliveryUrl pulumi.StringPtrInput `pulumi:"receiptDeliveryUrl"`
	// The value indicating whether to send inbound MDN to message box.
	SendInboundMdnToMessageBox pulumi.BoolInput `pulumi:"sendInboundMdnToMessageBox"`
	// The value indicating whether to send the asynchronous MDN.
	SendMdnAsynchronously pulumi.BoolInput `pulumi:"sendMdnAsynchronously"`
	// The value indicating whether the MDN needs to be signed or not.
	SignMdn pulumi.BoolInput `pulumi:"signMdn"`
	// The value indicating whether to sign the outbound MDN if optional.
	SignOutboundMdnIfOptional pulumi.BoolInput `pulumi:"signOutboundMdnIfOptional"`
}

The AS2 agreement mdn settings.

func (AS2MdnSettingsResponseArgs) ElementType

func (AS2MdnSettingsResponseArgs) ElementType() reflect.Type

func (AS2MdnSettingsResponseArgs) ToAS2MdnSettingsResponseOutput

func (i AS2MdnSettingsResponseArgs) ToAS2MdnSettingsResponseOutput() AS2MdnSettingsResponseOutput

func (AS2MdnSettingsResponseArgs) ToAS2MdnSettingsResponseOutputWithContext

func (i AS2MdnSettingsResponseArgs) ToAS2MdnSettingsResponseOutputWithContext(ctx context.Context) AS2MdnSettingsResponseOutput

func (AS2MdnSettingsResponseArgs) ToAS2MdnSettingsResponsePtrOutput

func (i AS2MdnSettingsResponseArgs) ToAS2MdnSettingsResponsePtrOutput() AS2MdnSettingsResponsePtrOutput

func (AS2MdnSettingsResponseArgs) ToAS2MdnSettingsResponsePtrOutputWithContext

func (i AS2MdnSettingsResponseArgs) ToAS2MdnSettingsResponsePtrOutputWithContext(ctx context.Context) AS2MdnSettingsResponsePtrOutput

type AS2MdnSettingsResponseInput

type AS2MdnSettingsResponseInput interface {
	pulumi.Input

	ToAS2MdnSettingsResponseOutput() AS2MdnSettingsResponseOutput
	ToAS2MdnSettingsResponseOutputWithContext(context.Context) AS2MdnSettingsResponseOutput
}

AS2MdnSettingsResponseInput is an input type that accepts AS2MdnSettingsResponseArgs and AS2MdnSettingsResponseOutput values. You can construct a concrete instance of `AS2MdnSettingsResponseInput` via:

AS2MdnSettingsResponseArgs{...}

type AS2MdnSettingsResponseOutput

type AS2MdnSettingsResponseOutput struct{ *pulumi.OutputState }

The AS2 agreement mdn settings.

func (AS2MdnSettingsResponseOutput) DispositionNotificationTo

func (o AS2MdnSettingsResponseOutput) DispositionNotificationTo() pulumi.StringPtrOutput

The disposition notification to header value.

func (AS2MdnSettingsResponseOutput) ElementType

func (AS2MdnSettingsResponseOutput) MdnText

The MDN text.

func (AS2MdnSettingsResponseOutput) MicHashingAlgorithm

func (o AS2MdnSettingsResponseOutput) MicHashingAlgorithm() pulumi.StringOutput

The signing or hashing algorithm.

func (AS2MdnSettingsResponseOutput) NeedMdn

The value indicating whether to send or request a MDN.

func (AS2MdnSettingsResponseOutput) ReceiptDeliveryUrl

func (o AS2MdnSettingsResponseOutput) ReceiptDeliveryUrl() pulumi.StringPtrOutput

The receipt delivery URL.

func (AS2MdnSettingsResponseOutput) SendInboundMdnToMessageBox

func (o AS2MdnSettingsResponseOutput) SendInboundMdnToMessageBox() pulumi.BoolOutput

The value indicating whether to send inbound MDN to message box.

func (AS2MdnSettingsResponseOutput) SendMdnAsynchronously

func (o AS2MdnSettingsResponseOutput) SendMdnAsynchronously() pulumi.BoolOutput

The value indicating whether to send the asynchronous MDN.

func (AS2MdnSettingsResponseOutput) SignMdn

The value indicating whether the MDN needs to be signed or not.

func (AS2MdnSettingsResponseOutput) SignOutboundMdnIfOptional

func (o AS2MdnSettingsResponseOutput) SignOutboundMdnIfOptional() pulumi.BoolOutput

The value indicating whether to sign the outbound MDN if optional.

func (AS2MdnSettingsResponseOutput) ToAS2MdnSettingsResponseOutput

func (o AS2MdnSettingsResponseOutput) ToAS2MdnSettingsResponseOutput() AS2MdnSettingsResponseOutput

func (AS2MdnSettingsResponseOutput) ToAS2MdnSettingsResponseOutputWithContext

func (o AS2MdnSettingsResponseOutput) ToAS2MdnSettingsResponseOutputWithContext(ctx context.Context) AS2MdnSettingsResponseOutput

func (AS2MdnSettingsResponseOutput) ToAS2MdnSettingsResponsePtrOutput

func (o AS2MdnSettingsResponseOutput) ToAS2MdnSettingsResponsePtrOutput() AS2MdnSettingsResponsePtrOutput

func (AS2MdnSettingsResponseOutput) ToAS2MdnSettingsResponsePtrOutputWithContext

func (o AS2MdnSettingsResponseOutput) ToAS2MdnSettingsResponsePtrOutputWithContext(ctx context.Context) AS2MdnSettingsResponsePtrOutput

type AS2MdnSettingsResponsePtrInput

type AS2MdnSettingsResponsePtrInput interface {
	pulumi.Input

	ToAS2MdnSettingsResponsePtrOutput() AS2MdnSettingsResponsePtrOutput
	ToAS2MdnSettingsResponsePtrOutputWithContext(context.Context) AS2MdnSettingsResponsePtrOutput
}

AS2MdnSettingsResponsePtrInput is an input type that accepts AS2MdnSettingsResponseArgs, AS2MdnSettingsResponsePtr and AS2MdnSettingsResponsePtrOutput values. You can construct a concrete instance of `AS2MdnSettingsResponsePtrInput` via:

        AS2MdnSettingsResponseArgs{...}

or:

        nil

type AS2MdnSettingsResponsePtrOutput

type AS2MdnSettingsResponsePtrOutput struct{ *pulumi.OutputState }

func (AS2MdnSettingsResponsePtrOutput) DispositionNotificationTo

func (o AS2MdnSettingsResponsePtrOutput) DispositionNotificationTo() pulumi.StringPtrOutput

The disposition notification to header value.

func (AS2MdnSettingsResponsePtrOutput) Elem

func (AS2MdnSettingsResponsePtrOutput) ElementType

func (AS2MdnSettingsResponsePtrOutput) MdnText

The MDN text.

func (AS2MdnSettingsResponsePtrOutput) MicHashingAlgorithm

func (o AS2MdnSettingsResponsePtrOutput) MicHashingAlgorithm() pulumi.StringPtrOutput

The signing or hashing algorithm.

func (AS2MdnSettingsResponsePtrOutput) NeedMdn

The value indicating whether to send or request a MDN.

func (AS2MdnSettingsResponsePtrOutput) ReceiptDeliveryUrl

The receipt delivery URL.

func (AS2MdnSettingsResponsePtrOutput) SendInboundMdnToMessageBox

func (o AS2MdnSettingsResponsePtrOutput) SendInboundMdnToMessageBox() pulumi.BoolPtrOutput

The value indicating whether to send inbound MDN to message box.

func (AS2MdnSettingsResponsePtrOutput) SendMdnAsynchronously

func (o AS2MdnSettingsResponsePtrOutput) SendMdnAsynchronously() pulumi.BoolPtrOutput

The value indicating whether to send the asynchronous MDN.

func (AS2MdnSettingsResponsePtrOutput) SignMdn

The value indicating whether the MDN needs to be signed or not.

func (AS2MdnSettingsResponsePtrOutput) SignOutboundMdnIfOptional

func (o AS2MdnSettingsResponsePtrOutput) SignOutboundMdnIfOptional() pulumi.BoolPtrOutput

The value indicating whether to sign the outbound MDN if optional.

func (AS2MdnSettingsResponsePtrOutput) ToAS2MdnSettingsResponsePtrOutput

func (o AS2MdnSettingsResponsePtrOutput) ToAS2MdnSettingsResponsePtrOutput() AS2MdnSettingsResponsePtrOutput

func (AS2MdnSettingsResponsePtrOutput) ToAS2MdnSettingsResponsePtrOutputWithContext

func (o AS2MdnSettingsResponsePtrOutput) ToAS2MdnSettingsResponsePtrOutputWithContext(ctx context.Context) AS2MdnSettingsResponsePtrOutput

type AS2MessageConnectionSettings

type AS2MessageConnectionSettings struct {
	// The value indicating whether to ignore mismatch in certificate name.
	IgnoreCertificateNameMismatch bool `pulumi:"ignoreCertificateNameMismatch"`
	// The value indicating whether to keep the connection alive.
	KeepHttpConnectionAlive bool `pulumi:"keepHttpConnectionAlive"`
	// The value indicating whether to support HTTP status code 'CONTINUE'.
	SupportHttpStatusCodeContinue bool `pulumi:"supportHttpStatusCodeContinue"`
	// The value indicating whether to unfold the HTTP headers.
	UnfoldHttpHeaders bool `pulumi:"unfoldHttpHeaders"`
}

The AS2 agreement message connection settings.

type AS2MessageConnectionSettingsArgs

type AS2MessageConnectionSettingsArgs struct {
	// The value indicating whether to ignore mismatch in certificate name.
	IgnoreCertificateNameMismatch pulumi.BoolInput `pulumi:"ignoreCertificateNameMismatch"`
	// The value indicating whether to keep the connection alive.
	KeepHttpConnectionAlive pulumi.BoolInput `pulumi:"keepHttpConnectionAlive"`
	// The value indicating whether to support HTTP status code 'CONTINUE'.
	SupportHttpStatusCodeContinue pulumi.BoolInput `pulumi:"supportHttpStatusCodeContinue"`
	// The value indicating whether to unfold the HTTP headers.
	UnfoldHttpHeaders pulumi.BoolInput `pulumi:"unfoldHttpHeaders"`
}

The AS2 agreement message connection settings.

func (AS2MessageConnectionSettingsArgs) ElementType

func (AS2MessageConnectionSettingsArgs) ToAS2MessageConnectionSettingsOutput

func (i AS2MessageConnectionSettingsArgs) ToAS2MessageConnectionSettingsOutput() AS2MessageConnectionSettingsOutput

func (AS2MessageConnectionSettingsArgs) ToAS2MessageConnectionSettingsOutputWithContext

func (i AS2MessageConnectionSettingsArgs) ToAS2MessageConnectionSettingsOutputWithContext(ctx context.Context) AS2MessageConnectionSettingsOutput

func (AS2MessageConnectionSettingsArgs) ToAS2MessageConnectionSettingsPtrOutput

func (i AS2MessageConnectionSettingsArgs) ToAS2MessageConnectionSettingsPtrOutput() AS2MessageConnectionSettingsPtrOutput

func (AS2MessageConnectionSettingsArgs) ToAS2MessageConnectionSettingsPtrOutputWithContext

func (i AS2MessageConnectionSettingsArgs) ToAS2MessageConnectionSettingsPtrOutputWithContext(ctx context.Context) AS2MessageConnectionSettingsPtrOutput

type AS2MessageConnectionSettingsInput

type AS2MessageConnectionSettingsInput interface {
	pulumi.Input

	ToAS2MessageConnectionSettingsOutput() AS2MessageConnectionSettingsOutput
	ToAS2MessageConnectionSettingsOutputWithContext(context.Context) AS2MessageConnectionSettingsOutput
}

AS2MessageConnectionSettingsInput is an input type that accepts AS2MessageConnectionSettingsArgs and AS2MessageConnectionSettingsOutput values. You can construct a concrete instance of `AS2MessageConnectionSettingsInput` via:

AS2MessageConnectionSettingsArgs{...}

type AS2MessageConnectionSettingsOutput

type AS2MessageConnectionSettingsOutput struct{ *pulumi.OutputState }

The AS2 agreement message connection settings.

func (AS2MessageConnectionSettingsOutput) ElementType

func (AS2MessageConnectionSettingsOutput) IgnoreCertificateNameMismatch

func (o AS2MessageConnectionSettingsOutput) IgnoreCertificateNameMismatch() pulumi.BoolOutput

The value indicating whether to ignore mismatch in certificate name.

func (AS2MessageConnectionSettingsOutput) KeepHttpConnectionAlive

func (o AS2MessageConnectionSettingsOutput) KeepHttpConnectionAlive() pulumi.BoolOutput

The value indicating whether to keep the connection alive.

func (AS2MessageConnectionSettingsOutput) SupportHttpStatusCodeContinue

func (o AS2MessageConnectionSettingsOutput) SupportHttpStatusCodeContinue() pulumi.BoolOutput

The value indicating whether to support HTTP status code 'CONTINUE'.

func (AS2MessageConnectionSettingsOutput) ToAS2MessageConnectionSettingsOutput

func (o AS2MessageConnectionSettingsOutput) ToAS2MessageConnectionSettingsOutput() AS2MessageConnectionSettingsOutput

func (AS2MessageConnectionSettingsOutput) ToAS2MessageConnectionSettingsOutputWithContext

func (o AS2MessageConnectionSettingsOutput) ToAS2MessageConnectionSettingsOutputWithContext(ctx context.Context) AS2MessageConnectionSettingsOutput

func (AS2MessageConnectionSettingsOutput) ToAS2MessageConnectionSettingsPtrOutput

func (o AS2MessageConnectionSettingsOutput) ToAS2MessageConnectionSettingsPtrOutput() AS2MessageConnectionSettingsPtrOutput

func (AS2MessageConnectionSettingsOutput) ToAS2MessageConnectionSettingsPtrOutputWithContext

func (o AS2MessageConnectionSettingsOutput) ToAS2MessageConnectionSettingsPtrOutputWithContext(ctx context.Context) AS2MessageConnectionSettingsPtrOutput

func (AS2MessageConnectionSettingsOutput) UnfoldHttpHeaders

The value indicating whether to unfold the HTTP headers.

type AS2MessageConnectionSettingsPtrInput

type AS2MessageConnectionSettingsPtrInput interface {
	pulumi.Input

	ToAS2MessageConnectionSettingsPtrOutput() AS2MessageConnectionSettingsPtrOutput
	ToAS2MessageConnectionSettingsPtrOutputWithContext(context.Context) AS2MessageConnectionSettingsPtrOutput
}

AS2MessageConnectionSettingsPtrInput is an input type that accepts AS2MessageConnectionSettingsArgs, AS2MessageConnectionSettingsPtr and AS2MessageConnectionSettingsPtrOutput values. You can construct a concrete instance of `AS2MessageConnectionSettingsPtrInput` via:

        AS2MessageConnectionSettingsArgs{...}

or:

        nil

type AS2MessageConnectionSettingsPtrOutput

type AS2MessageConnectionSettingsPtrOutput struct{ *pulumi.OutputState }

func (AS2MessageConnectionSettingsPtrOutput) Elem

func (AS2MessageConnectionSettingsPtrOutput) ElementType

func (AS2MessageConnectionSettingsPtrOutput) IgnoreCertificateNameMismatch

func (o AS2MessageConnectionSettingsPtrOutput) IgnoreCertificateNameMismatch() pulumi.BoolPtrOutput

The value indicating whether to ignore mismatch in certificate name.

func (AS2MessageConnectionSettingsPtrOutput) KeepHttpConnectionAlive

func (o AS2MessageConnectionSettingsPtrOutput) KeepHttpConnectionAlive() pulumi.BoolPtrOutput

The value indicating whether to keep the connection alive.

func (AS2MessageConnectionSettingsPtrOutput) SupportHttpStatusCodeContinue

func (o AS2MessageConnectionSettingsPtrOutput) SupportHttpStatusCodeContinue() pulumi.BoolPtrOutput

The value indicating whether to support HTTP status code 'CONTINUE'.

func (AS2MessageConnectionSettingsPtrOutput) ToAS2MessageConnectionSettingsPtrOutput

func (o AS2MessageConnectionSettingsPtrOutput) ToAS2MessageConnectionSettingsPtrOutput() AS2MessageConnectionSettingsPtrOutput

func (AS2MessageConnectionSettingsPtrOutput) ToAS2MessageConnectionSettingsPtrOutputWithContext

func (o AS2MessageConnectionSettingsPtrOutput) ToAS2MessageConnectionSettingsPtrOutputWithContext(ctx context.Context) AS2MessageConnectionSettingsPtrOutput

func (AS2MessageConnectionSettingsPtrOutput) UnfoldHttpHeaders

The value indicating whether to unfold the HTTP headers.

type AS2MessageConnectionSettingsResponse

type AS2MessageConnectionSettingsResponse struct {
	// The value indicating whether to ignore mismatch in certificate name.
	IgnoreCertificateNameMismatch bool `pulumi:"ignoreCertificateNameMismatch"`
	// The value indicating whether to keep the connection alive.
	KeepHttpConnectionAlive bool `pulumi:"keepHttpConnectionAlive"`
	// The value indicating whether to support HTTP status code 'CONTINUE'.
	SupportHttpStatusCodeContinue bool `pulumi:"supportHttpStatusCodeContinue"`
	// The value indicating whether to unfold the HTTP headers.
	UnfoldHttpHeaders bool `pulumi:"unfoldHttpHeaders"`
}

The AS2 agreement message connection settings.

type AS2MessageConnectionSettingsResponseArgs

type AS2MessageConnectionSettingsResponseArgs struct {
	// The value indicating whether to ignore mismatch in certificate name.
	IgnoreCertificateNameMismatch pulumi.BoolInput `pulumi:"ignoreCertificateNameMismatch"`
	// The value indicating whether to keep the connection alive.
	KeepHttpConnectionAlive pulumi.BoolInput `pulumi:"keepHttpConnectionAlive"`
	// The value indicating whether to support HTTP status code 'CONTINUE'.
	SupportHttpStatusCodeContinue pulumi.BoolInput `pulumi:"supportHttpStatusCodeContinue"`
	// The value indicating whether to unfold the HTTP headers.
	UnfoldHttpHeaders pulumi.BoolInput `pulumi:"unfoldHttpHeaders"`
}

The AS2 agreement message connection settings.

func (AS2MessageConnectionSettingsResponseArgs) ElementType

func (AS2MessageConnectionSettingsResponseArgs) ToAS2MessageConnectionSettingsResponseOutput

func (i AS2MessageConnectionSettingsResponseArgs) ToAS2MessageConnectionSettingsResponseOutput() AS2MessageConnectionSettingsResponseOutput

func (AS2MessageConnectionSettingsResponseArgs) ToAS2MessageConnectionSettingsResponseOutputWithContext

func (i AS2MessageConnectionSettingsResponseArgs) ToAS2MessageConnectionSettingsResponseOutputWithContext(ctx context.Context) AS2MessageConnectionSettingsResponseOutput

func (AS2MessageConnectionSettingsResponseArgs) ToAS2MessageConnectionSettingsResponsePtrOutput

func (i AS2MessageConnectionSettingsResponseArgs) ToAS2MessageConnectionSettingsResponsePtrOutput() AS2MessageConnectionSettingsResponsePtrOutput

func (AS2MessageConnectionSettingsResponseArgs) ToAS2MessageConnectionSettingsResponsePtrOutputWithContext

func (i AS2MessageConnectionSettingsResponseArgs) ToAS2MessageConnectionSettingsResponsePtrOutputWithContext(ctx context.Context) AS2MessageConnectionSettingsResponsePtrOutput

type AS2MessageConnectionSettingsResponseInput

type AS2MessageConnectionSettingsResponseInput interface {
	pulumi.Input

	ToAS2MessageConnectionSettingsResponseOutput() AS2MessageConnectionSettingsResponseOutput
	ToAS2MessageConnectionSettingsResponseOutputWithContext(context.Context) AS2MessageConnectionSettingsResponseOutput
}

AS2MessageConnectionSettingsResponseInput is an input type that accepts AS2MessageConnectionSettingsResponseArgs and AS2MessageConnectionSettingsResponseOutput values. You can construct a concrete instance of `AS2MessageConnectionSettingsResponseInput` via:

AS2MessageConnectionSettingsResponseArgs{...}

type AS2MessageConnectionSettingsResponseOutput

type AS2MessageConnectionSettingsResponseOutput struct{ *pulumi.OutputState }

The AS2 agreement message connection settings.

func (AS2MessageConnectionSettingsResponseOutput) ElementType

func (AS2MessageConnectionSettingsResponseOutput) IgnoreCertificateNameMismatch

func (o AS2MessageConnectionSettingsResponseOutput) IgnoreCertificateNameMismatch() pulumi.BoolOutput

The value indicating whether to ignore mismatch in certificate name.

func (AS2MessageConnectionSettingsResponseOutput) KeepHttpConnectionAlive

func (o AS2MessageConnectionSettingsResponseOutput) KeepHttpConnectionAlive() pulumi.BoolOutput

The value indicating whether to keep the connection alive.

func (AS2MessageConnectionSettingsResponseOutput) SupportHttpStatusCodeContinue

func (o AS2MessageConnectionSettingsResponseOutput) SupportHttpStatusCodeContinue() pulumi.BoolOutput

The value indicating whether to support HTTP status code 'CONTINUE'.

func (AS2MessageConnectionSettingsResponseOutput) ToAS2MessageConnectionSettingsResponseOutput

func (o AS2MessageConnectionSettingsResponseOutput) ToAS2MessageConnectionSettingsResponseOutput() AS2MessageConnectionSettingsResponseOutput

func (AS2MessageConnectionSettingsResponseOutput) ToAS2MessageConnectionSettingsResponseOutputWithContext

func (o AS2MessageConnectionSettingsResponseOutput) ToAS2MessageConnectionSettingsResponseOutputWithContext(ctx context.Context) AS2MessageConnectionSettingsResponseOutput

func (AS2MessageConnectionSettingsResponseOutput) ToAS2MessageConnectionSettingsResponsePtrOutput

func (o AS2MessageConnectionSettingsResponseOutput) ToAS2MessageConnectionSettingsResponsePtrOutput() AS2MessageConnectionSettingsResponsePtrOutput

func (AS2MessageConnectionSettingsResponseOutput) ToAS2MessageConnectionSettingsResponsePtrOutputWithContext

func (o AS2MessageConnectionSettingsResponseOutput) ToAS2MessageConnectionSettingsResponsePtrOutputWithContext(ctx context.Context) AS2MessageConnectionSettingsResponsePtrOutput

func (AS2MessageConnectionSettingsResponseOutput) UnfoldHttpHeaders

The value indicating whether to unfold the HTTP headers.

type AS2MessageConnectionSettingsResponsePtrInput

type AS2MessageConnectionSettingsResponsePtrInput interface {
	pulumi.Input

	ToAS2MessageConnectionSettingsResponsePtrOutput() AS2MessageConnectionSettingsResponsePtrOutput
	ToAS2MessageConnectionSettingsResponsePtrOutputWithContext(context.Context) AS2MessageConnectionSettingsResponsePtrOutput
}

AS2MessageConnectionSettingsResponsePtrInput is an input type that accepts AS2MessageConnectionSettingsResponseArgs, AS2MessageConnectionSettingsResponsePtr and AS2MessageConnectionSettingsResponsePtrOutput values. You can construct a concrete instance of `AS2MessageConnectionSettingsResponsePtrInput` via:

        AS2MessageConnectionSettingsResponseArgs{...}

or:

        nil

type AS2MessageConnectionSettingsResponsePtrOutput

type AS2MessageConnectionSettingsResponsePtrOutput struct{ *pulumi.OutputState }

func (AS2MessageConnectionSettingsResponsePtrOutput) Elem

func (AS2MessageConnectionSettingsResponsePtrOutput) ElementType

func (AS2MessageConnectionSettingsResponsePtrOutput) IgnoreCertificateNameMismatch

func (o AS2MessageConnectionSettingsResponsePtrOutput) IgnoreCertificateNameMismatch() pulumi.BoolPtrOutput

The value indicating whether to ignore mismatch in certificate name.

func (AS2MessageConnectionSettingsResponsePtrOutput) KeepHttpConnectionAlive

The value indicating whether to keep the connection alive.

func (AS2MessageConnectionSettingsResponsePtrOutput) SupportHttpStatusCodeContinue

func (o AS2MessageConnectionSettingsResponsePtrOutput) SupportHttpStatusCodeContinue() pulumi.BoolPtrOutput

The value indicating whether to support HTTP status code 'CONTINUE'.

func (AS2MessageConnectionSettingsResponsePtrOutput) ToAS2MessageConnectionSettingsResponsePtrOutput

func (o AS2MessageConnectionSettingsResponsePtrOutput) ToAS2MessageConnectionSettingsResponsePtrOutput() AS2MessageConnectionSettingsResponsePtrOutput

func (AS2MessageConnectionSettingsResponsePtrOutput) ToAS2MessageConnectionSettingsResponsePtrOutputWithContext

func (o AS2MessageConnectionSettingsResponsePtrOutput) ToAS2MessageConnectionSettingsResponsePtrOutputWithContext(ctx context.Context) AS2MessageConnectionSettingsResponsePtrOutput

func (AS2MessageConnectionSettingsResponsePtrOutput) UnfoldHttpHeaders

The value indicating whether to unfold the HTTP headers.

type AS2OneWayAgreement

type AS2OneWayAgreement struct {
	// The AS2 protocol settings.
	ProtocolSettings AS2ProtocolSettings `pulumi:"protocolSettings"`
	// The receiver business identity
	ReceiverBusinessIdentity BusinessIdentity `pulumi:"receiverBusinessIdentity"`
	// The sender business identity
	SenderBusinessIdentity BusinessIdentity `pulumi:"senderBusinessIdentity"`
}

The integration account AS2 one-way agreement.

type AS2OneWayAgreementArgs

type AS2OneWayAgreementArgs struct {
	// The AS2 protocol settings.
	ProtocolSettings AS2ProtocolSettingsInput `pulumi:"protocolSettings"`
	// The receiver business identity
	ReceiverBusinessIdentity BusinessIdentityInput `pulumi:"receiverBusinessIdentity"`
	// The sender business identity
	SenderBusinessIdentity BusinessIdentityInput `pulumi:"senderBusinessIdentity"`
}

The integration account AS2 one-way agreement.

func (AS2OneWayAgreementArgs) ElementType

func (AS2OneWayAgreementArgs) ElementType() reflect.Type

func (AS2OneWayAgreementArgs) ToAS2OneWayAgreementOutput

func (i AS2OneWayAgreementArgs) ToAS2OneWayAgreementOutput() AS2OneWayAgreementOutput

func (AS2OneWayAgreementArgs) ToAS2OneWayAgreementOutputWithContext

func (i AS2OneWayAgreementArgs) ToAS2OneWayAgreementOutputWithContext(ctx context.Context) AS2OneWayAgreementOutput

func (AS2OneWayAgreementArgs) ToAS2OneWayAgreementPtrOutput

func (i AS2OneWayAgreementArgs) ToAS2OneWayAgreementPtrOutput() AS2OneWayAgreementPtrOutput

func (AS2OneWayAgreementArgs) ToAS2OneWayAgreementPtrOutputWithContext

func (i AS2OneWayAgreementArgs) ToAS2OneWayAgreementPtrOutputWithContext(ctx context.Context) AS2OneWayAgreementPtrOutput

type AS2OneWayAgreementInput

type AS2OneWayAgreementInput interface {
	pulumi.Input

	ToAS2OneWayAgreementOutput() AS2OneWayAgreementOutput
	ToAS2OneWayAgreementOutputWithContext(context.Context) AS2OneWayAgreementOutput
}

AS2OneWayAgreementInput is an input type that accepts AS2OneWayAgreementArgs and AS2OneWayAgreementOutput values. You can construct a concrete instance of `AS2OneWayAgreementInput` via:

AS2OneWayAgreementArgs{...}

type AS2OneWayAgreementOutput

type AS2OneWayAgreementOutput struct{ *pulumi.OutputState }

The integration account AS2 one-way agreement.

func (AS2OneWayAgreementOutput) ElementType

func (AS2OneWayAgreementOutput) ElementType() reflect.Type

func (AS2OneWayAgreementOutput) ProtocolSettings

The AS2 protocol settings.

func (AS2OneWayAgreementOutput) ReceiverBusinessIdentity

func (o AS2OneWayAgreementOutput) ReceiverBusinessIdentity() BusinessIdentityOutput

The receiver business identity

func (AS2OneWayAgreementOutput) SenderBusinessIdentity

func (o AS2OneWayAgreementOutput) SenderBusinessIdentity() BusinessIdentityOutput

The sender business identity

func (AS2OneWayAgreementOutput) ToAS2OneWayAgreementOutput

func (o AS2OneWayAgreementOutput) ToAS2OneWayAgreementOutput() AS2OneWayAgreementOutput

func (AS2OneWayAgreementOutput) ToAS2OneWayAgreementOutputWithContext

func (o AS2OneWayAgreementOutput) ToAS2OneWayAgreementOutputWithContext(ctx context.Context) AS2OneWayAgreementOutput

func (AS2OneWayAgreementOutput) ToAS2OneWayAgreementPtrOutput

func (o AS2OneWayAgreementOutput) ToAS2OneWayAgreementPtrOutput() AS2OneWayAgreementPtrOutput

func (AS2OneWayAgreementOutput) ToAS2OneWayAgreementPtrOutputWithContext

func (o AS2OneWayAgreementOutput) ToAS2OneWayAgreementPtrOutputWithContext(ctx context.Context) AS2OneWayAgreementPtrOutput

type AS2OneWayAgreementPtrInput

type AS2OneWayAgreementPtrInput interface {
	pulumi.Input

	ToAS2OneWayAgreementPtrOutput() AS2OneWayAgreementPtrOutput
	ToAS2OneWayAgreementPtrOutputWithContext(context.Context) AS2OneWayAgreementPtrOutput
}

AS2OneWayAgreementPtrInput is an input type that accepts AS2OneWayAgreementArgs, AS2OneWayAgreementPtr and AS2OneWayAgreementPtrOutput values. You can construct a concrete instance of `AS2OneWayAgreementPtrInput` via:

        AS2OneWayAgreementArgs{...}

or:

        nil

type AS2OneWayAgreementPtrOutput

type AS2OneWayAgreementPtrOutput struct{ *pulumi.OutputState }

func (AS2OneWayAgreementPtrOutput) Elem

func (AS2OneWayAgreementPtrOutput) ElementType

func (AS2OneWayAgreementPtrOutput) ProtocolSettings

The AS2 protocol settings.

func (AS2OneWayAgreementPtrOutput) ReceiverBusinessIdentity

func (o AS2OneWayAgreementPtrOutput) ReceiverBusinessIdentity() BusinessIdentityPtrOutput

The receiver business identity

func (AS2OneWayAgreementPtrOutput) SenderBusinessIdentity

func (o AS2OneWayAgreementPtrOutput) SenderBusinessIdentity() BusinessIdentityPtrOutput

The sender business identity

func (AS2OneWayAgreementPtrOutput) ToAS2OneWayAgreementPtrOutput

func (o AS2OneWayAgreementPtrOutput) ToAS2OneWayAgreementPtrOutput() AS2OneWayAgreementPtrOutput

func (AS2OneWayAgreementPtrOutput) ToAS2OneWayAgreementPtrOutputWithContext

func (o AS2OneWayAgreementPtrOutput) ToAS2OneWayAgreementPtrOutputWithContext(ctx context.Context) AS2OneWayAgreementPtrOutput

type AS2OneWayAgreementResponse

type AS2OneWayAgreementResponse struct {
	// The AS2 protocol settings.
	ProtocolSettings AS2ProtocolSettingsResponse `pulumi:"protocolSettings"`
	// The receiver business identity
	ReceiverBusinessIdentity BusinessIdentityResponse `pulumi:"receiverBusinessIdentity"`
	// The sender business identity
	SenderBusinessIdentity BusinessIdentityResponse `pulumi:"senderBusinessIdentity"`
}

The integration account AS2 one-way agreement.

type AS2OneWayAgreementResponseArgs

type AS2OneWayAgreementResponseArgs struct {
	// The AS2 protocol settings.
	ProtocolSettings AS2ProtocolSettingsResponseInput `pulumi:"protocolSettings"`
	// The receiver business identity
	ReceiverBusinessIdentity BusinessIdentityResponseInput `pulumi:"receiverBusinessIdentity"`
	// The sender business identity
	SenderBusinessIdentity BusinessIdentityResponseInput `pulumi:"senderBusinessIdentity"`
}

The integration account AS2 one-way agreement.

func (AS2OneWayAgreementResponseArgs) ElementType

func (AS2OneWayAgreementResponseArgs) ToAS2OneWayAgreementResponseOutput

func (i AS2OneWayAgreementResponseArgs) ToAS2OneWayAgreementResponseOutput() AS2OneWayAgreementResponseOutput

func (AS2OneWayAgreementResponseArgs) ToAS2OneWayAgreementResponseOutputWithContext

func (i AS2OneWayAgreementResponseArgs) ToAS2OneWayAgreementResponseOutputWithContext(ctx context.Context) AS2OneWayAgreementResponseOutput

func (AS2OneWayAgreementResponseArgs) ToAS2OneWayAgreementResponsePtrOutput

func (i AS2OneWayAgreementResponseArgs) ToAS2OneWayAgreementResponsePtrOutput() AS2OneWayAgreementResponsePtrOutput

func (AS2OneWayAgreementResponseArgs) ToAS2OneWayAgreementResponsePtrOutputWithContext

func (i AS2OneWayAgreementResponseArgs) ToAS2OneWayAgreementResponsePtrOutputWithContext(ctx context.Context) AS2OneWayAgreementResponsePtrOutput

type AS2OneWayAgreementResponseInput

type AS2OneWayAgreementResponseInput interface {
	pulumi.Input

	ToAS2OneWayAgreementResponseOutput() AS2OneWayAgreementResponseOutput
	ToAS2OneWayAgreementResponseOutputWithContext(context.Context) AS2OneWayAgreementResponseOutput
}

AS2OneWayAgreementResponseInput is an input type that accepts AS2OneWayAgreementResponseArgs and AS2OneWayAgreementResponseOutput values. You can construct a concrete instance of `AS2OneWayAgreementResponseInput` via:

AS2OneWayAgreementResponseArgs{...}

type AS2OneWayAgreementResponseOutput

type AS2OneWayAgreementResponseOutput struct{ *pulumi.OutputState }

The integration account AS2 one-way agreement.

func (AS2OneWayAgreementResponseOutput) ElementType

func (AS2OneWayAgreementResponseOutput) ProtocolSettings

The AS2 protocol settings.

func (AS2OneWayAgreementResponseOutput) ReceiverBusinessIdentity

The receiver business identity

func (AS2OneWayAgreementResponseOutput) SenderBusinessIdentity

The sender business identity

func (AS2OneWayAgreementResponseOutput) ToAS2OneWayAgreementResponseOutput

func (o AS2OneWayAgreementResponseOutput) ToAS2OneWayAgreementResponseOutput() AS2OneWayAgreementResponseOutput

func (AS2OneWayAgreementResponseOutput) ToAS2OneWayAgreementResponseOutputWithContext

func (o AS2OneWayAgreementResponseOutput) ToAS2OneWayAgreementResponseOutputWithContext(ctx context.Context) AS2OneWayAgreementResponseOutput

func (AS2OneWayAgreementResponseOutput) ToAS2OneWayAgreementResponsePtrOutput

func (o AS2OneWayAgreementResponseOutput) ToAS2OneWayAgreementResponsePtrOutput() AS2OneWayAgreementResponsePtrOutput

func (AS2OneWayAgreementResponseOutput) ToAS2OneWayAgreementResponsePtrOutputWithContext

func (o AS2OneWayAgreementResponseOutput) ToAS2OneWayAgreementResponsePtrOutputWithContext(ctx context.Context) AS2OneWayAgreementResponsePtrOutput

type AS2OneWayAgreementResponsePtrInput

type AS2OneWayAgreementResponsePtrInput interface {
	pulumi.Input

	ToAS2OneWayAgreementResponsePtrOutput() AS2OneWayAgreementResponsePtrOutput
	ToAS2OneWayAgreementResponsePtrOutputWithContext(context.Context) AS2OneWayAgreementResponsePtrOutput
}

AS2OneWayAgreementResponsePtrInput is an input type that accepts AS2OneWayAgreementResponseArgs, AS2OneWayAgreementResponsePtr and AS2OneWayAgreementResponsePtrOutput values. You can construct a concrete instance of `AS2OneWayAgreementResponsePtrInput` via:

        AS2OneWayAgreementResponseArgs{...}

or:

        nil

type AS2OneWayAgreementResponsePtrOutput

type AS2OneWayAgreementResponsePtrOutput struct{ *pulumi.OutputState }

func (AS2OneWayAgreementResponsePtrOutput) Elem

func (AS2OneWayAgreementResponsePtrOutput) ElementType

func (AS2OneWayAgreementResponsePtrOutput) ProtocolSettings

The AS2 protocol settings.

func (AS2OneWayAgreementResponsePtrOutput) ReceiverBusinessIdentity

The receiver business identity

func (AS2OneWayAgreementResponsePtrOutput) SenderBusinessIdentity

The sender business identity

func (AS2OneWayAgreementResponsePtrOutput) ToAS2OneWayAgreementResponsePtrOutput

func (o AS2OneWayAgreementResponsePtrOutput) ToAS2OneWayAgreementResponsePtrOutput() AS2OneWayAgreementResponsePtrOutput

func (AS2OneWayAgreementResponsePtrOutput) ToAS2OneWayAgreementResponsePtrOutputWithContext

func (o AS2OneWayAgreementResponsePtrOutput) ToAS2OneWayAgreementResponsePtrOutputWithContext(ctx context.Context) AS2OneWayAgreementResponsePtrOutput

type AS2ProtocolSettings

type AS2ProtocolSettings struct {
	// The acknowledgement connection settings.
	AcknowledgementConnectionSettings AS2AcknowledgementConnectionSettings `pulumi:"acknowledgementConnectionSettings"`
	// The envelope settings.
	EnvelopeSettings AS2EnvelopeSettings `pulumi:"envelopeSettings"`
	// The error settings.
	ErrorSettings AS2ErrorSettings `pulumi:"errorSettings"`
	// The MDN settings.
	MdnSettings AS2MdnSettings `pulumi:"mdnSettings"`
	// The message connection settings.
	MessageConnectionSettings AS2MessageConnectionSettings `pulumi:"messageConnectionSettings"`
	// The security settings.
	SecuritySettings AS2SecuritySettings `pulumi:"securitySettings"`
	// The validation settings.
	ValidationSettings AS2ValidationSettings `pulumi:"validationSettings"`
}

The AS2 agreement protocol settings.

type AS2ProtocolSettingsArgs

type AS2ProtocolSettingsArgs struct {
	// The acknowledgement connection settings.
	AcknowledgementConnectionSettings AS2AcknowledgementConnectionSettingsInput `pulumi:"acknowledgementConnectionSettings"`
	// The envelope settings.
	EnvelopeSettings AS2EnvelopeSettingsInput `pulumi:"envelopeSettings"`
	// The error settings.
	ErrorSettings AS2ErrorSettingsInput `pulumi:"errorSettings"`
	// The MDN settings.
	MdnSettings AS2MdnSettingsInput `pulumi:"mdnSettings"`
	// The message connection settings.
	MessageConnectionSettings AS2MessageConnectionSettingsInput `pulumi:"messageConnectionSettings"`
	// The security settings.
	SecuritySettings AS2SecuritySettingsInput `pulumi:"securitySettings"`
	// The validation settings.
	ValidationSettings AS2ValidationSettingsInput `pulumi:"validationSettings"`
}

The AS2 agreement protocol settings.

func (AS2ProtocolSettingsArgs) ElementType

func (AS2ProtocolSettingsArgs) ElementType() reflect.Type

func (AS2ProtocolSettingsArgs) ToAS2ProtocolSettingsOutput

func (i AS2ProtocolSettingsArgs) ToAS2ProtocolSettingsOutput() AS2ProtocolSettingsOutput

func (AS2ProtocolSettingsArgs) ToAS2ProtocolSettingsOutputWithContext

func (i AS2ProtocolSettingsArgs) ToAS2ProtocolSettingsOutputWithContext(ctx context.Context) AS2ProtocolSettingsOutput

func (AS2ProtocolSettingsArgs) ToAS2ProtocolSettingsPtrOutput

func (i AS2ProtocolSettingsArgs) ToAS2ProtocolSettingsPtrOutput() AS2ProtocolSettingsPtrOutput

func (AS2ProtocolSettingsArgs) ToAS2ProtocolSettingsPtrOutputWithContext

func (i AS2ProtocolSettingsArgs) ToAS2ProtocolSettingsPtrOutputWithContext(ctx context.Context) AS2ProtocolSettingsPtrOutput

type AS2ProtocolSettingsInput

type AS2ProtocolSettingsInput interface {
	pulumi.Input

	ToAS2ProtocolSettingsOutput() AS2ProtocolSettingsOutput
	ToAS2ProtocolSettingsOutputWithContext(context.Context) AS2ProtocolSettingsOutput
}

AS2ProtocolSettingsInput is an input type that accepts AS2ProtocolSettingsArgs and AS2ProtocolSettingsOutput values. You can construct a concrete instance of `AS2ProtocolSettingsInput` via:

AS2ProtocolSettingsArgs{...}

type AS2ProtocolSettingsOutput

type AS2ProtocolSettingsOutput struct{ *pulumi.OutputState }

The AS2 agreement protocol settings.

func (AS2ProtocolSettingsOutput) AcknowledgementConnectionSettings

func (o AS2ProtocolSettingsOutput) AcknowledgementConnectionSettings() AS2AcknowledgementConnectionSettingsOutput

The acknowledgement connection settings.

func (AS2ProtocolSettingsOutput) ElementType

func (AS2ProtocolSettingsOutput) ElementType() reflect.Type

func (AS2ProtocolSettingsOutput) EnvelopeSettings

The envelope settings.

func (AS2ProtocolSettingsOutput) ErrorSettings

The error settings.

func (AS2ProtocolSettingsOutput) MdnSettings

The MDN settings.

func (AS2ProtocolSettingsOutput) MessageConnectionSettings

func (o AS2ProtocolSettingsOutput) MessageConnectionSettings() AS2MessageConnectionSettingsOutput

The message connection settings.

func (AS2ProtocolSettingsOutput) SecuritySettings

The security settings.

func (AS2ProtocolSettingsOutput) ToAS2ProtocolSettingsOutput

func (o AS2ProtocolSettingsOutput) ToAS2ProtocolSettingsOutput() AS2ProtocolSettingsOutput

func (AS2ProtocolSettingsOutput) ToAS2ProtocolSettingsOutputWithContext

func (o AS2ProtocolSettingsOutput) ToAS2ProtocolSettingsOutputWithContext(ctx context.Context) AS2ProtocolSettingsOutput

func (AS2ProtocolSettingsOutput) ToAS2ProtocolSettingsPtrOutput

func (o AS2ProtocolSettingsOutput) ToAS2ProtocolSettingsPtrOutput() AS2ProtocolSettingsPtrOutput

func (AS2ProtocolSettingsOutput) ToAS2ProtocolSettingsPtrOutputWithContext

func (o AS2ProtocolSettingsOutput) ToAS2ProtocolSettingsPtrOutputWithContext(ctx context.Context) AS2ProtocolSettingsPtrOutput

func (AS2ProtocolSettingsOutput) ValidationSettings

The validation settings.

type AS2ProtocolSettingsPtrInput

type AS2ProtocolSettingsPtrInput interface {
	pulumi.Input

	ToAS2ProtocolSettingsPtrOutput() AS2ProtocolSettingsPtrOutput
	ToAS2ProtocolSettingsPtrOutputWithContext(context.Context) AS2ProtocolSettingsPtrOutput
}

AS2ProtocolSettingsPtrInput is an input type that accepts AS2ProtocolSettingsArgs, AS2ProtocolSettingsPtr and AS2ProtocolSettingsPtrOutput values. You can construct a concrete instance of `AS2ProtocolSettingsPtrInput` via:

        AS2ProtocolSettingsArgs{...}

or:

        nil

type AS2ProtocolSettingsPtrOutput

type AS2ProtocolSettingsPtrOutput struct{ *pulumi.OutputState }

func (AS2ProtocolSettingsPtrOutput) AcknowledgementConnectionSettings

The acknowledgement connection settings.

func (AS2ProtocolSettingsPtrOutput) Elem

func (AS2ProtocolSettingsPtrOutput) ElementType

func (AS2ProtocolSettingsPtrOutput) EnvelopeSettings

The envelope settings.

func (AS2ProtocolSettingsPtrOutput) ErrorSettings

The error settings.

func (AS2ProtocolSettingsPtrOutput) MdnSettings

The MDN settings.

func (AS2ProtocolSettingsPtrOutput) MessageConnectionSettings

The message connection settings.

func (AS2ProtocolSettingsPtrOutput) SecuritySettings

The security settings.

func (AS2ProtocolSettingsPtrOutput) ToAS2ProtocolSettingsPtrOutput

func (o AS2ProtocolSettingsPtrOutput) ToAS2ProtocolSettingsPtrOutput() AS2ProtocolSettingsPtrOutput

func (AS2ProtocolSettingsPtrOutput) ToAS2ProtocolSettingsPtrOutputWithContext

func (o AS2ProtocolSettingsPtrOutput) ToAS2ProtocolSettingsPtrOutputWithContext(ctx context.Context) AS2ProtocolSettingsPtrOutput

func (AS2ProtocolSettingsPtrOutput) ValidationSettings

The validation settings.

type AS2ProtocolSettingsResponse

type AS2ProtocolSettingsResponse struct {
	// The acknowledgement connection settings.
	AcknowledgementConnectionSettings AS2AcknowledgementConnectionSettingsResponse `pulumi:"acknowledgementConnectionSettings"`
	// The envelope settings.
	EnvelopeSettings AS2EnvelopeSettingsResponse `pulumi:"envelopeSettings"`
	// The error settings.
	ErrorSettings AS2ErrorSettingsResponse `pulumi:"errorSettings"`
	// The MDN settings.
	MdnSettings AS2MdnSettingsResponse `pulumi:"mdnSettings"`
	// The message connection settings.
	MessageConnectionSettings AS2MessageConnectionSettingsResponse `pulumi:"messageConnectionSettings"`
	// The security settings.
	SecuritySettings AS2SecuritySettingsResponse `pulumi:"securitySettings"`
	// The validation settings.
	ValidationSettings AS2ValidationSettingsResponse `pulumi:"validationSettings"`
}

The AS2 agreement protocol settings.

type AS2ProtocolSettingsResponseArgs

type AS2ProtocolSettingsResponseArgs struct {
	// The acknowledgement connection settings.
	AcknowledgementConnectionSettings AS2AcknowledgementConnectionSettingsResponseInput `pulumi:"acknowledgementConnectionSettings"`
	// The envelope settings.
	EnvelopeSettings AS2EnvelopeSettingsResponseInput `pulumi:"envelopeSettings"`
	// The error settings.
	ErrorSettings AS2ErrorSettingsResponseInput `pulumi:"errorSettings"`
	// The MDN settings.
	MdnSettings AS2MdnSettingsResponseInput `pulumi:"mdnSettings"`
	// The message connection settings.
	MessageConnectionSettings AS2MessageConnectionSettingsResponseInput `pulumi:"messageConnectionSettings"`
	// The security settings.
	SecuritySettings AS2SecuritySettingsResponseInput `pulumi:"securitySettings"`
	// The validation settings.
	ValidationSettings AS2ValidationSettingsResponseInput `pulumi:"validationSettings"`
}

The AS2 agreement protocol settings.

func (AS2ProtocolSettingsResponseArgs) ElementType

func (AS2ProtocolSettingsResponseArgs) ToAS2ProtocolSettingsResponseOutput

func (i AS2ProtocolSettingsResponseArgs) ToAS2ProtocolSettingsResponseOutput() AS2ProtocolSettingsResponseOutput

func (AS2ProtocolSettingsResponseArgs) ToAS2ProtocolSettingsResponseOutputWithContext

func (i AS2ProtocolSettingsResponseArgs) ToAS2ProtocolSettingsResponseOutputWithContext(ctx context.Context) AS2ProtocolSettingsResponseOutput

func (AS2ProtocolSettingsResponseArgs) ToAS2ProtocolSettingsResponsePtrOutput

func (i AS2ProtocolSettingsResponseArgs) ToAS2ProtocolSettingsResponsePtrOutput() AS2ProtocolSettingsResponsePtrOutput

func (AS2ProtocolSettingsResponseArgs) ToAS2ProtocolSettingsResponsePtrOutputWithContext

func (i AS2ProtocolSettingsResponseArgs) ToAS2ProtocolSettingsResponsePtrOutputWithContext(ctx context.Context) AS2ProtocolSettingsResponsePtrOutput

type AS2ProtocolSettingsResponseInput

type AS2ProtocolSettingsResponseInput interface {
	pulumi.Input

	ToAS2ProtocolSettingsResponseOutput() AS2ProtocolSettingsResponseOutput
	ToAS2ProtocolSettingsResponseOutputWithContext(context.Context) AS2ProtocolSettingsResponseOutput
}

AS2ProtocolSettingsResponseInput is an input type that accepts AS2ProtocolSettingsResponseArgs and AS2ProtocolSettingsResponseOutput values. You can construct a concrete instance of `AS2ProtocolSettingsResponseInput` via:

AS2ProtocolSettingsResponseArgs{...}

type AS2ProtocolSettingsResponseOutput

type AS2ProtocolSettingsResponseOutput struct{ *pulumi.OutputState }

The AS2 agreement protocol settings.

func (AS2ProtocolSettingsResponseOutput) AcknowledgementConnectionSettings

The acknowledgement connection settings.

func (AS2ProtocolSettingsResponseOutput) ElementType

func (AS2ProtocolSettingsResponseOutput) EnvelopeSettings

The envelope settings.

func (AS2ProtocolSettingsResponseOutput) ErrorSettings

The error settings.

func (AS2ProtocolSettingsResponseOutput) MdnSettings

The MDN settings.

func (AS2ProtocolSettingsResponseOutput) MessageConnectionSettings

The message connection settings.

func (AS2ProtocolSettingsResponseOutput) SecuritySettings

The security settings.

func (AS2ProtocolSettingsResponseOutput) ToAS2ProtocolSettingsResponseOutput

func (o AS2ProtocolSettingsResponseOutput) ToAS2ProtocolSettingsResponseOutput() AS2ProtocolSettingsResponseOutput

func (AS2ProtocolSettingsResponseOutput) ToAS2ProtocolSettingsResponseOutputWithContext

func (o AS2ProtocolSettingsResponseOutput) ToAS2ProtocolSettingsResponseOutputWithContext(ctx context.Context) AS2ProtocolSettingsResponseOutput

func (AS2ProtocolSettingsResponseOutput) ToAS2ProtocolSettingsResponsePtrOutput

func (o AS2ProtocolSettingsResponseOutput) ToAS2ProtocolSettingsResponsePtrOutput() AS2ProtocolSettingsResponsePtrOutput

func (AS2ProtocolSettingsResponseOutput) ToAS2ProtocolSettingsResponsePtrOutputWithContext

func (o AS2ProtocolSettingsResponseOutput) ToAS2ProtocolSettingsResponsePtrOutputWithContext(ctx context.Context) AS2ProtocolSettingsResponsePtrOutput

func (AS2ProtocolSettingsResponseOutput) ValidationSettings

The validation settings.

type AS2ProtocolSettingsResponsePtrInput

type AS2ProtocolSettingsResponsePtrInput interface {
	pulumi.Input

	ToAS2ProtocolSettingsResponsePtrOutput() AS2ProtocolSettingsResponsePtrOutput
	ToAS2ProtocolSettingsResponsePtrOutputWithContext(context.Context) AS2ProtocolSettingsResponsePtrOutput
}

AS2ProtocolSettingsResponsePtrInput is an input type that accepts AS2ProtocolSettingsResponseArgs, AS2ProtocolSettingsResponsePtr and AS2ProtocolSettingsResponsePtrOutput values. You can construct a concrete instance of `AS2ProtocolSettingsResponsePtrInput` via:

        AS2ProtocolSettingsResponseArgs{...}

or:

        nil

type AS2ProtocolSettingsResponsePtrOutput

type AS2ProtocolSettingsResponsePtrOutput struct{ *pulumi.OutputState }

func (AS2ProtocolSettingsResponsePtrOutput) AcknowledgementConnectionSettings

The acknowledgement connection settings.

func (AS2ProtocolSettingsResponsePtrOutput) Elem

func (AS2ProtocolSettingsResponsePtrOutput) ElementType

func (AS2ProtocolSettingsResponsePtrOutput) EnvelopeSettings

The envelope settings.

func (AS2ProtocolSettingsResponsePtrOutput) ErrorSettings

The error settings.

func (AS2ProtocolSettingsResponsePtrOutput) MdnSettings

The MDN settings.

func (AS2ProtocolSettingsResponsePtrOutput) MessageConnectionSettings

The message connection settings.

func (AS2ProtocolSettingsResponsePtrOutput) SecuritySettings

The security settings.

func (AS2ProtocolSettingsResponsePtrOutput) ToAS2ProtocolSettingsResponsePtrOutput

func (o AS2ProtocolSettingsResponsePtrOutput) ToAS2ProtocolSettingsResponsePtrOutput() AS2ProtocolSettingsResponsePtrOutput

func (AS2ProtocolSettingsResponsePtrOutput) ToAS2ProtocolSettingsResponsePtrOutputWithContext

func (o AS2ProtocolSettingsResponsePtrOutput) ToAS2ProtocolSettingsResponsePtrOutputWithContext(ctx context.Context) AS2ProtocolSettingsResponsePtrOutput

func (AS2ProtocolSettingsResponsePtrOutput) ValidationSettings

The validation settings.

type AS2SecuritySettings

type AS2SecuritySettings struct {
	// The value indicating whether to enable NRR for inbound decoded messages.
	EnableNrrForInboundDecodedMessages bool `pulumi:"enableNrrForInboundDecodedMessages"`
	// The value indicating whether to enable NRR for inbound encoded messages.
	EnableNrrForInboundEncodedMessages bool `pulumi:"enableNrrForInboundEncodedMessages"`
	// The value indicating whether to enable NRR for inbound MDN.
	EnableNrrForInboundMdn bool `pulumi:"enableNrrForInboundMdn"`
	// The value indicating whether to enable NRR for outbound decoded messages.
	EnableNrrForOutboundDecodedMessages bool `pulumi:"enableNrrForOutboundDecodedMessages"`
	// The value indicating whether to enable NRR for outbound encoded messages.
	EnableNrrForOutboundEncodedMessages bool `pulumi:"enableNrrForOutboundEncodedMessages"`
	// The value indicating whether to enable NRR for outbound MDN.
	EnableNrrForOutboundMdn bool `pulumi:"enableNrrForOutboundMdn"`
	// The name of the encryption certificate.
	EncryptionCertificateName *string `pulumi:"encryptionCertificateName"`
	// The value indicating whether to send or request a MDN.
	OverrideGroupSigningCertificate bool `pulumi:"overrideGroupSigningCertificate"`
	// The Sha2 algorithm format. Valid values are Sha2, ShaHashSize, ShaHyphenHashSize, Sha2UnderscoreHashSize.
	Sha2AlgorithmFormat *string `pulumi:"sha2AlgorithmFormat"`
	// The name of the signing certificate.
	SigningCertificateName *string `pulumi:"signingCertificateName"`
}

The AS2 agreement security settings.

type AS2SecuritySettingsArgs

type AS2SecuritySettingsArgs struct {
	// The value indicating whether to enable NRR for inbound decoded messages.
	EnableNrrForInboundDecodedMessages pulumi.BoolInput `pulumi:"enableNrrForInboundDecodedMessages"`
	// The value indicating whether to enable NRR for inbound encoded messages.
	EnableNrrForInboundEncodedMessages pulumi.BoolInput `pulumi:"enableNrrForInboundEncodedMessages"`
	// The value indicating whether to enable NRR for inbound MDN.
	EnableNrrForInboundMdn pulumi.BoolInput `pulumi:"enableNrrForInboundMdn"`
	// The value indicating whether to enable NRR for outbound decoded messages.
	EnableNrrForOutboundDecodedMessages pulumi.BoolInput `pulumi:"enableNrrForOutboundDecodedMessages"`
	// The value indicating whether to enable NRR for outbound encoded messages.
	EnableNrrForOutboundEncodedMessages pulumi.BoolInput `pulumi:"enableNrrForOutboundEncodedMessages"`
	// The value indicating whether to enable NRR for outbound MDN.
	EnableNrrForOutboundMdn pulumi.BoolInput `pulumi:"enableNrrForOutboundMdn"`
	// The name of the encryption certificate.
	EncryptionCertificateName pulumi.StringPtrInput `pulumi:"encryptionCertificateName"`
	// The value indicating whether to send or request a MDN.
	OverrideGroupSigningCertificate pulumi.BoolInput `pulumi:"overrideGroupSigningCertificate"`
	// The Sha2 algorithm format. Valid values are Sha2, ShaHashSize, ShaHyphenHashSize, Sha2UnderscoreHashSize.
	Sha2AlgorithmFormat pulumi.StringPtrInput `pulumi:"sha2AlgorithmFormat"`
	// The name of the signing certificate.
	SigningCertificateName pulumi.StringPtrInput `pulumi:"signingCertificateName"`
}

The AS2 agreement security settings.

func (AS2SecuritySettingsArgs) ElementType

func (AS2SecuritySettingsArgs) ElementType() reflect.Type

func (AS2SecuritySettingsArgs) ToAS2SecuritySettingsOutput

func (i AS2SecuritySettingsArgs) ToAS2SecuritySettingsOutput() AS2SecuritySettingsOutput

func (AS2SecuritySettingsArgs) ToAS2SecuritySettingsOutputWithContext

func (i AS2SecuritySettingsArgs) ToAS2SecuritySettingsOutputWithContext(ctx context.Context) AS2SecuritySettingsOutput

func (AS2SecuritySettingsArgs) ToAS2SecuritySettingsPtrOutput

func (i AS2SecuritySettingsArgs) ToAS2SecuritySettingsPtrOutput() AS2SecuritySettingsPtrOutput

func (AS2SecuritySettingsArgs) ToAS2SecuritySettingsPtrOutputWithContext

func (i AS2SecuritySettingsArgs) ToAS2SecuritySettingsPtrOutputWithContext(ctx context.Context) AS2SecuritySettingsPtrOutput

type AS2SecuritySettingsInput

type AS2SecuritySettingsInput interface {
	pulumi.Input

	ToAS2SecuritySettingsOutput() AS2SecuritySettingsOutput
	ToAS2SecuritySettingsOutputWithContext(context.Context) AS2SecuritySettingsOutput
}

AS2SecuritySettingsInput is an input type that accepts AS2SecuritySettingsArgs and AS2SecuritySettingsOutput values. You can construct a concrete instance of `AS2SecuritySettingsInput` via:

AS2SecuritySettingsArgs{...}

type AS2SecuritySettingsOutput

type AS2SecuritySettingsOutput struct{ *pulumi.OutputState }

The AS2 agreement security settings.

func (AS2SecuritySettingsOutput) ElementType

func (AS2SecuritySettingsOutput) ElementType() reflect.Type

func (AS2SecuritySettingsOutput) EnableNrrForInboundDecodedMessages

func (o AS2SecuritySettingsOutput) EnableNrrForInboundDecodedMessages() pulumi.BoolOutput

The value indicating whether to enable NRR for inbound decoded messages.

func (AS2SecuritySettingsOutput) EnableNrrForInboundEncodedMessages

func (o AS2SecuritySettingsOutput) EnableNrrForInboundEncodedMessages() pulumi.BoolOutput

The value indicating whether to enable NRR for inbound encoded messages.

func (AS2SecuritySettingsOutput) EnableNrrForInboundMdn

func (o AS2SecuritySettingsOutput) EnableNrrForInboundMdn() pulumi.BoolOutput

The value indicating whether to enable NRR for inbound MDN.

func (AS2SecuritySettingsOutput) EnableNrrForOutboundDecodedMessages

func (o AS2SecuritySettingsOutput) EnableNrrForOutboundDecodedMessages() pulumi.BoolOutput

The value indicating whether to enable NRR for outbound decoded messages.

func (AS2SecuritySettingsOutput) EnableNrrForOutboundEncodedMessages

func (o AS2SecuritySettingsOutput) EnableNrrForOutboundEncodedMessages() pulumi.BoolOutput

The value indicating whether to enable NRR for outbound encoded messages.

func (AS2SecuritySettingsOutput) EnableNrrForOutboundMdn

func (o AS2SecuritySettingsOutput) EnableNrrForOutboundMdn() pulumi.BoolOutput

The value indicating whether to enable NRR for outbound MDN.

func (AS2SecuritySettingsOutput) EncryptionCertificateName

func (o AS2SecuritySettingsOutput) EncryptionCertificateName() pulumi.StringPtrOutput

The name of the encryption certificate.

func (AS2SecuritySettingsOutput) OverrideGroupSigningCertificate

func (o AS2SecuritySettingsOutput) OverrideGroupSigningCertificate() pulumi.BoolOutput

The value indicating whether to send or request a MDN.

func (AS2SecuritySettingsOutput) Sha2AlgorithmFormat

func (o AS2SecuritySettingsOutput) Sha2AlgorithmFormat() pulumi.StringPtrOutput

The Sha2 algorithm format. Valid values are Sha2, ShaHashSize, ShaHyphenHashSize, Sha2UnderscoreHashSize.

func (AS2SecuritySettingsOutput) SigningCertificateName

func (o AS2SecuritySettingsOutput) SigningCertificateName() pulumi.StringPtrOutput

The name of the signing certificate.

func (AS2SecuritySettingsOutput) ToAS2SecuritySettingsOutput

func (o AS2SecuritySettingsOutput) ToAS2SecuritySettingsOutput() AS2SecuritySettingsOutput

func (AS2SecuritySettingsOutput) ToAS2SecuritySettingsOutputWithContext

func (o AS2SecuritySettingsOutput) ToAS2SecuritySettingsOutputWithContext(ctx context.Context) AS2SecuritySettingsOutput

func (AS2SecuritySettingsOutput) ToAS2SecuritySettingsPtrOutput

func (o AS2SecuritySettingsOutput) ToAS2SecuritySettingsPtrOutput() AS2SecuritySettingsPtrOutput

func (AS2SecuritySettingsOutput) ToAS2SecuritySettingsPtrOutputWithContext

func (o AS2SecuritySettingsOutput) ToAS2SecuritySettingsPtrOutputWithContext(ctx context.Context) AS2SecuritySettingsPtrOutput

type AS2SecuritySettingsPtrInput

type AS2SecuritySettingsPtrInput interface {
	pulumi.Input

	ToAS2SecuritySettingsPtrOutput() AS2SecuritySettingsPtrOutput
	ToAS2SecuritySettingsPtrOutputWithContext(context.Context) AS2SecuritySettingsPtrOutput
}

AS2SecuritySettingsPtrInput is an input type that accepts AS2SecuritySettingsArgs, AS2SecuritySettingsPtr and AS2SecuritySettingsPtrOutput values. You can construct a concrete instance of `AS2SecuritySettingsPtrInput` via:

        AS2SecuritySettingsArgs{...}

or:

        nil

type AS2SecuritySettingsPtrOutput

type AS2SecuritySettingsPtrOutput struct{ *pulumi.OutputState }

func (AS2SecuritySettingsPtrOutput) Elem

func (AS2SecuritySettingsPtrOutput) ElementType

func (AS2SecuritySettingsPtrOutput) EnableNrrForInboundDecodedMessages

func (o AS2SecuritySettingsPtrOutput) EnableNrrForInboundDecodedMessages() pulumi.BoolPtrOutput

The value indicating whether to enable NRR for inbound decoded messages.

func (AS2SecuritySettingsPtrOutput) EnableNrrForInboundEncodedMessages

func (o AS2SecuritySettingsPtrOutput) EnableNrrForInboundEncodedMessages() pulumi.BoolPtrOutput

The value indicating whether to enable NRR for inbound encoded messages.

func (AS2SecuritySettingsPtrOutput) EnableNrrForInboundMdn

func (o AS2SecuritySettingsPtrOutput) EnableNrrForInboundMdn() pulumi.BoolPtrOutput

The value indicating whether to enable NRR for inbound MDN.

func (AS2SecuritySettingsPtrOutput) EnableNrrForOutboundDecodedMessages

func (o AS2SecuritySettingsPtrOutput) EnableNrrForOutboundDecodedMessages() pulumi.BoolPtrOutput

The value indicating whether to enable NRR for outbound decoded messages.

func (AS2SecuritySettingsPtrOutput) EnableNrrForOutboundEncodedMessages

func (o AS2SecuritySettingsPtrOutput) EnableNrrForOutboundEncodedMessages() pulumi.BoolPtrOutput

The value indicating whether to enable NRR for outbound encoded messages.

func (AS2SecuritySettingsPtrOutput) EnableNrrForOutboundMdn

func (o AS2SecuritySettingsPtrOutput) EnableNrrForOutboundMdn() pulumi.BoolPtrOutput

The value indicating whether to enable NRR for outbound MDN.

func (AS2SecuritySettingsPtrOutput) EncryptionCertificateName

func (o AS2SecuritySettingsPtrOutput) EncryptionCertificateName() pulumi.StringPtrOutput

The name of the encryption certificate.

func (AS2SecuritySettingsPtrOutput) OverrideGroupSigningCertificate

func (o AS2SecuritySettingsPtrOutput) OverrideGroupSigningCertificate() pulumi.BoolPtrOutput

The value indicating whether to send or request a MDN.

func (AS2SecuritySettingsPtrOutput) Sha2AlgorithmFormat

func (o AS2SecuritySettingsPtrOutput) Sha2AlgorithmFormat() pulumi.StringPtrOutput

The Sha2 algorithm format. Valid values are Sha2, ShaHashSize, ShaHyphenHashSize, Sha2UnderscoreHashSize.

func (AS2SecuritySettingsPtrOutput) SigningCertificateName

func (o AS2SecuritySettingsPtrOutput) SigningCertificateName() pulumi.StringPtrOutput

The name of the signing certificate.

func (AS2SecuritySettingsPtrOutput) ToAS2SecuritySettingsPtrOutput

func (o AS2SecuritySettingsPtrOutput) ToAS2SecuritySettingsPtrOutput() AS2SecuritySettingsPtrOutput

func (AS2SecuritySettingsPtrOutput) ToAS2SecuritySettingsPtrOutputWithContext

func (o AS2SecuritySettingsPtrOutput) ToAS2SecuritySettingsPtrOutputWithContext(ctx context.Context) AS2SecuritySettingsPtrOutput

type AS2SecuritySettingsResponse

type AS2SecuritySettingsResponse struct {
	// The value indicating whether to enable NRR for inbound decoded messages.
	EnableNrrForInboundDecodedMessages bool `pulumi:"enableNrrForInboundDecodedMessages"`
	// The value indicating whether to enable NRR for inbound encoded messages.
	EnableNrrForInboundEncodedMessages bool `pulumi:"enableNrrForInboundEncodedMessages"`
	// The value indicating whether to enable NRR for inbound MDN.
	EnableNrrForInboundMdn bool `pulumi:"enableNrrForInboundMdn"`
	// The value indicating whether to enable NRR for outbound decoded messages.
	EnableNrrForOutboundDecodedMessages bool `pulumi:"enableNrrForOutboundDecodedMessages"`
	// The value indicating whether to enable NRR for outbound encoded messages.
	EnableNrrForOutboundEncodedMessages bool `pulumi:"enableNrrForOutboundEncodedMessages"`
	// The value indicating whether to enable NRR for outbound MDN.
	EnableNrrForOutboundMdn bool `pulumi:"enableNrrForOutboundMdn"`
	// The name of the encryption certificate.
	EncryptionCertificateName *string `pulumi:"encryptionCertificateName"`
	// The value indicating whether to send or request a MDN.
	OverrideGroupSigningCertificate bool `pulumi:"overrideGroupSigningCertificate"`
	// The Sha2 algorithm format. Valid values are Sha2, ShaHashSize, ShaHyphenHashSize, Sha2UnderscoreHashSize.
	Sha2AlgorithmFormat *string `pulumi:"sha2AlgorithmFormat"`
	// The name of the signing certificate.
	SigningCertificateName *string `pulumi:"signingCertificateName"`
}

The AS2 agreement security settings.

type AS2SecuritySettingsResponseArgs

type AS2SecuritySettingsResponseArgs struct {
	// The value indicating whether to enable NRR for inbound decoded messages.
	EnableNrrForInboundDecodedMessages pulumi.BoolInput `pulumi:"enableNrrForInboundDecodedMessages"`
	// The value indicating whether to enable NRR for inbound encoded messages.
	EnableNrrForInboundEncodedMessages pulumi.BoolInput `pulumi:"enableNrrForInboundEncodedMessages"`
	// The value indicating whether to enable NRR for inbound MDN.
	EnableNrrForInboundMdn pulumi.BoolInput `pulumi:"enableNrrForInboundMdn"`
	// The value indicating whether to enable NRR for outbound decoded messages.
	EnableNrrForOutboundDecodedMessages pulumi.BoolInput `pulumi:"enableNrrForOutboundDecodedMessages"`
	// The value indicating whether to enable NRR for outbound encoded messages.
	EnableNrrForOutboundEncodedMessages pulumi.BoolInput `pulumi:"enableNrrForOutboundEncodedMessages"`
	// The value indicating whether to enable NRR for outbound MDN.
	EnableNrrForOutboundMdn pulumi.BoolInput `pulumi:"enableNrrForOutboundMdn"`
	// The name of the encryption certificate.
	EncryptionCertificateName pulumi.StringPtrInput `pulumi:"encryptionCertificateName"`
	// The value indicating whether to send or request a MDN.
	OverrideGroupSigningCertificate pulumi.BoolInput `pulumi:"overrideGroupSigningCertificate"`
	// The Sha2 algorithm format. Valid values are Sha2, ShaHashSize, ShaHyphenHashSize, Sha2UnderscoreHashSize.
	Sha2AlgorithmFormat pulumi.StringPtrInput `pulumi:"sha2AlgorithmFormat"`
	// The name of the signing certificate.
	SigningCertificateName pulumi.StringPtrInput `pulumi:"signingCertificateName"`
}

The AS2 agreement security settings.

func (AS2SecuritySettingsResponseArgs) ElementType

func (AS2SecuritySettingsResponseArgs) ToAS2SecuritySettingsResponseOutput

func (i AS2SecuritySettingsResponseArgs) ToAS2SecuritySettingsResponseOutput() AS2SecuritySettingsResponseOutput

func (AS2SecuritySettingsResponseArgs) ToAS2SecuritySettingsResponseOutputWithContext

func (i AS2SecuritySettingsResponseArgs) ToAS2SecuritySettingsResponseOutputWithContext(ctx context.Context) AS2SecuritySettingsResponseOutput

func (AS2SecuritySettingsResponseArgs) ToAS2SecuritySettingsResponsePtrOutput

func (i AS2SecuritySettingsResponseArgs) ToAS2SecuritySettingsResponsePtrOutput() AS2SecuritySettingsResponsePtrOutput

func (AS2SecuritySettingsResponseArgs) ToAS2SecuritySettingsResponsePtrOutputWithContext

func (i AS2SecuritySettingsResponseArgs) ToAS2SecuritySettingsResponsePtrOutputWithContext(ctx context.Context) AS2SecuritySettingsResponsePtrOutput

type AS2SecuritySettingsResponseInput

type AS2SecuritySettingsResponseInput interface {
	pulumi.Input

	ToAS2SecuritySettingsResponseOutput() AS2SecuritySettingsResponseOutput
	ToAS2SecuritySettingsResponseOutputWithContext(context.Context) AS2SecuritySettingsResponseOutput
}

AS2SecuritySettingsResponseInput is an input type that accepts AS2SecuritySettingsResponseArgs and AS2SecuritySettingsResponseOutput values. You can construct a concrete instance of `AS2SecuritySettingsResponseInput` via:

AS2SecuritySettingsResponseArgs{...}

type AS2SecuritySettingsResponseOutput

type AS2SecuritySettingsResponseOutput struct{ *pulumi.OutputState }

The AS2 agreement security settings.

func (AS2SecuritySettingsResponseOutput) ElementType

func (AS2SecuritySettingsResponseOutput) EnableNrrForInboundDecodedMessages

func (o AS2SecuritySettingsResponseOutput) EnableNrrForInboundDecodedMessages() pulumi.BoolOutput

The value indicating whether to enable NRR for inbound decoded messages.

func (AS2SecuritySettingsResponseOutput) EnableNrrForInboundEncodedMessages

func (o AS2SecuritySettingsResponseOutput) EnableNrrForInboundEncodedMessages() pulumi.BoolOutput

The value indicating whether to enable NRR for inbound encoded messages.

func (AS2SecuritySettingsResponseOutput) EnableNrrForInboundMdn

func (o AS2SecuritySettingsResponseOutput) EnableNrrForInboundMdn() pulumi.BoolOutput

The value indicating whether to enable NRR for inbound MDN.

func (AS2SecuritySettingsResponseOutput) EnableNrrForOutboundDecodedMessages

func (o AS2SecuritySettingsResponseOutput) EnableNrrForOutboundDecodedMessages() pulumi.BoolOutput

The value indicating whether to enable NRR for outbound decoded messages.

func (AS2SecuritySettingsResponseOutput) EnableNrrForOutboundEncodedMessages

func (o AS2SecuritySettingsResponseOutput) EnableNrrForOutboundEncodedMessages() pulumi.BoolOutput

The value indicating whether to enable NRR for outbound encoded messages.

func (AS2SecuritySettingsResponseOutput) EnableNrrForOutboundMdn

func (o AS2SecuritySettingsResponseOutput) EnableNrrForOutboundMdn() pulumi.BoolOutput

The value indicating whether to enable NRR for outbound MDN.

func (AS2SecuritySettingsResponseOutput) EncryptionCertificateName

func (o AS2SecuritySettingsResponseOutput) EncryptionCertificateName() pulumi.StringPtrOutput

The name of the encryption certificate.

func (AS2SecuritySettingsResponseOutput) OverrideGroupSigningCertificate

func (o AS2SecuritySettingsResponseOutput) OverrideGroupSigningCertificate() pulumi.BoolOutput

The value indicating whether to send or request a MDN.

func (AS2SecuritySettingsResponseOutput) Sha2AlgorithmFormat

The Sha2 algorithm format. Valid values are Sha2, ShaHashSize, ShaHyphenHashSize, Sha2UnderscoreHashSize.

func (AS2SecuritySettingsResponseOutput) SigningCertificateName

func (o AS2SecuritySettingsResponseOutput) SigningCertificateName() pulumi.StringPtrOutput

The name of the signing certificate.

func (AS2SecuritySettingsResponseOutput) ToAS2SecuritySettingsResponseOutput

func (o AS2SecuritySettingsResponseOutput) ToAS2SecuritySettingsResponseOutput() AS2SecuritySettingsResponseOutput

func (AS2SecuritySettingsResponseOutput) ToAS2SecuritySettingsResponseOutputWithContext

func (o AS2SecuritySettingsResponseOutput) ToAS2SecuritySettingsResponseOutputWithContext(ctx context.Context) AS2SecuritySettingsResponseOutput

func (AS2SecuritySettingsResponseOutput) ToAS2SecuritySettingsResponsePtrOutput

func (o AS2SecuritySettingsResponseOutput) ToAS2SecuritySettingsResponsePtrOutput() AS2SecuritySettingsResponsePtrOutput

func (AS2SecuritySettingsResponseOutput) ToAS2SecuritySettingsResponsePtrOutputWithContext

func (o AS2SecuritySettingsResponseOutput) ToAS2SecuritySettingsResponsePtrOutputWithContext(ctx context.Context) AS2SecuritySettingsResponsePtrOutput

type AS2SecuritySettingsResponsePtrInput

type AS2SecuritySettingsResponsePtrInput interface {
	pulumi.Input

	ToAS2SecuritySettingsResponsePtrOutput() AS2SecuritySettingsResponsePtrOutput
	ToAS2SecuritySettingsResponsePtrOutputWithContext(context.Context) AS2SecuritySettingsResponsePtrOutput
}

AS2SecuritySettingsResponsePtrInput is an input type that accepts AS2SecuritySettingsResponseArgs, AS2SecuritySettingsResponsePtr and AS2SecuritySettingsResponsePtrOutput values. You can construct a concrete instance of `AS2SecuritySettingsResponsePtrInput` via:

        AS2SecuritySettingsResponseArgs{...}

or:

        nil

type AS2SecuritySettingsResponsePtrOutput

type AS2SecuritySettingsResponsePtrOutput struct{ *pulumi.OutputState }

func (AS2SecuritySettingsResponsePtrOutput) Elem

func (AS2SecuritySettingsResponsePtrOutput) ElementType

func (AS2SecuritySettingsResponsePtrOutput) EnableNrrForInboundDecodedMessages

func (o AS2SecuritySettingsResponsePtrOutput) EnableNrrForInboundDecodedMessages() pulumi.BoolPtrOutput

The value indicating whether to enable NRR for inbound decoded messages.

func (AS2SecuritySettingsResponsePtrOutput) EnableNrrForInboundEncodedMessages

func (o AS2SecuritySettingsResponsePtrOutput) EnableNrrForInboundEncodedMessages() pulumi.BoolPtrOutput

The value indicating whether to enable NRR for inbound encoded messages.

func (AS2SecuritySettingsResponsePtrOutput) EnableNrrForInboundMdn

func (o AS2SecuritySettingsResponsePtrOutput) EnableNrrForInboundMdn() pulumi.BoolPtrOutput

The value indicating whether to enable NRR for inbound MDN.

func (AS2SecuritySettingsResponsePtrOutput) EnableNrrForOutboundDecodedMessages

func (o AS2SecuritySettingsResponsePtrOutput) EnableNrrForOutboundDecodedMessages() pulumi.BoolPtrOutput

The value indicating whether to enable NRR for outbound decoded messages.

func (AS2SecuritySettingsResponsePtrOutput) EnableNrrForOutboundEncodedMessages

func (o AS2SecuritySettingsResponsePtrOutput) EnableNrrForOutboundEncodedMessages() pulumi.BoolPtrOutput

The value indicating whether to enable NRR for outbound encoded messages.

func (AS2SecuritySettingsResponsePtrOutput) EnableNrrForOutboundMdn

func (o AS2SecuritySettingsResponsePtrOutput) EnableNrrForOutboundMdn() pulumi.BoolPtrOutput

The value indicating whether to enable NRR for outbound MDN.

func (AS2SecuritySettingsResponsePtrOutput) EncryptionCertificateName

func (o AS2SecuritySettingsResponsePtrOutput) EncryptionCertificateName() pulumi.StringPtrOutput

The name of the encryption certificate.

func (AS2SecuritySettingsResponsePtrOutput) OverrideGroupSigningCertificate

func (o AS2SecuritySettingsResponsePtrOutput) OverrideGroupSigningCertificate() pulumi.BoolPtrOutput

The value indicating whether to send or request a MDN.

func (AS2SecuritySettingsResponsePtrOutput) Sha2AlgorithmFormat

The Sha2 algorithm format. Valid values are Sha2, ShaHashSize, ShaHyphenHashSize, Sha2UnderscoreHashSize.

func (AS2SecuritySettingsResponsePtrOutput) SigningCertificateName

func (o AS2SecuritySettingsResponsePtrOutput) SigningCertificateName() pulumi.StringPtrOutput

The name of the signing certificate.

func (AS2SecuritySettingsResponsePtrOutput) ToAS2SecuritySettingsResponsePtrOutput

func (o AS2SecuritySettingsResponsePtrOutput) ToAS2SecuritySettingsResponsePtrOutput() AS2SecuritySettingsResponsePtrOutput

func (AS2SecuritySettingsResponsePtrOutput) ToAS2SecuritySettingsResponsePtrOutputWithContext

func (o AS2SecuritySettingsResponsePtrOutput) ToAS2SecuritySettingsResponsePtrOutputWithContext(ctx context.Context) AS2SecuritySettingsResponsePtrOutput

type AS2ValidationSettings

type AS2ValidationSettings struct {
	// The value indicating whether to check for certificate revocation list on receive.
	CheckCertificateRevocationListOnReceive bool `pulumi:"checkCertificateRevocationListOnReceive"`
	// The value indicating whether to check for certificate revocation list on send.
	CheckCertificateRevocationListOnSend bool `pulumi:"checkCertificateRevocationListOnSend"`
	// The value indicating whether to check for duplicate message.
	CheckDuplicateMessage bool `pulumi:"checkDuplicateMessage"`
	// The value indicating whether the message has to be compressed.
	CompressMessage bool `pulumi:"compressMessage"`
	// The value indicating whether the message has to be encrypted.
	EncryptMessage bool `pulumi:"encryptMessage"`
	// The encryption algorithm.
	EncryptionAlgorithm string `pulumi:"encryptionAlgorithm"`
	// The number of days to look back for duplicate interchange.
	InterchangeDuplicatesValidityDays int `pulumi:"interchangeDuplicatesValidityDays"`
	// The value indicating whether to override incoming message properties with those in agreement.
	OverrideMessageProperties bool `pulumi:"overrideMessageProperties"`
	// The value indicating whether the message has to be signed.
	SignMessage bool `pulumi:"signMessage"`
	// The signing algorithm.
	SigningAlgorithm *string `pulumi:"signingAlgorithm"`
}

The AS2 agreement validation settings.

type AS2ValidationSettingsArgs

type AS2ValidationSettingsArgs struct {
	// The value indicating whether to check for certificate revocation list on receive.
	CheckCertificateRevocationListOnReceive pulumi.BoolInput `pulumi:"checkCertificateRevocationListOnReceive"`
	// The value indicating whether to check for certificate revocation list on send.
	CheckCertificateRevocationListOnSend pulumi.BoolInput `pulumi:"checkCertificateRevocationListOnSend"`
	// The value indicating whether to check for duplicate message.
	CheckDuplicateMessage pulumi.BoolInput `pulumi:"checkDuplicateMessage"`
	// The value indicating whether the message has to be compressed.
	CompressMessage pulumi.BoolInput `pulumi:"compressMessage"`
	// The value indicating whether the message has to be encrypted.
	EncryptMessage pulumi.BoolInput `pulumi:"encryptMessage"`
	// The encryption algorithm.
	EncryptionAlgorithm EncryptionAlgorithm `pulumi:"encryptionAlgorithm"`
	// The number of days to look back for duplicate interchange.
	InterchangeDuplicatesValidityDays pulumi.IntInput `pulumi:"interchangeDuplicatesValidityDays"`
	// The value indicating whether to override incoming message properties with those in agreement.
	OverrideMessageProperties pulumi.BoolInput `pulumi:"overrideMessageProperties"`
	// The value indicating whether the message has to be signed.
	SignMessage pulumi.BoolInput `pulumi:"signMessage"`
	// The signing algorithm.
	SigningAlgorithm pulumi.StringPtrInput `pulumi:"signingAlgorithm"`
}

The AS2 agreement validation settings.

func (AS2ValidationSettingsArgs) ElementType

func (AS2ValidationSettingsArgs) ElementType() reflect.Type

func (AS2ValidationSettingsArgs) ToAS2ValidationSettingsOutput

func (i AS2ValidationSettingsArgs) ToAS2ValidationSettingsOutput() AS2ValidationSettingsOutput

func (AS2ValidationSettingsArgs) ToAS2ValidationSettingsOutputWithContext

func (i AS2ValidationSettingsArgs) ToAS2ValidationSettingsOutputWithContext(ctx context.Context) AS2ValidationSettingsOutput

func (AS2ValidationSettingsArgs) ToAS2ValidationSettingsPtrOutput

func (i AS2ValidationSettingsArgs) ToAS2ValidationSettingsPtrOutput() AS2ValidationSettingsPtrOutput

func (AS2ValidationSettingsArgs) ToAS2ValidationSettingsPtrOutputWithContext

func (i AS2ValidationSettingsArgs) ToAS2ValidationSettingsPtrOutputWithContext(ctx context.Context) AS2ValidationSettingsPtrOutput

type AS2ValidationSettingsInput

type AS2ValidationSettingsInput interface {
	pulumi.Input

	ToAS2ValidationSettingsOutput() AS2ValidationSettingsOutput
	ToAS2ValidationSettingsOutputWithContext(context.Context) AS2ValidationSettingsOutput
}

AS2ValidationSettingsInput is an input type that accepts AS2ValidationSettingsArgs and AS2ValidationSettingsOutput values. You can construct a concrete instance of `AS2ValidationSettingsInput` via:

AS2ValidationSettingsArgs{...}

type AS2ValidationSettingsOutput

type AS2ValidationSettingsOutput struct{ *pulumi.OutputState }

The AS2 agreement validation settings.

func (AS2ValidationSettingsOutput) CheckCertificateRevocationListOnReceive

func (o AS2ValidationSettingsOutput) CheckCertificateRevocationListOnReceive() pulumi.BoolOutput

The value indicating whether to check for certificate revocation list on receive.

func (AS2ValidationSettingsOutput) CheckCertificateRevocationListOnSend

func (o AS2ValidationSettingsOutput) CheckCertificateRevocationListOnSend() pulumi.BoolOutput

The value indicating whether to check for certificate revocation list on send.

func (AS2ValidationSettingsOutput) CheckDuplicateMessage

func (o AS2ValidationSettingsOutput) CheckDuplicateMessage() pulumi.BoolOutput

The value indicating whether to check for duplicate message.

func (AS2ValidationSettingsOutput) CompressMessage

func (o AS2ValidationSettingsOutput) CompressMessage() pulumi.BoolOutput

The value indicating whether the message has to be compressed.

func (AS2ValidationSettingsOutput) ElementType

func (AS2ValidationSettingsOutput) EncryptMessage

func (o AS2ValidationSettingsOutput) EncryptMessage() pulumi.BoolOutput

The value indicating whether the message has to be encrypted.

func (AS2ValidationSettingsOutput) EncryptionAlgorithm

func (o AS2ValidationSettingsOutput) EncryptionAlgorithm() pulumi.StringOutput

The encryption algorithm.

func (AS2ValidationSettingsOutput) InterchangeDuplicatesValidityDays

func (o AS2ValidationSettingsOutput) InterchangeDuplicatesValidityDays() pulumi.IntOutput

The number of days to look back for duplicate interchange.

func (AS2ValidationSettingsOutput) OverrideMessageProperties

func (o AS2ValidationSettingsOutput) OverrideMessageProperties() pulumi.BoolOutput

The value indicating whether to override incoming message properties with those in agreement.

func (AS2ValidationSettingsOutput) SignMessage

The value indicating whether the message has to be signed.

func (AS2ValidationSettingsOutput) SigningAlgorithm

func (o AS2ValidationSettingsOutput) SigningAlgorithm() pulumi.StringPtrOutput

The signing algorithm.

func (AS2ValidationSettingsOutput) ToAS2ValidationSettingsOutput

func (o AS2ValidationSettingsOutput) ToAS2ValidationSettingsOutput() AS2ValidationSettingsOutput

func (AS2ValidationSettingsOutput) ToAS2ValidationSettingsOutputWithContext

func (o AS2ValidationSettingsOutput) ToAS2ValidationSettingsOutputWithContext(ctx context.Context) AS2ValidationSettingsOutput

func (AS2ValidationSettingsOutput) ToAS2ValidationSettingsPtrOutput

func (o AS2ValidationSettingsOutput) ToAS2ValidationSettingsPtrOutput() AS2ValidationSettingsPtrOutput

func (AS2ValidationSettingsOutput) ToAS2ValidationSettingsPtrOutputWithContext

func (o AS2ValidationSettingsOutput) ToAS2ValidationSettingsPtrOutputWithContext(ctx context.Context) AS2ValidationSettingsPtrOutput

type AS2ValidationSettingsPtrInput

type AS2ValidationSettingsPtrInput interface {
	pulumi.Input

	ToAS2ValidationSettingsPtrOutput() AS2ValidationSettingsPtrOutput
	ToAS2ValidationSettingsPtrOutputWithContext(context.Context) AS2ValidationSettingsPtrOutput
}

AS2ValidationSettingsPtrInput is an input type that accepts AS2ValidationSettingsArgs, AS2ValidationSettingsPtr and AS2ValidationSettingsPtrOutput values. You can construct a concrete instance of `AS2ValidationSettingsPtrInput` via:

        AS2ValidationSettingsArgs{...}

or:

        nil

type AS2ValidationSettingsPtrOutput

type AS2ValidationSettingsPtrOutput struct{ *pulumi.OutputState }

func (AS2ValidationSettingsPtrOutput) CheckCertificateRevocationListOnReceive

func (o AS2ValidationSettingsPtrOutput) CheckCertificateRevocationListOnReceive() pulumi.BoolPtrOutput

The value indicating whether to check for certificate revocation list on receive.

func (AS2ValidationSettingsPtrOutput) CheckCertificateRevocationListOnSend

func (o AS2ValidationSettingsPtrOutput) CheckCertificateRevocationListOnSend() pulumi.BoolPtrOutput

The value indicating whether to check for certificate revocation list on send.

func (AS2ValidationSettingsPtrOutput) CheckDuplicateMessage

func (o AS2ValidationSettingsPtrOutput) CheckDuplicateMessage() pulumi.BoolPtrOutput

The value indicating whether to check for duplicate message.

func (AS2ValidationSettingsPtrOutput) CompressMessage

The value indicating whether the message has to be compressed.

func (AS2ValidationSettingsPtrOutput) Elem

func (AS2ValidationSettingsPtrOutput) ElementType

func (AS2ValidationSettingsPtrOutput) EncryptMessage

The value indicating whether the message has to be encrypted.

func (AS2ValidationSettingsPtrOutput) EncryptionAlgorithm

func (o AS2ValidationSettingsPtrOutput) EncryptionAlgorithm() pulumi.StringPtrOutput

The encryption algorithm.

func (AS2ValidationSettingsPtrOutput) InterchangeDuplicatesValidityDays

func (o AS2ValidationSettingsPtrOutput) InterchangeDuplicatesValidityDays() pulumi.IntPtrOutput

The number of days to look back for duplicate interchange.

func (AS2ValidationSettingsPtrOutput) OverrideMessageProperties

func (o AS2ValidationSettingsPtrOutput) OverrideMessageProperties() pulumi.BoolPtrOutput

The value indicating whether to override incoming message properties with those in agreement.

func (AS2ValidationSettingsPtrOutput) SignMessage

The value indicating whether the message has to be signed.

func (AS2ValidationSettingsPtrOutput) SigningAlgorithm

The signing algorithm.

func (AS2ValidationSettingsPtrOutput) ToAS2ValidationSettingsPtrOutput

func (o AS2ValidationSettingsPtrOutput) ToAS2ValidationSettingsPtrOutput() AS2ValidationSettingsPtrOutput

func (AS2ValidationSettingsPtrOutput) ToAS2ValidationSettingsPtrOutputWithContext

func (o AS2ValidationSettingsPtrOutput) ToAS2ValidationSettingsPtrOutputWithContext(ctx context.Context) AS2ValidationSettingsPtrOutput

type AS2ValidationSettingsResponse

type AS2ValidationSettingsResponse struct {
	// The value indicating whether to check for certificate revocation list on receive.
	CheckCertificateRevocationListOnReceive bool `pulumi:"checkCertificateRevocationListOnReceive"`
	// The value indicating whether to check for certificate revocation list on send.
	CheckCertificateRevocationListOnSend bool `pulumi:"checkCertificateRevocationListOnSend"`
	// The value indicating whether to check for duplicate message.
	CheckDuplicateMessage bool `pulumi:"checkDuplicateMessage"`
	// The value indicating whether the message has to be compressed.
	CompressMessage bool `pulumi:"compressMessage"`
	// The value indicating whether the message has to be encrypted.
	EncryptMessage bool `pulumi:"encryptMessage"`
	// The encryption algorithm.
	EncryptionAlgorithm string `pulumi:"encryptionAlgorithm"`
	// The number of days to look back for duplicate interchange.
	InterchangeDuplicatesValidityDays int `pulumi:"interchangeDuplicatesValidityDays"`
	// The value indicating whether to override incoming message properties with those in agreement.
	OverrideMessageProperties bool `pulumi:"overrideMessageProperties"`
	// The value indicating whether the message has to be signed.
	SignMessage bool `pulumi:"signMessage"`
	// The signing algorithm.
	SigningAlgorithm *string `pulumi:"signingAlgorithm"`
}

The AS2 agreement validation settings.

type AS2ValidationSettingsResponseArgs

type AS2ValidationSettingsResponseArgs struct {
	// The value indicating whether to check for certificate revocation list on receive.
	CheckCertificateRevocationListOnReceive pulumi.BoolInput `pulumi:"checkCertificateRevocationListOnReceive"`
	// The value indicating whether to check for certificate revocation list on send.
	CheckCertificateRevocationListOnSend pulumi.BoolInput `pulumi:"checkCertificateRevocationListOnSend"`
	// The value indicating whether to check for duplicate message.
	CheckDuplicateMessage pulumi.BoolInput `pulumi:"checkDuplicateMessage"`
	// The value indicating whether the message has to be compressed.
	CompressMessage pulumi.BoolInput `pulumi:"compressMessage"`
	// The value indicating whether the message has to be encrypted.
	EncryptMessage pulumi.BoolInput `pulumi:"encryptMessage"`
	// The encryption algorithm.
	EncryptionAlgorithm pulumi.StringInput `pulumi:"encryptionAlgorithm"`
	// The number of days to look back for duplicate interchange.
	InterchangeDuplicatesValidityDays pulumi.IntInput `pulumi:"interchangeDuplicatesValidityDays"`
	// The value indicating whether to override incoming message properties with those in agreement.
	OverrideMessageProperties pulumi.BoolInput `pulumi:"overrideMessageProperties"`
	// The value indicating whether the message has to be signed.
	SignMessage pulumi.BoolInput `pulumi:"signMessage"`
	// The signing algorithm.
	SigningAlgorithm pulumi.StringPtrInput `pulumi:"signingAlgorithm"`
}

The AS2 agreement validation settings.

func (AS2ValidationSettingsResponseArgs) ElementType

func (AS2ValidationSettingsResponseArgs) ToAS2ValidationSettingsResponseOutput

func (i AS2ValidationSettingsResponseArgs) ToAS2ValidationSettingsResponseOutput() AS2ValidationSettingsResponseOutput

func (AS2ValidationSettingsResponseArgs) ToAS2ValidationSettingsResponseOutputWithContext

func (i AS2ValidationSettingsResponseArgs) ToAS2ValidationSettingsResponseOutputWithContext(ctx context.Context) AS2ValidationSettingsResponseOutput

func (AS2ValidationSettingsResponseArgs) ToAS2ValidationSettingsResponsePtrOutput

func (i AS2ValidationSettingsResponseArgs) ToAS2ValidationSettingsResponsePtrOutput() AS2ValidationSettingsResponsePtrOutput

func (AS2ValidationSettingsResponseArgs) ToAS2ValidationSettingsResponsePtrOutputWithContext

func (i AS2ValidationSettingsResponseArgs) ToAS2ValidationSettingsResponsePtrOutputWithContext(ctx context.Context) AS2ValidationSettingsResponsePtrOutput

type AS2ValidationSettingsResponseInput

type AS2ValidationSettingsResponseInput interface {
	pulumi.Input

	ToAS2ValidationSettingsResponseOutput() AS2ValidationSettingsResponseOutput
	ToAS2ValidationSettingsResponseOutputWithContext(context.Context) AS2ValidationSettingsResponseOutput
}

AS2ValidationSettingsResponseInput is an input type that accepts AS2ValidationSettingsResponseArgs and AS2ValidationSettingsResponseOutput values. You can construct a concrete instance of `AS2ValidationSettingsResponseInput` via:

AS2ValidationSettingsResponseArgs{...}

type AS2ValidationSettingsResponseOutput

type AS2ValidationSettingsResponseOutput struct{ *pulumi.OutputState }

The AS2 agreement validation settings.

func (AS2ValidationSettingsResponseOutput) CheckCertificateRevocationListOnReceive

func (o AS2ValidationSettingsResponseOutput) CheckCertificateRevocationListOnReceive() pulumi.BoolOutput

The value indicating whether to check for certificate revocation list on receive.

func (AS2ValidationSettingsResponseOutput) CheckCertificateRevocationListOnSend

func (o AS2ValidationSettingsResponseOutput) CheckCertificateRevocationListOnSend() pulumi.BoolOutput

The value indicating whether to check for certificate revocation list on send.

func (AS2ValidationSettingsResponseOutput) CheckDuplicateMessage

func (o AS2ValidationSettingsResponseOutput) CheckDuplicateMessage() pulumi.BoolOutput

The value indicating whether to check for duplicate message.

func (AS2ValidationSettingsResponseOutput) CompressMessage

The value indicating whether the message has to be compressed.

func (AS2ValidationSettingsResponseOutput) ElementType

func (AS2ValidationSettingsResponseOutput) EncryptMessage

The value indicating whether the message has to be encrypted.

func (AS2ValidationSettingsResponseOutput) EncryptionAlgorithm

The encryption algorithm.

func (AS2ValidationSettingsResponseOutput) InterchangeDuplicatesValidityDays

func (o AS2ValidationSettingsResponseOutput) InterchangeDuplicatesValidityDays() pulumi.IntOutput

The number of days to look back for duplicate interchange.

func (AS2ValidationSettingsResponseOutput) OverrideMessageProperties

func (o AS2ValidationSettingsResponseOutput) OverrideMessageProperties() pulumi.BoolOutput

The value indicating whether to override incoming message properties with those in agreement.

func (AS2ValidationSettingsResponseOutput) SignMessage

The value indicating whether the message has to be signed.

func (AS2ValidationSettingsResponseOutput) SigningAlgorithm

The signing algorithm.

func (AS2ValidationSettingsResponseOutput) ToAS2ValidationSettingsResponseOutput

func (o AS2ValidationSettingsResponseOutput) ToAS2ValidationSettingsResponseOutput() AS2ValidationSettingsResponseOutput

func (AS2ValidationSettingsResponseOutput) ToAS2ValidationSettingsResponseOutputWithContext

func (o AS2ValidationSettingsResponseOutput) ToAS2ValidationSettingsResponseOutputWithContext(ctx context.Context) AS2ValidationSettingsResponseOutput

func (AS2ValidationSettingsResponseOutput) ToAS2ValidationSettingsResponsePtrOutput

func (o AS2ValidationSettingsResponseOutput) ToAS2ValidationSettingsResponsePtrOutput() AS2ValidationSettingsResponsePtrOutput

func (AS2ValidationSettingsResponseOutput) ToAS2ValidationSettingsResponsePtrOutputWithContext

func (o AS2ValidationSettingsResponseOutput) ToAS2ValidationSettingsResponsePtrOutputWithContext(ctx context.Context) AS2ValidationSettingsResponsePtrOutput

type AS2ValidationSettingsResponsePtrInput

type AS2ValidationSettingsResponsePtrInput interface {
	pulumi.Input

	ToAS2ValidationSettingsResponsePtrOutput() AS2ValidationSettingsResponsePtrOutput
	ToAS2ValidationSettingsResponsePtrOutputWithContext(context.Context) AS2ValidationSettingsResponsePtrOutput
}

AS2ValidationSettingsResponsePtrInput is an input type that accepts AS2ValidationSettingsResponseArgs, AS2ValidationSettingsResponsePtr and AS2ValidationSettingsResponsePtrOutput values. You can construct a concrete instance of `AS2ValidationSettingsResponsePtrInput` via:

        AS2ValidationSettingsResponseArgs{...}

or:

        nil

type AS2ValidationSettingsResponsePtrOutput

type AS2ValidationSettingsResponsePtrOutput struct{ *pulumi.OutputState }

func (AS2ValidationSettingsResponsePtrOutput) CheckCertificateRevocationListOnReceive

func (o AS2ValidationSettingsResponsePtrOutput) CheckCertificateRevocationListOnReceive() pulumi.BoolPtrOutput

The value indicating whether to check for certificate revocation list on receive.

func (AS2ValidationSettingsResponsePtrOutput) CheckCertificateRevocationListOnSend

func (o AS2ValidationSettingsResponsePtrOutput) CheckCertificateRevocationListOnSend() pulumi.BoolPtrOutput

The value indicating whether to check for certificate revocation list on send.

func (AS2ValidationSettingsResponsePtrOutput) CheckDuplicateMessage

The value indicating whether to check for duplicate message.

func (AS2ValidationSettingsResponsePtrOutput) CompressMessage

The value indicating whether the message has to be compressed.

func (AS2ValidationSettingsResponsePtrOutput) Elem

func (AS2ValidationSettingsResponsePtrOutput) ElementType

func (AS2ValidationSettingsResponsePtrOutput) EncryptMessage

The value indicating whether the message has to be encrypted.

func (AS2ValidationSettingsResponsePtrOutput) EncryptionAlgorithm

The encryption algorithm.

func (AS2ValidationSettingsResponsePtrOutput) InterchangeDuplicatesValidityDays

func (o AS2ValidationSettingsResponsePtrOutput) InterchangeDuplicatesValidityDays() pulumi.IntPtrOutput

The number of days to look back for duplicate interchange.

func (AS2ValidationSettingsResponsePtrOutput) OverrideMessageProperties

func (o AS2ValidationSettingsResponsePtrOutput) OverrideMessageProperties() pulumi.BoolPtrOutput

The value indicating whether to override incoming message properties with those in agreement.

func (AS2ValidationSettingsResponsePtrOutput) SignMessage

The value indicating whether the message has to be signed.

func (AS2ValidationSettingsResponsePtrOutput) SigningAlgorithm

The signing algorithm.

func (AS2ValidationSettingsResponsePtrOutput) ToAS2ValidationSettingsResponsePtrOutput

func (o AS2ValidationSettingsResponsePtrOutput) ToAS2ValidationSettingsResponsePtrOutput() AS2ValidationSettingsResponsePtrOutput

func (AS2ValidationSettingsResponsePtrOutput) ToAS2ValidationSettingsResponsePtrOutputWithContext

func (o AS2ValidationSettingsResponsePtrOutput) ToAS2ValidationSettingsResponsePtrOutputWithContext(ctx context.Context) AS2ValidationSettingsResponsePtrOutput

type Agreement

type Agreement struct {
	pulumi.CustomResourceState

	// The agreement type.
	AgreementType pulumi.StringOutput `pulumi:"agreementType"`
	// The changed time.
	ChangedTime pulumi.StringOutput `pulumi:"changedTime"`
	// The agreement content.
	Content AgreementContentResponseOutput `pulumi:"content"`
	// The created time.
	CreatedTime pulumi.StringOutput `pulumi:"createdTime"`
	// The business identity of the guest partner.
	GuestIdentity BusinessIdentityResponseOutput `pulumi:"guestIdentity"`
	// The integration account partner that is set as guest partner for this agreement.
	GuestPartner pulumi.StringOutput `pulumi:"guestPartner"`
	// The business identity of the host partner.
	HostIdentity BusinessIdentityResponseOutput `pulumi:"hostIdentity"`
	// The integration account partner that is set as host partner for this agreement.
	HostPartner pulumi.StringOutput `pulumi:"hostPartner"`
	// The resource location.
	Location pulumi.StringPtrOutput `pulumi:"location"`
	// The metadata.
	Metadata pulumi.AnyOutput `pulumi:"metadata"`
	// Gets the resource name.
	Name pulumi.StringOutput `pulumi:"name"`
	// The resource tags.
	Tags pulumi.StringMapOutput `pulumi:"tags"`
	// Gets the resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

The integration account agreement.

func GetAgreement

func GetAgreement(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *AgreementState, opts ...pulumi.ResourceOption) (*Agreement, error)

GetAgreement gets an existing Agreement 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 NewAgreement

func NewAgreement(ctx *pulumi.Context,
	name string, args *AgreementArgs, opts ...pulumi.ResourceOption) (*Agreement, error)

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

func (*Agreement) ElementType added in v0.2.6

func (*Agreement) ElementType() reflect.Type

func (*Agreement) ToAgreementOutput added in v0.2.6

func (i *Agreement) ToAgreementOutput() AgreementOutput

func (*Agreement) ToAgreementOutputWithContext added in v0.2.6

func (i *Agreement) ToAgreementOutputWithContext(ctx context.Context) AgreementOutput

type AgreementArgs

type AgreementArgs struct {
	// The integration account agreement name.
	AgreementName pulumi.StringInput
	// The agreement type.
	AgreementType AgreementType
	// The agreement content.
	Content AgreementContentInput
	// The business identity of the guest partner.
	GuestIdentity BusinessIdentityInput
	// The integration account partner that is set as guest partner for this agreement.
	GuestPartner pulumi.StringInput
	// The business identity of the host partner.
	HostIdentity BusinessIdentityInput
	// The integration account partner that is set as host partner for this agreement.
	HostPartner pulumi.StringInput
	// The integration account name.
	IntegrationAccountName pulumi.StringInput
	// The resource location.
	Location pulumi.StringPtrInput
	// The metadata.
	Metadata pulumi.Input
	// The resource group name.
	ResourceGroupName pulumi.StringInput
	// The resource tags.
	Tags pulumi.StringMapInput
}

The set of arguments for constructing a Agreement resource.

func (AgreementArgs) ElementType

func (AgreementArgs) ElementType() reflect.Type

type AgreementContent

type AgreementContent struct {
	// The AS2 agreement content.
	AS2 *AS2AgreementContent `pulumi:"aS2"`
	// The EDIFACT agreement content.
	Edifact *EdifactAgreementContent `pulumi:"edifact"`
	// The X12 agreement content.
	X12 *X12AgreementContent `pulumi:"x12"`
}

The integration account agreement content.

type AgreementContentArgs

type AgreementContentArgs struct {
	// The AS2 agreement content.
	AS2 AS2AgreementContentPtrInput `pulumi:"aS2"`
	// The EDIFACT agreement content.
	Edifact EdifactAgreementContentPtrInput `pulumi:"edifact"`
	// The X12 agreement content.
	X12 X12AgreementContentPtrInput `pulumi:"x12"`
}

The integration account agreement content.

func (AgreementContentArgs) ElementType

func (AgreementContentArgs) ElementType() reflect.Type

func (AgreementContentArgs) ToAgreementContentOutput

func (i AgreementContentArgs) ToAgreementContentOutput() AgreementContentOutput

func (AgreementContentArgs) ToAgreementContentOutputWithContext

func (i AgreementContentArgs) ToAgreementContentOutputWithContext(ctx context.Context) AgreementContentOutput

func (AgreementContentArgs) ToAgreementContentPtrOutput

func (i AgreementContentArgs) ToAgreementContentPtrOutput() AgreementContentPtrOutput

func (AgreementContentArgs) ToAgreementContentPtrOutputWithContext

func (i AgreementContentArgs) ToAgreementContentPtrOutputWithContext(ctx context.Context) AgreementContentPtrOutput

type AgreementContentInput

type AgreementContentInput interface {
	pulumi.Input

	ToAgreementContentOutput() AgreementContentOutput
	ToAgreementContentOutputWithContext(context.Context) AgreementContentOutput
}

AgreementContentInput is an input type that accepts AgreementContentArgs and AgreementContentOutput values. You can construct a concrete instance of `AgreementContentInput` via:

AgreementContentArgs{...}

type AgreementContentOutput

type AgreementContentOutput struct{ *pulumi.OutputState }

The integration account agreement content.

func (AgreementContentOutput) AS2

The AS2 agreement content.

func (AgreementContentOutput) Edifact

The EDIFACT agreement content.

func (AgreementContentOutput) ElementType

func (AgreementContentOutput) ElementType() reflect.Type

func (AgreementContentOutput) ToAgreementContentOutput

func (o AgreementContentOutput) ToAgreementContentOutput() AgreementContentOutput

func (AgreementContentOutput) ToAgreementContentOutputWithContext

func (o AgreementContentOutput) ToAgreementContentOutputWithContext(ctx context.Context) AgreementContentOutput

func (AgreementContentOutput) ToAgreementContentPtrOutput

func (o AgreementContentOutput) ToAgreementContentPtrOutput() AgreementContentPtrOutput

func (AgreementContentOutput) ToAgreementContentPtrOutputWithContext

func (o AgreementContentOutput) ToAgreementContentPtrOutputWithContext(ctx context.Context) AgreementContentPtrOutput

func (AgreementContentOutput) X12

The X12 agreement content.

type AgreementContentPtrInput

type AgreementContentPtrInput interface {
	pulumi.Input

	ToAgreementContentPtrOutput() AgreementContentPtrOutput
	ToAgreementContentPtrOutputWithContext(context.Context) AgreementContentPtrOutput
}

AgreementContentPtrInput is an input type that accepts AgreementContentArgs, AgreementContentPtr and AgreementContentPtrOutput values. You can construct a concrete instance of `AgreementContentPtrInput` via:

        AgreementContentArgs{...}

or:

        nil

type AgreementContentPtrOutput

type AgreementContentPtrOutput struct{ *pulumi.OutputState }

func (AgreementContentPtrOutput) AS2

The AS2 agreement content.

func (AgreementContentPtrOutput) Edifact

The EDIFACT agreement content.

func (AgreementContentPtrOutput) Elem

func (AgreementContentPtrOutput) ElementType

func (AgreementContentPtrOutput) ElementType() reflect.Type

func (AgreementContentPtrOutput) ToAgreementContentPtrOutput

func (o AgreementContentPtrOutput) ToAgreementContentPtrOutput() AgreementContentPtrOutput

func (AgreementContentPtrOutput) ToAgreementContentPtrOutputWithContext

func (o AgreementContentPtrOutput) ToAgreementContentPtrOutputWithContext(ctx context.Context) AgreementContentPtrOutput

func (AgreementContentPtrOutput) X12

The X12 agreement content.

type AgreementContentResponse

type AgreementContentResponse struct {
	// The AS2 agreement content.
	AS2 *AS2AgreementContentResponse `pulumi:"aS2"`
	// The EDIFACT agreement content.
	Edifact *EdifactAgreementContentResponse `pulumi:"edifact"`
	// The X12 agreement content.
	X12 *X12AgreementContentResponse `pulumi:"x12"`
}

The integration account agreement content.

type AgreementContentResponseArgs

type AgreementContentResponseArgs struct {
	// The AS2 agreement content.
	AS2 AS2AgreementContentResponsePtrInput `pulumi:"aS2"`
	// The EDIFACT agreement content.
	Edifact EdifactAgreementContentResponsePtrInput `pulumi:"edifact"`
	// The X12 agreement content.
	X12 X12AgreementContentResponsePtrInput `pulumi:"x12"`
}

The integration account agreement content.

func (AgreementContentResponseArgs) ElementType

func (AgreementContentResponseArgs) ToAgreementContentResponseOutput

func (i AgreementContentResponseArgs) ToAgreementContentResponseOutput() AgreementContentResponseOutput

func (AgreementContentResponseArgs) ToAgreementContentResponseOutputWithContext

func (i AgreementContentResponseArgs) ToAgreementContentResponseOutputWithContext(ctx context.Context) AgreementContentResponseOutput

func (AgreementContentResponseArgs) ToAgreementContentResponsePtrOutput

func (i AgreementContentResponseArgs) ToAgreementContentResponsePtrOutput() AgreementContentResponsePtrOutput

func (AgreementContentResponseArgs) ToAgreementContentResponsePtrOutputWithContext

func (i AgreementContentResponseArgs) ToAgreementContentResponsePtrOutputWithContext(ctx context.Context) AgreementContentResponsePtrOutput

type AgreementContentResponseInput

type AgreementContentResponseInput interface {
	pulumi.Input

	ToAgreementContentResponseOutput() AgreementContentResponseOutput
	ToAgreementContentResponseOutputWithContext(context.Context) AgreementContentResponseOutput
}

AgreementContentResponseInput is an input type that accepts AgreementContentResponseArgs and AgreementContentResponseOutput values. You can construct a concrete instance of `AgreementContentResponseInput` via:

AgreementContentResponseArgs{...}

type AgreementContentResponseOutput

type AgreementContentResponseOutput struct{ *pulumi.OutputState }

The integration account agreement content.

func (AgreementContentResponseOutput) AS2

The AS2 agreement content.

func (AgreementContentResponseOutput) Edifact

The EDIFACT agreement content.

func (AgreementContentResponseOutput) ElementType

func (AgreementContentResponseOutput) ToAgreementContentResponseOutput

func (o AgreementContentResponseOutput) ToAgreementContentResponseOutput() AgreementContentResponseOutput

func (AgreementContentResponseOutput) ToAgreementContentResponseOutputWithContext

func (o AgreementContentResponseOutput) ToAgreementContentResponseOutputWithContext(ctx context.Context) AgreementContentResponseOutput

func (AgreementContentResponseOutput) ToAgreementContentResponsePtrOutput

func (o AgreementContentResponseOutput) ToAgreementContentResponsePtrOutput() AgreementContentResponsePtrOutput

func (AgreementContentResponseOutput) ToAgreementContentResponsePtrOutputWithContext

func (o AgreementContentResponseOutput) ToAgreementContentResponsePtrOutputWithContext(ctx context.Context) AgreementContentResponsePtrOutput

func (AgreementContentResponseOutput) X12

The X12 agreement content.

type AgreementContentResponsePtrInput

type AgreementContentResponsePtrInput interface {
	pulumi.Input

	ToAgreementContentResponsePtrOutput() AgreementContentResponsePtrOutput
	ToAgreementContentResponsePtrOutputWithContext(context.Context) AgreementContentResponsePtrOutput
}

AgreementContentResponsePtrInput is an input type that accepts AgreementContentResponseArgs, AgreementContentResponsePtr and AgreementContentResponsePtrOutput values. You can construct a concrete instance of `AgreementContentResponsePtrInput` via:

        AgreementContentResponseArgs{...}

or:

        nil

type AgreementContentResponsePtrOutput

type AgreementContentResponsePtrOutput struct{ *pulumi.OutputState }

func (AgreementContentResponsePtrOutput) AS2

The AS2 agreement content.

func (AgreementContentResponsePtrOutput) Edifact

The EDIFACT agreement content.

func (AgreementContentResponsePtrOutput) Elem

func (AgreementContentResponsePtrOutput) ElementType

func (AgreementContentResponsePtrOutput) ToAgreementContentResponsePtrOutput

func (o AgreementContentResponsePtrOutput) ToAgreementContentResponsePtrOutput() AgreementContentResponsePtrOutput

func (AgreementContentResponsePtrOutput) ToAgreementContentResponsePtrOutputWithContext

func (o AgreementContentResponsePtrOutput) ToAgreementContentResponsePtrOutputWithContext(ctx context.Context) AgreementContentResponsePtrOutput

func (AgreementContentResponsePtrOutput) X12

The X12 agreement content.

type AgreementInput added in v0.2.6

type AgreementInput interface {
	pulumi.Input

	ToAgreementOutput() AgreementOutput
	ToAgreementOutputWithContext(ctx context.Context) AgreementOutput
}

type AgreementOutput added in v0.2.6

type AgreementOutput struct {
	*pulumi.OutputState
}

func (AgreementOutput) ElementType added in v0.2.6

func (AgreementOutput) ElementType() reflect.Type

func (AgreementOutput) ToAgreementOutput added in v0.2.6

func (o AgreementOutput) ToAgreementOutput() AgreementOutput

func (AgreementOutput) ToAgreementOutputWithContext added in v0.2.6

func (o AgreementOutput) ToAgreementOutputWithContext(ctx context.Context) AgreementOutput

type AgreementState

type AgreementState struct {
	// The agreement type.
	AgreementType pulumi.StringPtrInput
	// The changed time.
	ChangedTime pulumi.StringPtrInput
	// The agreement content.
	Content AgreementContentResponsePtrInput
	// The created time.
	CreatedTime pulumi.StringPtrInput
	// The business identity of the guest partner.
	GuestIdentity BusinessIdentityResponsePtrInput
	// The integration account partner that is set as guest partner for this agreement.
	GuestPartner pulumi.StringPtrInput
	// The business identity of the host partner.
	HostIdentity BusinessIdentityResponsePtrInput
	// The integration account partner that is set as host partner for this agreement.
	HostPartner pulumi.StringPtrInput
	// The resource location.
	Location pulumi.StringPtrInput
	// The metadata.
	Metadata pulumi.Input
	// Gets the resource name.
	Name pulumi.StringPtrInput
	// The resource tags.
	Tags pulumi.StringMapInput
	// Gets the resource type.
	Type pulumi.StringPtrInput
}

func (AgreementState) ElementType

func (AgreementState) ElementType() reflect.Type

type AgreementType added in v0.3.1

type AgreementType pulumi.String

The agreement type.

func (AgreementType) ElementType added in v0.3.1

func (AgreementType) ElementType() reflect.Type

func (AgreementType) ToStringOutput added in v0.3.1

func (e AgreementType) ToStringOutput() pulumi.StringOutput

func (AgreementType) ToStringOutputWithContext added in v0.3.1

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

func (AgreementType) ToStringPtrOutput added in v0.3.1

func (e AgreementType) ToStringPtrOutput() pulumi.StringPtrOutput

func (AgreementType) ToStringPtrOutputWithContext added in v0.3.1

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

type AssemblyProperties

type AssemblyProperties struct {
	// The assembly culture.
	AssemblyCulture *string `pulumi:"assemblyCulture"`
	// The assembly name.
	AssemblyName string `pulumi:"assemblyName"`
	// The assembly public key token.
	AssemblyPublicKeyToken *string `pulumi:"assemblyPublicKeyToken"`
	// The assembly version.
	AssemblyVersion *string `pulumi:"assemblyVersion"`
	// The artifact changed time.
	ChangedTime *string     `pulumi:"changedTime"`
	Content     interface{} `pulumi:"content"`
	// The content link.
	ContentLink *ContentLink `pulumi:"contentLink"`
	// The content type.
	ContentType *string `pulumi:"contentType"`
	// The artifact creation time.
	CreatedTime *string     `pulumi:"createdTime"`
	Metadata    interface{} `pulumi:"metadata"`
}

The assembly properties definition.

type AssemblyPropertiesArgs

type AssemblyPropertiesArgs struct {
	// The assembly culture.
	AssemblyCulture pulumi.StringPtrInput `pulumi:"assemblyCulture"`
	// The assembly name.
	AssemblyName pulumi.StringInput `pulumi:"assemblyName"`
	// The assembly public key token.
	AssemblyPublicKeyToken pulumi.StringPtrInput `pulumi:"assemblyPublicKeyToken"`
	// The assembly version.
	AssemblyVersion pulumi.StringPtrInput `pulumi:"assemblyVersion"`
	// The artifact changed time.
	ChangedTime pulumi.StringPtrInput `pulumi:"changedTime"`
	Content     pulumi.Input          `pulumi:"content"`
	// The content link.
	ContentLink ContentLinkPtrInput `pulumi:"contentLink"`
	// The content type.
	ContentType pulumi.StringPtrInput `pulumi:"contentType"`
	// The artifact creation time.
	CreatedTime pulumi.StringPtrInput `pulumi:"createdTime"`
	Metadata    pulumi.Input          `pulumi:"metadata"`
}

The assembly properties definition.

func (AssemblyPropertiesArgs) ElementType

func (AssemblyPropertiesArgs) ElementType() reflect.Type

func (AssemblyPropertiesArgs) ToAssemblyPropertiesOutput

func (i AssemblyPropertiesArgs) ToAssemblyPropertiesOutput() AssemblyPropertiesOutput

func (AssemblyPropertiesArgs) ToAssemblyPropertiesOutputWithContext

func (i AssemblyPropertiesArgs) ToAssemblyPropertiesOutputWithContext(ctx context.Context) AssemblyPropertiesOutput

func (AssemblyPropertiesArgs) ToAssemblyPropertiesPtrOutput

func (i AssemblyPropertiesArgs) ToAssemblyPropertiesPtrOutput() AssemblyPropertiesPtrOutput

func (AssemblyPropertiesArgs) ToAssemblyPropertiesPtrOutputWithContext

func (i AssemblyPropertiesArgs) ToAssemblyPropertiesPtrOutputWithContext(ctx context.Context) AssemblyPropertiesPtrOutput

type AssemblyPropertiesInput

type AssemblyPropertiesInput interface {
	pulumi.Input

	ToAssemblyPropertiesOutput() AssemblyPropertiesOutput
	ToAssemblyPropertiesOutputWithContext(context.Context) AssemblyPropertiesOutput
}

AssemblyPropertiesInput is an input type that accepts AssemblyPropertiesArgs and AssemblyPropertiesOutput values. You can construct a concrete instance of `AssemblyPropertiesInput` via:

AssemblyPropertiesArgs{...}

type AssemblyPropertiesOutput

type AssemblyPropertiesOutput struct{ *pulumi.OutputState }

The assembly properties definition.

func (AssemblyPropertiesOutput) AssemblyCulture

func (o AssemblyPropertiesOutput) AssemblyCulture() pulumi.StringPtrOutput

The assembly culture.

func (AssemblyPropertiesOutput) AssemblyName

func (o AssemblyPropertiesOutput) AssemblyName() pulumi.StringOutput

The assembly name.

func (AssemblyPropertiesOutput) AssemblyPublicKeyToken

func (o AssemblyPropertiesOutput) AssemblyPublicKeyToken() pulumi.StringPtrOutput

The assembly public key token.

func (AssemblyPropertiesOutput) AssemblyVersion

func (o AssemblyPropertiesOutput) AssemblyVersion() pulumi.StringPtrOutput

The assembly version.

func (AssemblyPropertiesOutput) ChangedTime

The artifact changed time.

func (AssemblyPropertiesOutput) Content

The content link.

func (AssemblyPropertiesOutput) ContentType

The content type.

func (AssemblyPropertiesOutput) CreatedTime

The artifact creation time.

func (AssemblyPropertiesOutput) ElementType

func (AssemblyPropertiesOutput) ElementType() reflect.Type

func (AssemblyPropertiesOutput) Metadata

func (AssemblyPropertiesOutput) ToAssemblyPropertiesOutput

func (o AssemblyPropertiesOutput) ToAssemblyPropertiesOutput() AssemblyPropertiesOutput

func (AssemblyPropertiesOutput) ToAssemblyPropertiesOutputWithContext

func (o AssemblyPropertiesOutput) ToAssemblyPropertiesOutputWithContext(ctx context.Context) AssemblyPropertiesOutput

func (AssemblyPropertiesOutput) ToAssemblyPropertiesPtrOutput

func (o AssemblyPropertiesOutput) ToAssemblyPropertiesPtrOutput() AssemblyPropertiesPtrOutput

func (AssemblyPropertiesOutput) ToAssemblyPropertiesPtrOutputWithContext

func (o AssemblyPropertiesOutput) ToAssemblyPropertiesPtrOutputWithContext(ctx context.Context) AssemblyPropertiesPtrOutput

type AssemblyPropertiesPtrInput

type AssemblyPropertiesPtrInput interface {
	pulumi.Input

	ToAssemblyPropertiesPtrOutput() AssemblyPropertiesPtrOutput
	ToAssemblyPropertiesPtrOutputWithContext(context.Context) AssemblyPropertiesPtrOutput
}

AssemblyPropertiesPtrInput is an input type that accepts AssemblyPropertiesArgs, AssemblyPropertiesPtr and AssemblyPropertiesPtrOutput values. You can construct a concrete instance of `AssemblyPropertiesPtrInput` via:

        AssemblyPropertiesArgs{...}

or:

        nil

type AssemblyPropertiesPtrOutput

type AssemblyPropertiesPtrOutput struct{ *pulumi.OutputState }

func (AssemblyPropertiesPtrOutput) AssemblyCulture

The assembly culture.

func (AssemblyPropertiesPtrOutput) AssemblyName

The assembly name.

func (AssemblyPropertiesPtrOutput) AssemblyPublicKeyToken

func (o AssemblyPropertiesPtrOutput) AssemblyPublicKeyToken() pulumi.StringPtrOutput

The assembly public key token.

func (AssemblyPropertiesPtrOutput) AssemblyVersion

The assembly version.

func (AssemblyPropertiesPtrOutput) ChangedTime

The artifact changed time.

func (AssemblyPropertiesPtrOutput) Content

The content link.

func (AssemblyPropertiesPtrOutput) ContentType

The content type.

func (AssemblyPropertiesPtrOutput) CreatedTime

The artifact creation time.

func (AssemblyPropertiesPtrOutput) Elem

func (AssemblyPropertiesPtrOutput) ElementType

func (AssemblyPropertiesPtrOutput) Metadata

func (AssemblyPropertiesPtrOutput) ToAssemblyPropertiesPtrOutput

func (o AssemblyPropertiesPtrOutput) ToAssemblyPropertiesPtrOutput() AssemblyPropertiesPtrOutput

func (AssemblyPropertiesPtrOutput) ToAssemblyPropertiesPtrOutputWithContext

func (o AssemblyPropertiesPtrOutput) ToAssemblyPropertiesPtrOutputWithContext(ctx context.Context) AssemblyPropertiesPtrOutput

type AssemblyPropertiesResponse

type AssemblyPropertiesResponse struct {
	// The assembly culture.
	AssemblyCulture *string `pulumi:"assemblyCulture"`
	// The assembly name.
	AssemblyName string `pulumi:"assemblyName"`
	// The assembly public key token.
	AssemblyPublicKeyToken *string `pulumi:"assemblyPublicKeyToken"`
	// The assembly version.
	AssemblyVersion *string `pulumi:"assemblyVersion"`
	// The artifact changed time.
	ChangedTime *string     `pulumi:"changedTime"`
	Content     interface{} `pulumi:"content"`
	// The content link.
	ContentLink *ContentLinkResponse `pulumi:"contentLink"`
	// The content type.
	ContentType *string `pulumi:"contentType"`
	// The artifact creation time.
	CreatedTime *string     `pulumi:"createdTime"`
	Metadata    interface{} `pulumi:"metadata"`
}

The assembly properties definition.

type AssemblyPropertiesResponseArgs

type AssemblyPropertiesResponseArgs struct {
	// The assembly culture.
	AssemblyCulture pulumi.StringPtrInput `pulumi:"assemblyCulture"`
	// The assembly name.
	AssemblyName pulumi.StringInput `pulumi:"assemblyName"`
	// The assembly public key token.
	AssemblyPublicKeyToken pulumi.StringPtrInput `pulumi:"assemblyPublicKeyToken"`
	// The assembly version.
	AssemblyVersion pulumi.StringPtrInput `pulumi:"assemblyVersion"`
	// The artifact changed time.
	ChangedTime pulumi.StringPtrInput `pulumi:"changedTime"`
	Content     pulumi.Input          `pulumi:"content"`
	// The content link.
	ContentLink ContentLinkResponsePtrInput `pulumi:"contentLink"`
	// The content type.
	ContentType pulumi.StringPtrInput `pulumi:"contentType"`
	// The artifact creation time.
	CreatedTime pulumi.StringPtrInput `pulumi:"createdTime"`
	Metadata    pulumi.Input          `pulumi:"metadata"`
}

The assembly properties definition.

func (AssemblyPropertiesResponseArgs) ElementType

func (AssemblyPropertiesResponseArgs) ToAssemblyPropertiesResponseOutput

func (i AssemblyPropertiesResponseArgs) ToAssemblyPropertiesResponseOutput() AssemblyPropertiesResponseOutput

func (AssemblyPropertiesResponseArgs) ToAssemblyPropertiesResponseOutputWithContext

func (i AssemblyPropertiesResponseArgs) ToAssemblyPropertiesResponseOutputWithContext(ctx context.Context) AssemblyPropertiesResponseOutput

func (AssemblyPropertiesResponseArgs) ToAssemblyPropertiesResponsePtrOutput

func (i AssemblyPropertiesResponseArgs) ToAssemblyPropertiesResponsePtrOutput() AssemblyPropertiesResponsePtrOutput

func (AssemblyPropertiesResponseArgs) ToAssemblyPropertiesResponsePtrOutputWithContext

func (i AssemblyPropertiesResponseArgs) ToAssemblyPropertiesResponsePtrOutputWithContext(ctx context.Context) AssemblyPropertiesResponsePtrOutput

type AssemblyPropertiesResponseInput

type AssemblyPropertiesResponseInput interface {
	pulumi.Input

	ToAssemblyPropertiesResponseOutput() AssemblyPropertiesResponseOutput
	ToAssemblyPropertiesResponseOutputWithContext(context.Context) AssemblyPropertiesResponseOutput
}

AssemblyPropertiesResponseInput is an input type that accepts AssemblyPropertiesResponseArgs and AssemblyPropertiesResponseOutput values. You can construct a concrete instance of `AssemblyPropertiesResponseInput` via:

AssemblyPropertiesResponseArgs{...}

type AssemblyPropertiesResponseOutput

type AssemblyPropertiesResponseOutput struct{ *pulumi.OutputState }

The assembly properties definition.

func (AssemblyPropertiesResponseOutput) AssemblyCulture

The assembly culture.

func (AssemblyPropertiesResponseOutput) AssemblyName

The assembly name.

func (AssemblyPropertiesResponseOutput) AssemblyPublicKeyToken

func (o AssemblyPropertiesResponseOutput) AssemblyPublicKeyToken() pulumi.StringPtrOutput

The assembly public key token.

func (AssemblyPropertiesResponseOutput) AssemblyVersion

The assembly version.

func (AssemblyPropertiesResponseOutput) ChangedTime

The artifact changed time.

func (AssemblyPropertiesResponseOutput) Content

The content link.

func (AssemblyPropertiesResponseOutput) ContentType

The content type.

func (AssemblyPropertiesResponseOutput) CreatedTime

The artifact creation time.

func (AssemblyPropertiesResponseOutput) ElementType

func (AssemblyPropertiesResponseOutput) Metadata

func (AssemblyPropertiesResponseOutput) ToAssemblyPropertiesResponseOutput

func (o AssemblyPropertiesResponseOutput) ToAssemblyPropertiesResponseOutput() AssemblyPropertiesResponseOutput

func (AssemblyPropertiesResponseOutput) ToAssemblyPropertiesResponseOutputWithContext

func (o AssemblyPropertiesResponseOutput) ToAssemblyPropertiesResponseOutputWithContext(ctx context.Context) AssemblyPropertiesResponseOutput

func (AssemblyPropertiesResponseOutput) ToAssemblyPropertiesResponsePtrOutput

func (o AssemblyPropertiesResponseOutput) ToAssemblyPropertiesResponsePtrOutput() AssemblyPropertiesResponsePtrOutput

func (AssemblyPropertiesResponseOutput) ToAssemblyPropertiesResponsePtrOutputWithContext

func (o AssemblyPropertiesResponseOutput) ToAssemblyPropertiesResponsePtrOutputWithContext(ctx context.Context) AssemblyPropertiesResponsePtrOutput

type AssemblyPropertiesResponsePtrInput

type AssemblyPropertiesResponsePtrInput interface {
	pulumi.Input

	ToAssemblyPropertiesResponsePtrOutput() AssemblyPropertiesResponsePtrOutput
	ToAssemblyPropertiesResponsePtrOutputWithContext(context.Context) AssemblyPropertiesResponsePtrOutput
}

AssemblyPropertiesResponsePtrInput is an input type that accepts AssemblyPropertiesResponseArgs, AssemblyPropertiesResponsePtr and AssemblyPropertiesResponsePtrOutput values. You can construct a concrete instance of `AssemblyPropertiesResponsePtrInput` via:

        AssemblyPropertiesResponseArgs{...}

or:

        nil

type AssemblyPropertiesResponsePtrOutput

type AssemblyPropertiesResponsePtrOutput struct{ *pulumi.OutputState }

func (AssemblyPropertiesResponsePtrOutput) AssemblyCulture

The assembly culture.

func (AssemblyPropertiesResponsePtrOutput) AssemblyName

The assembly name.

func (AssemblyPropertiesResponsePtrOutput) AssemblyPublicKeyToken

func (o AssemblyPropertiesResponsePtrOutput) AssemblyPublicKeyToken() pulumi.StringPtrOutput

The assembly public key token.

func (AssemblyPropertiesResponsePtrOutput) AssemblyVersion

The assembly version.

func (AssemblyPropertiesResponsePtrOutput) ChangedTime

The artifact changed time.

func (AssemblyPropertiesResponsePtrOutput) Content

The content link.

func (AssemblyPropertiesResponsePtrOutput) ContentType

The content type.

func (AssemblyPropertiesResponsePtrOutput) CreatedTime

The artifact creation time.

func (AssemblyPropertiesResponsePtrOutput) Elem

func (AssemblyPropertiesResponsePtrOutput) ElementType

func (AssemblyPropertiesResponsePtrOutput) Metadata

func (AssemblyPropertiesResponsePtrOutput) ToAssemblyPropertiesResponsePtrOutput

func (o AssemblyPropertiesResponsePtrOutput) ToAssemblyPropertiesResponsePtrOutput() AssemblyPropertiesResponsePtrOutput

func (AssemblyPropertiesResponsePtrOutput) ToAssemblyPropertiesResponsePtrOutputWithContext

func (o AssemblyPropertiesResponsePtrOutput) ToAssemblyPropertiesResponsePtrOutputWithContext(ctx context.Context) AssemblyPropertiesResponsePtrOutput

type AzureResourceErrorInfoResponse

type AzureResourceErrorInfoResponse struct {
	// The error code.
	Code string `pulumi:"code"`
	// The error details.
	Details []AzureResourceErrorInfoResponse `pulumi:"details"`
	// The error message.
	Message string `pulumi:"message"`
}

The azure resource error info.

type AzureResourceErrorInfoResponseArgs

type AzureResourceErrorInfoResponseArgs struct {
	// The error code.
	Code pulumi.StringInput `pulumi:"code"`
	// The error details.
	Details AzureResourceErrorInfoResponseArrayInput `pulumi:"details"`
	// The error message.
	Message pulumi.StringInput `pulumi:"message"`
}

The azure resource error info.

func (AzureResourceErrorInfoResponseArgs) ElementType

func (AzureResourceErrorInfoResponseArgs) ToAzureResourceErrorInfoResponseOutput

func (i AzureResourceErrorInfoResponseArgs) ToAzureResourceErrorInfoResponseOutput() AzureResourceErrorInfoResponseOutput

func (AzureResourceErrorInfoResponseArgs) ToAzureResourceErrorInfoResponseOutputWithContext

func (i AzureResourceErrorInfoResponseArgs) ToAzureResourceErrorInfoResponseOutputWithContext(ctx context.Context) AzureResourceErrorInfoResponseOutput

func (AzureResourceErrorInfoResponseArgs) ToAzureResourceErrorInfoResponsePtrOutput

func (i AzureResourceErrorInfoResponseArgs) ToAzureResourceErrorInfoResponsePtrOutput() AzureResourceErrorInfoResponsePtrOutput

func (AzureResourceErrorInfoResponseArgs) ToAzureResourceErrorInfoResponsePtrOutputWithContext

func (i AzureResourceErrorInfoResponseArgs) ToAzureResourceErrorInfoResponsePtrOutputWithContext(ctx context.Context) AzureResourceErrorInfoResponsePtrOutput

type AzureResourceErrorInfoResponseArray

type AzureResourceErrorInfoResponseArray []AzureResourceErrorInfoResponseInput

func (AzureResourceErrorInfoResponseArray) ElementType

func (AzureResourceErrorInfoResponseArray) ToAzureResourceErrorInfoResponseArrayOutput

func (i AzureResourceErrorInfoResponseArray) ToAzureResourceErrorInfoResponseArrayOutput() AzureResourceErrorInfoResponseArrayOutput

func (AzureResourceErrorInfoResponseArray) ToAzureResourceErrorInfoResponseArrayOutputWithContext

func (i AzureResourceErrorInfoResponseArray) ToAzureResourceErrorInfoResponseArrayOutputWithContext(ctx context.Context) AzureResourceErrorInfoResponseArrayOutput

type AzureResourceErrorInfoResponseArrayInput

type AzureResourceErrorInfoResponseArrayInput interface {
	pulumi.Input

	ToAzureResourceErrorInfoResponseArrayOutput() AzureResourceErrorInfoResponseArrayOutput
	ToAzureResourceErrorInfoResponseArrayOutputWithContext(context.Context) AzureResourceErrorInfoResponseArrayOutput
}

AzureResourceErrorInfoResponseArrayInput is an input type that accepts AzureResourceErrorInfoResponseArray and AzureResourceErrorInfoResponseArrayOutput values. You can construct a concrete instance of `AzureResourceErrorInfoResponseArrayInput` via:

AzureResourceErrorInfoResponseArray{ AzureResourceErrorInfoResponseArgs{...} }

type AzureResourceErrorInfoResponseArrayOutput

type AzureResourceErrorInfoResponseArrayOutput struct{ *pulumi.OutputState }

func (AzureResourceErrorInfoResponseArrayOutput) ElementType

func (AzureResourceErrorInfoResponseArrayOutput) Index

func (AzureResourceErrorInfoResponseArrayOutput) ToAzureResourceErrorInfoResponseArrayOutput

func (o AzureResourceErrorInfoResponseArrayOutput) ToAzureResourceErrorInfoResponseArrayOutput() AzureResourceErrorInfoResponseArrayOutput

func (AzureResourceErrorInfoResponseArrayOutput) ToAzureResourceErrorInfoResponseArrayOutputWithContext

func (o AzureResourceErrorInfoResponseArrayOutput) ToAzureResourceErrorInfoResponseArrayOutputWithContext(ctx context.Context) AzureResourceErrorInfoResponseArrayOutput

type AzureResourceErrorInfoResponseInput

type AzureResourceErrorInfoResponseInput interface {
	pulumi.Input

	ToAzureResourceErrorInfoResponseOutput() AzureResourceErrorInfoResponseOutput
	ToAzureResourceErrorInfoResponseOutputWithContext(context.Context) AzureResourceErrorInfoResponseOutput
}

AzureResourceErrorInfoResponseInput is an input type that accepts AzureResourceErrorInfoResponseArgs and AzureResourceErrorInfoResponseOutput values. You can construct a concrete instance of `AzureResourceErrorInfoResponseInput` via:

AzureResourceErrorInfoResponseArgs{...}

type AzureResourceErrorInfoResponseOutput

type AzureResourceErrorInfoResponseOutput struct{ *pulumi.OutputState }

The azure resource error info.

func (AzureResourceErrorInfoResponseOutput) Code

The error code.

func (AzureResourceErrorInfoResponseOutput) Details

The error details.

func (AzureResourceErrorInfoResponseOutput) ElementType

func (AzureResourceErrorInfoResponseOutput) Message

The error message.

func (AzureResourceErrorInfoResponseOutput) ToAzureResourceErrorInfoResponseOutput

func (o AzureResourceErrorInfoResponseOutput) ToAzureResourceErrorInfoResponseOutput() AzureResourceErrorInfoResponseOutput

func (AzureResourceErrorInfoResponseOutput) ToAzureResourceErrorInfoResponseOutputWithContext

func (o AzureResourceErrorInfoResponseOutput) ToAzureResourceErrorInfoResponseOutputWithContext(ctx context.Context) AzureResourceErrorInfoResponseOutput

func (AzureResourceErrorInfoResponseOutput) ToAzureResourceErrorInfoResponsePtrOutput

func (o AzureResourceErrorInfoResponseOutput) ToAzureResourceErrorInfoResponsePtrOutput() AzureResourceErrorInfoResponsePtrOutput

func (AzureResourceErrorInfoResponseOutput) ToAzureResourceErrorInfoResponsePtrOutputWithContext

func (o AzureResourceErrorInfoResponseOutput) ToAzureResourceErrorInfoResponsePtrOutputWithContext(ctx context.Context) AzureResourceErrorInfoResponsePtrOutput

type AzureResourceErrorInfoResponsePtrInput

type AzureResourceErrorInfoResponsePtrInput interface {
	pulumi.Input

	ToAzureResourceErrorInfoResponsePtrOutput() AzureResourceErrorInfoResponsePtrOutput
	ToAzureResourceErrorInfoResponsePtrOutputWithContext(context.Context) AzureResourceErrorInfoResponsePtrOutput
}

AzureResourceErrorInfoResponsePtrInput is an input type that accepts AzureResourceErrorInfoResponseArgs, AzureResourceErrorInfoResponsePtr and AzureResourceErrorInfoResponsePtrOutput values. You can construct a concrete instance of `AzureResourceErrorInfoResponsePtrInput` via:

        AzureResourceErrorInfoResponseArgs{...}

or:

        nil

type AzureResourceErrorInfoResponsePtrOutput

type AzureResourceErrorInfoResponsePtrOutput struct{ *pulumi.OutputState }

func (AzureResourceErrorInfoResponsePtrOutput) Code

The error code.

func (AzureResourceErrorInfoResponsePtrOutput) Details

The error details.

func (AzureResourceErrorInfoResponsePtrOutput) Elem

func (AzureResourceErrorInfoResponsePtrOutput) ElementType

func (AzureResourceErrorInfoResponsePtrOutput) Message

The error message.

func (AzureResourceErrorInfoResponsePtrOutput) ToAzureResourceErrorInfoResponsePtrOutput

func (o AzureResourceErrorInfoResponsePtrOutput) ToAzureResourceErrorInfoResponsePtrOutput() AzureResourceErrorInfoResponsePtrOutput

func (AzureResourceErrorInfoResponsePtrOutput) ToAzureResourceErrorInfoResponsePtrOutputWithContext

func (o AzureResourceErrorInfoResponsePtrOutput) ToAzureResourceErrorInfoResponsePtrOutputWithContext(ctx context.Context) AzureResourceErrorInfoResponsePtrOutput

type B2BPartnerContent

type B2BPartnerContent struct {
	// The list of partner business identities.
	BusinessIdentities []BusinessIdentity `pulumi:"businessIdentities"`
}

The B2B partner content.

type B2BPartnerContentArgs

type B2BPartnerContentArgs struct {
	// The list of partner business identities.
	BusinessIdentities BusinessIdentityArrayInput `pulumi:"businessIdentities"`
}

The B2B partner content.

func (B2BPartnerContentArgs) ElementType

func (B2BPartnerContentArgs) ElementType() reflect.Type

func (B2BPartnerContentArgs) ToB2BPartnerContentOutput

func (i B2BPartnerContentArgs) ToB2BPartnerContentOutput() B2BPartnerContentOutput

func (B2BPartnerContentArgs) ToB2BPartnerContentOutputWithContext

func (i B2BPartnerContentArgs) ToB2BPartnerContentOutputWithContext(ctx context.Context) B2BPartnerContentOutput

func (B2BPartnerContentArgs) ToB2BPartnerContentPtrOutput

func (i B2BPartnerContentArgs) ToB2BPartnerContentPtrOutput() B2BPartnerContentPtrOutput

func (B2BPartnerContentArgs) ToB2BPartnerContentPtrOutputWithContext

func (i B2BPartnerContentArgs) ToB2BPartnerContentPtrOutputWithContext(ctx context.Context) B2BPartnerContentPtrOutput

type B2BPartnerContentInput

type B2BPartnerContentInput interface {
	pulumi.Input

	ToB2BPartnerContentOutput() B2BPartnerContentOutput
	ToB2BPartnerContentOutputWithContext(context.Context) B2BPartnerContentOutput
}

B2BPartnerContentInput is an input type that accepts B2BPartnerContentArgs and B2BPartnerContentOutput values. You can construct a concrete instance of `B2BPartnerContentInput` via:

B2BPartnerContentArgs{...}

type B2BPartnerContentOutput

type B2BPartnerContentOutput struct{ *pulumi.OutputState }

The B2B partner content.

func (B2BPartnerContentOutput) BusinessIdentities

The list of partner business identities.

func (B2BPartnerContentOutput) ElementType

func (B2BPartnerContentOutput) ElementType() reflect.Type

func (B2BPartnerContentOutput) ToB2BPartnerContentOutput

func (o B2BPartnerContentOutput) ToB2BPartnerContentOutput() B2BPartnerContentOutput

func (B2BPartnerContentOutput) ToB2BPartnerContentOutputWithContext

func (o B2BPartnerContentOutput) ToB2BPartnerContentOutputWithContext(ctx context.Context) B2BPartnerContentOutput

func (B2BPartnerContentOutput) ToB2BPartnerContentPtrOutput

func (o B2BPartnerContentOutput) ToB2BPartnerContentPtrOutput() B2BPartnerContentPtrOutput

func (B2BPartnerContentOutput) ToB2BPartnerContentPtrOutputWithContext

func (o B2BPartnerContentOutput) ToB2BPartnerContentPtrOutputWithContext(ctx context.Context) B2BPartnerContentPtrOutput

type B2BPartnerContentPtrInput

type B2BPartnerContentPtrInput interface {
	pulumi.Input

	ToB2BPartnerContentPtrOutput() B2BPartnerContentPtrOutput
	ToB2BPartnerContentPtrOutputWithContext(context.Context) B2BPartnerContentPtrOutput
}

B2BPartnerContentPtrInput is an input type that accepts B2BPartnerContentArgs, B2BPartnerContentPtr and B2BPartnerContentPtrOutput values. You can construct a concrete instance of `B2BPartnerContentPtrInput` via:

        B2BPartnerContentArgs{...}

or:

        nil

type B2BPartnerContentPtrOutput

type B2BPartnerContentPtrOutput struct{ *pulumi.OutputState }

func (B2BPartnerContentPtrOutput) BusinessIdentities

The list of partner business identities.

func (B2BPartnerContentPtrOutput) Elem

func (B2BPartnerContentPtrOutput) ElementType

func (B2BPartnerContentPtrOutput) ElementType() reflect.Type

func (B2BPartnerContentPtrOutput) ToB2BPartnerContentPtrOutput

func (o B2BPartnerContentPtrOutput) ToB2BPartnerContentPtrOutput() B2BPartnerContentPtrOutput

func (B2BPartnerContentPtrOutput) ToB2BPartnerContentPtrOutputWithContext

func (o B2BPartnerContentPtrOutput) ToB2BPartnerContentPtrOutputWithContext(ctx context.Context) B2BPartnerContentPtrOutput

type B2BPartnerContentResponse

type B2BPartnerContentResponse struct {
	// The list of partner business identities.
	BusinessIdentities []BusinessIdentityResponse `pulumi:"businessIdentities"`
}

The B2B partner content.

type B2BPartnerContentResponseArgs

type B2BPartnerContentResponseArgs struct {
	// The list of partner business identities.
	BusinessIdentities BusinessIdentityResponseArrayInput `pulumi:"businessIdentities"`
}

The B2B partner content.

func (B2BPartnerContentResponseArgs) ElementType

func (B2BPartnerContentResponseArgs) ToB2BPartnerContentResponseOutput

func (i B2BPartnerContentResponseArgs) ToB2BPartnerContentResponseOutput() B2BPartnerContentResponseOutput

func (B2BPartnerContentResponseArgs) ToB2BPartnerContentResponseOutputWithContext

func (i B2BPartnerContentResponseArgs) ToB2BPartnerContentResponseOutputWithContext(ctx context.Context) B2BPartnerContentResponseOutput

func (B2BPartnerContentResponseArgs) ToB2BPartnerContentResponsePtrOutput

func (i B2BPartnerContentResponseArgs) ToB2BPartnerContentResponsePtrOutput() B2BPartnerContentResponsePtrOutput

func (B2BPartnerContentResponseArgs) ToB2BPartnerContentResponsePtrOutputWithContext

func (i B2BPartnerContentResponseArgs) ToB2BPartnerContentResponsePtrOutputWithContext(ctx context.Context) B2BPartnerContentResponsePtrOutput

type B2BPartnerContentResponseInput

type B2BPartnerContentResponseInput interface {
	pulumi.Input

	ToB2BPartnerContentResponseOutput() B2BPartnerContentResponseOutput
	ToB2BPartnerContentResponseOutputWithContext(context.Context) B2BPartnerContentResponseOutput
}

B2BPartnerContentResponseInput is an input type that accepts B2BPartnerContentResponseArgs and B2BPartnerContentResponseOutput values. You can construct a concrete instance of `B2BPartnerContentResponseInput` via:

B2BPartnerContentResponseArgs{...}

type B2BPartnerContentResponseOutput

type B2BPartnerContentResponseOutput struct{ *pulumi.OutputState }

The B2B partner content.

func (B2BPartnerContentResponseOutput) BusinessIdentities

The list of partner business identities.

func (B2BPartnerContentResponseOutput) ElementType

func (B2BPartnerContentResponseOutput) ToB2BPartnerContentResponseOutput

func (o B2BPartnerContentResponseOutput) ToB2BPartnerContentResponseOutput() B2BPartnerContentResponseOutput

func (B2BPartnerContentResponseOutput) ToB2BPartnerContentResponseOutputWithContext

func (o B2BPartnerContentResponseOutput) ToB2BPartnerContentResponseOutputWithContext(ctx context.Context) B2BPartnerContentResponseOutput

func (B2BPartnerContentResponseOutput) ToB2BPartnerContentResponsePtrOutput

func (o B2BPartnerContentResponseOutput) ToB2BPartnerContentResponsePtrOutput() B2BPartnerContentResponsePtrOutput

func (B2BPartnerContentResponseOutput) ToB2BPartnerContentResponsePtrOutputWithContext

func (o B2BPartnerContentResponseOutput) ToB2BPartnerContentResponsePtrOutputWithContext(ctx context.Context) B2BPartnerContentResponsePtrOutput

type B2BPartnerContentResponsePtrInput

type B2BPartnerContentResponsePtrInput interface {
	pulumi.Input

	ToB2BPartnerContentResponsePtrOutput() B2BPartnerContentResponsePtrOutput
	ToB2BPartnerContentResponsePtrOutputWithContext(context.Context) B2BPartnerContentResponsePtrOutput
}

B2BPartnerContentResponsePtrInput is an input type that accepts B2BPartnerContentResponseArgs, B2BPartnerContentResponsePtr and B2BPartnerContentResponsePtrOutput values. You can construct a concrete instance of `B2BPartnerContentResponsePtrInput` via:

        B2BPartnerContentResponseArgs{...}

or:

        nil

type B2BPartnerContentResponsePtrOutput

type B2BPartnerContentResponsePtrOutput struct{ *pulumi.OutputState }

func (B2BPartnerContentResponsePtrOutput) BusinessIdentities

The list of partner business identities.

func (B2BPartnerContentResponsePtrOutput) Elem

func (B2BPartnerContentResponsePtrOutput) ElementType

func (B2BPartnerContentResponsePtrOutput) ToB2BPartnerContentResponsePtrOutput

func (o B2BPartnerContentResponsePtrOutput) ToB2BPartnerContentResponsePtrOutput() B2BPartnerContentResponsePtrOutput

func (B2BPartnerContentResponsePtrOutput) ToB2BPartnerContentResponsePtrOutputWithContext

func (o B2BPartnerContentResponsePtrOutput) ToB2BPartnerContentResponsePtrOutputWithContext(ctx context.Context) B2BPartnerContentResponsePtrOutput

type BatchConfigurationProperties

type BatchConfigurationProperties struct {
	// The name of the batch group.
	BatchGroupName string `pulumi:"batchGroupName"`
	// The artifact changed time.
	ChangedTime *string `pulumi:"changedTime"`
	// The artifact creation time.
	CreatedTime *string     `pulumi:"createdTime"`
	Metadata    interface{} `pulumi:"metadata"`
	// The batch release criteria.
	ReleaseCriteria BatchReleaseCriteria `pulumi:"releaseCriteria"`
}

The batch configuration properties definition.

type BatchConfigurationPropertiesArgs

type BatchConfigurationPropertiesArgs struct {
	// The name of the batch group.
	BatchGroupName pulumi.StringInput `pulumi:"batchGroupName"`
	// The artifact changed time.
	ChangedTime pulumi.StringPtrInput `pulumi:"changedTime"`
	// The artifact creation time.
	CreatedTime pulumi.StringPtrInput `pulumi:"createdTime"`
	Metadata    pulumi.Input          `pulumi:"metadata"`
	// The batch release criteria.
	ReleaseCriteria BatchReleaseCriteriaInput `pulumi:"releaseCriteria"`
}

The batch configuration properties definition.

func (BatchConfigurationPropertiesArgs) ElementType

func (BatchConfigurationPropertiesArgs) ToBatchConfigurationPropertiesOutput

func (i BatchConfigurationPropertiesArgs) ToBatchConfigurationPropertiesOutput() BatchConfigurationPropertiesOutput

func (BatchConfigurationPropertiesArgs) ToBatchConfigurationPropertiesOutputWithContext

func (i BatchConfigurationPropertiesArgs) ToBatchConfigurationPropertiesOutputWithContext(ctx context.Context) BatchConfigurationPropertiesOutput

func (BatchConfigurationPropertiesArgs) ToBatchConfigurationPropertiesPtrOutput

func (i BatchConfigurationPropertiesArgs) ToBatchConfigurationPropertiesPtrOutput() BatchConfigurationPropertiesPtrOutput

func (BatchConfigurationPropertiesArgs) ToBatchConfigurationPropertiesPtrOutputWithContext

func (i BatchConfigurationPropertiesArgs) ToBatchConfigurationPropertiesPtrOutputWithContext(ctx context.Context) BatchConfigurationPropertiesPtrOutput

type BatchConfigurationPropertiesInput

type BatchConfigurationPropertiesInput interface {
	pulumi.Input

	ToBatchConfigurationPropertiesOutput() BatchConfigurationPropertiesOutput
	ToBatchConfigurationPropertiesOutputWithContext(context.Context) BatchConfigurationPropertiesOutput
}

BatchConfigurationPropertiesInput is an input type that accepts BatchConfigurationPropertiesArgs and BatchConfigurationPropertiesOutput values. You can construct a concrete instance of `BatchConfigurationPropertiesInput` via:

BatchConfigurationPropertiesArgs{...}

type BatchConfigurationPropertiesOutput

type BatchConfigurationPropertiesOutput struct{ *pulumi.OutputState }

The batch configuration properties definition.

func (BatchConfigurationPropertiesOutput) BatchGroupName

The name of the batch group.

func (BatchConfigurationPropertiesOutput) ChangedTime

The artifact changed time.

func (BatchConfigurationPropertiesOutput) CreatedTime

The artifact creation time.

func (BatchConfigurationPropertiesOutput) ElementType

func (BatchConfigurationPropertiesOutput) Metadata

func (BatchConfigurationPropertiesOutput) ReleaseCriteria

The batch release criteria.

func (BatchConfigurationPropertiesOutput) ToBatchConfigurationPropertiesOutput

func (o BatchConfigurationPropertiesOutput) ToBatchConfigurationPropertiesOutput() BatchConfigurationPropertiesOutput

func (BatchConfigurationPropertiesOutput) ToBatchConfigurationPropertiesOutputWithContext

func (o BatchConfigurationPropertiesOutput) ToBatchConfigurationPropertiesOutputWithContext(ctx context.Context) BatchConfigurationPropertiesOutput

func (BatchConfigurationPropertiesOutput) ToBatchConfigurationPropertiesPtrOutput

func (o BatchConfigurationPropertiesOutput) ToBatchConfigurationPropertiesPtrOutput() BatchConfigurationPropertiesPtrOutput

func (BatchConfigurationPropertiesOutput) ToBatchConfigurationPropertiesPtrOutputWithContext

func (o BatchConfigurationPropertiesOutput) ToBatchConfigurationPropertiesPtrOutputWithContext(ctx context.Context) BatchConfigurationPropertiesPtrOutput

type BatchConfigurationPropertiesPtrInput

type BatchConfigurationPropertiesPtrInput interface {
	pulumi.Input

	ToBatchConfigurationPropertiesPtrOutput() BatchConfigurationPropertiesPtrOutput
	ToBatchConfigurationPropertiesPtrOutputWithContext(context.Context) BatchConfigurationPropertiesPtrOutput
}

BatchConfigurationPropertiesPtrInput is an input type that accepts BatchConfigurationPropertiesArgs, BatchConfigurationPropertiesPtr and BatchConfigurationPropertiesPtrOutput values. You can construct a concrete instance of `BatchConfigurationPropertiesPtrInput` via:

        BatchConfigurationPropertiesArgs{...}

or:

        nil

type BatchConfigurationPropertiesPtrOutput

type BatchConfigurationPropertiesPtrOutput struct{ *pulumi.OutputState }

func (BatchConfigurationPropertiesPtrOutput) BatchGroupName

The name of the batch group.

func (BatchConfigurationPropertiesPtrOutput) ChangedTime

The artifact changed time.

func (BatchConfigurationPropertiesPtrOutput) CreatedTime

The artifact creation time.

func (BatchConfigurationPropertiesPtrOutput) Elem

func (BatchConfigurationPropertiesPtrOutput) ElementType

func (BatchConfigurationPropertiesPtrOutput) Metadata

func (BatchConfigurationPropertiesPtrOutput) ReleaseCriteria

The batch release criteria.

func (BatchConfigurationPropertiesPtrOutput) ToBatchConfigurationPropertiesPtrOutput

func (o BatchConfigurationPropertiesPtrOutput) ToBatchConfigurationPropertiesPtrOutput() BatchConfigurationPropertiesPtrOutput

func (BatchConfigurationPropertiesPtrOutput) ToBatchConfigurationPropertiesPtrOutputWithContext

func (o BatchConfigurationPropertiesPtrOutput) ToBatchConfigurationPropertiesPtrOutputWithContext(ctx context.Context) BatchConfigurationPropertiesPtrOutput

type BatchConfigurationPropertiesResponse

type BatchConfigurationPropertiesResponse struct {
	// The name of the batch group.
	BatchGroupName string `pulumi:"batchGroupName"`
	// The artifact changed time.
	ChangedTime *string `pulumi:"changedTime"`
	// The artifact creation time.
	CreatedTime *string     `pulumi:"createdTime"`
	Metadata    interface{} `pulumi:"metadata"`
	// The batch release criteria.
	ReleaseCriteria BatchReleaseCriteriaResponse `pulumi:"releaseCriteria"`
}

The batch configuration properties definition.

type BatchConfigurationPropertiesResponseArgs

type BatchConfigurationPropertiesResponseArgs struct {
	// The name of the batch group.
	BatchGroupName pulumi.StringInput `pulumi:"batchGroupName"`
	// The artifact changed time.
	ChangedTime pulumi.StringPtrInput `pulumi:"changedTime"`
	// The artifact creation time.
	CreatedTime pulumi.StringPtrInput `pulumi:"createdTime"`
	Metadata    pulumi.Input          `pulumi:"metadata"`
	// The batch release criteria.
	ReleaseCriteria BatchReleaseCriteriaResponseInput `pulumi:"releaseCriteria"`
}

The batch configuration properties definition.

func (BatchConfigurationPropertiesResponseArgs) ElementType

func (BatchConfigurationPropertiesResponseArgs) ToBatchConfigurationPropertiesResponseOutput

func (i BatchConfigurationPropertiesResponseArgs) ToBatchConfigurationPropertiesResponseOutput() BatchConfigurationPropertiesResponseOutput

func (BatchConfigurationPropertiesResponseArgs) ToBatchConfigurationPropertiesResponseOutputWithContext

func (i BatchConfigurationPropertiesResponseArgs) ToBatchConfigurationPropertiesResponseOutputWithContext(ctx context.Context) BatchConfigurationPropertiesResponseOutput

func (BatchConfigurationPropertiesResponseArgs) ToBatchConfigurationPropertiesResponsePtrOutput

func (i BatchConfigurationPropertiesResponseArgs) ToBatchConfigurationPropertiesResponsePtrOutput() BatchConfigurationPropertiesResponsePtrOutput

func (BatchConfigurationPropertiesResponseArgs) ToBatchConfigurationPropertiesResponsePtrOutputWithContext

func (i BatchConfigurationPropertiesResponseArgs) ToBatchConfigurationPropertiesResponsePtrOutputWithContext(ctx context.Context) BatchConfigurationPropertiesResponsePtrOutput

type BatchConfigurationPropertiesResponseInput

type BatchConfigurationPropertiesResponseInput interface {
	pulumi.Input

	ToBatchConfigurationPropertiesResponseOutput() BatchConfigurationPropertiesResponseOutput
	ToBatchConfigurationPropertiesResponseOutputWithContext(context.Context) BatchConfigurationPropertiesResponseOutput
}

BatchConfigurationPropertiesResponseInput is an input type that accepts BatchConfigurationPropertiesResponseArgs and BatchConfigurationPropertiesResponseOutput values. You can construct a concrete instance of `BatchConfigurationPropertiesResponseInput` via:

BatchConfigurationPropertiesResponseArgs{...}

type BatchConfigurationPropertiesResponseOutput

type BatchConfigurationPropertiesResponseOutput struct{ *pulumi.OutputState }

The batch configuration properties definition.

func (BatchConfigurationPropertiesResponseOutput) BatchGroupName

The name of the batch group.

func (BatchConfigurationPropertiesResponseOutput) ChangedTime

The artifact changed time.

func (BatchConfigurationPropertiesResponseOutput) CreatedTime

The artifact creation time.

func (BatchConfigurationPropertiesResponseOutput) ElementType

func (BatchConfigurationPropertiesResponseOutput) Metadata

func (BatchConfigurationPropertiesResponseOutput) ReleaseCriteria

The batch release criteria.

func (BatchConfigurationPropertiesResponseOutput) ToBatchConfigurationPropertiesResponseOutput

func (o BatchConfigurationPropertiesResponseOutput) ToBatchConfigurationPropertiesResponseOutput() BatchConfigurationPropertiesResponseOutput

func (BatchConfigurationPropertiesResponseOutput) ToBatchConfigurationPropertiesResponseOutputWithContext

func (o BatchConfigurationPropertiesResponseOutput) ToBatchConfigurationPropertiesResponseOutputWithContext(ctx context.Context) BatchConfigurationPropertiesResponseOutput

func (BatchConfigurationPropertiesResponseOutput) ToBatchConfigurationPropertiesResponsePtrOutput

func (o BatchConfigurationPropertiesResponseOutput) ToBatchConfigurationPropertiesResponsePtrOutput() BatchConfigurationPropertiesResponsePtrOutput

func (BatchConfigurationPropertiesResponseOutput) ToBatchConfigurationPropertiesResponsePtrOutputWithContext

func (o BatchConfigurationPropertiesResponseOutput) ToBatchConfigurationPropertiesResponsePtrOutputWithContext(ctx context.Context) BatchConfigurationPropertiesResponsePtrOutput

type BatchConfigurationPropertiesResponsePtrInput

type BatchConfigurationPropertiesResponsePtrInput interface {
	pulumi.Input

	ToBatchConfigurationPropertiesResponsePtrOutput() BatchConfigurationPropertiesResponsePtrOutput
	ToBatchConfigurationPropertiesResponsePtrOutputWithContext(context.Context) BatchConfigurationPropertiesResponsePtrOutput
}

BatchConfigurationPropertiesResponsePtrInput is an input type that accepts BatchConfigurationPropertiesResponseArgs, BatchConfigurationPropertiesResponsePtr and BatchConfigurationPropertiesResponsePtrOutput values. You can construct a concrete instance of `BatchConfigurationPropertiesResponsePtrInput` via:

        BatchConfigurationPropertiesResponseArgs{...}

or:

        nil

type BatchConfigurationPropertiesResponsePtrOutput

type BatchConfigurationPropertiesResponsePtrOutput struct{ *pulumi.OutputState }

func (BatchConfigurationPropertiesResponsePtrOutput) BatchGroupName

The name of the batch group.

func (BatchConfigurationPropertiesResponsePtrOutput) ChangedTime

The artifact changed time.

func (BatchConfigurationPropertiesResponsePtrOutput) CreatedTime

The artifact creation time.

func (BatchConfigurationPropertiesResponsePtrOutput) Elem

func (BatchConfigurationPropertiesResponsePtrOutput) ElementType

func (BatchConfigurationPropertiesResponsePtrOutput) Metadata

func (BatchConfigurationPropertiesResponsePtrOutput) ReleaseCriteria

The batch release criteria.

func (BatchConfigurationPropertiesResponsePtrOutput) ToBatchConfigurationPropertiesResponsePtrOutput

func (o BatchConfigurationPropertiesResponsePtrOutput) ToBatchConfigurationPropertiesResponsePtrOutput() BatchConfigurationPropertiesResponsePtrOutput

func (BatchConfigurationPropertiesResponsePtrOutput) ToBatchConfigurationPropertiesResponsePtrOutputWithContext

func (o BatchConfigurationPropertiesResponsePtrOutput) ToBatchConfigurationPropertiesResponsePtrOutputWithContext(ctx context.Context) BatchConfigurationPropertiesResponsePtrOutput

type BatchReleaseCriteria

type BatchReleaseCriteria struct {
	// The batch size in bytes.
	BatchSize *int `pulumi:"batchSize"`
	// The message count.
	MessageCount *int `pulumi:"messageCount"`
	// The recurrence.
	Recurrence *WorkflowTriggerRecurrence `pulumi:"recurrence"`
}

The batch release criteria.

type BatchReleaseCriteriaArgs

type BatchReleaseCriteriaArgs struct {
	// The batch size in bytes.
	BatchSize pulumi.IntPtrInput `pulumi:"batchSize"`
	// The message count.
	MessageCount pulumi.IntPtrInput `pulumi:"messageCount"`
	// The recurrence.
	Recurrence WorkflowTriggerRecurrencePtrInput `pulumi:"recurrence"`
}

The batch release criteria.

func (BatchReleaseCriteriaArgs) ElementType

func (BatchReleaseCriteriaArgs) ElementType() reflect.Type

func (BatchReleaseCriteriaArgs) ToBatchReleaseCriteriaOutput

func (i BatchReleaseCriteriaArgs) ToBatchReleaseCriteriaOutput() BatchReleaseCriteriaOutput

func (BatchReleaseCriteriaArgs) ToBatchReleaseCriteriaOutputWithContext

func (i BatchReleaseCriteriaArgs) ToBatchReleaseCriteriaOutputWithContext(ctx context.Context) BatchReleaseCriteriaOutput

func (BatchReleaseCriteriaArgs) ToBatchReleaseCriteriaPtrOutput

func (i BatchReleaseCriteriaArgs) ToBatchReleaseCriteriaPtrOutput() BatchReleaseCriteriaPtrOutput

func (BatchReleaseCriteriaArgs) ToBatchReleaseCriteriaPtrOutputWithContext

func (i BatchReleaseCriteriaArgs) ToBatchReleaseCriteriaPtrOutputWithContext(ctx context.Context) BatchReleaseCriteriaPtrOutput

type BatchReleaseCriteriaInput

type BatchReleaseCriteriaInput interface {
	pulumi.Input

	ToBatchReleaseCriteriaOutput() BatchReleaseCriteriaOutput
	ToBatchReleaseCriteriaOutputWithContext(context.Context) BatchReleaseCriteriaOutput
}

BatchReleaseCriteriaInput is an input type that accepts BatchReleaseCriteriaArgs and BatchReleaseCriteriaOutput values. You can construct a concrete instance of `BatchReleaseCriteriaInput` via:

BatchReleaseCriteriaArgs{...}

type BatchReleaseCriteriaOutput

type BatchReleaseCriteriaOutput struct{ *pulumi.OutputState }

The batch release criteria.

func (BatchReleaseCriteriaOutput) BatchSize

The batch size in bytes.

func (BatchReleaseCriteriaOutput) ElementType

func (BatchReleaseCriteriaOutput) ElementType() reflect.Type

func (BatchReleaseCriteriaOutput) MessageCount

The message count.

func (BatchReleaseCriteriaOutput) Recurrence

The recurrence.

func (BatchReleaseCriteriaOutput) ToBatchReleaseCriteriaOutput

func (o BatchReleaseCriteriaOutput) ToBatchReleaseCriteriaOutput() BatchReleaseCriteriaOutput

func (BatchReleaseCriteriaOutput) ToBatchReleaseCriteriaOutputWithContext

func (o BatchReleaseCriteriaOutput) ToBatchReleaseCriteriaOutputWithContext(ctx context.Context) BatchReleaseCriteriaOutput

func (BatchReleaseCriteriaOutput) ToBatchReleaseCriteriaPtrOutput

func (o BatchReleaseCriteriaOutput) ToBatchReleaseCriteriaPtrOutput() BatchReleaseCriteriaPtrOutput

func (BatchReleaseCriteriaOutput) ToBatchReleaseCriteriaPtrOutputWithContext

func (o BatchReleaseCriteriaOutput) ToBatchReleaseCriteriaPtrOutputWithContext(ctx context.Context) BatchReleaseCriteriaPtrOutput

type BatchReleaseCriteriaPtrInput

type BatchReleaseCriteriaPtrInput interface {
	pulumi.Input

	ToBatchReleaseCriteriaPtrOutput() BatchReleaseCriteriaPtrOutput
	ToBatchReleaseCriteriaPtrOutputWithContext(context.Context) BatchReleaseCriteriaPtrOutput
}

BatchReleaseCriteriaPtrInput is an input type that accepts BatchReleaseCriteriaArgs, BatchReleaseCriteriaPtr and BatchReleaseCriteriaPtrOutput values. You can construct a concrete instance of `BatchReleaseCriteriaPtrInput` via:

        BatchReleaseCriteriaArgs{...}

or:

        nil

type BatchReleaseCriteriaPtrOutput

type BatchReleaseCriteriaPtrOutput struct{ *pulumi.OutputState }

func (BatchReleaseCriteriaPtrOutput) BatchSize

The batch size in bytes.

func (BatchReleaseCriteriaPtrOutput) Elem

func (BatchReleaseCriteriaPtrOutput) ElementType

func (BatchReleaseCriteriaPtrOutput) MessageCount

The message count.

func (BatchReleaseCriteriaPtrOutput) Recurrence

The recurrence.

func (BatchReleaseCriteriaPtrOutput) ToBatchReleaseCriteriaPtrOutput

func (o BatchReleaseCriteriaPtrOutput) ToBatchReleaseCriteriaPtrOutput() BatchReleaseCriteriaPtrOutput

func (BatchReleaseCriteriaPtrOutput) ToBatchReleaseCriteriaPtrOutputWithContext

func (o BatchReleaseCriteriaPtrOutput) ToBatchReleaseCriteriaPtrOutputWithContext(ctx context.Context) BatchReleaseCriteriaPtrOutput

type BatchReleaseCriteriaResponse

type BatchReleaseCriteriaResponse struct {
	// The batch size in bytes.
	BatchSize *int `pulumi:"batchSize"`
	// The message count.
	MessageCount *int `pulumi:"messageCount"`
	// The recurrence.
	Recurrence *WorkflowTriggerRecurrenceResponse `pulumi:"recurrence"`
}

The batch release criteria.

type BatchReleaseCriteriaResponseArgs

type BatchReleaseCriteriaResponseArgs struct {
	// The batch size in bytes.
	BatchSize pulumi.IntPtrInput `pulumi:"batchSize"`
	// The message count.
	MessageCount pulumi.IntPtrInput `pulumi:"messageCount"`
	// The recurrence.
	Recurrence WorkflowTriggerRecurrenceResponsePtrInput `pulumi:"recurrence"`
}

The batch release criteria.

func (BatchReleaseCriteriaResponseArgs) ElementType

func (BatchReleaseCriteriaResponseArgs) ToBatchReleaseCriteriaResponseOutput

func (i BatchReleaseCriteriaResponseArgs) ToBatchReleaseCriteriaResponseOutput() BatchReleaseCriteriaResponseOutput

func (BatchReleaseCriteriaResponseArgs) ToBatchReleaseCriteriaResponseOutputWithContext

func (i BatchReleaseCriteriaResponseArgs) ToBatchReleaseCriteriaResponseOutputWithContext(ctx context.Context) BatchReleaseCriteriaResponseOutput

func (BatchReleaseCriteriaResponseArgs) ToBatchReleaseCriteriaResponsePtrOutput

func (i BatchReleaseCriteriaResponseArgs) ToBatchReleaseCriteriaResponsePtrOutput() BatchReleaseCriteriaResponsePtrOutput

func (BatchReleaseCriteriaResponseArgs) ToBatchReleaseCriteriaResponsePtrOutputWithContext

func (i BatchReleaseCriteriaResponseArgs) ToBatchReleaseCriteriaResponsePtrOutputWithContext(ctx context.Context) BatchReleaseCriteriaResponsePtrOutput

type BatchReleaseCriteriaResponseInput

type BatchReleaseCriteriaResponseInput interface {
	pulumi.Input

	ToBatchReleaseCriteriaResponseOutput() BatchReleaseCriteriaResponseOutput
	ToBatchReleaseCriteriaResponseOutputWithContext(context.Context) BatchReleaseCriteriaResponseOutput
}

BatchReleaseCriteriaResponseInput is an input type that accepts BatchReleaseCriteriaResponseArgs and BatchReleaseCriteriaResponseOutput values. You can construct a concrete instance of `BatchReleaseCriteriaResponseInput` via:

BatchReleaseCriteriaResponseArgs{...}

type BatchReleaseCriteriaResponseOutput

type BatchReleaseCriteriaResponseOutput struct{ *pulumi.OutputState }

The batch release criteria.

func (BatchReleaseCriteriaResponseOutput) BatchSize

The batch size in bytes.

func (BatchReleaseCriteriaResponseOutput) ElementType

func (BatchReleaseCriteriaResponseOutput) MessageCount

The message count.

func (BatchReleaseCriteriaResponseOutput) Recurrence

The recurrence.

func (BatchReleaseCriteriaResponseOutput) ToBatchReleaseCriteriaResponseOutput

func (o BatchReleaseCriteriaResponseOutput) ToBatchReleaseCriteriaResponseOutput() BatchReleaseCriteriaResponseOutput

func (BatchReleaseCriteriaResponseOutput) ToBatchReleaseCriteriaResponseOutputWithContext

func (o BatchReleaseCriteriaResponseOutput) ToBatchReleaseCriteriaResponseOutputWithContext(ctx context.Context) BatchReleaseCriteriaResponseOutput

func (BatchReleaseCriteriaResponseOutput) ToBatchReleaseCriteriaResponsePtrOutput

func (o BatchReleaseCriteriaResponseOutput) ToBatchReleaseCriteriaResponsePtrOutput() BatchReleaseCriteriaResponsePtrOutput

func (BatchReleaseCriteriaResponseOutput) ToBatchReleaseCriteriaResponsePtrOutputWithContext

func (o BatchReleaseCriteriaResponseOutput) ToBatchReleaseCriteriaResponsePtrOutputWithContext(ctx context.Context) BatchReleaseCriteriaResponsePtrOutput

type BatchReleaseCriteriaResponsePtrInput

type BatchReleaseCriteriaResponsePtrInput interface {
	pulumi.Input

	ToBatchReleaseCriteriaResponsePtrOutput() BatchReleaseCriteriaResponsePtrOutput
	ToBatchReleaseCriteriaResponsePtrOutputWithContext(context.Context) BatchReleaseCriteriaResponsePtrOutput
}

BatchReleaseCriteriaResponsePtrInput is an input type that accepts BatchReleaseCriteriaResponseArgs, BatchReleaseCriteriaResponsePtr and BatchReleaseCriteriaResponsePtrOutput values. You can construct a concrete instance of `BatchReleaseCriteriaResponsePtrInput` via:

        BatchReleaseCriteriaResponseArgs{...}

or:

        nil

type BatchReleaseCriteriaResponsePtrOutput

type BatchReleaseCriteriaResponsePtrOutput struct{ *pulumi.OutputState }

func (BatchReleaseCriteriaResponsePtrOutput) BatchSize

The batch size in bytes.

func (BatchReleaseCriteriaResponsePtrOutput) Elem

func (BatchReleaseCriteriaResponsePtrOutput) ElementType

func (BatchReleaseCriteriaResponsePtrOutput) MessageCount

The message count.

func (BatchReleaseCriteriaResponsePtrOutput) Recurrence

The recurrence.

func (BatchReleaseCriteriaResponsePtrOutput) ToBatchReleaseCriteriaResponsePtrOutput

func (o BatchReleaseCriteriaResponsePtrOutput) ToBatchReleaseCriteriaResponsePtrOutput() BatchReleaseCriteriaResponsePtrOutput

func (BatchReleaseCriteriaResponsePtrOutput) ToBatchReleaseCriteriaResponsePtrOutputWithContext

func (o BatchReleaseCriteriaResponsePtrOutput) ToBatchReleaseCriteriaResponsePtrOutputWithContext(ctx context.Context) BatchReleaseCriteriaResponsePtrOutput

type BusinessIdentity

type BusinessIdentity struct {
	// The business identity qualifier e.g. as2identity, ZZ, ZZZ, 31, 32
	Qualifier string `pulumi:"qualifier"`
	// The user defined business identity value.
	Value string `pulumi:"value"`
}

The integration account partner's business identity.

type BusinessIdentityArgs

type BusinessIdentityArgs struct {
	// The business identity qualifier e.g. as2identity, ZZ, ZZZ, 31, 32
	Qualifier pulumi.StringInput `pulumi:"qualifier"`
	// The user defined business identity value.
	Value pulumi.StringInput `pulumi:"value"`
}

The integration account partner's business identity.

func (BusinessIdentityArgs) ElementType

func (BusinessIdentityArgs) ElementType() reflect.Type

func (BusinessIdentityArgs) ToBusinessIdentityOutput

func (i BusinessIdentityArgs) ToBusinessIdentityOutput() BusinessIdentityOutput

func (BusinessIdentityArgs) ToBusinessIdentityOutputWithContext

func (i BusinessIdentityArgs) ToBusinessIdentityOutputWithContext(ctx context.Context) BusinessIdentityOutput

func (BusinessIdentityArgs) ToBusinessIdentityPtrOutput

func (i BusinessIdentityArgs) ToBusinessIdentityPtrOutput() BusinessIdentityPtrOutput

func (BusinessIdentityArgs) ToBusinessIdentityPtrOutputWithContext

func (i BusinessIdentityArgs) ToBusinessIdentityPtrOutputWithContext(ctx context.Context) BusinessIdentityPtrOutput

type BusinessIdentityArray

type BusinessIdentityArray []BusinessIdentityInput

func (BusinessIdentityArray) ElementType

func (BusinessIdentityArray) ElementType() reflect.Type

func (BusinessIdentityArray) ToBusinessIdentityArrayOutput

func (i BusinessIdentityArray) ToBusinessIdentityArrayOutput() BusinessIdentityArrayOutput

func (BusinessIdentityArray) ToBusinessIdentityArrayOutputWithContext

func (i BusinessIdentityArray) ToBusinessIdentityArrayOutputWithContext(ctx context.Context) BusinessIdentityArrayOutput

type BusinessIdentityArrayInput

type BusinessIdentityArrayInput interface {
	pulumi.Input

	ToBusinessIdentityArrayOutput() BusinessIdentityArrayOutput
	ToBusinessIdentityArrayOutputWithContext(context.Context) BusinessIdentityArrayOutput
}

BusinessIdentityArrayInput is an input type that accepts BusinessIdentityArray and BusinessIdentityArrayOutput values. You can construct a concrete instance of `BusinessIdentityArrayInput` via:

BusinessIdentityArray{ BusinessIdentityArgs{...} }

type BusinessIdentityArrayOutput

type BusinessIdentityArrayOutput struct{ *pulumi.OutputState }

func (BusinessIdentityArrayOutput) ElementType

func (BusinessIdentityArrayOutput) Index

func (BusinessIdentityArrayOutput) ToBusinessIdentityArrayOutput

func (o BusinessIdentityArrayOutput) ToBusinessIdentityArrayOutput() BusinessIdentityArrayOutput

func (BusinessIdentityArrayOutput) ToBusinessIdentityArrayOutputWithContext

func (o BusinessIdentityArrayOutput) ToBusinessIdentityArrayOutputWithContext(ctx context.Context) BusinessIdentityArrayOutput

type BusinessIdentityInput

type BusinessIdentityInput interface {
	pulumi.Input

	ToBusinessIdentityOutput() BusinessIdentityOutput
	ToBusinessIdentityOutputWithContext(context.Context) BusinessIdentityOutput
}

BusinessIdentityInput is an input type that accepts BusinessIdentityArgs and BusinessIdentityOutput values. You can construct a concrete instance of `BusinessIdentityInput` via:

BusinessIdentityArgs{...}

type BusinessIdentityOutput

type BusinessIdentityOutput struct{ *pulumi.OutputState }

The integration account partner's business identity.

func (BusinessIdentityOutput) ElementType

func (BusinessIdentityOutput) ElementType() reflect.Type

func (BusinessIdentityOutput) Qualifier

The business identity qualifier e.g. as2identity, ZZ, ZZZ, 31, 32

func (BusinessIdentityOutput) ToBusinessIdentityOutput

func (o BusinessIdentityOutput) ToBusinessIdentityOutput() BusinessIdentityOutput

func (BusinessIdentityOutput) ToBusinessIdentityOutputWithContext

func (o BusinessIdentityOutput) ToBusinessIdentityOutputWithContext(ctx context.Context) BusinessIdentityOutput

func (BusinessIdentityOutput) ToBusinessIdentityPtrOutput

func (o BusinessIdentityOutput) ToBusinessIdentityPtrOutput() BusinessIdentityPtrOutput

func (BusinessIdentityOutput) ToBusinessIdentityPtrOutputWithContext

func (o BusinessIdentityOutput) ToBusinessIdentityPtrOutputWithContext(ctx context.Context) BusinessIdentityPtrOutput

func (BusinessIdentityOutput) Value

The user defined business identity value.

type BusinessIdentityPtrInput

type BusinessIdentityPtrInput interface {
	pulumi.Input

	ToBusinessIdentityPtrOutput() BusinessIdentityPtrOutput
	ToBusinessIdentityPtrOutputWithContext(context.Context) BusinessIdentityPtrOutput
}

BusinessIdentityPtrInput is an input type that accepts BusinessIdentityArgs, BusinessIdentityPtr and BusinessIdentityPtrOutput values. You can construct a concrete instance of `BusinessIdentityPtrInput` via:

        BusinessIdentityArgs{...}

or:

        nil

type BusinessIdentityPtrOutput

type BusinessIdentityPtrOutput struct{ *pulumi.OutputState }

func (BusinessIdentityPtrOutput) Elem

func (BusinessIdentityPtrOutput) ElementType

func (BusinessIdentityPtrOutput) ElementType() reflect.Type

func (BusinessIdentityPtrOutput) Qualifier

The business identity qualifier e.g. as2identity, ZZ, ZZZ, 31, 32

func (BusinessIdentityPtrOutput) ToBusinessIdentityPtrOutput

func (o BusinessIdentityPtrOutput) ToBusinessIdentityPtrOutput() BusinessIdentityPtrOutput

func (BusinessIdentityPtrOutput) ToBusinessIdentityPtrOutputWithContext

func (o BusinessIdentityPtrOutput) ToBusinessIdentityPtrOutputWithContext(ctx context.Context) BusinessIdentityPtrOutput

func (BusinessIdentityPtrOutput) Value

The user defined business identity value.

type BusinessIdentityResponse

type BusinessIdentityResponse struct {
	// The business identity qualifier e.g. as2identity, ZZ, ZZZ, 31, 32
	Qualifier string `pulumi:"qualifier"`
	// The user defined business identity value.
	Value string `pulumi:"value"`
}

The integration account partner's business identity.

type BusinessIdentityResponseArgs

type BusinessIdentityResponseArgs struct {
	// The business identity qualifier e.g. as2identity, ZZ, ZZZ, 31, 32
	Qualifier pulumi.StringInput `pulumi:"qualifier"`
	// The user defined business identity value.
	Value pulumi.StringInput `pulumi:"value"`
}

The integration account partner's business identity.

func (BusinessIdentityResponseArgs) ElementType

func (BusinessIdentityResponseArgs) ToBusinessIdentityResponseOutput

func (i BusinessIdentityResponseArgs) ToBusinessIdentityResponseOutput() BusinessIdentityResponseOutput

func (BusinessIdentityResponseArgs) ToBusinessIdentityResponseOutputWithContext

func (i BusinessIdentityResponseArgs) ToBusinessIdentityResponseOutputWithContext(ctx context.Context) BusinessIdentityResponseOutput

func (BusinessIdentityResponseArgs) ToBusinessIdentityResponsePtrOutput

func (i BusinessIdentityResponseArgs) ToBusinessIdentityResponsePtrOutput() BusinessIdentityResponsePtrOutput

func (BusinessIdentityResponseArgs) ToBusinessIdentityResponsePtrOutputWithContext

func (i BusinessIdentityResponseArgs) ToBusinessIdentityResponsePtrOutputWithContext(ctx context.Context) BusinessIdentityResponsePtrOutput

type BusinessIdentityResponseArray

type BusinessIdentityResponseArray []BusinessIdentityResponseInput

func (BusinessIdentityResponseArray) ElementType

func (BusinessIdentityResponseArray) ToBusinessIdentityResponseArrayOutput

func (i BusinessIdentityResponseArray) ToBusinessIdentityResponseArrayOutput() BusinessIdentityResponseArrayOutput

func (BusinessIdentityResponseArray) ToBusinessIdentityResponseArrayOutputWithContext

func (i BusinessIdentityResponseArray) ToBusinessIdentityResponseArrayOutputWithContext(ctx context.Context) BusinessIdentityResponseArrayOutput

type BusinessIdentityResponseArrayInput

type BusinessIdentityResponseArrayInput interface {
	pulumi.Input

	ToBusinessIdentityResponseArrayOutput() BusinessIdentityResponseArrayOutput
	ToBusinessIdentityResponseArrayOutputWithContext(context.Context) BusinessIdentityResponseArrayOutput
}

BusinessIdentityResponseArrayInput is an input type that accepts BusinessIdentityResponseArray and BusinessIdentityResponseArrayOutput values. You can construct a concrete instance of `BusinessIdentityResponseArrayInput` via:

BusinessIdentityResponseArray{ BusinessIdentityResponseArgs{...} }

type BusinessIdentityResponseArrayOutput

type BusinessIdentityResponseArrayOutput struct{ *pulumi.OutputState }

func (BusinessIdentityResponseArrayOutput) ElementType

func (BusinessIdentityResponseArrayOutput) Index

func (BusinessIdentityResponseArrayOutput) ToBusinessIdentityResponseArrayOutput

func (o BusinessIdentityResponseArrayOutput) ToBusinessIdentityResponseArrayOutput() BusinessIdentityResponseArrayOutput

func (BusinessIdentityResponseArrayOutput) ToBusinessIdentityResponseArrayOutputWithContext

func (o BusinessIdentityResponseArrayOutput) ToBusinessIdentityResponseArrayOutputWithContext(ctx context.Context) BusinessIdentityResponseArrayOutput

type BusinessIdentityResponseInput

type BusinessIdentityResponseInput interface {
	pulumi.Input

	ToBusinessIdentityResponseOutput() BusinessIdentityResponseOutput
	ToBusinessIdentityResponseOutputWithContext(context.Context) BusinessIdentityResponseOutput
}

BusinessIdentityResponseInput is an input type that accepts BusinessIdentityResponseArgs and BusinessIdentityResponseOutput values. You can construct a concrete instance of `BusinessIdentityResponseInput` via:

BusinessIdentityResponseArgs{...}

type BusinessIdentityResponseOutput

type BusinessIdentityResponseOutput struct{ *pulumi.OutputState }

The integration account partner's business identity.

func (BusinessIdentityResponseOutput) ElementType

func (BusinessIdentityResponseOutput) Qualifier

The business identity qualifier e.g. as2identity, ZZ, ZZZ, 31, 32

func (BusinessIdentityResponseOutput) ToBusinessIdentityResponseOutput

func (o BusinessIdentityResponseOutput) ToBusinessIdentityResponseOutput() BusinessIdentityResponseOutput

func (BusinessIdentityResponseOutput) ToBusinessIdentityResponseOutputWithContext

func (o BusinessIdentityResponseOutput) ToBusinessIdentityResponseOutputWithContext(ctx context.Context) BusinessIdentityResponseOutput

func (BusinessIdentityResponseOutput) ToBusinessIdentityResponsePtrOutput

func (o BusinessIdentityResponseOutput) ToBusinessIdentityResponsePtrOutput() BusinessIdentityResponsePtrOutput

func (BusinessIdentityResponseOutput) ToBusinessIdentityResponsePtrOutputWithContext

func (o BusinessIdentityResponseOutput) ToBusinessIdentityResponsePtrOutputWithContext(ctx context.Context) BusinessIdentityResponsePtrOutput

func (BusinessIdentityResponseOutput) Value

The user defined business identity value.

type BusinessIdentityResponsePtrInput

type BusinessIdentityResponsePtrInput interface {
	pulumi.Input

	ToBusinessIdentityResponsePtrOutput() BusinessIdentityResponsePtrOutput
	ToBusinessIdentityResponsePtrOutputWithContext(context.Context) BusinessIdentityResponsePtrOutput
}

BusinessIdentityResponsePtrInput is an input type that accepts BusinessIdentityResponseArgs, BusinessIdentityResponsePtr and BusinessIdentityResponsePtrOutput values. You can construct a concrete instance of `BusinessIdentityResponsePtrInput` via:

        BusinessIdentityResponseArgs{...}

or:

        nil

type BusinessIdentityResponsePtrOutput

type BusinessIdentityResponsePtrOutput struct{ *pulumi.OutputState }

func (BusinessIdentityResponsePtrOutput) Elem

func (BusinessIdentityResponsePtrOutput) ElementType

func (BusinessIdentityResponsePtrOutput) Qualifier

The business identity qualifier e.g. as2identity, ZZ, ZZZ, 31, 32

func (BusinessIdentityResponsePtrOutput) ToBusinessIdentityResponsePtrOutput

func (o BusinessIdentityResponsePtrOutput) ToBusinessIdentityResponsePtrOutput() BusinessIdentityResponsePtrOutput

func (BusinessIdentityResponsePtrOutput) ToBusinessIdentityResponsePtrOutputWithContext

func (o BusinessIdentityResponsePtrOutput) ToBusinessIdentityResponsePtrOutputWithContext(ctx context.Context) BusinessIdentityResponsePtrOutput

func (BusinessIdentityResponsePtrOutput) Value

The user defined business identity value.

type Certificate

type Certificate struct {
	pulumi.CustomResourceState

	// The changed time.
	ChangedTime pulumi.StringOutput `pulumi:"changedTime"`
	// The created time.
	CreatedTime pulumi.StringOutput `pulumi:"createdTime"`
	// The key details in the key vault.
	Key KeyVaultKeyReferenceResponsePtrOutput `pulumi:"key"`
	// The resource location.
	Location pulumi.StringPtrOutput `pulumi:"location"`
	// The metadata.
	Metadata pulumi.AnyOutput `pulumi:"metadata"`
	// Gets the resource name.
	Name pulumi.StringOutput `pulumi:"name"`
	// The public certificate.
	PublicCertificate pulumi.StringPtrOutput `pulumi:"publicCertificate"`
	// The resource tags.
	Tags pulumi.StringMapOutput `pulumi:"tags"`
	// Gets the resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

The integration account certificate.

func GetCertificate

func GetCertificate(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *CertificateState, opts ...pulumi.ResourceOption) (*Certificate, error)

GetCertificate gets an existing Certificate 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 NewCertificate

func NewCertificate(ctx *pulumi.Context,
	name string, args *CertificateArgs, opts ...pulumi.ResourceOption) (*Certificate, error)

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

func (*Certificate) ElementType added in v0.2.6

func (*Certificate) ElementType() reflect.Type

func (*Certificate) ToCertificateOutput added in v0.2.6

func (i *Certificate) ToCertificateOutput() CertificateOutput

func (*Certificate) ToCertificateOutputWithContext added in v0.2.6

func (i *Certificate) ToCertificateOutputWithContext(ctx context.Context) CertificateOutput

type CertificateArgs

type CertificateArgs struct {
	// The integration account certificate name.
	CertificateName pulumi.StringInput
	// The integration account name.
	IntegrationAccountName pulumi.StringInput
	// The key details in the key vault.
	Key KeyVaultKeyReferencePtrInput
	// The resource location.
	Location pulumi.StringPtrInput
	// The metadata.
	Metadata pulumi.Input
	// The public certificate.
	PublicCertificate pulumi.StringPtrInput
	// The resource group name.
	ResourceGroupName pulumi.StringInput
	// The resource tags.
	Tags pulumi.StringMapInput
}

The set of arguments for constructing a Certificate resource.

func (CertificateArgs) ElementType

func (CertificateArgs) ElementType() reflect.Type

type CertificateInput added in v0.2.6

type CertificateInput interface {
	pulumi.Input

	ToCertificateOutput() CertificateOutput
	ToCertificateOutputWithContext(ctx context.Context) CertificateOutput
}

type CertificateOutput added in v0.2.6

type CertificateOutput struct {
	*pulumi.OutputState
}

func (CertificateOutput) ElementType added in v0.2.6

func (CertificateOutput) ElementType() reflect.Type

func (CertificateOutput) ToCertificateOutput added in v0.2.6

func (o CertificateOutput) ToCertificateOutput() CertificateOutput

func (CertificateOutput) ToCertificateOutputWithContext added in v0.2.6

func (o CertificateOutput) ToCertificateOutputWithContext(ctx context.Context) CertificateOutput

type CertificateState

type CertificateState struct {
	// The changed time.
	ChangedTime pulumi.StringPtrInput
	// The created time.
	CreatedTime pulumi.StringPtrInput
	// The key details in the key vault.
	Key KeyVaultKeyReferenceResponsePtrInput
	// The resource location.
	Location pulumi.StringPtrInput
	// The metadata.
	Metadata pulumi.Input
	// Gets the resource name.
	Name pulumi.StringPtrInput
	// The public certificate.
	PublicCertificate pulumi.StringPtrInput
	// The resource tags.
	Tags pulumi.StringMapInput
	// Gets the resource type.
	Type pulumi.StringPtrInput
}

func (CertificateState) ElementType

func (CertificateState) ElementType() reflect.Type

type ContentHash

type ContentHash struct {
	// The algorithm of the content hash.
	Algorithm *string `pulumi:"algorithm"`
	// The value of the content hash.
	Value *string `pulumi:"value"`
}

The content hash.

type ContentHashArgs

type ContentHashArgs struct {
	// The algorithm of the content hash.
	Algorithm pulumi.StringPtrInput `pulumi:"algorithm"`
	// The value of the content hash.
	Value pulumi.StringPtrInput `pulumi:"value"`
}

The content hash.

func (ContentHashArgs) ElementType

func (ContentHashArgs) ElementType() reflect.Type

func (ContentHashArgs) ToContentHashOutput

func (i ContentHashArgs) ToContentHashOutput() ContentHashOutput

func (ContentHashArgs) ToContentHashOutputWithContext

func (i ContentHashArgs) ToContentHashOutputWithContext(ctx context.Context) ContentHashOutput

func (ContentHashArgs) ToContentHashPtrOutput

func (i ContentHashArgs) ToContentHashPtrOutput() ContentHashPtrOutput

func (ContentHashArgs) ToContentHashPtrOutputWithContext

func (i ContentHashArgs) ToContentHashPtrOutputWithContext(ctx context.Context) ContentHashPtrOutput

type ContentHashInput

type ContentHashInput interface {
	pulumi.Input

	ToContentHashOutput() ContentHashOutput
	ToContentHashOutputWithContext(context.Context) ContentHashOutput
}

ContentHashInput is an input type that accepts ContentHashArgs and ContentHashOutput values. You can construct a concrete instance of `ContentHashInput` via:

ContentHashArgs{...}

type ContentHashOutput

type ContentHashOutput struct{ *pulumi.OutputState }

The content hash.

func (ContentHashOutput) Algorithm

The algorithm of the content hash.

func (ContentHashOutput) ElementType

func (ContentHashOutput) ElementType() reflect.Type

func (ContentHashOutput) ToContentHashOutput

func (o ContentHashOutput) ToContentHashOutput() ContentHashOutput

func (ContentHashOutput) ToContentHashOutputWithContext

func (o ContentHashOutput) ToContentHashOutputWithContext(ctx context.Context) ContentHashOutput

func (ContentHashOutput) ToContentHashPtrOutput

func (o ContentHashOutput) ToContentHashPtrOutput() ContentHashPtrOutput

func (ContentHashOutput) ToContentHashPtrOutputWithContext

func (o ContentHashOutput) ToContentHashPtrOutputWithContext(ctx context.Context) ContentHashPtrOutput

func (ContentHashOutput) Value

The value of the content hash.

type ContentHashPtrInput

type ContentHashPtrInput interface {
	pulumi.Input

	ToContentHashPtrOutput() ContentHashPtrOutput
	ToContentHashPtrOutputWithContext(context.Context) ContentHashPtrOutput
}

ContentHashPtrInput is an input type that accepts ContentHashArgs, ContentHashPtr and ContentHashPtrOutput values. You can construct a concrete instance of `ContentHashPtrInput` via:

        ContentHashArgs{...}

or:

        nil

func ContentHashPtr

func ContentHashPtr(v *ContentHashArgs) ContentHashPtrInput

type ContentHashPtrOutput

type ContentHashPtrOutput struct{ *pulumi.OutputState }

func (ContentHashPtrOutput) Algorithm

The algorithm of the content hash.

func (ContentHashPtrOutput) Elem

func (ContentHashPtrOutput) ElementType

func (ContentHashPtrOutput) ElementType() reflect.Type

func (ContentHashPtrOutput) ToContentHashPtrOutput

func (o ContentHashPtrOutput) ToContentHashPtrOutput() ContentHashPtrOutput

func (ContentHashPtrOutput) ToContentHashPtrOutputWithContext

func (o ContentHashPtrOutput) ToContentHashPtrOutputWithContext(ctx context.Context) ContentHashPtrOutput

func (ContentHashPtrOutput) Value

The value of the content hash.

type ContentHashResponse

type ContentHashResponse struct {
	// The algorithm of the content hash.
	Algorithm *string `pulumi:"algorithm"`
	// The value of the content hash.
	Value *string `pulumi:"value"`
}

The content hash.

type ContentHashResponseArgs

type ContentHashResponseArgs struct {
	// The algorithm of the content hash.
	Algorithm pulumi.StringPtrInput `pulumi:"algorithm"`
	// The value of the content hash.
	Value pulumi.StringPtrInput `pulumi:"value"`
}

The content hash.

func (ContentHashResponseArgs) ElementType

func (ContentHashResponseArgs) ElementType() reflect.Type

func (ContentHashResponseArgs) ToContentHashResponseOutput

func (i ContentHashResponseArgs) ToContentHashResponseOutput() ContentHashResponseOutput

func (ContentHashResponseArgs) ToContentHashResponseOutputWithContext

func (i ContentHashResponseArgs) ToContentHashResponseOutputWithContext(ctx context.Context) ContentHashResponseOutput

func (ContentHashResponseArgs) ToContentHashResponsePtrOutput

func (i ContentHashResponseArgs) ToContentHashResponsePtrOutput() ContentHashResponsePtrOutput

func (ContentHashResponseArgs) ToContentHashResponsePtrOutputWithContext

func (i ContentHashResponseArgs) ToContentHashResponsePtrOutputWithContext(ctx context.Context) ContentHashResponsePtrOutput

type ContentHashResponseInput

type ContentHashResponseInput interface {
	pulumi.Input

	ToContentHashResponseOutput() ContentHashResponseOutput
	ToContentHashResponseOutputWithContext(context.Context) ContentHashResponseOutput
}

ContentHashResponseInput is an input type that accepts ContentHashResponseArgs and ContentHashResponseOutput values. You can construct a concrete instance of `ContentHashResponseInput` via:

ContentHashResponseArgs{...}

type ContentHashResponseOutput

type ContentHashResponseOutput struct{ *pulumi.OutputState }

The content hash.

func (ContentHashResponseOutput) Algorithm

The algorithm of the content hash.

func (ContentHashResponseOutput) ElementType

func (ContentHashResponseOutput) ElementType() reflect.Type

func (ContentHashResponseOutput) ToContentHashResponseOutput

func (o ContentHashResponseOutput) ToContentHashResponseOutput() ContentHashResponseOutput

func (ContentHashResponseOutput) ToContentHashResponseOutputWithContext

func (o ContentHashResponseOutput) ToContentHashResponseOutputWithContext(ctx context.Context) ContentHashResponseOutput

func (ContentHashResponseOutput) ToContentHashResponsePtrOutput

func (o ContentHashResponseOutput) ToContentHashResponsePtrOutput() ContentHashResponsePtrOutput

func (ContentHashResponseOutput) ToContentHashResponsePtrOutputWithContext

func (o ContentHashResponseOutput) ToContentHashResponsePtrOutputWithContext(ctx context.Context) ContentHashResponsePtrOutput

func (ContentHashResponseOutput) Value

The value of the content hash.

type ContentHashResponsePtrInput

type ContentHashResponsePtrInput interface {
	pulumi.Input

	ToContentHashResponsePtrOutput() ContentHashResponsePtrOutput
	ToContentHashResponsePtrOutputWithContext(context.Context) ContentHashResponsePtrOutput
}

ContentHashResponsePtrInput is an input type that accepts ContentHashResponseArgs, ContentHashResponsePtr and ContentHashResponsePtrOutput values. You can construct a concrete instance of `ContentHashResponsePtrInput` via:

        ContentHashResponseArgs{...}

or:

        nil

type ContentHashResponsePtrOutput

type ContentHashResponsePtrOutput struct{ *pulumi.OutputState }

func (ContentHashResponsePtrOutput) Algorithm

The algorithm of the content hash.

func (ContentHashResponsePtrOutput) Elem

func (ContentHashResponsePtrOutput) ElementType

func (ContentHashResponsePtrOutput) ToContentHashResponsePtrOutput

func (o ContentHashResponsePtrOutput) ToContentHashResponsePtrOutput() ContentHashResponsePtrOutput

func (ContentHashResponsePtrOutput) ToContentHashResponsePtrOutputWithContext

func (o ContentHashResponsePtrOutput) ToContentHashResponsePtrOutputWithContext(ctx context.Context) ContentHashResponsePtrOutput

func (ContentHashResponsePtrOutput) Value

The value of the content hash.

type ContentLink struct {
	// The content hash.
	ContentHash *ContentHash `pulumi:"contentHash"`
	// The content size.
	ContentSize *float64 `pulumi:"contentSize"`
	// The content version.
	ContentVersion *string `pulumi:"contentVersion"`
	// The metadata.
	Metadata interface{} `pulumi:"metadata"`
	// The content link URI.
	Uri *string `pulumi:"uri"`
}

The content link.

type ContentLinkArgs

type ContentLinkArgs struct {
	// The content hash.
	ContentHash ContentHashPtrInput `pulumi:"contentHash"`
	// The content size.
	ContentSize pulumi.Float64PtrInput `pulumi:"contentSize"`
	// The content version.
	ContentVersion pulumi.StringPtrInput `pulumi:"contentVersion"`
	// The metadata.
	Metadata pulumi.Input `pulumi:"metadata"`
	// The content link URI.
	Uri pulumi.StringPtrInput `pulumi:"uri"`
}

The content link.

func (ContentLinkArgs) ElementType

func (ContentLinkArgs) ElementType() reflect.Type

func (ContentLinkArgs) ToContentLinkOutput

func (i ContentLinkArgs) ToContentLinkOutput() ContentLinkOutput

func (ContentLinkArgs) ToContentLinkOutputWithContext

func (i ContentLinkArgs) ToContentLinkOutputWithContext(ctx context.Context) ContentLinkOutput

func (ContentLinkArgs) ToContentLinkPtrOutput

func (i ContentLinkArgs) ToContentLinkPtrOutput() ContentLinkPtrOutput

func (ContentLinkArgs) ToContentLinkPtrOutputWithContext

func (i ContentLinkArgs) ToContentLinkPtrOutputWithContext(ctx context.Context) ContentLinkPtrOutput

type ContentLinkInput

type ContentLinkInput interface {
	pulumi.Input

	ToContentLinkOutput() ContentLinkOutput
	ToContentLinkOutputWithContext(context.Context) ContentLinkOutput
}

ContentLinkInput is an input type that accepts ContentLinkArgs and ContentLinkOutput values. You can construct a concrete instance of `ContentLinkInput` via:

ContentLinkArgs{...}

type ContentLinkOutput

type ContentLinkOutput struct{ *pulumi.OutputState }

The content link.

func (ContentLinkOutput) ContentHash

func (o ContentLinkOutput) ContentHash() ContentHashPtrOutput

The content hash.

func (ContentLinkOutput) ContentSize

func (o ContentLinkOutput) ContentSize() pulumi.Float64PtrOutput

The content size.

func (ContentLinkOutput) ContentVersion

func (o ContentLinkOutput) ContentVersion() pulumi.StringPtrOutput

The content version.

func (ContentLinkOutput) ElementType

func (ContentLinkOutput) ElementType() reflect.Type

func (ContentLinkOutput) Metadata

func (o ContentLinkOutput) Metadata() pulumi.AnyOutput

The metadata.

func (ContentLinkOutput) ToContentLinkOutput

func (o ContentLinkOutput) ToContentLinkOutput() ContentLinkOutput

func (ContentLinkOutput) ToContentLinkOutputWithContext

func (o ContentLinkOutput) ToContentLinkOutputWithContext(ctx context.Context) ContentLinkOutput

func (ContentLinkOutput) ToContentLinkPtrOutput

func (o ContentLinkOutput) ToContentLinkPtrOutput() ContentLinkPtrOutput

func (ContentLinkOutput) ToContentLinkPtrOutputWithContext

func (o ContentLinkOutput) ToContentLinkPtrOutputWithContext(ctx context.Context) ContentLinkPtrOutput

func (ContentLinkOutput) Uri

The content link URI.

type ContentLinkPtrInput

type ContentLinkPtrInput interface {
	pulumi.Input

	ToContentLinkPtrOutput() ContentLinkPtrOutput
	ToContentLinkPtrOutputWithContext(context.Context) ContentLinkPtrOutput
}

ContentLinkPtrInput is an input type that accepts ContentLinkArgs, ContentLinkPtr and ContentLinkPtrOutput values. You can construct a concrete instance of `ContentLinkPtrInput` via:

        ContentLinkArgs{...}

or:

        nil

func ContentLinkPtr

func ContentLinkPtr(v *ContentLinkArgs) ContentLinkPtrInput

type ContentLinkPtrOutput

type ContentLinkPtrOutput struct{ *pulumi.OutputState }

func (ContentLinkPtrOutput) ContentHash

The content hash.

func (ContentLinkPtrOutput) ContentSize

The content size.

func (ContentLinkPtrOutput) ContentVersion

func (o ContentLinkPtrOutput) ContentVersion() pulumi.StringPtrOutput

The content version.

func (ContentLinkPtrOutput) Elem

func (ContentLinkPtrOutput) ElementType

func (ContentLinkPtrOutput) ElementType() reflect.Type

func (ContentLinkPtrOutput) Metadata

func (o ContentLinkPtrOutput) Metadata() pulumi.AnyOutput

The metadata.

func (ContentLinkPtrOutput) ToContentLinkPtrOutput

func (o ContentLinkPtrOutput) ToContentLinkPtrOutput() ContentLinkPtrOutput

func (ContentLinkPtrOutput) ToContentLinkPtrOutputWithContext

func (o ContentLinkPtrOutput) ToContentLinkPtrOutputWithContext(ctx context.Context) ContentLinkPtrOutput

func (ContentLinkPtrOutput) Uri

The content link URI.

type ContentLinkResponse

type ContentLinkResponse struct {
	// The content hash.
	ContentHash *ContentHashResponse `pulumi:"contentHash"`
	// The content size.
	ContentSize *float64 `pulumi:"contentSize"`
	// The content version.
	ContentVersion *string `pulumi:"contentVersion"`
	// The metadata.
	Metadata interface{} `pulumi:"metadata"`
	// The content link URI.
	Uri *string `pulumi:"uri"`
}

The content link.

type ContentLinkResponseArgs

type ContentLinkResponseArgs struct {
	// The content hash.
	ContentHash ContentHashResponsePtrInput `pulumi:"contentHash"`
	// The content size.
	ContentSize pulumi.Float64PtrInput `pulumi:"contentSize"`
	// The content version.
	ContentVersion pulumi.StringPtrInput `pulumi:"contentVersion"`
	// The metadata.
	Metadata pulumi.Input `pulumi:"metadata"`
	// The content link URI.
	Uri pulumi.StringPtrInput `pulumi:"uri"`
}

The content link.

func (ContentLinkResponseArgs) ElementType

func (ContentLinkResponseArgs) ElementType() reflect.Type

func (ContentLinkResponseArgs) ToContentLinkResponseOutput

func (i ContentLinkResponseArgs) ToContentLinkResponseOutput() ContentLinkResponseOutput

func (ContentLinkResponseArgs) ToContentLinkResponseOutputWithContext

func (i ContentLinkResponseArgs) ToContentLinkResponseOutputWithContext(ctx context.Context) ContentLinkResponseOutput

func (ContentLinkResponseArgs) ToContentLinkResponsePtrOutput

func (i ContentLinkResponseArgs) ToContentLinkResponsePtrOutput() ContentLinkResponsePtrOutput

func (ContentLinkResponseArgs) ToContentLinkResponsePtrOutputWithContext

func (i ContentLinkResponseArgs) ToContentLinkResponsePtrOutputWithContext(ctx context.Context) ContentLinkResponsePtrOutput

type ContentLinkResponseInput

type ContentLinkResponseInput interface {
	pulumi.Input

	ToContentLinkResponseOutput() ContentLinkResponseOutput
	ToContentLinkResponseOutputWithContext(context.Context) ContentLinkResponseOutput
}

ContentLinkResponseInput is an input type that accepts ContentLinkResponseArgs and ContentLinkResponseOutput values. You can construct a concrete instance of `ContentLinkResponseInput` via:

ContentLinkResponseArgs{...}

type ContentLinkResponseOutput

type ContentLinkResponseOutput struct{ *pulumi.OutputState }

The content link.

func (ContentLinkResponseOutput) ContentHash

The content hash.

func (ContentLinkResponseOutput) ContentSize

The content size.

func (ContentLinkResponseOutput) ContentVersion

The content version.

func (ContentLinkResponseOutput) ElementType

func (ContentLinkResponseOutput) ElementType() reflect.Type

func (ContentLinkResponseOutput) Metadata

The metadata.

func (ContentLinkResponseOutput) ToContentLinkResponseOutput

func (o ContentLinkResponseOutput) ToContentLinkResponseOutput() ContentLinkResponseOutput

func (ContentLinkResponseOutput) ToContentLinkResponseOutputWithContext

func (o ContentLinkResponseOutput) ToContentLinkResponseOutputWithContext(ctx context.Context) ContentLinkResponseOutput

func (ContentLinkResponseOutput) ToContentLinkResponsePtrOutput

func (o ContentLinkResponseOutput) ToContentLinkResponsePtrOutput() ContentLinkResponsePtrOutput

func (ContentLinkResponseOutput) ToContentLinkResponsePtrOutputWithContext

func (o ContentLinkResponseOutput) ToContentLinkResponsePtrOutputWithContext(ctx context.Context) ContentLinkResponsePtrOutput

func (ContentLinkResponseOutput) Uri

The content link URI.

type ContentLinkResponsePtrInput

type ContentLinkResponsePtrInput interface {
	pulumi.Input

	ToContentLinkResponsePtrOutput() ContentLinkResponsePtrOutput
	ToContentLinkResponsePtrOutputWithContext(context.Context) ContentLinkResponsePtrOutput
}

ContentLinkResponsePtrInput is an input type that accepts ContentLinkResponseArgs, ContentLinkResponsePtr and ContentLinkResponsePtrOutput values. You can construct a concrete instance of `ContentLinkResponsePtrInput` via:

        ContentLinkResponseArgs{...}

or:

        nil

type ContentLinkResponsePtrOutput

type ContentLinkResponsePtrOutput struct{ *pulumi.OutputState }

func (ContentLinkResponsePtrOutput) ContentHash

The content hash.

func (ContentLinkResponsePtrOutput) ContentSize

The content size.

func (ContentLinkResponsePtrOutput) ContentVersion

The content version.

func (ContentLinkResponsePtrOutput) Elem

func (ContentLinkResponsePtrOutput) ElementType

func (ContentLinkResponsePtrOutput) Metadata

The metadata.

func (ContentLinkResponsePtrOutput) ToContentLinkResponsePtrOutput

func (o ContentLinkResponsePtrOutput) ToContentLinkResponsePtrOutput() ContentLinkResponsePtrOutput

func (ContentLinkResponsePtrOutput) ToContentLinkResponsePtrOutputWithContext

func (o ContentLinkResponsePtrOutput) ToContentLinkResponsePtrOutputWithContext(ctx context.Context) ContentLinkResponsePtrOutput

func (ContentLinkResponsePtrOutput) Uri

The content link URI.

type DayOfWeek added in v0.3.1

type DayOfWeek pulumi.String

The day of the week.

func (DayOfWeek) ElementType added in v0.3.1

func (DayOfWeek) ElementType() reflect.Type

func (DayOfWeek) ToStringOutput added in v0.3.1

func (e DayOfWeek) ToStringOutput() pulumi.StringOutput

func (DayOfWeek) ToStringOutputWithContext added in v0.3.1

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

func (DayOfWeek) ToStringPtrOutput added in v0.3.1

func (e DayOfWeek) ToStringPtrOutput() pulumi.StringPtrOutput

func (DayOfWeek) ToStringPtrOutputWithContext added in v0.3.1

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

type DaysOfWeek added in v0.3.1

type DaysOfWeek pulumi.String

func (DaysOfWeek) ElementType added in v0.3.1

func (DaysOfWeek) ElementType() reflect.Type

func (DaysOfWeek) ToStringOutput added in v0.3.1

func (e DaysOfWeek) ToStringOutput() pulumi.StringOutput

func (DaysOfWeek) ToStringOutputWithContext added in v0.3.1

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

func (DaysOfWeek) ToStringPtrOutput added in v0.3.1

func (e DaysOfWeek) ToStringPtrOutput() pulumi.StringPtrOutput

func (DaysOfWeek) ToStringPtrOutputWithContext added in v0.3.1

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

type EdifactAcknowledgementSettings

type EdifactAcknowledgementSettings struct {
	// The acknowledgement control number lower bound.
	AcknowledgementControlNumberLowerBound int `pulumi:"acknowledgementControlNumberLowerBound"`
	// The acknowledgement control number prefix.
	AcknowledgementControlNumberPrefix *string `pulumi:"acknowledgementControlNumberPrefix"`
	// The acknowledgement control number suffix.
	AcknowledgementControlNumberSuffix *string `pulumi:"acknowledgementControlNumberSuffix"`
	// The acknowledgement control number upper bound.
	AcknowledgementControlNumberUpperBound int `pulumi:"acknowledgementControlNumberUpperBound"`
	// The value indicating whether to batch functional acknowledgements.
	BatchFunctionalAcknowledgements bool `pulumi:"batchFunctionalAcknowledgements"`
	// The value indicating whether to batch the technical acknowledgements.
	BatchTechnicalAcknowledgements bool `pulumi:"batchTechnicalAcknowledgements"`
	// The value indicating whether functional acknowledgement is needed.
	NeedFunctionalAcknowledgement bool `pulumi:"needFunctionalAcknowledgement"`
	// The value indicating whether a loop is needed for valid messages.
	NeedLoopForValidMessages bool `pulumi:"needLoopForValidMessages"`
	// The value indicating whether technical acknowledgement is needed.
	NeedTechnicalAcknowledgement bool `pulumi:"needTechnicalAcknowledgement"`
	// The value indicating whether to rollover acknowledgement control number.
	RolloverAcknowledgementControlNumber bool `pulumi:"rolloverAcknowledgementControlNumber"`
	// The value indicating whether to send synchronous acknowledgement.
	SendSynchronousAcknowledgement bool `pulumi:"sendSynchronousAcknowledgement"`
}

The Edifact agreement acknowledgement settings.

type EdifactAcknowledgementSettingsArgs

type EdifactAcknowledgementSettingsArgs struct {
	// The acknowledgement control number lower bound.
	AcknowledgementControlNumberLowerBound pulumi.IntInput `pulumi:"acknowledgementControlNumberLowerBound"`
	// The acknowledgement control number prefix.
	AcknowledgementControlNumberPrefix pulumi.StringPtrInput `pulumi:"acknowledgementControlNumberPrefix"`
	// The acknowledgement control number suffix.
	AcknowledgementControlNumberSuffix pulumi.StringPtrInput `pulumi:"acknowledgementControlNumberSuffix"`
	// The acknowledgement control number upper bound.
	AcknowledgementControlNumberUpperBound pulumi.IntInput `pulumi:"acknowledgementControlNumberUpperBound"`
	// The value indicating whether to batch functional acknowledgements.
	BatchFunctionalAcknowledgements pulumi.BoolInput `pulumi:"batchFunctionalAcknowledgements"`
	// The value indicating whether to batch the technical acknowledgements.
	BatchTechnicalAcknowledgements pulumi.BoolInput `pulumi:"batchTechnicalAcknowledgements"`
	// The value indicating whether functional acknowledgement is needed.
	NeedFunctionalAcknowledgement pulumi.BoolInput `pulumi:"needFunctionalAcknowledgement"`
	// The value indicating whether a loop is needed for valid messages.
	NeedLoopForValidMessages pulumi.BoolInput `pulumi:"needLoopForValidMessages"`
	// The value indicating whether technical acknowledgement is needed.
	NeedTechnicalAcknowledgement pulumi.BoolInput `pulumi:"needTechnicalAcknowledgement"`
	// The value indicating whether to rollover acknowledgement control number.
	RolloverAcknowledgementControlNumber pulumi.BoolInput `pulumi:"rolloverAcknowledgementControlNumber"`
	// The value indicating whether to send synchronous acknowledgement.
	SendSynchronousAcknowledgement pulumi.BoolInput `pulumi:"sendSynchronousAcknowledgement"`
}

The Edifact agreement acknowledgement settings.

func (EdifactAcknowledgementSettingsArgs) ElementType

func (EdifactAcknowledgementSettingsArgs) ToEdifactAcknowledgementSettingsOutput

func (i EdifactAcknowledgementSettingsArgs) ToEdifactAcknowledgementSettingsOutput() EdifactAcknowledgementSettingsOutput

func (EdifactAcknowledgementSettingsArgs) ToEdifactAcknowledgementSettingsOutputWithContext

func (i EdifactAcknowledgementSettingsArgs) ToEdifactAcknowledgementSettingsOutputWithContext(ctx context.Context) EdifactAcknowledgementSettingsOutput

func (EdifactAcknowledgementSettingsArgs) ToEdifactAcknowledgementSettingsPtrOutput

func (i EdifactAcknowledgementSettingsArgs) ToEdifactAcknowledgementSettingsPtrOutput() EdifactAcknowledgementSettingsPtrOutput

func (EdifactAcknowledgementSettingsArgs) ToEdifactAcknowledgementSettingsPtrOutputWithContext

func (i EdifactAcknowledgementSettingsArgs) ToEdifactAcknowledgementSettingsPtrOutputWithContext(ctx context.Context) EdifactAcknowledgementSettingsPtrOutput

type EdifactAcknowledgementSettingsInput

type EdifactAcknowledgementSettingsInput interface {
	pulumi.Input

	ToEdifactAcknowledgementSettingsOutput() EdifactAcknowledgementSettingsOutput
	ToEdifactAcknowledgementSettingsOutputWithContext(context.Context) EdifactAcknowledgementSettingsOutput
}

EdifactAcknowledgementSettingsInput is an input type that accepts EdifactAcknowledgementSettingsArgs and EdifactAcknowledgementSettingsOutput values. You can construct a concrete instance of `EdifactAcknowledgementSettingsInput` via:

EdifactAcknowledgementSettingsArgs{...}

type EdifactAcknowledgementSettingsOutput

type EdifactAcknowledgementSettingsOutput struct{ *pulumi.OutputState }

The Edifact agreement acknowledgement settings.

func (EdifactAcknowledgementSettingsOutput) AcknowledgementControlNumberLowerBound

func (o EdifactAcknowledgementSettingsOutput) AcknowledgementControlNumberLowerBound() pulumi.IntOutput

The acknowledgement control number lower bound.

func (EdifactAcknowledgementSettingsOutput) AcknowledgementControlNumberPrefix

func (o EdifactAcknowledgementSettingsOutput) AcknowledgementControlNumberPrefix() pulumi.StringPtrOutput

The acknowledgement control number prefix.

func (EdifactAcknowledgementSettingsOutput) AcknowledgementControlNumberSuffix

func (o EdifactAcknowledgementSettingsOutput) AcknowledgementControlNumberSuffix() pulumi.StringPtrOutput

The acknowledgement control number suffix.

func (EdifactAcknowledgementSettingsOutput) AcknowledgementControlNumberUpperBound

func (o EdifactAcknowledgementSettingsOutput) AcknowledgementControlNumberUpperBound() pulumi.IntOutput

The acknowledgement control number upper bound.

func (EdifactAcknowledgementSettingsOutput) BatchFunctionalAcknowledgements

func (o EdifactAcknowledgementSettingsOutput) BatchFunctionalAcknowledgements() pulumi.BoolOutput

The value indicating whether to batch functional acknowledgements.

func (EdifactAcknowledgementSettingsOutput) BatchTechnicalAcknowledgements

func (o EdifactAcknowledgementSettingsOutput) BatchTechnicalAcknowledgements() pulumi.BoolOutput

The value indicating whether to batch the technical acknowledgements.

func (EdifactAcknowledgementSettingsOutput) ElementType

func (EdifactAcknowledgementSettingsOutput) NeedFunctionalAcknowledgement

func (o EdifactAcknowledgementSettingsOutput) NeedFunctionalAcknowledgement() pulumi.BoolOutput

The value indicating whether functional acknowledgement is needed.

func (EdifactAcknowledgementSettingsOutput) NeedLoopForValidMessages

func (o EdifactAcknowledgementSettingsOutput) NeedLoopForValidMessages() pulumi.BoolOutput

The value indicating whether a loop is needed for valid messages.

func (EdifactAcknowledgementSettingsOutput) NeedTechnicalAcknowledgement

func (o EdifactAcknowledgementSettingsOutput) NeedTechnicalAcknowledgement() pulumi.BoolOutput

The value indicating whether technical acknowledgement is needed.

func (EdifactAcknowledgementSettingsOutput) RolloverAcknowledgementControlNumber

func (o EdifactAcknowledgementSettingsOutput) RolloverAcknowledgementControlNumber() pulumi.BoolOutput

The value indicating whether to rollover acknowledgement control number.

func (EdifactAcknowledgementSettingsOutput) SendSynchronousAcknowledgement

func (o EdifactAcknowledgementSettingsOutput) SendSynchronousAcknowledgement() pulumi.BoolOutput

The value indicating whether to send synchronous acknowledgement.

func (EdifactAcknowledgementSettingsOutput) ToEdifactAcknowledgementSettingsOutput

func (o EdifactAcknowledgementSettingsOutput) ToEdifactAcknowledgementSettingsOutput() EdifactAcknowledgementSettingsOutput

func (EdifactAcknowledgementSettingsOutput) ToEdifactAcknowledgementSettingsOutputWithContext

func (o EdifactAcknowledgementSettingsOutput) ToEdifactAcknowledgementSettingsOutputWithContext(ctx context.Context) EdifactAcknowledgementSettingsOutput

func (EdifactAcknowledgementSettingsOutput) ToEdifactAcknowledgementSettingsPtrOutput

func (o EdifactAcknowledgementSettingsOutput) ToEdifactAcknowledgementSettingsPtrOutput() EdifactAcknowledgementSettingsPtrOutput

func (EdifactAcknowledgementSettingsOutput) ToEdifactAcknowledgementSettingsPtrOutputWithContext

func (o EdifactAcknowledgementSettingsOutput) ToEdifactAcknowledgementSettingsPtrOutputWithContext(ctx context.Context) EdifactAcknowledgementSettingsPtrOutput

type EdifactAcknowledgementSettingsPtrInput

type EdifactAcknowledgementSettingsPtrInput interface {
	pulumi.Input

	ToEdifactAcknowledgementSettingsPtrOutput() EdifactAcknowledgementSettingsPtrOutput
	ToEdifactAcknowledgementSettingsPtrOutputWithContext(context.Context) EdifactAcknowledgementSettingsPtrOutput
}

EdifactAcknowledgementSettingsPtrInput is an input type that accepts EdifactAcknowledgementSettingsArgs, EdifactAcknowledgementSettingsPtr and EdifactAcknowledgementSettingsPtrOutput values. You can construct a concrete instance of `EdifactAcknowledgementSettingsPtrInput` via:

        EdifactAcknowledgementSettingsArgs{...}

or:

        nil

type EdifactAcknowledgementSettingsPtrOutput

type EdifactAcknowledgementSettingsPtrOutput struct{ *pulumi.OutputState }

func (EdifactAcknowledgementSettingsPtrOutput) AcknowledgementControlNumberLowerBound

func (o EdifactAcknowledgementSettingsPtrOutput) AcknowledgementControlNumberLowerBound() pulumi.IntPtrOutput

The acknowledgement control number lower bound.

func (EdifactAcknowledgementSettingsPtrOutput) AcknowledgementControlNumberPrefix

func (o EdifactAcknowledgementSettingsPtrOutput) AcknowledgementControlNumberPrefix() pulumi.StringPtrOutput

The acknowledgement control number prefix.

func (EdifactAcknowledgementSettingsPtrOutput) AcknowledgementControlNumberSuffix

func (o EdifactAcknowledgementSettingsPtrOutput) AcknowledgementControlNumberSuffix() pulumi.StringPtrOutput

The acknowledgement control number suffix.

func (EdifactAcknowledgementSettingsPtrOutput) AcknowledgementControlNumberUpperBound

func (o EdifactAcknowledgementSettingsPtrOutput) AcknowledgementControlNumberUpperBound() pulumi.IntPtrOutput

The acknowledgement control number upper bound.

func (EdifactAcknowledgementSettingsPtrOutput) BatchFunctionalAcknowledgements

func (o EdifactAcknowledgementSettingsPtrOutput) BatchFunctionalAcknowledgements() pulumi.BoolPtrOutput

The value indicating whether to batch functional acknowledgements.

func (EdifactAcknowledgementSettingsPtrOutput) BatchTechnicalAcknowledgements

func (o EdifactAcknowledgementSettingsPtrOutput) BatchTechnicalAcknowledgements() pulumi.BoolPtrOutput

The value indicating whether to batch the technical acknowledgements.

func (EdifactAcknowledgementSettingsPtrOutput) Elem

func (EdifactAcknowledgementSettingsPtrOutput) ElementType

func (EdifactAcknowledgementSettingsPtrOutput) NeedFunctionalAcknowledgement

func (o EdifactAcknowledgementSettingsPtrOutput) NeedFunctionalAcknowledgement() pulumi.BoolPtrOutput

The value indicating whether functional acknowledgement is needed.

func (EdifactAcknowledgementSettingsPtrOutput) NeedLoopForValidMessages

func (o EdifactAcknowledgementSettingsPtrOutput) NeedLoopForValidMessages() pulumi.BoolPtrOutput

The value indicating whether a loop is needed for valid messages.

func (EdifactAcknowledgementSettingsPtrOutput) NeedTechnicalAcknowledgement

func (o EdifactAcknowledgementSettingsPtrOutput) NeedTechnicalAcknowledgement() pulumi.BoolPtrOutput

The value indicating whether technical acknowledgement is needed.

func (EdifactAcknowledgementSettingsPtrOutput) RolloverAcknowledgementControlNumber

func (o EdifactAcknowledgementSettingsPtrOutput) RolloverAcknowledgementControlNumber() pulumi.BoolPtrOutput

The value indicating whether to rollover acknowledgement control number.

func (EdifactAcknowledgementSettingsPtrOutput) SendSynchronousAcknowledgement

func (o EdifactAcknowledgementSettingsPtrOutput) SendSynchronousAcknowledgement() pulumi.BoolPtrOutput

The value indicating whether to send synchronous acknowledgement.

func (EdifactAcknowledgementSettingsPtrOutput) ToEdifactAcknowledgementSettingsPtrOutput

func (o EdifactAcknowledgementSettingsPtrOutput) ToEdifactAcknowledgementSettingsPtrOutput() EdifactAcknowledgementSettingsPtrOutput

func (EdifactAcknowledgementSettingsPtrOutput) ToEdifactAcknowledgementSettingsPtrOutputWithContext

func (o EdifactAcknowledgementSettingsPtrOutput) ToEdifactAcknowledgementSettingsPtrOutputWithContext(ctx context.Context) EdifactAcknowledgementSettingsPtrOutput

type EdifactAcknowledgementSettingsResponse

type EdifactAcknowledgementSettingsResponse struct {
	// The acknowledgement control number lower bound.
	AcknowledgementControlNumberLowerBound int `pulumi:"acknowledgementControlNumberLowerBound"`
	// The acknowledgement control number prefix.
	AcknowledgementControlNumberPrefix *string `pulumi:"acknowledgementControlNumberPrefix"`
	// The acknowledgement control number suffix.
	AcknowledgementControlNumberSuffix *string `pulumi:"acknowledgementControlNumberSuffix"`
	// The acknowledgement control number upper bound.
	AcknowledgementControlNumberUpperBound int `pulumi:"acknowledgementControlNumberUpperBound"`
	// The value indicating whether to batch functional acknowledgements.
	BatchFunctionalAcknowledgements bool `pulumi:"batchFunctionalAcknowledgements"`
	// The value indicating whether to batch the technical acknowledgements.
	BatchTechnicalAcknowledgements bool `pulumi:"batchTechnicalAcknowledgements"`
	// The value indicating whether functional acknowledgement is needed.
	NeedFunctionalAcknowledgement bool `pulumi:"needFunctionalAcknowledgement"`
	// The value indicating whether a loop is needed for valid messages.
	NeedLoopForValidMessages bool `pulumi:"needLoopForValidMessages"`
	// The value indicating whether technical acknowledgement is needed.
	NeedTechnicalAcknowledgement bool `pulumi:"needTechnicalAcknowledgement"`
	// The value indicating whether to rollover acknowledgement control number.
	RolloverAcknowledgementControlNumber bool `pulumi:"rolloverAcknowledgementControlNumber"`
	// The value indicating whether to send synchronous acknowledgement.
	SendSynchronousAcknowledgement bool `pulumi:"sendSynchronousAcknowledgement"`
}

The Edifact agreement acknowledgement settings.

type EdifactAcknowledgementSettingsResponseArgs

type EdifactAcknowledgementSettingsResponseArgs struct {
	// The acknowledgement control number lower bound.
	AcknowledgementControlNumberLowerBound pulumi.IntInput `pulumi:"acknowledgementControlNumberLowerBound"`
	// The acknowledgement control number prefix.
	AcknowledgementControlNumberPrefix pulumi.StringPtrInput `pulumi:"acknowledgementControlNumberPrefix"`
	// The acknowledgement control number suffix.
	AcknowledgementControlNumberSuffix pulumi.StringPtrInput `pulumi:"acknowledgementControlNumberSuffix"`
	// The acknowledgement control number upper bound.
	AcknowledgementControlNumberUpperBound pulumi.IntInput `pulumi:"acknowledgementControlNumberUpperBound"`
	// The value indicating whether to batch functional acknowledgements.
	BatchFunctionalAcknowledgements pulumi.BoolInput `pulumi:"batchFunctionalAcknowledgements"`
	// The value indicating whether to batch the technical acknowledgements.
	BatchTechnicalAcknowledgements pulumi.BoolInput `pulumi:"batchTechnicalAcknowledgements"`
	// The value indicating whether functional acknowledgement is needed.
	NeedFunctionalAcknowledgement pulumi.BoolInput `pulumi:"needFunctionalAcknowledgement"`
	// The value indicating whether a loop is needed for valid messages.
	NeedLoopForValidMessages pulumi.BoolInput `pulumi:"needLoopForValidMessages"`
	// The value indicating whether technical acknowledgement is needed.
	NeedTechnicalAcknowledgement pulumi.BoolInput `pulumi:"needTechnicalAcknowledgement"`
	// The value indicating whether to rollover acknowledgement control number.
	RolloverAcknowledgementControlNumber pulumi.BoolInput `pulumi:"rolloverAcknowledgementControlNumber"`
	// The value indicating whether to send synchronous acknowledgement.
	SendSynchronousAcknowledgement pulumi.BoolInput `pulumi:"sendSynchronousAcknowledgement"`
}

The Edifact agreement acknowledgement settings.

func (EdifactAcknowledgementSettingsResponseArgs) ElementType

func (EdifactAcknowledgementSettingsResponseArgs) ToEdifactAcknowledgementSettingsResponseOutput

func (i EdifactAcknowledgementSettingsResponseArgs) ToEdifactAcknowledgementSettingsResponseOutput() EdifactAcknowledgementSettingsResponseOutput

func (EdifactAcknowledgementSettingsResponseArgs) ToEdifactAcknowledgementSettingsResponseOutputWithContext

func (i EdifactAcknowledgementSettingsResponseArgs) ToEdifactAcknowledgementSettingsResponseOutputWithContext(ctx context.Context) EdifactAcknowledgementSettingsResponseOutput

func (EdifactAcknowledgementSettingsResponseArgs) ToEdifactAcknowledgementSettingsResponsePtrOutput

func (i EdifactAcknowledgementSettingsResponseArgs) ToEdifactAcknowledgementSettingsResponsePtrOutput() EdifactAcknowledgementSettingsResponsePtrOutput

func (EdifactAcknowledgementSettingsResponseArgs) ToEdifactAcknowledgementSettingsResponsePtrOutputWithContext

func (i EdifactAcknowledgementSettingsResponseArgs) ToEdifactAcknowledgementSettingsResponsePtrOutputWithContext(ctx context.Context) EdifactAcknowledgementSettingsResponsePtrOutput

type EdifactAcknowledgementSettingsResponseInput

type EdifactAcknowledgementSettingsResponseInput interface {
	pulumi.Input

	ToEdifactAcknowledgementSettingsResponseOutput() EdifactAcknowledgementSettingsResponseOutput
	ToEdifactAcknowledgementSettingsResponseOutputWithContext(context.Context) EdifactAcknowledgementSettingsResponseOutput
}

EdifactAcknowledgementSettingsResponseInput is an input type that accepts EdifactAcknowledgementSettingsResponseArgs and EdifactAcknowledgementSettingsResponseOutput values. You can construct a concrete instance of `EdifactAcknowledgementSettingsResponseInput` via:

EdifactAcknowledgementSettingsResponseArgs{...}

type EdifactAcknowledgementSettingsResponseOutput

type EdifactAcknowledgementSettingsResponseOutput struct{ *pulumi.OutputState }

The Edifact agreement acknowledgement settings.

func (EdifactAcknowledgementSettingsResponseOutput) AcknowledgementControlNumberLowerBound

func (o EdifactAcknowledgementSettingsResponseOutput) AcknowledgementControlNumberLowerBound() pulumi.IntOutput

The acknowledgement control number lower bound.

func (EdifactAcknowledgementSettingsResponseOutput) AcknowledgementControlNumberPrefix

func (o EdifactAcknowledgementSettingsResponseOutput) AcknowledgementControlNumberPrefix() pulumi.StringPtrOutput

The acknowledgement control number prefix.

func (EdifactAcknowledgementSettingsResponseOutput) AcknowledgementControlNumberSuffix

func (o EdifactAcknowledgementSettingsResponseOutput) AcknowledgementControlNumberSuffix() pulumi.StringPtrOutput

The acknowledgement control number suffix.

func (EdifactAcknowledgementSettingsResponseOutput) AcknowledgementControlNumberUpperBound

func (o EdifactAcknowledgementSettingsResponseOutput) AcknowledgementControlNumberUpperBound() pulumi.IntOutput

The acknowledgement control number upper bound.

func (EdifactAcknowledgementSettingsResponseOutput) BatchFunctionalAcknowledgements

func (o EdifactAcknowledgementSettingsResponseOutput) BatchFunctionalAcknowledgements() pulumi.BoolOutput

The value indicating whether to batch functional acknowledgements.

func (EdifactAcknowledgementSettingsResponseOutput) BatchTechnicalAcknowledgements

func (o EdifactAcknowledgementSettingsResponseOutput) BatchTechnicalAcknowledgements() pulumi.BoolOutput

The value indicating whether to batch the technical acknowledgements.

func (EdifactAcknowledgementSettingsResponseOutput) ElementType

func (EdifactAcknowledgementSettingsResponseOutput) NeedFunctionalAcknowledgement

func (o EdifactAcknowledgementSettingsResponseOutput) NeedFunctionalAcknowledgement() pulumi.BoolOutput

The value indicating whether functional acknowledgement is needed.

func (EdifactAcknowledgementSettingsResponseOutput) NeedLoopForValidMessages

func (o EdifactAcknowledgementSettingsResponseOutput) NeedLoopForValidMessages() pulumi.BoolOutput

The value indicating whether a loop is needed for valid messages.

func (EdifactAcknowledgementSettingsResponseOutput) NeedTechnicalAcknowledgement

func (o EdifactAcknowledgementSettingsResponseOutput) NeedTechnicalAcknowledgement() pulumi.BoolOutput

The value indicating whether technical acknowledgement is needed.

func (EdifactAcknowledgementSettingsResponseOutput) RolloverAcknowledgementControlNumber

func (o EdifactAcknowledgementSettingsResponseOutput) RolloverAcknowledgementControlNumber() pulumi.BoolOutput

The value indicating whether to rollover acknowledgement control number.

func (EdifactAcknowledgementSettingsResponseOutput) SendSynchronousAcknowledgement

func (o EdifactAcknowledgementSettingsResponseOutput) SendSynchronousAcknowledgement() pulumi.BoolOutput

The value indicating whether to send synchronous acknowledgement.

func (EdifactAcknowledgementSettingsResponseOutput) ToEdifactAcknowledgementSettingsResponseOutput

func (o EdifactAcknowledgementSettingsResponseOutput) ToEdifactAcknowledgementSettingsResponseOutput() EdifactAcknowledgementSettingsResponseOutput

func (EdifactAcknowledgementSettingsResponseOutput) ToEdifactAcknowledgementSettingsResponseOutputWithContext

func (o EdifactAcknowledgementSettingsResponseOutput) ToEdifactAcknowledgementSettingsResponseOutputWithContext(ctx context.Context) EdifactAcknowledgementSettingsResponseOutput

func (EdifactAcknowledgementSettingsResponseOutput) ToEdifactAcknowledgementSettingsResponsePtrOutput

func (o EdifactAcknowledgementSettingsResponseOutput) ToEdifactAcknowledgementSettingsResponsePtrOutput() EdifactAcknowledgementSettingsResponsePtrOutput

func (EdifactAcknowledgementSettingsResponseOutput) ToEdifactAcknowledgementSettingsResponsePtrOutputWithContext

func (o EdifactAcknowledgementSettingsResponseOutput) ToEdifactAcknowledgementSettingsResponsePtrOutputWithContext(ctx context.Context) EdifactAcknowledgementSettingsResponsePtrOutput

type EdifactAcknowledgementSettingsResponsePtrInput

type EdifactAcknowledgementSettingsResponsePtrInput interface {
	pulumi.Input

	ToEdifactAcknowledgementSettingsResponsePtrOutput() EdifactAcknowledgementSettingsResponsePtrOutput
	ToEdifactAcknowledgementSettingsResponsePtrOutputWithContext(context.Context) EdifactAcknowledgementSettingsResponsePtrOutput
}

EdifactAcknowledgementSettingsResponsePtrInput is an input type that accepts EdifactAcknowledgementSettingsResponseArgs, EdifactAcknowledgementSettingsResponsePtr and EdifactAcknowledgementSettingsResponsePtrOutput values. You can construct a concrete instance of `EdifactAcknowledgementSettingsResponsePtrInput` via:

        EdifactAcknowledgementSettingsResponseArgs{...}

or:

        nil

type EdifactAcknowledgementSettingsResponsePtrOutput

type EdifactAcknowledgementSettingsResponsePtrOutput struct{ *pulumi.OutputState }

func (EdifactAcknowledgementSettingsResponsePtrOutput) AcknowledgementControlNumberLowerBound

func (o EdifactAcknowledgementSettingsResponsePtrOutput) AcknowledgementControlNumberLowerBound() pulumi.IntPtrOutput

The acknowledgement control number lower bound.

func (EdifactAcknowledgementSettingsResponsePtrOutput) AcknowledgementControlNumberPrefix

func (o EdifactAcknowledgementSettingsResponsePtrOutput) AcknowledgementControlNumberPrefix() pulumi.StringPtrOutput

The acknowledgement control number prefix.

func (EdifactAcknowledgementSettingsResponsePtrOutput) AcknowledgementControlNumberSuffix

func (o EdifactAcknowledgementSettingsResponsePtrOutput) AcknowledgementControlNumberSuffix() pulumi.StringPtrOutput

The acknowledgement control number suffix.

func (EdifactAcknowledgementSettingsResponsePtrOutput) AcknowledgementControlNumberUpperBound

func (o EdifactAcknowledgementSettingsResponsePtrOutput) AcknowledgementControlNumberUpperBound() pulumi.IntPtrOutput

The acknowledgement control number upper bound.

func (EdifactAcknowledgementSettingsResponsePtrOutput) BatchFunctionalAcknowledgements

func (o EdifactAcknowledgementSettingsResponsePtrOutput) BatchFunctionalAcknowledgements() pulumi.BoolPtrOutput

The value indicating whether to batch functional acknowledgements.

func (EdifactAcknowledgementSettingsResponsePtrOutput) BatchTechnicalAcknowledgements

func (o EdifactAcknowledgementSettingsResponsePtrOutput) BatchTechnicalAcknowledgements() pulumi.BoolPtrOutput

The value indicating whether to batch the technical acknowledgements.

func (EdifactAcknowledgementSettingsResponsePtrOutput) Elem

func (EdifactAcknowledgementSettingsResponsePtrOutput) ElementType

func (EdifactAcknowledgementSettingsResponsePtrOutput) NeedFunctionalAcknowledgement

func (o EdifactAcknowledgementSettingsResponsePtrOutput) NeedFunctionalAcknowledgement() pulumi.BoolPtrOutput

The value indicating whether functional acknowledgement is needed.

func (EdifactAcknowledgementSettingsResponsePtrOutput) NeedLoopForValidMessages

The value indicating whether a loop is needed for valid messages.

func (EdifactAcknowledgementSettingsResponsePtrOutput) NeedTechnicalAcknowledgement

func (o EdifactAcknowledgementSettingsResponsePtrOutput) NeedTechnicalAcknowledgement() pulumi.BoolPtrOutput

The value indicating whether technical acknowledgement is needed.

func (EdifactAcknowledgementSettingsResponsePtrOutput) RolloverAcknowledgementControlNumber

func (o EdifactAcknowledgementSettingsResponsePtrOutput) RolloverAcknowledgementControlNumber() pulumi.BoolPtrOutput

The value indicating whether to rollover acknowledgement control number.

func (EdifactAcknowledgementSettingsResponsePtrOutput) SendSynchronousAcknowledgement

func (o EdifactAcknowledgementSettingsResponsePtrOutput) SendSynchronousAcknowledgement() pulumi.BoolPtrOutput

The value indicating whether to send synchronous acknowledgement.

func (EdifactAcknowledgementSettingsResponsePtrOutput) ToEdifactAcknowledgementSettingsResponsePtrOutput

func (o EdifactAcknowledgementSettingsResponsePtrOutput) ToEdifactAcknowledgementSettingsResponsePtrOutput() EdifactAcknowledgementSettingsResponsePtrOutput

func (EdifactAcknowledgementSettingsResponsePtrOutput) ToEdifactAcknowledgementSettingsResponsePtrOutputWithContext

func (o EdifactAcknowledgementSettingsResponsePtrOutput) ToEdifactAcknowledgementSettingsResponsePtrOutputWithContext(ctx context.Context) EdifactAcknowledgementSettingsResponsePtrOutput

type EdifactAgreementContent

type EdifactAgreementContent struct {
	// The EDIFACT one-way receive agreement.
	ReceiveAgreement EdifactOneWayAgreement `pulumi:"receiveAgreement"`
	// The EDIFACT one-way send agreement.
	SendAgreement EdifactOneWayAgreement `pulumi:"sendAgreement"`
}

The Edifact agreement content.

type EdifactAgreementContentArgs

type EdifactAgreementContentArgs struct {
	// The EDIFACT one-way receive agreement.
	ReceiveAgreement EdifactOneWayAgreementInput `pulumi:"receiveAgreement"`
	// The EDIFACT one-way send agreement.
	SendAgreement EdifactOneWayAgreementInput `pulumi:"sendAgreement"`
}

The Edifact agreement content.

func (EdifactAgreementContentArgs) ElementType

func (EdifactAgreementContentArgs) ToEdifactAgreementContentOutput

func (i EdifactAgreementContentArgs) ToEdifactAgreementContentOutput() EdifactAgreementContentOutput

func (EdifactAgreementContentArgs) ToEdifactAgreementContentOutputWithContext

func (i EdifactAgreementContentArgs) ToEdifactAgreementContentOutputWithContext(ctx context.Context) EdifactAgreementContentOutput

func (EdifactAgreementContentArgs) ToEdifactAgreementContentPtrOutput

func (i EdifactAgreementContentArgs) ToEdifactAgreementContentPtrOutput() EdifactAgreementContentPtrOutput

func (EdifactAgreementContentArgs) ToEdifactAgreementContentPtrOutputWithContext

func (i EdifactAgreementContentArgs) ToEdifactAgreementContentPtrOutputWithContext(ctx context.Context) EdifactAgreementContentPtrOutput

type EdifactAgreementContentInput

type EdifactAgreementContentInput interface {
	pulumi.Input

	ToEdifactAgreementContentOutput() EdifactAgreementContentOutput
	ToEdifactAgreementContentOutputWithContext(context.Context) EdifactAgreementContentOutput
}

EdifactAgreementContentInput is an input type that accepts EdifactAgreementContentArgs and EdifactAgreementContentOutput values. You can construct a concrete instance of `EdifactAgreementContentInput` via:

EdifactAgreementContentArgs{...}

type EdifactAgreementContentOutput

type EdifactAgreementContentOutput struct{ *pulumi.OutputState }

The Edifact agreement content.

func (EdifactAgreementContentOutput) ElementType

func (EdifactAgreementContentOutput) ReceiveAgreement

The EDIFACT one-way receive agreement.

func (EdifactAgreementContentOutput) SendAgreement

The EDIFACT one-way send agreement.

func (EdifactAgreementContentOutput) ToEdifactAgreementContentOutput

func (o EdifactAgreementContentOutput) ToEdifactAgreementContentOutput() EdifactAgreementContentOutput

func (EdifactAgreementContentOutput) ToEdifactAgreementContentOutputWithContext

func (o EdifactAgreementContentOutput) ToEdifactAgreementContentOutputWithContext(ctx context.Context) EdifactAgreementContentOutput

func (EdifactAgreementContentOutput) ToEdifactAgreementContentPtrOutput

func (o EdifactAgreementContentOutput) ToEdifactAgreementContentPtrOutput() EdifactAgreementContentPtrOutput

func (EdifactAgreementContentOutput) ToEdifactAgreementContentPtrOutputWithContext

func (o EdifactAgreementContentOutput) ToEdifactAgreementContentPtrOutputWithContext(ctx context.Context) EdifactAgreementContentPtrOutput

type EdifactAgreementContentPtrInput

type EdifactAgreementContentPtrInput interface {
	pulumi.Input

	ToEdifactAgreementContentPtrOutput() EdifactAgreementContentPtrOutput
	ToEdifactAgreementContentPtrOutputWithContext(context.Context) EdifactAgreementContentPtrOutput
}

EdifactAgreementContentPtrInput is an input type that accepts EdifactAgreementContentArgs, EdifactAgreementContentPtr and EdifactAgreementContentPtrOutput values. You can construct a concrete instance of `EdifactAgreementContentPtrInput` via:

        EdifactAgreementContentArgs{...}

or:

        nil

type EdifactAgreementContentPtrOutput

type EdifactAgreementContentPtrOutput struct{ *pulumi.OutputState }

func (EdifactAgreementContentPtrOutput) Elem

func (EdifactAgreementContentPtrOutput) ElementType

func (EdifactAgreementContentPtrOutput) ReceiveAgreement

The EDIFACT one-way receive agreement.

func (EdifactAgreementContentPtrOutput) SendAgreement

The EDIFACT one-way send agreement.

func (EdifactAgreementContentPtrOutput) ToEdifactAgreementContentPtrOutput

func (o EdifactAgreementContentPtrOutput) ToEdifactAgreementContentPtrOutput() EdifactAgreementContentPtrOutput

func (EdifactAgreementContentPtrOutput) ToEdifactAgreementContentPtrOutputWithContext

func (o EdifactAgreementContentPtrOutput) ToEdifactAgreementContentPtrOutputWithContext(ctx context.Context) EdifactAgreementContentPtrOutput

type EdifactAgreementContentResponse

type EdifactAgreementContentResponse struct {
	// The EDIFACT one-way receive agreement.
	ReceiveAgreement EdifactOneWayAgreementResponse `pulumi:"receiveAgreement"`
	// The EDIFACT one-way send agreement.
	SendAgreement EdifactOneWayAgreementResponse `pulumi:"sendAgreement"`
}

The Edifact agreement content.

type EdifactAgreementContentResponseArgs

type EdifactAgreementContentResponseArgs struct {
	// The EDIFACT one-way receive agreement.
	ReceiveAgreement EdifactOneWayAgreementResponseInput `pulumi:"receiveAgreement"`
	// The EDIFACT one-way send agreement.
	SendAgreement EdifactOneWayAgreementResponseInput `pulumi:"sendAgreement"`
}

The Edifact agreement content.

func (EdifactAgreementContentResponseArgs) ElementType

func (EdifactAgreementContentResponseArgs) ToEdifactAgreementContentResponseOutput

func (i EdifactAgreementContentResponseArgs) ToEdifactAgreementContentResponseOutput() EdifactAgreementContentResponseOutput

func (EdifactAgreementContentResponseArgs) ToEdifactAgreementContentResponseOutputWithContext

func (i EdifactAgreementContentResponseArgs) ToEdifactAgreementContentResponseOutputWithContext(ctx context.Context) EdifactAgreementContentResponseOutput

func (EdifactAgreementContentResponseArgs) ToEdifactAgreementContentResponsePtrOutput

func (i EdifactAgreementContentResponseArgs) ToEdifactAgreementContentResponsePtrOutput() EdifactAgreementContentResponsePtrOutput

func (EdifactAgreementContentResponseArgs) ToEdifactAgreementContentResponsePtrOutputWithContext

func (i EdifactAgreementContentResponseArgs) ToEdifactAgreementContentResponsePtrOutputWithContext(ctx context.Context) EdifactAgreementContentResponsePtrOutput

type EdifactAgreementContentResponseInput

type EdifactAgreementContentResponseInput interface {
	pulumi.Input

	ToEdifactAgreementContentResponseOutput() EdifactAgreementContentResponseOutput
	ToEdifactAgreementContentResponseOutputWithContext(context.Context) EdifactAgreementContentResponseOutput
}

EdifactAgreementContentResponseInput is an input type that accepts EdifactAgreementContentResponseArgs and EdifactAgreementContentResponseOutput values. You can construct a concrete instance of `EdifactAgreementContentResponseInput` via:

EdifactAgreementContentResponseArgs{...}

type EdifactAgreementContentResponseOutput

type EdifactAgreementContentResponseOutput struct{ *pulumi.OutputState }

The Edifact agreement content.

func (EdifactAgreementContentResponseOutput) ElementType

func (EdifactAgreementContentResponseOutput) ReceiveAgreement

The EDIFACT one-way receive agreement.

func (EdifactAgreementContentResponseOutput) SendAgreement

The EDIFACT one-way send agreement.

func (EdifactAgreementContentResponseOutput) ToEdifactAgreementContentResponseOutput

func (o EdifactAgreementContentResponseOutput) ToEdifactAgreementContentResponseOutput() EdifactAgreementContentResponseOutput

func (EdifactAgreementContentResponseOutput) ToEdifactAgreementContentResponseOutputWithContext

func (o EdifactAgreementContentResponseOutput) ToEdifactAgreementContentResponseOutputWithContext(ctx context.Context) EdifactAgreementContentResponseOutput

func (EdifactAgreementContentResponseOutput) ToEdifactAgreementContentResponsePtrOutput

func (o EdifactAgreementContentResponseOutput) ToEdifactAgreementContentResponsePtrOutput() EdifactAgreementContentResponsePtrOutput

func (EdifactAgreementContentResponseOutput) ToEdifactAgreementContentResponsePtrOutputWithContext

func (o EdifactAgreementContentResponseOutput) ToEdifactAgreementContentResponsePtrOutputWithContext(ctx context.Context) EdifactAgreementContentResponsePtrOutput

type EdifactAgreementContentResponsePtrInput

type EdifactAgreementContentResponsePtrInput interface {
	pulumi.Input

	ToEdifactAgreementContentResponsePtrOutput() EdifactAgreementContentResponsePtrOutput
	ToEdifactAgreementContentResponsePtrOutputWithContext(context.Context) EdifactAgreementContentResponsePtrOutput
}

EdifactAgreementContentResponsePtrInput is an input type that accepts EdifactAgreementContentResponseArgs, EdifactAgreementContentResponsePtr and EdifactAgreementContentResponsePtrOutput values. You can construct a concrete instance of `EdifactAgreementContentResponsePtrInput` via:

        EdifactAgreementContentResponseArgs{...}

or:

        nil

type EdifactAgreementContentResponsePtrOutput

type EdifactAgreementContentResponsePtrOutput struct{ *pulumi.OutputState }

func (EdifactAgreementContentResponsePtrOutput) Elem

func (EdifactAgreementContentResponsePtrOutput) ElementType

func (EdifactAgreementContentResponsePtrOutput) ReceiveAgreement

The EDIFACT one-way receive agreement.

func (EdifactAgreementContentResponsePtrOutput) SendAgreement

The EDIFACT one-way send agreement.

func (EdifactAgreementContentResponsePtrOutput) ToEdifactAgreementContentResponsePtrOutput

func (o EdifactAgreementContentResponsePtrOutput) ToEdifactAgreementContentResponsePtrOutput() EdifactAgreementContentResponsePtrOutput

func (EdifactAgreementContentResponsePtrOutput) ToEdifactAgreementContentResponsePtrOutputWithContext

func (o EdifactAgreementContentResponsePtrOutput) ToEdifactAgreementContentResponsePtrOutputWithContext(ctx context.Context) EdifactAgreementContentResponsePtrOutput

type EdifactCharacterSet added in v0.3.1

type EdifactCharacterSet pulumi.String

The EDIFACT frame setting characterSet.

func (EdifactCharacterSet) ElementType added in v0.3.1

func (EdifactCharacterSet) ElementType() reflect.Type

func (EdifactCharacterSet) ToStringOutput added in v0.3.1

func (e EdifactCharacterSet) ToStringOutput() pulumi.StringOutput

func (EdifactCharacterSet) ToStringOutputWithContext added in v0.3.1

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

func (EdifactCharacterSet) ToStringPtrOutput added in v0.3.1

func (e EdifactCharacterSet) ToStringPtrOutput() pulumi.StringPtrOutput

func (EdifactCharacterSet) ToStringPtrOutputWithContext added in v0.3.1

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

type EdifactDecimalIndicator added in v0.3.1

type EdifactDecimalIndicator pulumi.String

The EDIFACT frame setting decimal indicator.

func (EdifactDecimalIndicator) ElementType added in v0.3.1

func (EdifactDecimalIndicator) ElementType() reflect.Type

func (EdifactDecimalIndicator) ToStringOutput added in v0.3.1

func (e EdifactDecimalIndicator) ToStringOutput() pulumi.StringOutput

func (EdifactDecimalIndicator) ToStringOutputWithContext added in v0.3.1

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

func (EdifactDecimalIndicator) ToStringPtrOutput added in v0.3.1

func (e EdifactDecimalIndicator) ToStringPtrOutput() pulumi.StringPtrOutput

func (EdifactDecimalIndicator) ToStringPtrOutputWithContext added in v0.3.1

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

type EdifactDelimiterOverride

type EdifactDelimiterOverride struct {
	// The component separator.
	ComponentSeparator int `pulumi:"componentSeparator"`
	// The data element separator.
	DataElementSeparator int `pulumi:"dataElementSeparator"`
	// The decimal point indicator.
	DecimalPointIndicator string `pulumi:"decimalPointIndicator"`
	// The message association assigned code.
	MessageAssociationAssignedCode *string `pulumi:"messageAssociationAssignedCode"`
	// The message id.
	MessageId *string `pulumi:"messageId"`
	// The message release.
	MessageRelease *string `pulumi:"messageRelease"`
	// The message version.
	MessageVersion *string `pulumi:"messageVersion"`
	// The release indicator.
	ReleaseIndicator int `pulumi:"releaseIndicator"`
	// The repetition separator.
	RepetitionSeparator int `pulumi:"repetitionSeparator"`
	// The segment terminator.
	SegmentTerminator int `pulumi:"segmentTerminator"`
	// The segment terminator suffix.
	SegmentTerminatorSuffix string `pulumi:"segmentTerminatorSuffix"`
	// The target namespace on which this delimiter settings has to be applied.
	TargetNamespace *string `pulumi:"targetNamespace"`
}

The Edifact delimiter override settings.

type EdifactDelimiterOverrideArgs

type EdifactDelimiterOverrideArgs struct {
	// The component separator.
	ComponentSeparator pulumi.IntInput `pulumi:"componentSeparator"`
	// The data element separator.
	DataElementSeparator pulumi.IntInput `pulumi:"dataElementSeparator"`
	// The decimal point indicator.
	DecimalPointIndicator EdifactDecimalIndicator `pulumi:"decimalPointIndicator"`
	// The message association assigned code.
	MessageAssociationAssignedCode pulumi.StringPtrInput `pulumi:"messageAssociationAssignedCode"`
	// The message id.
	MessageId pulumi.StringPtrInput `pulumi:"messageId"`
	// The message release.
	MessageRelease pulumi.StringPtrInput `pulumi:"messageRelease"`
	// The message version.
	MessageVersion pulumi.StringPtrInput `pulumi:"messageVersion"`
	// The release indicator.
	ReleaseIndicator pulumi.IntInput `pulumi:"releaseIndicator"`
	// The repetition separator.
	RepetitionSeparator pulumi.IntInput `pulumi:"repetitionSeparator"`
	// The segment terminator.
	SegmentTerminator pulumi.IntInput `pulumi:"segmentTerminator"`
	// The segment terminator suffix.
	SegmentTerminatorSuffix SegmentTerminatorSuffix `pulumi:"segmentTerminatorSuffix"`
	// The target namespace on which this delimiter settings has to be applied.
	TargetNamespace pulumi.StringPtrInput `pulumi:"targetNamespace"`
}

The Edifact delimiter override settings.

func (EdifactDelimiterOverrideArgs) ElementType

func (EdifactDelimiterOverrideArgs) ToEdifactDelimiterOverrideOutput

func (i EdifactDelimiterOverrideArgs) ToEdifactDelimiterOverrideOutput() EdifactDelimiterOverrideOutput

func (EdifactDelimiterOverrideArgs) ToEdifactDelimiterOverrideOutputWithContext

func (i EdifactDelimiterOverrideArgs) ToEdifactDelimiterOverrideOutputWithContext(ctx context.Context) EdifactDelimiterOverrideOutput

type EdifactDelimiterOverrideArray

type EdifactDelimiterOverrideArray []EdifactDelimiterOverrideInput

func (EdifactDelimiterOverrideArray) ElementType

func (EdifactDelimiterOverrideArray) ToEdifactDelimiterOverrideArrayOutput

func (i EdifactDelimiterOverrideArray) ToEdifactDelimiterOverrideArrayOutput() EdifactDelimiterOverrideArrayOutput

func (EdifactDelimiterOverrideArray) ToEdifactDelimiterOverrideArrayOutputWithContext

func (i EdifactDelimiterOverrideArray) ToEdifactDelimiterOverrideArrayOutputWithContext(ctx context.Context) EdifactDelimiterOverrideArrayOutput

type EdifactDelimiterOverrideArrayInput

type EdifactDelimiterOverrideArrayInput interface {
	pulumi.Input

	ToEdifactDelimiterOverrideArrayOutput() EdifactDelimiterOverrideArrayOutput
	ToEdifactDelimiterOverrideArrayOutputWithContext(context.Context) EdifactDelimiterOverrideArrayOutput
}

EdifactDelimiterOverrideArrayInput is an input type that accepts EdifactDelimiterOverrideArray and EdifactDelimiterOverrideArrayOutput values. You can construct a concrete instance of `EdifactDelimiterOverrideArrayInput` via:

EdifactDelimiterOverrideArray{ EdifactDelimiterOverrideArgs{...} }

type EdifactDelimiterOverrideArrayOutput

type EdifactDelimiterOverrideArrayOutput struct{ *pulumi.OutputState }

func (EdifactDelimiterOverrideArrayOutput) ElementType

func (EdifactDelimiterOverrideArrayOutput) Index

func (EdifactDelimiterOverrideArrayOutput) ToEdifactDelimiterOverrideArrayOutput

func (o EdifactDelimiterOverrideArrayOutput) ToEdifactDelimiterOverrideArrayOutput() EdifactDelimiterOverrideArrayOutput

func (EdifactDelimiterOverrideArrayOutput) ToEdifactDelimiterOverrideArrayOutputWithContext

func (o EdifactDelimiterOverrideArrayOutput) ToEdifactDelimiterOverrideArrayOutputWithContext(ctx context.Context) EdifactDelimiterOverrideArrayOutput

type EdifactDelimiterOverrideInput

type EdifactDelimiterOverrideInput interface {
	pulumi.Input

	ToEdifactDelimiterOverrideOutput() EdifactDelimiterOverrideOutput
	ToEdifactDelimiterOverrideOutputWithContext(context.Context) EdifactDelimiterOverrideOutput
}

EdifactDelimiterOverrideInput is an input type that accepts EdifactDelimiterOverrideArgs and EdifactDelimiterOverrideOutput values. You can construct a concrete instance of `EdifactDelimiterOverrideInput` via:

EdifactDelimiterOverrideArgs{...}

type EdifactDelimiterOverrideOutput

type EdifactDelimiterOverrideOutput struct{ *pulumi.OutputState }

The Edifact delimiter override settings.

func (EdifactDelimiterOverrideOutput) ComponentSeparator

func (o EdifactDelimiterOverrideOutput) ComponentSeparator() pulumi.IntOutput

The component separator.

func (EdifactDelimiterOverrideOutput) DataElementSeparator

func (o EdifactDelimiterOverrideOutput) DataElementSeparator() pulumi.IntOutput

The data element separator.

func (EdifactDelimiterOverrideOutput) DecimalPointIndicator

func (o EdifactDelimiterOverrideOutput) DecimalPointIndicator() pulumi.StringOutput

The decimal point indicator.

func (EdifactDelimiterOverrideOutput) ElementType

func (EdifactDelimiterOverrideOutput) MessageAssociationAssignedCode

func (o EdifactDelimiterOverrideOutput) MessageAssociationAssignedCode() pulumi.StringPtrOutput

The message association assigned code.

func (EdifactDelimiterOverrideOutput) MessageId

The message id.

func (EdifactDelimiterOverrideOutput) MessageRelease

The message release.

func (EdifactDelimiterOverrideOutput) MessageVersion

The message version.

func (EdifactDelimiterOverrideOutput) ReleaseIndicator

func (o EdifactDelimiterOverrideOutput) ReleaseIndicator() pulumi.IntOutput

The release indicator.

func (EdifactDelimiterOverrideOutput) RepetitionSeparator

func (o EdifactDelimiterOverrideOutput) RepetitionSeparator() pulumi.IntOutput

The repetition separator.

func (EdifactDelimiterOverrideOutput) SegmentTerminator

func (o EdifactDelimiterOverrideOutput) SegmentTerminator() pulumi.IntOutput

The segment terminator.

func (EdifactDelimiterOverrideOutput) SegmentTerminatorSuffix

func (o EdifactDelimiterOverrideOutput) SegmentTerminatorSuffix() pulumi.StringOutput

The segment terminator suffix.

func (EdifactDelimiterOverrideOutput) TargetNamespace

The target namespace on which this delimiter settings has to be applied.

func (EdifactDelimiterOverrideOutput) ToEdifactDelimiterOverrideOutput

func (o EdifactDelimiterOverrideOutput) ToEdifactDelimiterOverrideOutput() EdifactDelimiterOverrideOutput

func (EdifactDelimiterOverrideOutput) ToEdifactDelimiterOverrideOutputWithContext

func (o EdifactDelimiterOverrideOutput) ToEdifactDelimiterOverrideOutputWithContext(ctx context.Context) EdifactDelimiterOverrideOutput

type EdifactDelimiterOverrideResponse

type EdifactDelimiterOverrideResponse struct {
	// The component separator.
	ComponentSeparator int `pulumi:"componentSeparator"`
	// The data element separator.
	DataElementSeparator int `pulumi:"dataElementSeparator"`
	// The decimal point indicator.
	DecimalPointIndicator string `pulumi:"decimalPointIndicator"`
	// The message association assigned code.
	MessageAssociationAssignedCode *string `pulumi:"messageAssociationAssignedCode"`
	// The message id.
	MessageId *string `pulumi:"messageId"`
	// The message release.
	MessageRelease *string `pulumi:"messageRelease"`
	// The message version.
	MessageVersion *string `pulumi:"messageVersion"`
	// The release indicator.
	ReleaseIndicator int `pulumi:"releaseIndicator"`
	// The repetition separator.
	RepetitionSeparator int `pulumi:"repetitionSeparator"`
	// The segment terminator.
	SegmentTerminator int `pulumi:"segmentTerminator"`
	// The segment terminator suffix.
	SegmentTerminatorSuffix string `pulumi:"segmentTerminatorSuffix"`
	// The target namespace on which this delimiter settings has to be applied.
	TargetNamespace *string `pulumi:"targetNamespace"`
}

The Edifact delimiter override settings.

type EdifactDelimiterOverrideResponseArgs

type EdifactDelimiterOverrideResponseArgs struct {
	// The component separator.
	ComponentSeparator pulumi.IntInput `pulumi:"componentSeparator"`
	// The data element separator.
	DataElementSeparator pulumi.IntInput `pulumi:"dataElementSeparator"`
	// The decimal point indicator.
	DecimalPointIndicator pulumi.StringInput `pulumi:"decimalPointIndicator"`
	// The message association assigned code.
	MessageAssociationAssignedCode pulumi.StringPtrInput `pulumi:"messageAssociationAssignedCode"`
	// The message id.
	MessageId pulumi.StringPtrInput `pulumi:"messageId"`
	// The message release.
	MessageRelease pulumi.StringPtrInput `pulumi:"messageRelease"`
	// The message version.
	MessageVersion pulumi.StringPtrInput `pulumi:"messageVersion"`
	// The release indicator.
	ReleaseIndicator pulumi.IntInput `pulumi:"releaseIndicator"`
	// The repetition separator.
	RepetitionSeparator pulumi.IntInput `pulumi:"repetitionSeparator"`
	// The segment terminator.
	SegmentTerminator pulumi.IntInput `pulumi:"segmentTerminator"`
	// The segment terminator suffix.
	SegmentTerminatorSuffix pulumi.StringInput `pulumi:"segmentTerminatorSuffix"`
	// The target namespace on which this delimiter settings has to be applied.
	TargetNamespace pulumi.StringPtrInput `pulumi:"targetNamespace"`
}

The Edifact delimiter override settings.

func (EdifactDelimiterOverrideResponseArgs) ElementType

func (EdifactDelimiterOverrideResponseArgs) ToEdifactDelimiterOverrideResponseOutput

func (i EdifactDelimiterOverrideResponseArgs) ToEdifactDelimiterOverrideResponseOutput() EdifactDelimiterOverrideResponseOutput

func (EdifactDelimiterOverrideResponseArgs) ToEdifactDelimiterOverrideResponseOutputWithContext

func (i EdifactDelimiterOverrideResponseArgs) ToEdifactDelimiterOverrideResponseOutputWithContext(ctx context.Context) EdifactDelimiterOverrideResponseOutput

type EdifactDelimiterOverrideResponseArray

type EdifactDelimiterOverrideResponseArray []EdifactDelimiterOverrideResponseInput

func (EdifactDelimiterOverrideResponseArray) ElementType

func (EdifactDelimiterOverrideResponseArray) ToEdifactDelimiterOverrideResponseArrayOutput

func (i EdifactDelimiterOverrideResponseArray) ToEdifactDelimiterOverrideResponseArrayOutput() EdifactDelimiterOverrideResponseArrayOutput

func (EdifactDelimiterOverrideResponseArray) ToEdifactDelimiterOverrideResponseArrayOutputWithContext

func (i EdifactDelimiterOverrideResponseArray) ToEdifactDelimiterOverrideResponseArrayOutputWithContext(ctx context.Context) EdifactDelimiterOverrideResponseArrayOutput

type EdifactDelimiterOverrideResponseArrayInput

type EdifactDelimiterOverrideResponseArrayInput interface {
	pulumi.Input

	ToEdifactDelimiterOverrideResponseArrayOutput() EdifactDelimiterOverrideResponseArrayOutput
	ToEdifactDelimiterOverrideResponseArrayOutputWithContext(context.Context) EdifactDelimiterOverrideResponseArrayOutput
}

EdifactDelimiterOverrideResponseArrayInput is an input type that accepts EdifactDelimiterOverrideResponseArray and EdifactDelimiterOverrideResponseArrayOutput values. You can construct a concrete instance of `EdifactDelimiterOverrideResponseArrayInput` via:

EdifactDelimiterOverrideResponseArray{ EdifactDelimiterOverrideResponseArgs{...} }

type EdifactDelimiterOverrideResponseArrayOutput

type EdifactDelimiterOverrideResponseArrayOutput struct{ *pulumi.OutputState }

func (EdifactDelimiterOverrideResponseArrayOutput) ElementType

func (EdifactDelimiterOverrideResponseArrayOutput) Index

func (EdifactDelimiterOverrideResponseArrayOutput) ToEdifactDelimiterOverrideResponseArrayOutput

func (o EdifactDelimiterOverrideResponseArrayOutput) ToEdifactDelimiterOverrideResponseArrayOutput() EdifactDelimiterOverrideResponseArrayOutput

func (EdifactDelimiterOverrideResponseArrayOutput) ToEdifactDelimiterOverrideResponseArrayOutputWithContext

func (o EdifactDelimiterOverrideResponseArrayOutput) ToEdifactDelimiterOverrideResponseArrayOutputWithContext(ctx context.Context) EdifactDelimiterOverrideResponseArrayOutput

type EdifactDelimiterOverrideResponseInput

type EdifactDelimiterOverrideResponseInput interface {
	pulumi.Input

	ToEdifactDelimiterOverrideResponseOutput() EdifactDelimiterOverrideResponseOutput
	ToEdifactDelimiterOverrideResponseOutputWithContext(context.Context) EdifactDelimiterOverrideResponseOutput
}

EdifactDelimiterOverrideResponseInput is an input type that accepts EdifactDelimiterOverrideResponseArgs and EdifactDelimiterOverrideResponseOutput values. You can construct a concrete instance of `EdifactDelimiterOverrideResponseInput` via:

EdifactDelimiterOverrideResponseArgs{...}

type EdifactDelimiterOverrideResponseOutput

type EdifactDelimiterOverrideResponseOutput struct{ *pulumi.OutputState }

The Edifact delimiter override settings.

func (EdifactDelimiterOverrideResponseOutput) ComponentSeparator

The component separator.

func (EdifactDelimiterOverrideResponseOutput) DataElementSeparator

func (o EdifactDelimiterOverrideResponseOutput) DataElementSeparator() pulumi.IntOutput

The data element separator.

func (EdifactDelimiterOverrideResponseOutput) DecimalPointIndicator

The decimal point indicator.

func (EdifactDelimiterOverrideResponseOutput) ElementType

func (EdifactDelimiterOverrideResponseOutput) MessageAssociationAssignedCode

func (o EdifactDelimiterOverrideResponseOutput) MessageAssociationAssignedCode() pulumi.StringPtrOutput

The message association assigned code.

func (EdifactDelimiterOverrideResponseOutput) MessageId

The message id.

func (EdifactDelimiterOverrideResponseOutput) MessageRelease

The message release.

func (EdifactDelimiterOverrideResponseOutput) MessageVersion

The message version.

func (EdifactDelimiterOverrideResponseOutput) ReleaseIndicator

The release indicator.

func (EdifactDelimiterOverrideResponseOutput) RepetitionSeparator

The repetition separator.

func (EdifactDelimiterOverrideResponseOutput) SegmentTerminator

The segment terminator.

func (EdifactDelimiterOverrideResponseOutput) SegmentTerminatorSuffix

func (o EdifactDelimiterOverrideResponseOutput) SegmentTerminatorSuffix() pulumi.StringOutput

The segment terminator suffix.

func (EdifactDelimiterOverrideResponseOutput) TargetNamespace

The target namespace on which this delimiter settings has to be applied.

func (EdifactDelimiterOverrideResponseOutput) ToEdifactDelimiterOverrideResponseOutput

func (o EdifactDelimiterOverrideResponseOutput) ToEdifactDelimiterOverrideResponseOutput() EdifactDelimiterOverrideResponseOutput

func (EdifactDelimiterOverrideResponseOutput) ToEdifactDelimiterOverrideResponseOutputWithContext

func (o EdifactDelimiterOverrideResponseOutput) ToEdifactDelimiterOverrideResponseOutputWithContext(ctx context.Context) EdifactDelimiterOverrideResponseOutput

type EdifactEnvelopeOverride

type EdifactEnvelopeOverride struct {
	// The application password.
	ApplicationPassword *string `pulumi:"applicationPassword"`
	// The association assigned code.
	AssociationAssignedCode *string `pulumi:"associationAssignedCode"`
	// The controlling agency code.
	ControllingAgencyCode *string `pulumi:"controllingAgencyCode"`
	// The functional group id.
	FunctionalGroupId *string `pulumi:"functionalGroupId"`
	// The group header message release.
	GroupHeaderMessageRelease *string `pulumi:"groupHeaderMessageRelease"`
	// The group header message version.
	GroupHeaderMessageVersion *string `pulumi:"groupHeaderMessageVersion"`
	// The message association assigned code.
	MessageAssociationAssignedCode *string `pulumi:"messageAssociationAssignedCode"`
	// The message id on which this envelope settings has to be applied.
	MessageId *string `pulumi:"messageId"`
	// The message release version on which this envelope settings has to be applied.
	MessageRelease *string `pulumi:"messageRelease"`
	// The message version on which this envelope settings has to be applied.
	MessageVersion *string `pulumi:"messageVersion"`
	// The receiver application id.
	ReceiverApplicationId *string `pulumi:"receiverApplicationId"`
	// The receiver application qualifier.
	ReceiverApplicationQualifier *string `pulumi:"receiverApplicationQualifier"`
	// The sender application id.
	SenderApplicationId *string `pulumi:"senderApplicationId"`
	// The sender application qualifier.
	SenderApplicationQualifier *string `pulumi:"senderApplicationQualifier"`
	// The target namespace on which this envelope settings has to be applied.
	TargetNamespace *string `pulumi:"targetNamespace"`
}

The Edifact envelope override settings.

type EdifactEnvelopeOverrideArgs

type EdifactEnvelopeOverrideArgs struct {
	// The application password.
	ApplicationPassword pulumi.StringPtrInput `pulumi:"applicationPassword"`
	// The association assigned code.
	AssociationAssignedCode pulumi.StringPtrInput `pulumi:"associationAssignedCode"`
	// The controlling agency code.
	ControllingAgencyCode pulumi.StringPtrInput `pulumi:"controllingAgencyCode"`
	// The functional group id.
	FunctionalGroupId pulumi.StringPtrInput `pulumi:"functionalGroupId"`
	// The group header message release.
	GroupHeaderMessageRelease pulumi.StringPtrInput `pulumi:"groupHeaderMessageRelease"`
	// The group header message version.
	GroupHeaderMessageVersion pulumi.StringPtrInput `pulumi:"groupHeaderMessageVersion"`
	// The message association assigned code.
	MessageAssociationAssignedCode pulumi.StringPtrInput `pulumi:"messageAssociationAssignedCode"`
	// The message id on which this envelope settings has to be applied.
	MessageId pulumi.StringPtrInput `pulumi:"messageId"`
	// The message release version on which this envelope settings has to be applied.
	MessageRelease pulumi.StringPtrInput `pulumi:"messageRelease"`
	// The message version on which this envelope settings has to be applied.
	MessageVersion pulumi.StringPtrInput `pulumi:"messageVersion"`
	// The receiver application id.
	ReceiverApplicationId pulumi.StringPtrInput `pulumi:"receiverApplicationId"`
	// The receiver application qualifier.
	ReceiverApplicationQualifier pulumi.StringPtrInput `pulumi:"receiverApplicationQualifier"`
	// The sender application id.
	SenderApplicationId pulumi.StringPtrInput `pulumi:"senderApplicationId"`
	// The sender application qualifier.
	SenderApplicationQualifier pulumi.StringPtrInput `pulumi:"senderApplicationQualifier"`
	// The target namespace on which this envelope settings has to be applied.
	TargetNamespace pulumi.StringPtrInput `pulumi:"targetNamespace"`
}

The Edifact envelope override settings.

func (EdifactEnvelopeOverrideArgs) ElementType

func (EdifactEnvelopeOverrideArgs) ToEdifactEnvelopeOverrideOutput

func (i EdifactEnvelopeOverrideArgs) ToEdifactEnvelopeOverrideOutput() EdifactEnvelopeOverrideOutput

func (EdifactEnvelopeOverrideArgs) ToEdifactEnvelopeOverrideOutputWithContext

func (i EdifactEnvelopeOverrideArgs) ToEdifactEnvelopeOverrideOutputWithContext(ctx context.Context) EdifactEnvelopeOverrideOutput

type EdifactEnvelopeOverrideArray

type EdifactEnvelopeOverrideArray []EdifactEnvelopeOverrideInput

func (EdifactEnvelopeOverrideArray) ElementType

func (EdifactEnvelopeOverrideArray) ToEdifactEnvelopeOverrideArrayOutput

func (i EdifactEnvelopeOverrideArray) ToEdifactEnvelopeOverrideArrayOutput() EdifactEnvelopeOverrideArrayOutput

func (EdifactEnvelopeOverrideArray) ToEdifactEnvelopeOverrideArrayOutputWithContext

func (i EdifactEnvelopeOverrideArray) ToEdifactEnvelopeOverrideArrayOutputWithContext(ctx context.Context) EdifactEnvelopeOverrideArrayOutput

type EdifactEnvelopeOverrideArrayInput

type EdifactEnvelopeOverrideArrayInput interface {
	pulumi.Input

	ToEdifactEnvelopeOverrideArrayOutput() EdifactEnvelopeOverrideArrayOutput
	ToEdifactEnvelopeOverrideArrayOutputWithContext(context.Context) EdifactEnvelopeOverrideArrayOutput
}

EdifactEnvelopeOverrideArrayInput is an input type that accepts EdifactEnvelopeOverrideArray and EdifactEnvelopeOverrideArrayOutput values. You can construct a concrete instance of `EdifactEnvelopeOverrideArrayInput` via:

EdifactEnvelopeOverrideArray{ EdifactEnvelopeOverrideArgs{...} }

type EdifactEnvelopeOverrideArrayOutput

type EdifactEnvelopeOverrideArrayOutput struct{ *pulumi.OutputState }

func (EdifactEnvelopeOverrideArrayOutput) ElementType

func (EdifactEnvelopeOverrideArrayOutput) Index

func (EdifactEnvelopeOverrideArrayOutput) ToEdifactEnvelopeOverrideArrayOutput

func (o EdifactEnvelopeOverrideArrayOutput) ToEdifactEnvelopeOverrideArrayOutput() EdifactEnvelopeOverrideArrayOutput

func (EdifactEnvelopeOverrideArrayOutput) ToEdifactEnvelopeOverrideArrayOutputWithContext

func (o EdifactEnvelopeOverrideArrayOutput) ToEdifactEnvelopeOverrideArrayOutputWithContext(ctx context.Context) EdifactEnvelopeOverrideArrayOutput

type EdifactEnvelopeOverrideInput

type EdifactEnvelopeOverrideInput interface {
	pulumi.Input

	ToEdifactEnvelopeOverrideOutput() EdifactEnvelopeOverrideOutput
	ToEdifactEnvelopeOverrideOutputWithContext(context.Context) EdifactEnvelopeOverrideOutput
}

EdifactEnvelopeOverrideInput is an input type that accepts EdifactEnvelopeOverrideArgs and EdifactEnvelopeOverrideOutput values. You can construct a concrete instance of `EdifactEnvelopeOverrideInput` via:

EdifactEnvelopeOverrideArgs{...}

type EdifactEnvelopeOverrideOutput

type EdifactEnvelopeOverrideOutput struct{ *pulumi.OutputState }

The Edifact envelope override settings.

func (EdifactEnvelopeOverrideOutput) ApplicationPassword

func (o EdifactEnvelopeOverrideOutput) ApplicationPassword() pulumi.StringPtrOutput

The application password.

func (EdifactEnvelopeOverrideOutput) AssociationAssignedCode

func (o EdifactEnvelopeOverrideOutput) AssociationAssignedCode() pulumi.StringPtrOutput

The association assigned code.

func (EdifactEnvelopeOverrideOutput) ControllingAgencyCode

func (o EdifactEnvelopeOverrideOutput) ControllingAgencyCode() pulumi.StringPtrOutput

The controlling agency code.

func (EdifactEnvelopeOverrideOutput) ElementType

func (EdifactEnvelopeOverrideOutput) FunctionalGroupId

The functional group id.

func (EdifactEnvelopeOverrideOutput) GroupHeaderMessageRelease

func (o EdifactEnvelopeOverrideOutput) GroupHeaderMessageRelease() pulumi.StringPtrOutput

The group header message release.

func (EdifactEnvelopeOverrideOutput) GroupHeaderMessageVersion

func (o EdifactEnvelopeOverrideOutput) GroupHeaderMessageVersion() pulumi.StringPtrOutput

The group header message version.

func (EdifactEnvelopeOverrideOutput) MessageAssociationAssignedCode

func (o EdifactEnvelopeOverrideOutput) MessageAssociationAssignedCode() pulumi.StringPtrOutput

The message association assigned code.

func (EdifactEnvelopeOverrideOutput) MessageId

The message id on which this envelope settings has to be applied.

func (EdifactEnvelopeOverrideOutput) MessageRelease

The message release version on which this envelope settings has to be applied.

func (EdifactEnvelopeOverrideOutput) MessageVersion

The message version on which this envelope settings has to be applied.

func (EdifactEnvelopeOverrideOutput) ReceiverApplicationId

func (o EdifactEnvelopeOverrideOutput) ReceiverApplicationId() pulumi.StringPtrOutput

The receiver application id.

func (EdifactEnvelopeOverrideOutput) ReceiverApplicationQualifier

func (o EdifactEnvelopeOverrideOutput) ReceiverApplicationQualifier() pulumi.StringPtrOutput

The receiver application qualifier.

func (EdifactEnvelopeOverrideOutput) SenderApplicationId

func (o EdifactEnvelopeOverrideOutput) SenderApplicationId() pulumi.StringPtrOutput

The sender application id.

func (EdifactEnvelopeOverrideOutput) SenderApplicationQualifier

func (o EdifactEnvelopeOverrideOutput) SenderApplicationQualifier() pulumi.StringPtrOutput

The sender application qualifier.

func (EdifactEnvelopeOverrideOutput) TargetNamespace

The target namespace on which this envelope settings has to be applied.

func (EdifactEnvelopeOverrideOutput) ToEdifactEnvelopeOverrideOutput

func (o EdifactEnvelopeOverrideOutput) ToEdifactEnvelopeOverrideOutput() EdifactEnvelopeOverrideOutput

func (EdifactEnvelopeOverrideOutput) ToEdifactEnvelopeOverrideOutputWithContext

func (o EdifactEnvelopeOverrideOutput) ToEdifactEnvelopeOverrideOutputWithContext(ctx context.Context) EdifactEnvelopeOverrideOutput

type EdifactEnvelopeOverrideResponse

type EdifactEnvelopeOverrideResponse struct {
	// The application password.
	ApplicationPassword *string `pulumi:"applicationPassword"`
	// The association assigned code.
	AssociationAssignedCode *string `pulumi:"associationAssignedCode"`
	// The controlling agency code.
	ControllingAgencyCode *string `pulumi:"controllingAgencyCode"`
	// The functional group id.
	FunctionalGroupId *string `pulumi:"functionalGroupId"`
	// The group header message release.
	GroupHeaderMessageRelease *string `pulumi:"groupHeaderMessageRelease"`
	// The group header message version.
	GroupHeaderMessageVersion *string `pulumi:"groupHeaderMessageVersion"`
	// The message association assigned code.
	MessageAssociationAssignedCode *string `pulumi:"messageAssociationAssignedCode"`
	// The message id on which this envelope settings has to be applied.
	MessageId *string `pulumi:"messageId"`
	// The message release version on which this envelope settings has to be applied.
	MessageRelease *string `pulumi:"messageRelease"`
	// The message version on which this envelope settings has to be applied.
	MessageVersion *string `pulumi:"messageVersion"`
	// The receiver application id.
	ReceiverApplicationId *string `pulumi:"receiverApplicationId"`
	// The receiver application qualifier.
	ReceiverApplicationQualifier *string `pulumi:"receiverApplicationQualifier"`
	// The sender application id.
	SenderApplicationId *string `pulumi:"senderApplicationId"`
	// The sender application qualifier.
	SenderApplicationQualifier *string `pulumi:"senderApplicationQualifier"`
	// The target namespace on which this envelope settings has to be applied.
	TargetNamespace *string `pulumi:"targetNamespace"`
}

The Edifact envelope override settings.

type EdifactEnvelopeOverrideResponseArgs

type EdifactEnvelopeOverrideResponseArgs struct {
	// The application password.
	ApplicationPassword pulumi.StringPtrInput `pulumi:"applicationPassword"`
	// The association assigned code.
	AssociationAssignedCode pulumi.StringPtrInput `pulumi:"associationAssignedCode"`
	// The controlling agency code.
	ControllingAgencyCode pulumi.StringPtrInput `pulumi:"controllingAgencyCode"`
	// The functional group id.
	FunctionalGroupId pulumi.StringPtrInput `pulumi:"functionalGroupId"`
	// The group header message release.
	GroupHeaderMessageRelease pulumi.StringPtrInput `pulumi:"groupHeaderMessageRelease"`
	// The group header message version.
	GroupHeaderMessageVersion pulumi.StringPtrInput `pulumi:"groupHeaderMessageVersion"`
	// The message association assigned code.
	MessageAssociationAssignedCode pulumi.StringPtrInput `pulumi:"messageAssociationAssignedCode"`
	// The message id on which this envelope settings has to be applied.
	MessageId pulumi.StringPtrInput `pulumi:"messageId"`
	// The message release version on which this envelope settings has to be applied.
	MessageRelease pulumi.StringPtrInput `pulumi:"messageRelease"`
	// The message version on which this envelope settings has to be applied.
	MessageVersion pulumi.StringPtrInput `pulumi:"messageVersion"`
	// The receiver application id.
	ReceiverApplicationId pulumi.StringPtrInput `pulumi:"receiverApplicationId"`
	// The receiver application qualifier.
	ReceiverApplicationQualifier pulumi.StringPtrInput `pulumi:"receiverApplicationQualifier"`
	// The sender application id.
	SenderApplicationId pulumi.StringPtrInput `pulumi:"senderApplicationId"`
	// The sender application qualifier.
	SenderApplicationQualifier pulumi.StringPtrInput `pulumi:"senderApplicationQualifier"`
	// The target namespace on which this envelope settings has to be applied.
	TargetNamespace pulumi.StringPtrInput `pulumi:"targetNamespace"`
}

The Edifact envelope override settings.

func (EdifactEnvelopeOverrideResponseArgs) ElementType

func (EdifactEnvelopeOverrideResponseArgs) ToEdifactEnvelopeOverrideResponseOutput

func (i EdifactEnvelopeOverrideResponseArgs) ToEdifactEnvelopeOverrideResponseOutput() EdifactEnvelopeOverrideResponseOutput

func (EdifactEnvelopeOverrideResponseArgs) ToEdifactEnvelopeOverrideResponseOutputWithContext

func (i EdifactEnvelopeOverrideResponseArgs) ToEdifactEnvelopeOverrideResponseOutputWithContext(ctx context.Context) EdifactEnvelopeOverrideResponseOutput

type EdifactEnvelopeOverrideResponseArray

type EdifactEnvelopeOverrideResponseArray []EdifactEnvelopeOverrideResponseInput

func (EdifactEnvelopeOverrideResponseArray) ElementType

func (EdifactEnvelopeOverrideResponseArray) ToEdifactEnvelopeOverrideResponseArrayOutput

func (i EdifactEnvelopeOverrideResponseArray) ToEdifactEnvelopeOverrideResponseArrayOutput() EdifactEnvelopeOverrideResponseArrayOutput

func (EdifactEnvelopeOverrideResponseArray) ToEdifactEnvelopeOverrideResponseArrayOutputWithContext

func (i EdifactEnvelopeOverrideResponseArray) ToEdifactEnvelopeOverrideResponseArrayOutputWithContext(ctx context.Context) EdifactEnvelopeOverrideResponseArrayOutput

type EdifactEnvelopeOverrideResponseArrayInput

type EdifactEnvelopeOverrideResponseArrayInput interface {
	pulumi.Input

	ToEdifactEnvelopeOverrideResponseArrayOutput() EdifactEnvelopeOverrideResponseArrayOutput
	ToEdifactEnvelopeOverrideResponseArrayOutputWithContext(context.Context) EdifactEnvelopeOverrideResponseArrayOutput
}

EdifactEnvelopeOverrideResponseArrayInput is an input type that accepts EdifactEnvelopeOverrideResponseArray and EdifactEnvelopeOverrideResponseArrayOutput values. You can construct a concrete instance of `EdifactEnvelopeOverrideResponseArrayInput` via:

EdifactEnvelopeOverrideResponseArray{ EdifactEnvelopeOverrideResponseArgs{...} }

type EdifactEnvelopeOverrideResponseArrayOutput

type EdifactEnvelopeOverrideResponseArrayOutput struct{ *pulumi.OutputState }

func (EdifactEnvelopeOverrideResponseArrayOutput) ElementType

func (EdifactEnvelopeOverrideResponseArrayOutput) Index

func (EdifactEnvelopeOverrideResponseArrayOutput) ToEdifactEnvelopeOverrideResponseArrayOutput

func (o EdifactEnvelopeOverrideResponseArrayOutput) ToEdifactEnvelopeOverrideResponseArrayOutput() EdifactEnvelopeOverrideResponseArrayOutput

func (EdifactEnvelopeOverrideResponseArrayOutput) ToEdifactEnvelopeOverrideResponseArrayOutputWithContext

func (o EdifactEnvelopeOverrideResponseArrayOutput) ToEdifactEnvelopeOverrideResponseArrayOutputWithContext(ctx context.Context) EdifactEnvelopeOverrideResponseArrayOutput

type EdifactEnvelopeOverrideResponseInput

type EdifactEnvelopeOverrideResponseInput interface {
	pulumi.Input

	ToEdifactEnvelopeOverrideResponseOutput() EdifactEnvelopeOverrideResponseOutput
	ToEdifactEnvelopeOverrideResponseOutputWithContext(context.Context) EdifactEnvelopeOverrideResponseOutput
}

EdifactEnvelopeOverrideResponseInput is an input type that accepts EdifactEnvelopeOverrideResponseArgs and EdifactEnvelopeOverrideResponseOutput values. You can construct a concrete instance of `EdifactEnvelopeOverrideResponseInput` via:

EdifactEnvelopeOverrideResponseArgs{...}

type EdifactEnvelopeOverrideResponseOutput

type EdifactEnvelopeOverrideResponseOutput struct{ *pulumi.OutputState }

The Edifact envelope override settings.

func (EdifactEnvelopeOverrideResponseOutput) ApplicationPassword

The application password.

func (EdifactEnvelopeOverrideResponseOutput) AssociationAssignedCode

func (o EdifactEnvelopeOverrideResponseOutput) AssociationAssignedCode() pulumi.StringPtrOutput

The association assigned code.

func (EdifactEnvelopeOverrideResponseOutput) ControllingAgencyCode

The controlling agency code.

func (EdifactEnvelopeOverrideResponseOutput) ElementType

func (EdifactEnvelopeOverrideResponseOutput) FunctionalGroupId

The functional group id.

func (EdifactEnvelopeOverrideResponseOutput) GroupHeaderMessageRelease

func (o EdifactEnvelopeOverrideResponseOutput) GroupHeaderMessageRelease() pulumi.StringPtrOutput

The group header message release.

func (EdifactEnvelopeOverrideResponseOutput) GroupHeaderMessageVersion

func (o EdifactEnvelopeOverrideResponseOutput) GroupHeaderMessageVersion() pulumi.StringPtrOutput

The group header message version.

func (EdifactEnvelopeOverrideResponseOutput) MessageAssociationAssignedCode

func (o EdifactEnvelopeOverrideResponseOutput) MessageAssociationAssignedCode() pulumi.StringPtrOutput

The message association assigned code.

func (EdifactEnvelopeOverrideResponseOutput) MessageId

The message id on which this envelope settings has to be applied.

func (EdifactEnvelopeOverrideResponseOutput) MessageRelease

The message release version on which this envelope settings has to be applied.

func (EdifactEnvelopeOverrideResponseOutput) MessageVersion

The message version on which this envelope settings has to be applied.

func (EdifactEnvelopeOverrideResponseOutput) ReceiverApplicationId

The receiver application id.

func (EdifactEnvelopeOverrideResponseOutput) ReceiverApplicationQualifier

func (o EdifactEnvelopeOverrideResponseOutput) ReceiverApplicationQualifier() pulumi.StringPtrOutput

The receiver application qualifier.

func (EdifactEnvelopeOverrideResponseOutput) SenderApplicationId

The sender application id.

func (EdifactEnvelopeOverrideResponseOutput) SenderApplicationQualifier

func (o EdifactEnvelopeOverrideResponseOutput) SenderApplicationQualifier() pulumi.StringPtrOutput

The sender application qualifier.

func (EdifactEnvelopeOverrideResponseOutput) TargetNamespace

The target namespace on which this envelope settings has to be applied.

func (EdifactEnvelopeOverrideResponseOutput) ToEdifactEnvelopeOverrideResponseOutput

func (o EdifactEnvelopeOverrideResponseOutput) ToEdifactEnvelopeOverrideResponseOutput() EdifactEnvelopeOverrideResponseOutput

func (EdifactEnvelopeOverrideResponseOutput) ToEdifactEnvelopeOverrideResponseOutputWithContext

func (o EdifactEnvelopeOverrideResponseOutput) ToEdifactEnvelopeOverrideResponseOutputWithContext(ctx context.Context) EdifactEnvelopeOverrideResponseOutput

type EdifactEnvelopeSettings

type EdifactEnvelopeSettings struct {
	// The application reference id.
	ApplicationReferenceId *string `pulumi:"applicationReferenceId"`
	// The value indicating whether to apply delimiter string advice.
	ApplyDelimiterStringAdvice bool `pulumi:"applyDelimiterStringAdvice"`
	// The communication agreement id.
	CommunicationAgreementId *string `pulumi:"communicationAgreementId"`
	// The value indicating whether to create grouping segments.
	CreateGroupingSegments bool `pulumi:"createGroupingSegments"`
	// The value indicating whether to enable default group headers.
	EnableDefaultGroupHeaders bool `pulumi:"enableDefaultGroupHeaders"`
	// The functional group id.
	FunctionalGroupId *string `pulumi:"functionalGroupId"`
	// The group application password.
	GroupApplicationPassword *string `pulumi:"groupApplicationPassword"`
	// The group application receiver id.
	GroupApplicationReceiverId *string `pulumi:"groupApplicationReceiverId"`
	// The group application receiver qualifier.
	GroupApplicationReceiverQualifier *string `pulumi:"groupApplicationReceiverQualifier"`
	// The group application sender id.
	GroupApplicationSenderId *string `pulumi:"groupApplicationSenderId"`
	// The group application sender qualifier.
	GroupApplicationSenderQualifier *string `pulumi:"groupApplicationSenderQualifier"`
	// The group association assigned code.
	GroupAssociationAssignedCode *string `pulumi:"groupAssociationAssignedCode"`
	// The group control number lower bound.
	GroupControlNumberLowerBound float64 `pulumi:"groupControlNumberLowerBound"`
	// The group control number prefix.
	GroupControlNumberPrefix *string `pulumi:"groupControlNumberPrefix"`
	// The group control number suffix.
	GroupControlNumberSuffix *string `pulumi:"groupControlNumberSuffix"`
	// The group control number upper bound.
	GroupControlNumberUpperBound float64 `pulumi:"groupControlNumberUpperBound"`
	// The group controlling agency code.
	GroupControllingAgencyCode *string `pulumi:"groupControllingAgencyCode"`
	// The group message release.
	GroupMessageRelease *string `pulumi:"groupMessageRelease"`
	// The group message version.
	GroupMessageVersion *string `pulumi:"groupMessageVersion"`
	// The interchange control number lower bound.
	InterchangeControlNumberLowerBound float64 `pulumi:"interchangeControlNumberLowerBound"`
	// The interchange control number prefix.
	InterchangeControlNumberPrefix *string `pulumi:"interchangeControlNumberPrefix"`
	// The interchange control number suffix.
	InterchangeControlNumberSuffix *string `pulumi:"interchangeControlNumberSuffix"`
	// The interchange control number upper bound.
	InterchangeControlNumberUpperBound float64 `pulumi:"interchangeControlNumberUpperBound"`
	// The value indicating whether the message is a test interchange.
	IsTestInterchange bool `pulumi:"isTestInterchange"`
	// The value indicating whether to overwrite existing transaction set control number.
	OverwriteExistingTransactionSetControlNumber bool `pulumi:"overwriteExistingTransactionSetControlNumber"`
	// The processing priority code.
	ProcessingPriorityCode *string `pulumi:"processingPriorityCode"`
	// The receiver internal identification.
	ReceiverInternalIdentification *string `pulumi:"receiverInternalIdentification"`
	// The receiver internal sub identification.
	ReceiverInternalSubIdentification *string `pulumi:"receiverInternalSubIdentification"`
	// The receiver reverse routing address.
	ReceiverReverseRoutingAddress *string `pulumi:"receiverReverseRoutingAddress"`
	// The recipient reference password qualifier.
	RecipientReferencePasswordQualifier *string `pulumi:"recipientReferencePasswordQualifier"`
	// The recipient reference password value.
	RecipientReferencePasswordValue *string `pulumi:"recipientReferencePasswordValue"`
	// The value indicating whether to rollover group control number.
	RolloverGroupControlNumber bool `pulumi:"rolloverGroupControlNumber"`
	// The value indicating whether to rollover interchange control number.
	RolloverInterchangeControlNumber bool `pulumi:"rolloverInterchangeControlNumber"`
	// The value indicating whether to rollover transaction set control number.
	RolloverTransactionSetControlNumber bool `pulumi:"rolloverTransactionSetControlNumber"`
	// The sender internal identification.
	SenderInternalIdentification *string `pulumi:"senderInternalIdentification"`
	// The sender internal sub identification.
	SenderInternalSubIdentification *string `pulumi:"senderInternalSubIdentification"`
	// The sender reverse routing address.
	SenderReverseRoutingAddress *string `pulumi:"senderReverseRoutingAddress"`
	// The transaction set control number lower bound.
	TransactionSetControlNumberLowerBound float64 `pulumi:"transactionSetControlNumberLowerBound"`
	// The transaction set control number prefix.
	TransactionSetControlNumberPrefix *string `pulumi:"transactionSetControlNumberPrefix"`
	// The transaction set control number suffix.
	TransactionSetControlNumberSuffix *string `pulumi:"transactionSetControlNumberSuffix"`
	// The transaction set control number upper bound.
	TransactionSetControlNumberUpperBound float64 `pulumi:"transactionSetControlNumberUpperBound"`
}

The Edifact agreement envelope settings.

type EdifactEnvelopeSettingsArgs

type EdifactEnvelopeSettingsArgs struct {
	// The application reference id.
	ApplicationReferenceId pulumi.StringPtrInput `pulumi:"applicationReferenceId"`
	// The value indicating whether to apply delimiter string advice.
	ApplyDelimiterStringAdvice pulumi.BoolInput `pulumi:"applyDelimiterStringAdvice"`
	// The communication agreement id.
	CommunicationAgreementId pulumi.StringPtrInput `pulumi:"communicationAgreementId"`
	// The value indicating whether to create grouping segments.
	CreateGroupingSegments pulumi.BoolInput `pulumi:"createGroupingSegments"`
	// The value indicating whether to enable default group headers.
	EnableDefaultGroupHeaders pulumi.BoolInput `pulumi:"enableDefaultGroupHeaders"`
	// The functional group id.
	FunctionalGroupId pulumi.StringPtrInput `pulumi:"functionalGroupId"`
	// The group application password.
	GroupApplicationPassword pulumi.StringPtrInput `pulumi:"groupApplicationPassword"`
	// The group application receiver id.
	GroupApplicationReceiverId pulumi.StringPtrInput `pulumi:"groupApplicationReceiverId"`
	// The group application receiver qualifier.
	GroupApplicationReceiverQualifier pulumi.StringPtrInput `pulumi:"groupApplicationReceiverQualifier"`
	// The group application sender id.
	GroupApplicationSenderId pulumi.StringPtrInput `pulumi:"groupApplicationSenderId"`
	// The group application sender qualifier.
	GroupApplicationSenderQualifier pulumi.StringPtrInput `pulumi:"groupApplicationSenderQualifier"`
	// The group association assigned code.
	GroupAssociationAssignedCode pulumi.StringPtrInput `pulumi:"groupAssociationAssignedCode"`
	// The group control number lower bound.
	GroupControlNumberLowerBound pulumi.Float64Input `pulumi:"groupControlNumberLowerBound"`
	// The group control number prefix.
	GroupControlNumberPrefix pulumi.StringPtrInput `pulumi:"groupControlNumberPrefix"`
	// The group control number suffix.
	GroupControlNumberSuffix pulumi.StringPtrInput `pulumi:"groupControlNumberSuffix"`
	// The group control number upper bound.
	GroupControlNumberUpperBound pulumi.Float64Input `pulumi:"groupControlNumberUpperBound"`
	// The group controlling agency code.
	GroupControllingAgencyCode pulumi.StringPtrInput `pulumi:"groupControllingAgencyCode"`
	// The group message release.
	GroupMessageRelease pulumi.StringPtrInput `pulumi:"groupMessageRelease"`
	// The group message version.
	GroupMessageVersion pulumi.StringPtrInput `pulumi:"groupMessageVersion"`
	// The interchange control number lower bound.
	InterchangeControlNumberLowerBound pulumi.Float64Input `pulumi:"interchangeControlNumberLowerBound"`
	// The interchange control number prefix.
	InterchangeControlNumberPrefix pulumi.StringPtrInput `pulumi:"interchangeControlNumberPrefix"`
	// The interchange control number suffix.
	InterchangeControlNumberSuffix pulumi.StringPtrInput `pulumi:"interchangeControlNumberSuffix"`
	// The interchange control number upper bound.
	InterchangeControlNumberUpperBound pulumi.Float64Input `pulumi:"interchangeControlNumberUpperBound"`
	// The value indicating whether the message is a test interchange.
	IsTestInterchange pulumi.BoolInput `pulumi:"isTestInterchange"`
	// The value indicating whether to overwrite existing transaction set control number.
	OverwriteExistingTransactionSetControlNumber pulumi.BoolInput `pulumi:"overwriteExistingTransactionSetControlNumber"`
	// The processing priority code.
	ProcessingPriorityCode pulumi.StringPtrInput `pulumi:"processingPriorityCode"`
	// The receiver internal identification.
	ReceiverInternalIdentification pulumi.StringPtrInput `pulumi:"receiverInternalIdentification"`
	// The receiver internal sub identification.
	ReceiverInternalSubIdentification pulumi.StringPtrInput `pulumi:"receiverInternalSubIdentification"`
	// The receiver reverse routing address.
	ReceiverReverseRoutingAddress pulumi.StringPtrInput `pulumi:"receiverReverseRoutingAddress"`
	// The recipient reference password qualifier.
	RecipientReferencePasswordQualifier pulumi.StringPtrInput `pulumi:"recipientReferencePasswordQualifier"`
	// The recipient reference password value.
	RecipientReferencePasswordValue pulumi.StringPtrInput `pulumi:"recipientReferencePasswordValue"`
	// The value indicating whether to rollover group control number.
	RolloverGroupControlNumber pulumi.BoolInput `pulumi:"rolloverGroupControlNumber"`
	// The value indicating whether to rollover interchange control number.
	RolloverInterchangeControlNumber pulumi.BoolInput `pulumi:"rolloverInterchangeControlNumber"`
	// The value indicating whether to rollover transaction set control number.
	RolloverTransactionSetControlNumber pulumi.BoolInput `pulumi:"rolloverTransactionSetControlNumber"`
	// The sender internal identification.
	SenderInternalIdentification pulumi.StringPtrInput `pulumi:"senderInternalIdentification"`
	// The sender internal sub identification.
	SenderInternalSubIdentification pulumi.StringPtrInput `pulumi:"senderInternalSubIdentification"`
	// The sender reverse routing address.
	SenderReverseRoutingAddress pulumi.StringPtrInput `pulumi:"senderReverseRoutingAddress"`
	// The transaction set control number lower bound.
	TransactionSetControlNumberLowerBound pulumi.Float64Input `pulumi:"transactionSetControlNumberLowerBound"`
	// The transaction set control number prefix.
	TransactionSetControlNumberPrefix pulumi.StringPtrInput `pulumi:"transactionSetControlNumberPrefix"`
	// The transaction set control number suffix.
	TransactionSetControlNumberSuffix pulumi.StringPtrInput `pulumi:"transactionSetControlNumberSuffix"`
	// The transaction set control number upper bound.
	TransactionSetControlNumberUpperBound pulumi.Float64Input `pulumi:"transactionSetControlNumberUpperBound"`
}

The Edifact agreement envelope settings.

func (EdifactEnvelopeSettingsArgs) ElementType

func (EdifactEnvelopeSettingsArgs) ToEdifactEnvelopeSettingsOutput

func (i EdifactEnvelopeSettingsArgs) ToEdifactEnvelopeSettingsOutput() EdifactEnvelopeSettingsOutput

func (EdifactEnvelopeSettingsArgs) ToEdifactEnvelopeSettingsOutputWithContext

func (i EdifactEnvelopeSettingsArgs) ToEdifactEnvelopeSettingsOutputWithContext(ctx context.Context) EdifactEnvelopeSettingsOutput

func (EdifactEnvelopeSettingsArgs) ToEdifactEnvelopeSettingsPtrOutput

func (i EdifactEnvelopeSettingsArgs) ToEdifactEnvelopeSettingsPtrOutput() EdifactEnvelopeSettingsPtrOutput

func (EdifactEnvelopeSettingsArgs) ToEdifactEnvelopeSettingsPtrOutputWithContext

func (i EdifactEnvelopeSettingsArgs) ToEdifactEnvelopeSettingsPtrOutputWithContext(ctx context.Context) EdifactEnvelopeSettingsPtrOutput

type EdifactEnvelopeSettingsInput

type EdifactEnvelopeSettingsInput interface {
	pulumi.Input

	ToEdifactEnvelopeSettingsOutput() EdifactEnvelopeSettingsOutput
	ToEdifactEnvelopeSettingsOutputWithContext(context.Context) EdifactEnvelopeSettingsOutput
}

EdifactEnvelopeSettingsInput is an input type that accepts EdifactEnvelopeSettingsArgs and EdifactEnvelopeSettingsOutput values. You can construct a concrete instance of `EdifactEnvelopeSettingsInput` via:

EdifactEnvelopeSettingsArgs{...}

type EdifactEnvelopeSettingsOutput

type EdifactEnvelopeSettingsOutput struct{ *pulumi.OutputState }

The Edifact agreement envelope settings.

func (EdifactEnvelopeSettingsOutput) ApplicationReferenceId

func (o EdifactEnvelopeSettingsOutput) ApplicationReferenceId() pulumi.StringPtrOutput

The application reference id.

func (EdifactEnvelopeSettingsOutput) ApplyDelimiterStringAdvice

func (o EdifactEnvelopeSettingsOutput) ApplyDelimiterStringAdvice() pulumi.BoolOutput

The value indicating whether to apply delimiter string advice.

func (EdifactEnvelopeSettingsOutput) CommunicationAgreementId

func (o EdifactEnvelopeSettingsOutput) CommunicationAgreementId() pulumi.StringPtrOutput

The communication agreement id.

func (EdifactEnvelopeSettingsOutput) CreateGroupingSegments

func (o EdifactEnvelopeSettingsOutput) CreateGroupingSegments() pulumi.BoolOutput

The value indicating whether to create grouping segments.

func (EdifactEnvelopeSettingsOutput) ElementType

func (EdifactEnvelopeSettingsOutput) EnableDefaultGroupHeaders

func (o EdifactEnvelopeSettingsOutput) EnableDefaultGroupHeaders() pulumi.BoolOutput

The value indicating whether to enable default group headers.

func (EdifactEnvelopeSettingsOutput) FunctionalGroupId

The functional group id.

func (EdifactEnvelopeSettingsOutput) GroupApplicationPassword

func (o EdifactEnvelopeSettingsOutput) GroupApplicationPassword() pulumi.StringPtrOutput

The group application password.

func (EdifactEnvelopeSettingsOutput) GroupApplicationReceiverId

func (o EdifactEnvelopeSettingsOutput) GroupApplicationReceiverId() pulumi.StringPtrOutput

The group application receiver id.

func (EdifactEnvelopeSettingsOutput) GroupApplicationReceiverQualifier

func (o EdifactEnvelopeSettingsOutput) GroupApplicationReceiverQualifier() pulumi.StringPtrOutput

The group application receiver qualifier.

func (EdifactEnvelopeSettingsOutput) GroupApplicationSenderId

func (o EdifactEnvelopeSettingsOutput) GroupApplicationSenderId() pulumi.StringPtrOutput

The group application sender id.

func (EdifactEnvelopeSettingsOutput) GroupApplicationSenderQualifier

func (o EdifactEnvelopeSettingsOutput) GroupApplicationSenderQualifier() pulumi.StringPtrOutput

The group application sender qualifier.

func (EdifactEnvelopeSettingsOutput) GroupAssociationAssignedCode

func (o EdifactEnvelopeSettingsOutput) GroupAssociationAssignedCode() pulumi.StringPtrOutput

The group association assigned code.

func (EdifactEnvelopeSettingsOutput) GroupControlNumberLowerBound

func (o EdifactEnvelopeSettingsOutput) GroupControlNumberLowerBound() pulumi.Float64Output

The group control number lower bound.

func (EdifactEnvelopeSettingsOutput) GroupControlNumberPrefix

func (o EdifactEnvelopeSettingsOutput) GroupControlNumberPrefix() pulumi.StringPtrOutput

The group control number prefix.

func (EdifactEnvelopeSettingsOutput) GroupControlNumberSuffix

func (o EdifactEnvelopeSettingsOutput) GroupControlNumberSuffix() pulumi.StringPtrOutput

The group control number suffix.

func (EdifactEnvelopeSettingsOutput) GroupControlNumberUpperBound

func (o EdifactEnvelopeSettingsOutput) GroupControlNumberUpperBound() pulumi.Float64Output

The group control number upper bound.

func (EdifactEnvelopeSettingsOutput) GroupControllingAgencyCode

func (o EdifactEnvelopeSettingsOutput) GroupControllingAgencyCode() pulumi.StringPtrOutput

The group controlling agency code.

func (EdifactEnvelopeSettingsOutput) GroupMessageRelease

func (o EdifactEnvelopeSettingsOutput) GroupMessageRelease() pulumi.StringPtrOutput

The group message release.

func (EdifactEnvelopeSettingsOutput) GroupMessageVersion

func (o EdifactEnvelopeSettingsOutput) GroupMessageVersion() pulumi.StringPtrOutput

The group message version.

func (EdifactEnvelopeSettingsOutput) InterchangeControlNumberLowerBound

func (o EdifactEnvelopeSettingsOutput) InterchangeControlNumberLowerBound() pulumi.Float64Output

The interchange control number lower bound.

func (EdifactEnvelopeSettingsOutput) InterchangeControlNumberPrefix

func (o EdifactEnvelopeSettingsOutput) InterchangeControlNumberPrefix() pulumi.StringPtrOutput

The interchange control number prefix.

func (EdifactEnvelopeSettingsOutput) InterchangeControlNumberSuffix

func (o EdifactEnvelopeSettingsOutput) InterchangeControlNumberSuffix() pulumi.StringPtrOutput

The interchange control number suffix.

func (EdifactEnvelopeSettingsOutput) InterchangeControlNumberUpperBound

func (o EdifactEnvelopeSettingsOutput) InterchangeControlNumberUpperBound() pulumi.Float64Output

The interchange control number upper bound.

func (EdifactEnvelopeSettingsOutput) IsTestInterchange

func (o EdifactEnvelopeSettingsOutput) IsTestInterchange() pulumi.BoolOutput

The value indicating whether the message is a test interchange.

func (EdifactEnvelopeSettingsOutput) OverwriteExistingTransactionSetControlNumber

func (o EdifactEnvelopeSettingsOutput) OverwriteExistingTransactionSetControlNumber() pulumi.BoolOutput

The value indicating whether to overwrite existing transaction set control number.

func (EdifactEnvelopeSettingsOutput) ProcessingPriorityCode

func (o EdifactEnvelopeSettingsOutput) ProcessingPriorityCode() pulumi.StringPtrOutput

The processing priority code.

func (EdifactEnvelopeSettingsOutput) ReceiverInternalIdentification

func (o EdifactEnvelopeSettingsOutput) ReceiverInternalIdentification() pulumi.StringPtrOutput

The receiver internal identification.

func (EdifactEnvelopeSettingsOutput) ReceiverInternalSubIdentification

func (o EdifactEnvelopeSettingsOutput) ReceiverInternalSubIdentification() pulumi.StringPtrOutput

The receiver internal sub identification.

func (EdifactEnvelopeSettingsOutput) ReceiverReverseRoutingAddress

func (o EdifactEnvelopeSettingsOutput) ReceiverReverseRoutingAddress() pulumi.StringPtrOutput

The receiver reverse routing address.

func (EdifactEnvelopeSettingsOutput) RecipientReferencePasswordQualifier

func (o EdifactEnvelopeSettingsOutput) RecipientReferencePasswordQualifier() pulumi.StringPtrOutput

The recipient reference password qualifier.

func (EdifactEnvelopeSettingsOutput) RecipientReferencePasswordValue

func (o EdifactEnvelopeSettingsOutput) RecipientReferencePasswordValue() pulumi.StringPtrOutput

The recipient reference password value.

func (EdifactEnvelopeSettingsOutput) RolloverGroupControlNumber

func (o EdifactEnvelopeSettingsOutput) RolloverGroupControlNumber() pulumi.BoolOutput

The value indicating whether to rollover group control number.

func (EdifactEnvelopeSettingsOutput) RolloverInterchangeControlNumber

func (o EdifactEnvelopeSettingsOutput) RolloverInterchangeControlNumber() pulumi.BoolOutput

The value indicating whether to rollover interchange control number.

func (EdifactEnvelopeSettingsOutput) RolloverTransactionSetControlNumber

func (o EdifactEnvelopeSettingsOutput) RolloverTransactionSetControlNumber() pulumi.BoolOutput

The value indicating whether to rollover transaction set control number.

func (EdifactEnvelopeSettingsOutput) SenderInternalIdentification

func (o EdifactEnvelopeSettingsOutput) SenderInternalIdentification() pulumi.StringPtrOutput

The sender internal identification.

func (EdifactEnvelopeSettingsOutput) SenderInternalSubIdentification

func (o EdifactEnvelopeSettingsOutput) SenderInternalSubIdentification() pulumi.StringPtrOutput

The sender internal sub identification.

func (EdifactEnvelopeSettingsOutput) SenderReverseRoutingAddress

func (o EdifactEnvelopeSettingsOutput) SenderReverseRoutingAddress() pulumi.StringPtrOutput

The sender reverse routing address.

func (EdifactEnvelopeSettingsOutput) ToEdifactEnvelopeSettingsOutput

func (o EdifactEnvelopeSettingsOutput) ToEdifactEnvelopeSettingsOutput() EdifactEnvelopeSettingsOutput

func (EdifactEnvelopeSettingsOutput) ToEdifactEnvelopeSettingsOutputWithContext

func (o EdifactEnvelopeSettingsOutput) ToEdifactEnvelopeSettingsOutputWithContext(ctx context.Context) EdifactEnvelopeSettingsOutput

func (EdifactEnvelopeSettingsOutput) ToEdifactEnvelopeSettingsPtrOutput

func (o EdifactEnvelopeSettingsOutput) ToEdifactEnvelopeSettingsPtrOutput() EdifactEnvelopeSettingsPtrOutput

func (EdifactEnvelopeSettingsOutput) ToEdifactEnvelopeSettingsPtrOutputWithContext

func (o EdifactEnvelopeSettingsOutput) ToEdifactEnvelopeSettingsPtrOutputWithContext(ctx context.Context) EdifactEnvelopeSettingsPtrOutput

func (EdifactEnvelopeSettingsOutput) TransactionSetControlNumberLowerBound

func (o EdifactEnvelopeSettingsOutput) TransactionSetControlNumberLowerBound() pulumi.Float64Output

The transaction set control number lower bound.

func (EdifactEnvelopeSettingsOutput) TransactionSetControlNumberPrefix

func (o EdifactEnvelopeSettingsOutput) TransactionSetControlNumberPrefix() pulumi.StringPtrOutput

The transaction set control number prefix.

func (EdifactEnvelopeSettingsOutput) TransactionSetControlNumberSuffix

func (o EdifactEnvelopeSettingsOutput) TransactionSetControlNumberSuffix() pulumi.StringPtrOutput

The transaction set control number suffix.

func (EdifactEnvelopeSettingsOutput) TransactionSetControlNumberUpperBound

func (o EdifactEnvelopeSettingsOutput) TransactionSetControlNumberUpperBound() pulumi.Float64Output

The transaction set control number upper bound.

type EdifactEnvelopeSettingsPtrInput

type EdifactEnvelopeSettingsPtrInput interface {
	pulumi.Input

	ToEdifactEnvelopeSettingsPtrOutput() EdifactEnvelopeSettingsPtrOutput
	ToEdifactEnvelopeSettingsPtrOutputWithContext(context.Context) EdifactEnvelopeSettingsPtrOutput
}

EdifactEnvelopeSettingsPtrInput is an input type that accepts EdifactEnvelopeSettingsArgs, EdifactEnvelopeSettingsPtr and EdifactEnvelopeSettingsPtrOutput values. You can construct a concrete instance of `EdifactEnvelopeSettingsPtrInput` via:

        EdifactEnvelopeSettingsArgs{...}

or:

        nil

type EdifactEnvelopeSettingsPtrOutput

type EdifactEnvelopeSettingsPtrOutput struct{ *pulumi.OutputState }

func (EdifactEnvelopeSettingsPtrOutput) ApplicationReferenceId

func (o EdifactEnvelopeSettingsPtrOutput) ApplicationReferenceId() pulumi.StringPtrOutput

The application reference id.

func (EdifactEnvelopeSettingsPtrOutput) ApplyDelimiterStringAdvice

func (o EdifactEnvelopeSettingsPtrOutput) ApplyDelimiterStringAdvice() pulumi.BoolPtrOutput

The value indicating whether to apply delimiter string advice.

func (EdifactEnvelopeSettingsPtrOutput) CommunicationAgreementId

func (o EdifactEnvelopeSettingsPtrOutput) CommunicationAgreementId() pulumi.StringPtrOutput

The communication agreement id.

func (EdifactEnvelopeSettingsPtrOutput) CreateGroupingSegments

func (o EdifactEnvelopeSettingsPtrOutput) CreateGroupingSegments() pulumi.BoolPtrOutput

The value indicating whether to create grouping segments.

func (EdifactEnvelopeSettingsPtrOutput) Elem

func (EdifactEnvelopeSettingsPtrOutput) ElementType

func (EdifactEnvelopeSettingsPtrOutput) EnableDefaultGroupHeaders

func (o EdifactEnvelopeSettingsPtrOutput) EnableDefaultGroupHeaders() pulumi.BoolPtrOutput

The value indicating whether to enable default group headers.

func (EdifactEnvelopeSettingsPtrOutput) FunctionalGroupId

The functional group id.

func (EdifactEnvelopeSettingsPtrOutput) GroupApplicationPassword

func (o EdifactEnvelopeSettingsPtrOutput) GroupApplicationPassword() pulumi.StringPtrOutput

The group application password.

func (EdifactEnvelopeSettingsPtrOutput) GroupApplicationReceiverId

func (o EdifactEnvelopeSettingsPtrOutput) GroupApplicationReceiverId() pulumi.StringPtrOutput

The group application receiver id.

func (EdifactEnvelopeSettingsPtrOutput) GroupApplicationReceiverQualifier

func (o EdifactEnvelopeSettingsPtrOutput) GroupApplicationReceiverQualifier() pulumi.StringPtrOutput

The group application receiver qualifier.

func (EdifactEnvelopeSettingsPtrOutput) GroupApplicationSenderId

func (o EdifactEnvelopeSettingsPtrOutput) GroupApplicationSenderId() pulumi.StringPtrOutput

The group application sender id.

func (EdifactEnvelopeSettingsPtrOutput) GroupApplicationSenderQualifier

func (o EdifactEnvelopeSettingsPtrOutput) GroupApplicationSenderQualifier() pulumi.StringPtrOutput

The group application sender qualifier.

func (EdifactEnvelopeSettingsPtrOutput) GroupAssociationAssignedCode

func (o EdifactEnvelopeSettingsPtrOutput) GroupAssociationAssignedCode() pulumi.StringPtrOutput

The group association assigned code.

func (EdifactEnvelopeSettingsPtrOutput) GroupControlNumberLowerBound

func (o EdifactEnvelopeSettingsPtrOutput) GroupControlNumberLowerBound() pulumi.Float64PtrOutput

The group control number lower bound.

func (EdifactEnvelopeSettingsPtrOutput) GroupControlNumberPrefix

func (o EdifactEnvelopeSettingsPtrOutput) GroupControlNumberPrefix() pulumi.StringPtrOutput

The group control number prefix.

func (EdifactEnvelopeSettingsPtrOutput) GroupControlNumberSuffix

func (o EdifactEnvelopeSettingsPtrOutput) GroupControlNumberSuffix() pulumi.StringPtrOutput

The group control number suffix.

func (EdifactEnvelopeSettingsPtrOutput) GroupControlNumberUpperBound

func (o EdifactEnvelopeSettingsPtrOutput) GroupControlNumberUpperBound() pulumi.Float64PtrOutput

The group control number upper bound.

func (EdifactEnvelopeSettingsPtrOutput) GroupControllingAgencyCode

func (o EdifactEnvelopeSettingsPtrOutput) GroupControllingAgencyCode() pulumi.StringPtrOutput

The group controlling agency code.

func (EdifactEnvelopeSettingsPtrOutput) GroupMessageRelease

The group message release.

func (EdifactEnvelopeSettingsPtrOutput) GroupMessageVersion

The group message version.

func (EdifactEnvelopeSettingsPtrOutput) InterchangeControlNumberLowerBound

func (o EdifactEnvelopeSettingsPtrOutput) InterchangeControlNumberLowerBound() pulumi.Float64PtrOutput

The interchange control number lower bound.

func (EdifactEnvelopeSettingsPtrOutput) InterchangeControlNumberPrefix

func (o EdifactEnvelopeSettingsPtrOutput) InterchangeControlNumberPrefix() pulumi.StringPtrOutput

The interchange control number prefix.

func (EdifactEnvelopeSettingsPtrOutput) InterchangeControlNumberSuffix

func (o EdifactEnvelopeSettingsPtrOutput) InterchangeControlNumberSuffix() pulumi.StringPtrOutput

The interchange control number suffix.

func (EdifactEnvelopeSettingsPtrOutput) InterchangeControlNumberUpperBound

func (o EdifactEnvelopeSettingsPtrOutput) InterchangeControlNumberUpperBound() pulumi.Float64PtrOutput

The interchange control number upper bound.

func (EdifactEnvelopeSettingsPtrOutput) IsTestInterchange

The value indicating whether the message is a test interchange.

func (EdifactEnvelopeSettingsPtrOutput) OverwriteExistingTransactionSetControlNumber

func (o EdifactEnvelopeSettingsPtrOutput) OverwriteExistingTransactionSetControlNumber() pulumi.BoolPtrOutput

The value indicating whether to overwrite existing transaction set control number.

func (EdifactEnvelopeSettingsPtrOutput) ProcessingPriorityCode

func (o EdifactEnvelopeSettingsPtrOutput) ProcessingPriorityCode() pulumi.StringPtrOutput

The processing priority code.

func (EdifactEnvelopeSettingsPtrOutput) ReceiverInternalIdentification

func (o EdifactEnvelopeSettingsPtrOutput) ReceiverInternalIdentification() pulumi.StringPtrOutput

The receiver internal identification.

func (EdifactEnvelopeSettingsPtrOutput) ReceiverInternalSubIdentification

func (o EdifactEnvelopeSettingsPtrOutput) ReceiverInternalSubIdentification() pulumi.StringPtrOutput

The receiver internal sub identification.

func (EdifactEnvelopeSettingsPtrOutput) ReceiverReverseRoutingAddress

func (o EdifactEnvelopeSettingsPtrOutput) ReceiverReverseRoutingAddress() pulumi.StringPtrOutput

The receiver reverse routing address.

func (EdifactEnvelopeSettingsPtrOutput) RecipientReferencePasswordQualifier

func (o EdifactEnvelopeSettingsPtrOutput) RecipientReferencePasswordQualifier() pulumi.StringPtrOutput

The recipient reference password qualifier.

func (EdifactEnvelopeSettingsPtrOutput) RecipientReferencePasswordValue

func (o EdifactEnvelopeSettingsPtrOutput) RecipientReferencePasswordValue() pulumi.StringPtrOutput

The recipient reference password value.

func (EdifactEnvelopeSettingsPtrOutput) RolloverGroupControlNumber

func (o EdifactEnvelopeSettingsPtrOutput) RolloverGroupControlNumber() pulumi.BoolPtrOutput

The value indicating whether to rollover group control number.

func (EdifactEnvelopeSettingsPtrOutput) RolloverInterchangeControlNumber

func (o EdifactEnvelopeSettingsPtrOutput) RolloverInterchangeControlNumber() pulumi.BoolPtrOutput

The value indicating whether to rollover interchange control number.

func (EdifactEnvelopeSettingsPtrOutput) RolloverTransactionSetControlNumber

func (o EdifactEnvelopeSettingsPtrOutput) RolloverTransactionSetControlNumber() pulumi.BoolPtrOutput

The value indicating whether to rollover transaction set control number.

func (EdifactEnvelopeSettingsPtrOutput) SenderInternalIdentification

func (o EdifactEnvelopeSettingsPtrOutput) SenderInternalIdentification() pulumi.StringPtrOutput

The sender internal identification.

func (EdifactEnvelopeSettingsPtrOutput) SenderInternalSubIdentification

func (o EdifactEnvelopeSettingsPtrOutput) SenderInternalSubIdentification() pulumi.StringPtrOutput

The sender internal sub identification.

func (EdifactEnvelopeSettingsPtrOutput) SenderReverseRoutingAddress

func (o EdifactEnvelopeSettingsPtrOutput) SenderReverseRoutingAddress() pulumi.StringPtrOutput

The sender reverse routing address.

func (EdifactEnvelopeSettingsPtrOutput) ToEdifactEnvelopeSettingsPtrOutput

func (o EdifactEnvelopeSettingsPtrOutput) ToEdifactEnvelopeSettingsPtrOutput() EdifactEnvelopeSettingsPtrOutput

func (EdifactEnvelopeSettingsPtrOutput) ToEdifactEnvelopeSettingsPtrOutputWithContext

func (o EdifactEnvelopeSettingsPtrOutput) ToEdifactEnvelopeSettingsPtrOutputWithContext(ctx context.Context) EdifactEnvelopeSettingsPtrOutput

func (EdifactEnvelopeSettingsPtrOutput) TransactionSetControlNumberLowerBound

func (o EdifactEnvelopeSettingsPtrOutput) TransactionSetControlNumberLowerBound() pulumi.Float64PtrOutput

The transaction set control number lower bound.

func (EdifactEnvelopeSettingsPtrOutput) TransactionSetControlNumberPrefix

func (o EdifactEnvelopeSettingsPtrOutput) TransactionSetControlNumberPrefix() pulumi.StringPtrOutput

The transaction set control number prefix.

func (EdifactEnvelopeSettingsPtrOutput) TransactionSetControlNumberSuffix

func (o EdifactEnvelopeSettingsPtrOutput) TransactionSetControlNumberSuffix() pulumi.StringPtrOutput

The transaction set control number suffix.

func (EdifactEnvelopeSettingsPtrOutput) TransactionSetControlNumberUpperBound

func (o EdifactEnvelopeSettingsPtrOutput) TransactionSetControlNumberUpperBound() pulumi.Float64PtrOutput

The transaction set control number upper bound.

type EdifactEnvelopeSettingsResponse

type EdifactEnvelopeSettingsResponse struct {
	// The application reference id.
	ApplicationReferenceId *string `pulumi:"applicationReferenceId"`
	// The value indicating whether to apply delimiter string advice.
	ApplyDelimiterStringAdvice bool `pulumi:"applyDelimiterStringAdvice"`
	// The communication agreement id.
	CommunicationAgreementId *string `pulumi:"communicationAgreementId"`
	// The value indicating whether to create grouping segments.
	CreateGroupingSegments bool `pulumi:"createGroupingSegments"`
	// The value indicating whether to enable default group headers.
	EnableDefaultGroupHeaders bool `pulumi:"enableDefaultGroupHeaders"`
	// The functional group id.
	FunctionalGroupId *string `pulumi:"functionalGroupId"`
	// The group application password.
	GroupApplicationPassword *string `pulumi:"groupApplicationPassword"`
	// The group application receiver id.
	GroupApplicationReceiverId *string `pulumi:"groupApplicationReceiverId"`
	// The group application receiver qualifier.
	GroupApplicationReceiverQualifier *string `pulumi:"groupApplicationReceiverQualifier"`
	// The group application sender id.
	GroupApplicationSenderId *string `pulumi:"groupApplicationSenderId"`
	// The group application sender qualifier.
	GroupApplicationSenderQualifier *string `pulumi:"groupApplicationSenderQualifier"`
	// The group association assigned code.
	GroupAssociationAssignedCode *string `pulumi:"groupAssociationAssignedCode"`
	// The group control number lower bound.
	GroupControlNumberLowerBound float64 `pulumi:"groupControlNumberLowerBound"`
	// The group control number prefix.
	GroupControlNumberPrefix *string `pulumi:"groupControlNumberPrefix"`
	// The group control number suffix.
	GroupControlNumberSuffix *string `pulumi:"groupControlNumberSuffix"`
	// The group control number upper bound.
	GroupControlNumberUpperBound float64 `pulumi:"groupControlNumberUpperBound"`
	// The group controlling agency code.
	GroupControllingAgencyCode *string `pulumi:"groupControllingAgencyCode"`
	// The group message release.
	GroupMessageRelease *string `pulumi:"groupMessageRelease"`
	// The group message version.
	GroupMessageVersion *string `pulumi:"groupMessageVersion"`
	// The interchange control number lower bound.
	InterchangeControlNumberLowerBound float64 `pulumi:"interchangeControlNumberLowerBound"`
	// The interchange control number prefix.
	InterchangeControlNumberPrefix *string `pulumi:"interchangeControlNumberPrefix"`
	// The interchange control number suffix.
	InterchangeControlNumberSuffix *string `pulumi:"interchangeControlNumberSuffix"`
	// The interchange control number upper bound.
	InterchangeControlNumberUpperBound float64 `pulumi:"interchangeControlNumberUpperBound"`
	// The value indicating whether the message is a test interchange.
	IsTestInterchange bool `pulumi:"isTestInterchange"`
	// The value indicating whether to overwrite existing transaction set control number.
	OverwriteExistingTransactionSetControlNumber bool `pulumi:"overwriteExistingTransactionSetControlNumber"`
	// The processing priority code.
	ProcessingPriorityCode *string `pulumi:"processingPriorityCode"`
	// The receiver internal identification.
	ReceiverInternalIdentification *string `pulumi:"receiverInternalIdentification"`
	// The receiver internal sub identification.
	ReceiverInternalSubIdentification *string `pulumi:"receiverInternalSubIdentification"`
	// The receiver reverse routing address.
	ReceiverReverseRoutingAddress *string `pulumi:"receiverReverseRoutingAddress"`
	// The recipient reference password qualifier.
	RecipientReferencePasswordQualifier *string `pulumi:"recipientReferencePasswordQualifier"`
	// The recipient reference password value.
	RecipientReferencePasswordValue *string `pulumi:"recipientReferencePasswordValue"`
	// The value indicating whether to rollover group control number.
	RolloverGroupControlNumber bool `pulumi:"rolloverGroupControlNumber"`
	// The value indicating whether to rollover interchange control number.
	RolloverInterchangeControlNumber bool `pulumi:"rolloverInterchangeControlNumber"`
	// The value indicating whether to rollover transaction set control number.
	RolloverTransactionSetControlNumber bool `pulumi:"rolloverTransactionSetControlNumber"`
	// The sender internal identification.
	SenderInternalIdentification *string `pulumi:"senderInternalIdentification"`
	// The sender internal sub identification.
	SenderInternalSubIdentification *string `pulumi:"senderInternalSubIdentification"`
	// The sender reverse routing address.
	SenderReverseRoutingAddress *string `pulumi:"senderReverseRoutingAddress"`
	// The transaction set control number lower bound.
	TransactionSetControlNumberLowerBound float64 `pulumi:"transactionSetControlNumberLowerBound"`
	// The transaction set control number prefix.
	TransactionSetControlNumberPrefix *string `pulumi:"transactionSetControlNumberPrefix"`
	// The transaction set control number suffix.
	TransactionSetControlNumberSuffix *string `pulumi:"transactionSetControlNumberSuffix"`
	// The transaction set control number upper bound.
	TransactionSetControlNumberUpperBound float64 `pulumi:"transactionSetControlNumberUpperBound"`
}

The Edifact agreement envelope settings.

type EdifactEnvelopeSettingsResponseArgs

type EdifactEnvelopeSettingsResponseArgs struct {
	// The application reference id.
	ApplicationReferenceId pulumi.StringPtrInput `pulumi:"applicationReferenceId"`
	// The value indicating whether to apply delimiter string advice.
	ApplyDelimiterStringAdvice pulumi.BoolInput `pulumi:"applyDelimiterStringAdvice"`
	// The communication agreement id.
	CommunicationAgreementId pulumi.StringPtrInput `pulumi:"communicationAgreementId"`
	// The value indicating whether to create grouping segments.
	CreateGroupingSegments pulumi.BoolInput `pulumi:"createGroupingSegments"`
	// The value indicating whether to enable default group headers.
	EnableDefaultGroupHeaders pulumi.BoolInput `pulumi:"enableDefaultGroupHeaders"`
	// The functional group id.
	FunctionalGroupId pulumi.StringPtrInput `pulumi:"functionalGroupId"`
	// The group application password.
	GroupApplicationPassword pulumi.StringPtrInput `pulumi:"groupApplicationPassword"`
	// The group application receiver id.
	GroupApplicationReceiverId pulumi.StringPtrInput `pulumi:"groupApplicationReceiverId"`
	// The group application receiver qualifier.
	GroupApplicationReceiverQualifier pulumi.StringPtrInput `pulumi:"groupApplicationReceiverQualifier"`
	// The group application sender id.
	GroupApplicationSenderId pulumi.StringPtrInput `pulumi:"groupApplicationSenderId"`
	// The group application sender qualifier.
	GroupApplicationSenderQualifier pulumi.StringPtrInput `pulumi:"groupApplicationSenderQualifier"`
	// The group association assigned code.
	GroupAssociationAssignedCode pulumi.StringPtrInput `pulumi:"groupAssociationAssignedCode"`
	// The group control number lower bound.
	GroupControlNumberLowerBound pulumi.Float64Input `pulumi:"groupControlNumberLowerBound"`
	// The group control number prefix.
	GroupControlNumberPrefix pulumi.StringPtrInput `pulumi:"groupControlNumberPrefix"`
	// The group control number suffix.
	GroupControlNumberSuffix pulumi.StringPtrInput `pulumi:"groupControlNumberSuffix"`
	// The group control number upper bound.
	GroupControlNumberUpperBound pulumi.Float64Input `pulumi:"groupControlNumberUpperBound"`
	// The group controlling agency code.
	GroupControllingAgencyCode pulumi.StringPtrInput `pulumi:"groupControllingAgencyCode"`
	// The group message release.
	GroupMessageRelease pulumi.StringPtrInput `pulumi:"groupMessageRelease"`
	// The group message version.
	GroupMessageVersion pulumi.StringPtrInput `pulumi:"groupMessageVersion"`
	// The interchange control number lower bound.
	InterchangeControlNumberLowerBound pulumi.Float64Input `pulumi:"interchangeControlNumberLowerBound"`
	// The interchange control number prefix.
	InterchangeControlNumberPrefix pulumi.StringPtrInput `pulumi:"interchangeControlNumberPrefix"`
	// The interchange control number suffix.
	InterchangeControlNumberSuffix pulumi.StringPtrInput `pulumi:"interchangeControlNumberSuffix"`
	// The interchange control number upper bound.
	InterchangeControlNumberUpperBound pulumi.Float64Input `pulumi:"interchangeControlNumberUpperBound"`
	// The value indicating whether the message is a test interchange.
	IsTestInterchange pulumi.BoolInput `pulumi:"isTestInterchange"`
	// The value indicating whether to overwrite existing transaction set control number.
	OverwriteExistingTransactionSetControlNumber pulumi.BoolInput `pulumi:"overwriteExistingTransactionSetControlNumber"`
	// The processing priority code.
	ProcessingPriorityCode pulumi.StringPtrInput `pulumi:"processingPriorityCode"`
	// The receiver internal identification.
	ReceiverInternalIdentification pulumi.StringPtrInput `pulumi:"receiverInternalIdentification"`
	// The receiver internal sub identification.
	ReceiverInternalSubIdentification pulumi.StringPtrInput `pulumi:"receiverInternalSubIdentification"`
	// The receiver reverse routing address.
	ReceiverReverseRoutingAddress pulumi.StringPtrInput `pulumi:"receiverReverseRoutingAddress"`
	// The recipient reference password qualifier.
	RecipientReferencePasswordQualifier pulumi.StringPtrInput `pulumi:"recipientReferencePasswordQualifier"`
	// The recipient reference password value.
	RecipientReferencePasswordValue pulumi.StringPtrInput `pulumi:"recipientReferencePasswordValue"`
	// The value indicating whether to rollover group control number.
	RolloverGroupControlNumber pulumi.BoolInput `pulumi:"rolloverGroupControlNumber"`
	// The value indicating whether to rollover interchange control number.
	RolloverInterchangeControlNumber pulumi.BoolInput `pulumi:"rolloverInterchangeControlNumber"`
	// The value indicating whether to rollover transaction set control number.
	RolloverTransactionSetControlNumber pulumi.BoolInput `pulumi:"rolloverTransactionSetControlNumber"`
	// The sender internal identification.
	SenderInternalIdentification pulumi.StringPtrInput `pulumi:"senderInternalIdentification"`
	// The sender internal sub identification.
	SenderInternalSubIdentification pulumi.StringPtrInput `pulumi:"senderInternalSubIdentification"`
	// The sender reverse routing address.
	SenderReverseRoutingAddress pulumi.StringPtrInput `pulumi:"senderReverseRoutingAddress"`
	// The transaction set control number lower bound.
	TransactionSetControlNumberLowerBound pulumi.Float64Input `pulumi:"transactionSetControlNumberLowerBound"`
	// The transaction set control number prefix.
	TransactionSetControlNumberPrefix pulumi.StringPtrInput `pulumi:"transactionSetControlNumberPrefix"`
	// The transaction set control number suffix.
	TransactionSetControlNumberSuffix pulumi.StringPtrInput `pulumi:"transactionSetControlNumberSuffix"`
	// The transaction set control number upper bound.
	TransactionSetControlNumberUpperBound pulumi.Float64Input `pulumi:"transactionSetControlNumberUpperBound"`
}

The Edifact agreement envelope settings.

func (EdifactEnvelopeSettingsResponseArgs) ElementType

func (EdifactEnvelopeSettingsResponseArgs) ToEdifactEnvelopeSettingsResponseOutput

func (i EdifactEnvelopeSettingsResponseArgs) ToEdifactEnvelopeSettingsResponseOutput() EdifactEnvelopeSettingsResponseOutput

func (EdifactEnvelopeSettingsResponseArgs) ToEdifactEnvelopeSettingsResponseOutputWithContext

func (i EdifactEnvelopeSettingsResponseArgs) ToEdifactEnvelopeSettingsResponseOutputWithContext(ctx context.Context) EdifactEnvelopeSettingsResponseOutput

func (EdifactEnvelopeSettingsResponseArgs) ToEdifactEnvelopeSettingsResponsePtrOutput

func (i EdifactEnvelopeSettingsResponseArgs) ToEdifactEnvelopeSettingsResponsePtrOutput() EdifactEnvelopeSettingsResponsePtrOutput

func (EdifactEnvelopeSettingsResponseArgs) ToEdifactEnvelopeSettingsResponsePtrOutputWithContext

func (i EdifactEnvelopeSettingsResponseArgs) ToEdifactEnvelopeSettingsResponsePtrOutputWithContext(ctx context.Context) EdifactEnvelopeSettingsResponsePtrOutput

type EdifactEnvelopeSettingsResponseInput

type EdifactEnvelopeSettingsResponseInput interface {
	pulumi.Input

	ToEdifactEnvelopeSettingsResponseOutput() EdifactEnvelopeSettingsResponseOutput
	ToEdifactEnvelopeSettingsResponseOutputWithContext(context.Context) EdifactEnvelopeSettingsResponseOutput
}

EdifactEnvelopeSettingsResponseInput is an input type that accepts EdifactEnvelopeSettingsResponseArgs and EdifactEnvelopeSettingsResponseOutput values. You can construct a concrete instance of `EdifactEnvelopeSettingsResponseInput` via:

EdifactEnvelopeSettingsResponseArgs{...}

type EdifactEnvelopeSettingsResponseOutput

type EdifactEnvelopeSettingsResponseOutput struct{ *pulumi.OutputState }

The Edifact agreement envelope settings.

func (EdifactEnvelopeSettingsResponseOutput) ApplicationReferenceId

The application reference id.

func (EdifactEnvelopeSettingsResponseOutput) ApplyDelimiterStringAdvice

func (o EdifactEnvelopeSettingsResponseOutput) ApplyDelimiterStringAdvice() pulumi.BoolOutput

The value indicating whether to apply delimiter string advice.

func (EdifactEnvelopeSettingsResponseOutput) CommunicationAgreementId

func (o EdifactEnvelopeSettingsResponseOutput) CommunicationAgreementId() pulumi.StringPtrOutput

The communication agreement id.

func (EdifactEnvelopeSettingsResponseOutput) CreateGroupingSegments

func (o EdifactEnvelopeSettingsResponseOutput) CreateGroupingSegments() pulumi.BoolOutput

The value indicating whether to create grouping segments.

func (EdifactEnvelopeSettingsResponseOutput) ElementType

func (EdifactEnvelopeSettingsResponseOutput) EnableDefaultGroupHeaders

func (o EdifactEnvelopeSettingsResponseOutput) EnableDefaultGroupHeaders() pulumi.BoolOutput

The value indicating whether to enable default group headers.

func (EdifactEnvelopeSettingsResponseOutput) FunctionalGroupId

The functional group id.

func (EdifactEnvelopeSettingsResponseOutput) GroupApplicationPassword

func (o EdifactEnvelopeSettingsResponseOutput) GroupApplicationPassword() pulumi.StringPtrOutput

The group application password.

func (EdifactEnvelopeSettingsResponseOutput) GroupApplicationReceiverId

func (o EdifactEnvelopeSettingsResponseOutput) GroupApplicationReceiverId() pulumi.StringPtrOutput

The group application receiver id.

func (EdifactEnvelopeSettingsResponseOutput) GroupApplicationReceiverQualifier

func (o EdifactEnvelopeSettingsResponseOutput) GroupApplicationReceiverQualifier() pulumi.StringPtrOutput

The group application receiver qualifier.

func (EdifactEnvelopeSettingsResponseOutput) GroupApplicationSenderId

func (o EdifactEnvelopeSettingsResponseOutput) GroupApplicationSenderId() pulumi.StringPtrOutput

The group application sender id.

func (EdifactEnvelopeSettingsResponseOutput) GroupApplicationSenderQualifier

func (o EdifactEnvelopeSettingsResponseOutput) GroupApplicationSenderQualifier() pulumi.StringPtrOutput

The group application sender qualifier.

func (EdifactEnvelopeSettingsResponseOutput) GroupAssociationAssignedCode

func (o EdifactEnvelopeSettingsResponseOutput) GroupAssociationAssignedCode() pulumi.StringPtrOutput

The group association assigned code.

func (EdifactEnvelopeSettingsResponseOutput) GroupControlNumberLowerBound

func (o EdifactEnvelopeSettingsResponseOutput) GroupControlNumberLowerBound() pulumi.Float64Output

The group control number lower bound.

func (EdifactEnvelopeSettingsResponseOutput) GroupControlNumberPrefix

func (o EdifactEnvelopeSettingsResponseOutput) GroupControlNumberPrefix() pulumi.StringPtrOutput

The group control number prefix.

func (EdifactEnvelopeSettingsResponseOutput) GroupControlNumberSuffix

func (o EdifactEnvelopeSettingsResponseOutput) GroupControlNumberSuffix() pulumi.StringPtrOutput

The group control number suffix.

func (EdifactEnvelopeSettingsResponseOutput) GroupControlNumberUpperBound

func (o EdifactEnvelopeSettingsResponseOutput) GroupControlNumberUpperBound() pulumi.Float64Output

The group control number upper bound.

func (EdifactEnvelopeSettingsResponseOutput) GroupControllingAgencyCode

func (o EdifactEnvelopeSettingsResponseOutput) GroupControllingAgencyCode() pulumi.StringPtrOutput

The group controlling agency code.

func (EdifactEnvelopeSettingsResponseOutput) GroupMessageRelease

The group message release.

func (EdifactEnvelopeSettingsResponseOutput) GroupMessageVersion

The group message version.

func (EdifactEnvelopeSettingsResponseOutput) InterchangeControlNumberLowerBound

func (o EdifactEnvelopeSettingsResponseOutput) InterchangeControlNumberLowerBound() pulumi.Float64Output

The interchange control number lower bound.

func (EdifactEnvelopeSettingsResponseOutput) InterchangeControlNumberPrefix

func (o EdifactEnvelopeSettingsResponseOutput) InterchangeControlNumberPrefix() pulumi.StringPtrOutput

The interchange control number prefix.

func (EdifactEnvelopeSettingsResponseOutput) InterchangeControlNumberSuffix

func (o EdifactEnvelopeSettingsResponseOutput) InterchangeControlNumberSuffix() pulumi.StringPtrOutput

The interchange control number suffix.

func (EdifactEnvelopeSettingsResponseOutput) InterchangeControlNumberUpperBound

func (o EdifactEnvelopeSettingsResponseOutput) InterchangeControlNumberUpperBound() pulumi.Float64Output

The interchange control number upper bound.

func (EdifactEnvelopeSettingsResponseOutput) IsTestInterchange

The value indicating whether the message is a test interchange.

func (EdifactEnvelopeSettingsResponseOutput) OverwriteExistingTransactionSetControlNumber

func (o EdifactEnvelopeSettingsResponseOutput) OverwriteExistingTransactionSetControlNumber() pulumi.BoolOutput

The value indicating whether to overwrite existing transaction set control number.

func (EdifactEnvelopeSettingsResponseOutput) ProcessingPriorityCode

The processing priority code.

func (EdifactEnvelopeSettingsResponseOutput) ReceiverInternalIdentification

func (o EdifactEnvelopeSettingsResponseOutput) ReceiverInternalIdentification() pulumi.StringPtrOutput

The receiver internal identification.

func (EdifactEnvelopeSettingsResponseOutput) ReceiverInternalSubIdentification

func (o EdifactEnvelopeSettingsResponseOutput) ReceiverInternalSubIdentification() pulumi.StringPtrOutput

The receiver internal sub identification.

func (EdifactEnvelopeSettingsResponseOutput) ReceiverReverseRoutingAddress

func (o EdifactEnvelopeSettingsResponseOutput) ReceiverReverseRoutingAddress() pulumi.StringPtrOutput

The receiver reverse routing address.

func (EdifactEnvelopeSettingsResponseOutput) RecipientReferencePasswordQualifier

func (o EdifactEnvelopeSettingsResponseOutput) RecipientReferencePasswordQualifier() pulumi.StringPtrOutput

The recipient reference password qualifier.

func (EdifactEnvelopeSettingsResponseOutput) RecipientReferencePasswordValue

func (o EdifactEnvelopeSettingsResponseOutput) RecipientReferencePasswordValue() pulumi.StringPtrOutput

The recipient reference password value.

func (EdifactEnvelopeSettingsResponseOutput) RolloverGroupControlNumber

func (o EdifactEnvelopeSettingsResponseOutput) RolloverGroupControlNumber() pulumi.BoolOutput

The value indicating whether to rollover group control number.

func (EdifactEnvelopeSettingsResponseOutput) RolloverInterchangeControlNumber

func (o EdifactEnvelopeSettingsResponseOutput) RolloverInterchangeControlNumber() pulumi.BoolOutput

The value indicating whether to rollover interchange control number.

func (EdifactEnvelopeSettingsResponseOutput) RolloverTransactionSetControlNumber

func (o EdifactEnvelopeSettingsResponseOutput) RolloverTransactionSetControlNumber() pulumi.BoolOutput

The value indicating whether to rollover transaction set control number.

func (EdifactEnvelopeSettingsResponseOutput) SenderInternalIdentification

func (o EdifactEnvelopeSettingsResponseOutput) SenderInternalIdentification() pulumi.StringPtrOutput

The sender internal identification.

func (EdifactEnvelopeSettingsResponseOutput) SenderInternalSubIdentification

func (o EdifactEnvelopeSettingsResponseOutput) SenderInternalSubIdentification() pulumi.StringPtrOutput

The sender internal sub identification.

func (EdifactEnvelopeSettingsResponseOutput) SenderReverseRoutingAddress

func (o EdifactEnvelopeSettingsResponseOutput) SenderReverseRoutingAddress() pulumi.StringPtrOutput

The sender reverse routing address.

func (EdifactEnvelopeSettingsResponseOutput) ToEdifactEnvelopeSettingsResponseOutput

func (o EdifactEnvelopeSettingsResponseOutput) ToEdifactEnvelopeSettingsResponseOutput() EdifactEnvelopeSettingsResponseOutput

func (EdifactEnvelopeSettingsResponseOutput) ToEdifactEnvelopeSettingsResponseOutputWithContext

func (o EdifactEnvelopeSettingsResponseOutput) ToEdifactEnvelopeSettingsResponseOutputWithContext(ctx context.Context) EdifactEnvelopeSettingsResponseOutput

func (EdifactEnvelopeSettingsResponseOutput) ToEdifactEnvelopeSettingsResponsePtrOutput

func (o EdifactEnvelopeSettingsResponseOutput) ToEdifactEnvelopeSettingsResponsePtrOutput() EdifactEnvelopeSettingsResponsePtrOutput

func (EdifactEnvelopeSettingsResponseOutput) ToEdifactEnvelopeSettingsResponsePtrOutputWithContext

func (o EdifactEnvelopeSettingsResponseOutput) ToEdifactEnvelopeSettingsResponsePtrOutputWithContext(ctx context.Context) EdifactEnvelopeSettingsResponsePtrOutput

func (EdifactEnvelopeSettingsResponseOutput) TransactionSetControlNumberLowerBound

func (o EdifactEnvelopeSettingsResponseOutput) TransactionSetControlNumberLowerBound() pulumi.Float64Output

The transaction set control number lower bound.

func (EdifactEnvelopeSettingsResponseOutput) TransactionSetControlNumberPrefix

func (o EdifactEnvelopeSettingsResponseOutput) TransactionSetControlNumberPrefix() pulumi.StringPtrOutput

The transaction set control number prefix.

func (EdifactEnvelopeSettingsResponseOutput) TransactionSetControlNumberSuffix

func (o EdifactEnvelopeSettingsResponseOutput) TransactionSetControlNumberSuffix() pulumi.StringPtrOutput

The transaction set control number suffix.

func (EdifactEnvelopeSettingsResponseOutput) TransactionSetControlNumberUpperBound

func (o EdifactEnvelopeSettingsResponseOutput) TransactionSetControlNumberUpperBound() pulumi.Float64Output

The transaction set control number upper bound.

type EdifactEnvelopeSettingsResponsePtrInput

type EdifactEnvelopeSettingsResponsePtrInput interface {
	pulumi.Input

	ToEdifactEnvelopeSettingsResponsePtrOutput() EdifactEnvelopeSettingsResponsePtrOutput
	ToEdifactEnvelopeSettingsResponsePtrOutputWithContext(context.Context) EdifactEnvelopeSettingsResponsePtrOutput
}

EdifactEnvelopeSettingsResponsePtrInput is an input type that accepts EdifactEnvelopeSettingsResponseArgs, EdifactEnvelopeSettingsResponsePtr and EdifactEnvelopeSettingsResponsePtrOutput values. You can construct a concrete instance of `EdifactEnvelopeSettingsResponsePtrInput` via:

        EdifactEnvelopeSettingsResponseArgs{...}

or:

        nil

type EdifactEnvelopeSettingsResponsePtrOutput

type EdifactEnvelopeSettingsResponsePtrOutput struct{ *pulumi.OutputState }

func (EdifactEnvelopeSettingsResponsePtrOutput) ApplicationReferenceId

The application reference id.

func (EdifactEnvelopeSettingsResponsePtrOutput) ApplyDelimiterStringAdvice

func (o EdifactEnvelopeSettingsResponsePtrOutput) ApplyDelimiterStringAdvice() pulumi.BoolPtrOutput

The value indicating whether to apply delimiter string advice.

func (EdifactEnvelopeSettingsResponsePtrOutput) CommunicationAgreementId

The communication agreement id.

func (EdifactEnvelopeSettingsResponsePtrOutput) CreateGroupingSegments

The value indicating whether to create grouping segments.

func (EdifactEnvelopeSettingsResponsePtrOutput) Elem

func (EdifactEnvelopeSettingsResponsePtrOutput) ElementType

func (EdifactEnvelopeSettingsResponsePtrOutput) EnableDefaultGroupHeaders

func (o EdifactEnvelopeSettingsResponsePtrOutput) EnableDefaultGroupHeaders() pulumi.BoolPtrOutput

The value indicating whether to enable default group headers.

func (EdifactEnvelopeSettingsResponsePtrOutput) FunctionalGroupId

The functional group id.

func (EdifactEnvelopeSettingsResponsePtrOutput) GroupApplicationPassword

The group application password.

func (EdifactEnvelopeSettingsResponsePtrOutput) GroupApplicationReceiverId

func (o EdifactEnvelopeSettingsResponsePtrOutput) GroupApplicationReceiverId() pulumi.StringPtrOutput

The group application receiver id.

func (EdifactEnvelopeSettingsResponsePtrOutput) GroupApplicationReceiverQualifier

func (o EdifactEnvelopeSettingsResponsePtrOutput) GroupApplicationReceiverQualifier() pulumi.StringPtrOutput

The group application receiver qualifier.

func (EdifactEnvelopeSettingsResponsePtrOutput) GroupApplicationSenderId

The group application sender id.

func (EdifactEnvelopeSettingsResponsePtrOutput) GroupApplicationSenderQualifier

func (o EdifactEnvelopeSettingsResponsePtrOutput) GroupApplicationSenderQualifier() pulumi.StringPtrOutput

The group application sender qualifier.

func (EdifactEnvelopeSettingsResponsePtrOutput) GroupAssociationAssignedCode

func (o EdifactEnvelopeSettingsResponsePtrOutput) GroupAssociationAssignedCode() pulumi.StringPtrOutput

The group association assigned code.

func (EdifactEnvelopeSettingsResponsePtrOutput) GroupControlNumberLowerBound

func (o EdifactEnvelopeSettingsResponsePtrOutput) GroupControlNumberLowerBound() pulumi.Float64PtrOutput

The group control number lower bound.

func (EdifactEnvelopeSettingsResponsePtrOutput) GroupControlNumberPrefix

The group control number prefix.

func (EdifactEnvelopeSettingsResponsePtrOutput) GroupControlNumberSuffix

The group control number suffix.

func (EdifactEnvelopeSettingsResponsePtrOutput) GroupControlNumberUpperBound

func (o EdifactEnvelopeSettingsResponsePtrOutput) GroupControlNumberUpperBound() pulumi.Float64PtrOutput

The group control number upper bound.

func (EdifactEnvelopeSettingsResponsePtrOutput) GroupControllingAgencyCode

func (o EdifactEnvelopeSettingsResponsePtrOutput) GroupControllingAgencyCode() pulumi.StringPtrOutput

The group controlling agency code.

func (EdifactEnvelopeSettingsResponsePtrOutput) GroupMessageRelease

The group message release.

func (EdifactEnvelopeSettingsResponsePtrOutput) GroupMessageVersion

The group message version.

func (EdifactEnvelopeSettingsResponsePtrOutput) InterchangeControlNumberLowerBound

func (o EdifactEnvelopeSettingsResponsePtrOutput) InterchangeControlNumberLowerBound() pulumi.Float64PtrOutput

The interchange control number lower bound.

func (EdifactEnvelopeSettingsResponsePtrOutput) InterchangeControlNumberPrefix

func (o EdifactEnvelopeSettingsResponsePtrOutput) InterchangeControlNumberPrefix() pulumi.StringPtrOutput

The interchange control number prefix.

func (EdifactEnvelopeSettingsResponsePtrOutput) InterchangeControlNumberSuffix

func (o EdifactEnvelopeSettingsResponsePtrOutput) InterchangeControlNumberSuffix() pulumi.StringPtrOutput

The interchange control number suffix.

func (EdifactEnvelopeSettingsResponsePtrOutput) InterchangeControlNumberUpperBound

func (o EdifactEnvelopeSettingsResponsePtrOutput) InterchangeControlNumberUpperBound() pulumi.Float64PtrOutput

The interchange control number upper bound.

func (EdifactEnvelopeSettingsResponsePtrOutput) IsTestInterchange

The value indicating whether the message is a test interchange.

func (EdifactEnvelopeSettingsResponsePtrOutput) OverwriteExistingTransactionSetControlNumber

func (o EdifactEnvelopeSettingsResponsePtrOutput) OverwriteExistingTransactionSetControlNumber() pulumi.BoolPtrOutput

The value indicating whether to overwrite existing transaction set control number.

func (EdifactEnvelopeSettingsResponsePtrOutput) ProcessingPriorityCode

The processing priority code.

func (EdifactEnvelopeSettingsResponsePtrOutput) ReceiverInternalIdentification

func (o EdifactEnvelopeSettingsResponsePtrOutput) ReceiverInternalIdentification() pulumi.StringPtrOutput

The receiver internal identification.

func (EdifactEnvelopeSettingsResponsePtrOutput) ReceiverInternalSubIdentification

func (o EdifactEnvelopeSettingsResponsePtrOutput) ReceiverInternalSubIdentification() pulumi.StringPtrOutput

The receiver internal sub identification.

func (EdifactEnvelopeSettingsResponsePtrOutput) ReceiverReverseRoutingAddress

func (o EdifactEnvelopeSettingsResponsePtrOutput) ReceiverReverseRoutingAddress() pulumi.StringPtrOutput

The receiver reverse routing address.

func (EdifactEnvelopeSettingsResponsePtrOutput) RecipientReferencePasswordQualifier

func (o EdifactEnvelopeSettingsResponsePtrOutput) RecipientReferencePasswordQualifier() pulumi.StringPtrOutput

The recipient reference password qualifier.

func (EdifactEnvelopeSettingsResponsePtrOutput) RecipientReferencePasswordValue

func (o EdifactEnvelopeSettingsResponsePtrOutput) RecipientReferencePasswordValue() pulumi.StringPtrOutput

The recipient reference password value.

func (EdifactEnvelopeSettingsResponsePtrOutput) RolloverGroupControlNumber

func (o EdifactEnvelopeSettingsResponsePtrOutput) RolloverGroupControlNumber() pulumi.BoolPtrOutput

The value indicating whether to rollover group control number.

func (EdifactEnvelopeSettingsResponsePtrOutput) RolloverInterchangeControlNumber

func (o EdifactEnvelopeSettingsResponsePtrOutput) RolloverInterchangeControlNumber() pulumi.BoolPtrOutput

The value indicating whether to rollover interchange control number.

func (EdifactEnvelopeSettingsResponsePtrOutput) RolloverTransactionSetControlNumber

func (o EdifactEnvelopeSettingsResponsePtrOutput) RolloverTransactionSetControlNumber() pulumi.BoolPtrOutput

The value indicating whether to rollover transaction set control number.

func (EdifactEnvelopeSettingsResponsePtrOutput) SenderInternalIdentification

func (o EdifactEnvelopeSettingsResponsePtrOutput) SenderInternalIdentification() pulumi.StringPtrOutput

The sender internal identification.

func (EdifactEnvelopeSettingsResponsePtrOutput) SenderInternalSubIdentification

func (o EdifactEnvelopeSettingsResponsePtrOutput) SenderInternalSubIdentification() pulumi.StringPtrOutput

The sender internal sub identification.

func (EdifactEnvelopeSettingsResponsePtrOutput) SenderReverseRoutingAddress

func (o EdifactEnvelopeSettingsResponsePtrOutput) SenderReverseRoutingAddress() pulumi.StringPtrOutput

The sender reverse routing address.

func (EdifactEnvelopeSettingsResponsePtrOutput) ToEdifactEnvelopeSettingsResponsePtrOutput

func (o EdifactEnvelopeSettingsResponsePtrOutput) ToEdifactEnvelopeSettingsResponsePtrOutput() EdifactEnvelopeSettingsResponsePtrOutput

func (EdifactEnvelopeSettingsResponsePtrOutput) ToEdifactEnvelopeSettingsResponsePtrOutputWithContext

func (o EdifactEnvelopeSettingsResponsePtrOutput) ToEdifactEnvelopeSettingsResponsePtrOutputWithContext(ctx context.Context) EdifactEnvelopeSettingsResponsePtrOutput

func (EdifactEnvelopeSettingsResponsePtrOutput) TransactionSetControlNumberLowerBound

func (o EdifactEnvelopeSettingsResponsePtrOutput) TransactionSetControlNumberLowerBound() pulumi.Float64PtrOutput

The transaction set control number lower bound.

func (EdifactEnvelopeSettingsResponsePtrOutput) TransactionSetControlNumberPrefix

func (o EdifactEnvelopeSettingsResponsePtrOutput) TransactionSetControlNumberPrefix() pulumi.StringPtrOutput

The transaction set control number prefix.

func (EdifactEnvelopeSettingsResponsePtrOutput) TransactionSetControlNumberSuffix

func (o EdifactEnvelopeSettingsResponsePtrOutput) TransactionSetControlNumberSuffix() pulumi.StringPtrOutput

The transaction set control number suffix.

func (EdifactEnvelopeSettingsResponsePtrOutput) TransactionSetControlNumberUpperBound

func (o EdifactEnvelopeSettingsResponsePtrOutput) TransactionSetControlNumberUpperBound() pulumi.Float64PtrOutput

The transaction set control number upper bound.

type EdifactFramingSettings

type EdifactFramingSettings struct {
	// The character encoding.
	CharacterEncoding *string `pulumi:"characterEncoding"`
	// The EDIFACT frame setting characterSet.
	CharacterSet string `pulumi:"characterSet"`
	// The component separator.
	ComponentSeparator int `pulumi:"componentSeparator"`
	// The data element separator.
	DataElementSeparator int `pulumi:"dataElementSeparator"`
	// The EDIFACT frame setting decimal indicator.
	DecimalPointIndicator string `pulumi:"decimalPointIndicator"`
	// The protocol version.
	ProtocolVersion int `pulumi:"protocolVersion"`
	// The release indicator.
	ReleaseIndicator int `pulumi:"releaseIndicator"`
	// The repetition separator.
	RepetitionSeparator int `pulumi:"repetitionSeparator"`
	// The segment terminator.
	SegmentTerminator int `pulumi:"segmentTerminator"`
	// The EDIFACT frame setting segment terminator suffix.
	SegmentTerminatorSuffix string `pulumi:"segmentTerminatorSuffix"`
	// The service code list directory version.
	ServiceCodeListDirectoryVersion *string `pulumi:"serviceCodeListDirectoryVersion"`
}

The Edifact agreement framing settings.

type EdifactFramingSettingsArgs

type EdifactFramingSettingsArgs struct {
	// The character encoding.
	CharacterEncoding pulumi.StringPtrInput `pulumi:"characterEncoding"`
	// The EDIFACT frame setting characterSet.
	CharacterSet EdifactCharacterSet `pulumi:"characterSet"`
	// The component separator.
	ComponentSeparator pulumi.IntInput `pulumi:"componentSeparator"`
	// The data element separator.
	DataElementSeparator pulumi.IntInput `pulumi:"dataElementSeparator"`
	// The EDIFACT frame setting decimal indicator.
	DecimalPointIndicator EdifactDecimalIndicator `pulumi:"decimalPointIndicator"`
	// The protocol version.
	ProtocolVersion pulumi.IntInput `pulumi:"protocolVersion"`
	// The release indicator.
	ReleaseIndicator pulumi.IntInput `pulumi:"releaseIndicator"`
	// The repetition separator.
	RepetitionSeparator pulumi.IntInput `pulumi:"repetitionSeparator"`
	// The segment terminator.
	SegmentTerminator pulumi.IntInput `pulumi:"segmentTerminator"`
	// The EDIFACT frame setting segment terminator suffix.
	SegmentTerminatorSuffix SegmentTerminatorSuffix `pulumi:"segmentTerminatorSuffix"`
	// The service code list directory version.
	ServiceCodeListDirectoryVersion pulumi.StringPtrInput `pulumi:"serviceCodeListDirectoryVersion"`
}

The Edifact agreement framing settings.

func (EdifactFramingSettingsArgs) ElementType

func (EdifactFramingSettingsArgs) ElementType() reflect.Type

func (EdifactFramingSettingsArgs) ToEdifactFramingSettingsOutput

func (i EdifactFramingSettingsArgs) ToEdifactFramingSettingsOutput() EdifactFramingSettingsOutput

func (EdifactFramingSettingsArgs) ToEdifactFramingSettingsOutputWithContext

func (i EdifactFramingSettingsArgs) ToEdifactFramingSettingsOutputWithContext(ctx context.Context) EdifactFramingSettingsOutput

func (EdifactFramingSettingsArgs) ToEdifactFramingSettingsPtrOutput

func (i EdifactFramingSettingsArgs) ToEdifactFramingSettingsPtrOutput() EdifactFramingSettingsPtrOutput

func (EdifactFramingSettingsArgs) ToEdifactFramingSettingsPtrOutputWithContext

func (i EdifactFramingSettingsArgs) ToEdifactFramingSettingsPtrOutputWithContext(ctx context.Context) EdifactFramingSettingsPtrOutput

type EdifactFramingSettingsInput

type EdifactFramingSettingsInput interface {
	pulumi.Input

	ToEdifactFramingSettingsOutput() EdifactFramingSettingsOutput
	ToEdifactFramingSettingsOutputWithContext(context.Context) EdifactFramingSettingsOutput
}

EdifactFramingSettingsInput is an input type that accepts EdifactFramingSettingsArgs and EdifactFramingSettingsOutput values. You can construct a concrete instance of `EdifactFramingSettingsInput` via:

EdifactFramingSettingsArgs{...}

type EdifactFramingSettingsOutput

type EdifactFramingSettingsOutput struct{ *pulumi.OutputState }

The Edifact agreement framing settings.

func (EdifactFramingSettingsOutput) CharacterEncoding

func (o EdifactFramingSettingsOutput) CharacterEncoding() pulumi.StringPtrOutput

The character encoding.

func (EdifactFramingSettingsOutput) CharacterSet

The EDIFACT frame setting characterSet.

func (EdifactFramingSettingsOutput) ComponentSeparator

func (o EdifactFramingSettingsOutput) ComponentSeparator() pulumi.IntOutput

The component separator.

func (EdifactFramingSettingsOutput) DataElementSeparator

func (o EdifactFramingSettingsOutput) DataElementSeparator() pulumi.IntOutput

The data element separator.

func (EdifactFramingSettingsOutput) DecimalPointIndicator

func (o EdifactFramingSettingsOutput) DecimalPointIndicator() pulumi.StringOutput

The EDIFACT frame setting decimal indicator.

func (EdifactFramingSettingsOutput) ElementType

func (EdifactFramingSettingsOutput) ProtocolVersion

func (o EdifactFramingSettingsOutput) ProtocolVersion() pulumi.IntOutput

The protocol version.

func (EdifactFramingSettingsOutput) ReleaseIndicator

func (o EdifactFramingSettingsOutput) ReleaseIndicator() pulumi.IntOutput

The release indicator.

func (EdifactFramingSettingsOutput) RepetitionSeparator

func (o EdifactFramingSettingsOutput) RepetitionSeparator() pulumi.IntOutput

The repetition separator.

func (EdifactFramingSettingsOutput) SegmentTerminator

func (o EdifactFramingSettingsOutput) SegmentTerminator() pulumi.IntOutput

The segment terminator.

func (EdifactFramingSettingsOutput) SegmentTerminatorSuffix

func (o EdifactFramingSettingsOutput) SegmentTerminatorSuffix() pulumi.StringOutput

The EDIFACT frame setting segment terminator suffix.

func (EdifactFramingSettingsOutput) ServiceCodeListDirectoryVersion

func (o EdifactFramingSettingsOutput) ServiceCodeListDirectoryVersion() pulumi.StringPtrOutput

The service code list directory version.

func (EdifactFramingSettingsOutput) ToEdifactFramingSettingsOutput

func (o EdifactFramingSettingsOutput) ToEdifactFramingSettingsOutput() EdifactFramingSettingsOutput

func (EdifactFramingSettingsOutput) ToEdifactFramingSettingsOutputWithContext

func (o EdifactFramingSettingsOutput) ToEdifactFramingSettingsOutputWithContext(ctx context.Context) EdifactFramingSettingsOutput

func (EdifactFramingSettingsOutput) ToEdifactFramingSettingsPtrOutput

func (o EdifactFramingSettingsOutput) ToEdifactFramingSettingsPtrOutput() EdifactFramingSettingsPtrOutput

func (EdifactFramingSettingsOutput) ToEdifactFramingSettingsPtrOutputWithContext

func (o EdifactFramingSettingsOutput) ToEdifactFramingSettingsPtrOutputWithContext(ctx context.Context) EdifactFramingSettingsPtrOutput

type EdifactFramingSettingsPtrInput

type EdifactFramingSettingsPtrInput interface {
	pulumi.Input

	ToEdifactFramingSettingsPtrOutput() EdifactFramingSettingsPtrOutput
	ToEdifactFramingSettingsPtrOutputWithContext(context.Context) EdifactFramingSettingsPtrOutput
}

EdifactFramingSettingsPtrInput is an input type that accepts EdifactFramingSettingsArgs, EdifactFramingSettingsPtr and EdifactFramingSettingsPtrOutput values. You can construct a concrete instance of `EdifactFramingSettingsPtrInput` via:

        EdifactFramingSettingsArgs{...}

or:

        nil

type EdifactFramingSettingsPtrOutput

type EdifactFramingSettingsPtrOutput struct{ *pulumi.OutputState }

func (EdifactFramingSettingsPtrOutput) CharacterEncoding

The character encoding.

func (EdifactFramingSettingsPtrOutput) CharacterSet

The EDIFACT frame setting characterSet.

func (EdifactFramingSettingsPtrOutput) ComponentSeparator

func (o EdifactFramingSettingsPtrOutput) ComponentSeparator() pulumi.IntPtrOutput

The component separator.

func (EdifactFramingSettingsPtrOutput) DataElementSeparator

func (o EdifactFramingSettingsPtrOutput) DataElementSeparator() pulumi.IntPtrOutput

The data element separator.

func (EdifactFramingSettingsPtrOutput) DecimalPointIndicator

func (o EdifactFramingSettingsPtrOutput) DecimalPointIndicator() pulumi.StringPtrOutput

The EDIFACT frame setting decimal indicator.

func (EdifactFramingSettingsPtrOutput) Elem

func (EdifactFramingSettingsPtrOutput) ElementType

func (EdifactFramingSettingsPtrOutput) ProtocolVersion

The protocol version.

func (EdifactFramingSettingsPtrOutput) ReleaseIndicator

The release indicator.

func (EdifactFramingSettingsPtrOutput) RepetitionSeparator

func (o EdifactFramingSettingsPtrOutput) RepetitionSeparator() pulumi.IntPtrOutput

The repetition separator.

func (EdifactFramingSettingsPtrOutput) SegmentTerminator

func (o EdifactFramingSettingsPtrOutput) SegmentTerminator() pulumi.IntPtrOutput

The segment terminator.

func (EdifactFramingSettingsPtrOutput) SegmentTerminatorSuffix

func (o EdifactFramingSettingsPtrOutput) SegmentTerminatorSuffix() pulumi.StringPtrOutput

The EDIFACT frame setting segment terminator suffix.

func (EdifactFramingSettingsPtrOutput) ServiceCodeListDirectoryVersion

func (o EdifactFramingSettingsPtrOutput) ServiceCodeListDirectoryVersion() pulumi.StringPtrOutput

The service code list directory version.

func (EdifactFramingSettingsPtrOutput) ToEdifactFramingSettingsPtrOutput

func (o EdifactFramingSettingsPtrOutput) ToEdifactFramingSettingsPtrOutput() EdifactFramingSettingsPtrOutput

func (EdifactFramingSettingsPtrOutput) ToEdifactFramingSettingsPtrOutputWithContext

func (o EdifactFramingSettingsPtrOutput) ToEdifactFramingSettingsPtrOutputWithContext(ctx context.Context) EdifactFramingSettingsPtrOutput

type EdifactFramingSettingsResponse

type EdifactFramingSettingsResponse struct {
	// The character encoding.
	CharacterEncoding *string `pulumi:"characterEncoding"`
	// The EDIFACT frame setting characterSet.
	CharacterSet string `pulumi:"characterSet"`
	// The component separator.
	ComponentSeparator int `pulumi:"componentSeparator"`
	// The data element separator.
	DataElementSeparator int `pulumi:"dataElementSeparator"`
	// The EDIFACT frame setting decimal indicator.
	DecimalPointIndicator string `pulumi:"decimalPointIndicator"`
	// The protocol version.
	ProtocolVersion int `pulumi:"protocolVersion"`
	// The release indicator.
	ReleaseIndicator int `pulumi:"releaseIndicator"`
	// The repetition separator.
	RepetitionSeparator int `pulumi:"repetitionSeparator"`
	// The segment terminator.
	SegmentTerminator int `pulumi:"segmentTerminator"`
	// The EDIFACT frame setting segment terminator suffix.
	SegmentTerminatorSuffix string `pulumi:"segmentTerminatorSuffix"`
	// The service code list directory version.
	ServiceCodeListDirectoryVersion *string `pulumi:"serviceCodeListDirectoryVersion"`
}

The Edifact agreement framing settings.

type EdifactFramingSettingsResponseArgs

type EdifactFramingSettingsResponseArgs struct {
	// The character encoding.
	CharacterEncoding pulumi.StringPtrInput `pulumi:"characterEncoding"`
	// The EDIFACT frame setting characterSet.
	CharacterSet pulumi.StringInput `pulumi:"characterSet"`
	// The component separator.
	ComponentSeparator pulumi.IntInput `pulumi:"componentSeparator"`
	// The data element separator.
	DataElementSeparator pulumi.IntInput `pulumi:"dataElementSeparator"`
	// The EDIFACT frame setting decimal indicator.
	DecimalPointIndicator pulumi.StringInput `pulumi:"decimalPointIndicator"`
	// The protocol version.
	ProtocolVersion pulumi.IntInput `pulumi:"protocolVersion"`
	// The release indicator.
	ReleaseIndicator pulumi.IntInput `pulumi:"releaseIndicator"`
	// The repetition separator.
	RepetitionSeparator pulumi.IntInput `pulumi:"repetitionSeparator"`
	// The segment terminator.
	SegmentTerminator pulumi.IntInput `pulumi:"segmentTerminator"`
	// The EDIFACT frame setting segment terminator suffix.
	SegmentTerminatorSuffix pulumi.StringInput `pulumi:"segmentTerminatorSuffix"`
	// The service code list directory version.
	ServiceCodeListDirectoryVersion pulumi.StringPtrInput `pulumi:"serviceCodeListDirectoryVersion"`
}

The Edifact agreement framing settings.

func (EdifactFramingSettingsResponseArgs) ElementType

func (EdifactFramingSettingsResponseArgs) ToEdifactFramingSettingsResponseOutput

func (i EdifactFramingSettingsResponseArgs) ToEdifactFramingSettingsResponseOutput() EdifactFramingSettingsResponseOutput

func (EdifactFramingSettingsResponseArgs) ToEdifactFramingSettingsResponseOutputWithContext

func (i EdifactFramingSettingsResponseArgs) ToEdifactFramingSettingsResponseOutputWithContext(ctx context.Context) EdifactFramingSettingsResponseOutput

func (EdifactFramingSettingsResponseArgs) ToEdifactFramingSettingsResponsePtrOutput

func (i EdifactFramingSettingsResponseArgs) ToEdifactFramingSettingsResponsePtrOutput() EdifactFramingSettingsResponsePtrOutput

func (EdifactFramingSettingsResponseArgs) ToEdifactFramingSettingsResponsePtrOutputWithContext

func (i EdifactFramingSettingsResponseArgs) ToEdifactFramingSettingsResponsePtrOutputWithContext(ctx context.Context) EdifactFramingSettingsResponsePtrOutput

type EdifactFramingSettingsResponseInput

type EdifactFramingSettingsResponseInput interface {
	pulumi.Input

	ToEdifactFramingSettingsResponseOutput() EdifactFramingSettingsResponseOutput
	ToEdifactFramingSettingsResponseOutputWithContext(context.Context) EdifactFramingSettingsResponseOutput
}

EdifactFramingSettingsResponseInput is an input type that accepts EdifactFramingSettingsResponseArgs and EdifactFramingSettingsResponseOutput values. You can construct a concrete instance of `EdifactFramingSettingsResponseInput` via:

EdifactFramingSettingsResponseArgs{...}

type EdifactFramingSettingsResponseOutput

type EdifactFramingSettingsResponseOutput struct{ *pulumi.OutputState }

The Edifact agreement framing settings.

func (EdifactFramingSettingsResponseOutput) CharacterEncoding

The character encoding.

func (EdifactFramingSettingsResponseOutput) CharacterSet

The EDIFACT frame setting characterSet.

func (EdifactFramingSettingsResponseOutput) ComponentSeparator

func (o EdifactFramingSettingsResponseOutput) ComponentSeparator() pulumi.IntOutput

The component separator.

func (EdifactFramingSettingsResponseOutput) DataElementSeparator

func (o EdifactFramingSettingsResponseOutput) DataElementSeparator() pulumi.IntOutput

The data element separator.

func (EdifactFramingSettingsResponseOutput) DecimalPointIndicator

func (o EdifactFramingSettingsResponseOutput) DecimalPointIndicator() pulumi.StringOutput

The EDIFACT frame setting decimal indicator.

func (EdifactFramingSettingsResponseOutput) ElementType

func (EdifactFramingSettingsResponseOutput) ProtocolVersion

The protocol version.

func (EdifactFramingSettingsResponseOutput) ReleaseIndicator

The release indicator.

func (EdifactFramingSettingsResponseOutput) RepetitionSeparator

func (o EdifactFramingSettingsResponseOutput) RepetitionSeparator() pulumi.IntOutput

The repetition separator.

func (EdifactFramingSettingsResponseOutput) SegmentTerminator

The segment terminator.

func (EdifactFramingSettingsResponseOutput) SegmentTerminatorSuffix

func (o EdifactFramingSettingsResponseOutput) SegmentTerminatorSuffix() pulumi.StringOutput

The EDIFACT frame setting segment terminator suffix.

func (EdifactFramingSettingsResponseOutput) ServiceCodeListDirectoryVersion

func (o EdifactFramingSettingsResponseOutput) ServiceCodeListDirectoryVersion() pulumi.StringPtrOutput

The service code list directory version.

func (EdifactFramingSettingsResponseOutput) ToEdifactFramingSettingsResponseOutput

func (o EdifactFramingSettingsResponseOutput) ToEdifactFramingSettingsResponseOutput() EdifactFramingSettingsResponseOutput

func (EdifactFramingSettingsResponseOutput) ToEdifactFramingSettingsResponseOutputWithContext

func (o EdifactFramingSettingsResponseOutput) ToEdifactFramingSettingsResponseOutputWithContext(ctx context.Context) EdifactFramingSettingsResponseOutput

func (EdifactFramingSettingsResponseOutput) ToEdifactFramingSettingsResponsePtrOutput

func (o EdifactFramingSettingsResponseOutput) ToEdifactFramingSettingsResponsePtrOutput() EdifactFramingSettingsResponsePtrOutput

func (EdifactFramingSettingsResponseOutput) ToEdifactFramingSettingsResponsePtrOutputWithContext

func (o EdifactFramingSettingsResponseOutput) ToEdifactFramingSettingsResponsePtrOutputWithContext(ctx context.Context) EdifactFramingSettingsResponsePtrOutput

type EdifactFramingSettingsResponsePtrInput

type EdifactFramingSettingsResponsePtrInput interface {
	pulumi.Input

	ToEdifactFramingSettingsResponsePtrOutput() EdifactFramingSettingsResponsePtrOutput
	ToEdifactFramingSettingsResponsePtrOutputWithContext(context.Context) EdifactFramingSettingsResponsePtrOutput
}

EdifactFramingSettingsResponsePtrInput is an input type that accepts EdifactFramingSettingsResponseArgs, EdifactFramingSettingsResponsePtr and EdifactFramingSettingsResponsePtrOutput values. You can construct a concrete instance of `EdifactFramingSettingsResponsePtrInput` via:

        EdifactFramingSettingsResponseArgs{...}

or:

        nil

type EdifactFramingSettingsResponsePtrOutput

type EdifactFramingSettingsResponsePtrOutput struct{ *pulumi.OutputState }

func (EdifactFramingSettingsResponsePtrOutput) CharacterEncoding

The character encoding.

func (EdifactFramingSettingsResponsePtrOutput) CharacterSet

The EDIFACT frame setting characterSet.

func (EdifactFramingSettingsResponsePtrOutput) ComponentSeparator

The component separator.

func (EdifactFramingSettingsResponsePtrOutput) DataElementSeparator

The data element separator.

func (EdifactFramingSettingsResponsePtrOutput) DecimalPointIndicator

The EDIFACT frame setting decimal indicator.

func (EdifactFramingSettingsResponsePtrOutput) Elem

func (EdifactFramingSettingsResponsePtrOutput) ElementType

func (EdifactFramingSettingsResponsePtrOutput) ProtocolVersion

The protocol version.

func (EdifactFramingSettingsResponsePtrOutput) ReleaseIndicator

The release indicator.

func (EdifactFramingSettingsResponsePtrOutput) RepetitionSeparator

The repetition separator.

func (EdifactFramingSettingsResponsePtrOutput) SegmentTerminator

The segment terminator.

func (EdifactFramingSettingsResponsePtrOutput) SegmentTerminatorSuffix

The EDIFACT frame setting segment terminator suffix.

func (EdifactFramingSettingsResponsePtrOutput) ServiceCodeListDirectoryVersion

func (o EdifactFramingSettingsResponsePtrOutput) ServiceCodeListDirectoryVersion() pulumi.StringPtrOutput

The service code list directory version.

func (EdifactFramingSettingsResponsePtrOutput) ToEdifactFramingSettingsResponsePtrOutput

func (o EdifactFramingSettingsResponsePtrOutput) ToEdifactFramingSettingsResponsePtrOutput() EdifactFramingSettingsResponsePtrOutput

func (EdifactFramingSettingsResponsePtrOutput) ToEdifactFramingSettingsResponsePtrOutputWithContext

func (o EdifactFramingSettingsResponsePtrOutput) ToEdifactFramingSettingsResponsePtrOutputWithContext(ctx context.Context) EdifactFramingSettingsResponsePtrOutput

type EdifactMessageFilter

type EdifactMessageFilter struct {
	// The message filter type.
	MessageFilterType string `pulumi:"messageFilterType"`
}

The Edifact message filter for odata query.

type EdifactMessageFilterArgs

type EdifactMessageFilterArgs struct {
	// The message filter type.
	MessageFilterType MessageFilterType `pulumi:"messageFilterType"`
}

The Edifact message filter for odata query.

func (EdifactMessageFilterArgs) ElementType

func (EdifactMessageFilterArgs) ElementType() reflect.Type

func (EdifactMessageFilterArgs) ToEdifactMessageFilterOutput

func (i EdifactMessageFilterArgs) ToEdifactMessageFilterOutput() EdifactMessageFilterOutput

func (EdifactMessageFilterArgs) ToEdifactMessageFilterOutputWithContext

func (i EdifactMessageFilterArgs) ToEdifactMessageFilterOutputWithContext(ctx context.Context) EdifactMessageFilterOutput

func (EdifactMessageFilterArgs) ToEdifactMessageFilterPtrOutput

func (i EdifactMessageFilterArgs) ToEdifactMessageFilterPtrOutput() EdifactMessageFilterPtrOutput

func (EdifactMessageFilterArgs) ToEdifactMessageFilterPtrOutputWithContext

func (i EdifactMessageFilterArgs) ToEdifactMessageFilterPtrOutputWithContext(ctx context.Context) EdifactMessageFilterPtrOutput

type EdifactMessageFilterInput

type EdifactMessageFilterInput interface {
	pulumi.Input

	ToEdifactMessageFilterOutput() EdifactMessageFilterOutput
	ToEdifactMessageFilterOutputWithContext(context.Context) EdifactMessageFilterOutput
}

EdifactMessageFilterInput is an input type that accepts EdifactMessageFilterArgs and EdifactMessageFilterOutput values. You can construct a concrete instance of `EdifactMessageFilterInput` via:

EdifactMessageFilterArgs{...}

type EdifactMessageFilterOutput

type EdifactMessageFilterOutput struct{ *pulumi.OutputState }

The Edifact message filter for odata query.

func (EdifactMessageFilterOutput) ElementType

func (EdifactMessageFilterOutput) ElementType() reflect.Type

func (EdifactMessageFilterOutput) MessageFilterType

func (o EdifactMessageFilterOutput) MessageFilterType() pulumi.StringOutput

The message filter type.

func (EdifactMessageFilterOutput) ToEdifactMessageFilterOutput

func (o EdifactMessageFilterOutput) ToEdifactMessageFilterOutput() EdifactMessageFilterOutput

func (EdifactMessageFilterOutput) ToEdifactMessageFilterOutputWithContext

func (o EdifactMessageFilterOutput) ToEdifactMessageFilterOutputWithContext(ctx context.Context) EdifactMessageFilterOutput

func (EdifactMessageFilterOutput) ToEdifactMessageFilterPtrOutput

func (o EdifactMessageFilterOutput) ToEdifactMessageFilterPtrOutput() EdifactMessageFilterPtrOutput

func (EdifactMessageFilterOutput) ToEdifactMessageFilterPtrOutputWithContext

func (o EdifactMessageFilterOutput) ToEdifactMessageFilterPtrOutputWithContext(ctx context.Context) EdifactMessageFilterPtrOutput

type EdifactMessageFilterPtrInput

type EdifactMessageFilterPtrInput interface {
	pulumi.Input

	ToEdifactMessageFilterPtrOutput() EdifactMessageFilterPtrOutput
	ToEdifactMessageFilterPtrOutputWithContext(context.Context) EdifactMessageFilterPtrOutput
}

EdifactMessageFilterPtrInput is an input type that accepts EdifactMessageFilterArgs, EdifactMessageFilterPtr and EdifactMessageFilterPtrOutput values. You can construct a concrete instance of `EdifactMessageFilterPtrInput` via:

        EdifactMessageFilterArgs{...}

or:

        nil

type EdifactMessageFilterPtrOutput

type EdifactMessageFilterPtrOutput struct{ *pulumi.OutputState }

func (EdifactMessageFilterPtrOutput) Elem

func (EdifactMessageFilterPtrOutput) ElementType

func (EdifactMessageFilterPtrOutput) MessageFilterType

The message filter type.

func (EdifactMessageFilterPtrOutput) ToEdifactMessageFilterPtrOutput

func (o EdifactMessageFilterPtrOutput) ToEdifactMessageFilterPtrOutput() EdifactMessageFilterPtrOutput

func (EdifactMessageFilterPtrOutput) ToEdifactMessageFilterPtrOutputWithContext

func (o EdifactMessageFilterPtrOutput) ToEdifactMessageFilterPtrOutputWithContext(ctx context.Context) EdifactMessageFilterPtrOutput

type EdifactMessageFilterResponse

type EdifactMessageFilterResponse struct {
	// The message filter type.
	MessageFilterType string `pulumi:"messageFilterType"`
}

The Edifact message filter for odata query.

type EdifactMessageFilterResponseArgs

type EdifactMessageFilterResponseArgs struct {
	// The message filter type.
	MessageFilterType pulumi.StringInput `pulumi:"messageFilterType"`
}

The Edifact message filter for odata query.

func (EdifactMessageFilterResponseArgs) ElementType

func (EdifactMessageFilterResponseArgs) ToEdifactMessageFilterResponseOutput

func (i EdifactMessageFilterResponseArgs) ToEdifactMessageFilterResponseOutput() EdifactMessageFilterResponseOutput

func (EdifactMessageFilterResponseArgs) ToEdifactMessageFilterResponseOutputWithContext

func (i EdifactMessageFilterResponseArgs) ToEdifactMessageFilterResponseOutputWithContext(ctx context.Context) EdifactMessageFilterResponseOutput

func (EdifactMessageFilterResponseArgs) ToEdifactMessageFilterResponsePtrOutput

func (i EdifactMessageFilterResponseArgs) ToEdifactMessageFilterResponsePtrOutput() EdifactMessageFilterResponsePtrOutput

func (EdifactMessageFilterResponseArgs) ToEdifactMessageFilterResponsePtrOutputWithContext

func (i EdifactMessageFilterResponseArgs) ToEdifactMessageFilterResponsePtrOutputWithContext(ctx context.Context) EdifactMessageFilterResponsePtrOutput

type EdifactMessageFilterResponseInput

type EdifactMessageFilterResponseInput interface {
	pulumi.Input

	ToEdifactMessageFilterResponseOutput() EdifactMessageFilterResponseOutput
	ToEdifactMessageFilterResponseOutputWithContext(context.Context) EdifactMessageFilterResponseOutput
}

EdifactMessageFilterResponseInput is an input type that accepts EdifactMessageFilterResponseArgs and EdifactMessageFilterResponseOutput values. You can construct a concrete instance of `EdifactMessageFilterResponseInput` via:

EdifactMessageFilterResponseArgs{...}

type EdifactMessageFilterResponseOutput

type EdifactMessageFilterResponseOutput struct{ *pulumi.OutputState }

The Edifact message filter for odata query.

func (EdifactMessageFilterResponseOutput) ElementType

func (EdifactMessageFilterResponseOutput) MessageFilterType

The message filter type.

func (EdifactMessageFilterResponseOutput) ToEdifactMessageFilterResponseOutput

func (o EdifactMessageFilterResponseOutput) ToEdifactMessageFilterResponseOutput() EdifactMessageFilterResponseOutput

func (EdifactMessageFilterResponseOutput) ToEdifactMessageFilterResponseOutputWithContext

func (o EdifactMessageFilterResponseOutput) ToEdifactMessageFilterResponseOutputWithContext(ctx context.Context) EdifactMessageFilterResponseOutput

func (EdifactMessageFilterResponseOutput) ToEdifactMessageFilterResponsePtrOutput

func (o EdifactMessageFilterResponseOutput) ToEdifactMessageFilterResponsePtrOutput() EdifactMessageFilterResponsePtrOutput

func (EdifactMessageFilterResponseOutput) ToEdifactMessageFilterResponsePtrOutputWithContext

func (o EdifactMessageFilterResponseOutput) ToEdifactMessageFilterResponsePtrOutputWithContext(ctx context.Context) EdifactMessageFilterResponsePtrOutput

type EdifactMessageFilterResponsePtrInput

type EdifactMessageFilterResponsePtrInput interface {
	pulumi.Input

	ToEdifactMessageFilterResponsePtrOutput() EdifactMessageFilterResponsePtrOutput
	ToEdifactMessageFilterResponsePtrOutputWithContext(context.Context) EdifactMessageFilterResponsePtrOutput
}

EdifactMessageFilterResponsePtrInput is an input type that accepts EdifactMessageFilterResponseArgs, EdifactMessageFilterResponsePtr and EdifactMessageFilterResponsePtrOutput values. You can construct a concrete instance of `EdifactMessageFilterResponsePtrInput` via:

        EdifactMessageFilterResponseArgs{...}

or:

        nil

type EdifactMessageFilterResponsePtrOutput

type EdifactMessageFilterResponsePtrOutput struct{ *pulumi.OutputState }

func (EdifactMessageFilterResponsePtrOutput) Elem

func (EdifactMessageFilterResponsePtrOutput) ElementType

func (EdifactMessageFilterResponsePtrOutput) MessageFilterType

The message filter type.

func (EdifactMessageFilterResponsePtrOutput) ToEdifactMessageFilterResponsePtrOutput

func (o EdifactMessageFilterResponsePtrOutput) ToEdifactMessageFilterResponsePtrOutput() EdifactMessageFilterResponsePtrOutput

func (EdifactMessageFilterResponsePtrOutput) ToEdifactMessageFilterResponsePtrOutputWithContext

func (o EdifactMessageFilterResponsePtrOutput) ToEdifactMessageFilterResponsePtrOutputWithContext(ctx context.Context) EdifactMessageFilterResponsePtrOutput

type EdifactMessageIdentifier

type EdifactMessageIdentifier struct {
	// The message id on which this envelope settings has to be applied.
	MessageId string `pulumi:"messageId"`
}

The Edifact message identifier.

type EdifactMessageIdentifierArgs

type EdifactMessageIdentifierArgs struct {
	// The message id on which this envelope settings has to be applied.
	MessageId pulumi.StringInput `pulumi:"messageId"`
}

The Edifact message identifier.

func (EdifactMessageIdentifierArgs) ElementType

func (EdifactMessageIdentifierArgs) ToEdifactMessageIdentifierOutput

func (i EdifactMessageIdentifierArgs) ToEdifactMessageIdentifierOutput() EdifactMessageIdentifierOutput

func (EdifactMessageIdentifierArgs) ToEdifactMessageIdentifierOutputWithContext

func (i EdifactMessageIdentifierArgs) ToEdifactMessageIdentifierOutputWithContext(ctx context.Context) EdifactMessageIdentifierOutput

type EdifactMessageIdentifierArray

type EdifactMessageIdentifierArray []EdifactMessageIdentifierInput

func (EdifactMessageIdentifierArray) ElementType

func (EdifactMessageIdentifierArray) ToEdifactMessageIdentifierArrayOutput

func (i EdifactMessageIdentifierArray) ToEdifactMessageIdentifierArrayOutput() EdifactMessageIdentifierArrayOutput

func (EdifactMessageIdentifierArray) ToEdifactMessageIdentifierArrayOutputWithContext

func (i EdifactMessageIdentifierArray) ToEdifactMessageIdentifierArrayOutputWithContext(ctx context.Context) EdifactMessageIdentifierArrayOutput

type EdifactMessageIdentifierArrayInput

type EdifactMessageIdentifierArrayInput interface {
	pulumi.Input

	ToEdifactMessageIdentifierArrayOutput() EdifactMessageIdentifierArrayOutput
	ToEdifactMessageIdentifierArrayOutputWithContext(context.Context) EdifactMessageIdentifierArrayOutput
}

EdifactMessageIdentifierArrayInput is an input type that accepts EdifactMessageIdentifierArray and EdifactMessageIdentifierArrayOutput values. You can construct a concrete instance of `EdifactMessageIdentifierArrayInput` via:

EdifactMessageIdentifierArray{ EdifactMessageIdentifierArgs{...} }

type EdifactMessageIdentifierArrayOutput

type EdifactMessageIdentifierArrayOutput struct{ *pulumi.OutputState }

func (EdifactMessageIdentifierArrayOutput) ElementType

func (EdifactMessageIdentifierArrayOutput) Index

func (EdifactMessageIdentifierArrayOutput) ToEdifactMessageIdentifierArrayOutput

func (o EdifactMessageIdentifierArrayOutput) ToEdifactMessageIdentifierArrayOutput() EdifactMessageIdentifierArrayOutput

func (EdifactMessageIdentifierArrayOutput) ToEdifactMessageIdentifierArrayOutputWithContext

func (o EdifactMessageIdentifierArrayOutput) ToEdifactMessageIdentifierArrayOutputWithContext(ctx context.Context) EdifactMessageIdentifierArrayOutput

type EdifactMessageIdentifierInput

type EdifactMessageIdentifierInput interface {
	pulumi.Input

	ToEdifactMessageIdentifierOutput() EdifactMessageIdentifierOutput
	ToEdifactMessageIdentifierOutputWithContext(context.Context) EdifactMessageIdentifierOutput
}

EdifactMessageIdentifierInput is an input type that accepts EdifactMessageIdentifierArgs and EdifactMessageIdentifierOutput values. You can construct a concrete instance of `EdifactMessageIdentifierInput` via:

EdifactMessageIdentifierArgs{...}

type EdifactMessageIdentifierOutput

type EdifactMessageIdentifierOutput struct{ *pulumi.OutputState }

The Edifact message identifier.

func (EdifactMessageIdentifierOutput) ElementType

func (EdifactMessageIdentifierOutput) MessageId

The message id on which this envelope settings has to be applied.

func (EdifactMessageIdentifierOutput) ToEdifactMessageIdentifierOutput

func (o EdifactMessageIdentifierOutput) ToEdifactMessageIdentifierOutput() EdifactMessageIdentifierOutput

func (EdifactMessageIdentifierOutput) ToEdifactMessageIdentifierOutputWithContext

func (o EdifactMessageIdentifierOutput) ToEdifactMessageIdentifierOutputWithContext(ctx context.Context) EdifactMessageIdentifierOutput

type EdifactMessageIdentifierResponse

type EdifactMessageIdentifierResponse struct {
	// The message id on which this envelope settings has to be applied.
	MessageId string `pulumi:"messageId"`
}

The Edifact message identifier.

type EdifactMessageIdentifierResponseArgs

type EdifactMessageIdentifierResponseArgs struct {
	// The message id on which this envelope settings has to be applied.
	MessageId pulumi.StringInput `pulumi:"messageId"`
}

The Edifact message identifier.

func (EdifactMessageIdentifierResponseArgs) ElementType

func (EdifactMessageIdentifierResponseArgs) ToEdifactMessageIdentifierResponseOutput

func (i EdifactMessageIdentifierResponseArgs) ToEdifactMessageIdentifierResponseOutput() EdifactMessageIdentifierResponseOutput

func (EdifactMessageIdentifierResponseArgs) ToEdifactMessageIdentifierResponseOutputWithContext

func (i EdifactMessageIdentifierResponseArgs) ToEdifactMessageIdentifierResponseOutputWithContext(ctx context.Context) EdifactMessageIdentifierResponseOutput

type EdifactMessageIdentifierResponseArray

type EdifactMessageIdentifierResponseArray []EdifactMessageIdentifierResponseInput

func (EdifactMessageIdentifierResponseArray) ElementType

func (EdifactMessageIdentifierResponseArray) ToEdifactMessageIdentifierResponseArrayOutput

func (i EdifactMessageIdentifierResponseArray) ToEdifactMessageIdentifierResponseArrayOutput() EdifactMessageIdentifierResponseArrayOutput

func (EdifactMessageIdentifierResponseArray) ToEdifactMessageIdentifierResponseArrayOutputWithContext

func (i EdifactMessageIdentifierResponseArray) ToEdifactMessageIdentifierResponseArrayOutputWithContext(ctx context.Context) EdifactMessageIdentifierResponseArrayOutput

type EdifactMessageIdentifierResponseArrayInput

type EdifactMessageIdentifierResponseArrayInput interface {
	pulumi.Input

	ToEdifactMessageIdentifierResponseArrayOutput() EdifactMessageIdentifierResponseArrayOutput
	ToEdifactMessageIdentifierResponseArrayOutputWithContext(context.Context) EdifactMessageIdentifierResponseArrayOutput
}

EdifactMessageIdentifierResponseArrayInput is an input type that accepts EdifactMessageIdentifierResponseArray and EdifactMessageIdentifierResponseArrayOutput values. You can construct a concrete instance of `EdifactMessageIdentifierResponseArrayInput` via:

EdifactMessageIdentifierResponseArray{ EdifactMessageIdentifierResponseArgs{...} }

type EdifactMessageIdentifierResponseArrayOutput

type EdifactMessageIdentifierResponseArrayOutput struct{ *pulumi.OutputState }

func (EdifactMessageIdentifierResponseArrayOutput) ElementType

func (EdifactMessageIdentifierResponseArrayOutput) Index

func (EdifactMessageIdentifierResponseArrayOutput) ToEdifactMessageIdentifierResponseArrayOutput

func (o EdifactMessageIdentifierResponseArrayOutput) ToEdifactMessageIdentifierResponseArrayOutput() EdifactMessageIdentifierResponseArrayOutput

func (EdifactMessageIdentifierResponseArrayOutput) ToEdifactMessageIdentifierResponseArrayOutputWithContext

func (o EdifactMessageIdentifierResponseArrayOutput) ToEdifactMessageIdentifierResponseArrayOutputWithContext(ctx context.Context) EdifactMessageIdentifierResponseArrayOutput

type EdifactMessageIdentifierResponseInput

type EdifactMessageIdentifierResponseInput interface {
	pulumi.Input

	ToEdifactMessageIdentifierResponseOutput() EdifactMessageIdentifierResponseOutput
	ToEdifactMessageIdentifierResponseOutputWithContext(context.Context) EdifactMessageIdentifierResponseOutput
}

EdifactMessageIdentifierResponseInput is an input type that accepts EdifactMessageIdentifierResponseArgs and EdifactMessageIdentifierResponseOutput values. You can construct a concrete instance of `EdifactMessageIdentifierResponseInput` via:

EdifactMessageIdentifierResponseArgs{...}

type EdifactMessageIdentifierResponseOutput

type EdifactMessageIdentifierResponseOutput struct{ *pulumi.OutputState }

The Edifact message identifier.

func (EdifactMessageIdentifierResponseOutput) ElementType

func (EdifactMessageIdentifierResponseOutput) MessageId

The message id on which this envelope settings has to be applied.

func (EdifactMessageIdentifierResponseOutput) ToEdifactMessageIdentifierResponseOutput

func (o EdifactMessageIdentifierResponseOutput) ToEdifactMessageIdentifierResponseOutput() EdifactMessageIdentifierResponseOutput

func (EdifactMessageIdentifierResponseOutput) ToEdifactMessageIdentifierResponseOutputWithContext

func (o EdifactMessageIdentifierResponseOutput) ToEdifactMessageIdentifierResponseOutputWithContext(ctx context.Context) EdifactMessageIdentifierResponseOutput

type EdifactOneWayAgreement

type EdifactOneWayAgreement struct {
	// The EDIFACT protocol settings.
	ProtocolSettings EdifactProtocolSettings `pulumi:"protocolSettings"`
	// The receiver business identity
	ReceiverBusinessIdentity BusinessIdentity `pulumi:"receiverBusinessIdentity"`
	// The sender business identity
	SenderBusinessIdentity BusinessIdentity `pulumi:"senderBusinessIdentity"`
}

The Edifact one way agreement.

type EdifactOneWayAgreementArgs

type EdifactOneWayAgreementArgs struct {
	// The EDIFACT protocol settings.
	ProtocolSettings EdifactProtocolSettingsInput `pulumi:"protocolSettings"`
	// The receiver business identity
	ReceiverBusinessIdentity BusinessIdentityInput `pulumi:"receiverBusinessIdentity"`
	// The sender business identity
	SenderBusinessIdentity BusinessIdentityInput `pulumi:"senderBusinessIdentity"`
}

The Edifact one way agreement.

func (EdifactOneWayAgreementArgs) ElementType

func (EdifactOneWayAgreementArgs) ElementType() reflect.Type

func (EdifactOneWayAgreementArgs) ToEdifactOneWayAgreementOutput

func (i EdifactOneWayAgreementArgs) ToEdifactOneWayAgreementOutput() EdifactOneWayAgreementOutput

func (EdifactOneWayAgreementArgs) ToEdifactOneWayAgreementOutputWithContext

func (i EdifactOneWayAgreementArgs) ToEdifactOneWayAgreementOutputWithContext(ctx context.Context) EdifactOneWayAgreementOutput

func (EdifactOneWayAgreementArgs) ToEdifactOneWayAgreementPtrOutput

func (i EdifactOneWayAgreementArgs) ToEdifactOneWayAgreementPtrOutput() EdifactOneWayAgreementPtrOutput

func (EdifactOneWayAgreementArgs) ToEdifactOneWayAgreementPtrOutputWithContext

func (i EdifactOneWayAgreementArgs) ToEdifactOneWayAgreementPtrOutputWithContext(ctx context.Context) EdifactOneWayAgreementPtrOutput

type EdifactOneWayAgreementInput

type EdifactOneWayAgreementInput interface {
	pulumi.Input

	ToEdifactOneWayAgreementOutput() EdifactOneWayAgreementOutput
	ToEdifactOneWayAgreementOutputWithContext(context.Context) EdifactOneWayAgreementOutput
}

EdifactOneWayAgreementInput is an input type that accepts EdifactOneWayAgreementArgs and EdifactOneWayAgreementOutput values. You can construct a concrete instance of `EdifactOneWayAgreementInput` via:

EdifactOneWayAgreementArgs{...}

type EdifactOneWayAgreementOutput

type EdifactOneWayAgreementOutput struct{ *pulumi.OutputState }

The Edifact one way agreement.

func (EdifactOneWayAgreementOutput) ElementType

func (EdifactOneWayAgreementOutput) ProtocolSettings

The EDIFACT protocol settings.

func (EdifactOneWayAgreementOutput) ReceiverBusinessIdentity

func (o EdifactOneWayAgreementOutput) ReceiverBusinessIdentity() BusinessIdentityOutput

The receiver business identity

func (EdifactOneWayAgreementOutput) SenderBusinessIdentity

func (o EdifactOneWayAgreementOutput) SenderBusinessIdentity() BusinessIdentityOutput

The sender business identity

func (EdifactOneWayAgreementOutput) ToEdifactOneWayAgreementOutput

func (o EdifactOneWayAgreementOutput) ToEdifactOneWayAgreementOutput() EdifactOneWayAgreementOutput

func (EdifactOneWayAgreementOutput) ToEdifactOneWayAgreementOutputWithContext

func (o EdifactOneWayAgreementOutput) ToEdifactOneWayAgreementOutputWithContext(ctx context.Context) EdifactOneWayAgreementOutput

func (EdifactOneWayAgreementOutput) ToEdifactOneWayAgreementPtrOutput

func (o EdifactOneWayAgreementOutput) ToEdifactOneWayAgreementPtrOutput() EdifactOneWayAgreementPtrOutput

func (EdifactOneWayAgreementOutput) ToEdifactOneWayAgreementPtrOutputWithContext

func (o EdifactOneWayAgreementOutput) ToEdifactOneWayAgreementPtrOutputWithContext(ctx context.Context) EdifactOneWayAgreementPtrOutput

type EdifactOneWayAgreementPtrInput

type EdifactOneWayAgreementPtrInput interface {
	pulumi.Input

	ToEdifactOneWayAgreementPtrOutput() EdifactOneWayAgreementPtrOutput
	ToEdifactOneWayAgreementPtrOutputWithContext(context.Context) EdifactOneWayAgreementPtrOutput
}

EdifactOneWayAgreementPtrInput is an input type that accepts EdifactOneWayAgreementArgs, EdifactOneWayAgreementPtr and EdifactOneWayAgreementPtrOutput values. You can construct a concrete instance of `EdifactOneWayAgreementPtrInput` via:

        EdifactOneWayAgreementArgs{...}

or:

        nil

type EdifactOneWayAgreementPtrOutput

type EdifactOneWayAgreementPtrOutput struct{ *pulumi.OutputState }

func (EdifactOneWayAgreementPtrOutput) Elem

func (EdifactOneWayAgreementPtrOutput) ElementType

func (EdifactOneWayAgreementPtrOutput) ProtocolSettings

The EDIFACT protocol settings.

func (EdifactOneWayAgreementPtrOutput) ReceiverBusinessIdentity

func (o EdifactOneWayAgreementPtrOutput) ReceiverBusinessIdentity() BusinessIdentityPtrOutput

The receiver business identity

func (EdifactOneWayAgreementPtrOutput) SenderBusinessIdentity

The sender business identity

func (EdifactOneWayAgreementPtrOutput) ToEdifactOneWayAgreementPtrOutput

func (o EdifactOneWayAgreementPtrOutput) ToEdifactOneWayAgreementPtrOutput() EdifactOneWayAgreementPtrOutput

func (EdifactOneWayAgreementPtrOutput) ToEdifactOneWayAgreementPtrOutputWithContext

func (o EdifactOneWayAgreementPtrOutput) ToEdifactOneWayAgreementPtrOutputWithContext(ctx context.Context) EdifactOneWayAgreementPtrOutput

type EdifactOneWayAgreementResponse

type EdifactOneWayAgreementResponse struct {
	// The EDIFACT protocol settings.
	ProtocolSettings EdifactProtocolSettingsResponse `pulumi:"protocolSettings"`
	// The receiver business identity
	ReceiverBusinessIdentity BusinessIdentityResponse `pulumi:"receiverBusinessIdentity"`
	// The sender business identity
	SenderBusinessIdentity BusinessIdentityResponse `pulumi:"senderBusinessIdentity"`
}

The Edifact one way agreement.

type EdifactOneWayAgreementResponseArgs

type EdifactOneWayAgreementResponseArgs struct {
	// The EDIFACT protocol settings.
	ProtocolSettings EdifactProtocolSettingsResponseInput `pulumi:"protocolSettings"`
	// The receiver business identity
	ReceiverBusinessIdentity BusinessIdentityResponseInput `pulumi:"receiverBusinessIdentity"`
	// The sender business identity
	SenderBusinessIdentity BusinessIdentityResponseInput `pulumi:"senderBusinessIdentity"`
}

The Edifact one way agreement.

func (EdifactOneWayAgreementResponseArgs) ElementType

func (EdifactOneWayAgreementResponseArgs) ToEdifactOneWayAgreementResponseOutput

func (i EdifactOneWayAgreementResponseArgs) ToEdifactOneWayAgreementResponseOutput() EdifactOneWayAgreementResponseOutput

func (EdifactOneWayAgreementResponseArgs) ToEdifactOneWayAgreementResponseOutputWithContext

func (i EdifactOneWayAgreementResponseArgs) ToEdifactOneWayAgreementResponseOutputWithContext(ctx context.Context) EdifactOneWayAgreementResponseOutput

func (EdifactOneWayAgreementResponseArgs) ToEdifactOneWayAgreementResponsePtrOutput

func (i EdifactOneWayAgreementResponseArgs) ToEdifactOneWayAgreementResponsePtrOutput() EdifactOneWayAgreementResponsePtrOutput

func (EdifactOneWayAgreementResponseArgs) ToEdifactOneWayAgreementResponsePtrOutputWithContext

func (i EdifactOneWayAgreementResponseArgs) ToEdifactOneWayAgreementResponsePtrOutputWithContext(ctx context.Context) EdifactOneWayAgreementResponsePtrOutput

type EdifactOneWayAgreementResponseInput

type EdifactOneWayAgreementResponseInput interface {
	pulumi.Input

	ToEdifactOneWayAgreementResponseOutput() EdifactOneWayAgreementResponseOutput
	ToEdifactOneWayAgreementResponseOutputWithContext(context.Context) EdifactOneWayAgreementResponseOutput
}

EdifactOneWayAgreementResponseInput is an input type that accepts EdifactOneWayAgreementResponseArgs and EdifactOneWayAgreementResponseOutput values. You can construct a concrete instance of `EdifactOneWayAgreementResponseInput` via:

EdifactOneWayAgreementResponseArgs{...}

type EdifactOneWayAgreementResponseOutput

type EdifactOneWayAgreementResponseOutput struct{ *pulumi.OutputState }

The Edifact one way agreement.

func (EdifactOneWayAgreementResponseOutput) ElementType

func (EdifactOneWayAgreementResponseOutput) ProtocolSettings

The EDIFACT protocol settings.

func (EdifactOneWayAgreementResponseOutput) ReceiverBusinessIdentity

The receiver business identity

func (EdifactOneWayAgreementResponseOutput) SenderBusinessIdentity

The sender business identity

func (EdifactOneWayAgreementResponseOutput) ToEdifactOneWayAgreementResponseOutput

func (o EdifactOneWayAgreementResponseOutput) ToEdifactOneWayAgreementResponseOutput() EdifactOneWayAgreementResponseOutput

func (EdifactOneWayAgreementResponseOutput) ToEdifactOneWayAgreementResponseOutputWithContext

func (o EdifactOneWayAgreementResponseOutput) ToEdifactOneWayAgreementResponseOutputWithContext(ctx context.Context) EdifactOneWayAgreementResponseOutput

func (EdifactOneWayAgreementResponseOutput) ToEdifactOneWayAgreementResponsePtrOutput

func (o EdifactOneWayAgreementResponseOutput) ToEdifactOneWayAgreementResponsePtrOutput() EdifactOneWayAgreementResponsePtrOutput

func (EdifactOneWayAgreementResponseOutput) ToEdifactOneWayAgreementResponsePtrOutputWithContext

func (o EdifactOneWayAgreementResponseOutput) ToEdifactOneWayAgreementResponsePtrOutputWithContext(ctx context.Context) EdifactOneWayAgreementResponsePtrOutput

type EdifactOneWayAgreementResponsePtrInput

type EdifactOneWayAgreementResponsePtrInput interface {
	pulumi.Input

	ToEdifactOneWayAgreementResponsePtrOutput() EdifactOneWayAgreementResponsePtrOutput
	ToEdifactOneWayAgreementResponsePtrOutputWithContext(context.Context) EdifactOneWayAgreementResponsePtrOutput
}

EdifactOneWayAgreementResponsePtrInput is an input type that accepts EdifactOneWayAgreementResponseArgs, EdifactOneWayAgreementResponsePtr and EdifactOneWayAgreementResponsePtrOutput values. You can construct a concrete instance of `EdifactOneWayAgreementResponsePtrInput` via:

        EdifactOneWayAgreementResponseArgs{...}

or:

        nil

type EdifactOneWayAgreementResponsePtrOutput

type EdifactOneWayAgreementResponsePtrOutput struct{ *pulumi.OutputState }

func (EdifactOneWayAgreementResponsePtrOutput) Elem

func (EdifactOneWayAgreementResponsePtrOutput) ElementType

func (EdifactOneWayAgreementResponsePtrOutput) ProtocolSettings

The EDIFACT protocol settings.

func (EdifactOneWayAgreementResponsePtrOutput) ReceiverBusinessIdentity

The receiver business identity

func (EdifactOneWayAgreementResponsePtrOutput) SenderBusinessIdentity

The sender business identity

func (EdifactOneWayAgreementResponsePtrOutput) ToEdifactOneWayAgreementResponsePtrOutput

func (o EdifactOneWayAgreementResponsePtrOutput) ToEdifactOneWayAgreementResponsePtrOutput() EdifactOneWayAgreementResponsePtrOutput

func (EdifactOneWayAgreementResponsePtrOutput) ToEdifactOneWayAgreementResponsePtrOutputWithContext

func (o EdifactOneWayAgreementResponsePtrOutput) ToEdifactOneWayAgreementResponsePtrOutputWithContext(ctx context.Context) EdifactOneWayAgreementResponsePtrOutput

type EdifactProcessingSettings

type EdifactProcessingSettings struct {
	// The value indicating whether to create empty xml tags for trailing separators.
	CreateEmptyXmlTagsForTrailingSeparators bool `pulumi:"createEmptyXmlTagsForTrailingSeparators"`
	// The value indicating whether to mask security information.
	MaskSecurityInfo bool `pulumi:"maskSecurityInfo"`
	// The value indicating whether to preserve interchange.
	PreserveInterchange bool `pulumi:"preserveInterchange"`
	// The value indicating whether to suspend interchange on error.
	SuspendInterchangeOnError bool `pulumi:"suspendInterchangeOnError"`
	// The value indicating whether to use dot as decimal separator.
	UseDotAsDecimalSeparator bool `pulumi:"useDotAsDecimalSeparator"`
}

The Edifact agreement protocol settings.

type EdifactProcessingSettingsArgs

type EdifactProcessingSettingsArgs struct {
	// The value indicating whether to create empty xml tags for trailing separators.
	CreateEmptyXmlTagsForTrailingSeparators pulumi.BoolInput `pulumi:"createEmptyXmlTagsForTrailingSeparators"`
	// The value indicating whether to mask security information.
	MaskSecurityInfo pulumi.BoolInput `pulumi:"maskSecurityInfo"`
	// The value indicating whether to preserve interchange.
	PreserveInterchange pulumi.BoolInput `pulumi:"preserveInterchange"`
	// The value indicating whether to suspend interchange on error.
	SuspendInterchangeOnError pulumi.BoolInput `pulumi:"suspendInterchangeOnError"`
	// The value indicating whether to use dot as decimal separator.
	UseDotAsDecimalSeparator pulumi.BoolInput `pulumi:"useDotAsDecimalSeparator"`
}

The Edifact agreement protocol settings.

func (EdifactProcessingSettingsArgs) ElementType

func (EdifactProcessingSettingsArgs) ToEdifactProcessingSettingsOutput

func (i EdifactProcessingSettingsArgs) ToEdifactProcessingSettingsOutput() EdifactProcessingSettingsOutput

func (EdifactProcessingSettingsArgs) ToEdifactProcessingSettingsOutputWithContext

func (i EdifactProcessingSettingsArgs) ToEdifactProcessingSettingsOutputWithContext(ctx context.Context) EdifactProcessingSettingsOutput

func (EdifactProcessingSettingsArgs) ToEdifactProcessingSettingsPtrOutput

func (i EdifactProcessingSettingsArgs) ToEdifactProcessingSettingsPtrOutput() EdifactProcessingSettingsPtrOutput

func (EdifactProcessingSettingsArgs) ToEdifactProcessingSettingsPtrOutputWithContext

func (i EdifactProcessingSettingsArgs) ToEdifactProcessingSettingsPtrOutputWithContext(ctx context.Context) EdifactProcessingSettingsPtrOutput

type EdifactProcessingSettingsInput

type EdifactProcessingSettingsInput interface {
	pulumi.Input

	ToEdifactProcessingSettingsOutput() EdifactProcessingSettingsOutput
	ToEdifactProcessingSettingsOutputWithContext(context.Context) EdifactProcessingSettingsOutput
}

EdifactProcessingSettingsInput is an input type that accepts EdifactProcessingSettingsArgs and EdifactProcessingSettingsOutput values. You can construct a concrete instance of `EdifactProcessingSettingsInput` via:

EdifactProcessingSettingsArgs{...}

type EdifactProcessingSettingsOutput

type EdifactProcessingSettingsOutput struct{ *pulumi.OutputState }

The Edifact agreement protocol settings.

func (EdifactProcessingSettingsOutput) CreateEmptyXmlTagsForTrailingSeparators

func (o EdifactProcessingSettingsOutput) CreateEmptyXmlTagsForTrailingSeparators() pulumi.BoolOutput

The value indicating whether to create empty xml tags for trailing separators.

func (EdifactProcessingSettingsOutput) ElementType

func (EdifactProcessingSettingsOutput) MaskSecurityInfo

func (o EdifactProcessingSettingsOutput) MaskSecurityInfo() pulumi.BoolOutput

The value indicating whether to mask security information.

func (EdifactProcessingSettingsOutput) PreserveInterchange

func (o EdifactProcessingSettingsOutput) PreserveInterchange() pulumi.BoolOutput

The value indicating whether to preserve interchange.

func (EdifactProcessingSettingsOutput) SuspendInterchangeOnError

func (o EdifactProcessingSettingsOutput) SuspendInterchangeOnError() pulumi.BoolOutput

The value indicating whether to suspend interchange on error.

func (EdifactProcessingSettingsOutput) ToEdifactProcessingSettingsOutput

func (o EdifactProcessingSettingsOutput) ToEdifactProcessingSettingsOutput() EdifactProcessingSettingsOutput

func (EdifactProcessingSettingsOutput) ToEdifactProcessingSettingsOutputWithContext

func (o EdifactProcessingSettingsOutput) ToEdifactProcessingSettingsOutputWithContext(ctx context.Context) EdifactProcessingSettingsOutput

func (EdifactProcessingSettingsOutput) ToEdifactProcessingSettingsPtrOutput

func (o EdifactProcessingSettingsOutput) ToEdifactProcessingSettingsPtrOutput() EdifactProcessingSettingsPtrOutput

func (EdifactProcessingSettingsOutput) ToEdifactProcessingSettingsPtrOutputWithContext

func (o EdifactProcessingSettingsOutput) ToEdifactProcessingSettingsPtrOutputWithContext(ctx context.Context) EdifactProcessingSettingsPtrOutput

func (EdifactProcessingSettingsOutput) UseDotAsDecimalSeparator

func (o EdifactProcessingSettingsOutput) UseDotAsDecimalSeparator() pulumi.BoolOutput

The value indicating whether to use dot as decimal separator.

type EdifactProcessingSettingsPtrInput

type EdifactProcessingSettingsPtrInput interface {
	pulumi.Input

	ToEdifactProcessingSettingsPtrOutput() EdifactProcessingSettingsPtrOutput
	ToEdifactProcessingSettingsPtrOutputWithContext(context.Context) EdifactProcessingSettingsPtrOutput
}

EdifactProcessingSettingsPtrInput is an input type that accepts EdifactProcessingSettingsArgs, EdifactProcessingSettingsPtr and EdifactProcessingSettingsPtrOutput values. You can construct a concrete instance of `EdifactProcessingSettingsPtrInput` via:

        EdifactProcessingSettingsArgs{...}

or:

        nil

type EdifactProcessingSettingsPtrOutput

type EdifactProcessingSettingsPtrOutput struct{ *pulumi.OutputState }

func (EdifactProcessingSettingsPtrOutput) CreateEmptyXmlTagsForTrailingSeparators

func (o EdifactProcessingSettingsPtrOutput) CreateEmptyXmlTagsForTrailingSeparators() pulumi.BoolPtrOutput

The value indicating whether to create empty xml tags for trailing separators.

func (EdifactProcessingSettingsPtrOutput) Elem

func (EdifactProcessingSettingsPtrOutput) ElementType

func (EdifactProcessingSettingsPtrOutput) MaskSecurityInfo

The value indicating whether to mask security information.

func (EdifactProcessingSettingsPtrOutput) PreserveInterchange

The value indicating whether to preserve interchange.

func (EdifactProcessingSettingsPtrOutput) SuspendInterchangeOnError

func (o EdifactProcessingSettingsPtrOutput) SuspendInterchangeOnError() pulumi.BoolPtrOutput

The value indicating whether to suspend interchange on error.

func (EdifactProcessingSettingsPtrOutput) ToEdifactProcessingSettingsPtrOutput

func (o EdifactProcessingSettingsPtrOutput) ToEdifactProcessingSettingsPtrOutput() EdifactProcessingSettingsPtrOutput

func (EdifactProcessingSettingsPtrOutput) ToEdifactProcessingSettingsPtrOutputWithContext

func (o EdifactProcessingSettingsPtrOutput) ToEdifactProcessingSettingsPtrOutputWithContext(ctx context.Context) EdifactProcessingSettingsPtrOutput

func (EdifactProcessingSettingsPtrOutput) UseDotAsDecimalSeparator

func (o EdifactProcessingSettingsPtrOutput) UseDotAsDecimalSeparator() pulumi.BoolPtrOutput

The value indicating whether to use dot as decimal separator.

type EdifactProcessingSettingsResponse

type EdifactProcessingSettingsResponse struct {
	// The value indicating whether to create empty xml tags for trailing separators.
	CreateEmptyXmlTagsForTrailingSeparators bool `pulumi:"createEmptyXmlTagsForTrailingSeparators"`
	// The value indicating whether to mask security information.
	MaskSecurityInfo bool `pulumi:"maskSecurityInfo"`
	// The value indicating whether to preserve interchange.
	PreserveInterchange bool `pulumi:"preserveInterchange"`
	// The value indicating whether to suspend interchange on error.
	SuspendInterchangeOnError bool `pulumi:"suspendInterchangeOnError"`
	// The value indicating whether to use dot as decimal separator.
	UseDotAsDecimalSeparator bool `pulumi:"useDotAsDecimalSeparator"`
}

The Edifact agreement protocol settings.

type EdifactProcessingSettingsResponseArgs

type EdifactProcessingSettingsResponseArgs struct {
	// The value indicating whether to create empty xml tags for trailing separators.
	CreateEmptyXmlTagsForTrailingSeparators pulumi.BoolInput `pulumi:"createEmptyXmlTagsForTrailingSeparators"`
	// The value indicating whether to mask security information.
	MaskSecurityInfo pulumi.BoolInput `pulumi:"maskSecurityInfo"`
	// The value indicating whether to preserve interchange.
	PreserveInterchange pulumi.BoolInput `pulumi:"preserveInterchange"`
	// The value indicating whether to suspend interchange on error.
	SuspendInterchangeOnError pulumi.BoolInput `pulumi:"suspendInterchangeOnError"`
	// The value indicating whether to use dot as decimal separator.
	UseDotAsDecimalSeparator pulumi.BoolInput `pulumi:"useDotAsDecimalSeparator"`
}

The Edifact agreement protocol settings.

func (EdifactProcessingSettingsResponseArgs) ElementType

func (EdifactProcessingSettingsResponseArgs) ToEdifactProcessingSettingsResponseOutput

func (i EdifactProcessingSettingsResponseArgs) ToEdifactProcessingSettingsResponseOutput() EdifactProcessingSettingsResponseOutput

func (EdifactProcessingSettingsResponseArgs) ToEdifactProcessingSettingsResponseOutputWithContext

func (i EdifactProcessingSettingsResponseArgs) ToEdifactProcessingSettingsResponseOutputWithContext(ctx context.Context) EdifactProcessingSettingsResponseOutput

func (EdifactProcessingSettingsResponseArgs) ToEdifactProcessingSettingsResponsePtrOutput

func (i EdifactProcessingSettingsResponseArgs) ToEdifactProcessingSettingsResponsePtrOutput() EdifactProcessingSettingsResponsePtrOutput

func (EdifactProcessingSettingsResponseArgs) ToEdifactProcessingSettingsResponsePtrOutputWithContext

func (i EdifactProcessingSettingsResponseArgs) ToEdifactProcessingSettingsResponsePtrOutputWithContext(ctx context.Context) EdifactProcessingSettingsResponsePtrOutput

type EdifactProcessingSettingsResponseInput

type EdifactProcessingSettingsResponseInput interface {
	pulumi.Input

	ToEdifactProcessingSettingsResponseOutput() EdifactProcessingSettingsResponseOutput
	ToEdifactProcessingSettingsResponseOutputWithContext(context.Context) EdifactProcessingSettingsResponseOutput
}

EdifactProcessingSettingsResponseInput is an input type that accepts EdifactProcessingSettingsResponseArgs and EdifactProcessingSettingsResponseOutput values. You can construct a concrete instance of `EdifactProcessingSettingsResponseInput` via:

EdifactProcessingSettingsResponseArgs{...}

type EdifactProcessingSettingsResponseOutput

type EdifactProcessingSettingsResponseOutput struct{ *pulumi.OutputState }

The Edifact agreement protocol settings.

func (EdifactProcessingSettingsResponseOutput) CreateEmptyXmlTagsForTrailingSeparators

func (o EdifactProcessingSettingsResponseOutput) CreateEmptyXmlTagsForTrailingSeparators() pulumi.BoolOutput

The value indicating whether to create empty xml tags for trailing separators.

func (EdifactProcessingSettingsResponseOutput) ElementType

func (EdifactProcessingSettingsResponseOutput) MaskSecurityInfo

The value indicating whether to mask security information.

func (EdifactProcessingSettingsResponseOutput) PreserveInterchange

The value indicating whether to preserve interchange.

func (EdifactProcessingSettingsResponseOutput) SuspendInterchangeOnError

func (o EdifactProcessingSettingsResponseOutput) SuspendInterchangeOnError() pulumi.BoolOutput

The value indicating whether to suspend interchange on error.

func (EdifactProcessingSettingsResponseOutput) ToEdifactProcessingSettingsResponseOutput

func (o EdifactProcessingSettingsResponseOutput) ToEdifactProcessingSettingsResponseOutput() EdifactProcessingSettingsResponseOutput

func (EdifactProcessingSettingsResponseOutput) ToEdifactProcessingSettingsResponseOutputWithContext

func (o EdifactProcessingSettingsResponseOutput) ToEdifactProcessingSettingsResponseOutputWithContext(ctx context.Context) EdifactProcessingSettingsResponseOutput

func (EdifactProcessingSettingsResponseOutput) ToEdifactProcessingSettingsResponsePtrOutput

func (o EdifactProcessingSettingsResponseOutput) ToEdifactProcessingSettingsResponsePtrOutput() EdifactProcessingSettingsResponsePtrOutput

func (EdifactProcessingSettingsResponseOutput) ToEdifactProcessingSettingsResponsePtrOutputWithContext

func (o EdifactProcessingSettingsResponseOutput) ToEdifactProcessingSettingsResponsePtrOutputWithContext(ctx context.Context) EdifactProcessingSettingsResponsePtrOutput

func (EdifactProcessingSettingsResponseOutput) UseDotAsDecimalSeparator

func (o EdifactProcessingSettingsResponseOutput) UseDotAsDecimalSeparator() pulumi.BoolOutput

The value indicating whether to use dot as decimal separator.

type EdifactProcessingSettingsResponsePtrInput

type EdifactProcessingSettingsResponsePtrInput interface {
	pulumi.Input

	ToEdifactProcessingSettingsResponsePtrOutput() EdifactProcessingSettingsResponsePtrOutput
	ToEdifactProcessingSettingsResponsePtrOutputWithContext(context.Context) EdifactProcessingSettingsResponsePtrOutput
}

EdifactProcessingSettingsResponsePtrInput is an input type that accepts EdifactProcessingSettingsResponseArgs, EdifactProcessingSettingsResponsePtr and EdifactProcessingSettingsResponsePtrOutput values. You can construct a concrete instance of `EdifactProcessingSettingsResponsePtrInput` via:

        EdifactProcessingSettingsResponseArgs{...}

or:

        nil

type EdifactProcessingSettingsResponsePtrOutput

type EdifactProcessingSettingsResponsePtrOutput struct{ *pulumi.OutputState }

func (EdifactProcessingSettingsResponsePtrOutput) CreateEmptyXmlTagsForTrailingSeparators

func (o EdifactProcessingSettingsResponsePtrOutput) CreateEmptyXmlTagsForTrailingSeparators() pulumi.BoolPtrOutput

The value indicating whether to create empty xml tags for trailing separators.

func (EdifactProcessingSettingsResponsePtrOutput) Elem

func (EdifactProcessingSettingsResponsePtrOutput) ElementType

func (EdifactProcessingSettingsResponsePtrOutput) MaskSecurityInfo

The value indicating whether to mask security information.

func (EdifactProcessingSettingsResponsePtrOutput) PreserveInterchange

The value indicating whether to preserve interchange.

func (EdifactProcessingSettingsResponsePtrOutput) SuspendInterchangeOnError

func (o EdifactProcessingSettingsResponsePtrOutput) SuspendInterchangeOnError() pulumi.BoolPtrOutput

The value indicating whether to suspend interchange on error.

func (EdifactProcessingSettingsResponsePtrOutput) ToEdifactProcessingSettingsResponsePtrOutput

func (o EdifactProcessingSettingsResponsePtrOutput) ToEdifactProcessingSettingsResponsePtrOutput() EdifactProcessingSettingsResponsePtrOutput

func (EdifactProcessingSettingsResponsePtrOutput) ToEdifactProcessingSettingsResponsePtrOutputWithContext

func (o EdifactProcessingSettingsResponsePtrOutput) ToEdifactProcessingSettingsResponsePtrOutputWithContext(ctx context.Context) EdifactProcessingSettingsResponsePtrOutput

func (EdifactProcessingSettingsResponsePtrOutput) UseDotAsDecimalSeparator

The value indicating whether to use dot as decimal separator.

type EdifactProtocolSettings

type EdifactProtocolSettings struct {
	// The EDIFACT acknowledgement settings.
	AcknowledgementSettings EdifactAcknowledgementSettings `pulumi:"acknowledgementSettings"`
	// The EDIFACT delimiter override settings.
	EdifactDelimiterOverrides []EdifactDelimiterOverride `pulumi:"edifactDelimiterOverrides"`
	// The EDIFACT envelope override settings.
	EnvelopeOverrides []EdifactEnvelopeOverride `pulumi:"envelopeOverrides"`
	// The EDIFACT envelope settings.
	EnvelopeSettings EdifactEnvelopeSettings `pulumi:"envelopeSettings"`
	// The EDIFACT framing settings.
	FramingSettings EdifactFramingSettings `pulumi:"framingSettings"`
	// The EDIFACT message filter.
	MessageFilter EdifactMessageFilter `pulumi:"messageFilter"`
	// The EDIFACT message filter list.
	MessageFilterList []EdifactMessageIdentifier `pulumi:"messageFilterList"`
	// The EDIFACT processing Settings.
	ProcessingSettings EdifactProcessingSettings `pulumi:"processingSettings"`
	// The EDIFACT schema references.
	SchemaReferences []EdifactSchemaReference `pulumi:"schemaReferences"`
	// The EDIFACT validation override settings.
	ValidationOverrides []EdifactValidationOverride `pulumi:"validationOverrides"`
	// The EDIFACT validation settings.
	ValidationSettings EdifactValidationSettings `pulumi:"validationSettings"`
}

The Edifact agreement protocol settings.

type EdifactProtocolSettingsArgs

type EdifactProtocolSettingsArgs struct {
	// The EDIFACT acknowledgement settings.
	AcknowledgementSettings EdifactAcknowledgementSettingsInput `pulumi:"acknowledgementSettings"`
	// The EDIFACT delimiter override settings.
	EdifactDelimiterOverrides EdifactDelimiterOverrideArrayInput `pulumi:"edifactDelimiterOverrides"`
	// The EDIFACT envelope override settings.
	EnvelopeOverrides EdifactEnvelopeOverrideArrayInput `pulumi:"envelopeOverrides"`
	// The EDIFACT envelope settings.
	EnvelopeSettings EdifactEnvelopeSettingsInput `pulumi:"envelopeSettings"`
	// The EDIFACT framing settings.
	FramingSettings EdifactFramingSettingsInput `pulumi:"framingSettings"`
	// The EDIFACT message filter.
	MessageFilter EdifactMessageFilterInput `pulumi:"messageFilter"`
	// The EDIFACT message filter list.
	MessageFilterList EdifactMessageIdentifierArrayInput `pulumi:"messageFilterList"`
	// The EDIFACT processing Settings.
	ProcessingSettings EdifactProcessingSettingsInput `pulumi:"processingSettings"`
	// The EDIFACT schema references.
	SchemaReferences EdifactSchemaReferenceArrayInput `pulumi:"schemaReferences"`
	// The EDIFACT validation override settings.
	ValidationOverrides EdifactValidationOverrideArrayInput `pulumi:"validationOverrides"`
	// The EDIFACT validation settings.
	ValidationSettings EdifactValidationSettingsInput `pulumi:"validationSettings"`
}

The Edifact agreement protocol settings.

func (EdifactProtocolSettingsArgs) ElementType

func (EdifactProtocolSettingsArgs) ToEdifactProtocolSettingsOutput

func (i EdifactProtocolSettingsArgs) ToEdifactProtocolSettingsOutput() EdifactProtocolSettingsOutput

func (EdifactProtocolSettingsArgs) ToEdifactProtocolSettingsOutputWithContext

func (i EdifactProtocolSettingsArgs) ToEdifactProtocolSettingsOutputWithContext(ctx context.Context) EdifactProtocolSettingsOutput

func (EdifactProtocolSettingsArgs) ToEdifactProtocolSettingsPtrOutput

func (i EdifactProtocolSettingsArgs) ToEdifactProtocolSettingsPtrOutput() EdifactProtocolSettingsPtrOutput

func (EdifactProtocolSettingsArgs) ToEdifactProtocolSettingsPtrOutputWithContext

func (i EdifactProtocolSettingsArgs) ToEdifactProtocolSettingsPtrOutputWithContext(ctx context.Context) EdifactProtocolSettingsPtrOutput

type EdifactProtocolSettingsInput

type EdifactProtocolSettingsInput interface {
	pulumi.Input

	ToEdifactProtocolSettingsOutput() EdifactProtocolSettingsOutput
	ToEdifactProtocolSettingsOutputWithContext(context.Context) EdifactProtocolSettingsOutput
}

EdifactProtocolSettingsInput is an input type that accepts EdifactProtocolSettingsArgs and EdifactProtocolSettingsOutput values. You can construct a concrete instance of `EdifactProtocolSettingsInput` via:

EdifactProtocolSettingsArgs{...}

type EdifactProtocolSettingsOutput

type EdifactProtocolSettingsOutput struct{ *pulumi.OutputState }

The Edifact agreement protocol settings.

func (EdifactProtocolSettingsOutput) AcknowledgementSettings

The EDIFACT acknowledgement settings.

func (EdifactProtocolSettingsOutput) EdifactDelimiterOverrides

The EDIFACT delimiter override settings.

func (EdifactProtocolSettingsOutput) ElementType

func (EdifactProtocolSettingsOutput) EnvelopeOverrides

The EDIFACT envelope override settings.

func (EdifactProtocolSettingsOutput) EnvelopeSettings

The EDIFACT envelope settings.

func (EdifactProtocolSettingsOutput) FramingSettings

The EDIFACT framing settings.

func (EdifactProtocolSettingsOutput) MessageFilter

The EDIFACT message filter.

func (EdifactProtocolSettingsOutput) MessageFilterList

The EDIFACT message filter list.

func (EdifactProtocolSettingsOutput) ProcessingSettings

The EDIFACT processing Settings.

func (EdifactProtocolSettingsOutput) SchemaReferences

The EDIFACT schema references.

func (EdifactProtocolSettingsOutput) ToEdifactProtocolSettingsOutput

func (o EdifactProtocolSettingsOutput) ToEdifactProtocolSettingsOutput() EdifactProtocolSettingsOutput

func (EdifactProtocolSettingsOutput) ToEdifactProtocolSettingsOutputWithContext

func (o EdifactProtocolSettingsOutput) ToEdifactProtocolSettingsOutputWithContext(ctx context.Context) EdifactProtocolSettingsOutput

func (EdifactProtocolSettingsOutput) ToEdifactProtocolSettingsPtrOutput

func (o EdifactProtocolSettingsOutput) ToEdifactProtocolSettingsPtrOutput() EdifactProtocolSettingsPtrOutput

func (EdifactProtocolSettingsOutput) ToEdifactProtocolSettingsPtrOutputWithContext

func (o EdifactProtocolSettingsOutput) ToEdifactProtocolSettingsPtrOutputWithContext(ctx context.Context) EdifactProtocolSettingsPtrOutput

func (EdifactProtocolSettingsOutput) ValidationOverrides

The EDIFACT validation override settings.

func (EdifactProtocolSettingsOutput) ValidationSettings

The EDIFACT validation settings.

type EdifactProtocolSettingsPtrInput

type EdifactProtocolSettingsPtrInput interface {
	pulumi.Input

	ToEdifactProtocolSettingsPtrOutput() EdifactProtocolSettingsPtrOutput
	ToEdifactProtocolSettingsPtrOutputWithContext(context.Context) EdifactProtocolSettingsPtrOutput
}

EdifactProtocolSettingsPtrInput is an input type that accepts EdifactProtocolSettingsArgs, EdifactProtocolSettingsPtr and EdifactProtocolSettingsPtrOutput values. You can construct a concrete instance of `EdifactProtocolSettingsPtrInput` via:

        EdifactProtocolSettingsArgs{...}

or:

        nil

type EdifactProtocolSettingsPtrOutput

type EdifactProtocolSettingsPtrOutput struct{ *pulumi.OutputState }

func (EdifactProtocolSettingsPtrOutput) AcknowledgementSettings

The EDIFACT acknowledgement settings.

func (EdifactProtocolSettingsPtrOutput) EdifactDelimiterOverrides

The EDIFACT delimiter override settings.

func (EdifactProtocolSettingsPtrOutput) Elem

func (EdifactProtocolSettingsPtrOutput) ElementType

func (EdifactProtocolSettingsPtrOutput) EnvelopeOverrides

The EDIFACT envelope override settings.

func (EdifactProtocolSettingsPtrOutput) EnvelopeSettings

The EDIFACT envelope settings.

func (EdifactProtocolSettingsPtrOutput) FramingSettings

The EDIFACT framing settings.

func (EdifactProtocolSettingsPtrOutput) MessageFilter

The EDIFACT message filter.

func (EdifactProtocolSettingsPtrOutput) MessageFilterList

The EDIFACT message filter list.

func (EdifactProtocolSettingsPtrOutput) ProcessingSettings

The EDIFACT processing Settings.

func (EdifactProtocolSettingsPtrOutput) SchemaReferences

The EDIFACT schema references.

func (EdifactProtocolSettingsPtrOutput) ToEdifactProtocolSettingsPtrOutput

func (o EdifactProtocolSettingsPtrOutput) ToEdifactProtocolSettingsPtrOutput() EdifactProtocolSettingsPtrOutput

func (EdifactProtocolSettingsPtrOutput) ToEdifactProtocolSettingsPtrOutputWithContext

func (o EdifactProtocolSettingsPtrOutput) ToEdifactProtocolSettingsPtrOutputWithContext(ctx context.Context) EdifactProtocolSettingsPtrOutput

func (EdifactProtocolSettingsPtrOutput) ValidationOverrides

The EDIFACT validation override settings.

func (EdifactProtocolSettingsPtrOutput) ValidationSettings

The EDIFACT validation settings.

type EdifactProtocolSettingsResponse

type EdifactProtocolSettingsResponse struct {
	// The EDIFACT acknowledgement settings.
	AcknowledgementSettings EdifactAcknowledgementSettingsResponse `pulumi:"acknowledgementSettings"`
	// The EDIFACT delimiter override settings.
	EdifactDelimiterOverrides []EdifactDelimiterOverrideResponse `pulumi:"edifactDelimiterOverrides"`
	// The EDIFACT envelope override settings.
	EnvelopeOverrides []EdifactEnvelopeOverrideResponse `pulumi:"envelopeOverrides"`
	// The EDIFACT envelope settings.
	EnvelopeSettings EdifactEnvelopeSettingsResponse `pulumi:"envelopeSettings"`
	// The EDIFACT framing settings.
	FramingSettings EdifactFramingSettingsResponse `pulumi:"framingSettings"`
	// The EDIFACT message filter.
	MessageFilter EdifactMessageFilterResponse `pulumi:"messageFilter"`
	// The EDIFACT message filter list.
	MessageFilterList []EdifactMessageIdentifierResponse `pulumi:"messageFilterList"`
	// The EDIFACT processing Settings.
	ProcessingSettings EdifactProcessingSettingsResponse `pulumi:"processingSettings"`
	// The EDIFACT schema references.
	SchemaReferences []EdifactSchemaReferenceResponse `pulumi:"schemaReferences"`
	// The EDIFACT validation override settings.
	ValidationOverrides []EdifactValidationOverrideResponse `pulumi:"validationOverrides"`
	// The EDIFACT validation settings.
	ValidationSettings EdifactValidationSettingsResponse `pulumi:"validationSettings"`
}

The Edifact agreement protocol settings.

type EdifactProtocolSettingsResponseArgs

type EdifactProtocolSettingsResponseArgs struct {
	// The EDIFACT acknowledgement settings.
	AcknowledgementSettings EdifactAcknowledgementSettingsResponseInput `pulumi:"acknowledgementSettings"`
	// The EDIFACT delimiter override settings.
	EdifactDelimiterOverrides EdifactDelimiterOverrideResponseArrayInput `pulumi:"edifactDelimiterOverrides"`
	// The EDIFACT envelope override settings.
	EnvelopeOverrides EdifactEnvelopeOverrideResponseArrayInput `pulumi:"envelopeOverrides"`
	// The EDIFACT envelope settings.
	EnvelopeSettings EdifactEnvelopeSettingsResponseInput `pulumi:"envelopeSettings"`
	// The EDIFACT framing settings.
	FramingSettings EdifactFramingSettingsResponseInput `pulumi:"framingSettings"`
	// The EDIFACT message filter.
	MessageFilter EdifactMessageFilterResponseInput `pulumi:"messageFilter"`
	// The EDIFACT message filter list.
	MessageFilterList EdifactMessageIdentifierResponseArrayInput `pulumi:"messageFilterList"`
	// The EDIFACT processing Settings.
	ProcessingSettings EdifactProcessingSettingsResponseInput `pulumi:"processingSettings"`
	// The EDIFACT schema references.
	SchemaReferences EdifactSchemaReferenceResponseArrayInput `pulumi:"schemaReferences"`
	// The EDIFACT validation override settings.
	ValidationOverrides EdifactValidationOverrideResponseArrayInput `pulumi:"validationOverrides"`
	// The EDIFACT validation settings.
	ValidationSettings EdifactValidationSettingsResponseInput `pulumi:"validationSettings"`
}

The Edifact agreement protocol settings.

func (EdifactProtocolSettingsResponseArgs) ElementType

func (EdifactProtocolSettingsResponseArgs) ToEdifactProtocolSettingsResponseOutput

func (i EdifactProtocolSettingsResponseArgs) ToEdifactProtocolSettingsResponseOutput() EdifactProtocolSettingsResponseOutput

func (EdifactProtocolSettingsResponseArgs) ToEdifactProtocolSettingsResponseOutputWithContext

func (i EdifactProtocolSettingsResponseArgs) ToEdifactProtocolSettingsResponseOutputWithContext(ctx context.Context) EdifactProtocolSettingsResponseOutput

func (EdifactProtocolSettingsResponseArgs) ToEdifactProtocolSettingsResponsePtrOutput

func (i EdifactProtocolSettingsResponseArgs) ToEdifactProtocolSettingsResponsePtrOutput() EdifactProtocolSettingsResponsePtrOutput

func (EdifactProtocolSettingsResponseArgs) ToEdifactProtocolSettingsResponsePtrOutputWithContext

func (i EdifactProtocolSettingsResponseArgs) ToEdifactProtocolSettingsResponsePtrOutputWithContext(ctx context.Context) EdifactProtocolSettingsResponsePtrOutput

type EdifactProtocolSettingsResponseInput

type EdifactProtocolSettingsResponseInput interface {
	pulumi.Input

	ToEdifactProtocolSettingsResponseOutput() EdifactProtocolSettingsResponseOutput
	ToEdifactProtocolSettingsResponseOutputWithContext(context.Context) EdifactProtocolSettingsResponseOutput
}

EdifactProtocolSettingsResponseInput is an input type that accepts EdifactProtocolSettingsResponseArgs and EdifactProtocolSettingsResponseOutput values. You can construct a concrete instance of `EdifactProtocolSettingsResponseInput` via:

EdifactProtocolSettingsResponseArgs{...}

type EdifactProtocolSettingsResponseOutput

type EdifactProtocolSettingsResponseOutput struct{ *pulumi.OutputState }

The Edifact agreement protocol settings.

func (EdifactProtocolSettingsResponseOutput) AcknowledgementSettings

The EDIFACT acknowledgement settings.

func (EdifactProtocolSettingsResponseOutput) EdifactDelimiterOverrides

The EDIFACT delimiter override settings.

func (EdifactProtocolSettingsResponseOutput) ElementType

func (EdifactProtocolSettingsResponseOutput) EnvelopeOverrides

The EDIFACT envelope override settings.

func (EdifactProtocolSettingsResponseOutput) EnvelopeSettings

The EDIFACT envelope settings.

func (EdifactProtocolSettingsResponseOutput) FramingSettings

The EDIFACT framing settings.

func (EdifactProtocolSettingsResponseOutput) MessageFilter

The EDIFACT message filter.

func (EdifactProtocolSettingsResponseOutput) MessageFilterList

The EDIFACT message filter list.

func (EdifactProtocolSettingsResponseOutput) ProcessingSettings

The EDIFACT processing Settings.

func (EdifactProtocolSettingsResponseOutput) SchemaReferences

The EDIFACT schema references.

func (EdifactProtocolSettingsResponseOutput) ToEdifactProtocolSettingsResponseOutput

func (o EdifactProtocolSettingsResponseOutput) ToEdifactProtocolSettingsResponseOutput() EdifactProtocolSettingsResponseOutput

func (EdifactProtocolSettingsResponseOutput) ToEdifactProtocolSettingsResponseOutputWithContext

func (o EdifactProtocolSettingsResponseOutput) ToEdifactProtocolSettingsResponseOutputWithContext(ctx context.Context) EdifactProtocolSettingsResponseOutput

func (EdifactProtocolSettingsResponseOutput) ToEdifactProtocolSettingsResponsePtrOutput

func (o EdifactProtocolSettingsResponseOutput) ToEdifactProtocolSettingsResponsePtrOutput() EdifactProtocolSettingsResponsePtrOutput

func (EdifactProtocolSettingsResponseOutput) ToEdifactProtocolSettingsResponsePtrOutputWithContext

func (o EdifactProtocolSettingsResponseOutput) ToEdifactProtocolSettingsResponsePtrOutputWithContext(ctx context.Context) EdifactProtocolSettingsResponsePtrOutput

func (EdifactProtocolSettingsResponseOutput) ValidationOverrides

The EDIFACT validation override settings.

func (EdifactProtocolSettingsResponseOutput) ValidationSettings

The EDIFACT validation settings.

type EdifactProtocolSettingsResponsePtrInput

type EdifactProtocolSettingsResponsePtrInput interface {
	pulumi.Input

	ToEdifactProtocolSettingsResponsePtrOutput() EdifactProtocolSettingsResponsePtrOutput
	ToEdifactProtocolSettingsResponsePtrOutputWithContext(context.Context) EdifactProtocolSettingsResponsePtrOutput
}

EdifactProtocolSettingsResponsePtrInput is an input type that accepts EdifactProtocolSettingsResponseArgs, EdifactProtocolSettingsResponsePtr and EdifactProtocolSettingsResponsePtrOutput values. You can construct a concrete instance of `EdifactProtocolSettingsResponsePtrInput` via:

        EdifactProtocolSettingsResponseArgs{...}

or:

        nil

type EdifactProtocolSettingsResponsePtrOutput

type EdifactProtocolSettingsResponsePtrOutput struct{ *pulumi.OutputState }

func (EdifactProtocolSettingsResponsePtrOutput) AcknowledgementSettings

The EDIFACT acknowledgement settings.

func (EdifactProtocolSettingsResponsePtrOutput) EdifactDelimiterOverrides

The EDIFACT delimiter override settings.

func (EdifactProtocolSettingsResponsePtrOutput) Elem

func (EdifactProtocolSettingsResponsePtrOutput) ElementType

func (EdifactProtocolSettingsResponsePtrOutput) EnvelopeOverrides

The EDIFACT envelope override settings.

func (EdifactProtocolSettingsResponsePtrOutput) EnvelopeSettings

The EDIFACT envelope settings.

func (EdifactProtocolSettingsResponsePtrOutput) FramingSettings

The EDIFACT framing settings.

func (EdifactProtocolSettingsResponsePtrOutput) MessageFilter

The EDIFACT message filter.

func (EdifactProtocolSettingsResponsePtrOutput) MessageFilterList

The EDIFACT message filter list.

func (EdifactProtocolSettingsResponsePtrOutput) ProcessingSettings

The EDIFACT processing Settings.

func (EdifactProtocolSettingsResponsePtrOutput) SchemaReferences

The EDIFACT schema references.

func (EdifactProtocolSettingsResponsePtrOutput) ToEdifactProtocolSettingsResponsePtrOutput

func (o EdifactProtocolSettingsResponsePtrOutput) ToEdifactProtocolSettingsResponsePtrOutput() EdifactProtocolSettingsResponsePtrOutput

func (EdifactProtocolSettingsResponsePtrOutput) ToEdifactProtocolSettingsResponsePtrOutputWithContext

func (o EdifactProtocolSettingsResponsePtrOutput) ToEdifactProtocolSettingsResponsePtrOutputWithContext(ctx context.Context) EdifactProtocolSettingsResponsePtrOutput

func (EdifactProtocolSettingsResponsePtrOutput) ValidationOverrides

The EDIFACT validation override settings.

func (EdifactProtocolSettingsResponsePtrOutput) ValidationSettings

The EDIFACT validation settings.

type EdifactSchemaReference

type EdifactSchemaReference struct {
	// The association assigned code.
	AssociationAssignedCode *string `pulumi:"associationAssignedCode"`
	// The message id.
	MessageId string `pulumi:"messageId"`
	// The message release version.
	MessageRelease string `pulumi:"messageRelease"`
	// The message version.
	MessageVersion string `pulumi:"messageVersion"`
	// The schema name.
	SchemaName string `pulumi:"schemaName"`
	// The sender application id.
	SenderApplicationId *string `pulumi:"senderApplicationId"`
	// The sender application qualifier.
	SenderApplicationQualifier *string `pulumi:"senderApplicationQualifier"`
}

The Edifact schema reference.

type EdifactSchemaReferenceArgs

type EdifactSchemaReferenceArgs struct {
	// The association assigned code.
	AssociationAssignedCode pulumi.StringPtrInput `pulumi:"associationAssignedCode"`
	// The message id.
	MessageId pulumi.StringInput `pulumi:"messageId"`
	// The message release version.
	MessageRelease pulumi.StringInput `pulumi:"messageRelease"`
	// The message version.
	MessageVersion pulumi.StringInput `pulumi:"messageVersion"`
	// The schema name.
	SchemaName pulumi.StringInput `pulumi:"schemaName"`
	// The sender application id.
	SenderApplicationId pulumi.StringPtrInput `pulumi:"senderApplicationId"`
	// The sender application qualifier.
	SenderApplicationQualifier pulumi.StringPtrInput `pulumi:"senderApplicationQualifier"`
}

The Edifact schema reference.

func (EdifactSchemaReferenceArgs) ElementType

func (EdifactSchemaReferenceArgs) ElementType() reflect.Type

func (EdifactSchemaReferenceArgs) ToEdifactSchemaReferenceOutput

func (i EdifactSchemaReferenceArgs) ToEdifactSchemaReferenceOutput() EdifactSchemaReferenceOutput

func (EdifactSchemaReferenceArgs) ToEdifactSchemaReferenceOutputWithContext

func (i EdifactSchemaReferenceArgs) ToEdifactSchemaReferenceOutputWithContext(ctx context.Context) EdifactSchemaReferenceOutput

type EdifactSchemaReferenceArray

type EdifactSchemaReferenceArray []EdifactSchemaReferenceInput

func (EdifactSchemaReferenceArray) ElementType

func (EdifactSchemaReferenceArray) ToEdifactSchemaReferenceArrayOutput

func (i EdifactSchemaReferenceArray) ToEdifactSchemaReferenceArrayOutput() EdifactSchemaReferenceArrayOutput

func (EdifactSchemaReferenceArray) ToEdifactSchemaReferenceArrayOutputWithContext

func (i EdifactSchemaReferenceArray) ToEdifactSchemaReferenceArrayOutputWithContext(ctx context.Context) EdifactSchemaReferenceArrayOutput

type EdifactSchemaReferenceArrayInput

type EdifactSchemaReferenceArrayInput interface {
	pulumi.Input

	ToEdifactSchemaReferenceArrayOutput() EdifactSchemaReferenceArrayOutput
	ToEdifactSchemaReferenceArrayOutputWithContext(context.Context) EdifactSchemaReferenceArrayOutput
}

EdifactSchemaReferenceArrayInput is an input type that accepts EdifactSchemaReferenceArray and EdifactSchemaReferenceArrayOutput values. You can construct a concrete instance of `EdifactSchemaReferenceArrayInput` via:

EdifactSchemaReferenceArray{ EdifactSchemaReferenceArgs{...} }

type EdifactSchemaReferenceArrayOutput

type EdifactSchemaReferenceArrayOutput struct{ *pulumi.OutputState }

func (EdifactSchemaReferenceArrayOutput) ElementType

func (EdifactSchemaReferenceArrayOutput) Index

func (EdifactSchemaReferenceArrayOutput) ToEdifactSchemaReferenceArrayOutput

func (o EdifactSchemaReferenceArrayOutput) ToEdifactSchemaReferenceArrayOutput() EdifactSchemaReferenceArrayOutput

func (EdifactSchemaReferenceArrayOutput) ToEdifactSchemaReferenceArrayOutputWithContext

func (o EdifactSchemaReferenceArrayOutput) ToEdifactSchemaReferenceArrayOutputWithContext(ctx context.Context) EdifactSchemaReferenceArrayOutput

type EdifactSchemaReferenceInput

type EdifactSchemaReferenceInput interface {
	pulumi.Input

	ToEdifactSchemaReferenceOutput() EdifactSchemaReferenceOutput
	ToEdifactSchemaReferenceOutputWithContext(context.Context) EdifactSchemaReferenceOutput
}

EdifactSchemaReferenceInput is an input type that accepts EdifactSchemaReferenceArgs and EdifactSchemaReferenceOutput values. You can construct a concrete instance of `EdifactSchemaReferenceInput` via:

EdifactSchemaReferenceArgs{...}

type EdifactSchemaReferenceOutput

type EdifactSchemaReferenceOutput struct{ *pulumi.OutputState }

The Edifact schema reference.

func (EdifactSchemaReferenceOutput) AssociationAssignedCode

func (o EdifactSchemaReferenceOutput) AssociationAssignedCode() pulumi.StringPtrOutput

The association assigned code.

func (EdifactSchemaReferenceOutput) ElementType

func (EdifactSchemaReferenceOutput) MessageId

The message id.

func (EdifactSchemaReferenceOutput) MessageRelease

The message release version.

func (EdifactSchemaReferenceOutput) MessageVersion

The message version.

func (EdifactSchemaReferenceOutput) SchemaName

The schema name.

func (EdifactSchemaReferenceOutput) SenderApplicationId

func (o EdifactSchemaReferenceOutput) SenderApplicationId() pulumi.StringPtrOutput

The sender application id.

func (EdifactSchemaReferenceOutput) SenderApplicationQualifier

func (o EdifactSchemaReferenceOutput) SenderApplicationQualifier() pulumi.StringPtrOutput

The sender application qualifier.

func (EdifactSchemaReferenceOutput) ToEdifactSchemaReferenceOutput

func (o EdifactSchemaReferenceOutput) ToEdifactSchemaReferenceOutput() EdifactSchemaReferenceOutput

func (EdifactSchemaReferenceOutput) ToEdifactSchemaReferenceOutputWithContext

func (o EdifactSchemaReferenceOutput) ToEdifactSchemaReferenceOutputWithContext(ctx context.Context) EdifactSchemaReferenceOutput

type EdifactSchemaReferenceResponse

type EdifactSchemaReferenceResponse struct {
	// The association assigned code.
	AssociationAssignedCode *string `pulumi:"associationAssignedCode"`
	// The message id.
	MessageId string `pulumi:"messageId"`
	// The message release version.
	MessageRelease string `pulumi:"messageRelease"`
	// The message version.
	MessageVersion string `pulumi:"messageVersion"`
	// The schema name.
	SchemaName string `pulumi:"schemaName"`
	// The sender application id.
	SenderApplicationId *string `pulumi:"senderApplicationId"`
	// The sender application qualifier.
	SenderApplicationQualifier *string `pulumi:"senderApplicationQualifier"`
}

The Edifact schema reference.

type EdifactSchemaReferenceResponseArgs

type EdifactSchemaReferenceResponseArgs struct {
	// The association assigned code.
	AssociationAssignedCode pulumi.StringPtrInput `pulumi:"associationAssignedCode"`
	// The message id.
	MessageId pulumi.StringInput `pulumi:"messageId"`
	// The message release version.
	MessageRelease pulumi.StringInput `pulumi:"messageRelease"`
	// The message version.
	MessageVersion pulumi.StringInput `pulumi:"messageVersion"`
	// The schema name.
	SchemaName pulumi.StringInput `pulumi:"schemaName"`
	// The sender application id.
	SenderApplicationId pulumi.StringPtrInput `pulumi:"senderApplicationId"`
	// The sender application qualifier.
	SenderApplicationQualifier pulumi.StringPtrInput `pulumi:"senderApplicationQualifier"`
}

The Edifact schema reference.

func (EdifactSchemaReferenceResponseArgs) ElementType

func (EdifactSchemaReferenceResponseArgs) ToEdifactSchemaReferenceResponseOutput

func (i EdifactSchemaReferenceResponseArgs) ToEdifactSchemaReferenceResponseOutput() EdifactSchemaReferenceResponseOutput

func (EdifactSchemaReferenceResponseArgs) ToEdifactSchemaReferenceResponseOutputWithContext

func (i EdifactSchemaReferenceResponseArgs) ToEdifactSchemaReferenceResponseOutputWithContext(ctx context.Context) EdifactSchemaReferenceResponseOutput

type EdifactSchemaReferenceResponseArray

type EdifactSchemaReferenceResponseArray []EdifactSchemaReferenceResponseInput

func (EdifactSchemaReferenceResponseArray) ElementType

func (EdifactSchemaReferenceResponseArray) ToEdifactSchemaReferenceResponseArrayOutput

func (i EdifactSchemaReferenceResponseArray) ToEdifactSchemaReferenceResponseArrayOutput() EdifactSchemaReferenceResponseArrayOutput

func (EdifactSchemaReferenceResponseArray) ToEdifactSchemaReferenceResponseArrayOutputWithContext

func (i EdifactSchemaReferenceResponseArray) ToEdifactSchemaReferenceResponseArrayOutputWithContext(ctx context.Context) EdifactSchemaReferenceResponseArrayOutput

type EdifactSchemaReferenceResponseArrayInput

type EdifactSchemaReferenceResponseArrayInput interface {
	pulumi.Input

	ToEdifactSchemaReferenceResponseArrayOutput() EdifactSchemaReferenceResponseArrayOutput
	ToEdifactSchemaReferenceResponseArrayOutputWithContext(context.Context) EdifactSchemaReferenceResponseArrayOutput
}

EdifactSchemaReferenceResponseArrayInput is an input type that accepts EdifactSchemaReferenceResponseArray and EdifactSchemaReferenceResponseArrayOutput values. You can construct a concrete instance of `EdifactSchemaReferenceResponseArrayInput` via:

EdifactSchemaReferenceResponseArray{ EdifactSchemaReferenceResponseArgs{...} }

type EdifactSchemaReferenceResponseArrayOutput

type EdifactSchemaReferenceResponseArrayOutput struct{ *pulumi.OutputState }

func (EdifactSchemaReferenceResponseArrayOutput) ElementType

func (EdifactSchemaReferenceResponseArrayOutput) Index

func (EdifactSchemaReferenceResponseArrayOutput) ToEdifactSchemaReferenceResponseArrayOutput

func (o EdifactSchemaReferenceResponseArrayOutput) ToEdifactSchemaReferenceResponseArrayOutput() EdifactSchemaReferenceResponseArrayOutput

func (EdifactSchemaReferenceResponseArrayOutput) ToEdifactSchemaReferenceResponseArrayOutputWithContext

func (o EdifactSchemaReferenceResponseArrayOutput) ToEdifactSchemaReferenceResponseArrayOutputWithContext(ctx context.Context) EdifactSchemaReferenceResponseArrayOutput

type EdifactSchemaReferenceResponseInput

type EdifactSchemaReferenceResponseInput interface {
	pulumi.Input

	ToEdifactSchemaReferenceResponseOutput() EdifactSchemaReferenceResponseOutput
	ToEdifactSchemaReferenceResponseOutputWithContext(context.Context) EdifactSchemaReferenceResponseOutput
}

EdifactSchemaReferenceResponseInput is an input type that accepts EdifactSchemaReferenceResponseArgs and EdifactSchemaReferenceResponseOutput values. You can construct a concrete instance of `EdifactSchemaReferenceResponseInput` via:

EdifactSchemaReferenceResponseArgs{...}

type EdifactSchemaReferenceResponseOutput

type EdifactSchemaReferenceResponseOutput struct{ *pulumi.OutputState }

The Edifact schema reference.

func (EdifactSchemaReferenceResponseOutput) AssociationAssignedCode

func (o EdifactSchemaReferenceResponseOutput) AssociationAssignedCode() pulumi.StringPtrOutput

The association assigned code.

func (EdifactSchemaReferenceResponseOutput) ElementType

func (EdifactSchemaReferenceResponseOutput) MessageId

The message id.

func (EdifactSchemaReferenceResponseOutput) MessageRelease

The message release version.

func (EdifactSchemaReferenceResponseOutput) MessageVersion

The message version.

func (EdifactSchemaReferenceResponseOutput) SchemaName

The schema name.

func (EdifactSchemaReferenceResponseOutput) SenderApplicationId

The sender application id.

func (EdifactSchemaReferenceResponseOutput) SenderApplicationQualifier

func (o EdifactSchemaReferenceResponseOutput) SenderApplicationQualifier() pulumi.StringPtrOutput

The sender application qualifier.

func (EdifactSchemaReferenceResponseOutput) ToEdifactSchemaReferenceResponseOutput

func (o EdifactSchemaReferenceResponseOutput) ToEdifactSchemaReferenceResponseOutput() EdifactSchemaReferenceResponseOutput

func (EdifactSchemaReferenceResponseOutput) ToEdifactSchemaReferenceResponseOutputWithContext

func (o EdifactSchemaReferenceResponseOutput) ToEdifactSchemaReferenceResponseOutputWithContext(ctx context.Context) EdifactSchemaReferenceResponseOutput

type EdifactValidationOverride

type EdifactValidationOverride struct {
	// The value indicating whether to allow leading and trailing spaces and zeroes.
	AllowLeadingAndTrailingSpacesAndZeroes bool `pulumi:"allowLeadingAndTrailingSpacesAndZeroes"`
	// The value indicating whether to validate character Set.
	EnforceCharacterSet bool `pulumi:"enforceCharacterSet"`
	// The message id on which the validation settings has to be applied.
	MessageId string `pulumi:"messageId"`
	// The trailing separator policy.
	TrailingSeparatorPolicy string `pulumi:"trailingSeparatorPolicy"`
	// The value indicating whether to trim leading and trailing spaces and zeroes.
	TrimLeadingAndTrailingSpacesAndZeroes bool `pulumi:"trimLeadingAndTrailingSpacesAndZeroes"`
	// The value indicating whether to validate EDI types.
	ValidateEdiTypes bool `pulumi:"validateEdiTypes"`
	// The value indicating whether to validate XSD types.
	ValidateXsdTypes bool `pulumi:"validateXsdTypes"`
}

The Edifact validation override settings.

type EdifactValidationOverrideArgs

type EdifactValidationOverrideArgs struct {
	// The value indicating whether to allow leading and trailing spaces and zeroes.
	AllowLeadingAndTrailingSpacesAndZeroes pulumi.BoolInput `pulumi:"allowLeadingAndTrailingSpacesAndZeroes"`
	// The value indicating whether to validate character Set.
	EnforceCharacterSet pulumi.BoolInput `pulumi:"enforceCharacterSet"`
	// The message id on which the validation settings has to be applied.
	MessageId pulumi.StringInput `pulumi:"messageId"`
	// The trailing separator policy.
	TrailingSeparatorPolicy TrailingSeparatorPolicy `pulumi:"trailingSeparatorPolicy"`
	// The value indicating whether to trim leading and trailing spaces and zeroes.
	TrimLeadingAndTrailingSpacesAndZeroes pulumi.BoolInput `pulumi:"trimLeadingAndTrailingSpacesAndZeroes"`
	// The value indicating whether to validate EDI types.
	ValidateEdiTypes pulumi.BoolInput `pulumi:"validateEdiTypes"`
	// The value indicating whether to validate XSD types.
	ValidateXsdTypes pulumi.BoolInput `pulumi:"validateXsdTypes"`
}

The Edifact validation override settings.

func (EdifactValidationOverrideArgs) ElementType

func (EdifactValidationOverrideArgs) ToEdifactValidationOverrideOutput

func (i EdifactValidationOverrideArgs) ToEdifactValidationOverrideOutput() EdifactValidationOverrideOutput

func (EdifactValidationOverrideArgs) ToEdifactValidationOverrideOutputWithContext

func (i EdifactValidationOverrideArgs) ToEdifactValidationOverrideOutputWithContext(ctx context.Context) EdifactValidationOverrideOutput

type EdifactValidationOverrideArray

type EdifactValidationOverrideArray []EdifactValidationOverrideInput

func (EdifactValidationOverrideArray) ElementType

func (EdifactValidationOverrideArray) ToEdifactValidationOverrideArrayOutput

func (i EdifactValidationOverrideArray) ToEdifactValidationOverrideArrayOutput() EdifactValidationOverrideArrayOutput

func (EdifactValidationOverrideArray) ToEdifactValidationOverrideArrayOutputWithContext

func (i EdifactValidationOverrideArray) ToEdifactValidationOverrideArrayOutputWithContext(ctx context.Context) EdifactValidationOverrideArrayOutput

type EdifactValidationOverrideArrayInput

type EdifactValidationOverrideArrayInput interface {
	pulumi.Input

	ToEdifactValidationOverrideArrayOutput() EdifactValidationOverrideArrayOutput
	ToEdifactValidationOverrideArrayOutputWithContext(context.Context) EdifactValidationOverrideArrayOutput
}

EdifactValidationOverrideArrayInput is an input type that accepts EdifactValidationOverrideArray and EdifactValidationOverrideArrayOutput values. You can construct a concrete instance of `EdifactValidationOverrideArrayInput` via:

EdifactValidationOverrideArray{ EdifactValidationOverrideArgs{...} }

type EdifactValidationOverrideArrayOutput

type EdifactValidationOverrideArrayOutput struct{ *pulumi.OutputState }

func (EdifactValidationOverrideArrayOutput) ElementType

func (EdifactValidationOverrideArrayOutput) Index

func (EdifactValidationOverrideArrayOutput) ToEdifactValidationOverrideArrayOutput

func (o EdifactValidationOverrideArrayOutput) ToEdifactValidationOverrideArrayOutput() EdifactValidationOverrideArrayOutput

func (EdifactValidationOverrideArrayOutput) ToEdifactValidationOverrideArrayOutputWithContext

func (o EdifactValidationOverrideArrayOutput) ToEdifactValidationOverrideArrayOutputWithContext(ctx context.Context) EdifactValidationOverrideArrayOutput

type EdifactValidationOverrideInput

type EdifactValidationOverrideInput interface {
	pulumi.Input

	ToEdifactValidationOverrideOutput() EdifactValidationOverrideOutput
	ToEdifactValidationOverrideOutputWithContext(context.Context) EdifactValidationOverrideOutput
}

EdifactValidationOverrideInput is an input type that accepts EdifactValidationOverrideArgs and EdifactValidationOverrideOutput values. You can construct a concrete instance of `EdifactValidationOverrideInput` via:

EdifactValidationOverrideArgs{...}

type EdifactValidationOverrideOutput

type EdifactValidationOverrideOutput struct{ *pulumi.OutputState }

The Edifact validation override settings.

func (EdifactValidationOverrideOutput) AllowLeadingAndTrailingSpacesAndZeroes

func (o EdifactValidationOverrideOutput) AllowLeadingAndTrailingSpacesAndZeroes() pulumi.BoolOutput

The value indicating whether to allow leading and trailing spaces and zeroes.

func (EdifactValidationOverrideOutput) ElementType

func (EdifactValidationOverrideOutput) EnforceCharacterSet

func (o EdifactValidationOverrideOutput) EnforceCharacterSet() pulumi.BoolOutput

The value indicating whether to validate character Set.

func (EdifactValidationOverrideOutput) MessageId

The message id on which the validation settings has to be applied.

func (EdifactValidationOverrideOutput) ToEdifactValidationOverrideOutput

func (o EdifactValidationOverrideOutput) ToEdifactValidationOverrideOutput() EdifactValidationOverrideOutput

func (EdifactValidationOverrideOutput) ToEdifactValidationOverrideOutputWithContext

func (o EdifactValidationOverrideOutput) ToEdifactValidationOverrideOutputWithContext(ctx context.Context) EdifactValidationOverrideOutput

func (EdifactValidationOverrideOutput) TrailingSeparatorPolicy

func (o EdifactValidationOverrideOutput) TrailingSeparatorPolicy() pulumi.StringOutput

The trailing separator policy.

func (EdifactValidationOverrideOutput) TrimLeadingAndTrailingSpacesAndZeroes

func (o EdifactValidationOverrideOutput) TrimLeadingAndTrailingSpacesAndZeroes() pulumi.BoolOutput

The value indicating whether to trim leading and trailing spaces and zeroes.

func (EdifactValidationOverrideOutput) ValidateEdiTypes

func (o EdifactValidationOverrideOutput) ValidateEdiTypes() pulumi.BoolOutput

The value indicating whether to validate EDI types.

func (EdifactValidationOverrideOutput) ValidateXsdTypes

func (o EdifactValidationOverrideOutput) ValidateXsdTypes() pulumi.BoolOutput

The value indicating whether to validate XSD types.

type EdifactValidationOverrideResponse

type EdifactValidationOverrideResponse struct {
	// The value indicating whether to allow leading and trailing spaces and zeroes.
	AllowLeadingAndTrailingSpacesAndZeroes bool `pulumi:"allowLeadingAndTrailingSpacesAndZeroes"`
	// The value indicating whether to validate character Set.
	EnforceCharacterSet bool `pulumi:"enforceCharacterSet"`
	// The message id on which the validation settings has to be applied.
	MessageId string `pulumi:"messageId"`
	// The trailing separator policy.
	TrailingSeparatorPolicy string `pulumi:"trailingSeparatorPolicy"`
	// The value indicating whether to trim leading and trailing spaces and zeroes.
	TrimLeadingAndTrailingSpacesAndZeroes bool `pulumi:"trimLeadingAndTrailingSpacesAndZeroes"`
	// The value indicating whether to validate EDI types.
	ValidateEdiTypes bool `pulumi:"validateEdiTypes"`
	// The value indicating whether to validate XSD types.
	ValidateXsdTypes bool `pulumi:"validateXsdTypes"`
}

The Edifact validation override settings.

type EdifactValidationOverrideResponseArgs

type EdifactValidationOverrideResponseArgs struct {
	// The value indicating whether to allow leading and trailing spaces and zeroes.
	AllowLeadingAndTrailingSpacesAndZeroes pulumi.BoolInput `pulumi:"allowLeadingAndTrailingSpacesAndZeroes"`
	// The value indicating whether to validate character Set.
	EnforceCharacterSet pulumi.BoolInput `pulumi:"enforceCharacterSet"`
	// The message id on which the validation settings has to be applied.
	MessageId pulumi.StringInput `pulumi:"messageId"`
	// The trailing separator policy.
	TrailingSeparatorPolicy pulumi.StringInput `pulumi:"trailingSeparatorPolicy"`
	// The value indicating whether to trim leading and trailing spaces and zeroes.
	TrimLeadingAndTrailingSpacesAndZeroes pulumi.BoolInput `pulumi:"trimLeadingAndTrailingSpacesAndZeroes"`
	// The value indicating whether to validate EDI types.
	ValidateEdiTypes pulumi.BoolInput `pulumi:"validateEdiTypes"`
	// The value indicating whether to validate XSD types.
	ValidateXsdTypes pulumi.BoolInput `pulumi:"validateXsdTypes"`
}

The Edifact validation override settings.

func (EdifactValidationOverrideResponseArgs) ElementType

func (EdifactValidationOverrideResponseArgs) ToEdifactValidationOverrideResponseOutput

func (i EdifactValidationOverrideResponseArgs) ToEdifactValidationOverrideResponseOutput() EdifactValidationOverrideResponseOutput

func (EdifactValidationOverrideResponseArgs) ToEdifactValidationOverrideResponseOutputWithContext

func (i EdifactValidationOverrideResponseArgs) ToEdifactValidationOverrideResponseOutputWithContext(ctx context.Context) EdifactValidationOverrideResponseOutput

type EdifactValidationOverrideResponseArray

type EdifactValidationOverrideResponseArray []EdifactValidationOverrideResponseInput

func (EdifactValidationOverrideResponseArray) ElementType

func (EdifactValidationOverrideResponseArray) ToEdifactValidationOverrideResponseArrayOutput

func (i EdifactValidationOverrideResponseArray) ToEdifactValidationOverrideResponseArrayOutput() EdifactValidationOverrideResponseArrayOutput

func (EdifactValidationOverrideResponseArray) ToEdifactValidationOverrideResponseArrayOutputWithContext

func (i EdifactValidationOverrideResponseArray) ToEdifactValidationOverrideResponseArrayOutputWithContext(ctx context.Context) EdifactValidationOverrideResponseArrayOutput

type EdifactValidationOverrideResponseArrayInput

type EdifactValidationOverrideResponseArrayInput interface {
	pulumi.Input

	ToEdifactValidationOverrideResponseArrayOutput() EdifactValidationOverrideResponseArrayOutput
	ToEdifactValidationOverrideResponseArrayOutputWithContext(context.Context) EdifactValidationOverrideResponseArrayOutput
}

EdifactValidationOverrideResponseArrayInput is an input type that accepts EdifactValidationOverrideResponseArray and EdifactValidationOverrideResponseArrayOutput values. You can construct a concrete instance of `EdifactValidationOverrideResponseArrayInput` via:

EdifactValidationOverrideResponseArray{ EdifactValidationOverrideResponseArgs{...} }

type EdifactValidationOverrideResponseArrayOutput

type EdifactValidationOverrideResponseArrayOutput struct{ *pulumi.OutputState }

func (EdifactValidationOverrideResponseArrayOutput) ElementType

func (EdifactValidationOverrideResponseArrayOutput) Index

func (EdifactValidationOverrideResponseArrayOutput) ToEdifactValidationOverrideResponseArrayOutput

func (o EdifactValidationOverrideResponseArrayOutput) ToEdifactValidationOverrideResponseArrayOutput() EdifactValidationOverrideResponseArrayOutput

func (EdifactValidationOverrideResponseArrayOutput) ToEdifactValidationOverrideResponseArrayOutputWithContext

func (o EdifactValidationOverrideResponseArrayOutput) ToEdifactValidationOverrideResponseArrayOutputWithContext(ctx context.Context) EdifactValidationOverrideResponseArrayOutput

type EdifactValidationOverrideResponseInput

type EdifactValidationOverrideResponseInput interface {
	pulumi.Input

	ToEdifactValidationOverrideResponseOutput() EdifactValidationOverrideResponseOutput
	ToEdifactValidationOverrideResponseOutputWithContext(context.Context) EdifactValidationOverrideResponseOutput
}

EdifactValidationOverrideResponseInput is an input type that accepts EdifactValidationOverrideResponseArgs and EdifactValidationOverrideResponseOutput values. You can construct a concrete instance of `EdifactValidationOverrideResponseInput` via:

EdifactValidationOverrideResponseArgs{...}

type EdifactValidationOverrideResponseOutput

type EdifactValidationOverrideResponseOutput struct{ *pulumi.OutputState }

The Edifact validation override settings.

func (EdifactValidationOverrideResponseOutput) AllowLeadingAndTrailingSpacesAndZeroes

func (o EdifactValidationOverrideResponseOutput) AllowLeadingAndTrailingSpacesAndZeroes() pulumi.BoolOutput

The value indicating whether to allow leading and trailing spaces and zeroes.

func (EdifactValidationOverrideResponseOutput) ElementType

func (EdifactValidationOverrideResponseOutput) EnforceCharacterSet

The value indicating whether to validate character Set.

func (EdifactValidationOverrideResponseOutput) MessageId

The message id on which the validation settings has to be applied.

func (EdifactValidationOverrideResponseOutput) ToEdifactValidationOverrideResponseOutput

func (o EdifactValidationOverrideResponseOutput) ToEdifactValidationOverrideResponseOutput() EdifactValidationOverrideResponseOutput

func (EdifactValidationOverrideResponseOutput) ToEdifactValidationOverrideResponseOutputWithContext

func (o EdifactValidationOverrideResponseOutput) ToEdifactValidationOverrideResponseOutputWithContext(ctx context.Context) EdifactValidationOverrideResponseOutput

func (EdifactValidationOverrideResponseOutput) TrailingSeparatorPolicy

func (o EdifactValidationOverrideResponseOutput) TrailingSeparatorPolicy() pulumi.StringOutput

The trailing separator policy.

func (EdifactValidationOverrideResponseOutput) TrimLeadingAndTrailingSpacesAndZeroes

func (o EdifactValidationOverrideResponseOutput) TrimLeadingAndTrailingSpacesAndZeroes() pulumi.BoolOutput

The value indicating whether to trim leading and trailing spaces and zeroes.

func (EdifactValidationOverrideResponseOutput) ValidateEdiTypes

The value indicating whether to validate EDI types.

func (EdifactValidationOverrideResponseOutput) ValidateXsdTypes

The value indicating whether to validate XSD types.

type EdifactValidationSettings

type EdifactValidationSettings struct {
	// The value indicating whether to allow leading and trailing spaces and zeroes.
	AllowLeadingAndTrailingSpacesAndZeroes bool `pulumi:"allowLeadingAndTrailingSpacesAndZeroes"`
	// The value indicating whether to check for duplicate group control number.
	CheckDuplicateGroupControlNumber bool `pulumi:"checkDuplicateGroupControlNumber"`
	// The value indicating whether to check for duplicate interchange control number.
	CheckDuplicateInterchangeControlNumber bool `pulumi:"checkDuplicateInterchangeControlNumber"`
	// The value indicating whether to check for duplicate transaction set control number.
	CheckDuplicateTransactionSetControlNumber bool `pulumi:"checkDuplicateTransactionSetControlNumber"`
	// The validity period of interchange control number.
	InterchangeControlNumberValidityDays int `pulumi:"interchangeControlNumberValidityDays"`
	// The trailing separator policy.
	TrailingSeparatorPolicy string `pulumi:"trailingSeparatorPolicy"`
	// The value indicating whether to trim leading and trailing spaces and zeroes.
	TrimLeadingAndTrailingSpacesAndZeroes bool `pulumi:"trimLeadingAndTrailingSpacesAndZeroes"`
	// The value indicating whether to validate character set in the message.
	ValidateCharacterSet bool `pulumi:"validateCharacterSet"`
	// The value indicating whether to Whether to validate EDI types.
	ValidateEdiTypes bool `pulumi:"validateEdiTypes"`
	// The value indicating whether to Whether to validate XSD types.
	ValidateXsdTypes bool `pulumi:"validateXsdTypes"`
}

The Edifact agreement validation settings.

type EdifactValidationSettingsArgs

type EdifactValidationSettingsArgs struct {
	// The value indicating whether to allow leading and trailing spaces and zeroes.
	AllowLeadingAndTrailingSpacesAndZeroes pulumi.BoolInput `pulumi:"allowLeadingAndTrailingSpacesAndZeroes"`
	// The value indicating whether to check for duplicate group control number.
	CheckDuplicateGroupControlNumber pulumi.BoolInput `pulumi:"checkDuplicateGroupControlNumber"`
	// The value indicating whether to check for duplicate interchange control number.
	CheckDuplicateInterchangeControlNumber pulumi.BoolInput `pulumi:"checkDuplicateInterchangeControlNumber"`
	// The value indicating whether to check for duplicate transaction set control number.
	CheckDuplicateTransactionSetControlNumber pulumi.BoolInput `pulumi:"checkDuplicateTransactionSetControlNumber"`
	// The validity period of interchange control number.
	InterchangeControlNumberValidityDays pulumi.IntInput `pulumi:"interchangeControlNumberValidityDays"`
	// The trailing separator policy.
	TrailingSeparatorPolicy TrailingSeparatorPolicy `pulumi:"trailingSeparatorPolicy"`
	// The value indicating whether to trim leading and trailing spaces and zeroes.
	TrimLeadingAndTrailingSpacesAndZeroes pulumi.BoolInput `pulumi:"trimLeadingAndTrailingSpacesAndZeroes"`
	// The value indicating whether to validate character set in the message.
	ValidateCharacterSet pulumi.BoolInput `pulumi:"validateCharacterSet"`
	// The value indicating whether to Whether to validate EDI types.
	ValidateEdiTypes pulumi.BoolInput `pulumi:"validateEdiTypes"`
	// The value indicating whether to Whether to validate XSD types.
	ValidateXsdTypes pulumi.BoolInput `pulumi:"validateXsdTypes"`
}

The Edifact agreement validation settings.

func (EdifactValidationSettingsArgs) ElementType

func (EdifactValidationSettingsArgs) ToEdifactValidationSettingsOutput

func (i EdifactValidationSettingsArgs) ToEdifactValidationSettingsOutput() EdifactValidationSettingsOutput

func (EdifactValidationSettingsArgs) ToEdifactValidationSettingsOutputWithContext

func (i EdifactValidationSettingsArgs) ToEdifactValidationSettingsOutputWithContext(ctx context.Context) EdifactValidationSettingsOutput

func (EdifactValidationSettingsArgs) ToEdifactValidationSettingsPtrOutput

func (i EdifactValidationSettingsArgs) ToEdifactValidationSettingsPtrOutput() EdifactValidationSettingsPtrOutput

func (EdifactValidationSettingsArgs) ToEdifactValidationSettingsPtrOutputWithContext

func (i EdifactValidationSettingsArgs) ToEdifactValidationSettingsPtrOutputWithContext(ctx context.Context) EdifactValidationSettingsPtrOutput

type EdifactValidationSettingsInput

type EdifactValidationSettingsInput interface {
	pulumi.Input

	ToEdifactValidationSettingsOutput() EdifactValidationSettingsOutput
	ToEdifactValidationSettingsOutputWithContext(context.Context) EdifactValidationSettingsOutput
}

EdifactValidationSettingsInput is an input type that accepts EdifactValidationSettingsArgs and EdifactValidationSettingsOutput values. You can construct a concrete instance of `EdifactValidationSettingsInput` via:

EdifactValidationSettingsArgs{...}

type EdifactValidationSettingsOutput

type EdifactValidationSettingsOutput struct{ *pulumi.OutputState }

The Edifact agreement validation settings.

func (EdifactValidationSettingsOutput) AllowLeadingAndTrailingSpacesAndZeroes

func (o EdifactValidationSettingsOutput) AllowLeadingAndTrailingSpacesAndZeroes() pulumi.BoolOutput

The value indicating whether to allow leading and trailing spaces and zeroes.

func (EdifactValidationSettingsOutput) CheckDuplicateGroupControlNumber

func (o EdifactValidationSettingsOutput) CheckDuplicateGroupControlNumber() pulumi.BoolOutput

The value indicating whether to check for duplicate group control number.

func (EdifactValidationSettingsOutput) CheckDuplicateInterchangeControlNumber

func (o EdifactValidationSettingsOutput) CheckDuplicateInterchangeControlNumber() pulumi.BoolOutput

The value indicating whether to check for duplicate interchange control number.

func (EdifactValidationSettingsOutput) CheckDuplicateTransactionSetControlNumber

func (o EdifactValidationSettingsOutput) CheckDuplicateTransactionSetControlNumber() pulumi.BoolOutput

The value indicating whether to check for duplicate transaction set control number.

func (EdifactValidationSettingsOutput) ElementType

func (EdifactValidationSettingsOutput) InterchangeControlNumberValidityDays

func (o EdifactValidationSettingsOutput) InterchangeControlNumberValidityDays() pulumi.IntOutput

The validity period of interchange control number.

func (EdifactValidationSettingsOutput) ToEdifactValidationSettingsOutput

func (o EdifactValidationSettingsOutput) ToEdifactValidationSettingsOutput() EdifactValidationSettingsOutput

func (EdifactValidationSettingsOutput) ToEdifactValidationSettingsOutputWithContext

func (o EdifactValidationSettingsOutput) ToEdifactValidationSettingsOutputWithContext(ctx context.Context) EdifactValidationSettingsOutput

func (EdifactValidationSettingsOutput) ToEdifactValidationSettingsPtrOutput

func (o EdifactValidationSettingsOutput) ToEdifactValidationSettingsPtrOutput() EdifactValidationSettingsPtrOutput

func (EdifactValidationSettingsOutput) ToEdifactValidationSettingsPtrOutputWithContext

func (o EdifactValidationSettingsOutput) ToEdifactValidationSettingsPtrOutputWithContext(ctx context.Context) EdifactValidationSettingsPtrOutput

func (EdifactValidationSettingsOutput) TrailingSeparatorPolicy

func (o EdifactValidationSettingsOutput) TrailingSeparatorPolicy() pulumi.StringOutput

The trailing separator policy.

func (EdifactValidationSettingsOutput) TrimLeadingAndTrailingSpacesAndZeroes

func (o EdifactValidationSettingsOutput) TrimLeadingAndTrailingSpacesAndZeroes() pulumi.BoolOutput

The value indicating whether to trim leading and trailing spaces and zeroes.

func (EdifactValidationSettingsOutput) ValidateCharacterSet

func (o EdifactValidationSettingsOutput) ValidateCharacterSet() pulumi.BoolOutput

The value indicating whether to validate character set in the message.

func (EdifactValidationSettingsOutput) ValidateEdiTypes

func (o EdifactValidationSettingsOutput) ValidateEdiTypes() pulumi.BoolOutput

The value indicating whether to Whether to validate EDI types.

func (EdifactValidationSettingsOutput) ValidateXsdTypes

func (o EdifactValidationSettingsOutput) ValidateXsdTypes() pulumi.BoolOutput

The value indicating whether to Whether to validate XSD types.

type EdifactValidationSettingsPtrInput

type EdifactValidationSettingsPtrInput interface {
	pulumi.Input

	ToEdifactValidationSettingsPtrOutput() EdifactValidationSettingsPtrOutput
	ToEdifactValidationSettingsPtrOutputWithContext(context.Context) EdifactValidationSettingsPtrOutput
}

EdifactValidationSettingsPtrInput is an input type that accepts EdifactValidationSettingsArgs, EdifactValidationSettingsPtr and EdifactValidationSettingsPtrOutput values. You can construct a concrete instance of `EdifactValidationSettingsPtrInput` via:

        EdifactValidationSettingsArgs{...}

or:

        nil

type EdifactValidationSettingsPtrOutput

type EdifactValidationSettingsPtrOutput struct{ *pulumi.OutputState }

func (EdifactValidationSettingsPtrOutput) AllowLeadingAndTrailingSpacesAndZeroes

func (o EdifactValidationSettingsPtrOutput) AllowLeadingAndTrailingSpacesAndZeroes() pulumi.BoolPtrOutput

The value indicating whether to allow leading and trailing spaces and zeroes.

func (EdifactValidationSettingsPtrOutput) CheckDuplicateGroupControlNumber

func (o EdifactValidationSettingsPtrOutput) CheckDuplicateGroupControlNumber() pulumi.BoolPtrOutput

The value indicating whether to check for duplicate group control number.

func (EdifactValidationSettingsPtrOutput) CheckDuplicateInterchangeControlNumber

func (o EdifactValidationSettingsPtrOutput) CheckDuplicateInterchangeControlNumber() pulumi.BoolPtrOutput

The value indicating whether to check for duplicate interchange control number.

func (EdifactValidationSettingsPtrOutput) CheckDuplicateTransactionSetControlNumber

func (o EdifactValidationSettingsPtrOutput) CheckDuplicateTransactionSetControlNumber() pulumi.BoolPtrOutput

The value indicating whether to check for duplicate transaction set control number.

func (EdifactValidationSettingsPtrOutput) Elem

func (EdifactValidationSettingsPtrOutput) ElementType

func (EdifactValidationSettingsPtrOutput) InterchangeControlNumberValidityDays

func (o EdifactValidationSettingsPtrOutput) InterchangeControlNumberValidityDays() pulumi.IntPtrOutput

The validity period of interchange control number.

func (EdifactValidationSettingsPtrOutput) ToEdifactValidationSettingsPtrOutput

func (o EdifactValidationSettingsPtrOutput) ToEdifactValidationSettingsPtrOutput() EdifactValidationSettingsPtrOutput

func (EdifactValidationSettingsPtrOutput) ToEdifactValidationSettingsPtrOutputWithContext

func (o EdifactValidationSettingsPtrOutput) ToEdifactValidationSettingsPtrOutputWithContext(ctx context.Context) EdifactValidationSettingsPtrOutput

func (EdifactValidationSettingsPtrOutput) TrailingSeparatorPolicy

func (o EdifactValidationSettingsPtrOutput) TrailingSeparatorPolicy() pulumi.StringPtrOutput

The trailing separator policy.

func (EdifactValidationSettingsPtrOutput) TrimLeadingAndTrailingSpacesAndZeroes

func (o EdifactValidationSettingsPtrOutput) TrimLeadingAndTrailingSpacesAndZeroes() pulumi.BoolPtrOutput

The value indicating whether to trim leading and trailing spaces and zeroes.

func (EdifactValidationSettingsPtrOutput) ValidateCharacterSet

func (o EdifactValidationSettingsPtrOutput) ValidateCharacterSet() pulumi.BoolPtrOutput

The value indicating whether to validate character set in the message.

func (EdifactValidationSettingsPtrOutput) ValidateEdiTypes

The value indicating whether to Whether to validate EDI types.

func (EdifactValidationSettingsPtrOutput) ValidateXsdTypes

The value indicating whether to Whether to validate XSD types.

type EdifactValidationSettingsResponse

type EdifactValidationSettingsResponse struct {
	// The value indicating whether to allow leading and trailing spaces and zeroes.
	AllowLeadingAndTrailingSpacesAndZeroes bool `pulumi:"allowLeadingAndTrailingSpacesAndZeroes"`
	// The value indicating whether to check for duplicate group control number.
	CheckDuplicateGroupControlNumber bool `pulumi:"checkDuplicateGroupControlNumber"`
	// The value indicating whether to check for duplicate interchange control number.
	CheckDuplicateInterchangeControlNumber bool `pulumi:"checkDuplicateInterchangeControlNumber"`
	// The value indicating whether to check for duplicate transaction set control number.
	CheckDuplicateTransactionSetControlNumber bool `pulumi:"checkDuplicateTransactionSetControlNumber"`
	// The validity period of interchange control number.
	InterchangeControlNumberValidityDays int `pulumi:"interchangeControlNumberValidityDays"`
	// The trailing separator policy.
	TrailingSeparatorPolicy string `pulumi:"trailingSeparatorPolicy"`
	// The value indicating whether to trim leading and trailing spaces and zeroes.
	TrimLeadingAndTrailingSpacesAndZeroes bool `pulumi:"trimLeadingAndTrailingSpacesAndZeroes"`
	// The value indicating whether to validate character set in the message.
	ValidateCharacterSet bool `pulumi:"validateCharacterSet"`
	// The value indicating whether to Whether to validate EDI types.
	ValidateEdiTypes bool `pulumi:"validateEdiTypes"`
	// The value indicating whether to Whether to validate XSD types.
	ValidateXsdTypes bool `pulumi:"validateXsdTypes"`
}

The Edifact agreement validation settings.

type EdifactValidationSettingsResponseArgs

type EdifactValidationSettingsResponseArgs struct {
	// The value indicating whether to allow leading and trailing spaces and zeroes.
	AllowLeadingAndTrailingSpacesAndZeroes pulumi.BoolInput `pulumi:"allowLeadingAndTrailingSpacesAndZeroes"`
	// The value indicating whether to check for duplicate group control number.
	CheckDuplicateGroupControlNumber pulumi.BoolInput `pulumi:"checkDuplicateGroupControlNumber"`
	// The value indicating whether to check for duplicate interchange control number.
	CheckDuplicateInterchangeControlNumber pulumi.BoolInput `pulumi:"checkDuplicateInterchangeControlNumber"`
	// The value indicating whether to check for duplicate transaction set control number.
	CheckDuplicateTransactionSetControlNumber pulumi.BoolInput `pulumi:"checkDuplicateTransactionSetControlNumber"`
	// The validity period of interchange control number.
	InterchangeControlNumberValidityDays pulumi.IntInput `pulumi:"interchangeControlNumberValidityDays"`
	// The trailing separator policy.
	TrailingSeparatorPolicy pulumi.StringInput `pulumi:"trailingSeparatorPolicy"`
	// The value indicating whether to trim leading and trailing spaces and zeroes.
	TrimLeadingAndTrailingSpacesAndZeroes pulumi.BoolInput `pulumi:"trimLeadingAndTrailingSpacesAndZeroes"`
	// The value indicating whether to validate character set in the message.
	ValidateCharacterSet pulumi.BoolInput `pulumi:"validateCharacterSet"`
	// The value indicating whether to Whether to validate EDI types.
	ValidateEdiTypes pulumi.BoolInput `pulumi:"validateEdiTypes"`
	// The value indicating whether to Whether to validate XSD types.
	ValidateXsdTypes pulumi.BoolInput `pulumi:"validateXsdTypes"`
}

The Edifact agreement validation settings.

func (EdifactValidationSettingsResponseArgs) ElementType

func (EdifactValidationSettingsResponseArgs) ToEdifactValidationSettingsResponseOutput

func (i EdifactValidationSettingsResponseArgs) ToEdifactValidationSettingsResponseOutput() EdifactValidationSettingsResponseOutput

func (EdifactValidationSettingsResponseArgs) ToEdifactValidationSettingsResponseOutputWithContext

func (i EdifactValidationSettingsResponseArgs) ToEdifactValidationSettingsResponseOutputWithContext(ctx context.Context) EdifactValidationSettingsResponseOutput

func (EdifactValidationSettingsResponseArgs) ToEdifactValidationSettingsResponsePtrOutput

func (i EdifactValidationSettingsResponseArgs) ToEdifactValidationSettingsResponsePtrOutput() EdifactValidationSettingsResponsePtrOutput

func (EdifactValidationSettingsResponseArgs) ToEdifactValidationSettingsResponsePtrOutputWithContext

func (i EdifactValidationSettingsResponseArgs) ToEdifactValidationSettingsResponsePtrOutputWithContext(ctx context.Context) EdifactValidationSettingsResponsePtrOutput

type EdifactValidationSettingsResponseInput

type EdifactValidationSettingsResponseInput interface {
	pulumi.Input

	ToEdifactValidationSettingsResponseOutput() EdifactValidationSettingsResponseOutput
	ToEdifactValidationSettingsResponseOutputWithContext(context.Context) EdifactValidationSettingsResponseOutput
}

EdifactValidationSettingsResponseInput is an input type that accepts EdifactValidationSettingsResponseArgs and EdifactValidationSettingsResponseOutput values. You can construct a concrete instance of `EdifactValidationSettingsResponseInput` via:

EdifactValidationSettingsResponseArgs{...}

type EdifactValidationSettingsResponseOutput

type EdifactValidationSettingsResponseOutput struct{ *pulumi.OutputState }

The Edifact agreement validation settings.

func (EdifactValidationSettingsResponseOutput) AllowLeadingAndTrailingSpacesAndZeroes

func (o EdifactValidationSettingsResponseOutput) AllowLeadingAndTrailingSpacesAndZeroes() pulumi.BoolOutput

The value indicating whether to allow leading and trailing spaces and zeroes.

func (EdifactValidationSettingsResponseOutput) CheckDuplicateGroupControlNumber

func (o EdifactValidationSettingsResponseOutput) CheckDuplicateGroupControlNumber() pulumi.BoolOutput

The value indicating whether to check for duplicate group control number.

func (EdifactValidationSettingsResponseOutput) CheckDuplicateInterchangeControlNumber

func (o EdifactValidationSettingsResponseOutput) CheckDuplicateInterchangeControlNumber() pulumi.BoolOutput

The value indicating whether to check for duplicate interchange control number.

func (EdifactValidationSettingsResponseOutput) CheckDuplicateTransactionSetControlNumber

func (o EdifactValidationSettingsResponseOutput) CheckDuplicateTransactionSetControlNumber() pulumi.BoolOutput

The value indicating whether to check for duplicate transaction set control number.

func (EdifactValidationSettingsResponseOutput) ElementType

func (EdifactValidationSettingsResponseOutput) InterchangeControlNumberValidityDays

func (o EdifactValidationSettingsResponseOutput) InterchangeControlNumberValidityDays() pulumi.IntOutput

The validity period of interchange control number.

func (EdifactValidationSettingsResponseOutput) ToEdifactValidationSettingsResponseOutput

func (o EdifactValidationSettingsResponseOutput) ToEdifactValidationSettingsResponseOutput() EdifactValidationSettingsResponseOutput

func (EdifactValidationSettingsResponseOutput) ToEdifactValidationSettingsResponseOutputWithContext

func (o EdifactValidationSettingsResponseOutput) ToEdifactValidationSettingsResponseOutputWithContext(ctx context.Context) EdifactValidationSettingsResponseOutput

func (EdifactValidationSettingsResponseOutput) ToEdifactValidationSettingsResponsePtrOutput

func (o EdifactValidationSettingsResponseOutput) ToEdifactValidationSettingsResponsePtrOutput() EdifactValidationSettingsResponsePtrOutput

func (EdifactValidationSettingsResponseOutput) ToEdifactValidationSettingsResponsePtrOutputWithContext

func (o EdifactValidationSettingsResponseOutput) ToEdifactValidationSettingsResponsePtrOutputWithContext(ctx context.Context) EdifactValidationSettingsResponsePtrOutput

func (EdifactValidationSettingsResponseOutput) TrailingSeparatorPolicy

func (o EdifactValidationSettingsResponseOutput) TrailingSeparatorPolicy() pulumi.StringOutput

The trailing separator policy.

func (EdifactValidationSettingsResponseOutput) TrimLeadingAndTrailingSpacesAndZeroes

func (o EdifactValidationSettingsResponseOutput) TrimLeadingAndTrailingSpacesAndZeroes() pulumi.BoolOutput

The value indicating whether to trim leading and trailing spaces and zeroes.

func (EdifactValidationSettingsResponseOutput) ValidateCharacterSet

The value indicating whether to validate character set in the message.

func (EdifactValidationSettingsResponseOutput) ValidateEdiTypes

The value indicating whether to Whether to validate EDI types.

func (EdifactValidationSettingsResponseOutput) ValidateXsdTypes

The value indicating whether to Whether to validate XSD types.

type EdifactValidationSettingsResponsePtrInput

type EdifactValidationSettingsResponsePtrInput interface {
	pulumi.Input

	ToEdifactValidationSettingsResponsePtrOutput() EdifactValidationSettingsResponsePtrOutput
	ToEdifactValidationSettingsResponsePtrOutputWithContext(context.Context) EdifactValidationSettingsResponsePtrOutput
}

EdifactValidationSettingsResponsePtrInput is an input type that accepts EdifactValidationSettingsResponseArgs, EdifactValidationSettingsResponsePtr and EdifactValidationSettingsResponsePtrOutput values. You can construct a concrete instance of `EdifactValidationSettingsResponsePtrInput` via:

        EdifactValidationSettingsResponseArgs{...}

or:

        nil

type EdifactValidationSettingsResponsePtrOutput

type EdifactValidationSettingsResponsePtrOutput struct{ *pulumi.OutputState }

func (EdifactValidationSettingsResponsePtrOutput) AllowLeadingAndTrailingSpacesAndZeroes

func (o EdifactValidationSettingsResponsePtrOutput) AllowLeadingAndTrailingSpacesAndZeroes() pulumi.BoolPtrOutput

The value indicating whether to allow leading and trailing spaces and zeroes.

func (EdifactValidationSettingsResponsePtrOutput) CheckDuplicateGroupControlNumber

func (o EdifactValidationSettingsResponsePtrOutput) CheckDuplicateGroupControlNumber() pulumi.BoolPtrOutput

The value indicating whether to check for duplicate group control number.

func (EdifactValidationSettingsResponsePtrOutput) CheckDuplicateInterchangeControlNumber

func (o EdifactValidationSettingsResponsePtrOutput) CheckDuplicateInterchangeControlNumber() pulumi.BoolPtrOutput

The value indicating whether to check for duplicate interchange control number.

func (EdifactValidationSettingsResponsePtrOutput) CheckDuplicateTransactionSetControlNumber

func (o EdifactValidationSettingsResponsePtrOutput) CheckDuplicateTransactionSetControlNumber() pulumi.BoolPtrOutput

The value indicating whether to check for duplicate transaction set control number.

func (EdifactValidationSettingsResponsePtrOutput) Elem

func (EdifactValidationSettingsResponsePtrOutput) ElementType

func (EdifactValidationSettingsResponsePtrOutput) InterchangeControlNumberValidityDays

func (o EdifactValidationSettingsResponsePtrOutput) InterchangeControlNumberValidityDays() pulumi.IntPtrOutput

The validity period of interchange control number.

func (EdifactValidationSettingsResponsePtrOutput) ToEdifactValidationSettingsResponsePtrOutput

func (o EdifactValidationSettingsResponsePtrOutput) ToEdifactValidationSettingsResponsePtrOutput() EdifactValidationSettingsResponsePtrOutput

func (EdifactValidationSettingsResponsePtrOutput) ToEdifactValidationSettingsResponsePtrOutputWithContext

func (o EdifactValidationSettingsResponsePtrOutput) ToEdifactValidationSettingsResponsePtrOutputWithContext(ctx context.Context) EdifactValidationSettingsResponsePtrOutput

func (EdifactValidationSettingsResponsePtrOutput) TrailingSeparatorPolicy

The trailing separator policy.

func (EdifactValidationSettingsResponsePtrOutput) TrimLeadingAndTrailingSpacesAndZeroes

func (o EdifactValidationSettingsResponsePtrOutput) TrimLeadingAndTrailingSpacesAndZeroes() pulumi.BoolPtrOutput

The value indicating whether to trim leading and trailing spaces and zeroes.

func (EdifactValidationSettingsResponsePtrOutput) ValidateCharacterSet

The value indicating whether to validate character set in the message.

func (EdifactValidationSettingsResponsePtrOutput) ValidateEdiTypes

The value indicating whether to Whether to validate EDI types.

func (EdifactValidationSettingsResponsePtrOutput) ValidateXsdTypes

The value indicating whether to Whether to validate XSD types.

type EncryptionAlgorithm added in v0.3.1

type EncryptionAlgorithm pulumi.String

The encryption algorithm.

func (EncryptionAlgorithm) ElementType added in v0.3.1

func (EncryptionAlgorithm) ElementType() reflect.Type

func (EncryptionAlgorithm) ToStringOutput added in v0.3.1

func (e EncryptionAlgorithm) ToStringOutput() pulumi.StringOutput

func (EncryptionAlgorithm) ToStringOutputWithContext added in v0.3.1

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

func (EncryptionAlgorithm) ToStringPtrOutput added in v0.3.1

func (e EncryptionAlgorithm) ToStringPtrOutput() pulumi.StringPtrOutput

func (EncryptionAlgorithm) ToStringPtrOutputWithContext added in v0.3.1

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

type ExpressionResponse

type ExpressionResponse struct {
	// The azure resource error info.
	Error          *AzureResourceErrorInfoResponse `pulumi:"error"`
	Subexpressions []ExpressionResponse            `pulumi:"subexpressions"`
	Text           *string                         `pulumi:"text"`
	Value          interface{}                     `pulumi:"value"`
}

type ExpressionResponseArgs

type ExpressionResponseArgs struct {
	// The azure resource error info.
	Error          AzureResourceErrorInfoResponsePtrInput `pulumi:"error"`
	Subexpressions ExpressionResponseArrayInput           `pulumi:"subexpressions"`
	Text           pulumi.StringPtrInput                  `pulumi:"text"`
	Value          pulumi.Input                           `pulumi:"value"`
}

func (ExpressionResponseArgs) ElementType

func (ExpressionResponseArgs) ElementType() reflect.Type

func (ExpressionResponseArgs) ToExpressionResponseOutput

func (i ExpressionResponseArgs) ToExpressionResponseOutput() ExpressionResponseOutput

func (ExpressionResponseArgs) ToExpressionResponseOutputWithContext

func (i ExpressionResponseArgs) ToExpressionResponseOutputWithContext(ctx context.Context) ExpressionResponseOutput

type ExpressionResponseArray

type ExpressionResponseArray []ExpressionResponseInput

func (ExpressionResponseArray) ElementType

func (ExpressionResponseArray) ElementType() reflect.Type

func (ExpressionResponseArray) ToExpressionResponseArrayOutput

func (i ExpressionResponseArray) ToExpressionResponseArrayOutput() ExpressionResponseArrayOutput

func (ExpressionResponseArray) ToExpressionResponseArrayOutputWithContext

func (i ExpressionResponseArray) ToExpressionResponseArrayOutputWithContext(ctx context.Context) ExpressionResponseArrayOutput

type ExpressionResponseArrayInput

type ExpressionResponseArrayInput interface {
	pulumi.Input

	ToExpressionResponseArrayOutput() ExpressionResponseArrayOutput
	ToExpressionResponseArrayOutputWithContext(context.Context) ExpressionResponseArrayOutput
}

ExpressionResponseArrayInput is an input type that accepts ExpressionResponseArray and ExpressionResponseArrayOutput values. You can construct a concrete instance of `ExpressionResponseArrayInput` via:

ExpressionResponseArray{ ExpressionResponseArgs{...} }

type ExpressionResponseArrayOutput

type ExpressionResponseArrayOutput struct{ *pulumi.OutputState }

func (ExpressionResponseArrayOutput) ElementType

func (ExpressionResponseArrayOutput) Index

func (ExpressionResponseArrayOutput) ToExpressionResponseArrayOutput

func (o ExpressionResponseArrayOutput) ToExpressionResponseArrayOutput() ExpressionResponseArrayOutput

func (ExpressionResponseArrayOutput) ToExpressionResponseArrayOutputWithContext

func (o ExpressionResponseArrayOutput) ToExpressionResponseArrayOutputWithContext(ctx context.Context) ExpressionResponseArrayOutput

type ExpressionResponseInput

type ExpressionResponseInput interface {
	pulumi.Input

	ToExpressionResponseOutput() ExpressionResponseOutput
	ToExpressionResponseOutputWithContext(context.Context) ExpressionResponseOutput
}

ExpressionResponseInput is an input type that accepts ExpressionResponseArgs and ExpressionResponseOutput values. You can construct a concrete instance of `ExpressionResponseInput` via:

ExpressionResponseArgs{...}

type ExpressionResponseOutput

type ExpressionResponseOutput struct{ *pulumi.OutputState }

func (ExpressionResponseOutput) ElementType

func (ExpressionResponseOutput) ElementType() reflect.Type

func (ExpressionResponseOutput) Error

The azure resource error info.

func (ExpressionResponseOutput) Subexpressions

func (ExpressionResponseOutput) Text

func (ExpressionResponseOutput) ToExpressionResponseOutput

func (o ExpressionResponseOutput) ToExpressionResponseOutput() ExpressionResponseOutput

func (ExpressionResponseOutput) ToExpressionResponseOutputWithContext

func (o ExpressionResponseOutput) ToExpressionResponseOutputWithContext(ctx context.Context) ExpressionResponseOutput

func (ExpressionResponseOutput) Value

type ExpressionRootResponse

type ExpressionRootResponse struct {
	// The azure resource error info.
	Error *AzureResourceErrorInfoResponse `pulumi:"error"`
	// The path.
	Path           *string              `pulumi:"path"`
	Subexpressions []ExpressionResponse `pulumi:"subexpressions"`
	Text           *string              `pulumi:"text"`
	Value          interface{}          `pulumi:"value"`
}

type ExpressionRootResponseArgs

type ExpressionRootResponseArgs struct {
	// The azure resource error info.
	Error AzureResourceErrorInfoResponsePtrInput `pulumi:"error"`
	// The path.
	Path           pulumi.StringPtrInput        `pulumi:"path"`
	Subexpressions ExpressionResponseArrayInput `pulumi:"subexpressions"`
	Text           pulumi.StringPtrInput        `pulumi:"text"`
	Value          pulumi.Input                 `pulumi:"value"`
}

func (ExpressionRootResponseArgs) ElementType

func (ExpressionRootResponseArgs) ElementType() reflect.Type

func (ExpressionRootResponseArgs) ToExpressionRootResponseOutput

func (i ExpressionRootResponseArgs) ToExpressionRootResponseOutput() ExpressionRootResponseOutput

func (ExpressionRootResponseArgs) ToExpressionRootResponseOutputWithContext

func (i ExpressionRootResponseArgs) ToExpressionRootResponseOutputWithContext(ctx context.Context) ExpressionRootResponseOutput

type ExpressionRootResponseArray

type ExpressionRootResponseArray []ExpressionRootResponseInput

func (ExpressionRootResponseArray) ElementType

func (ExpressionRootResponseArray) ToExpressionRootResponseArrayOutput

func (i ExpressionRootResponseArray) ToExpressionRootResponseArrayOutput() ExpressionRootResponseArrayOutput

func (ExpressionRootResponseArray) ToExpressionRootResponseArrayOutputWithContext

func (i ExpressionRootResponseArray) ToExpressionRootResponseArrayOutputWithContext(ctx context.Context) ExpressionRootResponseArrayOutput

type ExpressionRootResponseArrayInput

type ExpressionRootResponseArrayInput interface {
	pulumi.Input

	ToExpressionRootResponseArrayOutput() ExpressionRootResponseArrayOutput
	ToExpressionRootResponseArrayOutputWithContext(context.Context) ExpressionRootResponseArrayOutput
}

ExpressionRootResponseArrayInput is an input type that accepts ExpressionRootResponseArray and ExpressionRootResponseArrayOutput values. You can construct a concrete instance of `ExpressionRootResponseArrayInput` via:

ExpressionRootResponseArray{ ExpressionRootResponseArgs{...} }

type ExpressionRootResponseArrayOutput

type ExpressionRootResponseArrayOutput struct{ *pulumi.OutputState }

func (ExpressionRootResponseArrayOutput) ElementType

func (ExpressionRootResponseArrayOutput) Index

func (ExpressionRootResponseArrayOutput) ToExpressionRootResponseArrayOutput

func (o ExpressionRootResponseArrayOutput) ToExpressionRootResponseArrayOutput() ExpressionRootResponseArrayOutput

func (ExpressionRootResponseArrayOutput) ToExpressionRootResponseArrayOutputWithContext

func (o ExpressionRootResponseArrayOutput) ToExpressionRootResponseArrayOutputWithContext(ctx context.Context) ExpressionRootResponseArrayOutput

type ExpressionRootResponseInput

type ExpressionRootResponseInput interface {
	pulumi.Input

	ToExpressionRootResponseOutput() ExpressionRootResponseOutput
	ToExpressionRootResponseOutputWithContext(context.Context) ExpressionRootResponseOutput
}

ExpressionRootResponseInput is an input type that accepts ExpressionRootResponseArgs and ExpressionRootResponseOutput values. You can construct a concrete instance of `ExpressionRootResponseInput` via:

ExpressionRootResponseArgs{...}

type ExpressionRootResponseOutput

type ExpressionRootResponseOutput struct{ *pulumi.OutputState }

func (ExpressionRootResponseOutput) ElementType

func (ExpressionRootResponseOutput) Error

The azure resource error info.

func (ExpressionRootResponseOutput) Path

The path.

func (ExpressionRootResponseOutput) Subexpressions

func (ExpressionRootResponseOutput) Text

func (ExpressionRootResponseOutput) ToExpressionRootResponseOutput

func (o ExpressionRootResponseOutput) ToExpressionRootResponseOutput() ExpressionRootResponseOutput

func (ExpressionRootResponseOutput) ToExpressionRootResponseOutputWithContext

func (o ExpressionRootResponseOutput) ToExpressionRootResponseOutputWithContext(ctx context.Context) ExpressionRootResponseOutput

func (ExpressionRootResponseOutput) Value

type HashingAlgorithm added in v0.3.1

type HashingAlgorithm pulumi.String

The signing or hashing algorithm.

func (HashingAlgorithm) ElementType added in v0.3.1

func (HashingAlgorithm) ElementType() reflect.Type

func (HashingAlgorithm) ToStringOutput added in v0.3.1

func (e HashingAlgorithm) ToStringOutput() pulumi.StringOutput

func (HashingAlgorithm) ToStringOutputWithContext added in v0.3.1

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

func (HashingAlgorithm) ToStringPtrOutput added in v0.3.1

func (e HashingAlgorithm) ToStringPtrOutput() pulumi.StringPtrOutput

func (HashingAlgorithm) ToStringPtrOutputWithContext added in v0.3.1

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

type IntegrationAccount

type IntegrationAccount struct {
	pulumi.CustomResourceState

	// The resource location.
	Location pulumi.StringPtrOutput `pulumi:"location"`
	// Gets the resource name.
	Name pulumi.StringOutput `pulumi:"name"`
	// The sku.
	Sku IntegrationAccountSkuResponsePtrOutput `pulumi:"sku"`
	// The resource tags.
	Tags pulumi.StringMapOutput `pulumi:"tags"`
	// Gets the resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

The integration account.

func GetIntegrationAccount

func GetIntegrationAccount(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *IntegrationAccountState, opts ...pulumi.ResourceOption) (*IntegrationAccount, error)

GetIntegrationAccount gets an existing IntegrationAccount 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 NewIntegrationAccount

func NewIntegrationAccount(ctx *pulumi.Context,
	name string, args *IntegrationAccountArgs, opts ...pulumi.ResourceOption) (*IntegrationAccount, error)

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

func (*IntegrationAccount) ElementType added in v0.2.6

func (*IntegrationAccount) ElementType() reflect.Type

func (*IntegrationAccount) ToIntegrationAccountOutput added in v0.2.6

func (i *IntegrationAccount) ToIntegrationAccountOutput() IntegrationAccountOutput

func (*IntegrationAccount) ToIntegrationAccountOutputWithContext added in v0.2.6

func (i *IntegrationAccount) ToIntegrationAccountOutputWithContext(ctx context.Context) IntegrationAccountOutput

type IntegrationAccountArgs

type IntegrationAccountArgs struct {
	// The integration account name.
	IntegrationAccountName pulumi.StringInput
	// The resource location.
	Location pulumi.StringPtrInput
	// The resource group name.
	ResourceGroupName pulumi.StringInput
	// The sku.
	Sku IntegrationAccountSkuPtrInput
	// The resource tags.
	Tags pulumi.StringMapInput
}

The set of arguments for constructing a IntegrationAccount resource.

func (IntegrationAccountArgs) ElementType

func (IntegrationAccountArgs) ElementType() reflect.Type

type IntegrationAccountAssembly

type IntegrationAccountAssembly struct {
	pulumi.CustomResourceState

	// The resource location.
	Location pulumi.StringPtrOutput `pulumi:"location"`
	// Gets the resource name.
	Name pulumi.StringOutput `pulumi:"name"`
	// The assembly properties.
	Properties AssemblyPropertiesResponseOutput `pulumi:"properties"`
	// The resource tags.
	Tags pulumi.StringMapOutput `pulumi:"tags"`
	// Gets the resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

The assembly definition.

func GetIntegrationAccountAssembly

func GetIntegrationAccountAssembly(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *IntegrationAccountAssemblyState, opts ...pulumi.ResourceOption) (*IntegrationAccountAssembly, error)

GetIntegrationAccountAssembly gets an existing IntegrationAccountAssembly 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 NewIntegrationAccountAssembly

func NewIntegrationAccountAssembly(ctx *pulumi.Context,
	name string, args *IntegrationAccountAssemblyArgs, opts ...pulumi.ResourceOption) (*IntegrationAccountAssembly, error)

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

func (*IntegrationAccountAssembly) ElementType added in v0.2.6

func (*IntegrationAccountAssembly) ElementType() reflect.Type

func (*IntegrationAccountAssembly) ToIntegrationAccountAssemblyOutput added in v0.2.6

func (i *IntegrationAccountAssembly) ToIntegrationAccountAssemblyOutput() IntegrationAccountAssemblyOutput

func (*IntegrationAccountAssembly) ToIntegrationAccountAssemblyOutputWithContext added in v0.2.6

func (i *IntegrationAccountAssembly) ToIntegrationAccountAssemblyOutputWithContext(ctx context.Context) IntegrationAccountAssemblyOutput

type IntegrationAccountAssemblyArgs

type IntegrationAccountAssemblyArgs struct {
	// The assembly artifact name.
	AssemblyArtifactName pulumi.StringInput
	// The integration account name.
	IntegrationAccountName pulumi.StringInput
	// The resource location.
	Location pulumi.StringPtrInput
	// The assembly properties.
	Properties AssemblyPropertiesInput
	// The resource group name.
	ResourceGroupName pulumi.StringInput
	// The resource tags.
	Tags pulumi.StringMapInput
}

The set of arguments for constructing a IntegrationAccountAssembly resource.

func (IntegrationAccountAssemblyArgs) ElementType

type IntegrationAccountAssemblyInput added in v0.2.6

type IntegrationAccountAssemblyInput interface {
	pulumi.Input

	ToIntegrationAccountAssemblyOutput() IntegrationAccountAssemblyOutput
	ToIntegrationAccountAssemblyOutputWithContext(ctx context.Context) IntegrationAccountAssemblyOutput
}

type IntegrationAccountAssemblyOutput added in v0.2.6

type IntegrationAccountAssemblyOutput struct {
	*pulumi.OutputState
}

func (IntegrationAccountAssemblyOutput) ElementType added in v0.2.6

func (IntegrationAccountAssemblyOutput) ToIntegrationAccountAssemblyOutput added in v0.2.6

func (o IntegrationAccountAssemblyOutput) ToIntegrationAccountAssemblyOutput() IntegrationAccountAssemblyOutput

func (IntegrationAccountAssemblyOutput) ToIntegrationAccountAssemblyOutputWithContext added in v0.2.6

func (o IntegrationAccountAssemblyOutput) ToIntegrationAccountAssemblyOutputWithContext(ctx context.Context) IntegrationAccountAssemblyOutput

type IntegrationAccountAssemblyState

type IntegrationAccountAssemblyState struct {
	// The resource location.
	Location pulumi.StringPtrInput
	// Gets the resource name.
	Name pulumi.StringPtrInput
	// The assembly properties.
	Properties AssemblyPropertiesResponsePtrInput
	// The resource tags.
	Tags pulumi.StringMapInput
	// Gets the resource type.
	Type pulumi.StringPtrInput
}

func (IntegrationAccountAssemblyState) ElementType

type IntegrationAccountBatchConfiguration

type IntegrationAccountBatchConfiguration struct {
	pulumi.CustomResourceState

	// The resource location.
	Location pulumi.StringPtrOutput `pulumi:"location"`
	// Gets the resource name.
	Name pulumi.StringOutput `pulumi:"name"`
	// The batch configuration properties.
	Properties BatchConfigurationPropertiesResponseOutput `pulumi:"properties"`
	// The resource tags.
	Tags pulumi.StringMapOutput `pulumi:"tags"`
	// Gets the resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

The batch configuration resource definition.

func GetIntegrationAccountBatchConfiguration

func GetIntegrationAccountBatchConfiguration(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *IntegrationAccountBatchConfigurationState, opts ...pulumi.ResourceOption) (*IntegrationAccountBatchConfiguration, error)

GetIntegrationAccountBatchConfiguration gets an existing IntegrationAccountBatchConfiguration 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 NewIntegrationAccountBatchConfiguration

func NewIntegrationAccountBatchConfiguration(ctx *pulumi.Context,
	name string, args *IntegrationAccountBatchConfigurationArgs, opts ...pulumi.ResourceOption) (*IntegrationAccountBatchConfiguration, error)

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

func (*IntegrationAccountBatchConfiguration) ElementType added in v0.2.6

func (*IntegrationAccountBatchConfiguration) ToIntegrationAccountBatchConfigurationOutput added in v0.2.6

func (i *IntegrationAccountBatchConfiguration) ToIntegrationAccountBatchConfigurationOutput() IntegrationAccountBatchConfigurationOutput

func (*IntegrationAccountBatchConfiguration) ToIntegrationAccountBatchConfigurationOutputWithContext added in v0.2.6

func (i *IntegrationAccountBatchConfiguration) ToIntegrationAccountBatchConfigurationOutputWithContext(ctx context.Context) IntegrationAccountBatchConfigurationOutput

type IntegrationAccountBatchConfigurationArgs

type IntegrationAccountBatchConfigurationArgs struct {
	// The batch configuration name.
	BatchConfigurationName pulumi.StringInput
	// The integration account name.
	IntegrationAccountName pulumi.StringInput
	// The resource location.
	Location pulumi.StringPtrInput
	// The batch configuration properties.
	Properties BatchConfigurationPropertiesInput
	// The resource group name.
	ResourceGroupName pulumi.StringInput
	// The resource tags.
	Tags pulumi.StringMapInput
}

The set of arguments for constructing a IntegrationAccountBatchConfiguration resource.

func (IntegrationAccountBatchConfigurationArgs) ElementType

type IntegrationAccountBatchConfigurationInput added in v0.2.6

type IntegrationAccountBatchConfigurationInput interface {
	pulumi.Input

	ToIntegrationAccountBatchConfigurationOutput() IntegrationAccountBatchConfigurationOutput
	ToIntegrationAccountBatchConfigurationOutputWithContext(ctx context.Context) IntegrationAccountBatchConfigurationOutput
}

type IntegrationAccountBatchConfigurationOutput added in v0.2.6

type IntegrationAccountBatchConfigurationOutput struct {
	*pulumi.OutputState
}

func (IntegrationAccountBatchConfigurationOutput) ElementType added in v0.2.6

func (IntegrationAccountBatchConfigurationOutput) ToIntegrationAccountBatchConfigurationOutput added in v0.2.6

func (o IntegrationAccountBatchConfigurationOutput) ToIntegrationAccountBatchConfigurationOutput() IntegrationAccountBatchConfigurationOutput

func (IntegrationAccountBatchConfigurationOutput) ToIntegrationAccountBatchConfigurationOutputWithContext added in v0.2.6

func (o IntegrationAccountBatchConfigurationOutput) ToIntegrationAccountBatchConfigurationOutputWithContext(ctx context.Context) IntegrationAccountBatchConfigurationOutput

type IntegrationAccountBatchConfigurationState

type IntegrationAccountBatchConfigurationState struct {
	// The resource location.
	Location pulumi.StringPtrInput
	// Gets the resource name.
	Name pulumi.StringPtrInput
	// The batch configuration properties.
	Properties BatchConfigurationPropertiesResponsePtrInput
	// The resource tags.
	Tags pulumi.StringMapInput
	// Gets the resource type.
	Type pulumi.StringPtrInput
}

func (IntegrationAccountBatchConfigurationState) ElementType

type IntegrationAccountInput added in v0.2.6

type IntegrationAccountInput interface {
	pulumi.Input

	ToIntegrationAccountOutput() IntegrationAccountOutput
	ToIntegrationAccountOutputWithContext(ctx context.Context) IntegrationAccountOutput
}

type IntegrationAccountMapPropertiesParametersSchema

type IntegrationAccountMapPropertiesParametersSchema struct {
	// The reference name.
	Ref *string `pulumi:"ref"`
}

The parameters schema of integration account map.

type IntegrationAccountMapPropertiesParametersSchemaArgs

type IntegrationAccountMapPropertiesParametersSchemaArgs struct {
	// The reference name.
	Ref pulumi.StringPtrInput `pulumi:"ref"`
}

The parameters schema of integration account map.

func (IntegrationAccountMapPropertiesParametersSchemaArgs) ElementType

func (IntegrationAccountMapPropertiesParametersSchemaArgs) ToIntegrationAccountMapPropertiesParametersSchemaOutput

func (i IntegrationAccountMapPropertiesParametersSchemaArgs) ToIntegrationAccountMapPropertiesParametersSchemaOutput() IntegrationAccountMapPropertiesParametersSchemaOutput

func (IntegrationAccountMapPropertiesParametersSchemaArgs) ToIntegrationAccountMapPropertiesParametersSchemaOutputWithContext

func (i IntegrationAccountMapPropertiesParametersSchemaArgs) ToIntegrationAccountMapPropertiesParametersSchemaOutputWithContext(ctx context.Context) IntegrationAccountMapPropertiesParametersSchemaOutput

func (IntegrationAccountMapPropertiesParametersSchemaArgs) ToIntegrationAccountMapPropertiesParametersSchemaPtrOutput

func (i IntegrationAccountMapPropertiesParametersSchemaArgs) ToIntegrationAccountMapPropertiesParametersSchemaPtrOutput() IntegrationAccountMapPropertiesParametersSchemaPtrOutput

func (IntegrationAccountMapPropertiesParametersSchemaArgs) ToIntegrationAccountMapPropertiesParametersSchemaPtrOutputWithContext

func (i IntegrationAccountMapPropertiesParametersSchemaArgs) ToIntegrationAccountMapPropertiesParametersSchemaPtrOutputWithContext(ctx context.Context) IntegrationAccountMapPropertiesParametersSchemaPtrOutput

type IntegrationAccountMapPropertiesParametersSchemaInput

type IntegrationAccountMapPropertiesParametersSchemaInput interface {
	pulumi.Input

	ToIntegrationAccountMapPropertiesParametersSchemaOutput() IntegrationAccountMapPropertiesParametersSchemaOutput
	ToIntegrationAccountMapPropertiesParametersSchemaOutputWithContext(context.Context) IntegrationAccountMapPropertiesParametersSchemaOutput
}

IntegrationAccountMapPropertiesParametersSchemaInput is an input type that accepts IntegrationAccountMapPropertiesParametersSchemaArgs and IntegrationAccountMapPropertiesParametersSchemaOutput values. You can construct a concrete instance of `IntegrationAccountMapPropertiesParametersSchemaInput` via:

IntegrationAccountMapPropertiesParametersSchemaArgs{...}

type IntegrationAccountMapPropertiesParametersSchemaOutput

type IntegrationAccountMapPropertiesParametersSchemaOutput struct{ *pulumi.OutputState }

The parameters schema of integration account map.

func (IntegrationAccountMapPropertiesParametersSchemaOutput) ElementType

func (IntegrationAccountMapPropertiesParametersSchemaOutput) Ref

The reference name.

func (IntegrationAccountMapPropertiesParametersSchemaOutput) ToIntegrationAccountMapPropertiesParametersSchemaOutput

func (IntegrationAccountMapPropertiesParametersSchemaOutput) ToIntegrationAccountMapPropertiesParametersSchemaOutputWithContext

func (o IntegrationAccountMapPropertiesParametersSchemaOutput) ToIntegrationAccountMapPropertiesParametersSchemaOutputWithContext(ctx context.Context) IntegrationAccountMapPropertiesParametersSchemaOutput

func (IntegrationAccountMapPropertiesParametersSchemaOutput) ToIntegrationAccountMapPropertiesParametersSchemaPtrOutput

func (o IntegrationAccountMapPropertiesParametersSchemaOutput) ToIntegrationAccountMapPropertiesParametersSchemaPtrOutput() IntegrationAccountMapPropertiesParametersSchemaPtrOutput

func (IntegrationAccountMapPropertiesParametersSchemaOutput) ToIntegrationAccountMapPropertiesParametersSchemaPtrOutputWithContext

func (o IntegrationAccountMapPropertiesParametersSchemaOutput) ToIntegrationAccountMapPropertiesParametersSchemaPtrOutputWithContext(ctx context.Context) IntegrationAccountMapPropertiesParametersSchemaPtrOutput

type IntegrationAccountMapPropertiesParametersSchemaPtrInput

type IntegrationAccountMapPropertiesParametersSchemaPtrInput interface {
	pulumi.Input

	ToIntegrationAccountMapPropertiesParametersSchemaPtrOutput() IntegrationAccountMapPropertiesParametersSchemaPtrOutput
	ToIntegrationAccountMapPropertiesParametersSchemaPtrOutputWithContext(context.Context) IntegrationAccountMapPropertiesParametersSchemaPtrOutput
}

IntegrationAccountMapPropertiesParametersSchemaPtrInput is an input type that accepts IntegrationAccountMapPropertiesParametersSchemaArgs, IntegrationAccountMapPropertiesParametersSchemaPtr and IntegrationAccountMapPropertiesParametersSchemaPtrOutput values. You can construct a concrete instance of `IntegrationAccountMapPropertiesParametersSchemaPtrInput` via:

        IntegrationAccountMapPropertiesParametersSchemaArgs{...}

or:

        nil

type IntegrationAccountMapPropertiesParametersSchemaPtrOutput

type IntegrationAccountMapPropertiesParametersSchemaPtrOutput struct{ *pulumi.OutputState }

func (IntegrationAccountMapPropertiesParametersSchemaPtrOutput) Elem

func (IntegrationAccountMapPropertiesParametersSchemaPtrOutput) ElementType

func (IntegrationAccountMapPropertiesParametersSchemaPtrOutput) Ref

The reference name.

func (IntegrationAccountMapPropertiesParametersSchemaPtrOutput) ToIntegrationAccountMapPropertiesParametersSchemaPtrOutput

func (IntegrationAccountMapPropertiesParametersSchemaPtrOutput) ToIntegrationAccountMapPropertiesParametersSchemaPtrOutputWithContext

func (o IntegrationAccountMapPropertiesParametersSchemaPtrOutput) ToIntegrationAccountMapPropertiesParametersSchemaPtrOutputWithContext(ctx context.Context) IntegrationAccountMapPropertiesParametersSchemaPtrOutput

type IntegrationAccountMapPropertiesResponseParametersSchema

type IntegrationAccountMapPropertiesResponseParametersSchema struct {
	// The reference name.
	Ref *string `pulumi:"ref"`
}

The parameters schema of integration account map.

type IntegrationAccountMapPropertiesResponseParametersSchemaArgs

type IntegrationAccountMapPropertiesResponseParametersSchemaArgs struct {
	// The reference name.
	Ref pulumi.StringPtrInput `pulumi:"ref"`
}

The parameters schema of integration account map.

func (IntegrationAccountMapPropertiesResponseParametersSchemaArgs) ElementType

func (IntegrationAccountMapPropertiesResponseParametersSchemaArgs) ToIntegrationAccountMapPropertiesResponseParametersSchemaOutput

func (IntegrationAccountMapPropertiesResponseParametersSchemaArgs) ToIntegrationAccountMapPropertiesResponseParametersSchemaOutputWithContext

func (i IntegrationAccountMapPropertiesResponseParametersSchemaArgs) ToIntegrationAccountMapPropertiesResponseParametersSchemaOutputWithContext(ctx context.Context) IntegrationAccountMapPropertiesResponseParametersSchemaOutput

func (IntegrationAccountMapPropertiesResponseParametersSchemaArgs) ToIntegrationAccountMapPropertiesResponseParametersSchemaPtrOutput

func (IntegrationAccountMapPropertiesResponseParametersSchemaArgs) ToIntegrationAccountMapPropertiesResponseParametersSchemaPtrOutputWithContext

func (i IntegrationAccountMapPropertiesResponseParametersSchemaArgs) ToIntegrationAccountMapPropertiesResponseParametersSchemaPtrOutputWithContext(ctx context.Context) IntegrationAccountMapPropertiesResponseParametersSchemaPtrOutput

type IntegrationAccountMapPropertiesResponseParametersSchemaInput

type IntegrationAccountMapPropertiesResponseParametersSchemaInput interface {
	pulumi.Input

	ToIntegrationAccountMapPropertiesResponseParametersSchemaOutput() IntegrationAccountMapPropertiesResponseParametersSchemaOutput
	ToIntegrationAccountMapPropertiesResponseParametersSchemaOutputWithContext(context.Context) IntegrationAccountMapPropertiesResponseParametersSchemaOutput
}

IntegrationAccountMapPropertiesResponseParametersSchemaInput is an input type that accepts IntegrationAccountMapPropertiesResponseParametersSchemaArgs and IntegrationAccountMapPropertiesResponseParametersSchemaOutput values. You can construct a concrete instance of `IntegrationAccountMapPropertiesResponseParametersSchemaInput` via:

IntegrationAccountMapPropertiesResponseParametersSchemaArgs{...}

type IntegrationAccountMapPropertiesResponseParametersSchemaOutput

type IntegrationAccountMapPropertiesResponseParametersSchemaOutput struct{ *pulumi.OutputState }

The parameters schema of integration account map.

func (IntegrationAccountMapPropertiesResponseParametersSchemaOutput) ElementType

func (IntegrationAccountMapPropertiesResponseParametersSchemaOutput) Ref

The reference name.

func (IntegrationAccountMapPropertiesResponseParametersSchemaOutput) ToIntegrationAccountMapPropertiesResponseParametersSchemaOutput

func (IntegrationAccountMapPropertiesResponseParametersSchemaOutput) ToIntegrationAccountMapPropertiesResponseParametersSchemaOutputWithContext

func (o IntegrationAccountMapPropertiesResponseParametersSchemaOutput) ToIntegrationAccountMapPropertiesResponseParametersSchemaOutputWithContext(ctx context.Context) IntegrationAccountMapPropertiesResponseParametersSchemaOutput

func (IntegrationAccountMapPropertiesResponseParametersSchemaOutput) ToIntegrationAccountMapPropertiesResponseParametersSchemaPtrOutput

func (IntegrationAccountMapPropertiesResponseParametersSchemaOutput) ToIntegrationAccountMapPropertiesResponseParametersSchemaPtrOutputWithContext

func (o IntegrationAccountMapPropertiesResponseParametersSchemaOutput) ToIntegrationAccountMapPropertiesResponseParametersSchemaPtrOutputWithContext(ctx context.Context) IntegrationAccountMapPropertiesResponseParametersSchemaPtrOutput

type IntegrationAccountMapPropertiesResponseParametersSchemaPtrInput

type IntegrationAccountMapPropertiesResponseParametersSchemaPtrInput interface {
	pulumi.Input

	ToIntegrationAccountMapPropertiesResponseParametersSchemaPtrOutput() IntegrationAccountMapPropertiesResponseParametersSchemaPtrOutput
	ToIntegrationAccountMapPropertiesResponseParametersSchemaPtrOutputWithContext(context.Context) IntegrationAccountMapPropertiesResponseParametersSchemaPtrOutput
}

IntegrationAccountMapPropertiesResponseParametersSchemaPtrInput is an input type that accepts IntegrationAccountMapPropertiesResponseParametersSchemaArgs, IntegrationAccountMapPropertiesResponseParametersSchemaPtr and IntegrationAccountMapPropertiesResponseParametersSchemaPtrOutput values. You can construct a concrete instance of `IntegrationAccountMapPropertiesResponseParametersSchemaPtrInput` via:

        IntegrationAccountMapPropertiesResponseParametersSchemaArgs{...}

or:

        nil

type IntegrationAccountMapPropertiesResponseParametersSchemaPtrOutput

type IntegrationAccountMapPropertiesResponseParametersSchemaPtrOutput struct{ *pulumi.OutputState }

func (IntegrationAccountMapPropertiesResponseParametersSchemaPtrOutput) Elem

func (IntegrationAccountMapPropertiesResponseParametersSchemaPtrOutput) ElementType

func (IntegrationAccountMapPropertiesResponseParametersSchemaPtrOutput) Ref

The reference name.

func (IntegrationAccountMapPropertiesResponseParametersSchemaPtrOutput) ToIntegrationAccountMapPropertiesResponseParametersSchemaPtrOutput

func (IntegrationAccountMapPropertiesResponseParametersSchemaPtrOutput) ToIntegrationAccountMapPropertiesResponseParametersSchemaPtrOutputWithContext

func (o IntegrationAccountMapPropertiesResponseParametersSchemaPtrOutput) ToIntegrationAccountMapPropertiesResponseParametersSchemaPtrOutputWithContext(ctx context.Context) IntegrationAccountMapPropertiesResponseParametersSchemaPtrOutput

type IntegrationAccountOutput added in v0.2.6

type IntegrationAccountOutput struct {
	*pulumi.OutputState
}

func (IntegrationAccountOutput) ElementType added in v0.2.6

func (IntegrationAccountOutput) ElementType() reflect.Type

func (IntegrationAccountOutput) ToIntegrationAccountOutput added in v0.2.6

func (o IntegrationAccountOutput) ToIntegrationAccountOutput() IntegrationAccountOutput

func (IntegrationAccountOutput) ToIntegrationAccountOutputWithContext added in v0.2.6

func (o IntegrationAccountOutput) ToIntegrationAccountOutputWithContext(ctx context.Context) IntegrationAccountOutput

type IntegrationAccountSku

type IntegrationAccountSku struct {
	// The sku name.
	Name string `pulumi:"name"`
}

The integration account sku.

type IntegrationAccountSkuArgs

type IntegrationAccountSkuArgs struct {
	// The sku name.
	Name IntegrationAccountSkuName `pulumi:"name"`
}

The integration account sku.

func (IntegrationAccountSkuArgs) ElementType

func (IntegrationAccountSkuArgs) ElementType() reflect.Type

func (IntegrationAccountSkuArgs) ToIntegrationAccountSkuOutput

func (i IntegrationAccountSkuArgs) ToIntegrationAccountSkuOutput() IntegrationAccountSkuOutput

func (IntegrationAccountSkuArgs) ToIntegrationAccountSkuOutputWithContext

func (i IntegrationAccountSkuArgs) ToIntegrationAccountSkuOutputWithContext(ctx context.Context) IntegrationAccountSkuOutput

func (IntegrationAccountSkuArgs) ToIntegrationAccountSkuPtrOutput

func (i IntegrationAccountSkuArgs) ToIntegrationAccountSkuPtrOutput() IntegrationAccountSkuPtrOutput

func (IntegrationAccountSkuArgs) ToIntegrationAccountSkuPtrOutputWithContext

func (i IntegrationAccountSkuArgs) ToIntegrationAccountSkuPtrOutputWithContext(ctx context.Context) IntegrationAccountSkuPtrOutput

type IntegrationAccountSkuInput

type IntegrationAccountSkuInput interface {
	pulumi.Input

	ToIntegrationAccountSkuOutput() IntegrationAccountSkuOutput
	ToIntegrationAccountSkuOutputWithContext(context.Context) IntegrationAccountSkuOutput
}

IntegrationAccountSkuInput is an input type that accepts IntegrationAccountSkuArgs and IntegrationAccountSkuOutput values. You can construct a concrete instance of `IntegrationAccountSkuInput` via:

IntegrationAccountSkuArgs{...}

type IntegrationAccountSkuName added in v0.3.1

type IntegrationAccountSkuName pulumi.String

The sku name.

func (IntegrationAccountSkuName) ElementType added in v0.3.1

func (IntegrationAccountSkuName) ElementType() reflect.Type

func (IntegrationAccountSkuName) ToStringOutput added in v0.3.1

func (e IntegrationAccountSkuName) ToStringOutput() pulumi.StringOutput

func (IntegrationAccountSkuName) ToStringOutputWithContext added in v0.3.1

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

func (IntegrationAccountSkuName) ToStringPtrOutput added in v0.3.1

func (e IntegrationAccountSkuName) ToStringPtrOutput() pulumi.StringPtrOutput

func (IntegrationAccountSkuName) ToStringPtrOutputWithContext added in v0.3.1

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

type IntegrationAccountSkuOutput

type IntegrationAccountSkuOutput struct{ *pulumi.OutputState }

The integration account sku.

func (IntegrationAccountSkuOutput) ElementType

func (IntegrationAccountSkuOutput) Name

The sku name.

func (IntegrationAccountSkuOutput) ToIntegrationAccountSkuOutput

func (o IntegrationAccountSkuOutput) ToIntegrationAccountSkuOutput() IntegrationAccountSkuOutput

func (IntegrationAccountSkuOutput) ToIntegrationAccountSkuOutputWithContext

func (o IntegrationAccountSkuOutput) ToIntegrationAccountSkuOutputWithContext(ctx context.Context) IntegrationAccountSkuOutput

func (IntegrationAccountSkuOutput) ToIntegrationAccountSkuPtrOutput

func (o IntegrationAccountSkuOutput) ToIntegrationAccountSkuPtrOutput() IntegrationAccountSkuPtrOutput

func (IntegrationAccountSkuOutput) ToIntegrationAccountSkuPtrOutputWithContext

func (o IntegrationAccountSkuOutput) ToIntegrationAccountSkuPtrOutputWithContext(ctx context.Context) IntegrationAccountSkuPtrOutput

type IntegrationAccountSkuPtrInput

type IntegrationAccountSkuPtrInput interface {
	pulumi.Input

	ToIntegrationAccountSkuPtrOutput() IntegrationAccountSkuPtrOutput
	ToIntegrationAccountSkuPtrOutputWithContext(context.Context) IntegrationAccountSkuPtrOutput
}

IntegrationAccountSkuPtrInput is an input type that accepts IntegrationAccountSkuArgs, IntegrationAccountSkuPtr and IntegrationAccountSkuPtrOutput values. You can construct a concrete instance of `IntegrationAccountSkuPtrInput` via:

        IntegrationAccountSkuArgs{...}

or:

        nil

type IntegrationAccountSkuPtrOutput

type IntegrationAccountSkuPtrOutput struct{ *pulumi.OutputState }

func (IntegrationAccountSkuPtrOutput) Elem

func (IntegrationAccountSkuPtrOutput) ElementType

func (IntegrationAccountSkuPtrOutput) Name

The sku name.

func (IntegrationAccountSkuPtrOutput) ToIntegrationAccountSkuPtrOutput

func (o IntegrationAccountSkuPtrOutput) ToIntegrationAccountSkuPtrOutput() IntegrationAccountSkuPtrOutput

func (IntegrationAccountSkuPtrOutput) ToIntegrationAccountSkuPtrOutputWithContext

func (o IntegrationAccountSkuPtrOutput) ToIntegrationAccountSkuPtrOutputWithContext(ctx context.Context) IntegrationAccountSkuPtrOutput

type IntegrationAccountSkuResponse

type IntegrationAccountSkuResponse struct {
	// The sku name.
	Name string `pulumi:"name"`
}

The integration account sku.

type IntegrationAccountSkuResponseArgs

type IntegrationAccountSkuResponseArgs struct {
	// The sku name.
	Name pulumi.StringInput `pulumi:"name"`
}

The integration account sku.

func (IntegrationAccountSkuResponseArgs) ElementType

func (IntegrationAccountSkuResponseArgs) ToIntegrationAccountSkuResponseOutput

func (i IntegrationAccountSkuResponseArgs) ToIntegrationAccountSkuResponseOutput() IntegrationAccountSkuResponseOutput

func (IntegrationAccountSkuResponseArgs) ToIntegrationAccountSkuResponseOutputWithContext

func (i IntegrationAccountSkuResponseArgs) ToIntegrationAccountSkuResponseOutputWithContext(ctx context.Context) IntegrationAccountSkuResponseOutput

func (IntegrationAccountSkuResponseArgs) ToIntegrationAccountSkuResponsePtrOutput

func (i IntegrationAccountSkuResponseArgs) ToIntegrationAccountSkuResponsePtrOutput() IntegrationAccountSkuResponsePtrOutput

func (IntegrationAccountSkuResponseArgs) ToIntegrationAccountSkuResponsePtrOutputWithContext

func (i IntegrationAccountSkuResponseArgs) ToIntegrationAccountSkuResponsePtrOutputWithContext(ctx context.Context) IntegrationAccountSkuResponsePtrOutput

type IntegrationAccountSkuResponseInput

type IntegrationAccountSkuResponseInput interface {
	pulumi.Input

	ToIntegrationAccountSkuResponseOutput() IntegrationAccountSkuResponseOutput
	ToIntegrationAccountSkuResponseOutputWithContext(context.Context) IntegrationAccountSkuResponseOutput
}

IntegrationAccountSkuResponseInput is an input type that accepts IntegrationAccountSkuResponseArgs and IntegrationAccountSkuResponseOutput values. You can construct a concrete instance of `IntegrationAccountSkuResponseInput` via:

IntegrationAccountSkuResponseArgs{...}

type IntegrationAccountSkuResponseOutput

type IntegrationAccountSkuResponseOutput struct{ *pulumi.OutputState }

The integration account sku.

func (IntegrationAccountSkuResponseOutput) ElementType

func (IntegrationAccountSkuResponseOutput) Name

The sku name.

func (IntegrationAccountSkuResponseOutput) ToIntegrationAccountSkuResponseOutput

func (o IntegrationAccountSkuResponseOutput) ToIntegrationAccountSkuResponseOutput() IntegrationAccountSkuResponseOutput

func (IntegrationAccountSkuResponseOutput) ToIntegrationAccountSkuResponseOutputWithContext

func (o IntegrationAccountSkuResponseOutput) ToIntegrationAccountSkuResponseOutputWithContext(ctx context.Context) IntegrationAccountSkuResponseOutput

func (IntegrationAccountSkuResponseOutput) ToIntegrationAccountSkuResponsePtrOutput

func (o IntegrationAccountSkuResponseOutput) ToIntegrationAccountSkuResponsePtrOutput() IntegrationAccountSkuResponsePtrOutput

func (IntegrationAccountSkuResponseOutput) ToIntegrationAccountSkuResponsePtrOutputWithContext

func (o IntegrationAccountSkuResponseOutput) ToIntegrationAccountSkuResponsePtrOutputWithContext(ctx context.Context) IntegrationAccountSkuResponsePtrOutput

type IntegrationAccountSkuResponsePtrInput

type IntegrationAccountSkuResponsePtrInput interface {
	pulumi.Input

	ToIntegrationAccountSkuResponsePtrOutput() IntegrationAccountSkuResponsePtrOutput
	ToIntegrationAccountSkuResponsePtrOutputWithContext(context.Context) IntegrationAccountSkuResponsePtrOutput
}

IntegrationAccountSkuResponsePtrInput is an input type that accepts IntegrationAccountSkuResponseArgs, IntegrationAccountSkuResponsePtr and IntegrationAccountSkuResponsePtrOutput values. You can construct a concrete instance of `IntegrationAccountSkuResponsePtrInput` via:

        IntegrationAccountSkuResponseArgs{...}

or:

        nil

type IntegrationAccountSkuResponsePtrOutput

type IntegrationAccountSkuResponsePtrOutput struct{ *pulumi.OutputState }

func (IntegrationAccountSkuResponsePtrOutput) Elem

func (IntegrationAccountSkuResponsePtrOutput) ElementType

func (IntegrationAccountSkuResponsePtrOutput) Name

The sku name.

func (IntegrationAccountSkuResponsePtrOutput) ToIntegrationAccountSkuResponsePtrOutput

func (o IntegrationAccountSkuResponsePtrOutput) ToIntegrationAccountSkuResponsePtrOutput() IntegrationAccountSkuResponsePtrOutput

func (IntegrationAccountSkuResponsePtrOutput) ToIntegrationAccountSkuResponsePtrOutputWithContext

func (o IntegrationAccountSkuResponsePtrOutput) ToIntegrationAccountSkuResponsePtrOutputWithContext(ctx context.Context) IntegrationAccountSkuResponsePtrOutput

type IntegrationAccountState

type IntegrationAccountState struct {
	// The resource location.
	Location pulumi.StringPtrInput
	// Gets the resource name.
	Name pulumi.StringPtrInput
	// The sku.
	Sku IntegrationAccountSkuResponsePtrInput
	// The resource tags.
	Tags pulumi.StringMapInput
	// Gets the resource type.
	Type pulumi.StringPtrInput
}

func (IntegrationAccountState) ElementType

func (IntegrationAccountState) ElementType() reflect.Type

type KeyType added in v0.3.1

type KeyType pulumi.String

The key type.

func (KeyType) ElementType added in v0.3.1

func (KeyType) ElementType() reflect.Type

func (KeyType) ToStringOutput added in v0.3.1

func (e KeyType) ToStringOutput() pulumi.StringOutput

func (KeyType) ToStringOutputWithContext added in v0.3.1

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

func (KeyType) ToStringPtrOutput added in v0.3.1

func (e KeyType) ToStringPtrOutput() pulumi.StringPtrOutput

func (KeyType) ToStringPtrOutputWithContext added in v0.3.1

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

type KeyVaultKeyReference

type KeyVaultKeyReference struct {
	// The private key name in key vault.
	KeyName string `pulumi:"keyName"`
	// The key vault reference.
	KeyVault KeyVaultKeyReferenceKeyVault `pulumi:"keyVault"`
	// The private key version in key vault.
	KeyVersion *string `pulumi:"keyVersion"`
}

The reference to the key vault key.

type KeyVaultKeyReferenceArgs

type KeyVaultKeyReferenceArgs struct {
	// The private key name in key vault.
	KeyName pulumi.StringInput `pulumi:"keyName"`
	// The key vault reference.
	KeyVault KeyVaultKeyReferenceKeyVaultInput `pulumi:"keyVault"`
	// The private key version in key vault.
	KeyVersion pulumi.StringPtrInput `pulumi:"keyVersion"`
}

The reference to the key vault key.

func (KeyVaultKeyReferenceArgs) ElementType

func (KeyVaultKeyReferenceArgs) ElementType() reflect.Type

func (KeyVaultKeyReferenceArgs) ToKeyVaultKeyReferenceOutput

func (i KeyVaultKeyReferenceArgs) ToKeyVaultKeyReferenceOutput() KeyVaultKeyReferenceOutput

func (KeyVaultKeyReferenceArgs) ToKeyVaultKeyReferenceOutputWithContext

func (i KeyVaultKeyReferenceArgs) ToKeyVaultKeyReferenceOutputWithContext(ctx context.Context) KeyVaultKeyReferenceOutput

func (KeyVaultKeyReferenceArgs) ToKeyVaultKeyReferencePtrOutput

func (i KeyVaultKeyReferenceArgs) ToKeyVaultKeyReferencePtrOutput() KeyVaultKeyReferencePtrOutput

func (KeyVaultKeyReferenceArgs) ToKeyVaultKeyReferencePtrOutputWithContext

func (i KeyVaultKeyReferenceArgs) ToKeyVaultKeyReferencePtrOutputWithContext(ctx context.Context) KeyVaultKeyReferencePtrOutput

type KeyVaultKeyReferenceInput

type KeyVaultKeyReferenceInput interface {
	pulumi.Input

	ToKeyVaultKeyReferenceOutput() KeyVaultKeyReferenceOutput
	ToKeyVaultKeyReferenceOutputWithContext(context.Context) KeyVaultKeyReferenceOutput
}

KeyVaultKeyReferenceInput is an input type that accepts KeyVaultKeyReferenceArgs and KeyVaultKeyReferenceOutput values. You can construct a concrete instance of `KeyVaultKeyReferenceInput` via:

KeyVaultKeyReferenceArgs{...}

type KeyVaultKeyReferenceKeyVault

type KeyVaultKeyReferenceKeyVault struct {
	// The resource id.
	Id *string `pulumi:"id"`
}

The key vault reference.

type KeyVaultKeyReferenceKeyVaultArgs

type KeyVaultKeyReferenceKeyVaultArgs struct {
	// The resource id.
	Id pulumi.StringPtrInput `pulumi:"id"`
}

The key vault reference.

func (KeyVaultKeyReferenceKeyVaultArgs) ElementType

func (KeyVaultKeyReferenceKeyVaultArgs) ToKeyVaultKeyReferenceKeyVaultOutput

func (i KeyVaultKeyReferenceKeyVaultArgs) ToKeyVaultKeyReferenceKeyVaultOutput() KeyVaultKeyReferenceKeyVaultOutput

func (KeyVaultKeyReferenceKeyVaultArgs) ToKeyVaultKeyReferenceKeyVaultOutputWithContext

func (i KeyVaultKeyReferenceKeyVaultArgs) ToKeyVaultKeyReferenceKeyVaultOutputWithContext(ctx context.Context) KeyVaultKeyReferenceKeyVaultOutput

func (KeyVaultKeyReferenceKeyVaultArgs) ToKeyVaultKeyReferenceKeyVaultPtrOutput

func (i KeyVaultKeyReferenceKeyVaultArgs) ToKeyVaultKeyReferenceKeyVaultPtrOutput() KeyVaultKeyReferenceKeyVaultPtrOutput

func (KeyVaultKeyReferenceKeyVaultArgs) ToKeyVaultKeyReferenceKeyVaultPtrOutputWithContext

func (i KeyVaultKeyReferenceKeyVaultArgs) ToKeyVaultKeyReferenceKeyVaultPtrOutputWithContext(ctx context.Context) KeyVaultKeyReferenceKeyVaultPtrOutput

type KeyVaultKeyReferenceKeyVaultInput

type KeyVaultKeyReferenceKeyVaultInput interface {
	pulumi.Input

	ToKeyVaultKeyReferenceKeyVaultOutput() KeyVaultKeyReferenceKeyVaultOutput
	ToKeyVaultKeyReferenceKeyVaultOutputWithContext(context.Context) KeyVaultKeyReferenceKeyVaultOutput
}

KeyVaultKeyReferenceKeyVaultInput is an input type that accepts KeyVaultKeyReferenceKeyVaultArgs and KeyVaultKeyReferenceKeyVaultOutput values. You can construct a concrete instance of `KeyVaultKeyReferenceKeyVaultInput` via:

KeyVaultKeyReferenceKeyVaultArgs{...}

type KeyVaultKeyReferenceKeyVaultOutput

type KeyVaultKeyReferenceKeyVaultOutput struct{ *pulumi.OutputState }

The key vault reference.

func (KeyVaultKeyReferenceKeyVaultOutput) ElementType

func (KeyVaultKeyReferenceKeyVaultOutput) Id

The resource id.

func (KeyVaultKeyReferenceKeyVaultOutput) ToKeyVaultKeyReferenceKeyVaultOutput

func (o KeyVaultKeyReferenceKeyVaultOutput) ToKeyVaultKeyReferenceKeyVaultOutput() KeyVaultKeyReferenceKeyVaultOutput

func (KeyVaultKeyReferenceKeyVaultOutput) ToKeyVaultKeyReferenceKeyVaultOutputWithContext

func (o KeyVaultKeyReferenceKeyVaultOutput) ToKeyVaultKeyReferenceKeyVaultOutputWithContext(ctx context.Context) KeyVaultKeyReferenceKeyVaultOutput

func (KeyVaultKeyReferenceKeyVaultOutput) ToKeyVaultKeyReferenceKeyVaultPtrOutput

func (o KeyVaultKeyReferenceKeyVaultOutput) ToKeyVaultKeyReferenceKeyVaultPtrOutput() KeyVaultKeyReferenceKeyVaultPtrOutput

func (KeyVaultKeyReferenceKeyVaultOutput) ToKeyVaultKeyReferenceKeyVaultPtrOutputWithContext

func (o KeyVaultKeyReferenceKeyVaultOutput) ToKeyVaultKeyReferenceKeyVaultPtrOutputWithContext(ctx context.Context) KeyVaultKeyReferenceKeyVaultPtrOutput

type KeyVaultKeyReferenceKeyVaultPtrInput

type KeyVaultKeyReferenceKeyVaultPtrInput interface {
	pulumi.Input

	ToKeyVaultKeyReferenceKeyVaultPtrOutput() KeyVaultKeyReferenceKeyVaultPtrOutput
	ToKeyVaultKeyReferenceKeyVaultPtrOutputWithContext(context.Context) KeyVaultKeyReferenceKeyVaultPtrOutput
}

KeyVaultKeyReferenceKeyVaultPtrInput is an input type that accepts KeyVaultKeyReferenceKeyVaultArgs, KeyVaultKeyReferenceKeyVaultPtr and KeyVaultKeyReferenceKeyVaultPtrOutput values. You can construct a concrete instance of `KeyVaultKeyReferenceKeyVaultPtrInput` via:

        KeyVaultKeyReferenceKeyVaultArgs{...}

or:

        nil

type KeyVaultKeyReferenceKeyVaultPtrOutput

type KeyVaultKeyReferenceKeyVaultPtrOutput struct{ *pulumi.OutputState }

func (KeyVaultKeyReferenceKeyVaultPtrOutput) Elem

func (KeyVaultKeyReferenceKeyVaultPtrOutput) ElementType

func (KeyVaultKeyReferenceKeyVaultPtrOutput) Id

The resource id.

func (KeyVaultKeyReferenceKeyVaultPtrOutput) ToKeyVaultKeyReferenceKeyVaultPtrOutput

func (o KeyVaultKeyReferenceKeyVaultPtrOutput) ToKeyVaultKeyReferenceKeyVaultPtrOutput() KeyVaultKeyReferenceKeyVaultPtrOutput

func (KeyVaultKeyReferenceKeyVaultPtrOutput) ToKeyVaultKeyReferenceKeyVaultPtrOutputWithContext

func (o KeyVaultKeyReferenceKeyVaultPtrOutput) ToKeyVaultKeyReferenceKeyVaultPtrOutputWithContext(ctx context.Context) KeyVaultKeyReferenceKeyVaultPtrOutput

type KeyVaultKeyReferenceOutput

type KeyVaultKeyReferenceOutput struct{ *pulumi.OutputState }

The reference to the key vault key.

func (KeyVaultKeyReferenceOutput) ElementType

func (KeyVaultKeyReferenceOutput) ElementType() reflect.Type

func (KeyVaultKeyReferenceOutput) KeyName

The private key name in key vault.

func (KeyVaultKeyReferenceOutput) KeyVault

The key vault reference.

func (KeyVaultKeyReferenceOutput) KeyVersion

The private key version in key vault.

func (KeyVaultKeyReferenceOutput) ToKeyVaultKeyReferenceOutput

func (o KeyVaultKeyReferenceOutput) ToKeyVaultKeyReferenceOutput() KeyVaultKeyReferenceOutput

func (KeyVaultKeyReferenceOutput) ToKeyVaultKeyReferenceOutputWithContext

func (o KeyVaultKeyReferenceOutput) ToKeyVaultKeyReferenceOutputWithContext(ctx context.Context) KeyVaultKeyReferenceOutput

func (KeyVaultKeyReferenceOutput) ToKeyVaultKeyReferencePtrOutput

func (o KeyVaultKeyReferenceOutput) ToKeyVaultKeyReferencePtrOutput() KeyVaultKeyReferencePtrOutput

func (KeyVaultKeyReferenceOutput) ToKeyVaultKeyReferencePtrOutputWithContext

func (o KeyVaultKeyReferenceOutput) ToKeyVaultKeyReferencePtrOutputWithContext(ctx context.Context) KeyVaultKeyReferencePtrOutput

type KeyVaultKeyReferencePtrInput

type KeyVaultKeyReferencePtrInput interface {
	pulumi.Input

	ToKeyVaultKeyReferencePtrOutput() KeyVaultKeyReferencePtrOutput
	ToKeyVaultKeyReferencePtrOutputWithContext(context.Context) KeyVaultKeyReferencePtrOutput
}

KeyVaultKeyReferencePtrInput is an input type that accepts KeyVaultKeyReferenceArgs, KeyVaultKeyReferencePtr and KeyVaultKeyReferencePtrOutput values. You can construct a concrete instance of `KeyVaultKeyReferencePtrInput` via:

        KeyVaultKeyReferenceArgs{...}

or:

        nil

type KeyVaultKeyReferencePtrOutput

type KeyVaultKeyReferencePtrOutput struct{ *pulumi.OutputState }

func (KeyVaultKeyReferencePtrOutput) Elem

func (KeyVaultKeyReferencePtrOutput) ElementType

func (KeyVaultKeyReferencePtrOutput) KeyName

The private key name in key vault.

func (KeyVaultKeyReferencePtrOutput) KeyVault

The key vault reference.

func (KeyVaultKeyReferencePtrOutput) KeyVersion

The private key version in key vault.

func (KeyVaultKeyReferencePtrOutput) ToKeyVaultKeyReferencePtrOutput

func (o KeyVaultKeyReferencePtrOutput) ToKeyVaultKeyReferencePtrOutput() KeyVaultKeyReferencePtrOutput

func (KeyVaultKeyReferencePtrOutput) ToKeyVaultKeyReferencePtrOutputWithContext

func (o KeyVaultKeyReferencePtrOutput) ToKeyVaultKeyReferencePtrOutputWithContext(ctx context.Context) KeyVaultKeyReferencePtrOutput

type KeyVaultKeyReferenceResponse

type KeyVaultKeyReferenceResponse struct {
	// The private key name in key vault.
	KeyName string `pulumi:"keyName"`
	// The key vault reference.
	KeyVault KeyVaultKeyReferenceResponseKeyVault `pulumi:"keyVault"`
	// The private key version in key vault.
	KeyVersion *string `pulumi:"keyVersion"`
}

The reference to the key vault key.

type KeyVaultKeyReferenceResponseArgs

type KeyVaultKeyReferenceResponseArgs struct {
	// The private key name in key vault.
	KeyName pulumi.StringInput `pulumi:"keyName"`
	// The key vault reference.
	KeyVault KeyVaultKeyReferenceResponseKeyVaultInput `pulumi:"keyVault"`
	// The private key version in key vault.
	KeyVersion pulumi.StringPtrInput `pulumi:"keyVersion"`
}

The reference to the key vault key.

func (KeyVaultKeyReferenceResponseArgs) ElementType

func (KeyVaultKeyReferenceResponseArgs) ToKeyVaultKeyReferenceResponseOutput

func (i KeyVaultKeyReferenceResponseArgs) ToKeyVaultKeyReferenceResponseOutput() KeyVaultKeyReferenceResponseOutput

func (KeyVaultKeyReferenceResponseArgs) ToKeyVaultKeyReferenceResponseOutputWithContext

func (i KeyVaultKeyReferenceResponseArgs) ToKeyVaultKeyReferenceResponseOutputWithContext(ctx context.Context) KeyVaultKeyReferenceResponseOutput

func (KeyVaultKeyReferenceResponseArgs) ToKeyVaultKeyReferenceResponsePtrOutput

func (i KeyVaultKeyReferenceResponseArgs) ToKeyVaultKeyReferenceResponsePtrOutput() KeyVaultKeyReferenceResponsePtrOutput

func (KeyVaultKeyReferenceResponseArgs) ToKeyVaultKeyReferenceResponsePtrOutputWithContext

func (i KeyVaultKeyReferenceResponseArgs) ToKeyVaultKeyReferenceResponsePtrOutputWithContext(ctx context.Context) KeyVaultKeyReferenceResponsePtrOutput

type KeyVaultKeyReferenceResponseInput

type KeyVaultKeyReferenceResponseInput interface {
	pulumi.Input

	ToKeyVaultKeyReferenceResponseOutput() KeyVaultKeyReferenceResponseOutput
	ToKeyVaultKeyReferenceResponseOutputWithContext(context.Context) KeyVaultKeyReferenceResponseOutput
}

KeyVaultKeyReferenceResponseInput is an input type that accepts KeyVaultKeyReferenceResponseArgs and KeyVaultKeyReferenceResponseOutput values. You can construct a concrete instance of `KeyVaultKeyReferenceResponseInput` via:

KeyVaultKeyReferenceResponseArgs{...}

type KeyVaultKeyReferenceResponseKeyVault

type KeyVaultKeyReferenceResponseKeyVault struct {
	// The resource id.
	Id *string `pulumi:"id"`
	// The resource name.
	Name string `pulumi:"name"`
	// The resource type.
	Type string `pulumi:"type"`
}

The key vault reference.

type KeyVaultKeyReferenceResponseKeyVaultArgs

type KeyVaultKeyReferenceResponseKeyVaultArgs struct {
	// The resource id.
	Id pulumi.StringPtrInput `pulumi:"id"`
	// The resource name.
	Name pulumi.StringInput `pulumi:"name"`
	// The resource type.
	Type pulumi.StringInput `pulumi:"type"`
}

The key vault reference.

func (KeyVaultKeyReferenceResponseKeyVaultArgs) ElementType

func (KeyVaultKeyReferenceResponseKeyVaultArgs) ToKeyVaultKeyReferenceResponseKeyVaultOutput

func (i KeyVaultKeyReferenceResponseKeyVaultArgs) ToKeyVaultKeyReferenceResponseKeyVaultOutput() KeyVaultKeyReferenceResponseKeyVaultOutput

func (KeyVaultKeyReferenceResponseKeyVaultArgs) ToKeyVaultKeyReferenceResponseKeyVaultOutputWithContext

func (i KeyVaultKeyReferenceResponseKeyVaultArgs) ToKeyVaultKeyReferenceResponseKeyVaultOutputWithContext(ctx context.Context) KeyVaultKeyReferenceResponseKeyVaultOutput

func (KeyVaultKeyReferenceResponseKeyVaultArgs) ToKeyVaultKeyReferenceResponseKeyVaultPtrOutput

func (i KeyVaultKeyReferenceResponseKeyVaultArgs) ToKeyVaultKeyReferenceResponseKeyVaultPtrOutput() KeyVaultKeyReferenceResponseKeyVaultPtrOutput

func (KeyVaultKeyReferenceResponseKeyVaultArgs) ToKeyVaultKeyReferenceResponseKeyVaultPtrOutputWithContext

func (i KeyVaultKeyReferenceResponseKeyVaultArgs) ToKeyVaultKeyReferenceResponseKeyVaultPtrOutputWithContext(ctx context.Context) KeyVaultKeyReferenceResponseKeyVaultPtrOutput

type KeyVaultKeyReferenceResponseKeyVaultInput

type KeyVaultKeyReferenceResponseKeyVaultInput interface {
	pulumi.Input

	ToKeyVaultKeyReferenceResponseKeyVaultOutput() KeyVaultKeyReferenceResponseKeyVaultOutput
	ToKeyVaultKeyReferenceResponseKeyVaultOutputWithContext(context.Context) KeyVaultKeyReferenceResponseKeyVaultOutput
}

KeyVaultKeyReferenceResponseKeyVaultInput is an input type that accepts KeyVaultKeyReferenceResponseKeyVaultArgs and KeyVaultKeyReferenceResponseKeyVaultOutput values. You can construct a concrete instance of `KeyVaultKeyReferenceResponseKeyVaultInput` via:

KeyVaultKeyReferenceResponseKeyVaultArgs{...}

type KeyVaultKeyReferenceResponseKeyVaultOutput

type KeyVaultKeyReferenceResponseKeyVaultOutput struct{ *pulumi.OutputState }

The key vault reference.

func (KeyVaultKeyReferenceResponseKeyVaultOutput) ElementType

func (KeyVaultKeyReferenceResponseKeyVaultOutput) Id

The resource id.

func (KeyVaultKeyReferenceResponseKeyVaultOutput) Name

The resource name.

func (KeyVaultKeyReferenceResponseKeyVaultOutput) ToKeyVaultKeyReferenceResponseKeyVaultOutput

func (o KeyVaultKeyReferenceResponseKeyVaultOutput) ToKeyVaultKeyReferenceResponseKeyVaultOutput() KeyVaultKeyReferenceResponseKeyVaultOutput

func (KeyVaultKeyReferenceResponseKeyVaultOutput) ToKeyVaultKeyReferenceResponseKeyVaultOutputWithContext

func (o KeyVaultKeyReferenceResponseKeyVaultOutput) ToKeyVaultKeyReferenceResponseKeyVaultOutputWithContext(ctx context.Context) KeyVaultKeyReferenceResponseKeyVaultOutput

func (KeyVaultKeyReferenceResponseKeyVaultOutput) ToKeyVaultKeyReferenceResponseKeyVaultPtrOutput

func (o KeyVaultKeyReferenceResponseKeyVaultOutput) ToKeyVaultKeyReferenceResponseKeyVaultPtrOutput() KeyVaultKeyReferenceResponseKeyVaultPtrOutput

func (KeyVaultKeyReferenceResponseKeyVaultOutput) ToKeyVaultKeyReferenceResponseKeyVaultPtrOutputWithContext

func (o KeyVaultKeyReferenceResponseKeyVaultOutput) ToKeyVaultKeyReferenceResponseKeyVaultPtrOutputWithContext(ctx context.Context) KeyVaultKeyReferenceResponseKeyVaultPtrOutput

func (KeyVaultKeyReferenceResponseKeyVaultOutput) Type

The resource type.

type KeyVaultKeyReferenceResponseKeyVaultPtrInput

type KeyVaultKeyReferenceResponseKeyVaultPtrInput interface {
	pulumi.Input

	ToKeyVaultKeyReferenceResponseKeyVaultPtrOutput() KeyVaultKeyReferenceResponseKeyVaultPtrOutput
	ToKeyVaultKeyReferenceResponseKeyVaultPtrOutputWithContext(context.Context) KeyVaultKeyReferenceResponseKeyVaultPtrOutput
}

KeyVaultKeyReferenceResponseKeyVaultPtrInput is an input type that accepts KeyVaultKeyReferenceResponseKeyVaultArgs, KeyVaultKeyReferenceResponseKeyVaultPtr and KeyVaultKeyReferenceResponseKeyVaultPtrOutput values. You can construct a concrete instance of `KeyVaultKeyReferenceResponseKeyVaultPtrInput` via:

        KeyVaultKeyReferenceResponseKeyVaultArgs{...}

or:

        nil

type KeyVaultKeyReferenceResponseKeyVaultPtrOutput

type KeyVaultKeyReferenceResponseKeyVaultPtrOutput struct{ *pulumi.OutputState }

func (KeyVaultKeyReferenceResponseKeyVaultPtrOutput) Elem

func (KeyVaultKeyReferenceResponseKeyVaultPtrOutput) ElementType

func (KeyVaultKeyReferenceResponseKeyVaultPtrOutput) Id

The resource id.

func (KeyVaultKeyReferenceResponseKeyVaultPtrOutput) Name

The resource name.

func (KeyVaultKeyReferenceResponseKeyVaultPtrOutput) ToKeyVaultKeyReferenceResponseKeyVaultPtrOutput

func (o KeyVaultKeyReferenceResponseKeyVaultPtrOutput) ToKeyVaultKeyReferenceResponseKeyVaultPtrOutput() KeyVaultKeyReferenceResponseKeyVaultPtrOutput

func (KeyVaultKeyReferenceResponseKeyVaultPtrOutput) ToKeyVaultKeyReferenceResponseKeyVaultPtrOutputWithContext

func (o KeyVaultKeyReferenceResponseKeyVaultPtrOutput) ToKeyVaultKeyReferenceResponseKeyVaultPtrOutputWithContext(ctx context.Context) KeyVaultKeyReferenceResponseKeyVaultPtrOutput

func (KeyVaultKeyReferenceResponseKeyVaultPtrOutput) Type

The resource type.

type KeyVaultKeyReferenceResponseOutput

type KeyVaultKeyReferenceResponseOutput struct{ *pulumi.OutputState }

The reference to the key vault key.

func (KeyVaultKeyReferenceResponseOutput) ElementType

func (KeyVaultKeyReferenceResponseOutput) KeyName

The private key name in key vault.

func (KeyVaultKeyReferenceResponseOutput) KeyVault

The key vault reference.

func (KeyVaultKeyReferenceResponseOutput) KeyVersion

The private key version in key vault.

func (KeyVaultKeyReferenceResponseOutput) ToKeyVaultKeyReferenceResponseOutput

func (o KeyVaultKeyReferenceResponseOutput) ToKeyVaultKeyReferenceResponseOutput() KeyVaultKeyReferenceResponseOutput

func (KeyVaultKeyReferenceResponseOutput) ToKeyVaultKeyReferenceResponseOutputWithContext

func (o KeyVaultKeyReferenceResponseOutput) ToKeyVaultKeyReferenceResponseOutputWithContext(ctx context.Context) KeyVaultKeyReferenceResponseOutput

func (KeyVaultKeyReferenceResponseOutput) ToKeyVaultKeyReferenceResponsePtrOutput

func (o KeyVaultKeyReferenceResponseOutput) ToKeyVaultKeyReferenceResponsePtrOutput() KeyVaultKeyReferenceResponsePtrOutput

func (KeyVaultKeyReferenceResponseOutput) ToKeyVaultKeyReferenceResponsePtrOutputWithContext

func (o KeyVaultKeyReferenceResponseOutput) ToKeyVaultKeyReferenceResponsePtrOutputWithContext(ctx context.Context) KeyVaultKeyReferenceResponsePtrOutput

type KeyVaultKeyReferenceResponsePtrInput

type KeyVaultKeyReferenceResponsePtrInput interface {
	pulumi.Input

	ToKeyVaultKeyReferenceResponsePtrOutput() KeyVaultKeyReferenceResponsePtrOutput
	ToKeyVaultKeyReferenceResponsePtrOutputWithContext(context.Context) KeyVaultKeyReferenceResponsePtrOutput
}

KeyVaultKeyReferenceResponsePtrInput is an input type that accepts KeyVaultKeyReferenceResponseArgs, KeyVaultKeyReferenceResponsePtr and KeyVaultKeyReferenceResponsePtrOutput values. You can construct a concrete instance of `KeyVaultKeyReferenceResponsePtrInput` via:

        KeyVaultKeyReferenceResponseArgs{...}

or:

        nil

type KeyVaultKeyReferenceResponsePtrOutput

type KeyVaultKeyReferenceResponsePtrOutput struct{ *pulumi.OutputState }

func (KeyVaultKeyReferenceResponsePtrOutput) Elem

func (KeyVaultKeyReferenceResponsePtrOutput) ElementType

func (KeyVaultKeyReferenceResponsePtrOutput) KeyName

The private key name in key vault.

func (KeyVaultKeyReferenceResponsePtrOutput) KeyVault

The key vault reference.

func (KeyVaultKeyReferenceResponsePtrOutput) KeyVersion

The private key version in key vault.

func (KeyVaultKeyReferenceResponsePtrOutput) ToKeyVaultKeyReferenceResponsePtrOutput

func (o KeyVaultKeyReferenceResponsePtrOutput) ToKeyVaultKeyReferenceResponsePtrOutput() KeyVaultKeyReferenceResponsePtrOutput

func (KeyVaultKeyReferenceResponsePtrOutput) ToKeyVaultKeyReferenceResponsePtrOutputWithContext

func (o KeyVaultKeyReferenceResponsePtrOutput) ToKeyVaultKeyReferenceResponsePtrOutputWithContext(ctx context.Context) KeyVaultKeyReferenceResponsePtrOutput

type KeyVaultKeyResponse

type KeyVaultKeyResponse struct {
	// The key attributes.
	Attributes *KeyVaultKeyResponseAttributes `pulumi:"attributes"`
	// The key id.
	Kid *string `pulumi:"kid"`
}

The key vault key.

type KeyVaultKeyResponseArgs

type KeyVaultKeyResponseArgs struct {
	// The key attributes.
	Attributes KeyVaultKeyResponseAttributesPtrInput `pulumi:"attributes"`
	// The key id.
	Kid pulumi.StringPtrInput `pulumi:"kid"`
}

The key vault key.

func (KeyVaultKeyResponseArgs) ElementType

func (KeyVaultKeyResponseArgs) ElementType() reflect.Type

func (KeyVaultKeyResponseArgs) ToKeyVaultKeyResponseOutput

func (i KeyVaultKeyResponseArgs) ToKeyVaultKeyResponseOutput() KeyVaultKeyResponseOutput

func (KeyVaultKeyResponseArgs) ToKeyVaultKeyResponseOutputWithContext

func (i KeyVaultKeyResponseArgs) ToKeyVaultKeyResponseOutputWithContext(ctx context.Context) KeyVaultKeyResponseOutput

type KeyVaultKeyResponseArray

type KeyVaultKeyResponseArray []KeyVaultKeyResponseInput

func (KeyVaultKeyResponseArray) ElementType

func (KeyVaultKeyResponseArray) ElementType() reflect.Type

func (KeyVaultKeyResponseArray) ToKeyVaultKeyResponseArrayOutput

func (i KeyVaultKeyResponseArray) ToKeyVaultKeyResponseArrayOutput() KeyVaultKeyResponseArrayOutput

func (KeyVaultKeyResponseArray) ToKeyVaultKeyResponseArrayOutputWithContext

func (i KeyVaultKeyResponseArray) ToKeyVaultKeyResponseArrayOutputWithContext(ctx context.Context) KeyVaultKeyResponseArrayOutput

type KeyVaultKeyResponseArrayInput

type KeyVaultKeyResponseArrayInput interface {
	pulumi.Input

	ToKeyVaultKeyResponseArrayOutput() KeyVaultKeyResponseArrayOutput
	ToKeyVaultKeyResponseArrayOutputWithContext(context.Context) KeyVaultKeyResponseArrayOutput
}

KeyVaultKeyResponseArrayInput is an input type that accepts KeyVaultKeyResponseArray and KeyVaultKeyResponseArrayOutput values. You can construct a concrete instance of `KeyVaultKeyResponseArrayInput` via:

KeyVaultKeyResponseArray{ KeyVaultKeyResponseArgs{...} }

type KeyVaultKeyResponseArrayOutput

type KeyVaultKeyResponseArrayOutput struct{ *pulumi.OutputState }

func (KeyVaultKeyResponseArrayOutput) ElementType

func (KeyVaultKeyResponseArrayOutput) Index

func (KeyVaultKeyResponseArrayOutput) ToKeyVaultKeyResponseArrayOutput

func (o KeyVaultKeyResponseArrayOutput) ToKeyVaultKeyResponseArrayOutput() KeyVaultKeyResponseArrayOutput

func (KeyVaultKeyResponseArrayOutput) ToKeyVaultKeyResponseArrayOutputWithContext

func (o KeyVaultKeyResponseArrayOutput) ToKeyVaultKeyResponseArrayOutputWithContext(ctx context.Context) KeyVaultKeyResponseArrayOutput

type KeyVaultKeyResponseAttributes

type KeyVaultKeyResponseAttributes struct {
	// When the key was created.
	Created *float64 `pulumi:"created"`
	// Whether the key is enabled or not.
	Enabled *bool `pulumi:"enabled"`
	// When the key was updated.
	Updated *float64 `pulumi:"updated"`
}

The key attributes.

type KeyVaultKeyResponseAttributesArgs

type KeyVaultKeyResponseAttributesArgs struct {
	// When the key was created.
	Created pulumi.Float64PtrInput `pulumi:"created"`
	// Whether the key is enabled or not.
	Enabled pulumi.BoolPtrInput `pulumi:"enabled"`
	// When the key was updated.
	Updated pulumi.Float64PtrInput `pulumi:"updated"`
}

The key attributes.

func (KeyVaultKeyResponseAttributesArgs) ElementType

func (KeyVaultKeyResponseAttributesArgs) ToKeyVaultKeyResponseAttributesOutput

func (i KeyVaultKeyResponseAttributesArgs) ToKeyVaultKeyResponseAttributesOutput() KeyVaultKeyResponseAttributesOutput

func (KeyVaultKeyResponseAttributesArgs) ToKeyVaultKeyResponseAttributesOutputWithContext

func (i KeyVaultKeyResponseAttributesArgs) ToKeyVaultKeyResponseAttributesOutputWithContext(ctx context.Context) KeyVaultKeyResponseAttributesOutput

func (KeyVaultKeyResponseAttributesArgs) ToKeyVaultKeyResponseAttributesPtrOutput

func (i KeyVaultKeyResponseAttributesArgs) ToKeyVaultKeyResponseAttributesPtrOutput() KeyVaultKeyResponseAttributesPtrOutput

func (KeyVaultKeyResponseAttributesArgs) ToKeyVaultKeyResponseAttributesPtrOutputWithContext

func (i KeyVaultKeyResponseAttributesArgs) ToKeyVaultKeyResponseAttributesPtrOutputWithContext(ctx context.Context) KeyVaultKeyResponseAttributesPtrOutput

type KeyVaultKeyResponseAttributesInput

type KeyVaultKeyResponseAttributesInput interface {
	pulumi.Input

	ToKeyVaultKeyResponseAttributesOutput() KeyVaultKeyResponseAttributesOutput
	ToKeyVaultKeyResponseAttributesOutputWithContext(context.Context) KeyVaultKeyResponseAttributesOutput
}

KeyVaultKeyResponseAttributesInput is an input type that accepts KeyVaultKeyResponseAttributesArgs and KeyVaultKeyResponseAttributesOutput values. You can construct a concrete instance of `KeyVaultKeyResponseAttributesInput` via:

KeyVaultKeyResponseAttributesArgs{...}

type KeyVaultKeyResponseAttributesOutput

type KeyVaultKeyResponseAttributesOutput struct{ *pulumi.OutputState }

The key attributes.

func (KeyVaultKeyResponseAttributesOutput) Created

When the key was created.

func (KeyVaultKeyResponseAttributesOutput) ElementType

func (KeyVaultKeyResponseAttributesOutput) Enabled

Whether the key is enabled or not.

func (KeyVaultKeyResponseAttributesOutput) ToKeyVaultKeyResponseAttributesOutput

func (o KeyVaultKeyResponseAttributesOutput) ToKeyVaultKeyResponseAttributesOutput() KeyVaultKeyResponseAttributesOutput

func (KeyVaultKeyResponseAttributesOutput) ToKeyVaultKeyResponseAttributesOutputWithContext

func (o KeyVaultKeyResponseAttributesOutput) ToKeyVaultKeyResponseAttributesOutputWithContext(ctx context.Context) KeyVaultKeyResponseAttributesOutput

func (KeyVaultKeyResponseAttributesOutput) ToKeyVaultKeyResponseAttributesPtrOutput

func (o KeyVaultKeyResponseAttributesOutput) ToKeyVaultKeyResponseAttributesPtrOutput() KeyVaultKeyResponseAttributesPtrOutput

func (KeyVaultKeyResponseAttributesOutput) ToKeyVaultKeyResponseAttributesPtrOutputWithContext

func (o KeyVaultKeyResponseAttributesOutput) ToKeyVaultKeyResponseAttributesPtrOutputWithContext(ctx context.Context) KeyVaultKeyResponseAttributesPtrOutput

func (KeyVaultKeyResponseAttributesOutput) Updated

When the key was updated.

type KeyVaultKeyResponseAttributesPtrInput

type KeyVaultKeyResponseAttributesPtrInput interface {
	pulumi.Input

	ToKeyVaultKeyResponseAttributesPtrOutput() KeyVaultKeyResponseAttributesPtrOutput
	ToKeyVaultKeyResponseAttributesPtrOutputWithContext(context.Context) KeyVaultKeyResponseAttributesPtrOutput
}

KeyVaultKeyResponseAttributesPtrInput is an input type that accepts KeyVaultKeyResponseAttributesArgs, KeyVaultKeyResponseAttributesPtr and KeyVaultKeyResponseAttributesPtrOutput values. You can construct a concrete instance of `KeyVaultKeyResponseAttributesPtrInput` via:

        KeyVaultKeyResponseAttributesArgs{...}

or:

        nil

type KeyVaultKeyResponseAttributesPtrOutput

type KeyVaultKeyResponseAttributesPtrOutput struct{ *pulumi.OutputState }

func (KeyVaultKeyResponseAttributesPtrOutput) Created

When the key was created.

func (KeyVaultKeyResponseAttributesPtrOutput) Elem

func (KeyVaultKeyResponseAttributesPtrOutput) ElementType

func (KeyVaultKeyResponseAttributesPtrOutput) Enabled

Whether the key is enabled or not.

func (KeyVaultKeyResponseAttributesPtrOutput) ToKeyVaultKeyResponseAttributesPtrOutput

func (o KeyVaultKeyResponseAttributesPtrOutput) ToKeyVaultKeyResponseAttributesPtrOutput() KeyVaultKeyResponseAttributesPtrOutput

func (KeyVaultKeyResponseAttributesPtrOutput) ToKeyVaultKeyResponseAttributesPtrOutputWithContext

func (o KeyVaultKeyResponseAttributesPtrOutput) ToKeyVaultKeyResponseAttributesPtrOutputWithContext(ctx context.Context) KeyVaultKeyResponseAttributesPtrOutput

func (KeyVaultKeyResponseAttributesPtrOutput) Updated

When the key was updated.

type KeyVaultKeyResponseInput

type KeyVaultKeyResponseInput interface {
	pulumi.Input

	ToKeyVaultKeyResponseOutput() KeyVaultKeyResponseOutput
	ToKeyVaultKeyResponseOutputWithContext(context.Context) KeyVaultKeyResponseOutput
}

KeyVaultKeyResponseInput is an input type that accepts KeyVaultKeyResponseArgs and KeyVaultKeyResponseOutput values. You can construct a concrete instance of `KeyVaultKeyResponseInput` via:

KeyVaultKeyResponseArgs{...}

type KeyVaultKeyResponseOutput

type KeyVaultKeyResponseOutput struct{ *pulumi.OutputState }

The key vault key.

func (KeyVaultKeyResponseOutput) Attributes

The key attributes.

func (KeyVaultKeyResponseOutput) ElementType

func (KeyVaultKeyResponseOutput) ElementType() reflect.Type

func (KeyVaultKeyResponseOutput) Kid

The key id.

func (KeyVaultKeyResponseOutput) ToKeyVaultKeyResponseOutput

func (o KeyVaultKeyResponseOutput) ToKeyVaultKeyResponseOutput() KeyVaultKeyResponseOutput

func (KeyVaultKeyResponseOutput) ToKeyVaultKeyResponseOutputWithContext

func (o KeyVaultKeyResponseOutput) ToKeyVaultKeyResponseOutputWithContext(ctx context.Context) KeyVaultKeyResponseOutput

type KeyVaultReference

type KeyVaultReference struct {
	// The key vault name.
	Name *string `pulumi:"name"`
}

The key vault reference.

type KeyVaultReferenceArgs

type KeyVaultReferenceArgs struct {
	// The key vault name.
	Name pulumi.StringPtrInput `pulumi:"name"`
}

The key vault reference.

func (KeyVaultReferenceArgs) ElementType

func (KeyVaultReferenceArgs) ElementType() reflect.Type

func (KeyVaultReferenceArgs) ToKeyVaultReferenceOutput

func (i KeyVaultReferenceArgs) ToKeyVaultReferenceOutput() KeyVaultReferenceOutput

func (KeyVaultReferenceArgs) ToKeyVaultReferenceOutputWithContext

func (i KeyVaultReferenceArgs) ToKeyVaultReferenceOutputWithContext(ctx context.Context) KeyVaultReferenceOutput

type KeyVaultReferenceInput

type KeyVaultReferenceInput interface {
	pulumi.Input

	ToKeyVaultReferenceOutput() KeyVaultReferenceOutput
	ToKeyVaultReferenceOutputWithContext(context.Context) KeyVaultReferenceOutput
}

KeyVaultReferenceInput is an input type that accepts KeyVaultReferenceArgs and KeyVaultReferenceOutput values. You can construct a concrete instance of `KeyVaultReferenceInput` via:

KeyVaultReferenceArgs{...}

type KeyVaultReferenceOutput

type KeyVaultReferenceOutput struct{ *pulumi.OutputState }

The key vault reference.

func (KeyVaultReferenceOutput) ElementType

func (KeyVaultReferenceOutput) ElementType() reflect.Type

func (KeyVaultReferenceOutput) Name

The key vault name.

func (KeyVaultReferenceOutput) ToKeyVaultReferenceOutput

func (o KeyVaultReferenceOutput) ToKeyVaultReferenceOutput() KeyVaultReferenceOutput

func (KeyVaultReferenceOutput) ToKeyVaultReferenceOutputWithContext

func (o KeyVaultReferenceOutput) ToKeyVaultReferenceOutputWithContext(ctx context.Context) KeyVaultReferenceOutput

type ListAgreementContentCallbackUrlArgs

type ListAgreementContentCallbackUrlArgs struct {
	// The integration account agreement name.
	AgreementName string `pulumi:"agreementName"`
	// The integration account name.
	IntegrationAccountName string `pulumi:"integrationAccountName"`
	// The key type.
	KeyType *string `pulumi:"keyType"`
	// The expiry time.
	NotAfter *string `pulumi:"notAfter"`
	// The resource group name.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type ListAgreementContentCallbackUrlResult

type ListAgreementContentCallbackUrlResult struct {
	// Gets the workflow trigger callback URL base path.
	BasePath string `pulumi:"basePath"`
	// Gets the workflow trigger callback URL HTTP method.
	Method string `pulumi:"method"`
	// Gets the workflow trigger callback URL query parameters.
	Queries *WorkflowTriggerListCallbackUrlQueriesResponse `pulumi:"queries"`
	// Gets the workflow trigger callback URL relative path.
	RelativePath string `pulumi:"relativePath"`
	// Gets the workflow trigger callback URL relative path parameters.
	RelativePathParameters []string `pulumi:"relativePathParameters"`
	// Gets the workflow trigger callback URL.
	Value string `pulumi:"value"`
}

The workflow trigger callback URL.

type ListIntegrationAccountAssemblyContentCallbackUrlArgs

type ListIntegrationAccountAssemblyContentCallbackUrlArgs struct {
	// The assembly artifact name.
	AssemblyArtifactName string `pulumi:"assemblyArtifactName"`
	// The integration account name.
	IntegrationAccountName string `pulumi:"integrationAccountName"`
	// The resource group name.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type ListIntegrationAccountAssemblyContentCallbackUrlResult

type ListIntegrationAccountAssemblyContentCallbackUrlResult struct {
	// Gets the workflow trigger callback URL base path.
	BasePath string `pulumi:"basePath"`
	// Gets the workflow trigger callback URL HTTP method.
	Method string `pulumi:"method"`
	// Gets the workflow trigger callback URL query parameters.
	Queries *WorkflowTriggerListCallbackUrlQueriesResponse `pulumi:"queries"`
	// Gets the workflow trigger callback URL relative path.
	RelativePath string `pulumi:"relativePath"`
	// Gets the workflow trigger callback URL relative path parameters.
	RelativePathParameters []string `pulumi:"relativePathParameters"`
	// Gets the workflow trigger callback URL.
	Value string `pulumi:"value"`
}

The workflow trigger callback URL.

type ListIntegrationAccountCallbackUrlArgs

type ListIntegrationAccountCallbackUrlArgs struct {
	// The integration account name.
	IntegrationAccountName string `pulumi:"integrationAccountName"`
	// The key type.
	KeyType *string `pulumi:"keyType"`
	// The expiry time.
	NotAfter *string `pulumi:"notAfter"`
	// The resource group name.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type ListIntegrationAccountCallbackUrlResult

type ListIntegrationAccountCallbackUrlResult struct {
	// The URL value.
	Value *string `pulumi:"value"`
}

The callback url.

type ListIntegrationAccountKeyVaultKeysArgs

type ListIntegrationAccountKeyVaultKeysArgs struct {
	// The integration account name.
	IntegrationAccountName string `pulumi:"integrationAccountName"`
	// The key vault reference.
	KeyVault KeyVaultReference `pulumi:"keyVault"`
	// The resource group name.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// The skip token.
	SkipToken *string `pulumi:"skipToken"`
}

type ListIntegrationAccountKeyVaultKeysResult

type ListIntegrationAccountKeyVaultKeysResult struct {
	// The skip token.
	SkipToken *string `pulumi:"skipToken"`
	// The key vault keys.
	Value []KeyVaultKeyResponse `pulumi:"value"`
}

Collection of key vault keys.

type ListMapContentCallbackUrlArgs

type ListMapContentCallbackUrlArgs struct {
	// The integration account name.
	IntegrationAccountName string `pulumi:"integrationAccountName"`
	// The key type.
	KeyType *string `pulumi:"keyType"`
	// The integration account map name.
	MapName string `pulumi:"mapName"`
	// The expiry time.
	NotAfter *string `pulumi:"notAfter"`
	// The resource group name.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type ListMapContentCallbackUrlResult

type ListMapContentCallbackUrlResult struct {
	// Gets the workflow trigger callback URL base path.
	BasePath string `pulumi:"basePath"`
	// Gets the workflow trigger callback URL HTTP method.
	Method string `pulumi:"method"`
	// Gets the workflow trigger callback URL query parameters.
	Queries *WorkflowTriggerListCallbackUrlQueriesResponse `pulumi:"queries"`
	// Gets the workflow trigger callback URL relative path.
	RelativePath string `pulumi:"relativePath"`
	// Gets the workflow trigger callback URL relative path parameters.
	RelativePathParameters []string `pulumi:"relativePathParameters"`
	// Gets the workflow trigger callback URL.
	Value string `pulumi:"value"`
}

The workflow trigger callback URL.

type ListPartnerContentCallbackUrlArgs

type ListPartnerContentCallbackUrlArgs struct {
	// The integration account name.
	IntegrationAccountName string `pulumi:"integrationAccountName"`
	// The key type.
	KeyType *string `pulumi:"keyType"`
	// The expiry time.
	NotAfter *string `pulumi:"notAfter"`
	// The integration account partner name.
	PartnerName string `pulumi:"partnerName"`
	// The resource group name.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type ListPartnerContentCallbackUrlResult

type ListPartnerContentCallbackUrlResult struct {
	// Gets the workflow trigger callback URL base path.
	BasePath string `pulumi:"basePath"`
	// Gets the workflow trigger callback URL HTTP method.
	Method string `pulumi:"method"`
	// Gets the workflow trigger callback URL query parameters.
	Queries *WorkflowTriggerListCallbackUrlQueriesResponse `pulumi:"queries"`
	// Gets the workflow trigger callback URL relative path.
	RelativePath string `pulumi:"relativePath"`
	// Gets the workflow trigger callback URL relative path parameters.
	RelativePathParameters []string `pulumi:"relativePathParameters"`
	// Gets the workflow trigger callback URL.
	Value string `pulumi:"value"`
}

The workflow trigger callback URL.

type ListSchemaContentCallbackUrlArgs

type ListSchemaContentCallbackUrlArgs struct {
	// The integration account name.
	IntegrationAccountName string `pulumi:"integrationAccountName"`
	// The key type.
	KeyType *string `pulumi:"keyType"`
	// The expiry time.
	NotAfter *string `pulumi:"notAfter"`
	// The resource group name.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// The integration account schema name.
	SchemaName string `pulumi:"schemaName"`
}

type ListSchemaContentCallbackUrlResult

type ListSchemaContentCallbackUrlResult struct {
	// Gets the workflow trigger callback URL base path.
	BasePath string `pulumi:"basePath"`
	// Gets the workflow trigger callback URL HTTP method.
	Method string `pulumi:"method"`
	// Gets the workflow trigger callback URL query parameters.
	Queries *WorkflowTriggerListCallbackUrlQueriesResponse `pulumi:"queries"`
	// Gets the workflow trigger callback URL relative path.
	RelativePath string `pulumi:"relativePath"`
	// Gets the workflow trigger callback URL relative path parameters.
	RelativePathParameters []string `pulumi:"relativePathParameters"`
	// Gets the workflow trigger callback URL.
	Value string `pulumi:"value"`
}

The workflow trigger callback URL.

type ListWorkflowCallbackUrlArgs

type ListWorkflowCallbackUrlArgs struct {
	// The key type.
	KeyType *string `pulumi:"keyType"`
	// The expiry time.
	NotAfter *string `pulumi:"notAfter"`
	// The resource group name.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// The workflow name.
	WorkflowName string `pulumi:"workflowName"`
}

type ListWorkflowCallbackUrlResult

type ListWorkflowCallbackUrlResult struct {
	// Gets the workflow trigger callback URL base path.
	BasePath string `pulumi:"basePath"`
	// Gets the workflow trigger callback URL HTTP method.
	Method string `pulumi:"method"`
	// Gets the workflow trigger callback URL query parameters.
	Queries *WorkflowTriggerListCallbackUrlQueriesResponse `pulumi:"queries"`
	// Gets the workflow trigger callback URL relative path.
	RelativePath string `pulumi:"relativePath"`
	// Gets the workflow trigger callback URL relative path parameters.
	RelativePathParameters []string `pulumi:"relativePathParameters"`
	// Gets the workflow trigger callback URL.
	Value string `pulumi:"value"`
}

The workflow trigger callback URL.

type ListWorkflowRunActionExpressionTracesArgs

type ListWorkflowRunActionExpressionTracesArgs struct {
	// The workflow action name.
	ActionName string `pulumi:"actionName"`
	// The resource group name.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// The workflow run name.
	RunName string `pulumi:"runName"`
	// The workflow name.
	WorkflowName string `pulumi:"workflowName"`
}

type ListWorkflowRunActionExpressionTracesResult

type ListWorkflowRunActionExpressionTracesResult struct {
	Inputs []ExpressionRootResponse `pulumi:"inputs"`
}

type ListWorkflowRunActionRepetitionExpressionTracesArgs

type ListWorkflowRunActionRepetitionExpressionTracesArgs struct {
	// The workflow action name.
	ActionName string `pulumi:"actionName"`
	// The workflow repetition.
	RepetitionName string `pulumi:"repetitionName"`
	// The resource group name.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// The workflow run name.
	RunName string `pulumi:"runName"`
	// The workflow name.
	WorkflowName string `pulumi:"workflowName"`
}

type ListWorkflowRunActionRepetitionExpressionTracesResult

type ListWorkflowRunActionRepetitionExpressionTracesResult struct {
	Inputs []ExpressionRootResponse `pulumi:"inputs"`
}

type ListWorkflowTriggerCallbackUrlArgs

type ListWorkflowTriggerCallbackUrlArgs struct {
	// The resource group name.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// The workflow trigger name.
	TriggerName string `pulumi:"triggerName"`
	// The workflow name.
	WorkflowName string `pulumi:"workflowName"`
}

type ListWorkflowTriggerCallbackUrlResult

type ListWorkflowTriggerCallbackUrlResult struct {
	// Gets the workflow trigger callback URL base path.
	BasePath string `pulumi:"basePath"`
	// Gets the workflow trigger callback URL HTTP method.
	Method string `pulumi:"method"`
	// Gets the workflow trigger callback URL query parameters.
	Queries *WorkflowTriggerListCallbackUrlQueriesResponse `pulumi:"queries"`
	// Gets the workflow trigger callback URL relative path.
	RelativePath string `pulumi:"relativePath"`
	// Gets the workflow trigger callback URL relative path parameters.
	RelativePathParameters []string `pulumi:"relativePathParameters"`
	// Gets the workflow trigger callback URL.
	Value string `pulumi:"value"`
}

The workflow trigger callback URL.

type ListWorkflowVersionCallbackUrlArgs

type ListWorkflowVersionCallbackUrlArgs struct {
	// The key type.
	KeyType *string `pulumi:"keyType"`
	// The expiry time.
	NotAfter *string `pulumi:"notAfter"`
	// The resource group name.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// The workflow trigger name.
	TriggerName string `pulumi:"triggerName"`
	// The workflow versionId.
	VersionId string `pulumi:"versionId"`
	// The workflow name.
	WorkflowName string `pulumi:"workflowName"`
}

type ListWorkflowVersionCallbackUrlResult

type ListWorkflowVersionCallbackUrlResult struct {
	// Gets the workflow trigger callback URL base path.
	BasePath string `pulumi:"basePath"`
	// Gets the workflow trigger callback URL HTTP method.
	Method string `pulumi:"method"`
	// Gets the workflow trigger callback URL query parameters.
	Queries *WorkflowTriggerListCallbackUrlQueriesResponse `pulumi:"queries"`
	// Gets the workflow trigger callback URL relative path.
	RelativePath string `pulumi:"relativePath"`
	// Gets the workflow trigger callback URL relative path parameters.
	RelativePathParameters []string `pulumi:"relativePathParameters"`
	// Gets the workflow trigger callback URL.
	Value string `pulumi:"value"`
}

The workflow trigger callback URL.

type LookupAgreementArgs

type LookupAgreementArgs struct {
	// The integration account agreement name.
	AgreementName string `pulumi:"agreementName"`
	// The integration account name.
	IntegrationAccountName string `pulumi:"integrationAccountName"`
	// The resource group name.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type LookupAgreementResult

type LookupAgreementResult struct {
	// The agreement type.
	AgreementType string `pulumi:"agreementType"`
	// The changed time.
	ChangedTime string `pulumi:"changedTime"`
	// The agreement content.
	Content AgreementContentResponse `pulumi:"content"`
	// The created time.
	CreatedTime string `pulumi:"createdTime"`
	// The business identity of the guest partner.
	GuestIdentity BusinessIdentityResponse `pulumi:"guestIdentity"`
	// The integration account partner that is set as guest partner for this agreement.
	GuestPartner string `pulumi:"guestPartner"`
	// The business identity of the host partner.
	HostIdentity BusinessIdentityResponse `pulumi:"hostIdentity"`
	// The integration account partner that is set as host partner for this agreement.
	HostPartner string `pulumi:"hostPartner"`
	// The resource id.
	Id string `pulumi:"id"`
	// The resource location.
	Location *string `pulumi:"location"`
	// The metadata.
	Metadata interface{} `pulumi:"metadata"`
	// Gets the resource name.
	Name string `pulumi:"name"`
	// The resource tags.
	Tags map[string]string `pulumi:"tags"`
	// Gets the resource type.
	Type string `pulumi:"type"`
}

The integration account agreement.

func LookupAgreement

func LookupAgreement(ctx *pulumi.Context, args *LookupAgreementArgs, opts ...pulumi.InvokeOption) (*LookupAgreementResult, error)

type LookupCertificateArgs

type LookupCertificateArgs struct {
	// The integration account certificate name.
	CertificateName string `pulumi:"certificateName"`
	// The integration account name.
	IntegrationAccountName string `pulumi:"integrationAccountName"`
	// The resource group name.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type LookupCertificateResult

type LookupCertificateResult struct {
	// The changed time.
	ChangedTime string `pulumi:"changedTime"`
	// The created time.
	CreatedTime string `pulumi:"createdTime"`
	// The resource id.
	Id string `pulumi:"id"`
	// The key details in the key vault.
	Key *KeyVaultKeyReferenceResponse `pulumi:"key"`
	// The resource location.
	Location *string `pulumi:"location"`
	// The metadata.
	Metadata interface{} `pulumi:"metadata"`
	// Gets the resource name.
	Name string `pulumi:"name"`
	// The public certificate.
	PublicCertificate *string `pulumi:"publicCertificate"`
	// The resource tags.
	Tags map[string]string `pulumi:"tags"`
	// Gets the resource type.
	Type string `pulumi:"type"`
}

The integration account certificate.

type LookupIntegrationAccountArgs

type LookupIntegrationAccountArgs struct {
	// The integration account name.
	IntegrationAccountName string `pulumi:"integrationAccountName"`
	// The resource group name.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type LookupIntegrationAccountAssemblyArgs

type LookupIntegrationAccountAssemblyArgs struct {
	// The assembly artifact name.
	AssemblyArtifactName string `pulumi:"assemblyArtifactName"`
	// The integration account name.
	IntegrationAccountName string `pulumi:"integrationAccountName"`
	// The resource group name.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type LookupIntegrationAccountAssemblyResult

type LookupIntegrationAccountAssemblyResult struct {
	// The resource id.
	Id string `pulumi:"id"`
	// The resource location.
	Location *string `pulumi:"location"`
	// Gets the resource name.
	Name string `pulumi:"name"`
	// The assembly properties.
	Properties AssemblyPropertiesResponse `pulumi:"properties"`
	// The resource tags.
	Tags map[string]string `pulumi:"tags"`
	// Gets the resource type.
	Type string `pulumi:"type"`
}

The assembly definition.

type LookupIntegrationAccountBatchConfigurationArgs

type LookupIntegrationAccountBatchConfigurationArgs struct {
	// The batch configuration name.
	BatchConfigurationName string `pulumi:"batchConfigurationName"`
	// The integration account name.
	IntegrationAccountName string `pulumi:"integrationAccountName"`
	// The resource group name.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type LookupIntegrationAccountBatchConfigurationResult

type LookupIntegrationAccountBatchConfigurationResult struct {
	// The resource id.
	Id string `pulumi:"id"`
	// The resource location.
	Location *string `pulumi:"location"`
	// Gets the resource name.
	Name string `pulumi:"name"`
	// The batch configuration properties.
	Properties BatchConfigurationPropertiesResponse `pulumi:"properties"`
	// The resource tags.
	Tags map[string]string `pulumi:"tags"`
	// Gets the resource type.
	Type string `pulumi:"type"`
}

The batch configuration resource definition.

type LookupIntegrationAccountResult

type LookupIntegrationAccountResult struct {
	// The resource id.
	Id string `pulumi:"id"`
	// The resource location.
	Location *string `pulumi:"location"`
	// Gets the resource name.
	Name string `pulumi:"name"`
	// The sku.
	Sku *IntegrationAccountSkuResponse `pulumi:"sku"`
	// The resource tags.
	Tags map[string]string `pulumi:"tags"`
	// Gets the resource type.
	Type string `pulumi:"type"`
}

The integration account.

type LookupMapArgs

type LookupMapArgs struct {
	// The integration account name.
	IntegrationAccountName string `pulumi:"integrationAccountName"`
	// The integration account map name.
	MapName string `pulumi:"mapName"`
	// The resource group name.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type LookupMapResult

type LookupMapResult struct {
	// The changed time.
	ChangedTime string `pulumi:"changedTime"`
	// The content.
	Content *string `pulumi:"content"`
	// The content link.
	ContentLink ContentLinkResponse `pulumi:"contentLink"`
	// The content type.
	ContentType *string `pulumi:"contentType"`
	// The created time.
	CreatedTime string `pulumi:"createdTime"`
	// The resource id.
	Id string `pulumi:"id"`
	// The resource location.
	Location *string `pulumi:"location"`
	// The map type.
	MapType string `pulumi:"mapType"`
	// The metadata.
	Metadata interface{} `pulumi:"metadata"`
	// Gets the resource name.
	Name string `pulumi:"name"`
	// The parameters schema of integration account map.
	ParametersSchema *IntegrationAccountMapPropertiesResponseParametersSchema `pulumi:"parametersSchema"`
	// The resource tags.
	Tags map[string]string `pulumi:"tags"`
	// Gets the resource type.
	Type string `pulumi:"type"`
}

The integration account map.

func LookupMap

func LookupMap(ctx *pulumi.Context, args *LookupMapArgs, opts ...pulumi.InvokeOption) (*LookupMapResult, error)

type LookupPartnerArgs

type LookupPartnerArgs struct {
	// The integration account name.
	IntegrationAccountName string `pulumi:"integrationAccountName"`
	// The integration account partner name.
	PartnerName string `pulumi:"partnerName"`
	// The resource group name.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type LookupPartnerResult

type LookupPartnerResult struct {
	// The changed time.
	ChangedTime string `pulumi:"changedTime"`
	// The partner content.
	Content PartnerContentResponse `pulumi:"content"`
	// The created time.
	CreatedTime string `pulumi:"createdTime"`
	// The resource id.
	Id string `pulumi:"id"`
	// The resource location.
	Location *string `pulumi:"location"`
	// The metadata.
	Metadata interface{} `pulumi:"metadata"`
	// Gets the resource name.
	Name string `pulumi:"name"`
	// The partner type.
	PartnerType string `pulumi:"partnerType"`
	// The resource tags.
	Tags map[string]string `pulumi:"tags"`
	// Gets the resource type.
	Type string `pulumi:"type"`
}

The integration account partner.

func LookupPartner

func LookupPartner(ctx *pulumi.Context, args *LookupPartnerArgs, opts ...pulumi.InvokeOption) (*LookupPartnerResult, error)

type LookupRosettaNetProcessConfigurationArgs

type LookupRosettaNetProcessConfigurationArgs struct {
	// The integration account name.
	IntegrationAccountName string `pulumi:"integrationAccountName"`
	// The resource group name.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// The integration account RosettaNetProcessConfiguration name.
	RosettaNetProcessConfigurationName string `pulumi:"rosettaNetProcessConfigurationName"`
}

type LookupRosettaNetProcessConfigurationResult

type LookupRosettaNetProcessConfigurationResult struct {
	// The RosettaNet process configuration activity settings.
	ActivitySettings RosettaNetPipActivitySettingsResponse `pulumi:"activitySettings"`
	// The changed time.
	ChangedTime string `pulumi:"changedTime"`
	// The created time.
	CreatedTime string `pulumi:"createdTime"`
	// The integration account RosettaNet ProcessConfiguration properties.
	Description *string `pulumi:"description"`
	// The resource id.
	Id string `pulumi:"id"`
	// The RosettaNet initiator role settings.
	InitiatorRoleSettings RosettaNetPipRoleSettingsResponse `pulumi:"initiatorRoleSettings"`
	// The resource location.
	Location *string `pulumi:"location"`
	// The metadata.
	Metadata map[string]string `pulumi:"metadata"`
	// Gets the resource name.
	Name string `pulumi:"name"`
	// The integration account RosettaNet process code.
	ProcessCode string `pulumi:"processCode"`
	// The integration account RosettaNet process name.
	ProcessName string `pulumi:"processName"`
	// The integration account RosettaNet process version.
	ProcessVersion string `pulumi:"processVersion"`
	// The RosettaNet responder role settings.
	ResponderRoleSettings RosettaNetPipRoleSettingsResponse `pulumi:"responderRoleSettings"`
	// The resource tags.
	Tags map[string]string `pulumi:"tags"`
	// Gets the resource type.
	Type string `pulumi:"type"`
}

The integration account RosettaNet process configuration.

type LookupSchemaArgs

type LookupSchemaArgs struct {
	// The integration account name.
	IntegrationAccountName string `pulumi:"integrationAccountName"`
	// The resource group name.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// The integration account schema name.
	SchemaName string `pulumi:"schemaName"`
}

type LookupSchemaResult

type LookupSchemaResult struct {
	// The changed time.
	ChangedTime string `pulumi:"changedTime"`
	// The content.
	Content *string `pulumi:"content"`
	// The content link.
	ContentLink ContentLinkResponse `pulumi:"contentLink"`
	// The content type.
	ContentType *string `pulumi:"contentType"`
	// The created time.
	CreatedTime string `pulumi:"createdTime"`
	// The document name.
	DocumentName *string `pulumi:"documentName"`
	// The file name.
	FileName *string `pulumi:"fileName"`
	// The resource id.
	Id string `pulumi:"id"`
	// The resource location.
	Location *string `pulumi:"location"`
	// The metadata.
	Metadata interface{} `pulumi:"metadata"`
	// Gets the resource name.
	Name string `pulumi:"name"`
	// The schema type.
	SchemaType string `pulumi:"schemaType"`
	// The resource tags.
	Tags map[string]string `pulumi:"tags"`
	// The target namespace of the schema.
	TargetNamespace *string `pulumi:"targetNamespace"`
	// Gets the resource type.
	Type string `pulumi:"type"`
}

The integration account schema.

func LookupSchema

func LookupSchema(ctx *pulumi.Context, args *LookupSchemaArgs, opts ...pulumi.InvokeOption) (*LookupSchemaResult, error)

type LookupSessionArgs

type LookupSessionArgs struct {
	// The integration account name.
	IntegrationAccountName string `pulumi:"integrationAccountName"`
	// The resource group name.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// The integration account session name.
	SessionName string `pulumi:"sessionName"`
}

type LookupSessionResult

type LookupSessionResult struct {
	// The changed time.
	ChangedTime string `pulumi:"changedTime"`
	// The session content.
	Content interface{} `pulumi:"content"`
	// The created time.
	CreatedTime string `pulumi:"createdTime"`
	// The resource id.
	Id string `pulumi:"id"`
	// The resource location.
	Location *string `pulumi:"location"`
	// Gets the resource name.
	Name string `pulumi:"name"`
	// The resource tags.
	Tags map[string]string `pulumi:"tags"`
	// Gets the resource type.
	Type string `pulumi:"type"`
}

The integration account session.

func LookupSession

func LookupSession(ctx *pulumi.Context, args *LookupSessionArgs, opts ...pulumi.InvokeOption) (*LookupSessionResult, error)

type LookupWorkflowArgs

type LookupWorkflowArgs struct {
	// The resource group name.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// The workflow name.
	WorkflowName string `pulumi:"workflowName"`
}

type LookupWorkflowResult

type LookupWorkflowResult struct {
	// Gets the access endpoint.
	AccessEndpoint string `pulumi:"accessEndpoint"`
	// Gets the changed time.
	ChangedTime string `pulumi:"changedTime"`
	// Gets the created time.
	CreatedTime string `pulumi:"createdTime"`
	// The definition. See [Schema reference for Workflow Definition Language in Azure Logic Apps](https://aka.ms/logic-apps-workflow-definition-language).
	Definition interface{} `pulumi:"definition"`
	// The resource id.
	Id string `pulumi:"id"`
	// The integration account.
	IntegrationAccount *ResourceReferenceResponse `pulumi:"integrationAccount"`
	// The resource location.
	Location *string `pulumi:"location"`
	// Gets the resource name.
	Name string `pulumi:"name"`
	// The parameters.
	Parameters map[string]WorkflowParameterResponse `pulumi:"parameters"`
	// Gets the provisioning state.
	ProvisioningState string `pulumi:"provisioningState"`
	// The sku.
	Sku *SkuResponse `pulumi:"sku"`
	// The state.
	State *string `pulumi:"state"`
	// The resource tags.
	Tags map[string]string `pulumi:"tags"`
	// Gets the resource type.
	Type string `pulumi:"type"`
	// Gets the version.
	Version string `pulumi:"version"`
}

The workflow type.

func LookupWorkflow

func LookupWorkflow(ctx *pulumi.Context, args *LookupWorkflowArgs, opts ...pulumi.InvokeOption) (*LookupWorkflowResult, error)

type Map

type Map struct {
	pulumi.CustomResourceState

	// The changed time.
	ChangedTime pulumi.StringOutput `pulumi:"changedTime"`
	// The content.
	Content pulumi.StringPtrOutput `pulumi:"content"`
	// The content link.
	ContentLink ContentLinkResponseOutput `pulumi:"contentLink"`
	// The content type.
	ContentType pulumi.StringPtrOutput `pulumi:"contentType"`
	// The created time.
	CreatedTime pulumi.StringOutput `pulumi:"createdTime"`
	// The resource location.
	Location pulumi.StringPtrOutput `pulumi:"location"`
	// The map type.
	MapType pulumi.StringOutput `pulumi:"mapType"`
	// The metadata.
	Metadata pulumi.AnyOutput `pulumi:"metadata"`
	// Gets the resource name.
	Name pulumi.StringOutput `pulumi:"name"`
	// The parameters schema of integration account map.
	ParametersSchema IntegrationAccountMapPropertiesResponseParametersSchemaPtrOutput `pulumi:"parametersSchema"`
	// The resource tags.
	Tags pulumi.StringMapOutput `pulumi:"tags"`
	// Gets the resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

The integration account map.

func GetMap

func GetMap(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *MapState, opts ...pulumi.ResourceOption) (*Map, error)

GetMap gets an existing Map 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 NewMap

func NewMap(ctx *pulumi.Context,
	name string, args *MapArgs, opts ...pulumi.ResourceOption) (*Map, error)

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

func (*Map) ElementType added in v0.2.6

func (*Map) ElementType() reflect.Type

func (*Map) ToMapOutput added in v0.2.6

func (i *Map) ToMapOutput() MapOutput

func (*Map) ToMapOutputWithContext added in v0.2.6

func (i *Map) ToMapOutputWithContext(ctx context.Context) MapOutput

type MapArgs

type MapArgs struct {
	// The content.
	Content pulumi.StringPtrInput
	// The content type.
	ContentType pulumi.StringPtrInput
	// The integration account name.
	IntegrationAccountName pulumi.StringInput
	// The resource location.
	Location pulumi.StringPtrInput
	// The integration account map name.
	MapName pulumi.StringInput
	// The map type.
	MapType MapType
	// The metadata.
	Metadata pulumi.Input
	// The parameters schema of integration account map.
	ParametersSchema IntegrationAccountMapPropertiesParametersSchemaPtrInput
	// The resource group name.
	ResourceGroupName pulumi.StringInput
	// The resource tags.
	Tags pulumi.StringMapInput
}

The set of arguments for constructing a Map resource.

func (MapArgs) ElementType

func (MapArgs) ElementType() reflect.Type

type MapInput added in v0.2.6

type MapInput interface {
	pulumi.Input

	ToMapOutput() MapOutput
	ToMapOutputWithContext(ctx context.Context) MapOutput
}

type MapOutput added in v0.2.6

type MapOutput struct {
	*pulumi.OutputState
}

func (MapOutput) ElementType added in v0.2.6

func (MapOutput) ElementType() reflect.Type

func (MapOutput) ToMapOutput added in v0.2.6

func (o MapOutput) ToMapOutput() MapOutput

func (MapOutput) ToMapOutputWithContext added in v0.2.6

func (o MapOutput) ToMapOutputWithContext(ctx context.Context) MapOutput

type MapState

type MapState struct {
	// The changed time.
	ChangedTime pulumi.StringPtrInput
	// The content.
	Content pulumi.StringPtrInput
	// The content link.
	ContentLink ContentLinkResponsePtrInput
	// The content type.
	ContentType pulumi.StringPtrInput
	// The created time.
	CreatedTime pulumi.StringPtrInput
	// The resource location.
	Location pulumi.StringPtrInput
	// The map type.
	MapType pulumi.StringPtrInput
	// The metadata.
	Metadata pulumi.Input
	// Gets the resource name.
	Name pulumi.StringPtrInput
	// The parameters schema of integration account map.
	ParametersSchema IntegrationAccountMapPropertiesResponseParametersSchemaPtrInput
	// The resource tags.
	Tags pulumi.StringMapInput
	// Gets the resource type.
	Type pulumi.StringPtrInput
}

func (MapState) ElementType

func (MapState) ElementType() reflect.Type

type MapType added in v0.3.1

type MapType pulumi.String

The map type.

func (MapType) ElementType added in v0.3.1

func (MapType) ElementType() reflect.Type

func (MapType) ToStringOutput added in v0.3.1

func (e MapType) ToStringOutput() pulumi.StringOutput

func (MapType) ToStringOutputWithContext added in v0.3.1

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

func (MapType) ToStringPtrOutput added in v0.3.1

func (e MapType) ToStringPtrOutput() pulumi.StringPtrOutput

func (MapType) ToStringPtrOutputWithContext added in v0.3.1

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

type MessageFilterType added in v0.3.1

type MessageFilterType pulumi.String

The message filter type.

func (MessageFilterType) ElementType added in v0.3.1

func (MessageFilterType) ElementType() reflect.Type

func (MessageFilterType) ToStringOutput added in v0.3.1

func (e MessageFilterType) ToStringOutput() pulumi.StringOutput

func (MessageFilterType) ToStringOutputWithContext added in v0.3.1

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

func (MessageFilterType) ToStringPtrOutput added in v0.3.1

func (e MessageFilterType) ToStringPtrOutput() pulumi.StringPtrOutput

func (MessageFilterType) ToStringPtrOutputWithContext added in v0.3.1

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

type ParameterType added in v0.3.1

type ParameterType pulumi.String

The type.

func (ParameterType) ElementType added in v0.3.1

func (ParameterType) ElementType() reflect.Type

func (ParameterType) ToStringOutput added in v0.3.1

func (e ParameterType) ToStringOutput() pulumi.StringOutput

func (ParameterType) ToStringOutputWithContext added in v0.3.1

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

func (ParameterType) ToStringPtrOutput added in v0.3.1

func (e ParameterType) ToStringPtrOutput() pulumi.StringPtrOutput

func (ParameterType) ToStringPtrOutputWithContext added in v0.3.1

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

type Partner

type Partner struct {
	pulumi.CustomResourceState

	// The changed time.
	ChangedTime pulumi.StringOutput `pulumi:"changedTime"`
	// The partner content.
	Content PartnerContentResponseOutput `pulumi:"content"`
	// The created time.
	CreatedTime pulumi.StringOutput `pulumi:"createdTime"`
	// The resource location.
	Location pulumi.StringPtrOutput `pulumi:"location"`
	// The metadata.
	Metadata pulumi.AnyOutput `pulumi:"metadata"`
	// Gets the resource name.
	Name pulumi.StringOutput `pulumi:"name"`
	// The partner type.
	PartnerType pulumi.StringOutput `pulumi:"partnerType"`
	// The resource tags.
	Tags pulumi.StringMapOutput `pulumi:"tags"`
	// Gets the resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

The integration account partner.

func GetPartner

func GetPartner(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *PartnerState, opts ...pulumi.ResourceOption) (*Partner, error)

GetPartner gets an existing Partner 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 NewPartner

func NewPartner(ctx *pulumi.Context,
	name string, args *PartnerArgs, opts ...pulumi.ResourceOption) (*Partner, error)

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

func (*Partner) ElementType added in v0.2.6

func (*Partner) ElementType() reflect.Type

func (*Partner) ToPartnerOutput added in v0.2.6

func (i *Partner) ToPartnerOutput() PartnerOutput

func (*Partner) ToPartnerOutputWithContext added in v0.2.6

func (i *Partner) ToPartnerOutputWithContext(ctx context.Context) PartnerOutput

type PartnerArgs

type PartnerArgs struct {
	// The partner content.
	Content PartnerContentInput
	// The integration account name.
	IntegrationAccountName pulumi.StringInput
	// The resource location.
	Location pulumi.StringPtrInput
	// The metadata.
	Metadata pulumi.Input
	// The integration account partner name.
	PartnerName pulumi.StringInput
	// The partner type.
	PartnerType PartnerType
	// The resource group name.
	ResourceGroupName pulumi.StringInput
	// The resource tags.
	Tags pulumi.StringMapInput
}

The set of arguments for constructing a Partner resource.

func (PartnerArgs) ElementType

func (PartnerArgs) ElementType() reflect.Type

type PartnerContent

type PartnerContent struct {
	// The B2B partner content.
	B2b *B2BPartnerContent `pulumi:"b2b"`
}

The integration account partner content.

type PartnerContentArgs

type PartnerContentArgs struct {
	// The B2B partner content.
	B2b B2BPartnerContentPtrInput `pulumi:"b2b"`
}

The integration account partner content.

func (PartnerContentArgs) ElementType

func (PartnerContentArgs) ElementType() reflect.Type

func (PartnerContentArgs) ToPartnerContentOutput

func (i PartnerContentArgs) ToPartnerContentOutput() PartnerContentOutput

func (PartnerContentArgs) ToPartnerContentOutputWithContext

func (i PartnerContentArgs) ToPartnerContentOutputWithContext(ctx context.Context) PartnerContentOutput

func (PartnerContentArgs) ToPartnerContentPtrOutput

func (i PartnerContentArgs) ToPartnerContentPtrOutput() PartnerContentPtrOutput

func (PartnerContentArgs) ToPartnerContentPtrOutputWithContext

func (i PartnerContentArgs) ToPartnerContentPtrOutputWithContext(ctx context.Context) PartnerContentPtrOutput

type PartnerContentInput

type PartnerContentInput interface {
	pulumi.Input

	ToPartnerContentOutput() PartnerContentOutput
	ToPartnerContentOutputWithContext(context.Context) PartnerContentOutput
}

PartnerContentInput is an input type that accepts PartnerContentArgs and PartnerContentOutput values. You can construct a concrete instance of `PartnerContentInput` via:

PartnerContentArgs{...}

type PartnerContentOutput

type PartnerContentOutput struct{ *pulumi.OutputState }

The integration account partner content.

func (PartnerContentOutput) B2b

The B2B partner content.

func (PartnerContentOutput) ElementType

func (PartnerContentOutput) ElementType() reflect.Type

func (PartnerContentOutput) ToPartnerContentOutput

func (o PartnerContentOutput) ToPartnerContentOutput() PartnerContentOutput

func (PartnerContentOutput) ToPartnerContentOutputWithContext

func (o PartnerContentOutput) ToPartnerContentOutputWithContext(ctx context.Context) PartnerContentOutput

func (PartnerContentOutput) ToPartnerContentPtrOutput

func (o PartnerContentOutput) ToPartnerContentPtrOutput() PartnerContentPtrOutput

func (PartnerContentOutput) ToPartnerContentPtrOutputWithContext

func (o PartnerContentOutput) ToPartnerContentPtrOutputWithContext(ctx context.Context) PartnerContentPtrOutput

type PartnerContentPtrInput

type PartnerContentPtrInput interface {
	pulumi.Input

	ToPartnerContentPtrOutput() PartnerContentPtrOutput
	ToPartnerContentPtrOutputWithContext(context.Context) PartnerContentPtrOutput
}

PartnerContentPtrInput is an input type that accepts PartnerContentArgs, PartnerContentPtr and PartnerContentPtrOutput values. You can construct a concrete instance of `PartnerContentPtrInput` via:

        PartnerContentArgs{...}

or:

        nil

type PartnerContentPtrOutput

type PartnerContentPtrOutput struct{ *pulumi.OutputState }

func (PartnerContentPtrOutput) B2b

The B2B partner content.

func (PartnerContentPtrOutput) Elem

func (PartnerContentPtrOutput) ElementType

func (PartnerContentPtrOutput) ElementType() reflect.Type

func (PartnerContentPtrOutput) ToPartnerContentPtrOutput

func (o PartnerContentPtrOutput) ToPartnerContentPtrOutput() PartnerContentPtrOutput

func (PartnerContentPtrOutput) ToPartnerContentPtrOutputWithContext

func (o PartnerContentPtrOutput) ToPartnerContentPtrOutputWithContext(ctx context.Context) PartnerContentPtrOutput

type PartnerContentResponse

type PartnerContentResponse struct {
	// The B2B partner content.
	B2b *B2BPartnerContentResponse `pulumi:"b2b"`
}

The integration account partner content.

type PartnerContentResponseArgs

type PartnerContentResponseArgs struct {
	// The B2B partner content.
	B2b B2BPartnerContentResponsePtrInput `pulumi:"b2b"`
}

The integration account partner content.

func (PartnerContentResponseArgs) ElementType

func (PartnerContentResponseArgs) ElementType() reflect.Type

func (PartnerContentResponseArgs) ToPartnerContentResponseOutput

func (i PartnerContentResponseArgs) ToPartnerContentResponseOutput() PartnerContentResponseOutput

func (PartnerContentResponseArgs) ToPartnerContentResponseOutputWithContext

func (i PartnerContentResponseArgs) ToPartnerContentResponseOutputWithContext(ctx context.Context) PartnerContentResponseOutput

func (PartnerContentResponseArgs) ToPartnerContentResponsePtrOutput

func (i PartnerContentResponseArgs) ToPartnerContentResponsePtrOutput() PartnerContentResponsePtrOutput

func (PartnerContentResponseArgs) ToPartnerContentResponsePtrOutputWithContext

func (i PartnerContentResponseArgs) ToPartnerContentResponsePtrOutputWithContext(ctx context.Context) PartnerContentResponsePtrOutput

type PartnerContentResponseInput

type PartnerContentResponseInput interface {
	pulumi.Input

	ToPartnerContentResponseOutput() PartnerContentResponseOutput
	ToPartnerContentResponseOutputWithContext(context.Context) PartnerContentResponseOutput
}

PartnerContentResponseInput is an input type that accepts PartnerContentResponseArgs and PartnerContentResponseOutput values. You can construct a concrete instance of `PartnerContentResponseInput` via:

PartnerContentResponseArgs{...}

type PartnerContentResponseOutput

type PartnerContentResponseOutput struct{ *pulumi.OutputState }

The integration account partner content.

func (PartnerContentResponseOutput) B2b

The B2B partner content.

func (PartnerContentResponseOutput) ElementType

func (PartnerContentResponseOutput) ToPartnerContentResponseOutput

func (o PartnerContentResponseOutput) ToPartnerContentResponseOutput() PartnerContentResponseOutput

func (PartnerContentResponseOutput) ToPartnerContentResponseOutputWithContext

func (o PartnerContentResponseOutput) ToPartnerContentResponseOutputWithContext(ctx context.Context) PartnerContentResponseOutput

func (PartnerContentResponseOutput) ToPartnerContentResponsePtrOutput

func (o PartnerContentResponseOutput) ToPartnerContentResponsePtrOutput() PartnerContentResponsePtrOutput

func (PartnerContentResponseOutput) ToPartnerContentResponsePtrOutputWithContext

func (o PartnerContentResponseOutput) ToPartnerContentResponsePtrOutputWithContext(ctx context.Context) PartnerContentResponsePtrOutput

type PartnerContentResponsePtrInput

type PartnerContentResponsePtrInput interface {
	pulumi.Input

	ToPartnerContentResponsePtrOutput() PartnerContentResponsePtrOutput
	ToPartnerContentResponsePtrOutputWithContext(context.Context) PartnerContentResponsePtrOutput
}

PartnerContentResponsePtrInput is an input type that accepts PartnerContentResponseArgs, PartnerContentResponsePtr and PartnerContentResponsePtrOutput values. You can construct a concrete instance of `PartnerContentResponsePtrInput` via:

        PartnerContentResponseArgs{...}

or:

        nil

type PartnerContentResponsePtrOutput

type PartnerContentResponsePtrOutput struct{ *pulumi.OutputState }

func (PartnerContentResponsePtrOutput) B2b

The B2B partner content.

func (PartnerContentResponsePtrOutput) Elem

func (PartnerContentResponsePtrOutput) ElementType

func (PartnerContentResponsePtrOutput) ToPartnerContentResponsePtrOutput

func (o PartnerContentResponsePtrOutput) ToPartnerContentResponsePtrOutput() PartnerContentResponsePtrOutput

func (PartnerContentResponsePtrOutput) ToPartnerContentResponsePtrOutputWithContext

func (o PartnerContentResponsePtrOutput) ToPartnerContentResponsePtrOutputWithContext(ctx context.Context) PartnerContentResponsePtrOutput

type PartnerInput added in v0.2.6

type PartnerInput interface {
	pulumi.Input

	ToPartnerOutput() PartnerOutput
	ToPartnerOutputWithContext(ctx context.Context) PartnerOutput
}

type PartnerOutput added in v0.2.6

type PartnerOutput struct {
	*pulumi.OutputState
}

func (PartnerOutput) ElementType added in v0.2.6

func (PartnerOutput) ElementType() reflect.Type

func (PartnerOutput) ToPartnerOutput added in v0.2.6

func (o PartnerOutput) ToPartnerOutput() PartnerOutput

func (PartnerOutput) ToPartnerOutputWithContext added in v0.2.6

func (o PartnerOutput) ToPartnerOutputWithContext(ctx context.Context) PartnerOutput

type PartnerState

type PartnerState struct {
	// The changed time.
	ChangedTime pulumi.StringPtrInput
	// The partner content.
	Content PartnerContentResponsePtrInput
	// The created time.
	CreatedTime pulumi.StringPtrInput
	// The resource location.
	Location pulumi.StringPtrInput
	// The metadata.
	Metadata pulumi.Input
	// Gets the resource name.
	Name pulumi.StringPtrInput
	// The partner type.
	PartnerType pulumi.StringPtrInput
	// The resource tags.
	Tags pulumi.StringMapInput
	// Gets the resource type.
	Type pulumi.StringPtrInput
}

func (PartnerState) ElementType

func (PartnerState) ElementType() reflect.Type

type PartnerType added in v0.3.1

type PartnerType pulumi.String

The partner type.

func (PartnerType) ElementType added in v0.3.1

func (PartnerType) ElementType() reflect.Type

func (PartnerType) ToStringOutput added in v0.3.1

func (e PartnerType) ToStringOutput() pulumi.StringOutput

func (PartnerType) ToStringOutputWithContext added in v0.3.1

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

func (PartnerType) ToStringPtrOutput added in v0.3.1

func (e PartnerType) ToStringPtrOutput() pulumi.StringPtrOutput

func (PartnerType) ToStringPtrOutputWithContext added in v0.3.1

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

type RecurrenceFrequency added in v0.3.1

type RecurrenceFrequency pulumi.String

The frequency.

func (RecurrenceFrequency) ElementType added in v0.3.1

func (RecurrenceFrequency) ElementType() reflect.Type

func (RecurrenceFrequency) ToStringOutput added in v0.3.1

func (e RecurrenceFrequency) ToStringOutput() pulumi.StringOutput

func (RecurrenceFrequency) ToStringOutputWithContext added in v0.3.1

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

func (RecurrenceFrequency) ToStringPtrOutput added in v0.3.1

func (e RecurrenceFrequency) ToStringPtrOutput() pulumi.StringPtrOutput

func (RecurrenceFrequency) ToStringPtrOutputWithContext added in v0.3.1

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

type RecurrenceSchedule

type RecurrenceSchedule struct {
	// The hours.
	Hours []int `pulumi:"hours"`
	// The minutes.
	Minutes []int `pulumi:"minutes"`
	// The month days.
	MonthDays []int `pulumi:"monthDays"`
	// The monthly occurrences.
	MonthlyOccurrences []RecurrenceScheduleOccurrence `pulumi:"monthlyOccurrences"`
	// The days of the week.
	WeekDays []string `pulumi:"weekDays"`
}

The recurrence schedule.

type RecurrenceScheduleArgs

type RecurrenceScheduleArgs struct {
	// The hours.
	Hours pulumi.IntArrayInput `pulumi:"hours"`
	// The minutes.
	Minutes pulumi.IntArrayInput `pulumi:"minutes"`
	// The month days.
	MonthDays pulumi.IntArrayInput `pulumi:"monthDays"`
	// The monthly occurrences.
	MonthlyOccurrences RecurrenceScheduleOccurrenceArrayInput `pulumi:"monthlyOccurrences"`
	// The days of the week.
	WeekDays DaysOfWeekArrayInput `pulumi:"weekDays"`
}

The recurrence schedule.

func (RecurrenceScheduleArgs) ElementType

func (RecurrenceScheduleArgs) ElementType() reflect.Type

func (RecurrenceScheduleArgs) ToRecurrenceScheduleOutput

func (i RecurrenceScheduleArgs) ToRecurrenceScheduleOutput() RecurrenceScheduleOutput

func (RecurrenceScheduleArgs) ToRecurrenceScheduleOutputWithContext

func (i RecurrenceScheduleArgs) ToRecurrenceScheduleOutputWithContext(ctx context.Context) RecurrenceScheduleOutput

func (RecurrenceScheduleArgs) ToRecurrenceSchedulePtrOutput

func (i RecurrenceScheduleArgs) ToRecurrenceSchedulePtrOutput() RecurrenceSchedulePtrOutput

func (RecurrenceScheduleArgs) ToRecurrenceSchedulePtrOutputWithContext

func (i RecurrenceScheduleArgs) ToRecurrenceSchedulePtrOutputWithContext(ctx context.Context) RecurrenceSchedulePtrOutput

type RecurrenceScheduleInput

type RecurrenceScheduleInput interface {
	pulumi.Input

	ToRecurrenceScheduleOutput() RecurrenceScheduleOutput
	ToRecurrenceScheduleOutputWithContext(context.Context) RecurrenceScheduleOutput
}

RecurrenceScheduleInput is an input type that accepts RecurrenceScheduleArgs and RecurrenceScheduleOutput values. You can construct a concrete instance of `RecurrenceScheduleInput` via:

RecurrenceScheduleArgs{...}

type RecurrenceScheduleOccurrence

type RecurrenceScheduleOccurrence struct {
	// The day of the week.
	Day *string `pulumi:"day"`
	// The occurrence.
	Occurrence *int `pulumi:"occurrence"`
}

The recurrence schedule occurrence.

type RecurrenceScheduleOccurrenceArgs

type RecurrenceScheduleOccurrenceArgs struct {
	// The day of the week.
	Day *DayOfWeek `pulumi:"day"`
	// The occurrence.
	Occurrence pulumi.IntPtrInput `pulumi:"occurrence"`
}

The recurrence schedule occurrence.

func (RecurrenceScheduleOccurrenceArgs) ElementType

func (RecurrenceScheduleOccurrenceArgs) ToRecurrenceScheduleOccurrenceOutput

func (i RecurrenceScheduleOccurrenceArgs) ToRecurrenceScheduleOccurrenceOutput() RecurrenceScheduleOccurrenceOutput

func (RecurrenceScheduleOccurrenceArgs) ToRecurrenceScheduleOccurrenceOutputWithContext

func (i RecurrenceScheduleOccurrenceArgs) ToRecurrenceScheduleOccurrenceOutputWithContext(ctx context.Context) RecurrenceScheduleOccurrenceOutput

type RecurrenceScheduleOccurrenceArray

type RecurrenceScheduleOccurrenceArray []RecurrenceScheduleOccurrenceInput

func (RecurrenceScheduleOccurrenceArray) ElementType

func (RecurrenceScheduleOccurrenceArray) ToRecurrenceScheduleOccurrenceArrayOutput

func (i RecurrenceScheduleOccurrenceArray) ToRecurrenceScheduleOccurrenceArrayOutput() RecurrenceScheduleOccurrenceArrayOutput

func (RecurrenceScheduleOccurrenceArray) ToRecurrenceScheduleOccurrenceArrayOutputWithContext

func (i RecurrenceScheduleOccurrenceArray) ToRecurrenceScheduleOccurrenceArrayOutputWithContext(ctx context.Context) RecurrenceScheduleOccurrenceArrayOutput

type RecurrenceScheduleOccurrenceArrayInput

type RecurrenceScheduleOccurrenceArrayInput interface {
	pulumi.Input

	ToRecurrenceScheduleOccurrenceArrayOutput() RecurrenceScheduleOccurrenceArrayOutput
	ToRecurrenceScheduleOccurrenceArrayOutputWithContext(context.Context) RecurrenceScheduleOccurrenceArrayOutput
}

RecurrenceScheduleOccurrenceArrayInput is an input type that accepts RecurrenceScheduleOccurrenceArray and RecurrenceScheduleOccurrenceArrayOutput values. You can construct a concrete instance of `RecurrenceScheduleOccurrenceArrayInput` via:

RecurrenceScheduleOccurrenceArray{ RecurrenceScheduleOccurrenceArgs{...} }

type RecurrenceScheduleOccurrenceArrayOutput

type RecurrenceScheduleOccurrenceArrayOutput struct{ *pulumi.OutputState }

func (RecurrenceScheduleOccurrenceArrayOutput) ElementType

func (RecurrenceScheduleOccurrenceArrayOutput) Index

func (RecurrenceScheduleOccurrenceArrayOutput) ToRecurrenceScheduleOccurrenceArrayOutput

func (o RecurrenceScheduleOccurrenceArrayOutput) ToRecurrenceScheduleOccurrenceArrayOutput() RecurrenceScheduleOccurrenceArrayOutput

func (RecurrenceScheduleOccurrenceArrayOutput) ToRecurrenceScheduleOccurrenceArrayOutputWithContext

func (o RecurrenceScheduleOccurrenceArrayOutput) ToRecurrenceScheduleOccurrenceArrayOutputWithContext(ctx context.Context) RecurrenceScheduleOccurrenceArrayOutput

type RecurrenceScheduleOccurrenceInput

type RecurrenceScheduleOccurrenceInput interface {
	pulumi.Input

	ToRecurrenceScheduleOccurrenceOutput() RecurrenceScheduleOccurrenceOutput
	ToRecurrenceScheduleOccurrenceOutputWithContext(context.Context) RecurrenceScheduleOccurrenceOutput
}

RecurrenceScheduleOccurrenceInput is an input type that accepts RecurrenceScheduleOccurrenceArgs and RecurrenceScheduleOccurrenceOutput values. You can construct a concrete instance of `RecurrenceScheduleOccurrenceInput` via:

RecurrenceScheduleOccurrenceArgs{...}

type RecurrenceScheduleOccurrenceOutput

type RecurrenceScheduleOccurrenceOutput struct{ *pulumi.OutputState }

The recurrence schedule occurrence.

func (RecurrenceScheduleOccurrenceOutput) Day

The day of the week.

func (RecurrenceScheduleOccurrenceOutput) ElementType

func (RecurrenceScheduleOccurrenceOutput) Occurrence

The occurrence.

func (RecurrenceScheduleOccurrenceOutput) ToRecurrenceScheduleOccurrenceOutput

func (o RecurrenceScheduleOccurrenceOutput) ToRecurrenceScheduleOccurrenceOutput() RecurrenceScheduleOccurrenceOutput

func (RecurrenceScheduleOccurrenceOutput) ToRecurrenceScheduleOccurrenceOutputWithContext

func (o RecurrenceScheduleOccurrenceOutput) ToRecurrenceScheduleOccurrenceOutputWithContext(ctx context.Context) RecurrenceScheduleOccurrenceOutput

type RecurrenceScheduleOccurrenceResponse

type RecurrenceScheduleOccurrenceResponse struct {
	// The day of the week.
	Day *string `pulumi:"day"`
	// The occurrence.
	Occurrence *int `pulumi:"occurrence"`
}

The recurrence schedule occurrence.

type RecurrenceScheduleOccurrenceResponseArgs

type RecurrenceScheduleOccurrenceResponseArgs struct {
	// The day of the week.
	Day pulumi.StringPtrInput `pulumi:"day"`
	// The occurrence.
	Occurrence pulumi.IntPtrInput `pulumi:"occurrence"`
}

The recurrence schedule occurrence.

func (RecurrenceScheduleOccurrenceResponseArgs) ElementType

func (RecurrenceScheduleOccurrenceResponseArgs) ToRecurrenceScheduleOccurrenceResponseOutput

func (i RecurrenceScheduleOccurrenceResponseArgs) ToRecurrenceScheduleOccurrenceResponseOutput() RecurrenceScheduleOccurrenceResponseOutput

func (RecurrenceScheduleOccurrenceResponseArgs) ToRecurrenceScheduleOccurrenceResponseOutputWithContext

func (i RecurrenceScheduleOccurrenceResponseArgs) ToRecurrenceScheduleOccurrenceResponseOutputWithContext(ctx context.Context) RecurrenceScheduleOccurrenceResponseOutput

type RecurrenceScheduleOccurrenceResponseArray

type RecurrenceScheduleOccurrenceResponseArray []RecurrenceScheduleOccurrenceResponseInput

func (RecurrenceScheduleOccurrenceResponseArray) ElementType

func (RecurrenceScheduleOccurrenceResponseArray) ToRecurrenceScheduleOccurrenceResponseArrayOutput

func (i RecurrenceScheduleOccurrenceResponseArray) ToRecurrenceScheduleOccurrenceResponseArrayOutput() RecurrenceScheduleOccurrenceResponseArrayOutput

func (RecurrenceScheduleOccurrenceResponseArray) ToRecurrenceScheduleOccurrenceResponseArrayOutputWithContext

func (i RecurrenceScheduleOccurrenceResponseArray) ToRecurrenceScheduleOccurrenceResponseArrayOutputWithContext(ctx context.Context) RecurrenceScheduleOccurrenceResponseArrayOutput

type RecurrenceScheduleOccurrenceResponseArrayInput

type RecurrenceScheduleOccurrenceResponseArrayInput interface {
	pulumi.Input

	ToRecurrenceScheduleOccurrenceResponseArrayOutput() RecurrenceScheduleOccurrenceResponseArrayOutput
	ToRecurrenceScheduleOccurrenceResponseArrayOutputWithContext(context.Context) RecurrenceScheduleOccurrenceResponseArrayOutput
}

RecurrenceScheduleOccurrenceResponseArrayInput is an input type that accepts RecurrenceScheduleOccurrenceResponseArray and RecurrenceScheduleOccurrenceResponseArrayOutput values. You can construct a concrete instance of `RecurrenceScheduleOccurrenceResponseArrayInput` via:

RecurrenceScheduleOccurrenceResponseArray{ RecurrenceScheduleOccurrenceResponseArgs{...} }

type RecurrenceScheduleOccurrenceResponseArrayOutput

type RecurrenceScheduleOccurrenceResponseArrayOutput struct{ *pulumi.OutputState }

func (RecurrenceScheduleOccurrenceResponseArrayOutput) ElementType

func (RecurrenceScheduleOccurrenceResponseArrayOutput) Index

func (RecurrenceScheduleOccurrenceResponseArrayOutput) ToRecurrenceScheduleOccurrenceResponseArrayOutput

func (o RecurrenceScheduleOccurrenceResponseArrayOutput) ToRecurrenceScheduleOccurrenceResponseArrayOutput() RecurrenceScheduleOccurrenceResponseArrayOutput

func (RecurrenceScheduleOccurrenceResponseArrayOutput) ToRecurrenceScheduleOccurrenceResponseArrayOutputWithContext

func (o RecurrenceScheduleOccurrenceResponseArrayOutput) ToRecurrenceScheduleOccurrenceResponseArrayOutputWithContext(ctx context.Context) RecurrenceScheduleOccurrenceResponseArrayOutput

type RecurrenceScheduleOccurrenceResponseInput

type RecurrenceScheduleOccurrenceResponseInput interface {
	pulumi.Input

	ToRecurrenceScheduleOccurrenceResponseOutput() RecurrenceScheduleOccurrenceResponseOutput
	ToRecurrenceScheduleOccurrenceResponseOutputWithContext(context.Context) RecurrenceScheduleOccurrenceResponseOutput
}

RecurrenceScheduleOccurrenceResponseInput is an input type that accepts RecurrenceScheduleOccurrenceResponseArgs and RecurrenceScheduleOccurrenceResponseOutput values. You can construct a concrete instance of `RecurrenceScheduleOccurrenceResponseInput` via:

RecurrenceScheduleOccurrenceResponseArgs{...}

type RecurrenceScheduleOccurrenceResponseOutput

type RecurrenceScheduleOccurrenceResponseOutput struct{ *pulumi.OutputState }

The recurrence schedule occurrence.

func (RecurrenceScheduleOccurrenceResponseOutput) Day

The day of the week.

func (RecurrenceScheduleOccurrenceResponseOutput) ElementType

func (RecurrenceScheduleOccurrenceResponseOutput) Occurrence

The occurrence.

func (RecurrenceScheduleOccurrenceResponseOutput) ToRecurrenceScheduleOccurrenceResponseOutput

func (o RecurrenceScheduleOccurrenceResponseOutput) ToRecurrenceScheduleOccurrenceResponseOutput() RecurrenceScheduleOccurrenceResponseOutput

func (RecurrenceScheduleOccurrenceResponseOutput) ToRecurrenceScheduleOccurrenceResponseOutputWithContext

func (o RecurrenceScheduleOccurrenceResponseOutput) ToRecurrenceScheduleOccurrenceResponseOutputWithContext(ctx context.Context) RecurrenceScheduleOccurrenceResponseOutput

type RecurrenceScheduleOutput

type RecurrenceScheduleOutput struct{ *pulumi.OutputState }

The recurrence schedule.

func (RecurrenceScheduleOutput) ElementType

func (RecurrenceScheduleOutput) ElementType() reflect.Type

func (RecurrenceScheduleOutput) Hours

The hours.

func (RecurrenceScheduleOutput) Minutes

The minutes.

func (RecurrenceScheduleOutput) MonthDays

The month days.

func (RecurrenceScheduleOutput) MonthlyOccurrences

The monthly occurrences.

func (RecurrenceScheduleOutput) ToRecurrenceScheduleOutput

func (o RecurrenceScheduleOutput) ToRecurrenceScheduleOutput() RecurrenceScheduleOutput

func (RecurrenceScheduleOutput) ToRecurrenceScheduleOutputWithContext

func (o RecurrenceScheduleOutput) ToRecurrenceScheduleOutputWithContext(ctx context.Context) RecurrenceScheduleOutput

func (RecurrenceScheduleOutput) ToRecurrenceSchedulePtrOutput

func (o RecurrenceScheduleOutput) ToRecurrenceSchedulePtrOutput() RecurrenceSchedulePtrOutput

func (RecurrenceScheduleOutput) ToRecurrenceSchedulePtrOutputWithContext

func (o RecurrenceScheduleOutput) ToRecurrenceSchedulePtrOutputWithContext(ctx context.Context) RecurrenceSchedulePtrOutput

func (RecurrenceScheduleOutput) WeekDays

The days of the week.

type RecurrenceSchedulePtrInput

type RecurrenceSchedulePtrInput interface {
	pulumi.Input

	ToRecurrenceSchedulePtrOutput() RecurrenceSchedulePtrOutput
	ToRecurrenceSchedulePtrOutputWithContext(context.Context) RecurrenceSchedulePtrOutput
}

RecurrenceSchedulePtrInput is an input type that accepts RecurrenceScheduleArgs, RecurrenceSchedulePtr and RecurrenceSchedulePtrOutput values. You can construct a concrete instance of `RecurrenceSchedulePtrInput` via:

        RecurrenceScheduleArgs{...}

or:

        nil

type RecurrenceSchedulePtrOutput

type RecurrenceSchedulePtrOutput struct{ *pulumi.OutputState }

func (RecurrenceSchedulePtrOutput) Elem

func (RecurrenceSchedulePtrOutput) ElementType

func (RecurrenceSchedulePtrOutput) Hours

The hours.

func (RecurrenceSchedulePtrOutput) Minutes

The minutes.

func (RecurrenceSchedulePtrOutput) MonthDays

The month days.

func (RecurrenceSchedulePtrOutput) MonthlyOccurrences

The monthly occurrences.

func (RecurrenceSchedulePtrOutput) ToRecurrenceSchedulePtrOutput

func (o RecurrenceSchedulePtrOutput) ToRecurrenceSchedulePtrOutput() RecurrenceSchedulePtrOutput

func (RecurrenceSchedulePtrOutput) ToRecurrenceSchedulePtrOutputWithContext

func (o RecurrenceSchedulePtrOutput) ToRecurrenceSchedulePtrOutputWithContext(ctx context.Context) RecurrenceSchedulePtrOutput

func (RecurrenceSchedulePtrOutput) WeekDays

The days of the week.

type RecurrenceScheduleResponse

type RecurrenceScheduleResponse struct {
	// The hours.
	Hours []int `pulumi:"hours"`
	// The minutes.
	Minutes []int `pulumi:"minutes"`
	// The month days.
	MonthDays []int `pulumi:"monthDays"`
	// The monthly occurrences.
	MonthlyOccurrences []RecurrenceScheduleOccurrenceResponse `pulumi:"monthlyOccurrences"`
	// The days of the week.
	WeekDays []string `pulumi:"weekDays"`
}

The recurrence schedule.

type RecurrenceScheduleResponseArgs

type RecurrenceScheduleResponseArgs struct {
	// The hours.
	Hours pulumi.IntArrayInput `pulumi:"hours"`
	// The minutes.
	Minutes pulumi.IntArrayInput `pulumi:"minutes"`
	// The month days.
	MonthDays pulumi.IntArrayInput `pulumi:"monthDays"`
	// The monthly occurrences.
	MonthlyOccurrences RecurrenceScheduleOccurrenceResponseArrayInput `pulumi:"monthlyOccurrences"`
	// The days of the week.
	WeekDays pulumi.StringArrayInput `pulumi:"weekDays"`
}

The recurrence schedule.

func (RecurrenceScheduleResponseArgs) ElementType

func (RecurrenceScheduleResponseArgs) ToRecurrenceScheduleResponseOutput

func (i RecurrenceScheduleResponseArgs) ToRecurrenceScheduleResponseOutput() RecurrenceScheduleResponseOutput

func (RecurrenceScheduleResponseArgs) ToRecurrenceScheduleResponseOutputWithContext

func (i RecurrenceScheduleResponseArgs) ToRecurrenceScheduleResponseOutputWithContext(ctx context.Context) RecurrenceScheduleResponseOutput

func (RecurrenceScheduleResponseArgs) ToRecurrenceScheduleResponsePtrOutput

func (i RecurrenceScheduleResponseArgs) ToRecurrenceScheduleResponsePtrOutput() RecurrenceScheduleResponsePtrOutput

func (RecurrenceScheduleResponseArgs) ToRecurrenceScheduleResponsePtrOutputWithContext

func (i RecurrenceScheduleResponseArgs) ToRecurrenceScheduleResponsePtrOutputWithContext(ctx context.Context) RecurrenceScheduleResponsePtrOutput

type RecurrenceScheduleResponseInput

type RecurrenceScheduleResponseInput interface {
	pulumi.Input

	ToRecurrenceScheduleResponseOutput() RecurrenceScheduleResponseOutput
	ToRecurrenceScheduleResponseOutputWithContext(context.Context) RecurrenceScheduleResponseOutput
}

RecurrenceScheduleResponseInput is an input type that accepts RecurrenceScheduleResponseArgs and RecurrenceScheduleResponseOutput values. You can construct a concrete instance of `RecurrenceScheduleResponseInput` via:

RecurrenceScheduleResponseArgs{...}

type RecurrenceScheduleResponseOutput

type RecurrenceScheduleResponseOutput struct{ *pulumi.OutputState }

The recurrence schedule.

func (RecurrenceScheduleResponseOutput) ElementType

func (RecurrenceScheduleResponseOutput) Hours

The hours.

func (RecurrenceScheduleResponseOutput) Minutes

The minutes.

func (RecurrenceScheduleResponseOutput) MonthDays

The month days.

func (RecurrenceScheduleResponseOutput) MonthlyOccurrences

The monthly occurrences.

func (RecurrenceScheduleResponseOutput) ToRecurrenceScheduleResponseOutput

func (o RecurrenceScheduleResponseOutput) ToRecurrenceScheduleResponseOutput() RecurrenceScheduleResponseOutput

func (RecurrenceScheduleResponseOutput) ToRecurrenceScheduleResponseOutputWithContext

func (o RecurrenceScheduleResponseOutput) ToRecurrenceScheduleResponseOutputWithContext(ctx context.Context) RecurrenceScheduleResponseOutput

func (RecurrenceScheduleResponseOutput) ToRecurrenceScheduleResponsePtrOutput

func (o RecurrenceScheduleResponseOutput) ToRecurrenceScheduleResponsePtrOutput() RecurrenceScheduleResponsePtrOutput

func (RecurrenceScheduleResponseOutput) ToRecurrenceScheduleResponsePtrOutputWithContext

func (o RecurrenceScheduleResponseOutput) ToRecurrenceScheduleResponsePtrOutputWithContext(ctx context.Context) RecurrenceScheduleResponsePtrOutput

func (RecurrenceScheduleResponseOutput) WeekDays

The days of the week.

type RecurrenceScheduleResponsePtrInput

type RecurrenceScheduleResponsePtrInput interface {
	pulumi.Input

	ToRecurrenceScheduleResponsePtrOutput() RecurrenceScheduleResponsePtrOutput
	ToRecurrenceScheduleResponsePtrOutputWithContext(context.Context) RecurrenceScheduleResponsePtrOutput
}

RecurrenceScheduleResponsePtrInput is an input type that accepts RecurrenceScheduleResponseArgs, RecurrenceScheduleResponsePtr and RecurrenceScheduleResponsePtrOutput values. You can construct a concrete instance of `RecurrenceScheduleResponsePtrInput` via:

        RecurrenceScheduleResponseArgs{...}

or:

        nil

type RecurrenceScheduleResponsePtrOutput

type RecurrenceScheduleResponsePtrOutput struct{ *pulumi.OutputState }

func (RecurrenceScheduleResponsePtrOutput) Elem

func (RecurrenceScheduleResponsePtrOutput) ElementType

func (RecurrenceScheduleResponsePtrOutput) Hours

The hours.

func (RecurrenceScheduleResponsePtrOutput) Minutes

The minutes.

func (RecurrenceScheduleResponsePtrOutput) MonthDays

The month days.

func (RecurrenceScheduleResponsePtrOutput) MonthlyOccurrences

The monthly occurrences.

func (RecurrenceScheduleResponsePtrOutput) ToRecurrenceScheduleResponsePtrOutput

func (o RecurrenceScheduleResponsePtrOutput) ToRecurrenceScheduleResponsePtrOutput() RecurrenceScheduleResponsePtrOutput

func (RecurrenceScheduleResponsePtrOutput) ToRecurrenceScheduleResponsePtrOutputWithContext

func (o RecurrenceScheduleResponsePtrOutput) ToRecurrenceScheduleResponsePtrOutputWithContext(ctx context.Context) RecurrenceScheduleResponsePtrOutput

func (RecurrenceScheduleResponsePtrOutput) WeekDays

The days of the week.

type ResourceReferenceResponse

type ResourceReferenceResponse struct {
	// The resource id.
	Id string `pulumi:"id"`
	// Gets the resource name.
	Name string `pulumi:"name"`
	// Gets the resource type.
	Type string `pulumi:"type"`
}

The resource reference.

type ResourceReferenceResponseArgs

type ResourceReferenceResponseArgs struct {
	// The resource id.
	Id pulumi.StringInput `pulumi:"id"`
	// Gets the resource name.
	Name pulumi.StringInput `pulumi:"name"`
	// Gets the resource type.
	Type pulumi.StringInput `pulumi:"type"`
}

The resource reference.

func (ResourceReferenceResponseArgs) ElementType

func (ResourceReferenceResponseArgs) ToResourceReferenceResponseOutput

func (i ResourceReferenceResponseArgs) ToResourceReferenceResponseOutput() ResourceReferenceResponseOutput

func (ResourceReferenceResponseArgs) ToResourceReferenceResponseOutputWithContext

func (i ResourceReferenceResponseArgs) ToResourceReferenceResponseOutputWithContext(ctx context.Context) ResourceReferenceResponseOutput

func (ResourceReferenceResponseArgs) ToResourceReferenceResponsePtrOutput

func (i ResourceReferenceResponseArgs) ToResourceReferenceResponsePtrOutput() ResourceReferenceResponsePtrOutput

func (ResourceReferenceResponseArgs) ToResourceReferenceResponsePtrOutputWithContext

func (i ResourceReferenceResponseArgs) ToResourceReferenceResponsePtrOutputWithContext(ctx context.Context) ResourceReferenceResponsePtrOutput

type ResourceReferenceResponseInput

type ResourceReferenceResponseInput interface {
	pulumi.Input

	ToResourceReferenceResponseOutput() ResourceReferenceResponseOutput
	ToResourceReferenceResponseOutputWithContext(context.Context) ResourceReferenceResponseOutput
}

ResourceReferenceResponseInput is an input type that accepts ResourceReferenceResponseArgs and ResourceReferenceResponseOutput values. You can construct a concrete instance of `ResourceReferenceResponseInput` via:

ResourceReferenceResponseArgs{...}

type ResourceReferenceResponseOutput

type ResourceReferenceResponseOutput struct{ *pulumi.OutputState }

The resource reference.

func (ResourceReferenceResponseOutput) ElementType

func (ResourceReferenceResponseOutput) Id

The resource id.

func (ResourceReferenceResponseOutput) Name

Gets the resource name.

func (ResourceReferenceResponseOutput) ToResourceReferenceResponseOutput

func (o ResourceReferenceResponseOutput) ToResourceReferenceResponseOutput() ResourceReferenceResponseOutput

func (ResourceReferenceResponseOutput) ToResourceReferenceResponseOutputWithContext

func (o ResourceReferenceResponseOutput) ToResourceReferenceResponseOutputWithContext(ctx context.Context) ResourceReferenceResponseOutput

func (ResourceReferenceResponseOutput) ToResourceReferenceResponsePtrOutput

func (o ResourceReferenceResponseOutput) ToResourceReferenceResponsePtrOutput() ResourceReferenceResponsePtrOutput

func (ResourceReferenceResponseOutput) ToResourceReferenceResponsePtrOutputWithContext

func (o ResourceReferenceResponseOutput) ToResourceReferenceResponsePtrOutputWithContext(ctx context.Context) ResourceReferenceResponsePtrOutput

func (ResourceReferenceResponseOutput) Type

Gets the resource type.

type ResourceReferenceResponsePtrInput

type ResourceReferenceResponsePtrInput interface {
	pulumi.Input

	ToResourceReferenceResponsePtrOutput() ResourceReferenceResponsePtrOutput
	ToResourceReferenceResponsePtrOutputWithContext(context.Context) ResourceReferenceResponsePtrOutput
}

ResourceReferenceResponsePtrInput is an input type that accepts ResourceReferenceResponseArgs, ResourceReferenceResponsePtr and ResourceReferenceResponsePtrOutput values. You can construct a concrete instance of `ResourceReferenceResponsePtrInput` via:

        ResourceReferenceResponseArgs{...}

or:

        nil

type ResourceReferenceResponsePtrOutput

type ResourceReferenceResponsePtrOutput struct{ *pulumi.OutputState }

func (ResourceReferenceResponsePtrOutput) Elem

func (ResourceReferenceResponsePtrOutput) ElementType

func (ResourceReferenceResponsePtrOutput) Id

The resource id.

func (ResourceReferenceResponsePtrOutput) Name

Gets the resource name.

func (ResourceReferenceResponsePtrOutput) ToResourceReferenceResponsePtrOutput

func (o ResourceReferenceResponsePtrOutput) ToResourceReferenceResponsePtrOutput() ResourceReferenceResponsePtrOutput

func (ResourceReferenceResponsePtrOutput) ToResourceReferenceResponsePtrOutputWithContext

func (o ResourceReferenceResponsePtrOutput) ToResourceReferenceResponsePtrOutputWithContext(ctx context.Context) ResourceReferenceResponsePtrOutput

func (ResourceReferenceResponsePtrOutput) Type

Gets the resource type.

type RosettaNetActionType added in v0.3.1

type RosettaNetActionType pulumi.String

The value indicating whether the RosettaNet PIP is used for a single action.

func (RosettaNetActionType) ElementType added in v0.3.1

func (RosettaNetActionType) ElementType() reflect.Type

func (RosettaNetActionType) ToStringOutput added in v0.3.1

func (e RosettaNetActionType) ToStringOutput() pulumi.StringOutput

func (RosettaNetActionType) ToStringOutputWithContext added in v0.3.1

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

func (RosettaNetActionType) ToStringPtrOutput added in v0.3.1

func (e RosettaNetActionType) ToStringPtrOutput() pulumi.StringPtrOutput

func (RosettaNetActionType) ToStringPtrOutputWithContext added in v0.3.1

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

type RosettaNetPipAcknowledgmentOfReceiptSettings

type RosettaNetPipAcknowledgmentOfReceiptSettings struct {
	// The non-repudiation is required or not.
	IsNonRepudiationRequired bool `pulumi:"isNonRepudiationRequired"`
	// The time to acknowledge in seconds.
	TimeToAcknowledgeInSeconds int `pulumi:"timeToAcknowledgeInSeconds"`
}

The integration account RosettaNet ProcessConfiguration Acknowledgement settings.

type RosettaNetPipAcknowledgmentOfReceiptSettingsArgs

type RosettaNetPipAcknowledgmentOfReceiptSettingsArgs struct {
	// The non-repudiation is required or not.
	IsNonRepudiationRequired pulumi.BoolInput `pulumi:"isNonRepudiationRequired"`
	// The time to acknowledge in seconds.
	TimeToAcknowledgeInSeconds pulumi.IntInput `pulumi:"timeToAcknowledgeInSeconds"`
}

The integration account RosettaNet ProcessConfiguration Acknowledgement settings.

func (RosettaNetPipAcknowledgmentOfReceiptSettingsArgs) ElementType

func (RosettaNetPipAcknowledgmentOfReceiptSettingsArgs) ToRosettaNetPipAcknowledgmentOfReceiptSettingsOutput

func (i RosettaNetPipAcknowledgmentOfReceiptSettingsArgs) ToRosettaNetPipAcknowledgmentOfReceiptSettingsOutput() RosettaNetPipAcknowledgmentOfReceiptSettingsOutput

func (RosettaNetPipAcknowledgmentOfReceiptSettingsArgs) ToRosettaNetPipAcknowledgmentOfReceiptSettingsOutputWithContext

func (i RosettaNetPipAcknowledgmentOfReceiptSettingsArgs) ToRosettaNetPipAcknowledgmentOfReceiptSettingsOutputWithContext(ctx context.Context) RosettaNetPipAcknowledgmentOfReceiptSettingsOutput

func (RosettaNetPipAcknowledgmentOfReceiptSettingsArgs) ToRosettaNetPipAcknowledgmentOfReceiptSettingsPtrOutput

func (i RosettaNetPipAcknowledgmentOfReceiptSettingsArgs) ToRosettaNetPipAcknowledgmentOfReceiptSettingsPtrOutput() RosettaNetPipAcknowledgmentOfReceiptSettingsPtrOutput

func (RosettaNetPipAcknowledgmentOfReceiptSettingsArgs) ToRosettaNetPipAcknowledgmentOfReceiptSettingsPtrOutputWithContext

func (i RosettaNetPipAcknowledgmentOfReceiptSettingsArgs) ToRosettaNetPipAcknowledgmentOfReceiptSettingsPtrOutputWithContext(ctx context.Context) RosettaNetPipAcknowledgmentOfReceiptSettingsPtrOutput

type RosettaNetPipAcknowledgmentOfReceiptSettingsInput

type RosettaNetPipAcknowledgmentOfReceiptSettingsInput interface {
	pulumi.Input

	ToRosettaNetPipAcknowledgmentOfReceiptSettingsOutput() RosettaNetPipAcknowledgmentOfReceiptSettingsOutput
	ToRosettaNetPipAcknowledgmentOfReceiptSettingsOutputWithContext(context.Context) RosettaNetPipAcknowledgmentOfReceiptSettingsOutput
}

RosettaNetPipAcknowledgmentOfReceiptSettingsInput is an input type that accepts RosettaNetPipAcknowledgmentOfReceiptSettingsArgs and RosettaNetPipAcknowledgmentOfReceiptSettingsOutput values. You can construct a concrete instance of `RosettaNetPipAcknowledgmentOfReceiptSettingsInput` via:

RosettaNetPipAcknowledgmentOfReceiptSettingsArgs{...}

type RosettaNetPipAcknowledgmentOfReceiptSettingsOutput

type RosettaNetPipAcknowledgmentOfReceiptSettingsOutput struct{ *pulumi.OutputState }

The integration account RosettaNet ProcessConfiguration Acknowledgement settings.

func (RosettaNetPipAcknowledgmentOfReceiptSettingsOutput) ElementType

func (RosettaNetPipAcknowledgmentOfReceiptSettingsOutput) IsNonRepudiationRequired

The non-repudiation is required or not.

func (RosettaNetPipAcknowledgmentOfReceiptSettingsOutput) TimeToAcknowledgeInSeconds

The time to acknowledge in seconds.

func (RosettaNetPipAcknowledgmentOfReceiptSettingsOutput) ToRosettaNetPipAcknowledgmentOfReceiptSettingsOutput

func (o RosettaNetPipAcknowledgmentOfReceiptSettingsOutput) ToRosettaNetPipAcknowledgmentOfReceiptSettingsOutput() RosettaNetPipAcknowledgmentOfReceiptSettingsOutput

func (RosettaNetPipAcknowledgmentOfReceiptSettingsOutput) ToRosettaNetPipAcknowledgmentOfReceiptSettingsOutputWithContext

func (o RosettaNetPipAcknowledgmentOfReceiptSettingsOutput) ToRosettaNetPipAcknowledgmentOfReceiptSettingsOutputWithContext(ctx context.Context) RosettaNetPipAcknowledgmentOfReceiptSettingsOutput

func (RosettaNetPipAcknowledgmentOfReceiptSettingsOutput) ToRosettaNetPipAcknowledgmentOfReceiptSettingsPtrOutput

func (o RosettaNetPipAcknowledgmentOfReceiptSettingsOutput) ToRosettaNetPipAcknowledgmentOfReceiptSettingsPtrOutput() RosettaNetPipAcknowledgmentOfReceiptSettingsPtrOutput

func (RosettaNetPipAcknowledgmentOfReceiptSettingsOutput) ToRosettaNetPipAcknowledgmentOfReceiptSettingsPtrOutputWithContext

func (o RosettaNetPipAcknowledgmentOfReceiptSettingsOutput) ToRosettaNetPipAcknowledgmentOfReceiptSettingsPtrOutputWithContext(ctx context.Context) RosettaNetPipAcknowledgmentOfReceiptSettingsPtrOutput

type RosettaNetPipAcknowledgmentOfReceiptSettingsPtrInput

type RosettaNetPipAcknowledgmentOfReceiptSettingsPtrInput interface {
	pulumi.Input

	ToRosettaNetPipAcknowledgmentOfReceiptSettingsPtrOutput() RosettaNetPipAcknowledgmentOfReceiptSettingsPtrOutput
	ToRosettaNetPipAcknowledgmentOfReceiptSettingsPtrOutputWithContext(context.Context) RosettaNetPipAcknowledgmentOfReceiptSettingsPtrOutput
}

RosettaNetPipAcknowledgmentOfReceiptSettingsPtrInput is an input type that accepts RosettaNetPipAcknowledgmentOfReceiptSettingsArgs, RosettaNetPipAcknowledgmentOfReceiptSettingsPtr and RosettaNetPipAcknowledgmentOfReceiptSettingsPtrOutput values. You can construct a concrete instance of `RosettaNetPipAcknowledgmentOfReceiptSettingsPtrInput` via:

        RosettaNetPipAcknowledgmentOfReceiptSettingsArgs{...}

or:

        nil

type RosettaNetPipAcknowledgmentOfReceiptSettingsPtrOutput

type RosettaNetPipAcknowledgmentOfReceiptSettingsPtrOutput struct{ *pulumi.OutputState }

func (RosettaNetPipAcknowledgmentOfReceiptSettingsPtrOutput) Elem

func (RosettaNetPipAcknowledgmentOfReceiptSettingsPtrOutput) ElementType

func (RosettaNetPipAcknowledgmentOfReceiptSettingsPtrOutput) IsNonRepudiationRequired

The non-repudiation is required or not.

func (RosettaNetPipAcknowledgmentOfReceiptSettingsPtrOutput) TimeToAcknowledgeInSeconds

The time to acknowledge in seconds.

func (RosettaNetPipAcknowledgmentOfReceiptSettingsPtrOutput) ToRosettaNetPipAcknowledgmentOfReceiptSettingsPtrOutput

func (RosettaNetPipAcknowledgmentOfReceiptSettingsPtrOutput) ToRosettaNetPipAcknowledgmentOfReceiptSettingsPtrOutputWithContext

func (o RosettaNetPipAcknowledgmentOfReceiptSettingsPtrOutput) ToRosettaNetPipAcknowledgmentOfReceiptSettingsPtrOutputWithContext(ctx context.Context) RosettaNetPipAcknowledgmentOfReceiptSettingsPtrOutput

type RosettaNetPipAcknowledgmentOfReceiptSettingsResponse

type RosettaNetPipAcknowledgmentOfReceiptSettingsResponse struct {
	// The non-repudiation is required or not.
	IsNonRepudiationRequired bool `pulumi:"isNonRepudiationRequired"`
	// The time to acknowledge in seconds.
	TimeToAcknowledgeInSeconds int `pulumi:"timeToAcknowledgeInSeconds"`
}

The integration account RosettaNet ProcessConfiguration Acknowledgement settings.

type RosettaNetPipAcknowledgmentOfReceiptSettingsResponseArgs

type RosettaNetPipAcknowledgmentOfReceiptSettingsResponseArgs struct {
	// The non-repudiation is required or not.
	IsNonRepudiationRequired pulumi.BoolInput `pulumi:"isNonRepudiationRequired"`
	// The time to acknowledge in seconds.
	TimeToAcknowledgeInSeconds pulumi.IntInput `pulumi:"timeToAcknowledgeInSeconds"`
}

The integration account RosettaNet ProcessConfiguration Acknowledgement settings.

func (RosettaNetPipAcknowledgmentOfReceiptSettingsResponseArgs) ElementType

func (RosettaNetPipAcknowledgmentOfReceiptSettingsResponseArgs) ToRosettaNetPipAcknowledgmentOfReceiptSettingsResponseOutput

func (RosettaNetPipAcknowledgmentOfReceiptSettingsResponseArgs) ToRosettaNetPipAcknowledgmentOfReceiptSettingsResponseOutputWithContext

func (i RosettaNetPipAcknowledgmentOfReceiptSettingsResponseArgs) ToRosettaNetPipAcknowledgmentOfReceiptSettingsResponseOutputWithContext(ctx context.Context) RosettaNetPipAcknowledgmentOfReceiptSettingsResponseOutput

func (RosettaNetPipAcknowledgmentOfReceiptSettingsResponseArgs) ToRosettaNetPipAcknowledgmentOfReceiptSettingsResponsePtrOutput

func (i RosettaNetPipAcknowledgmentOfReceiptSettingsResponseArgs) ToRosettaNetPipAcknowledgmentOfReceiptSettingsResponsePtrOutput() RosettaNetPipAcknowledgmentOfReceiptSettingsResponsePtrOutput

func (RosettaNetPipAcknowledgmentOfReceiptSettingsResponseArgs) ToRosettaNetPipAcknowledgmentOfReceiptSettingsResponsePtrOutputWithContext

func (i RosettaNetPipAcknowledgmentOfReceiptSettingsResponseArgs) ToRosettaNetPipAcknowledgmentOfReceiptSettingsResponsePtrOutputWithContext(ctx context.Context) RosettaNetPipAcknowledgmentOfReceiptSettingsResponsePtrOutput

type RosettaNetPipAcknowledgmentOfReceiptSettingsResponseInput

type RosettaNetPipAcknowledgmentOfReceiptSettingsResponseInput interface {
	pulumi.Input

	ToRosettaNetPipAcknowledgmentOfReceiptSettingsResponseOutput() RosettaNetPipAcknowledgmentOfReceiptSettingsResponseOutput
	ToRosettaNetPipAcknowledgmentOfReceiptSettingsResponseOutputWithContext(context.Context) RosettaNetPipAcknowledgmentOfReceiptSettingsResponseOutput
}

RosettaNetPipAcknowledgmentOfReceiptSettingsResponseInput is an input type that accepts RosettaNetPipAcknowledgmentOfReceiptSettingsResponseArgs and RosettaNetPipAcknowledgmentOfReceiptSettingsResponseOutput values. You can construct a concrete instance of `RosettaNetPipAcknowledgmentOfReceiptSettingsResponseInput` via:

RosettaNetPipAcknowledgmentOfReceiptSettingsResponseArgs{...}

type RosettaNetPipAcknowledgmentOfReceiptSettingsResponseOutput

type RosettaNetPipAcknowledgmentOfReceiptSettingsResponseOutput struct{ *pulumi.OutputState }

The integration account RosettaNet ProcessConfiguration Acknowledgement settings.

func (RosettaNetPipAcknowledgmentOfReceiptSettingsResponseOutput) ElementType

func (RosettaNetPipAcknowledgmentOfReceiptSettingsResponseOutput) IsNonRepudiationRequired

The non-repudiation is required or not.

func (RosettaNetPipAcknowledgmentOfReceiptSettingsResponseOutput) TimeToAcknowledgeInSeconds

The time to acknowledge in seconds.

func (RosettaNetPipAcknowledgmentOfReceiptSettingsResponseOutput) ToRosettaNetPipAcknowledgmentOfReceiptSettingsResponseOutput

func (RosettaNetPipAcknowledgmentOfReceiptSettingsResponseOutput) ToRosettaNetPipAcknowledgmentOfReceiptSettingsResponseOutputWithContext

func (o RosettaNetPipAcknowledgmentOfReceiptSettingsResponseOutput) ToRosettaNetPipAcknowledgmentOfReceiptSettingsResponseOutputWithContext(ctx context.Context) RosettaNetPipAcknowledgmentOfReceiptSettingsResponseOutput

func (RosettaNetPipAcknowledgmentOfReceiptSettingsResponseOutput) ToRosettaNetPipAcknowledgmentOfReceiptSettingsResponsePtrOutput

func (RosettaNetPipAcknowledgmentOfReceiptSettingsResponseOutput) ToRosettaNetPipAcknowledgmentOfReceiptSettingsResponsePtrOutputWithContext

func (o RosettaNetPipAcknowledgmentOfReceiptSettingsResponseOutput) ToRosettaNetPipAcknowledgmentOfReceiptSettingsResponsePtrOutputWithContext(ctx context.Context) RosettaNetPipAcknowledgmentOfReceiptSettingsResponsePtrOutput

type RosettaNetPipAcknowledgmentOfReceiptSettingsResponsePtrInput

type RosettaNetPipAcknowledgmentOfReceiptSettingsResponsePtrInput interface {
	pulumi.Input

	ToRosettaNetPipAcknowledgmentOfReceiptSettingsResponsePtrOutput() RosettaNetPipAcknowledgmentOfReceiptSettingsResponsePtrOutput
	ToRosettaNetPipAcknowledgmentOfReceiptSettingsResponsePtrOutputWithContext(context.Context) RosettaNetPipAcknowledgmentOfReceiptSettingsResponsePtrOutput
}

RosettaNetPipAcknowledgmentOfReceiptSettingsResponsePtrInput is an input type that accepts RosettaNetPipAcknowledgmentOfReceiptSettingsResponseArgs, RosettaNetPipAcknowledgmentOfReceiptSettingsResponsePtr and RosettaNetPipAcknowledgmentOfReceiptSettingsResponsePtrOutput values. You can construct a concrete instance of `RosettaNetPipAcknowledgmentOfReceiptSettingsResponsePtrInput` via:

        RosettaNetPipAcknowledgmentOfReceiptSettingsResponseArgs{...}

or:

        nil

type RosettaNetPipAcknowledgmentOfReceiptSettingsResponsePtrOutput

type RosettaNetPipAcknowledgmentOfReceiptSettingsResponsePtrOutput struct{ *pulumi.OutputState }

func (RosettaNetPipAcknowledgmentOfReceiptSettingsResponsePtrOutput) Elem

func (RosettaNetPipAcknowledgmentOfReceiptSettingsResponsePtrOutput) ElementType

func (RosettaNetPipAcknowledgmentOfReceiptSettingsResponsePtrOutput) IsNonRepudiationRequired

The non-repudiation is required or not.

func (RosettaNetPipAcknowledgmentOfReceiptSettingsResponsePtrOutput) TimeToAcknowledgeInSeconds

The time to acknowledge in seconds.

func (RosettaNetPipAcknowledgmentOfReceiptSettingsResponsePtrOutput) ToRosettaNetPipAcknowledgmentOfReceiptSettingsResponsePtrOutput

func (RosettaNetPipAcknowledgmentOfReceiptSettingsResponsePtrOutput) ToRosettaNetPipAcknowledgmentOfReceiptSettingsResponsePtrOutputWithContext

func (o RosettaNetPipAcknowledgmentOfReceiptSettingsResponsePtrOutput) ToRosettaNetPipAcknowledgmentOfReceiptSettingsResponsePtrOutputWithContext(ctx context.Context) RosettaNetPipAcknowledgmentOfReceiptSettingsResponsePtrOutput

type RosettaNetPipActivityBehavior

type RosettaNetPipActivityBehavior struct {
	// The value indicating whether the RosettaNet PIP is used for a single action.
	ActionType string `pulumi:"actionType"`
	// The value indicating whether authorization is required.
	IsAuthorizationRequired bool `pulumi:"isAuthorizationRequired"`
	// The value indicating whether secured transport is required.
	IsSecuredTransportRequired bool `pulumi:"isSecuredTransportRequired"`
	// The value indicating whether non-repudiation is for origin and content.
	NonRepudiationOfOriginAndContent bool `pulumi:"nonRepudiationOfOriginAndContent"`
	// The persistent confidentiality encryption scope.
	PersistentConfidentialityScope string `pulumi:"persistentConfidentialityScope"`
	// The value indicating whether the RosettaNet PIP communication is synchronous.
	ResponseType string `pulumi:"responseType"`
	// The value indicating retry count.
	RetryCount int `pulumi:"retryCount"`
	// The time to perform in seconds.
	TimeToPerformInSeconds int `pulumi:"timeToPerformInSeconds"`
}

The integration account RosettaNet ProcessConfiguration activity behavior.

type RosettaNetPipActivityBehaviorArgs

type RosettaNetPipActivityBehaviorArgs struct {
	// The value indicating whether the RosettaNet PIP is used for a single action.
	ActionType RosettaNetActionType `pulumi:"actionType"`
	// The value indicating whether authorization is required.
	IsAuthorizationRequired pulumi.BoolInput `pulumi:"isAuthorizationRequired"`
	// The value indicating whether secured transport is required.
	IsSecuredTransportRequired pulumi.BoolInput `pulumi:"isSecuredTransportRequired"`
	// The value indicating whether non-repudiation is for origin and content.
	NonRepudiationOfOriginAndContent pulumi.BoolInput `pulumi:"nonRepudiationOfOriginAndContent"`
	// The persistent confidentiality encryption scope.
	PersistentConfidentialityScope RosettaNetPipConfidentialityScope `pulumi:"persistentConfidentialityScope"`
	// The value indicating whether the RosettaNet PIP communication is synchronous.
	ResponseType RosettaNetResponseType `pulumi:"responseType"`
	// The value indicating retry count.
	RetryCount pulumi.IntInput `pulumi:"retryCount"`
	// The time to perform in seconds.
	TimeToPerformInSeconds pulumi.IntInput `pulumi:"timeToPerformInSeconds"`
}

The integration account RosettaNet ProcessConfiguration activity behavior.

func (RosettaNetPipActivityBehaviorArgs) ElementType

func (RosettaNetPipActivityBehaviorArgs) ToRosettaNetPipActivityBehaviorOutput

func (i RosettaNetPipActivityBehaviorArgs) ToRosettaNetPipActivityBehaviorOutput() RosettaNetPipActivityBehaviorOutput

func (RosettaNetPipActivityBehaviorArgs) ToRosettaNetPipActivityBehaviorOutputWithContext

func (i RosettaNetPipActivityBehaviorArgs) ToRosettaNetPipActivityBehaviorOutputWithContext(ctx context.Context) RosettaNetPipActivityBehaviorOutput

func (RosettaNetPipActivityBehaviorArgs) ToRosettaNetPipActivityBehaviorPtrOutput

func (i RosettaNetPipActivityBehaviorArgs) ToRosettaNetPipActivityBehaviorPtrOutput() RosettaNetPipActivityBehaviorPtrOutput

func (RosettaNetPipActivityBehaviorArgs) ToRosettaNetPipActivityBehaviorPtrOutputWithContext

func (i RosettaNetPipActivityBehaviorArgs) ToRosettaNetPipActivityBehaviorPtrOutputWithContext(ctx context.Context) RosettaNetPipActivityBehaviorPtrOutput

type RosettaNetPipActivityBehaviorInput

type RosettaNetPipActivityBehaviorInput interface {
	pulumi.Input

	ToRosettaNetPipActivityBehaviorOutput() RosettaNetPipActivityBehaviorOutput
	ToRosettaNetPipActivityBehaviorOutputWithContext(context.Context) RosettaNetPipActivityBehaviorOutput
}

RosettaNetPipActivityBehaviorInput is an input type that accepts RosettaNetPipActivityBehaviorArgs and RosettaNetPipActivityBehaviorOutput values. You can construct a concrete instance of `RosettaNetPipActivityBehaviorInput` via:

RosettaNetPipActivityBehaviorArgs{...}

type RosettaNetPipActivityBehaviorOutput

type RosettaNetPipActivityBehaviorOutput struct{ *pulumi.OutputState }

The integration account RosettaNet ProcessConfiguration activity behavior.

func (RosettaNetPipActivityBehaviorOutput) ActionType

The value indicating whether the RosettaNet PIP is used for a single action.

func (RosettaNetPipActivityBehaviorOutput) ElementType

func (RosettaNetPipActivityBehaviorOutput) IsAuthorizationRequired

func (o RosettaNetPipActivityBehaviorOutput) IsAuthorizationRequired() pulumi.BoolOutput

The value indicating whether authorization is required.

func (RosettaNetPipActivityBehaviorOutput) IsSecuredTransportRequired

func (o RosettaNetPipActivityBehaviorOutput) IsSecuredTransportRequired() pulumi.BoolOutput

The value indicating whether secured transport is required.

func (RosettaNetPipActivityBehaviorOutput) NonRepudiationOfOriginAndContent

func (o RosettaNetPipActivityBehaviorOutput) NonRepudiationOfOriginAndContent() pulumi.BoolOutput

The value indicating whether non-repudiation is for origin and content.

func (RosettaNetPipActivityBehaviorOutput) PersistentConfidentialityScope

func (o RosettaNetPipActivityBehaviorOutput) PersistentConfidentialityScope() pulumi.StringOutput

The persistent confidentiality encryption scope.

func (RosettaNetPipActivityBehaviorOutput) ResponseType

The value indicating whether the RosettaNet PIP communication is synchronous.

func (RosettaNetPipActivityBehaviorOutput) RetryCount

The value indicating retry count.

func (RosettaNetPipActivityBehaviorOutput) TimeToPerformInSeconds

func (o RosettaNetPipActivityBehaviorOutput) TimeToPerformInSeconds() pulumi.IntOutput

The time to perform in seconds.

func (RosettaNetPipActivityBehaviorOutput) ToRosettaNetPipActivityBehaviorOutput

func (o RosettaNetPipActivityBehaviorOutput) ToRosettaNetPipActivityBehaviorOutput() RosettaNetPipActivityBehaviorOutput

func (RosettaNetPipActivityBehaviorOutput) ToRosettaNetPipActivityBehaviorOutputWithContext

func (o RosettaNetPipActivityBehaviorOutput) ToRosettaNetPipActivityBehaviorOutputWithContext(ctx context.Context) RosettaNetPipActivityBehaviorOutput

func (RosettaNetPipActivityBehaviorOutput) ToRosettaNetPipActivityBehaviorPtrOutput

func (o RosettaNetPipActivityBehaviorOutput) ToRosettaNetPipActivityBehaviorPtrOutput() RosettaNetPipActivityBehaviorPtrOutput

func (RosettaNetPipActivityBehaviorOutput) ToRosettaNetPipActivityBehaviorPtrOutputWithContext

func (o RosettaNetPipActivityBehaviorOutput) ToRosettaNetPipActivityBehaviorPtrOutputWithContext(ctx context.Context) RosettaNetPipActivityBehaviorPtrOutput

type RosettaNetPipActivityBehaviorPtrInput

type RosettaNetPipActivityBehaviorPtrInput interface {
	pulumi.Input

	ToRosettaNetPipActivityBehaviorPtrOutput() RosettaNetPipActivityBehaviorPtrOutput
	ToRosettaNetPipActivityBehaviorPtrOutputWithContext(context.Context) RosettaNetPipActivityBehaviorPtrOutput
}

RosettaNetPipActivityBehaviorPtrInput is an input type that accepts RosettaNetPipActivityBehaviorArgs, RosettaNetPipActivityBehaviorPtr and RosettaNetPipActivityBehaviorPtrOutput values. You can construct a concrete instance of `RosettaNetPipActivityBehaviorPtrInput` via:

        RosettaNetPipActivityBehaviorArgs{...}

or:

        nil

type RosettaNetPipActivityBehaviorPtrOutput

type RosettaNetPipActivityBehaviorPtrOutput struct{ *pulumi.OutputState }

func (RosettaNetPipActivityBehaviorPtrOutput) ActionType

The value indicating whether the RosettaNet PIP is used for a single action.

func (RosettaNetPipActivityBehaviorPtrOutput) Elem

func (RosettaNetPipActivityBehaviorPtrOutput) ElementType

func (RosettaNetPipActivityBehaviorPtrOutput) IsAuthorizationRequired

func (o RosettaNetPipActivityBehaviorPtrOutput) IsAuthorizationRequired() pulumi.BoolPtrOutput

The value indicating whether authorization is required.

func (RosettaNetPipActivityBehaviorPtrOutput) IsSecuredTransportRequired

func (o RosettaNetPipActivityBehaviorPtrOutput) IsSecuredTransportRequired() pulumi.BoolPtrOutput

The value indicating whether secured transport is required.

func (RosettaNetPipActivityBehaviorPtrOutput) NonRepudiationOfOriginAndContent

func (o RosettaNetPipActivityBehaviorPtrOutput) NonRepudiationOfOriginAndContent() pulumi.BoolPtrOutput

The value indicating whether non-repudiation is for origin and content.

func (RosettaNetPipActivityBehaviorPtrOutput) PersistentConfidentialityScope

func (o RosettaNetPipActivityBehaviorPtrOutput) PersistentConfidentialityScope() pulumi.StringPtrOutput

The persistent confidentiality encryption scope.

func (RosettaNetPipActivityBehaviorPtrOutput) ResponseType

The value indicating whether the RosettaNet PIP communication is synchronous.

func (RosettaNetPipActivityBehaviorPtrOutput) RetryCount

The value indicating retry count.

func (RosettaNetPipActivityBehaviorPtrOutput) TimeToPerformInSeconds

func (o RosettaNetPipActivityBehaviorPtrOutput) TimeToPerformInSeconds() pulumi.IntPtrOutput

The time to perform in seconds.

func (RosettaNetPipActivityBehaviorPtrOutput) ToRosettaNetPipActivityBehaviorPtrOutput

func (o RosettaNetPipActivityBehaviorPtrOutput) ToRosettaNetPipActivityBehaviorPtrOutput() RosettaNetPipActivityBehaviorPtrOutput

func (RosettaNetPipActivityBehaviorPtrOutput) ToRosettaNetPipActivityBehaviorPtrOutputWithContext

func (o RosettaNetPipActivityBehaviorPtrOutput) ToRosettaNetPipActivityBehaviorPtrOutputWithContext(ctx context.Context) RosettaNetPipActivityBehaviorPtrOutput

type RosettaNetPipActivityBehaviorResponse

type RosettaNetPipActivityBehaviorResponse struct {
	// The value indicating whether the RosettaNet PIP is used for a single action.
	ActionType string `pulumi:"actionType"`
	// The value indicating whether authorization is required.
	IsAuthorizationRequired bool `pulumi:"isAuthorizationRequired"`
	// The value indicating whether secured transport is required.
	IsSecuredTransportRequired bool `pulumi:"isSecuredTransportRequired"`
	// The value indicating whether non-repudiation is for origin and content.
	NonRepudiationOfOriginAndContent bool `pulumi:"nonRepudiationOfOriginAndContent"`
	// The persistent confidentiality encryption scope.
	PersistentConfidentialityScope string `pulumi:"persistentConfidentialityScope"`
	// The value indicating whether the RosettaNet PIP communication is synchronous.
	ResponseType string `pulumi:"responseType"`
	// The value indicating retry count.
	RetryCount int `pulumi:"retryCount"`
	// The time to perform in seconds.
	TimeToPerformInSeconds int `pulumi:"timeToPerformInSeconds"`
}

The integration account RosettaNet ProcessConfiguration activity behavior.

type RosettaNetPipActivityBehaviorResponseArgs

type RosettaNetPipActivityBehaviorResponseArgs struct {
	// The value indicating whether the RosettaNet PIP is used for a single action.
	ActionType pulumi.StringInput `pulumi:"actionType"`
	// The value indicating whether authorization is required.
	IsAuthorizationRequired pulumi.BoolInput `pulumi:"isAuthorizationRequired"`
	// The value indicating whether secured transport is required.
	IsSecuredTransportRequired pulumi.BoolInput `pulumi:"isSecuredTransportRequired"`
	// The value indicating whether non-repudiation is for origin and content.
	NonRepudiationOfOriginAndContent pulumi.BoolInput `pulumi:"nonRepudiationOfOriginAndContent"`
	// The persistent confidentiality encryption scope.
	PersistentConfidentialityScope pulumi.StringInput `pulumi:"persistentConfidentialityScope"`
	// The value indicating whether the RosettaNet PIP communication is synchronous.
	ResponseType pulumi.StringInput `pulumi:"responseType"`
	// The value indicating retry count.
	RetryCount pulumi.IntInput `pulumi:"retryCount"`
	// The time to perform in seconds.
	TimeToPerformInSeconds pulumi.IntInput `pulumi:"timeToPerformInSeconds"`
}

The integration account RosettaNet ProcessConfiguration activity behavior.

func (RosettaNetPipActivityBehaviorResponseArgs) ElementType

func (RosettaNetPipActivityBehaviorResponseArgs) ToRosettaNetPipActivityBehaviorResponseOutput

func (i RosettaNetPipActivityBehaviorResponseArgs) ToRosettaNetPipActivityBehaviorResponseOutput() RosettaNetPipActivityBehaviorResponseOutput

func (RosettaNetPipActivityBehaviorResponseArgs) ToRosettaNetPipActivityBehaviorResponseOutputWithContext

func (i RosettaNetPipActivityBehaviorResponseArgs) ToRosettaNetPipActivityBehaviorResponseOutputWithContext(ctx context.Context) RosettaNetPipActivityBehaviorResponseOutput

func (RosettaNetPipActivityBehaviorResponseArgs) ToRosettaNetPipActivityBehaviorResponsePtrOutput

func (i RosettaNetPipActivityBehaviorResponseArgs) ToRosettaNetPipActivityBehaviorResponsePtrOutput() RosettaNetPipActivityBehaviorResponsePtrOutput

func (RosettaNetPipActivityBehaviorResponseArgs) ToRosettaNetPipActivityBehaviorResponsePtrOutputWithContext

func (i RosettaNetPipActivityBehaviorResponseArgs) ToRosettaNetPipActivityBehaviorResponsePtrOutputWithContext(ctx context.Context) RosettaNetPipActivityBehaviorResponsePtrOutput

type RosettaNetPipActivityBehaviorResponseInput

type RosettaNetPipActivityBehaviorResponseInput interface {
	pulumi.Input

	ToRosettaNetPipActivityBehaviorResponseOutput() RosettaNetPipActivityBehaviorResponseOutput
	ToRosettaNetPipActivityBehaviorResponseOutputWithContext(context.Context) RosettaNetPipActivityBehaviorResponseOutput
}

RosettaNetPipActivityBehaviorResponseInput is an input type that accepts RosettaNetPipActivityBehaviorResponseArgs and RosettaNetPipActivityBehaviorResponseOutput values. You can construct a concrete instance of `RosettaNetPipActivityBehaviorResponseInput` via:

RosettaNetPipActivityBehaviorResponseArgs{...}

type RosettaNetPipActivityBehaviorResponseOutput

type RosettaNetPipActivityBehaviorResponseOutput struct{ *pulumi.OutputState }

The integration account RosettaNet ProcessConfiguration activity behavior.

func (RosettaNetPipActivityBehaviorResponseOutput) ActionType

The value indicating whether the RosettaNet PIP is used for a single action.

func (RosettaNetPipActivityBehaviorResponseOutput) ElementType

func (RosettaNetPipActivityBehaviorResponseOutput) IsAuthorizationRequired

The value indicating whether authorization is required.

func (RosettaNetPipActivityBehaviorResponseOutput) IsSecuredTransportRequired

func (o RosettaNetPipActivityBehaviorResponseOutput) IsSecuredTransportRequired() pulumi.BoolOutput

The value indicating whether secured transport is required.

func (RosettaNetPipActivityBehaviorResponseOutput) NonRepudiationOfOriginAndContent

func (o RosettaNetPipActivityBehaviorResponseOutput) NonRepudiationOfOriginAndContent() pulumi.BoolOutput

The value indicating whether non-repudiation is for origin and content.

func (RosettaNetPipActivityBehaviorResponseOutput) PersistentConfidentialityScope

func (o RosettaNetPipActivityBehaviorResponseOutput) PersistentConfidentialityScope() pulumi.StringOutput

The persistent confidentiality encryption scope.

func (RosettaNetPipActivityBehaviorResponseOutput) ResponseType

The value indicating whether the RosettaNet PIP communication is synchronous.

func (RosettaNetPipActivityBehaviorResponseOutput) RetryCount

The value indicating retry count.

func (RosettaNetPipActivityBehaviorResponseOutput) TimeToPerformInSeconds

The time to perform in seconds.

func (RosettaNetPipActivityBehaviorResponseOutput) ToRosettaNetPipActivityBehaviorResponseOutput

func (o RosettaNetPipActivityBehaviorResponseOutput) ToRosettaNetPipActivityBehaviorResponseOutput() RosettaNetPipActivityBehaviorResponseOutput

func (RosettaNetPipActivityBehaviorResponseOutput) ToRosettaNetPipActivityBehaviorResponseOutputWithContext

func (o RosettaNetPipActivityBehaviorResponseOutput) ToRosettaNetPipActivityBehaviorResponseOutputWithContext(ctx context.Context) RosettaNetPipActivityBehaviorResponseOutput

func (RosettaNetPipActivityBehaviorResponseOutput) ToRosettaNetPipActivityBehaviorResponsePtrOutput

func (o RosettaNetPipActivityBehaviorResponseOutput) ToRosettaNetPipActivityBehaviorResponsePtrOutput() RosettaNetPipActivityBehaviorResponsePtrOutput

func (RosettaNetPipActivityBehaviorResponseOutput) ToRosettaNetPipActivityBehaviorResponsePtrOutputWithContext

func (o RosettaNetPipActivityBehaviorResponseOutput) ToRosettaNetPipActivityBehaviorResponsePtrOutputWithContext(ctx context.Context) RosettaNetPipActivityBehaviorResponsePtrOutput

type RosettaNetPipActivityBehaviorResponsePtrInput

type RosettaNetPipActivityBehaviorResponsePtrInput interface {
	pulumi.Input

	ToRosettaNetPipActivityBehaviorResponsePtrOutput() RosettaNetPipActivityBehaviorResponsePtrOutput
	ToRosettaNetPipActivityBehaviorResponsePtrOutputWithContext(context.Context) RosettaNetPipActivityBehaviorResponsePtrOutput
}

RosettaNetPipActivityBehaviorResponsePtrInput is an input type that accepts RosettaNetPipActivityBehaviorResponseArgs, RosettaNetPipActivityBehaviorResponsePtr and RosettaNetPipActivityBehaviorResponsePtrOutput values. You can construct a concrete instance of `RosettaNetPipActivityBehaviorResponsePtrInput` via:

        RosettaNetPipActivityBehaviorResponseArgs{...}

or:

        nil

type RosettaNetPipActivityBehaviorResponsePtrOutput

type RosettaNetPipActivityBehaviorResponsePtrOutput struct{ *pulumi.OutputState }

func (RosettaNetPipActivityBehaviorResponsePtrOutput) ActionType

The value indicating whether the RosettaNet PIP is used for a single action.

func (RosettaNetPipActivityBehaviorResponsePtrOutput) Elem

func (RosettaNetPipActivityBehaviorResponsePtrOutput) ElementType

func (RosettaNetPipActivityBehaviorResponsePtrOutput) IsAuthorizationRequired

The value indicating whether authorization is required.

func (RosettaNetPipActivityBehaviorResponsePtrOutput) IsSecuredTransportRequired

The value indicating whether secured transport is required.

func (RosettaNetPipActivityBehaviorResponsePtrOutput) NonRepudiationOfOriginAndContent

func (o RosettaNetPipActivityBehaviorResponsePtrOutput) NonRepudiationOfOriginAndContent() pulumi.BoolPtrOutput

The value indicating whether non-repudiation is for origin and content.

func (RosettaNetPipActivityBehaviorResponsePtrOutput) PersistentConfidentialityScope

func (o RosettaNetPipActivityBehaviorResponsePtrOutput) PersistentConfidentialityScope() pulumi.StringPtrOutput

The persistent confidentiality encryption scope.

func (RosettaNetPipActivityBehaviorResponsePtrOutput) ResponseType

The value indicating whether the RosettaNet PIP communication is synchronous.

func (RosettaNetPipActivityBehaviorResponsePtrOutput) RetryCount

The value indicating retry count.

func (RosettaNetPipActivityBehaviorResponsePtrOutput) TimeToPerformInSeconds

The time to perform in seconds.

func (RosettaNetPipActivityBehaviorResponsePtrOutput) ToRosettaNetPipActivityBehaviorResponsePtrOutput

func (o RosettaNetPipActivityBehaviorResponsePtrOutput) ToRosettaNetPipActivityBehaviorResponsePtrOutput() RosettaNetPipActivityBehaviorResponsePtrOutput

func (RosettaNetPipActivityBehaviorResponsePtrOutput) ToRosettaNetPipActivityBehaviorResponsePtrOutputWithContext

func (o RosettaNetPipActivityBehaviorResponsePtrOutput) ToRosettaNetPipActivityBehaviorResponsePtrOutputWithContext(ctx context.Context) RosettaNetPipActivityBehaviorResponsePtrOutput

type RosettaNetPipActivitySettings

type RosettaNetPipActivitySettings struct {
	// The RosettaNet ProcessConfiguration acknowledgement settings.
	AcknowledgmentOfReceiptSettings RosettaNetPipAcknowledgmentOfReceiptSettings `pulumi:"acknowledgmentOfReceiptSettings"`
	// The RosettaNet ProcessConfiguration activity behavior.
	ActivityBehavior RosettaNetPipActivityBehavior `pulumi:"activityBehavior"`
	// The RosettaNet ProcessConfiguration activity type.
	ActivityType string `pulumi:"activityType"`
}

The integration account RosettaNet ProcessConfiguration activity settings.

type RosettaNetPipActivitySettingsArgs

type RosettaNetPipActivitySettingsArgs struct {
	// The RosettaNet ProcessConfiguration acknowledgement settings.
	AcknowledgmentOfReceiptSettings RosettaNetPipAcknowledgmentOfReceiptSettingsInput `pulumi:"acknowledgmentOfReceiptSettings"`
	// The RosettaNet ProcessConfiguration activity behavior.
	ActivityBehavior RosettaNetPipActivityBehaviorInput `pulumi:"activityBehavior"`
	// The RosettaNet ProcessConfiguration activity type.
	ActivityType RosettaNetPipActivityType `pulumi:"activityType"`
}

The integration account RosettaNet ProcessConfiguration activity settings.

func (RosettaNetPipActivitySettingsArgs) ElementType

func (RosettaNetPipActivitySettingsArgs) ToRosettaNetPipActivitySettingsOutput

func (i RosettaNetPipActivitySettingsArgs) ToRosettaNetPipActivitySettingsOutput() RosettaNetPipActivitySettingsOutput

func (RosettaNetPipActivitySettingsArgs) ToRosettaNetPipActivitySettingsOutputWithContext

func (i RosettaNetPipActivitySettingsArgs) ToRosettaNetPipActivitySettingsOutputWithContext(ctx context.Context) RosettaNetPipActivitySettingsOutput

func (RosettaNetPipActivitySettingsArgs) ToRosettaNetPipActivitySettingsPtrOutput

func (i RosettaNetPipActivitySettingsArgs) ToRosettaNetPipActivitySettingsPtrOutput() RosettaNetPipActivitySettingsPtrOutput

func (RosettaNetPipActivitySettingsArgs) ToRosettaNetPipActivitySettingsPtrOutputWithContext

func (i RosettaNetPipActivitySettingsArgs) ToRosettaNetPipActivitySettingsPtrOutputWithContext(ctx context.Context) RosettaNetPipActivitySettingsPtrOutput

type RosettaNetPipActivitySettingsInput

type RosettaNetPipActivitySettingsInput interface {
	pulumi.Input

	ToRosettaNetPipActivitySettingsOutput() RosettaNetPipActivitySettingsOutput
	ToRosettaNetPipActivitySettingsOutputWithContext(context.Context) RosettaNetPipActivitySettingsOutput
}

RosettaNetPipActivitySettingsInput is an input type that accepts RosettaNetPipActivitySettingsArgs and RosettaNetPipActivitySettingsOutput values. You can construct a concrete instance of `RosettaNetPipActivitySettingsInput` via:

RosettaNetPipActivitySettingsArgs{...}

type RosettaNetPipActivitySettingsOutput

type RosettaNetPipActivitySettingsOutput struct{ *pulumi.OutputState }

The integration account RosettaNet ProcessConfiguration activity settings.

func (RosettaNetPipActivitySettingsOutput) AcknowledgmentOfReceiptSettings

The RosettaNet ProcessConfiguration acknowledgement settings.

func (RosettaNetPipActivitySettingsOutput) ActivityBehavior

The RosettaNet ProcessConfiguration activity behavior.

func (RosettaNetPipActivitySettingsOutput) ActivityType

The RosettaNet ProcessConfiguration activity type.

func (RosettaNetPipActivitySettingsOutput) ElementType

func (RosettaNetPipActivitySettingsOutput) ToRosettaNetPipActivitySettingsOutput

func (o RosettaNetPipActivitySettingsOutput) ToRosettaNetPipActivitySettingsOutput() RosettaNetPipActivitySettingsOutput

func (RosettaNetPipActivitySettingsOutput) ToRosettaNetPipActivitySettingsOutputWithContext

func (o RosettaNetPipActivitySettingsOutput) ToRosettaNetPipActivitySettingsOutputWithContext(ctx context.Context) RosettaNetPipActivitySettingsOutput

func (RosettaNetPipActivitySettingsOutput) ToRosettaNetPipActivitySettingsPtrOutput

func (o RosettaNetPipActivitySettingsOutput) ToRosettaNetPipActivitySettingsPtrOutput() RosettaNetPipActivitySettingsPtrOutput

func (RosettaNetPipActivitySettingsOutput) ToRosettaNetPipActivitySettingsPtrOutputWithContext

func (o RosettaNetPipActivitySettingsOutput) ToRosettaNetPipActivitySettingsPtrOutputWithContext(ctx context.Context) RosettaNetPipActivitySettingsPtrOutput

type RosettaNetPipActivitySettingsPtrInput

type RosettaNetPipActivitySettingsPtrInput interface {
	pulumi.Input

	ToRosettaNetPipActivitySettingsPtrOutput() RosettaNetPipActivitySettingsPtrOutput
	ToRosettaNetPipActivitySettingsPtrOutputWithContext(context.Context) RosettaNetPipActivitySettingsPtrOutput
}

RosettaNetPipActivitySettingsPtrInput is an input type that accepts RosettaNetPipActivitySettingsArgs, RosettaNetPipActivitySettingsPtr and RosettaNetPipActivitySettingsPtrOutput values. You can construct a concrete instance of `RosettaNetPipActivitySettingsPtrInput` via:

        RosettaNetPipActivitySettingsArgs{...}

or:

        nil

type RosettaNetPipActivitySettingsPtrOutput

type RosettaNetPipActivitySettingsPtrOutput struct{ *pulumi.OutputState }

func (RosettaNetPipActivitySettingsPtrOutput) AcknowledgmentOfReceiptSettings

The RosettaNet ProcessConfiguration acknowledgement settings.

func (RosettaNetPipActivitySettingsPtrOutput) ActivityBehavior

The RosettaNet ProcessConfiguration activity behavior.

func (RosettaNetPipActivitySettingsPtrOutput) ActivityType

The RosettaNet ProcessConfiguration activity type.

func (RosettaNetPipActivitySettingsPtrOutput) Elem

func (RosettaNetPipActivitySettingsPtrOutput) ElementType

func (RosettaNetPipActivitySettingsPtrOutput) ToRosettaNetPipActivitySettingsPtrOutput

func (o RosettaNetPipActivitySettingsPtrOutput) ToRosettaNetPipActivitySettingsPtrOutput() RosettaNetPipActivitySettingsPtrOutput

func (RosettaNetPipActivitySettingsPtrOutput) ToRosettaNetPipActivitySettingsPtrOutputWithContext

func (o RosettaNetPipActivitySettingsPtrOutput) ToRosettaNetPipActivitySettingsPtrOutputWithContext(ctx context.Context) RosettaNetPipActivitySettingsPtrOutput

type RosettaNetPipActivitySettingsResponse

type RosettaNetPipActivitySettingsResponse struct {
	// The RosettaNet ProcessConfiguration acknowledgement settings.
	AcknowledgmentOfReceiptSettings RosettaNetPipAcknowledgmentOfReceiptSettingsResponse `pulumi:"acknowledgmentOfReceiptSettings"`
	// The RosettaNet ProcessConfiguration activity behavior.
	ActivityBehavior RosettaNetPipActivityBehaviorResponse `pulumi:"activityBehavior"`
	// The RosettaNet ProcessConfiguration activity type.
	ActivityType string `pulumi:"activityType"`
}

The integration account RosettaNet ProcessConfiguration activity settings.

type RosettaNetPipActivitySettingsResponseArgs

type RosettaNetPipActivitySettingsResponseArgs struct {
	// The RosettaNet ProcessConfiguration acknowledgement settings.
	AcknowledgmentOfReceiptSettings RosettaNetPipAcknowledgmentOfReceiptSettingsResponseInput `pulumi:"acknowledgmentOfReceiptSettings"`
	// The RosettaNet ProcessConfiguration activity behavior.
	ActivityBehavior RosettaNetPipActivityBehaviorResponseInput `pulumi:"activityBehavior"`
	// The RosettaNet ProcessConfiguration activity type.
	ActivityType pulumi.StringInput `pulumi:"activityType"`
}

The integration account RosettaNet ProcessConfiguration activity settings.

func (RosettaNetPipActivitySettingsResponseArgs) ElementType

func (RosettaNetPipActivitySettingsResponseArgs) ToRosettaNetPipActivitySettingsResponseOutput

func (i RosettaNetPipActivitySettingsResponseArgs) ToRosettaNetPipActivitySettingsResponseOutput() RosettaNetPipActivitySettingsResponseOutput

func (RosettaNetPipActivitySettingsResponseArgs) ToRosettaNetPipActivitySettingsResponseOutputWithContext

func (i RosettaNetPipActivitySettingsResponseArgs) ToRosettaNetPipActivitySettingsResponseOutputWithContext(ctx context.Context) RosettaNetPipActivitySettingsResponseOutput

func (RosettaNetPipActivitySettingsResponseArgs) ToRosettaNetPipActivitySettingsResponsePtrOutput

func (i RosettaNetPipActivitySettingsResponseArgs) ToRosettaNetPipActivitySettingsResponsePtrOutput() RosettaNetPipActivitySettingsResponsePtrOutput

func (RosettaNetPipActivitySettingsResponseArgs) ToRosettaNetPipActivitySettingsResponsePtrOutputWithContext

func (i RosettaNetPipActivitySettingsResponseArgs) ToRosettaNetPipActivitySettingsResponsePtrOutputWithContext(ctx context.Context) RosettaNetPipActivitySettingsResponsePtrOutput

type RosettaNetPipActivitySettingsResponseInput

type RosettaNetPipActivitySettingsResponseInput interface {
	pulumi.Input

	ToRosettaNetPipActivitySettingsResponseOutput() RosettaNetPipActivitySettingsResponseOutput
	ToRosettaNetPipActivitySettingsResponseOutputWithContext(context.Context) RosettaNetPipActivitySettingsResponseOutput
}

RosettaNetPipActivitySettingsResponseInput is an input type that accepts RosettaNetPipActivitySettingsResponseArgs and RosettaNetPipActivitySettingsResponseOutput values. You can construct a concrete instance of `RosettaNetPipActivitySettingsResponseInput` via:

RosettaNetPipActivitySettingsResponseArgs{...}

type RosettaNetPipActivitySettingsResponseOutput

type RosettaNetPipActivitySettingsResponseOutput struct{ *pulumi.OutputState }

The integration account RosettaNet ProcessConfiguration activity settings.

func (RosettaNetPipActivitySettingsResponseOutput) AcknowledgmentOfReceiptSettings

The RosettaNet ProcessConfiguration acknowledgement settings.

func (RosettaNetPipActivitySettingsResponseOutput) ActivityBehavior

The RosettaNet ProcessConfiguration activity behavior.

func (RosettaNetPipActivitySettingsResponseOutput) ActivityType

The RosettaNet ProcessConfiguration activity type.

func (RosettaNetPipActivitySettingsResponseOutput) ElementType

func (RosettaNetPipActivitySettingsResponseOutput) ToRosettaNetPipActivitySettingsResponseOutput

func (o RosettaNetPipActivitySettingsResponseOutput) ToRosettaNetPipActivitySettingsResponseOutput() RosettaNetPipActivitySettingsResponseOutput

func (RosettaNetPipActivitySettingsResponseOutput) ToRosettaNetPipActivitySettingsResponseOutputWithContext

func (o RosettaNetPipActivitySettingsResponseOutput) ToRosettaNetPipActivitySettingsResponseOutputWithContext(ctx context.Context) RosettaNetPipActivitySettingsResponseOutput

func (RosettaNetPipActivitySettingsResponseOutput) ToRosettaNetPipActivitySettingsResponsePtrOutput

func (o RosettaNetPipActivitySettingsResponseOutput) ToRosettaNetPipActivitySettingsResponsePtrOutput() RosettaNetPipActivitySettingsResponsePtrOutput

func (RosettaNetPipActivitySettingsResponseOutput) ToRosettaNetPipActivitySettingsResponsePtrOutputWithContext

func (o RosettaNetPipActivitySettingsResponseOutput) ToRosettaNetPipActivitySettingsResponsePtrOutputWithContext(ctx context.Context) RosettaNetPipActivitySettingsResponsePtrOutput

type RosettaNetPipActivitySettingsResponsePtrInput

type RosettaNetPipActivitySettingsResponsePtrInput interface {
	pulumi.Input

	ToRosettaNetPipActivitySettingsResponsePtrOutput() RosettaNetPipActivitySettingsResponsePtrOutput
	ToRosettaNetPipActivitySettingsResponsePtrOutputWithContext(context.Context) RosettaNetPipActivitySettingsResponsePtrOutput
}

RosettaNetPipActivitySettingsResponsePtrInput is an input type that accepts RosettaNetPipActivitySettingsResponseArgs, RosettaNetPipActivitySettingsResponsePtr and RosettaNetPipActivitySettingsResponsePtrOutput values. You can construct a concrete instance of `RosettaNetPipActivitySettingsResponsePtrInput` via:

        RosettaNetPipActivitySettingsResponseArgs{...}

or:

        nil

type RosettaNetPipActivitySettingsResponsePtrOutput

type RosettaNetPipActivitySettingsResponsePtrOutput struct{ *pulumi.OutputState }

func (RosettaNetPipActivitySettingsResponsePtrOutput) AcknowledgmentOfReceiptSettings

The RosettaNet ProcessConfiguration acknowledgement settings.

func (RosettaNetPipActivitySettingsResponsePtrOutput) ActivityBehavior

The RosettaNet ProcessConfiguration activity behavior.

func (RosettaNetPipActivitySettingsResponsePtrOutput) ActivityType

The RosettaNet ProcessConfiguration activity type.

func (RosettaNetPipActivitySettingsResponsePtrOutput) Elem

func (RosettaNetPipActivitySettingsResponsePtrOutput) ElementType

func (RosettaNetPipActivitySettingsResponsePtrOutput) ToRosettaNetPipActivitySettingsResponsePtrOutput

func (o RosettaNetPipActivitySettingsResponsePtrOutput) ToRosettaNetPipActivitySettingsResponsePtrOutput() RosettaNetPipActivitySettingsResponsePtrOutput

func (RosettaNetPipActivitySettingsResponsePtrOutput) ToRosettaNetPipActivitySettingsResponsePtrOutputWithContext

func (o RosettaNetPipActivitySettingsResponsePtrOutput) ToRosettaNetPipActivitySettingsResponsePtrOutputWithContext(ctx context.Context) RosettaNetPipActivitySettingsResponsePtrOutput

type RosettaNetPipActivityType added in v0.3.1

type RosettaNetPipActivityType pulumi.String

The RosettaNet ProcessConfiguration activity type.

func (RosettaNetPipActivityType) ElementType added in v0.3.1

func (RosettaNetPipActivityType) ElementType() reflect.Type

func (RosettaNetPipActivityType) ToStringOutput added in v0.3.1

func (e RosettaNetPipActivityType) ToStringOutput() pulumi.StringOutput

func (RosettaNetPipActivityType) ToStringOutputWithContext added in v0.3.1

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

func (RosettaNetPipActivityType) ToStringPtrOutput added in v0.3.1

func (e RosettaNetPipActivityType) ToStringPtrOutput() pulumi.StringPtrOutput

func (RosettaNetPipActivityType) ToStringPtrOutputWithContext added in v0.3.1

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

type RosettaNetPipBusinessDocument

type RosettaNetPipBusinessDocument struct {
	// The business document description.
	Description *string `pulumi:"description"`
	// The business document name.
	Name string `pulumi:"name"`
	// The business document version.
	Version string `pulumi:"version"`
}

The RosettaNet ProcessConfiguration business document settings.

type RosettaNetPipBusinessDocumentArgs

type RosettaNetPipBusinessDocumentArgs struct {
	// The business document description.
	Description pulumi.StringPtrInput `pulumi:"description"`
	// The business document name.
	Name pulumi.StringInput `pulumi:"name"`
	// The business document version.
	Version pulumi.StringInput `pulumi:"version"`
}

The RosettaNet ProcessConfiguration business document settings.

func (RosettaNetPipBusinessDocumentArgs) ElementType

func (RosettaNetPipBusinessDocumentArgs) ToRosettaNetPipBusinessDocumentOutput

func (i RosettaNetPipBusinessDocumentArgs) ToRosettaNetPipBusinessDocumentOutput() RosettaNetPipBusinessDocumentOutput

func (RosettaNetPipBusinessDocumentArgs) ToRosettaNetPipBusinessDocumentOutputWithContext

func (i RosettaNetPipBusinessDocumentArgs) ToRosettaNetPipBusinessDocumentOutputWithContext(ctx context.Context) RosettaNetPipBusinessDocumentOutput

func (RosettaNetPipBusinessDocumentArgs) ToRosettaNetPipBusinessDocumentPtrOutput

func (i RosettaNetPipBusinessDocumentArgs) ToRosettaNetPipBusinessDocumentPtrOutput() RosettaNetPipBusinessDocumentPtrOutput

func (RosettaNetPipBusinessDocumentArgs) ToRosettaNetPipBusinessDocumentPtrOutputWithContext

func (i RosettaNetPipBusinessDocumentArgs) ToRosettaNetPipBusinessDocumentPtrOutputWithContext(ctx context.Context) RosettaNetPipBusinessDocumentPtrOutput

type RosettaNetPipBusinessDocumentInput

type RosettaNetPipBusinessDocumentInput interface {
	pulumi.Input

	ToRosettaNetPipBusinessDocumentOutput() RosettaNetPipBusinessDocumentOutput
	ToRosettaNetPipBusinessDocumentOutputWithContext(context.Context) RosettaNetPipBusinessDocumentOutput
}

RosettaNetPipBusinessDocumentInput is an input type that accepts RosettaNetPipBusinessDocumentArgs and RosettaNetPipBusinessDocumentOutput values. You can construct a concrete instance of `RosettaNetPipBusinessDocumentInput` via:

RosettaNetPipBusinessDocumentArgs{...}

type RosettaNetPipBusinessDocumentOutput

type RosettaNetPipBusinessDocumentOutput struct{ *pulumi.OutputState }

The RosettaNet ProcessConfiguration business document settings.

func (RosettaNetPipBusinessDocumentOutput) Description

The business document description.

func (RosettaNetPipBusinessDocumentOutput) ElementType

func (RosettaNetPipBusinessDocumentOutput) Name

The business document name.

func (RosettaNetPipBusinessDocumentOutput) ToRosettaNetPipBusinessDocumentOutput

func (o RosettaNetPipBusinessDocumentOutput) ToRosettaNetPipBusinessDocumentOutput() RosettaNetPipBusinessDocumentOutput

func (RosettaNetPipBusinessDocumentOutput) ToRosettaNetPipBusinessDocumentOutputWithContext

func (o RosettaNetPipBusinessDocumentOutput) ToRosettaNetPipBusinessDocumentOutputWithContext(ctx context.Context) RosettaNetPipBusinessDocumentOutput

func (RosettaNetPipBusinessDocumentOutput) ToRosettaNetPipBusinessDocumentPtrOutput

func (o RosettaNetPipBusinessDocumentOutput) ToRosettaNetPipBusinessDocumentPtrOutput() RosettaNetPipBusinessDocumentPtrOutput

func (RosettaNetPipBusinessDocumentOutput) ToRosettaNetPipBusinessDocumentPtrOutputWithContext

func (o RosettaNetPipBusinessDocumentOutput) ToRosettaNetPipBusinessDocumentPtrOutputWithContext(ctx context.Context) RosettaNetPipBusinessDocumentPtrOutput

func (RosettaNetPipBusinessDocumentOutput) Version

The business document version.

type RosettaNetPipBusinessDocumentPtrInput

type RosettaNetPipBusinessDocumentPtrInput interface {
	pulumi.Input

	ToRosettaNetPipBusinessDocumentPtrOutput() RosettaNetPipBusinessDocumentPtrOutput
	ToRosettaNetPipBusinessDocumentPtrOutputWithContext(context.Context) RosettaNetPipBusinessDocumentPtrOutput
}

RosettaNetPipBusinessDocumentPtrInput is an input type that accepts RosettaNetPipBusinessDocumentArgs, RosettaNetPipBusinessDocumentPtr and RosettaNetPipBusinessDocumentPtrOutput values. You can construct a concrete instance of `RosettaNetPipBusinessDocumentPtrInput` via:

        RosettaNetPipBusinessDocumentArgs{...}

or:

        nil

type RosettaNetPipBusinessDocumentPtrOutput

type RosettaNetPipBusinessDocumentPtrOutput struct{ *pulumi.OutputState }

func (RosettaNetPipBusinessDocumentPtrOutput) Description

The business document description.

func (RosettaNetPipBusinessDocumentPtrOutput) Elem

func (RosettaNetPipBusinessDocumentPtrOutput) ElementType

func (RosettaNetPipBusinessDocumentPtrOutput) Name

The business document name.

func (RosettaNetPipBusinessDocumentPtrOutput) ToRosettaNetPipBusinessDocumentPtrOutput

func (o RosettaNetPipBusinessDocumentPtrOutput) ToRosettaNetPipBusinessDocumentPtrOutput() RosettaNetPipBusinessDocumentPtrOutput

func (RosettaNetPipBusinessDocumentPtrOutput) ToRosettaNetPipBusinessDocumentPtrOutputWithContext

func (o RosettaNetPipBusinessDocumentPtrOutput) ToRosettaNetPipBusinessDocumentPtrOutputWithContext(ctx context.Context) RosettaNetPipBusinessDocumentPtrOutput

func (RosettaNetPipBusinessDocumentPtrOutput) Version

The business document version.

type RosettaNetPipBusinessDocumentResponse

type RosettaNetPipBusinessDocumentResponse struct {
	// The business document description.
	Description *string `pulumi:"description"`
	// The business document name.
	Name string `pulumi:"name"`
	// The business document version.
	Version string `pulumi:"version"`
}

The RosettaNet ProcessConfiguration business document settings.

type RosettaNetPipBusinessDocumentResponseArgs

type RosettaNetPipBusinessDocumentResponseArgs struct {
	// The business document description.
	Description pulumi.StringPtrInput `pulumi:"description"`
	// The business document name.
	Name pulumi.StringInput `pulumi:"name"`
	// The business document version.
	Version pulumi.StringInput `pulumi:"version"`
}

The RosettaNet ProcessConfiguration business document settings.

func (RosettaNetPipBusinessDocumentResponseArgs) ElementType

func (RosettaNetPipBusinessDocumentResponseArgs) ToRosettaNetPipBusinessDocumentResponseOutput

func (i RosettaNetPipBusinessDocumentResponseArgs) ToRosettaNetPipBusinessDocumentResponseOutput() RosettaNetPipBusinessDocumentResponseOutput

func (RosettaNetPipBusinessDocumentResponseArgs) ToRosettaNetPipBusinessDocumentResponseOutputWithContext

func (i RosettaNetPipBusinessDocumentResponseArgs) ToRosettaNetPipBusinessDocumentResponseOutputWithContext(ctx context.Context) RosettaNetPipBusinessDocumentResponseOutput

func (RosettaNetPipBusinessDocumentResponseArgs) ToRosettaNetPipBusinessDocumentResponsePtrOutput

func (i RosettaNetPipBusinessDocumentResponseArgs) ToRosettaNetPipBusinessDocumentResponsePtrOutput() RosettaNetPipBusinessDocumentResponsePtrOutput

func (RosettaNetPipBusinessDocumentResponseArgs) ToRosettaNetPipBusinessDocumentResponsePtrOutputWithContext

func (i RosettaNetPipBusinessDocumentResponseArgs) ToRosettaNetPipBusinessDocumentResponsePtrOutputWithContext(ctx context.Context) RosettaNetPipBusinessDocumentResponsePtrOutput

type RosettaNetPipBusinessDocumentResponseInput

type RosettaNetPipBusinessDocumentResponseInput interface {
	pulumi.Input

	ToRosettaNetPipBusinessDocumentResponseOutput() RosettaNetPipBusinessDocumentResponseOutput
	ToRosettaNetPipBusinessDocumentResponseOutputWithContext(context.Context) RosettaNetPipBusinessDocumentResponseOutput
}

RosettaNetPipBusinessDocumentResponseInput is an input type that accepts RosettaNetPipBusinessDocumentResponseArgs and RosettaNetPipBusinessDocumentResponseOutput values. You can construct a concrete instance of `RosettaNetPipBusinessDocumentResponseInput` via:

RosettaNetPipBusinessDocumentResponseArgs{...}

type RosettaNetPipBusinessDocumentResponseOutput

type RosettaNetPipBusinessDocumentResponseOutput struct{ *pulumi.OutputState }

The RosettaNet ProcessConfiguration business document settings.

func (RosettaNetPipBusinessDocumentResponseOutput) Description

The business document description.

func (RosettaNetPipBusinessDocumentResponseOutput) ElementType

func (RosettaNetPipBusinessDocumentResponseOutput) Name

The business document name.

func (RosettaNetPipBusinessDocumentResponseOutput) ToRosettaNetPipBusinessDocumentResponseOutput

func (o RosettaNetPipBusinessDocumentResponseOutput) ToRosettaNetPipBusinessDocumentResponseOutput() RosettaNetPipBusinessDocumentResponseOutput

func (RosettaNetPipBusinessDocumentResponseOutput) ToRosettaNetPipBusinessDocumentResponseOutputWithContext

func (o RosettaNetPipBusinessDocumentResponseOutput) ToRosettaNetPipBusinessDocumentResponseOutputWithContext(ctx context.Context) RosettaNetPipBusinessDocumentResponseOutput

func (RosettaNetPipBusinessDocumentResponseOutput) ToRosettaNetPipBusinessDocumentResponsePtrOutput

func (o RosettaNetPipBusinessDocumentResponseOutput) ToRosettaNetPipBusinessDocumentResponsePtrOutput() RosettaNetPipBusinessDocumentResponsePtrOutput

func (RosettaNetPipBusinessDocumentResponseOutput) ToRosettaNetPipBusinessDocumentResponsePtrOutputWithContext

func (o RosettaNetPipBusinessDocumentResponseOutput) ToRosettaNetPipBusinessDocumentResponsePtrOutputWithContext(ctx context.Context) RosettaNetPipBusinessDocumentResponsePtrOutput

func (RosettaNetPipBusinessDocumentResponseOutput) Version

The business document version.

type RosettaNetPipBusinessDocumentResponsePtrInput

type RosettaNetPipBusinessDocumentResponsePtrInput interface {
	pulumi.Input

	ToRosettaNetPipBusinessDocumentResponsePtrOutput() RosettaNetPipBusinessDocumentResponsePtrOutput
	ToRosettaNetPipBusinessDocumentResponsePtrOutputWithContext(context.Context) RosettaNetPipBusinessDocumentResponsePtrOutput
}

RosettaNetPipBusinessDocumentResponsePtrInput is an input type that accepts RosettaNetPipBusinessDocumentResponseArgs, RosettaNetPipBusinessDocumentResponsePtr and RosettaNetPipBusinessDocumentResponsePtrOutput values. You can construct a concrete instance of `RosettaNetPipBusinessDocumentResponsePtrInput` via:

        RosettaNetPipBusinessDocumentResponseArgs{...}

or:

        nil

type RosettaNetPipBusinessDocumentResponsePtrOutput

type RosettaNetPipBusinessDocumentResponsePtrOutput struct{ *pulumi.OutputState }

func (RosettaNetPipBusinessDocumentResponsePtrOutput) Description

The business document description.

func (RosettaNetPipBusinessDocumentResponsePtrOutput) Elem

func (RosettaNetPipBusinessDocumentResponsePtrOutput) ElementType

func (RosettaNetPipBusinessDocumentResponsePtrOutput) Name

The business document name.

func (RosettaNetPipBusinessDocumentResponsePtrOutput) ToRosettaNetPipBusinessDocumentResponsePtrOutput

func (o RosettaNetPipBusinessDocumentResponsePtrOutput) ToRosettaNetPipBusinessDocumentResponsePtrOutput() RosettaNetPipBusinessDocumentResponsePtrOutput

func (RosettaNetPipBusinessDocumentResponsePtrOutput) ToRosettaNetPipBusinessDocumentResponsePtrOutputWithContext

func (o RosettaNetPipBusinessDocumentResponsePtrOutput) ToRosettaNetPipBusinessDocumentResponsePtrOutputWithContext(ctx context.Context) RosettaNetPipBusinessDocumentResponsePtrOutput

func (RosettaNetPipBusinessDocumentResponsePtrOutput) Version

The business document version.

type RosettaNetPipConfidentialityScope added in v0.3.1

type RosettaNetPipConfidentialityScope pulumi.String

The persistent confidentiality encryption scope.

func (RosettaNetPipConfidentialityScope) ElementType added in v0.3.1

func (RosettaNetPipConfidentialityScope) ToStringOutput added in v0.3.1

func (RosettaNetPipConfidentialityScope) ToStringOutputWithContext added in v0.3.1

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

func (RosettaNetPipConfidentialityScope) ToStringPtrOutput added in v0.3.1

func (RosettaNetPipConfidentialityScope) ToStringPtrOutputWithContext added in v0.3.1

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

type RosettaNetPipRoleSettings

type RosettaNetPipRoleSettings struct {
	// The action name.
	Action string `pulumi:"action"`
	// The RosettaNet ProcessConfiguration business document.
	BusinessDocument RosettaNetPipBusinessDocument `pulumi:"businessDocument"`
	// The description.
	Description *string `pulumi:"description"`
	// The role name.
	Role string `pulumi:"role"`
	// The RosettaNet ProcessConfiguration role type.
	RoleType string `pulumi:"roleType"`
	// The service name.
	Service string `pulumi:"service"`
	// The service classification name.
	ServiceClassification string `pulumi:"serviceClassification"`
}

The integration account RosettaNet ProcessConfiguration role settings.

type RosettaNetPipRoleSettingsArgs

type RosettaNetPipRoleSettingsArgs struct {
	// The action name.
	Action pulumi.StringInput `pulumi:"action"`
	// The RosettaNet ProcessConfiguration business document.
	BusinessDocument RosettaNetPipBusinessDocumentInput `pulumi:"businessDocument"`
	// The description.
	Description pulumi.StringPtrInput `pulumi:"description"`
	// The role name.
	Role pulumi.StringInput `pulumi:"role"`
	// The RosettaNet ProcessConfiguration role type.
	RoleType RosettaNetPipRoleType `pulumi:"roleType"`
	// The service name.
	Service pulumi.StringInput `pulumi:"service"`
	// The service classification name.
	ServiceClassification pulumi.StringInput `pulumi:"serviceClassification"`
}

The integration account RosettaNet ProcessConfiguration role settings.

func (RosettaNetPipRoleSettingsArgs) ElementType

func (RosettaNetPipRoleSettingsArgs) ToRosettaNetPipRoleSettingsOutput

func (i RosettaNetPipRoleSettingsArgs) ToRosettaNetPipRoleSettingsOutput() RosettaNetPipRoleSettingsOutput

func (RosettaNetPipRoleSettingsArgs) ToRosettaNetPipRoleSettingsOutputWithContext

func (i RosettaNetPipRoleSettingsArgs) ToRosettaNetPipRoleSettingsOutputWithContext(ctx context.Context) RosettaNetPipRoleSettingsOutput

func (RosettaNetPipRoleSettingsArgs) ToRosettaNetPipRoleSettingsPtrOutput

func (i RosettaNetPipRoleSettingsArgs) ToRosettaNetPipRoleSettingsPtrOutput() RosettaNetPipRoleSettingsPtrOutput

func (RosettaNetPipRoleSettingsArgs) ToRosettaNetPipRoleSettingsPtrOutputWithContext

func (i RosettaNetPipRoleSettingsArgs) ToRosettaNetPipRoleSettingsPtrOutputWithContext(ctx context.Context) RosettaNetPipRoleSettingsPtrOutput

type RosettaNetPipRoleSettingsInput

type RosettaNetPipRoleSettingsInput interface {
	pulumi.Input

	ToRosettaNetPipRoleSettingsOutput() RosettaNetPipRoleSettingsOutput
	ToRosettaNetPipRoleSettingsOutputWithContext(context.Context) RosettaNetPipRoleSettingsOutput
}

RosettaNetPipRoleSettingsInput is an input type that accepts RosettaNetPipRoleSettingsArgs and RosettaNetPipRoleSettingsOutput values. You can construct a concrete instance of `RosettaNetPipRoleSettingsInput` via:

RosettaNetPipRoleSettingsArgs{...}

type RosettaNetPipRoleSettingsOutput

type RosettaNetPipRoleSettingsOutput struct{ *pulumi.OutputState }

The integration account RosettaNet ProcessConfiguration role settings.

func (RosettaNetPipRoleSettingsOutput) Action

The action name.

func (RosettaNetPipRoleSettingsOutput) BusinessDocument

The RosettaNet ProcessConfiguration business document.

func (RosettaNetPipRoleSettingsOutput) Description

The description.

func (RosettaNetPipRoleSettingsOutput) ElementType

func (RosettaNetPipRoleSettingsOutput) Role

The role name.

func (RosettaNetPipRoleSettingsOutput) RoleType

The RosettaNet ProcessConfiguration role type.

func (RosettaNetPipRoleSettingsOutput) Service

The service name.

func (RosettaNetPipRoleSettingsOutput) ServiceClassification

func (o RosettaNetPipRoleSettingsOutput) ServiceClassification() pulumi.StringOutput

The service classification name.

func (RosettaNetPipRoleSettingsOutput) ToRosettaNetPipRoleSettingsOutput

func (o RosettaNetPipRoleSettingsOutput) ToRosettaNetPipRoleSettingsOutput() RosettaNetPipRoleSettingsOutput

func (RosettaNetPipRoleSettingsOutput) ToRosettaNetPipRoleSettingsOutputWithContext

func (o RosettaNetPipRoleSettingsOutput) ToRosettaNetPipRoleSettingsOutputWithContext(ctx context.Context) RosettaNetPipRoleSettingsOutput

func (RosettaNetPipRoleSettingsOutput) ToRosettaNetPipRoleSettingsPtrOutput

func (o RosettaNetPipRoleSettingsOutput) ToRosettaNetPipRoleSettingsPtrOutput() RosettaNetPipRoleSettingsPtrOutput

func (RosettaNetPipRoleSettingsOutput) ToRosettaNetPipRoleSettingsPtrOutputWithContext

func (o RosettaNetPipRoleSettingsOutput) ToRosettaNetPipRoleSettingsPtrOutputWithContext(ctx context.Context) RosettaNetPipRoleSettingsPtrOutput

type RosettaNetPipRoleSettingsPtrInput

type RosettaNetPipRoleSettingsPtrInput interface {
	pulumi.Input

	ToRosettaNetPipRoleSettingsPtrOutput() RosettaNetPipRoleSettingsPtrOutput
	ToRosettaNetPipRoleSettingsPtrOutputWithContext(context.Context) RosettaNetPipRoleSettingsPtrOutput
}

RosettaNetPipRoleSettingsPtrInput is an input type that accepts RosettaNetPipRoleSettingsArgs, RosettaNetPipRoleSettingsPtr and RosettaNetPipRoleSettingsPtrOutput values. You can construct a concrete instance of `RosettaNetPipRoleSettingsPtrInput` via:

        RosettaNetPipRoleSettingsArgs{...}

or:

        nil

type RosettaNetPipRoleSettingsPtrOutput

type RosettaNetPipRoleSettingsPtrOutput struct{ *pulumi.OutputState }

func (RosettaNetPipRoleSettingsPtrOutput) Action

The action name.

func (RosettaNetPipRoleSettingsPtrOutput) BusinessDocument

The RosettaNet ProcessConfiguration business document.

func (RosettaNetPipRoleSettingsPtrOutput) Description

The description.

func (RosettaNetPipRoleSettingsPtrOutput) Elem

func (RosettaNetPipRoleSettingsPtrOutput) ElementType

func (RosettaNetPipRoleSettingsPtrOutput) Role

The role name.

func (RosettaNetPipRoleSettingsPtrOutput) RoleType

The RosettaNet ProcessConfiguration role type.

func (RosettaNetPipRoleSettingsPtrOutput) Service

The service name.

func (RosettaNetPipRoleSettingsPtrOutput) ServiceClassification

func (o RosettaNetPipRoleSettingsPtrOutput) ServiceClassification() pulumi.StringPtrOutput

The service classification name.

func (RosettaNetPipRoleSettingsPtrOutput) ToRosettaNetPipRoleSettingsPtrOutput

func (o RosettaNetPipRoleSettingsPtrOutput) ToRosettaNetPipRoleSettingsPtrOutput() RosettaNetPipRoleSettingsPtrOutput

func (RosettaNetPipRoleSettingsPtrOutput) ToRosettaNetPipRoleSettingsPtrOutputWithContext

func (o RosettaNetPipRoleSettingsPtrOutput) ToRosettaNetPipRoleSettingsPtrOutputWithContext(ctx context.Context) RosettaNetPipRoleSettingsPtrOutput

type RosettaNetPipRoleSettingsResponse

type RosettaNetPipRoleSettingsResponse struct {
	// The action name.
	Action string `pulumi:"action"`
	// The RosettaNet ProcessConfiguration business document.
	BusinessDocument RosettaNetPipBusinessDocumentResponse `pulumi:"businessDocument"`
	// The description.
	Description *string `pulumi:"description"`
	// The role name.
	Role string `pulumi:"role"`
	// The RosettaNet ProcessConfiguration role type.
	RoleType string `pulumi:"roleType"`
	// The service name.
	Service string `pulumi:"service"`
	// The service classification name.
	ServiceClassification string `pulumi:"serviceClassification"`
}

The integration account RosettaNet ProcessConfiguration role settings.

type RosettaNetPipRoleSettingsResponseArgs

type RosettaNetPipRoleSettingsResponseArgs struct {
	// The action name.
	Action pulumi.StringInput `pulumi:"action"`
	// The RosettaNet ProcessConfiguration business document.
	BusinessDocument RosettaNetPipBusinessDocumentResponseInput `pulumi:"businessDocument"`
	// The description.
	Description pulumi.StringPtrInput `pulumi:"description"`
	// The role name.
	Role pulumi.StringInput `pulumi:"role"`
	// The RosettaNet ProcessConfiguration role type.
	RoleType pulumi.StringInput `pulumi:"roleType"`
	// The service name.
	Service pulumi.StringInput `pulumi:"service"`
	// The service classification name.
	ServiceClassification pulumi.StringInput `pulumi:"serviceClassification"`
}

The integration account RosettaNet ProcessConfiguration role settings.

func (RosettaNetPipRoleSettingsResponseArgs) ElementType

func (RosettaNetPipRoleSettingsResponseArgs) ToRosettaNetPipRoleSettingsResponseOutput

func (i RosettaNetPipRoleSettingsResponseArgs) ToRosettaNetPipRoleSettingsResponseOutput() RosettaNetPipRoleSettingsResponseOutput

func (RosettaNetPipRoleSettingsResponseArgs) ToRosettaNetPipRoleSettingsResponseOutputWithContext

func (i RosettaNetPipRoleSettingsResponseArgs) ToRosettaNetPipRoleSettingsResponseOutputWithContext(ctx context.Context) RosettaNetPipRoleSettingsResponseOutput

func (RosettaNetPipRoleSettingsResponseArgs) ToRosettaNetPipRoleSettingsResponsePtrOutput

func (i RosettaNetPipRoleSettingsResponseArgs) ToRosettaNetPipRoleSettingsResponsePtrOutput() RosettaNetPipRoleSettingsResponsePtrOutput

func (RosettaNetPipRoleSettingsResponseArgs) ToRosettaNetPipRoleSettingsResponsePtrOutputWithContext

func (i RosettaNetPipRoleSettingsResponseArgs) ToRosettaNetPipRoleSettingsResponsePtrOutputWithContext(ctx context.Context) RosettaNetPipRoleSettingsResponsePtrOutput

type RosettaNetPipRoleSettingsResponseInput

type RosettaNetPipRoleSettingsResponseInput interface {
	pulumi.Input

	ToRosettaNetPipRoleSettingsResponseOutput() RosettaNetPipRoleSettingsResponseOutput
	ToRosettaNetPipRoleSettingsResponseOutputWithContext(context.Context) RosettaNetPipRoleSettingsResponseOutput
}

RosettaNetPipRoleSettingsResponseInput is an input type that accepts RosettaNetPipRoleSettingsResponseArgs and RosettaNetPipRoleSettingsResponseOutput values. You can construct a concrete instance of `RosettaNetPipRoleSettingsResponseInput` via:

RosettaNetPipRoleSettingsResponseArgs{...}

type RosettaNetPipRoleSettingsResponseOutput

type RosettaNetPipRoleSettingsResponseOutput struct{ *pulumi.OutputState }

The integration account RosettaNet ProcessConfiguration role settings.

func (RosettaNetPipRoleSettingsResponseOutput) Action

The action name.

func (RosettaNetPipRoleSettingsResponseOutput) BusinessDocument

The RosettaNet ProcessConfiguration business document.

func (RosettaNetPipRoleSettingsResponseOutput) Description

The description.

func (RosettaNetPipRoleSettingsResponseOutput) ElementType

func (RosettaNetPipRoleSettingsResponseOutput) Role

The role name.

func (RosettaNetPipRoleSettingsResponseOutput) RoleType

The RosettaNet ProcessConfiguration role type.

func (RosettaNetPipRoleSettingsResponseOutput) Service

The service name.

func (RosettaNetPipRoleSettingsResponseOutput) ServiceClassification

The service classification name.

func (RosettaNetPipRoleSettingsResponseOutput) ToRosettaNetPipRoleSettingsResponseOutput

func (o RosettaNetPipRoleSettingsResponseOutput) ToRosettaNetPipRoleSettingsResponseOutput() RosettaNetPipRoleSettingsResponseOutput

func (RosettaNetPipRoleSettingsResponseOutput) ToRosettaNetPipRoleSettingsResponseOutputWithContext

func (o RosettaNetPipRoleSettingsResponseOutput) ToRosettaNetPipRoleSettingsResponseOutputWithContext(ctx context.Context) RosettaNetPipRoleSettingsResponseOutput

func (RosettaNetPipRoleSettingsResponseOutput) ToRosettaNetPipRoleSettingsResponsePtrOutput

func (o RosettaNetPipRoleSettingsResponseOutput) ToRosettaNetPipRoleSettingsResponsePtrOutput() RosettaNetPipRoleSettingsResponsePtrOutput

func (RosettaNetPipRoleSettingsResponseOutput) ToRosettaNetPipRoleSettingsResponsePtrOutputWithContext

func (o RosettaNetPipRoleSettingsResponseOutput) ToRosettaNetPipRoleSettingsResponsePtrOutputWithContext(ctx context.Context) RosettaNetPipRoleSettingsResponsePtrOutput

type RosettaNetPipRoleSettingsResponsePtrInput

type RosettaNetPipRoleSettingsResponsePtrInput interface {
	pulumi.Input

	ToRosettaNetPipRoleSettingsResponsePtrOutput() RosettaNetPipRoleSettingsResponsePtrOutput
	ToRosettaNetPipRoleSettingsResponsePtrOutputWithContext(context.Context) RosettaNetPipRoleSettingsResponsePtrOutput
}

RosettaNetPipRoleSettingsResponsePtrInput is an input type that accepts RosettaNetPipRoleSettingsResponseArgs, RosettaNetPipRoleSettingsResponsePtr and RosettaNetPipRoleSettingsResponsePtrOutput values. You can construct a concrete instance of `RosettaNetPipRoleSettingsResponsePtrInput` via:

        RosettaNetPipRoleSettingsResponseArgs{...}

or:

        nil

type RosettaNetPipRoleSettingsResponsePtrOutput

type RosettaNetPipRoleSettingsResponsePtrOutput struct{ *pulumi.OutputState }

func (RosettaNetPipRoleSettingsResponsePtrOutput) Action

The action name.

func (RosettaNetPipRoleSettingsResponsePtrOutput) BusinessDocument

The RosettaNet ProcessConfiguration business document.

func (RosettaNetPipRoleSettingsResponsePtrOutput) Description

The description.

func (RosettaNetPipRoleSettingsResponsePtrOutput) Elem

func (RosettaNetPipRoleSettingsResponsePtrOutput) ElementType

func (RosettaNetPipRoleSettingsResponsePtrOutput) Role

The role name.

func (RosettaNetPipRoleSettingsResponsePtrOutput) RoleType

The RosettaNet ProcessConfiguration role type.

func (RosettaNetPipRoleSettingsResponsePtrOutput) Service

The service name.

func (RosettaNetPipRoleSettingsResponsePtrOutput) ServiceClassification

The service classification name.

func (RosettaNetPipRoleSettingsResponsePtrOutput) ToRosettaNetPipRoleSettingsResponsePtrOutput

func (o RosettaNetPipRoleSettingsResponsePtrOutput) ToRosettaNetPipRoleSettingsResponsePtrOutput() RosettaNetPipRoleSettingsResponsePtrOutput

func (RosettaNetPipRoleSettingsResponsePtrOutput) ToRosettaNetPipRoleSettingsResponsePtrOutputWithContext

func (o RosettaNetPipRoleSettingsResponsePtrOutput) ToRosettaNetPipRoleSettingsResponsePtrOutputWithContext(ctx context.Context) RosettaNetPipRoleSettingsResponsePtrOutput

type RosettaNetPipRoleType added in v0.3.1

type RosettaNetPipRoleType pulumi.String

The RosettaNet ProcessConfiguration role type.

func (RosettaNetPipRoleType) ElementType added in v0.3.1

func (RosettaNetPipRoleType) ElementType() reflect.Type

func (RosettaNetPipRoleType) ToStringOutput added in v0.3.1

func (e RosettaNetPipRoleType) ToStringOutput() pulumi.StringOutput

func (RosettaNetPipRoleType) ToStringOutputWithContext added in v0.3.1

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

func (RosettaNetPipRoleType) ToStringPtrOutput added in v0.3.1

func (e RosettaNetPipRoleType) ToStringPtrOutput() pulumi.StringPtrOutput

func (RosettaNetPipRoleType) ToStringPtrOutputWithContext added in v0.3.1

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

type RosettaNetProcessConfiguration

type RosettaNetProcessConfiguration struct {
	pulumi.CustomResourceState

	// The RosettaNet process configuration activity settings.
	ActivitySettings RosettaNetPipActivitySettingsResponseOutput `pulumi:"activitySettings"`
	// The changed time.
	ChangedTime pulumi.StringOutput `pulumi:"changedTime"`
	// The created time.
	CreatedTime pulumi.StringOutput `pulumi:"createdTime"`
	// The integration account RosettaNet ProcessConfiguration properties.
	Description pulumi.StringPtrOutput `pulumi:"description"`
	// The RosettaNet initiator role settings.
	InitiatorRoleSettings RosettaNetPipRoleSettingsResponseOutput `pulumi:"initiatorRoleSettings"`
	// The resource location.
	Location pulumi.StringPtrOutput `pulumi:"location"`
	// The metadata.
	Metadata pulumi.StringMapOutput `pulumi:"metadata"`
	// Gets the resource name.
	Name pulumi.StringOutput `pulumi:"name"`
	// The integration account RosettaNet process code.
	ProcessCode pulumi.StringOutput `pulumi:"processCode"`
	// The integration account RosettaNet process name.
	ProcessName pulumi.StringOutput `pulumi:"processName"`
	// The integration account RosettaNet process version.
	ProcessVersion pulumi.StringOutput `pulumi:"processVersion"`
	// The RosettaNet responder role settings.
	ResponderRoleSettings RosettaNetPipRoleSettingsResponseOutput `pulumi:"responderRoleSettings"`
	// The resource tags.
	Tags pulumi.StringMapOutput `pulumi:"tags"`
	// Gets the resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

The integration account RosettaNet process configuration.

func GetRosettaNetProcessConfiguration

func GetRosettaNetProcessConfiguration(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *RosettaNetProcessConfigurationState, opts ...pulumi.ResourceOption) (*RosettaNetProcessConfiguration, error)

GetRosettaNetProcessConfiguration gets an existing RosettaNetProcessConfiguration 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 NewRosettaNetProcessConfiguration

func NewRosettaNetProcessConfiguration(ctx *pulumi.Context,
	name string, args *RosettaNetProcessConfigurationArgs, opts ...pulumi.ResourceOption) (*RosettaNetProcessConfiguration, error)

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

func (*RosettaNetProcessConfiguration) ElementType added in v0.2.6

func (*RosettaNetProcessConfiguration) ToRosettaNetProcessConfigurationOutput added in v0.2.6

func (i *RosettaNetProcessConfiguration) ToRosettaNetProcessConfigurationOutput() RosettaNetProcessConfigurationOutput

func (*RosettaNetProcessConfiguration) ToRosettaNetProcessConfigurationOutputWithContext added in v0.2.6

func (i *RosettaNetProcessConfiguration) ToRosettaNetProcessConfigurationOutputWithContext(ctx context.Context) RosettaNetProcessConfigurationOutput

type RosettaNetProcessConfigurationArgs

type RosettaNetProcessConfigurationArgs struct {
	// The RosettaNet process configuration activity settings.
	ActivitySettings RosettaNetPipActivitySettingsInput
	// The integration account RosettaNet ProcessConfiguration properties.
	Description pulumi.StringPtrInput
	// The RosettaNet initiator role settings.
	InitiatorRoleSettings RosettaNetPipRoleSettingsInput
	// The integration account name.
	IntegrationAccountName pulumi.StringInput
	// The resource location.
	Location pulumi.StringPtrInput
	// The metadata.
	Metadata pulumi.StringMapInput
	// The integration account RosettaNet process code.
	ProcessCode pulumi.StringInput
	// The integration account RosettaNet process name.
	ProcessName pulumi.StringInput
	// The integration account RosettaNet process version.
	ProcessVersion pulumi.StringInput
	// The resource group name.
	ResourceGroupName pulumi.StringInput
	// The RosettaNet responder role settings.
	ResponderRoleSettings RosettaNetPipRoleSettingsInput
	// The integration account RosettaNet ProcessConfiguration name.
	RosettaNetProcessConfigurationName pulumi.StringInput
	// The resource tags.
	Tags pulumi.StringMapInput
}

The set of arguments for constructing a RosettaNetProcessConfiguration resource.

func (RosettaNetProcessConfigurationArgs) ElementType

type RosettaNetProcessConfigurationInput added in v0.2.6

type RosettaNetProcessConfigurationInput interface {
	pulumi.Input

	ToRosettaNetProcessConfigurationOutput() RosettaNetProcessConfigurationOutput
	ToRosettaNetProcessConfigurationOutputWithContext(ctx context.Context) RosettaNetProcessConfigurationOutput
}

type RosettaNetProcessConfigurationOutput added in v0.2.6

type RosettaNetProcessConfigurationOutput struct {
	*pulumi.OutputState
}

func (RosettaNetProcessConfigurationOutput) ElementType added in v0.2.6

func (RosettaNetProcessConfigurationOutput) ToRosettaNetProcessConfigurationOutput added in v0.2.6

func (o RosettaNetProcessConfigurationOutput) ToRosettaNetProcessConfigurationOutput() RosettaNetProcessConfigurationOutput

func (RosettaNetProcessConfigurationOutput) ToRosettaNetProcessConfigurationOutputWithContext added in v0.2.6

func (o RosettaNetProcessConfigurationOutput) ToRosettaNetProcessConfigurationOutputWithContext(ctx context.Context) RosettaNetProcessConfigurationOutput

type RosettaNetProcessConfigurationState

type RosettaNetProcessConfigurationState struct {
	// The RosettaNet process configuration activity settings.
	ActivitySettings RosettaNetPipActivitySettingsResponsePtrInput
	// The changed time.
	ChangedTime pulumi.StringPtrInput
	// The created time.
	CreatedTime pulumi.StringPtrInput
	// The integration account RosettaNet ProcessConfiguration properties.
	Description pulumi.StringPtrInput
	// The RosettaNet initiator role settings.
	InitiatorRoleSettings RosettaNetPipRoleSettingsResponsePtrInput
	// The resource location.
	Location pulumi.StringPtrInput
	// The metadata.
	Metadata pulumi.StringMapInput
	// Gets the resource name.
	Name pulumi.StringPtrInput
	// The integration account RosettaNet process code.
	ProcessCode pulumi.StringPtrInput
	// The integration account RosettaNet process name.
	ProcessName pulumi.StringPtrInput
	// The integration account RosettaNet process version.
	ProcessVersion pulumi.StringPtrInput
	// The RosettaNet responder role settings.
	ResponderRoleSettings RosettaNetPipRoleSettingsResponsePtrInput
	// The resource tags.
	Tags pulumi.StringMapInput
	// Gets the resource type.
	Type pulumi.StringPtrInput
}

func (RosettaNetProcessConfigurationState) ElementType

type RosettaNetResponseType added in v0.3.1

type RosettaNetResponseType pulumi.String

The value indicating whether the RosettaNet PIP communication is synchronous.

func (RosettaNetResponseType) ElementType added in v0.3.1

func (RosettaNetResponseType) ElementType() reflect.Type

func (RosettaNetResponseType) ToStringOutput added in v0.3.1

func (e RosettaNetResponseType) ToStringOutput() pulumi.StringOutput

func (RosettaNetResponseType) ToStringOutputWithContext added in v0.3.1

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

func (RosettaNetResponseType) ToStringPtrOutput added in v0.3.1

func (e RosettaNetResponseType) ToStringPtrOutput() pulumi.StringPtrOutput

func (RosettaNetResponseType) ToStringPtrOutputWithContext added in v0.3.1

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

type SchemaType added in v0.3.1

type SchemaType pulumi.String

The schema type.

func (SchemaType) ElementType added in v0.3.1

func (SchemaType) ElementType() reflect.Type

func (SchemaType) ToStringOutput added in v0.3.1

func (e SchemaType) ToStringOutput() pulumi.StringOutput

func (SchemaType) ToStringOutputWithContext added in v0.3.1

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

func (SchemaType) ToStringPtrOutput added in v0.3.1

func (e SchemaType) ToStringPtrOutput() pulumi.StringPtrOutput

func (SchemaType) ToStringPtrOutputWithContext added in v0.3.1

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

type SegmentTerminatorSuffix added in v0.3.1

type SegmentTerminatorSuffix pulumi.String

The segment terminator suffix.

func (SegmentTerminatorSuffix) ElementType added in v0.3.1

func (SegmentTerminatorSuffix) ElementType() reflect.Type

func (SegmentTerminatorSuffix) ToStringOutput added in v0.3.1

func (e SegmentTerminatorSuffix) ToStringOutput() pulumi.StringOutput

func (SegmentTerminatorSuffix) ToStringOutputWithContext added in v0.3.1

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

func (SegmentTerminatorSuffix) ToStringPtrOutput added in v0.3.1

func (e SegmentTerminatorSuffix) ToStringPtrOutput() pulumi.StringPtrOutput

func (SegmentTerminatorSuffix) ToStringPtrOutputWithContext added in v0.3.1

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

type Session

type Session struct {
	pulumi.CustomResourceState

	// The changed time.
	ChangedTime pulumi.StringOutput `pulumi:"changedTime"`
	// The session content.
	Content pulumi.AnyOutput `pulumi:"content"`
	// The created time.
	CreatedTime pulumi.StringOutput `pulumi:"createdTime"`
	// The resource location.
	Location pulumi.StringPtrOutput `pulumi:"location"`
	// Gets the resource name.
	Name pulumi.StringOutput `pulumi:"name"`
	// The resource tags.
	Tags pulumi.StringMapOutput `pulumi:"tags"`
	// Gets the resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

The integration account session.

func GetSession

func GetSession(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *SessionState, opts ...pulumi.ResourceOption) (*Session, error)

GetSession gets an existing Session 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 NewSession

func NewSession(ctx *pulumi.Context,
	name string, args *SessionArgs, opts ...pulumi.ResourceOption) (*Session, error)

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

func (*Session) ElementType added in v0.2.6

func (*Session) ElementType() reflect.Type

func (*Session) ToSessionOutput added in v0.2.6

func (i *Session) ToSessionOutput() SessionOutput

func (*Session) ToSessionOutputWithContext added in v0.2.6

func (i *Session) ToSessionOutputWithContext(ctx context.Context) SessionOutput

type SessionArgs

type SessionArgs struct {
	// The session content.
	Content pulumi.Input
	// The integration account name.
	IntegrationAccountName pulumi.StringInput
	// The resource location.
	Location pulumi.StringPtrInput
	// The resource group name.
	ResourceGroupName pulumi.StringInput
	// The integration account session name.
	SessionName pulumi.StringInput
	// The resource tags.
	Tags pulumi.StringMapInput
}

The set of arguments for constructing a Session resource.

func (SessionArgs) ElementType

func (SessionArgs) ElementType() reflect.Type

type SessionInput added in v0.2.6

type SessionInput interface {
	pulumi.Input

	ToSessionOutput() SessionOutput
	ToSessionOutputWithContext(ctx context.Context) SessionOutput
}

type SessionOutput added in v0.2.6

type SessionOutput struct {
	*pulumi.OutputState
}

func (SessionOutput) ElementType added in v0.2.6

func (SessionOutput) ElementType() reflect.Type

func (SessionOutput) ToSessionOutput added in v0.2.6

func (o SessionOutput) ToSessionOutput() SessionOutput

func (SessionOutput) ToSessionOutputWithContext added in v0.2.6

func (o SessionOutput) ToSessionOutputWithContext(ctx context.Context) SessionOutput

type SessionState

type SessionState struct {
	// The changed time.
	ChangedTime pulumi.StringPtrInput
	// The session content.
	Content pulumi.Input
	// The created time.
	CreatedTime pulumi.StringPtrInput
	// The resource location.
	Location pulumi.StringPtrInput
	// Gets the resource name.
	Name pulumi.StringPtrInput
	// The resource tags.
	Tags pulumi.StringMapInput
	// Gets the resource type.
	Type pulumi.StringPtrInput
}

func (SessionState) ElementType

func (SessionState) ElementType() reflect.Type

type SigningAlgorithm added in v0.3.1

type SigningAlgorithm pulumi.String

The signing algorithm.

func (SigningAlgorithm) ElementType added in v0.3.1

func (SigningAlgorithm) ElementType() reflect.Type

func (SigningAlgorithm) ToStringOutput added in v0.3.1

func (e SigningAlgorithm) ToStringOutput() pulumi.StringOutput

func (SigningAlgorithm) ToStringOutputWithContext added in v0.3.1

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

func (SigningAlgorithm) ToStringPtrOutput added in v0.3.1

func (e SigningAlgorithm) ToStringPtrOutput() pulumi.StringPtrOutput

func (SigningAlgorithm) ToStringPtrOutputWithContext added in v0.3.1

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

type Sku

type Sku struct {
	// The name.
	Name string `pulumi:"name"`
}

The sku type.

type SkuArgs

type SkuArgs struct {
	// The name.
	Name SkuName `pulumi:"name"`
}

The sku type.

func (SkuArgs) ElementType

func (SkuArgs) ElementType() reflect.Type

func (SkuArgs) ToSkuOutput

func (i SkuArgs) ToSkuOutput() SkuOutput

func (SkuArgs) ToSkuOutputWithContext

func (i SkuArgs) ToSkuOutputWithContext(ctx context.Context) SkuOutput

func (SkuArgs) ToSkuPtrOutput

func (i SkuArgs) ToSkuPtrOutput() SkuPtrOutput

func (SkuArgs) ToSkuPtrOutputWithContext

func (i SkuArgs) ToSkuPtrOutputWithContext(ctx context.Context) SkuPtrOutput

type SkuInput

type SkuInput interface {
	pulumi.Input

	ToSkuOutput() SkuOutput
	ToSkuOutputWithContext(context.Context) SkuOutput
}

SkuInput is an input type that accepts SkuArgs and SkuOutput values. You can construct a concrete instance of `SkuInput` via:

SkuArgs{...}

type SkuName added in v0.3.1

type SkuName pulumi.String

The name.

func (SkuName) ElementType added in v0.3.1

func (SkuName) ElementType() reflect.Type

func (SkuName) ToStringOutput added in v0.3.1

func (e SkuName) ToStringOutput() pulumi.StringOutput

func (SkuName) ToStringOutputWithContext added in v0.3.1

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

func (SkuName) ToStringPtrOutput added in v0.3.1

func (e SkuName) ToStringPtrOutput() pulumi.StringPtrOutput

func (SkuName) ToStringPtrOutputWithContext added in v0.3.1

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

type SkuOutput

type SkuOutput struct{ *pulumi.OutputState }

The sku type.

func (SkuOutput) ElementType

func (SkuOutput) ElementType() reflect.Type

func (SkuOutput) Name

func (o SkuOutput) Name() pulumi.StringOutput

The name.

func (SkuOutput) ToSkuOutput

func (o SkuOutput) ToSkuOutput() SkuOutput

func (SkuOutput) ToSkuOutputWithContext

func (o SkuOutput) ToSkuOutputWithContext(ctx context.Context) SkuOutput

func (SkuOutput) ToSkuPtrOutput

func (o SkuOutput) ToSkuPtrOutput() SkuPtrOutput

func (SkuOutput) ToSkuPtrOutputWithContext

func (o SkuOutput) ToSkuPtrOutputWithContext(ctx context.Context) SkuPtrOutput

type SkuPtrInput

type SkuPtrInput interface {
	pulumi.Input

	ToSkuPtrOutput() SkuPtrOutput
	ToSkuPtrOutputWithContext(context.Context) SkuPtrOutput
}

SkuPtrInput is an input type that accepts SkuArgs, SkuPtr and SkuPtrOutput values. You can construct a concrete instance of `SkuPtrInput` via:

        SkuArgs{...}

or:

        nil

func SkuPtr

func SkuPtr(v *SkuArgs) SkuPtrInput

type SkuPtrOutput

type SkuPtrOutput struct{ *pulumi.OutputState }

func (SkuPtrOutput) Elem

func (o SkuPtrOutput) Elem() SkuOutput

func (SkuPtrOutput) ElementType

func (SkuPtrOutput) ElementType() reflect.Type

func (SkuPtrOutput) Name

The name.

func (SkuPtrOutput) ToSkuPtrOutput

func (o SkuPtrOutput) ToSkuPtrOutput() SkuPtrOutput

func (SkuPtrOutput) ToSkuPtrOutputWithContext

func (o SkuPtrOutput) ToSkuPtrOutputWithContext(ctx context.Context) SkuPtrOutput

type SkuResponse

type SkuResponse struct {
	// The name.
	Name string `pulumi:"name"`
	// The reference to plan.
	Plan *ResourceReferenceResponse `pulumi:"plan"`
}

The sku type.

type SkuResponseArgs

type SkuResponseArgs struct {
	// The name.
	Name pulumi.StringInput `pulumi:"name"`
	// The reference to plan.
	Plan ResourceReferenceResponsePtrInput `pulumi:"plan"`
}

The sku type.

func (SkuResponseArgs) ElementType

func (SkuResponseArgs) ElementType() reflect.Type

func (SkuResponseArgs) ToSkuResponseOutput

func (i SkuResponseArgs) ToSkuResponseOutput() SkuResponseOutput

func (SkuResponseArgs) ToSkuResponseOutputWithContext

func (i SkuResponseArgs) ToSkuResponseOutputWithContext(ctx context.Context) SkuResponseOutput

func (SkuResponseArgs) ToSkuResponsePtrOutput

func (i SkuResponseArgs) ToSkuResponsePtrOutput() SkuResponsePtrOutput

func (SkuResponseArgs) ToSkuResponsePtrOutputWithContext

func (i SkuResponseArgs) ToSkuResponsePtrOutputWithContext(ctx context.Context) SkuResponsePtrOutput

type SkuResponseInput

type SkuResponseInput interface {
	pulumi.Input

	ToSkuResponseOutput() SkuResponseOutput
	ToSkuResponseOutputWithContext(context.Context) SkuResponseOutput
}

SkuResponseInput is an input type that accepts SkuResponseArgs and SkuResponseOutput values. You can construct a concrete instance of `SkuResponseInput` via:

SkuResponseArgs{...}

type SkuResponseOutput

type SkuResponseOutput struct{ *pulumi.OutputState }

The sku type.

func (SkuResponseOutput) ElementType

func (SkuResponseOutput) ElementType() reflect.Type

func (SkuResponseOutput) Name

The name.

func (SkuResponseOutput) Plan

The reference to plan.

func (SkuResponseOutput) ToSkuResponseOutput

func (o SkuResponseOutput) ToSkuResponseOutput() SkuResponseOutput

func (SkuResponseOutput) ToSkuResponseOutputWithContext

func (o SkuResponseOutput) ToSkuResponseOutputWithContext(ctx context.Context) SkuResponseOutput

func (SkuResponseOutput) ToSkuResponsePtrOutput

func (o SkuResponseOutput) ToSkuResponsePtrOutput() SkuResponsePtrOutput

func (SkuResponseOutput) ToSkuResponsePtrOutputWithContext

func (o SkuResponseOutput) ToSkuResponsePtrOutputWithContext(ctx context.Context) SkuResponsePtrOutput

type SkuResponsePtrInput

type SkuResponsePtrInput interface {
	pulumi.Input

	ToSkuResponsePtrOutput() SkuResponsePtrOutput
	ToSkuResponsePtrOutputWithContext(context.Context) SkuResponsePtrOutput
}

SkuResponsePtrInput is an input type that accepts SkuResponseArgs, SkuResponsePtr and SkuResponsePtrOutput values. You can construct a concrete instance of `SkuResponsePtrInput` via:

        SkuResponseArgs{...}

or:

        nil

func SkuResponsePtr

func SkuResponsePtr(v *SkuResponseArgs) SkuResponsePtrInput

type SkuResponsePtrOutput

type SkuResponsePtrOutput struct{ *pulumi.OutputState }

func (SkuResponsePtrOutput) Elem

func (SkuResponsePtrOutput) ElementType

func (SkuResponsePtrOutput) ElementType() reflect.Type

func (SkuResponsePtrOutput) Name

The name.

func (SkuResponsePtrOutput) Plan

The reference to plan.

func (SkuResponsePtrOutput) ToSkuResponsePtrOutput

func (o SkuResponsePtrOutput) ToSkuResponsePtrOutput() SkuResponsePtrOutput

func (SkuResponsePtrOutput) ToSkuResponsePtrOutputWithContext

func (o SkuResponsePtrOutput) ToSkuResponsePtrOutputWithContext(ctx context.Context) SkuResponsePtrOutput

type TrailingSeparatorPolicy added in v0.3.1

type TrailingSeparatorPolicy pulumi.String

The trailing separator policy.

func (TrailingSeparatorPolicy) ElementType added in v0.3.1

func (TrailingSeparatorPolicy) ElementType() reflect.Type

func (TrailingSeparatorPolicy) ToStringOutput added in v0.3.1

func (e TrailingSeparatorPolicy) ToStringOutput() pulumi.StringOutput

func (TrailingSeparatorPolicy) ToStringOutputWithContext added in v0.3.1

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

func (TrailingSeparatorPolicy) ToStringPtrOutput added in v0.3.1

func (e TrailingSeparatorPolicy) ToStringPtrOutput() pulumi.StringPtrOutput

func (TrailingSeparatorPolicy) ToStringPtrOutputWithContext added in v0.3.1

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

type UsageIndicator added in v0.3.1

type UsageIndicator pulumi.String

The usage indicator.

func (UsageIndicator) ElementType added in v0.3.1

func (UsageIndicator) ElementType() reflect.Type

func (UsageIndicator) ToStringOutput added in v0.3.1

func (e UsageIndicator) ToStringOutput() pulumi.StringOutput

func (UsageIndicator) ToStringOutputWithContext added in v0.3.1

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

func (UsageIndicator) ToStringPtrOutput added in v0.3.1

func (e UsageIndicator) ToStringPtrOutput() pulumi.StringPtrOutput

func (UsageIndicator) ToStringPtrOutputWithContext added in v0.3.1

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

type Workflow

type Workflow struct {
	pulumi.CustomResourceState

	// Gets the access endpoint.
	AccessEndpoint pulumi.StringOutput `pulumi:"accessEndpoint"`
	// Gets the changed time.
	ChangedTime pulumi.StringOutput `pulumi:"changedTime"`
	// Gets the created time.
	CreatedTime pulumi.StringOutput `pulumi:"createdTime"`
	// The definition. See [Schema reference for Workflow Definition Language in Azure Logic Apps](https://aka.ms/logic-apps-workflow-definition-language).
	Definition pulumi.AnyOutput `pulumi:"definition"`
	// The integration account.
	IntegrationAccount ResourceReferenceResponsePtrOutput `pulumi:"integrationAccount"`
	// The resource location.
	Location pulumi.StringPtrOutput `pulumi:"location"`
	// Gets the resource name.
	Name pulumi.StringOutput `pulumi:"name"`
	// The parameters.
	Parameters WorkflowParameterResponseMapOutput `pulumi:"parameters"`
	// Gets the provisioning state.
	ProvisioningState pulumi.StringOutput `pulumi:"provisioningState"`
	// The sku.
	Sku SkuResponsePtrOutput `pulumi:"sku"`
	// The state.
	State pulumi.StringPtrOutput `pulumi:"state"`
	// The resource tags.
	Tags pulumi.StringMapOutput `pulumi:"tags"`
	// Gets the resource type.
	Type pulumi.StringOutput `pulumi:"type"`
	// Gets the version.
	Version pulumi.StringOutput `pulumi:"version"`
}

The workflow type.

func GetWorkflow

func GetWorkflow(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WorkflowState, opts ...pulumi.ResourceOption) (*Workflow, error)

GetWorkflow gets an existing Workflow 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 NewWorkflow

func NewWorkflow(ctx *pulumi.Context,
	name string, args *WorkflowArgs, opts ...pulumi.ResourceOption) (*Workflow, error)

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

func (*Workflow) ElementType added in v0.2.6

func (*Workflow) ElementType() reflect.Type

func (*Workflow) ToWorkflowOutput added in v0.2.6

func (i *Workflow) ToWorkflowOutput() WorkflowOutput

func (*Workflow) ToWorkflowOutputWithContext added in v0.2.6

func (i *Workflow) ToWorkflowOutputWithContext(ctx context.Context) WorkflowOutput

type WorkflowArgs

type WorkflowArgs struct {
	// The definition. See [Schema reference for Workflow Definition Language in Azure Logic Apps](https://aka.ms/logic-apps-workflow-definition-language).
	Definition pulumi.Input
	// The resource location.
	Location pulumi.StringPtrInput
	// The parameters.
	Parameters WorkflowParameterMapInput
	// The resource group name.
	ResourceGroupName pulumi.StringInput
	// The sku.
	Sku SkuPtrInput
	// The state.
	State *WorkflowStateEnum
	// The resource tags.
	Tags pulumi.StringMapInput
	// The workflow name.
	WorkflowName pulumi.StringInput
}

The set of arguments for constructing a Workflow resource.

func (WorkflowArgs) ElementType

func (WorkflowArgs) ElementType() reflect.Type

type WorkflowInput added in v0.2.6

type WorkflowInput interface {
	pulumi.Input

	ToWorkflowOutput() WorkflowOutput
	ToWorkflowOutputWithContext(ctx context.Context) WorkflowOutput
}

type WorkflowOutput added in v0.2.6

type WorkflowOutput struct {
	*pulumi.OutputState
}

func (WorkflowOutput) ElementType added in v0.2.6

func (WorkflowOutput) ElementType() reflect.Type

func (WorkflowOutput) ToWorkflowOutput added in v0.2.6

func (o WorkflowOutput) ToWorkflowOutput() WorkflowOutput

func (WorkflowOutput) ToWorkflowOutputWithContext added in v0.2.6

func (o WorkflowOutput) ToWorkflowOutputWithContext(ctx context.Context) WorkflowOutput

type WorkflowParameter

type WorkflowParameter struct {
	// The description.
	Description *string `pulumi:"description"`
	// The metadata.
	Metadata interface{} `pulumi:"metadata"`
	// The type.
	Type *string `pulumi:"type"`
	// The value.
	Value interface{} `pulumi:"value"`
}

The workflow parameters.

type WorkflowParameterArgs

type WorkflowParameterArgs struct {
	// The description.
	Description pulumi.StringPtrInput `pulumi:"description"`
	// The metadata.
	Metadata pulumi.Input `pulumi:"metadata"`
	// The type.
	Type *ParameterType `pulumi:"type"`
	// The value.
	Value pulumi.Input `pulumi:"value"`
}

The workflow parameters.

func (WorkflowParameterArgs) ElementType

func (WorkflowParameterArgs) ElementType() reflect.Type

func (WorkflowParameterArgs) ToWorkflowParameterOutput

func (i WorkflowParameterArgs) ToWorkflowParameterOutput() WorkflowParameterOutput

func (WorkflowParameterArgs) ToWorkflowParameterOutputWithContext

func (i WorkflowParameterArgs) ToWorkflowParameterOutputWithContext(ctx context.Context) WorkflowParameterOutput

type WorkflowParameterInput

type WorkflowParameterInput interface {
	pulumi.Input

	ToWorkflowParameterOutput() WorkflowParameterOutput
	ToWorkflowParameterOutputWithContext(context.Context) WorkflowParameterOutput
}

WorkflowParameterInput is an input type that accepts WorkflowParameterArgs and WorkflowParameterOutput values. You can construct a concrete instance of `WorkflowParameterInput` via:

WorkflowParameterArgs{...}

type WorkflowParameterMap

type WorkflowParameterMap map[string]WorkflowParameterInput

func (WorkflowParameterMap) ElementType

func (WorkflowParameterMap) ElementType() reflect.Type

func (WorkflowParameterMap) ToWorkflowParameterMapOutput

func (i WorkflowParameterMap) ToWorkflowParameterMapOutput() WorkflowParameterMapOutput

func (WorkflowParameterMap) ToWorkflowParameterMapOutputWithContext

func (i WorkflowParameterMap) ToWorkflowParameterMapOutputWithContext(ctx context.Context) WorkflowParameterMapOutput

type WorkflowParameterMapInput

type WorkflowParameterMapInput interface {
	pulumi.Input

	ToWorkflowParameterMapOutput() WorkflowParameterMapOutput
	ToWorkflowParameterMapOutputWithContext(context.Context) WorkflowParameterMapOutput
}

WorkflowParameterMapInput is an input type that accepts WorkflowParameterMap and WorkflowParameterMapOutput values. You can construct a concrete instance of `WorkflowParameterMapInput` via:

WorkflowParameterMap{ "key": WorkflowParameterArgs{...} }

type WorkflowParameterMapOutput

type WorkflowParameterMapOutput struct{ *pulumi.OutputState }

func (WorkflowParameterMapOutput) ElementType

func (WorkflowParameterMapOutput) ElementType() reflect.Type

func (WorkflowParameterMapOutput) MapIndex

func (WorkflowParameterMapOutput) ToWorkflowParameterMapOutput

func (o WorkflowParameterMapOutput) ToWorkflowParameterMapOutput() WorkflowParameterMapOutput

func (WorkflowParameterMapOutput) ToWorkflowParameterMapOutputWithContext

func (o WorkflowParameterMapOutput) ToWorkflowParameterMapOutputWithContext(ctx context.Context) WorkflowParameterMapOutput

type WorkflowParameterOutput

type WorkflowParameterOutput struct{ *pulumi.OutputState }

The workflow parameters.

func (WorkflowParameterOutput) Description

The description.

func (WorkflowParameterOutput) ElementType

func (WorkflowParameterOutput) ElementType() reflect.Type

func (WorkflowParameterOutput) Metadata

The metadata.

func (WorkflowParameterOutput) ToWorkflowParameterOutput

func (o WorkflowParameterOutput) ToWorkflowParameterOutput() WorkflowParameterOutput

func (WorkflowParameterOutput) ToWorkflowParameterOutputWithContext

func (o WorkflowParameterOutput) ToWorkflowParameterOutputWithContext(ctx context.Context) WorkflowParameterOutput

func (WorkflowParameterOutput) Type

The type.

func (WorkflowParameterOutput) Value

The value.

type WorkflowParameterResponse

type WorkflowParameterResponse struct {
	// The description.
	Description *string `pulumi:"description"`
	// The metadata.
	Metadata interface{} `pulumi:"metadata"`
	// The type.
	Type *string `pulumi:"type"`
	// The value.
	Value interface{} `pulumi:"value"`
}

The workflow parameters.

type WorkflowParameterResponseArgs

type WorkflowParameterResponseArgs struct {
	// The description.
	Description pulumi.StringPtrInput `pulumi:"description"`
	// The metadata.
	Metadata pulumi.Input `pulumi:"metadata"`
	// The type.
	Type pulumi.StringPtrInput `pulumi:"type"`
	// The value.
	Value pulumi.Input `pulumi:"value"`
}

The workflow parameters.

func (WorkflowParameterResponseArgs) ElementType

func (WorkflowParameterResponseArgs) ToWorkflowParameterResponseOutput

func (i WorkflowParameterResponseArgs) ToWorkflowParameterResponseOutput() WorkflowParameterResponseOutput

func (WorkflowParameterResponseArgs) ToWorkflowParameterResponseOutputWithContext

func (i WorkflowParameterResponseArgs) ToWorkflowParameterResponseOutputWithContext(ctx context.Context) WorkflowParameterResponseOutput

type WorkflowParameterResponseInput

type WorkflowParameterResponseInput interface {
	pulumi.Input

	ToWorkflowParameterResponseOutput() WorkflowParameterResponseOutput
	ToWorkflowParameterResponseOutputWithContext(context.Context) WorkflowParameterResponseOutput
}

WorkflowParameterResponseInput is an input type that accepts WorkflowParameterResponseArgs and WorkflowParameterResponseOutput values. You can construct a concrete instance of `WorkflowParameterResponseInput` via:

WorkflowParameterResponseArgs{...}

type WorkflowParameterResponseMap

type WorkflowParameterResponseMap map[string]WorkflowParameterResponseInput

func (WorkflowParameterResponseMap) ElementType

func (WorkflowParameterResponseMap) ToWorkflowParameterResponseMapOutput

func (i WorkflowParameterResponseMap) ToWorkflowParameterResponseMapOutput() WorkflowParameterResponseMapOutput

func (WorkflowParameterResponseMap) ToWorkflowParameterResponseMapOutputWithContext

func (i WorkflowParameterResponseMap) ToWorkflowParameterResponseMapOutputWithContext(ctx context.Context) WorkflowParameterResponseMapOutput

type WorkflowParameterResponseMapInput

type WorkflowParameterResponseMapInput interface {
	pulumi.Input

	ToWorkflowParameterResponseMapOutput() WorkflowParameterResponseMapOutput
	ToWorkflowParameterResponseMapOutputWithContext(context.Context) WorkflowParameterResponseMapOutput
}

WorkflowParameterResponseMapInput is an input type that accepts WorkflowParameterResponseMap and WorkflowParameterResponseMapOutput values. You can construct a concrete instance of `WorkflowParameterResponseMapInput` via:

WorkflowParameterResponseMap{ "key": WorkflowParameterResponseArgs{...} }

type WorkflowParameterResponseMapOutput

type WorkflowParameterResponseMapOutput struct{ *pulumi.OutputState }

func (WorkflowParameterResponseMapOutput) ElementType

func (WorkflowParameterResponseMapOutput) MapIndex

func (WorkflowParameterResponseMapOutput) ToWorkflowParameterResponseMapOutput

func (o WorkflowParameterResponseMapOutput) ToWorkflowParameterResponseMapOutput() WorkflowParameterResponseMapOutput

func (WorkflowParameterResponseMapOutput) ToWorkflowParameterResponseMapOutputWithContext

func (o WorkflowParameterResponseMapOutput) ToWorkflowParameterResponseMapOutputWithContext(ctx context.Context) WorkflowParameterResponseMapOutput

type WorkflowParameterResponseOutput

type WorkflowParameterResponseOutput struct{ *pulumi.OutputState }

The workflow parameters.

func (WorkflowParameterResponseOutput) Description

The description.

func (WorkflowParameterResponseOutput) ElementType

func (WorkflowParameterResponseOutput) Metadata

The metadata.

func (WorkflowParameterResponseOutput) ToWorkflowParameterResponseOutput

func (o WorkflowParameterResponseOutput) ToWorkflowParameterResponseOutput() WorkflowParameterResponseOutput

func (WorkflowParameterResponseOutput) ToWorkflowParameterResponseOutputWithContext

func (o WorkflowParameterResponseOutput) ToWorkflowParameterResponseOutputWithContext(ctx context.Context) WorkflowParameterResponseOutput

func (WorkflowParameterResponseOutput) Type

The type.

func (WorkflowParameterResponseOutput) Value

The value.

type WorkflowState

type WorkflowState struct {
	// Gets the access endpoint.
	AccessEndpoint pulumi.StringPtrInput
	// Gets the changed time.
	ChangedTime pulumi.StringPtrInput
	// Gets the created time.
	CreatedTime pulumi.StringPtrInput
	// The definition. See [Schema reference for Workflow Definition Language in Azure Logic Apps](https://aka.ms/logic-apps-workflow-definition-language).
	Definition pulumi.Input
	// The integration account.
	IntegrationAccount ResourceReferenceResponsePtrInput
	// The resource location.
	Location pulumi.StringPtrInput
	// Gets the resource name.
	Name pulumi.StringPtrInput
	// The parameters.
	Parameters WorkflowParameterResponseMapInput
	// Gets the provisioning state.
	ProvisioningState pulumi.StringPtrInput
	// The sku.
	Sku SkuResponsePtrInput
	// The state.
	State pulumi.StringPtrInput
	// The resource tags.
	Tags pulumi.StringMapInput
	// Gets the resource type.
	Type pulumi.StringPtrInput
	// Gets the version.
	Version pulumi.StringPtrInput
}

func (WorkflowState) ElementType

func (WorkflowState) ElementType() reflect.Type

type WorkflowStateEnum added in v0.6.0

type WorkflowStateEnum pulumi.String

The state.

func (WorkflowStateEnum) ElementType added in v0.6.0

func (WorkflowStateEnum) ElementType() reflect.Type

func (WorkflowStateEnum) ToStringOutput added in v0.6.0

func (e WorkflowStateEnum) ToStringOutput() pulumi.StringOutput

func (WorkflowStateEnum) ToStringOutputWithContext added in v0.6.0

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

func (WorkflowStateEnum) ToStringPtrOutput added in v0.6.0

func (e WorkflowStateEnum) ToStringPtrOutput() pulumi.StringPtrOutput

func (WorkflowStateEnum) ToStringPtrOutputWithContext added in v0.6.0

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

type WorkflowTriggerListCallbackUrlQueriesResponse

type WorkflowTriggerListCallbackUrlQueriesResponse struct {
	// The api version.
	ApiVersion *string `pulumi:"apiVersion"`
	// The SAS timestamp.
	Se *string `pulumi:"se"`
	// The SAS signature.
	Sig *string `pulumi:"sig"`
	// The SAS permissions.
	Sp *string `pulumi:"sp"`
	// The SAS version.
	Sv *string `pulumi:"sv"`
}

Gets the workflow trigger callback URL query parameters.

type WorkflowTriggerListCallbackUrlQueriesResponseArgs

type WorkflowTriggerListCallbackUrlQueriesResponseArgs struct {
	// The api version.
	ApiVersion pulumi.StringPtrInput `pulumi:"apiVersion"`
	// The SAS timestamp.
	Se pulumi.StringPtrInput `pulumi:"se"`
	// The SAS signature.
	Sig pulumi.StringPtrInput `pulumi:"sig"`
	// The SAS permissions.
	Sp pulumi.StringPtrInput `pulumi:"sp"`
	// The SAS version.
	Sv pulumi.StringPtrInput `pulumi:"sv"`
}

Gets the workflow trigger callback URL query parameters.

func (WorkflowTriggerListCallbackUrlQueriesResponseArgs) ElementType

func (WorkflowTriggerListCallbackUrlQueriesResponseArgs) ToWorkflowTriggerListCallbackUrlQueriesResponseOutput

func (i WorkflowTriggerListCallbackUrlQueriesResponseArgs) ToWorkflowTriggerListCallbackUrlQueriesResponseOutput() WorkflowTriggerListCallbackUrlQueriesResponseOutput

func (WorkflowTriggerListCallbackUrlQueriesResponseArgs) ToWorkflowTriggerListCallbackUrlQueriesResponseOutputWithContext

func (i WorkflowTriggerListCallbackUrlQueriesResponseArgs) ToWorkflowTriggerListCallbackUrlQueriesResponseOutputWithContext(ctx context.Context) WorkflowTriggerListCallbackUrlQueriesResponseOutput

type WorkflowTriggerListCallbackUrlQueriesResponseInput

type WorkflowTriggerListCallbackUrlQueriesResponseInput interface {
	pulumi.Input

	ToWorkflowTriggerListCallbackUrlQueriesResponseOutput() WorkflowTriggerListCallbackUrlQueriesResponseOutput
	ToWorkflowTriggerListCallbackUrlQueriesResponseOutputWithContext(context.Context) WorkflowTriggerListCallbackUrlQueriesResponseOutput
}

WorkflowTriggerListCallbackUrlQueriesResponseInput is an input type that accepts WorkflowTriggerListCallbackUrlQueriesResponseArgs and WorkflowTriggerListCallbackUrlQueriesResponseOutput values. You can construct a concrete instance of `WorkflowTriggerListCallbackUrlQueriesResponseInput` via:

WorkflowTriggerListCallbackUrlQueriesResponseArgs{...}

type WorkflowTriggerListCallbackUrlQueriesResponseOutput

type WorkflowTriggerListCallbackUrlQueriesResponseOutput struct{ *pulumi.OutputState }

Gets the workflow trigger callback URL query parameters.

func (WorkflowTriggerListCallbackUrlQueriesResponseOutput) ApiVersion

The api version.

func (WorkflowTriggerListCallbackUrlQueriesResponseOutput) ElementType

func (WorkflowTriggerListCallbackUrlQueriesResponseOutput) Se

The SAS timestamp.

func (WorkflowTriggerListCallbackUrlQueriesResponseOutput) Sig

The SAS signature.

func (WorkflowTriggerListCallbackUrlQueriesResponseOutput) Sp

The SAS permissions.

func (WorkflowTriggerListCallbackUrlQueriesResponseOutput) Sv

The SAS version.

func (WorkflowTriggerListCallbackUrlQueriesResponseOutput) ToWorkflowTriggerListCallbackUrlQueriesResponseOutput

func (o WorkflowTriggerListCallbackUrlQueriesResponseOutput) ToWorkflowTriggerListCallbackUrlQueriesResponseOutput() WorkflowTriggerListCallbackUrlQueriesResponseOutput

func (WorkflowTriggerListCallbackUrlQueriesResponseOutput) ToWorkflowTriggerListCallbackUrlQueriesResponseOutputWithContext

func (o WorkflowTriggerListCallbackUrlQueriesResponseOutput) ToWorkflowTriggerListCallbackUrlQueriesResponseOutputWithContext(ctx context.Context) WorkflowTriggerListCallbackUrlQueriesResponseOutput

type WorkflowTriggerRecurrence

type WorkflowTriggerRecurrence struct {
	// The end time.
	EndTime *string `pulumi:"endTime"`
	// The frequency.
	Frequency *string `pulumi:"frequency"`
	// The interval.
	Interval *int `pulumi:"interval"`
	// The recurrence schedule.
	Schedule *RecurrenceSchedule `pulumi:"schedule"`
	// The start time.
	StartTime *string `pulumi:"startTime"`
	// The time zone.
	TimeZone *string `pulumi:"timeZone"`
}

The workflow trigger recurrence.

type WorkflowTriggerRecurrenceArgs

type WorkflowTriggerRecurrenceArgs struct {
	// The end time.
	EndTime pulumi.StringPtrInput `pulumi:"endTime"`
	// The frequency.
	Frequency *RecurrenceFrequency `pulumi:"frequency"`
	// The interval.
	Interval pulumi.IntPtrInput `pulumi:"interval"`
	// The recurrence schedule.
	Schedule RecurrenceSchedulePtrInput `pulumi:"schedule"`
	// The start time.
	StartTime pulumi.StringPtrInput `pulumi:"startTime"`
	// The time zone.
	TimeZone pulumi.StringPtrInput `pulumi:"timeZone"`
}

The workflow trigger recurrence.

func (WorkflowTriggerRecurrenceArgs) ElementType

func (WorkflowTriggerRecurrenceArgs) ToWorkflowTriggerRecurrenceOutput

func (i WorkflowTriggerRecurrenceArgs) ToWorkflowTriggerRecurrenceOutput() WorkflowTriggerRecurrenceOutput

func (WorkflowTriggerRecurrenceArgs) ToWorkflowTriggerRecurrenceOutputWithContext

func (i WorkflowTriggerRecurrenceArgs) ToWorkflowTriggerRecurrenceOutputWithContext(ctx context.Context) WorkflowTriggerRecurrenceOutput

func (WorkflowTriggerRecurrenceArgs) ToWorkflowTriggerRecurrencePtrOutput

func (i WorkflowTriggerRecurrenceArgs) ToWorkflowTriggerRecurrencePtrOutput() WorkflowTriggerRecurrencePtrOutput

func (WorkflowTriggerRecurrenceArgs) ToWorkflowTriggerRecurrencePtrOutputWithContext

func (i WorkflowTriggerRecurrenceArgs) ToWorkflowTriggerRecurrencePtrOutputWithContext(ctx context.Context) WorkflowTriggerRecurrencePtrOutput

type WorkflowTriggerRecurrenceInput

type WorkflowTriggerRecurrenceInput interface {
	pulumi.Input

	ToWorkflowTriggerRecurrenceOutput() WorkflowTriggerRecurrenceOutput
	ToWorkflowTriggerRecurrenceOutputWithContext(context.Context) WorkflowTriggerRecurrenceOutput
}

WorkflowTriggerRecurrenceInput is an input type that accepts WorkflowTriggerRecurrenceArgs and WorkflowTriggerRecurrenceOutput values. You can construct a concrete instance of `WorkflowTriggerRecurrenceInput` via:

WorkflowTriggerRecurrenceArgs{...}

type WorkflowTriggerRecurrenceOutput

type WorkflowTriggerRecurrenceOutput struct{ *pulumi.OutputState }

The workflow trigger recurrence.

func (WorkflowTriggerRecurrenceOutput) ElementType

func (WorkflowTriggerRecurrenceOutput) EndTime

The end time.

func (WorkflowTriggerRecurrenceOutput) Frequency

The frequency.

func (WorkflowTriggerRecurrenceOutput) Interval

The interval.

func (WorkflowTriggerRecurrenceOutput) Schedule

The recurrence schedule.

func (WorkflowTriggerRecurrenceOutput) StartTime

The start time.

func (WorkflowTriggerRecurrenceOutput) TimeZone

The time zone.

func (WorkflowTriggerRecurrenceOutput) ToWorkflowTriggerRecurrenceOutput

func (o WorkflowTriggerRecurrenceOutput) ToWorkflowTriggerRecurrenceOutput() WorkflowTriggerRecurrenceOutput

func (WorkflowTriggerRecurrenceOutput) ToWorkflowTriggerRecurrenceOutputWithContext

func (o WorkflowTriggerRecurrenceOutput) ToWorkflowTriggerRecurrenceOutputWithContext(ctx context.Context) WorkflowTriggerRecurrenceOutput

func (WorkflowTriggerRecurrenceOutput) ToWorkflowTriggerRecurrencePtrOutput

func (o WorkflowTriggerRecurrenceOutput) ToWorkflowTriggerRecurrencePtrOutput() WorkflowTriggerRecurrencePtrOutput

func (WorkflowTriggerRecurrenceOutput) ToWorkflowTriggerRecurrencePtrOutputWithContext

func (o WorkflowTriggerRecurrenceOutput) ToWorkflowTriggerRecurrencePtrOutputWithContext(ctx context.Context) WorkflowTriggerRecurrencePtrOutput

type WorkflowTriggerRecurrencePtrInput

type WorkflowTriggerRecurrencePtrInput interface {
	pulumi.Input

	ToWorkflowTriggerRecurrencePtrOutput() WorkflowTriggerRecurrencePtrOutput
	ToWorkflowTriggerRecurrencePtrOutputWithContext(context.Context) WorkflowTriggerRecurrencePtrOutput
}

WorkflowTriggerRecurrencePtrInput is an input type that accepts WorkflowTriggerRecurrenceArgs, WorkflowTriggerRecurrencePtr and WorkflowTriggerRecurrencePtrOutput values. You can construct a concrete instance of `WorkflowTriggerRecurrencePtrInput` via:

        WorkflowTriggerRecurrenceArgs{...}

or:

        nil

type WorkflowTriggerRecurrencePtrOutput

type WorkflowTriggerRecurrencePtrOutput struct{ *pulumi.OutputState }

func (WorkflowTriggerRecurrencePtrOutput) Elem

func (WorkflowTriggerRecurrencePtrOutput) ElementType

func (WorkflowTriggerRecurrencePtrOutput) EndTime

The end time.

func (WorkflowTriggerRecurrencePtrOutput) Frequency

The frequency.

func (WorkflowTriggerRecurrencePtrOutput) Interval

The interval.

func (WorkflowTriggerRecurrencePtrOutput) Schedule

The recurrence schedule.

func (WorkflowTriggerRecurrencePtrOutput) StartTime

The start time.

func (WorkflowTriggerRecurrencePtrOutput) TimeZone

The time zone.

func (WorkflowTriggerRecurrencePtrOutput) ToWorkflowTriggerRecurrencePtrOutput

func (o WorkflowTriggerRecurrencePtrOutput) ToWorkflowTriggerRecurrencePtrOutput() WorkflowTriggerRecurrencePtrOutput

func (WorkflowTriggerRecurrencePtrOutput) ToWorkflowTriggerRecurrencePtrOutputWithContext

func (o WorkflowTriggerRecurrencePtrOutput) ToWorkflowTriggerRecurrencePtrOutputWithContext(ctx context.Context) WorkflowTriggerRecurrencePtrOutput

type WorkflowTriggerRecurrenceResponse

type WorkflowTriggerRecurrenceResponse struct {
	// The end time.
	EndTime *string `pulumi:"endTime"`
	// The frequency.
	Frequency *string `pulumi:"frequency"`
	// The interval.
	Interval *int `pulumi:"interval"`
	// The recurrence schedule.
	Schedule *RecurrenceScheduleResponse `pulumi:"schedule"`
	// The start time.
	StartTime *string `pulumi:"startTime"`
	// The time zone.
	TimeZone *string `pulumi:"timeZone"`
}

The workflow trigger recurrence.

type WorkflowTriggerRecurrenceResponseArgs

type WorkflowTriggerRecurrenceResponseArgs struct {
	// The end time.
	EndTime pulumi.StringPtrInput `pulumi:"endTime"`
	// The frequency.
	Frequency pulumi.StringPtrInput `pulumi:"frequency"`
	// The interval.
	Interval pulumi.IntPtrInput `pulumi:"interval"`
	// The recurrence schedule.
	Schedule RecurrenceScheduleResponsePtrInput `pulumi:"schedule"`
	// The start time.
	StartTime pulumi.StringPtrInput `pulumi:"startTime"`
	// The time zone.
	TimeZone pulumi.StringPtrInput `pulumi:"timeZone"`
}

The workflow trigger recurrence.

func (WorkflowTriggerRecurrenceResponseArgs) ElementType

func (WorkflowTriggerRecurrenceResponseArgs) ToWorkflowTriggerRecurrenceResponseOutput

func (i WorkflowTriggerRecurrenceResponseArgs) ToWorkflowTriggerRecurrenceResponseOutput() WorkflowTriggerRecurrenceResponseOutput

func (WorkflowTriggerRecurrenceResponseArgs) ToWorkflowTriggerRecurrenceResponseOutputWithContext

func (i WorkflowTriggerRecurrenceResponseArgs) ToWorkflowTriggerRecurrenceResponseOutputWithContext(ctx context.Context) WorkflowTriggerRecurrenceResponseOutput

func (WorkflowTriggerRecurrenceResponseArgs) ToWorkflowTriggerRecurrenceResponsePtrOutput

func (i WorkflowTriggerRecurrenceResponseArgs) ToWorkflowTriggerRecurrenceResponsePtrOutput() WorkflowTriggerRecurrenceResponsePtrOutput

func (WorkflowTriggerRecurrenceResponseArgs) ToWorkflowTriggerRecurrenceResponsePtrOutputWithContext

func (i WorkflowTriggerRecurrenceResponseArgs) ToWorkflowTriggerRecurrenceResponsePtrOutputWithContext(ctx context.Context) WorkflowTriggerRecurrenceResponsePtrOutput

type WorkflowTriggerRecurrenceResponseInput

type WorkflowTriggerRecurrenceResponseInput interface {
	pulumi.Input

	ToWorkflowTriggerRecurrenceResponseOutput() WorkflowTriggerRecurrenceResponseOutput
	ToWorkflowTriggerRecurrenceResponseOutputWithContext(context.Context) WorkflowTriggerRecurrenceResponseOutput
}

WorkflowTriggerRecurrenceResponseInput is an input type that accepts WorkflowTriggerRecurrenceResponseArgs and WorkflowTriggerRecurrenceResponseOutput values. You can construct a concrete instance of `WorkflowTriggerRecurrenceResponseInput` via:

WorkflowTriggerRecurrenceResponseArgs{...}

type WorkflowTriggerRecurrenceResponseOutput

type WorkflowTriggerRecurrenceResponseOutput struct{ *pulumi.OutputState }

The workflow trigger recurrence.

func (WorkflowTriggerRecurrenceResponseOutput) ElementType

func (WorkflowTriggerRecurrenceResponseOutput) EndTime

The end time.

func (WorkflowTriggerRecurrenceResponseOutput) Frequency

The frequency.

func (WorkflowTriggerRecurrenceResponseOutput) Interval

The interval.

func (WorkflowTriggerRecurrenceResponseOutput) Schedule

The recurrence schedule.

func (WorkflowTriggerRecurrenceResponseOutput) StartTime

The start time.

func (WorkflowTriggerRecurrenceResponseOutput) TimeZone

The time zone.

func (WorkflowTriggerRecurrenceResponseOutput) ToWorkflowTriggerRecurrenceResponseOutput

func (o WorkflowTriggerRecurrenceResponseOutput) ToWorkflowTriggerRecurrenceResponseOutput() WorkflowTriggerRecurrenceResponseOutput

func (WorkflowTriggerRecurrenceResponseOutput) ToWorkflowTriggerRecurrenceResponseOutputWithContext

func (o WorkflowTriggerRecurrenceResponseOutput) ToWorkflowTriggerRecurrenceResponseOutputWithContext(ctx context.Context) WorkflowTriggerRecurrenceResponseOutput

func (WorkflowTriggerRecurrenceResponseOutput) ToWorkflowTriggerRecurrenceResponsePtrOutput

func (o WorkflowTriggerRecurrenceResponseOutput) ToWorkflowTriggerRecurrenceResponsePtrOutput() WorkflowTriggerRecurrenceResponsePtrOutput

func (WorkflowTriggerRecurrenceResponseOutput) ToWorkflowTriggerRecurrenceResponsePtrOutputWithContext

func (o WorkflowTriggerRecurrenceResponseOutput) ToWorkflowTriggerRecurrenceResponsePtrOutputWithContext(ctx context.Context) WorkflowTriggerRecurrenceResponsePtrOutput

type WorkflowTriggerRecurrenceResponsePtrInput

type WorkflowTriggerRecurrenceResponsePtrInput interface {
	pulumi.Input

	ToWorkflowTriggerRecurrenceResponsePtrOutput() WorkflowTriggerRecurrenceResponsePtrOutput
	ToWorkflowTriggerRecurrenceResponsePtrOutputWithContext(context.Context) WorkflowTriggerRecurrenceResponsePtrOutput
}

WorkflowTriggerRecurrenceResponsePtrInput is an input type that accepts WorkflowTriggerRecurrenceResponseArgs, WorkflowTriggerRecurrenceResponsePtr and WorkflowTriggerRecurrenceResponsePtrOutput values. You can construct a concrete instance of `WorkflowTriggerRecurrenceResponsePtrInput` via:

        WorkflowTriggerRecurrenceResponseArgs{...}

or:

        nil

type WorkflowTriggerRecurrenceResponsePtrOutput

type WorkflowTriggerRecurrenceResponsePtrOutput struct{ *pulumi.OutputState }

func (WorkflowTriggerRecurrenceResponsePtrOutput) Elem

func (WorkflowTriggerRecurrenceResponsePtrOutput) ElementType

func (WorkflowTriggerRecurrenceResponsePtrOutput) EndTime

The end time.

func (WorkflowTriggerRecurrenceResponsePtrOutput) Frequency

The frequency.

func (WorkflowTriggerRecurrenceResponsePtrOutput) Interval

The interval.

func (WorkflowTriggerRecurrenceResponsePtrOutput) Schedule

The recurrence schedule.

func (WorkflowTriggerRecurrenceResponsePtrOutput) StartTime

The start time.

func (WorkflowTriggerRecurrenceResponsePtrOutput) TimeZone

The time zone.

func (WorkflowTriggerRecurrenceResponsePtrOutput) ToWorkflowTriggerRecurrenceResponsePtrOutput

func (o WorkflowTriggerRecurrenceResponsePtrOutput) ToWorkflowTriggerRecurrenceResponsePtrOutput() WorkflowTriggerRecurrenceResponsePtrOutput

func (WorkflowTriggerRecurrenceResponsePtrOutput) ToWorkflowTriggerRecurrenceResponsePtrOutputWithContext

func (o WorkflowTriggerRecurrenceResponsePtrOutput) ToWorkflowTriggerRecurrenceResponsePtrOutputWithContext(ctx context.Context) WorkflowTriggerRecurrenceResponsePtrOutput

type X12AcknowledgementSettings

type X12AcknowledgementSettings struct {
	// The acknowledgement control number lower bound.
	AcknowledgementControlNumberLowerBound int `pulumi:"acknowledgementControlNumberLowerBound"`
	// The acknowledgement control number prefix.
	AcknowledgementControlNumberPrefix *string `pulumi:"acknowledgementControlNumberPrefix"`
	// The acknowledgement control number suffix.
	AcknowledgementControlNumberSuffix *string `pulumi:"acknowledgementControlNumberSuffix"`
	// The acknowledgement control number upper bound.
	AcknowledgementControlNumberUpperBound int `pulumi:"acknowledgementControlNumberUpperBound"`
	// The value indicating whether to batch functional acknowledgements.
	BatchFunctionalAcknowledgements bool `pulumi:"batchFunctionalAcknowledgements"`
	// The value indicating whether to batch implementation acknowledgements.
	BatchImplementationAcknowledgements bool `pulumi:"batchImplementationAcknowledgements"`
	// The value indicating whether to batch the technical acknowledgements.
	BatchTechnicalAcknowledgements bool `pulumi:"batchTechnicalAcknowledgements"`
	// The functional acknowledgement version.
	FunctionalAcknowledgementVersion *string `pulumi:"functionalAcknowledgementVersion"`
	// The implementation acknowledgement version.
	ImplementationAcknowledgementVersion *string `pulumi:"implementationAcknowledgementVersion"`
	// The value indicating whether functional acknowledgement is needed.
	NeedFunctionalAcknowledgement bool `pulumi:"needFunctionalAcknowledgement"`
	// The value indicating whether implementation acknowledgement is needed.
	NeedImplementationAcknowledgement bool `pulumi:"needImplementationAcknowledgement"`
	// The value indicating whether a loop is needed for valid messages.
	NeedLoopForValidMessages bool `pulumi:"needLoopForValidMessages"`
	// The value indicating whether technical acknowledgement is needed.
	NeedTechnicalAcknowledgement bool `pulumi:"needTechnicalAcknowledgement"`
	// The value indicating whether to rollover acknowledgement control number.
	RolloverAcknowledgementControlNumber bool `pulumi:"rolloverAcknowledgementControlNumber"`
	// The value indicating whether to send synchronous acknowledgement.
	SendSynchronousAcknowledgement bool `pulumi:"sendSynchronousAcknowledgement"`
}

The X12 agreement acknowledgement settings.

type X12AcknowledgementSettingsArgs

type X12AcknowledgementSettingsArgs struct {
	// The acknowledgement control number lower bound.
	AcknowledgementControlNumberLowerBound pulumi.IntInput `pulumi:"acknowledgementControlNumberLowerBound"`
	// The acknowledgement control number prefix.
	AcknowledgementControlNumberPrefix pulumi.StringPtrInput `pulumi:"acknowledgementControlNumberPrefix"`
	// The acknowledgement control number suffix.
	AcknowledgementControlNumberSuffix pulumi.StringPtrInput `pulumi:"acknowledgementControlNumberSuffix"`
	// The acknowledgement control number upper bound.
	AcknowledgementControlNumberUpperBound pulumi.IntInput `pulumi:"acknowledgementControlNumberUpperBound"`
	// The value indicating whether to batch functional acknowledgements.
	BatchFunctionalAcknowledgements pulumi.BoolInput `pulumi:"batchFunctionalAcknowledgements"`
	// The value indicating whether to batch implementation acknowledgements.
	BatchImplementationAcknowledgements pulumi.BoolInput `pulumi:"batchImplementationAcknowledgements"`
	// The value indicating whether to batch the technical acknowledgements.
	BatchTechnicalAcknowledgements pulumi.BoolInput `pulumi:"batchTechnicalAcknowledgements"`
	// The functional acknowledgement version.
	FunctionalAcknowledgementVersion pulumi.StringPtrInput `pulumi:"functionalAcknowledgementVersion"`
	// The implementation acknowledgement version.
	ImplementationAcknowledgementVersion pulumi.StringPtrInput `pulumi:"implementationAcknowledgementVersion"`
	// The value indicating whether functional acknowledgement is needed.
	NeedFunctionalAcknowledgement pulumi.BoolInput `pulumi:"needFunctionalAcknowledgement"`
	// The value indicating whether implementation acknowledgement is needed.
	NeedImplementationAcknowledgement pulumi.BoolInput `pulumi:"needImplementationAcknowledgement"`
	// The value indicating whether a loop is needed for valid messages.
	NeedLoopForValidMessages pulumi.BoolInput `pulumi:"needLoopForValidMessages"`
	// The value indicating whether technical acknowledgement is needed.
	NeedTechnicalAcknowledgement pulumi.BoolInput `pulumi:"needTechnicalAcknowledgement"`
	// The value indicating whether to rollover acknowledgement control number.
	RolloverAcknowledgementControlNumber pulumi.BoolInput `pulumi:"rolloverAcknowledgementControlNumber"`
	// The value indicating whether to send synchronous acknowledgement.
	SendSynchronousAcknowledgement pulumi.BoolInput `pulumi:"sendSynchronousAcknowledgement"`
}

The X12 agreement acknowledgement settings.

func (X12AcknowledgementSettingsArgs) ElementType

func (X12AcknowledgementSettingsArgs) ToX12AcknowledgementSettingsOutput

func (i X12AcknowledgementSettingsArgs) ToX12AcknowledgementSettingsOutput() X12AcknowledgementSettingsOutput

func (X12AcknowledgementSettingsArgs) ToX12AcknowledgementSettingsOutputWithContext

func (i X12AcknowledgementSettingsArgs) ToX12AcknowledgementSettingsOutputWithContext(ctx context.Context) X12AcknowledgementSettingsOutput

func (X12AcknowledgementSettingsArgs) ToX12AcknowledgementSettingsPtrOutput

func (i X12AcknowledgementSettingsArgs) ToX12AcknowledgementSettingsPtrOutput() X12AcknowledgementSettingsPtrOutput

func (X12AcknowledgementSettingsArgs) ToX12AcknowledgementSettingsPtrOutputWithContext

func (i X12AcknowledgementSettingsArgs) ToX12AcknowledgementSettingsPtrOutputWithContext(ctx context.Context) X12AcknowledgementSettingsPtrOutput

type X12AcknowledgementSettingsInput

type X12AcknowledgementSettingsInput interface {
	pulumi.Input

	ToX12AcknowledgementSettingsOutput() X12AcknowledgementSettingsOutput
	ToX12AcknowledgementSettingsOutputWithContext(context.Context) X12AcknowledgementSettingsOutput
}

X12AcknowledgementSettingsInput is an input type that accepts X12AcknowledgementSettingsArgs and X12AcknowledgementSettingsOutput values. You can construct a concrete instance of `X12AcknowledgementSettingsInput` via:

X12AcknowledgementSettingsArgs{...}

type X12AcknowledgementSettingsOutput

type X12AcknowledgementSettingsOutput struct{ *pulumi.OutputState }

The X12 agreement acknowledgement settings.

func (X12AcknowledgementSettingsOutput) AcknowledgementControlNumberLowerBound

func (o X12AcknowledgementSettingsOutput) AcknowledgementControlNumberLowerBound() pulumi.IntOutput

The acknowledgement control number lower bound.

func (X12AcknowledgementSettingsOutput) AcknowledgementControlNumberPrefix

func (o X12AcknowledgementSettingsOutput) AcknowledgementControlNumberPrefix() pulumi.StringPtrOutput

The acknowledgement control number prefix.

func (X12AcknowledgementSettingsOutput) AcknowledgementControlNumberSuffix

func (o X12AcknowledgementSettingsOutput) AcknowledgementControlNumberSuffix() pulumi.StringPtrOutput

The acknowledgement control number suffix.

func (X12AcknowledgementSettingsOutput) AcknowledgementControlNumberUpperBound

func (o X12AcknowledgementSettingsOutput) AcknowledgementControlNumberUpperBound() pulumi.IntOutput

The acknowledgement control number upper bound.

func (X12AcknowledgementSettingsOutput) BatchFunctionalAcknowledgements

func (o X12AcknowledgementSettingsOutput) BatchFunctionalAcknowledgements() pulumi.BoolOutput

The value indicating whether to batch functional acknowledgements.

func (X12AcknowledgementSettingsOutput) BatchImplementationAcknowledgements

func (o X12AcknowledgementSettingsOutput) BatchImplementationAcknowledgements() pulumi.BoolOutput

The value indicating whether to batch implementation acknowledgements.

func (X12AcknowledgementSettingsOutput) BatchTechnicalAcknowledgements

func (o X12AcknowledgementSettingsOutput) BatchTechnicalAcknowledgements() pulumi.BoolOutput

The value indicating whether to batch the technical acknowledgements.

func (X12AcknowledgementSettingsOutput) ElementType

func (X12AcknowledgementSettingsOutput) FunctionalAcknowledgementVersion

func (o X12AcknowledgementSettingsOutput) FunctionalAcknowledgementVersion() pulumi.StringPtrOutput

The functional acknowledgement version.

func (X12AcknowledgementSettingsOutput) ImplementationAcknowledgementVersion

func (o X12AcknowledgementSettingsOutput) ImplementationAcknowledgementVersion() pulumi.StringPtrOutput

The implementation acknowledgement version.

func (X12AcknowledgementSettingsOutput) NeedFunctionalAcknowledgement

func (o X12AcknowledgementSettingsOutput) NeedFunctionalAcknowledgement() pulumi.BoolOutput

The value indicating whether functional acknowledgement is needed.

func (X12AcknowledgementSettingsOutput) NeedImplementationAcknowledgement

func (o X12AcknowledgementSettingsOutput) NeedImplementationAcknowledgement() pulumi.BoolOutput

The value indicating whether implementation acknowledgement is needed.

func (X12AcknowledgementSettingsOutput) NeedLoopForValidMessages

func (o X12AcknowledgementSettingsOutput) NeedLoopForValidMessages() pulumi.BoolOutput

The value indicating whether a loop is needed for valid messages.

func (X12AcknowledgementSettingsOutput) NeedTechnicalAcknowledgement

func (o X12AcknowledgementSettingsOutput) NeedTechnicalAcknowledgement() pulumi.BoolOutput

The value indicating whether technical acknowledgement is needed.

func (X12AcknowledgementSettingsOutput) RolloverAcknowledgementControlNumber

func (o X12AcknowledgementSettingsOutput) RolloverAcknowledgementControlNumber() pulumi.BoolOutput

The value indicating whether to rollover acknowledgement control number.

func (X12AcknowledgementSettingsOutput) SendSynchronousAcknowledgement

func (o X12AcknowledgementSettingsOutput) SendSynchronousAcknowledgement() pulumi.BoolOutput

The value indicating whether to send synchronous acknowledgement.

func (X12AcknowledgementSettingsOutput) ToX12AcknowledgementSettingsOutput

func (o X12AcknowledgementSettingsOutput) ToX12AcknowledgementSettingsOutput() X12AcknowledgementSettingsOutput

func (X12AcknowledgementSettingsOutput) ToX12AcknowledgementSettingsOutputWithContext

func (o X12AcknowledgementSettingsOutput) ToX12AcknowledgementSettingsOutputWithContext(ctx context.Context) X12AcknowledgementSettingsOutput

func (X12AcknowledgementSettingsOutput) ToX12AcknowledgementSettingsPtrOutput

func (o X12AcknowledgementSettingsOutput) ToX12AcknowledgementSettingsPtrOutput() X12AcknowledgementSettingsPtrOutput

func (X12AcknowledgementSettingsOutput) ToX12AcknowledgementSettingsPtrOutputWithContext

func (o X12AcknowledgementSettingsOutput) ToX12AcknowledgementSettingsPtrOutputWithContext(ctx context.Context) X12AcknowledgementSettingsPtrOutput

type X12AcknowledgementSettingsPtrInput

type X12AcknowledgementSettingsPtrInput interface {
	pulumi.Input

	ToX12AcknowledgementSettingsPtrOutput() X12AcknowledgementSettingsPtrOutput
	ToX12AcknowledgementSettingsPtrOutputWithContext(context.Context) X12AcknowledgementSettingsPtrOutput
}

X12AcknowledgementSettingsPtrInput is an input type that accepts X12AcknowledgementSettingsArgs, X12AcknowledgementSettingsPtr and X12AcknowledgementSettingsPtrOutput values. You can construct a concrete instance of `X12AcknowledgementSettingsPtrInput` via:

        X12AcknowledgementSettingsArgs{...}

or:

        nil

type X12AcknowledgementSettingsPtrOutput

type X12AcknowledgementSettingsPtrOutput struct{ *pulumi.OutputState }

func (X12AcknowledgementSettingsPtrOutput) AcknowledgementControlNumberLowerBound

func (o X12AcknowledgementSettingsPtrOutput) AcknowledgementControlNumberLowerBound() pulumi.IntPtrOutput

The acknowledgement control number lower bound.

func (X12AcknowledgementSettingsPtrOutput) AcknowledgementControlNumberPrefix

func (o X12AcknowledgementSettingsPtrOutput) AcknowledgementControlNumberPrefix() pulumi.StringPtrOutput

The acknowledgement control number prefix.

func (X12AcknowledgementSettingsPtrOutput) AcknowledgementControlNumberSuffix

func (o X12AcknowledgementSettingsPtrOutput) AcknowledgementControlNumberSuffix() pulumi.StringPtrOutput

The acknowledgement control number suffix.

func (X12AcknowledgementSettingsPtrOutput) AcknowledgementControlNumberUpperBound

func (o X12AcknowledgementSettingsPtrOutput) AcknowledgementControlNumberUpperBound() pulumi.IntPtrOutput

The acknowledgement control number upper bound.

func (X12AcknowledgementSettingsPtrOutput) BatchFunctionalAcknowledgements

func (o X12AcknowledgementSettingsPtrOutput) BatchFunctionalAcknowledgements() pulumi.BoolPtrOutput

The value indicating whether to batch functional acknowledgements.

func (X12AcknowledgementSettingsPtrOutput) BatchImplementationAcknowledgements

func (o X12AcknowledgementSettingsPtrOutput) BatchImplementationAcknowledgements() pulumi.BoolPtrOutput

The value indicating whether to batch implementation acknowledgements.

func (X12AcknowledgementSettingsPtrOutput) BatchTechnicalAcknowledgements

func (o X12AcknowledgementSettingsPtrOutput) BatchTechnicalAcknowledgements() pulumi.BoolPtrOutput

The value indicating whether to batch the technical acknowledgements.

func (X12AcknowledgementSettingsPtrOutput) Elem

func (X12AcknowledgementSettingsPtrOutput) ElementType

func (X12AcknowledgementSettingsPtrOutput) FunctionalAcknowledgementVersion

func (o X12AcknowledgementSettingsPtrOutput) FunctionalAcknowledgementVersion() pulumi.StringPtrOutput

The functional acknowledgement version.

func (X12AcknowledgementSettingsPtrOutput) ImplementationAcknowledgementVersion

func (o X12AcknowledgementSettingsPtrOutput) ImplementationAcknowledgementVersion() pulumi.StringPtrOutput

The implementation acknowledgement version.

func (X12AcknowledgementSettingsPtrOutput) NeedFunctionalAcknowledgement

func (o X12AcknowledgementSettingsPtrOutput) NeedFunctionalAcknowledgement() pulumi.BoolPtrOutput

The value indicating whether functional acknowledgement is needed.

func (X12AcknowledgementSettingsPtrOutput) NeedImplementationAcknowledgement

func (o X12AcknowledgementSettingsPtrOutput) NeedImplementationAcknowledgement() pulumi.BoolPtrOutput

The value indicating whether implementation acknowledgement is needed.

func (X12AcknowledgementSettingsPtrOutput) NeedLoopForValidMessages

func (o X12AcknowledgementSettingsPtrOutput) NeedLoopForValidMessages() pulumi.BoolPtrOutput

The value indicating whether a loop is needed for valid messages.

func (X12AcknowledgementSettingsPtrOutput) NeedTechnicalAcknowledgement

func (o X12AcknowledgementSettingsPtrOutput) NeedTechnicalAcknowledgement() pulumi.BoolPtrOutput

The value indicating whether technical acknowledgement is needed.

func (X12AcknowledgementSettingsPtrOutput) RolloverAcknowledgementControlNumber

func (o X12AcknowledgementSettingsPtrOutput) RolloverAcknowledgementControlNumber() pulumi.BoolPtrOutput

The value indicating whether to rollover acknowledgement control number.

func (X12AcknowledgementSettingsPtrOutput) SendSynchronousAcknowledgement

func (o X12AcknowledgementSettingsPtrOutput) SendSynchronousAcknowledgement() pulumi.BoolPtrOutput

The value indicating whether to send synchronous acknowledgement.

func (X12AcknowledgementSettingsPtrOutput) ToX12AcknowledgementSettingsPtrOutput

func (o X12AcknowledgementSettingsPtrOutput) ToX12AcknowledgementSettingsPtrOutput() X12AcknowledgementSettingsPtrOutput

func (X12AcknowledgementSettingsPtrOutput) ToX12AcknowledgementSettingsPtrOutputWithContext

func (o X12AcknowledgementSettingsPtrOutput) ToX12AcknowledgementSettingsPtrOutputWithContext(ctx context.Context) X12AcknowledgementSettingsPtrOutput

type X12AcknowledgementSettingsResponse

type X12AcknowledgementSettingsResponse struct {
	// The acknowledgement control number lower bound.
	AcknowledgementControlNumberLowerBound int `pulumi:"acknowledgementControlNumberLowerBound"`
	// The acknowledgement control number prefix.
	AcknowledgementControlNumberPrefix *string `pulumi:"acknowledgementControlNumberPrefix"`
	// The acknowledgement control number suffix.
	AcknowledgementControlNumberSuffix *string `pulumi:"acknowledgementControlNumberSuffix"`
	// The acknowledgement control number upper bound.
	AcknowledgementControlNumberUpperBound int `pulumi:"acknowledgementControlNumberUpperBound"`
	// The value indicating whether to batch functional acknowledgements.
	BatchFunctionalAcknowledgements bool `pulumi:"batchFunctionalAcknowledgements"`
	// The value indicating whether to batch implementation acknowledgements.
	BatchImplementationAcknowledgements bool `pulumi:"batchImplementationAcknowledgements"`
	// The value indicating whether to batch the technical acknowledgements.
	BatchTechnicalAcknowledgements bool `pulumi:"batchTechnicalAcknowledgements"`
	// The functional acknowledgement version.
	FunctionalAcknowledgementVersion *string `pulumi:"functionalAcknowledgementVersion"`
	// The implementation acknowledgement version.
	ImplementationAcknowledgementVersion *string `pulumi:"implementationAcknowledgementVersion"`
	// The value indicating whether functional acknowledgement is needed.
	NeedFunctionalAcknowledgement bool `pulumi:"needFunctionalAcknowledgement"`
	// The value indicating whether implementation acknowledgement is needed.
	NeedImplementationAcknowledgement bool `pulumi:"needImplementationAcknowledgement"`
	// The value indicating whether a loop is needed for valid messages.
	NeedLoopForValidMessages bool `pulumi:"needLoopForValidMessages"`
	// The value indicating whether technical acknowledgement is needed.
	NeedTechnicalAcknowledgement bool `pulumi:"needTechnicalAcknowledgement"`
	// The value indicating whether to rollover acknowledgement control number.
	RolloverAcknowledgementControlNumber bool `pulumi:"rolloverAcknowledgementControlNumber"`
	// The value indicating whether to send synchronous acknowledgement.
	SendSynchronousAcknowledgement bool `pulumi:"sendSynchronousAcknowledgement"`
}

The X12 agreement acknowledgement settings.

type X12AcknowledgementSettingsResponseArgs

type X12AcknowledgementSettingsResponseArgs struct {
	// The acknowledgement control number lower bound.
	AcknowledgementControlNumberLowerBound pulumi.IntInput `pulumi:"acknowledgementControlNumberLowerBound"`
	// The acknowledgement control number prefix.
	AcknowledgementControlNumberPrefix pulumi.StringPtrInput `pulumi:"acknowledgementControlNumberPrefix"`
	// The acknowledgement control number suffix.
	AcknowledgementControlNumberSuffix pulumi.StringPtrInput `pulumi:"acknowledgementControlNumberSuffix"`
	// The acknowledgement control number upper bound.
	AcknowledgementControlNumberUpperBound pulumi.IntInput `pulumi:"acknowledgementControlNumberUpperBound"`
	// The value indicating whether to batch functional acknowledgements.
	BatchFunctionalAcknowledgements pulumi.BoolInput `pulumi:"batchFunctionalAcknowledgements"`
	// The value indicating whether to batch implementation acknowledgements.
	BatchImplementationAcknowledgements pulumi.BoolInput `pulumi:"batchImplementationAcknowledgements"`
	// The value indicating whether to batch the technical acknowledgements.
	BatchTechnicalAcknowledgements pulumi.BoolInput `pulumi:"batchTechnicalAcknowledgements"`
	// The functional acknowledgement version.
	FunctionalAcknowledgementVersion pulumi.StringPtrInput `pulumi:"functionalAcknowledgementVersion"`
	// The implementation acknowledgement version.
	ImplementationAcknowledgementVersion pulumi.StringPtrInput `pulumi:"implementationAcknowledgementVersion"`
	// The value indicating whether functional acknowledgement is needed.
	NeedFunctionalAcknowledgement pulumi.BoolInput `pulumi:"needFunctionalAcknowledgement"`
	// The value indicating whether implementation acknowledgement is needed.
	NeedImplementationAcknowledgement pulumi.BoolInput `pulumi:"needImplementationAcknowledgement"`
	// The value indicating whether a loop is needed for valid messages.
	NeedLoopForValidMessages pulumi.BoolInput `pulumi:"needLoopForValidMessages"`
	// The value indicating whether technical acknowledgement is needed.
	NeedTechnicalAcknowledgement pulumi.BoolInput `pulumi:"needTechnicalAcknowledgement"`
	// The value indicating whether to rollover acknowledgement control number.
	RolloverAcknowledgementControlNumber pulumi.BoolInput `pulumi:"rolloverAcknowledgementControlNumber"`
	// The value indicating whether to send synchronous acknowledgement.
	SendSynchronousAcknowledgement pulumi.BoolInput `pulumi:"sendSynchronousAcknowledgement"`
}

The X12 agreement acknowledgement settings.

func (X12AcknowledgementSettingsResponseArgs) ElementType

func (X12AcknowledgementSettingsResponseArgs) ToX12AcknowledgementSettingsResponseOutput

func (i X12AcknowledgementSettingsResponseArgs) ToX12AcknowledgementSettingsResponseOutput() X12AcknowledgementSettingsResponseOutput

func (X12AcknowledgementSettingsResponseArgs) ToX12AcknowledgementSettingsResponseOutputWithContext

func (i X12AcknowledgementSettingsResponseArgs) ToX12AcknowledgementSettingsResponseOutputWithContext(ctx context.Context) X12AcknowledgementSettingsResponseOutput

func (X12AcknowledgementSettingsResponseArgs) ToX12AcknowledgementSettingsResponsePtrOutput

func (i X12AcknowledgementSettingsResponseArgs) ToX12AcknowledgementSettingsResponsePtrOutput() X12AcknowledgementSettingsResponsePtrOutput

func (X12AcknowledgementSettingsResponseArgs) ToX12AcknowledgementSettingsResponsePtrOutputWithContext

func (i X12AcknowledgementSettingsResponseArgs) ToX12AcknowledgementSettingsResponsePtrOutputWithContext(ctx context.Context) X12AcknowledgementSettingsResponsePtrOutput

type X12AcknowledgementSettingsResponseInput

type X12AcknowledgementSettingsResponseInput interface {
	pulumi.Input

	ToX12AcknowledgementSettingsResponseOutput() X12AcknowledgementSettingsResponseOutput
	ToX12AcknowledgementSettingsResponseOutputWithContext(context.Context) X12AcknowledgementSettingsResponseOutput
}

X12AcknowledgementSettingsResponseInput is an input type that accepts X12AcknowledgementSettingsResponseArgs and X12AcknowledgementSettingsResponseOutput values. You can construct a concrete instance of `X12AcknowledgementSettingsResponseInput` via:

X12AcknowledgementSettingsResponseArgs{...}

type X12AcknowledgementSettingsResponseOutput

type X12AcknowledgementSettingsResponseOutput struct{ *pulumi.OutputState }

The X12 agreement acknowledgement settings.

func (X12AcknowledgementSettingsResponseOutput) AcknowledgementControlNumberLowerBound

func (o X12AcknowledgementSettingsResponseOutput) AcknowledgementControlNumberLowerBound() pulumi.IntOutput

The acknowledgement control number lower bound.

func (X12AcknowledgementSettingsResponseOutput) AcknowledgementControlNumberPrefix

func (o X12AcknowledgementSettingsResponseOutput) AcknowledgementControlNumberPrefix() pulumi.StringPtrOutput

The acknowledgement control number prefix.

func (X12AcknowledgementSettingsResponseOutput) AcknowledgementControlNumberSuffix

func (o X12AcknowledgementSettingsResponseOutput) AcknowledgementControlNumberSuffix() pulumi.StringPtrOutput

The acknowledgement control number suffix.

func (X12AcknowledgementSettingsResponseOutput) AcknowledgementControlNumberUpperBound

func (o X12AcknowledgementSettingsResponseOutput) AcknowledgementControlNumberUpperBound() pulumi.IntOutput

The acknowledgement control number upper bound.

func (X12AcknowledgementSettingsResponseOutput) BatchFunctionalAcknowledgements

func (o X12AcknowledgementSettingsResponseOutput) BatchFunctionalAcknowledgements() pulumi.BoolOutput

The value indicating whether to batch functional acknowledgements.

func (X12AcknowledgementSettingsResponseOutput) BatchImplementationAcknowledgements

func (o X12AcknowledgementSettingsResponseOutput) BatchImplementationAcknowledgements() pulumi.BoolOutput

The value indicating whether to batch implementation acknowledgements.

func (X12AcknowledgementSettingsResponseOutput) BatchTechnicalAcknowledgements

func (o X12AcknowledgementSettingsResponseOutput) BatchTechnicalAcknowledgements() pulumi.BoolOutput

The value indicating whether to batch the technical acknowledgements.

func (X12AcknowledgementSettingsResponseOutput) ElementType

func (X12AcknowledgementSettingsResponseOutput) FunctionalAcknowledgementVersion

func (o X12AcknowledgementSettingsResponseOutput) FunctionalAcknowledgementVersion() pulumi.StringPtrOutput

The functional acknowledgement version.

func (X12AcknowledgementSettingsResponseOutput) ImplementationAcknowledgementVersion

func (o X12AcknowledgementSettingsResponseOutput) ImplementationAcknowledgementVersion() pulumi.StringPtrOutput

The implementation acknowledgement version.

func (X12AcknowledgementSettingsResponseOutput) NeedFunctionalAcknowledgement

func (o X12AcknowledgementSettingsResponseOutput) NeedFunctionalAcknowledgement() pulumi.BoolOutput

The value indicating whether functional acknowledgement is needed.

func (X12AcknowledgementSettingsResponseOutput) NeedImplementationAcknowledgement

func (o X12AcknowledgementSettingsResponseOutput) NeedImplementationAcknowledgement() pulumi.BoolOutput

The value indicating whether implementation acknowledgement is needed.

func (X12AcknowledgementSettingsResponseOutput) NeedLoopForValidMessages

func (o X12AcknowledgementSettingsResponseOutput) NeedLoopForValidMessages() pulumi.BoolOutput

The value indicating whether a loop is needed for valid messages.

func (X12AcknowledgementSettingsResponseOutput) NeedTechnicalAcknowledgement

func (o X12AcknowledgementSettingsResponseOutput) NeedTechnicalAcknowledgement() pulumi.BoolOutput

The value indicating whether technical acknowledgement is needed.

func (X12AcknowledgementSettingsResponseOutput) RolloverAcknowledgementControlNumber

func (o X12AcknowledgementSettingsResponseOutput) RolloverAcknowledgementControlNumber() pulumi.BoolOutput

The value indicating whether to rollover acknowledgement control number.

func (X12AcknowledgementSettingsResponseOutput) SendSynchronousAcknowledgement

func (o X12AcknowledgementSettingsResponseOutput) SendSynchronousAcknowledgement() pulumi.BoolOutput

The value indicating whether to send synchronous acknowledgement.

func (X12AcknowledgementSettingsResponseOutput) ToX12AcknowledgementSettingsResponseOutput

func (o X12AcknowledgementSettingsResponseOutput) ToX12AcknowledgementSettingsResponseOutput() X12AcknowledgementSettingsResponseOutput

func (X12AcknowledgementSettingsResponseOutput) ToX12AcknowledgementSettingsResponseOutputWithContext

func (o X12AcknowledgementSettingsResponseOutput) ToX12AcknowledgementSettingsResponseOutputWithContext(ctx context.Context) X12AcknowledgementSettingsResponseOutput

func (X12AcknowledgementSettingsResponseOutput) ToX12AcknowledgementSettingsResponsePtrOutput

func (o X12AcknowledgementSettingsResponseOutput) ToX12AcknowledgementSettingsResponsePtrOutput() X12AcknowledgementSettingsResponsePtrOutput

func (X12AcknowledgementSettingsResponseOutput) ToX12AcknowledgementSettingsResponsePtrOutputWithContext

func (o X12AcknowledgementSettingsResponseOutput) ToX12AcknowledgementSettingsResponsePtrOutputWithContext(ctx context.Context) X12AcknowledgementSettingsResponsePtrOutput

type X12AcknowledgementSettingsResponsePtrInput

type X12AcknowledgementSettingsResponsePtrInput interface {
	pulumi.Input

	ToX12AcknowledgementSettingsResponsePtrOutput() X12AcknowledgementSettingsResponsePtrOutput
	ToX12AcknowledgementSettingsResponsePtrOutputWithContext(context.Context) X12AcknowledgementSettingsResponsePtrOutput
}

X12AcknowledgementSettingsResponsePtrInput is an input type that accepts X12AcknowledgementSettingsResponseArgs, X12AcknowledgementSettingsResponsePtr and X12AcknowledgementSettingsResponsePtrOutput values. You can construct a concrete instance of `X12AcknowledgementSettingsResponsePtrInput` via:

        X12AcknowledgementSettingsResponseArgs{...}

or:

        nil

type X12AcknowledgementSettingsResponsePtrOutput

type X12AcknowledgementSettingsResponsePtrOutput struct{ *pulumi.OutputState }

func (X12AcknowledgementSettingsResponsePtrOutput) AcknowledgementControlNumberLowerBound

func (o X12AcknowledgementSettingsResponsePtrOutput) AcknowledgementControlNumberLowerBound() pulumi.IntPtrOutput

The acknowledgement control number lower bound.

func (X12AcknowledgementSettingsResponsePtrOutput) AcknowledgementControlNumberPrefix

func (o X12AcknowledgementSettingsResponsePtrOutput) AcknowledgementControlNumberPrefix() pulumi.StringPtrOutput

The acknowledgement control number prefix.

func (X12AcknowledgementSettingsResponsePtrOutput) AcknowledgementControlNumberSuffix

func (o X12AcknowledgementSettingsResponsePtrOutput) AcknowledgementControlNumberSuffix() pulumi.StringPtrOutput

The acknowledgement control number suffix.

func (X12AcknowledgementSettingsResponsePtrOutput) AcknowledgementControlNumberUpperBound

func (o X12AcknowledgementSettingsResponsePtrOutput) AcknowledgementControlNumberUpperBound() pulumi.IntPtrOutput

The acknowledgement control number upper bound.

func (X12AcknowledgementSettingsResponsePtrOutput) BatchFunctionalAcknowledgements

func (o X12AcknowledgementSettingsResponsePtrOutput) BatchFunctionalAcknowledgements() pulumi.BoolPtrOutput

The value indicating whether to batch functional acknowledgements.

func (X12AcknowledgementSettingsResponsePtrOutput) BatchImplementationAcknowledgements

func (o X12AcknowledgementSettingsResponsePtrOutput) BatchImplementationAcknowledgements() pulumi.BoolPtrOutput

The value indicating whether to batch implementation acknowledgements.

func (X12AcknowledgementSettingsResponsePtrOutput) BatchTechnicalAcknowledgements

func (o X12AcknowledgementSettingsResponsePtrOutput) BatchTechnicalAcknowledgements() pulumi.BoolPtrOutput

The value indicating whether to batch the technical acknowledgements.

func (X12AcknowledgementSettingsResponsePtrOutput) Elem

func (X12AcknowledgementSettingsResponsePtrOutput) ElementType

func (X12AcknowledgementSettingsResponsePtrOutput) FunctionalAcknowledgementVersion

func (o X12AcknowledgementSettingsResponsePtrOutput) FunctionalAcknowledgementVersion() pulumi.StringPtrOutput

The functional acknowledgement version.

func (X12AcknowledgementSettingsResponsePtrOutput) ImplementationAcknowledgementVersion

func (o X12AcknowledgementSettingsResponsePtrOutput) ImplementationAcknowledgementVersion() pulumi.StringPtrOutput

The implementation acknowledgement version.

func (X12AcknowledgementSettingsResponsePtrOutput) NeedFunctionalAcknowledgement

func (o X12AcknowledgementSettingsResponsePtrOutput) NeedFunctionalAcknowledgement() pulumi.BoolPtrOutput

The value indicating whether functional acknowledgement is needed.

func (X12AcknowledgementSettingsResponsePtrOutput) NeedImplementationAcknowledgement

func (o X12AcknowledgementSettingsResponsePtrOutput) NeedImplementationAcknowledgement() pulumi.BoolPtrOutput

The value indicating whether implementation acknowledgement is needed.

func (X12AcknowledgementSettingsResponsePtrOutput) NeedLoopForValidMessages

The value indicating whether a loop is needed for valid messages.

func (X12AcknowledgementSettingsResponsePtrOutput) NeedTechnicalAcknowledgement

func (o X12AcknowledgementSettingsResponsePtrOutput) NeedTechnicalAcknowledgement() pulumi.BoolPtrOutput

The value indicating whether technical acknowledgement is needed.

func (X12AcknowledgementSettingsResponsePtrOutput) RolloverAcknowledgementControlNumber

func (o X12AcknowledgementSettingsResponsePtrOutput) RolloverAcknowledgementControlNumber() pulumi.BoolPtrOutput

The value indicating whether to rollover acknowledgement control number.

func (X12AcknowledgementSettingsResponsePtrOutput) SendSynchronousAcknowledgement

func (o X12AcknowledgementSettingsResponsePtrOutput) SendSynchronousAcknowledgement() pulumi.BoolPtrOutput

The value indicating whether to send synchronous acknowledgement.

func (X12AcknowledgementSettingsResponsePtrOutput) ToX12AcknowledgementSettingsResponsePtrOutput

func (o X12AcknowledgementSettingsResponsePtrOutput) ToX12AcknowledgementSettingsResponsePtrOutput() X12AcknowledgementSettingsResponsePtrOutput

func (X12AcknowledgementSettingsResponsePtrOutput) ToX12AcknowledgementSettingsResponsePtrOutputWithContext

func (o X12AcknowledgementSettingsResponsePtrOutput) ToX12AcknowledgementSettingsResponsePtrOutputWithContext(ctx context.Context) X12AcknowledgementSettingsResponsePtrOutput

type X12AgreementContent

type X12AgreementContent struct {
	// The X12 one-way receive agreement.
	ReceiveAgreement X12OneWayAgreement `pulumi:"receiveAgreement"`
	// The X12 one-way send agreement.
	SendAgreement X12OneWayAgreement `pulumi:"sendAgreement"`
}

The X12 agreement content.

type X12AgreementContentArgs

type X12AgreementContentArgs struct {
	// The X12 one-way receive agreement.
	ReceiveAgreement X12OneWayAgreementInput `pulumi:"receiveAgreement"`
	// The X12 one-way send agreement.
	SendAgreement X12OneWayAgreementInput `pulumi:"sendAgreement"`
}

The X12 agreement content.

func (X12AgreementContentArgs) ElementType

func (X12AgreementContentArgs) ElementType() reflect.Type

func (X12AgreementContentArgs) ToX12AgreementContentOutput

func (i X12AgreementContentArgs) ToX12AgreementContentOutput() X12AgreementContentOutput

func (X12AgreementContentArgs) ToX12AgreementContentOutputWithContext

func (i X12AgreementContentArgs) ToX12AgreementContentOutputWithContext(ctx context.Context) X12AgreementContentOutput

func (X12AgreementContentArgs) ToX12AgreementContentPtrOutput

func (i X12AgreementContentArgs) ToX12AgreementContentPtrOutput() X12AgreementContentPtrOutput

func (X12AgreementContentArgs) ToX12AgreementContentPtrOutputWithContext

func (i X12AgreementContentArgs) ToX12AgreementContentPtrOutputWithContext(ctx context.Context) X12AgreementContentPtrOutput

type X12AgreementContentInput

type X12AgreementContentInput interface {
	pulumi.Input

	ToX12AgreementContentOutput() X12AgreementContentOutput
	ToX12AgreementContentOutputWithContext(context.Context) X12AgreementContentOutput
}

X12AgreementContentInput is an input type that accepts X12AgreementContentArgs and X12AgreementContentOutput values. You can construct a concrete instance of `X12AgreementContentInput` via:

X12AgreementContentArgs{...}

type X12AgreementContentOutput

type X12AgreementContentOutput struct{ *pulumi.OutputState }

The X12 agreement content.

func (X12AgreementContentOutput) ElementType

func (X12AgreementContentOutput) ElementType() reflect.Type

func (X12AgreementContentOutput) ReceiveAgreement

The X12 one-way receive agreement.

func (X12AgreementContentOutput) SendAgreement

The X12 one-way send agreement.

func (X12AgreementContentOutput) ToX12AgreementContentOutput

func (o X12AgreementContentOutput) ToX12AgreementContentOutput() X12AgreementContentOutput

func (X12AgreementContentOutput) ToX12AgreementContentOutputWithContext

func (o X12AgreementContentOutput) ToX12AgreementContentOutputWithContext(ctx context.Context) X12AgreementContentOutput

func (X12AgreementContentOutput) ToX12AgreementContentPtrOutput

func (o X12AgreementContentOutput) ToX12AgreementContentPtrOutput() X12AgreementContentPtrOutput

func (X12AgreementContentOutput) ToX12AgreementContentPtrOutputWithContext

func (o X12AgreementContentOutput) ToX12AgreementContentPtrOutputWithContext(ctx context.Context) X12AgreementContentPtrOutput

type X12AgreementContentPtrInput

type X12AgreementContentPtrInput interface {
	pulumi.Input

	ToX12AgreementContentPtrOutput() X12AgreementContentPtrOutput
	ToX12AgreementContentPtrOutputWithContext(context.Context) X12AgreementContentPtrOutput
}

X12AgreementContentPtrInput is an input type that accepts X12AgreementContentArgs, X12AgreementContentPtr and X12AgreementContentPtrOutput values. You can construct a concrete instance of `X12AgreementContentPtrInput` via:

        X12AgreementContentArgs{...}

or:

        nil

type X12AgreementContentPtrOutput

type X12AgreementContentPtrOutput struct{ *pulumi.OutputState }

func (X12AgreementContentPtrOutput) Elem

func (X12AgreementContentPtrOutput) ElementType

func (X12AgreementContentPtrOutput) ReceiveAgreement

The X12 one-way receive agreement.

func (X12AgreementContentPtrOutput) SendAgreement

The X12 one-way send agreement.

func (X12AgreementContentPtrOutput) ToX12AgreementContentPtrOutput

func (o X12AgreementContentPtrOutput) ToX12AgreementContentPtrOutput() X12AgreementContentPtrOutput

func (X12AgreementContentPtrOutput) ToX12AgreementContentPtrOutputWithContext

func (o X12AgreementContentPtrOutput) ToX12AgreementContentPtrOutputWithContext(ctx context.Context) X12AgreementContentPtrOutput

type X12AgreementContentResponse

type X12AgreementContentResponse struct {
	// The X12 one-way receive agreement.
	ReceiveAgreement X12OneWayAgreementResponse `pulumi:"receiveAgreement"`
	// The X12 one-way send agreement.
	SendAgreement X12OneWayAgreementResponse `pulumi:"sendAgreement"`
}

The X12 agreement content.

type X12AgreementContentResponseArgs

type X12AgreementContentResponseArgs struct {
	// The X12 one-way receive agreement.
	ReceiveAgreement X12OneWayAgreementResponseInput `pulumi:"receiveAgreement"`
	// The X12 one-way send agreement.
	SendAgreement X12OneWayAgreementResponseInput `pulumi:"sendAgreement"`
}

The X12 agreement content.

func (X12AgreementContentResponseArgs) ElementType

func (X12AgreementContentResponseArgs) ToX12AgreementContentResponseOutput

func (i X12AgreementContentResponseArgs) ToX12AgreementContentResponseOutput() X12AgreementContentResponseOutput

func (X12AgreementContentResponseArgs) ToX12AgreementContentResponseOutputWithContext

func (i X12AgreementContentResponseArgs) ToX12AgreementContentResponseOutputWithContext(ctx context.Context) X12AgreementContentResponseOutput

func (X12AgreementContentResponseArgs) ToX12AgreementContentResponsePtrOutput

func (i X12AgreementContentResponseArgs) ToX12AgreementContentResponsePtrOutput() X12AgreementContentResponsePtrOutput

func (X12AgreementContentResponseArgs) ToX12AgreementContentResponsePtrOutputWithContext

func (i X12AgreementContentResponseArgs) ToX12AgreementContentResponsePtrOutputWithContext(ctx context.Context) X12AgreementContentResponsePtrOutput

type X12AgreementContentResponseInput

type X12AgreementContentResponseInput interface {
	pulumi.Input

	ToX12AgreementContentResponseOutput() X12AgreementContentResponseOutput
	ToX12AgreementContentResponseOutputWithContext(context.Context) X12AgreementContentResponseOutput
}

X12AgreementContentResponseInput is an input type that accepts X12AgreementContentResponseArgs and X12AgreementContentResponseOutput values. You can construct a concrete instance of `X12AgreementContentResponseInput` via:

X12AgreementContentResponseArgs{...}

type X12AgreementContentResponseOutput

type X12AgreementContentResponseOutput struct{ *pulumi.OutputState }

The X12 agreement content.

func (X12AgreementContentResponseOutput) ElementType

func (X12AgreementContentResponseOutput) ReceiveAgreement

The X12 one-way receive agreement.

func (X12AgreementContentResponseOutput) SendAgreement

The X12 one-way send agreement.

func (X12AgreementContentResponseOutput) ToX12AgreementContentResponseOutput

func (o X12AgreementContentResponseOutput) ToX12AgreementContentResponseOutput() X12AgreementContentResponseOutput

func (X12AgreementContentResponseOutput) ToX12AgreementContentResponseOutputWithContext

func (o X12AgreementContentResponseOutput) ToX12AgreementContentResponseOutputWithContext(ctx context.Context) X12AgreementContentResponseOutput

func (X12AgreementContentResponseOutput) ToX12AgreementContentResponsePtrOutput

func (o X12AgreementContentResponseOutput) ToX12AgreementContentResponsePtrOutput() X12AgreementContentResponsePtrOutput

func (X12AgreementContentResponseOutput) ToX12AgreementContentResponsePtrOutputWithContext

func (o X12AgreementContentResponseOutput) ToX12AgreementContentResponsePtrOutputWithContext(ctx context.Context) X12AgreementContentResponsePtrOutput

type X12AgreementContentResponsePtrInput

type X12AgreementContentResponsePtrInput interface {
	pulumi.Input

	ToX12AgreementContentResponsePtrOutput() X12AgreementContentResponsePtrOutput
	ToX12AgreementContentResponsePtrOutputWithContext(context.Context) X12AgreementContentResponsePtrOutput
}

X12AgreementContentResponsePtrInput is an input type that accepts X12AgreementContentResponseArgs, X12AgreementContentResponsePtr and X12AgreementContentResponsePtrOutput values. You can construct a concrete instance of `X12AgreementContentResponsePtrInput` via:

        X12AgreementContentResponseArgs{...}

or:

        nil

type X12AgreementContentResponsePtrOutput

type X12AgreementContentResponsePtrOutput struct{ *pulumi.OutputState }

func (X12AgreementContentResponsePtrOutput) Elem

func (X12AgreementContentResponsePtrOutput) ElementType

func (X12AgreementContentResponsePtrOutput) ReceiveAgreement

The X12 one-way receive agreement.

func (X12AgreementContentResponsePtrOutput) SendAgreement

The X12 one-way send agreement.

func (X12AgreementContentResponsePtrOutput) ToX12AgreementContentResponsePtrOutput

func (o X12AgreementContentResponsePtrOutput) ToX12AgreementContentResponsePtrOutput() X12AgreementContentResponsePtrOutput

func (X12AgreementContentResponsePtrOutput) ToX12AgreementContentResponsePtrOutputWithContext

func (o X12AgreementContentResponsePtrOutput) ToX12AgreementContentResponsePtrOutputWithContext(ctx context.Context) X12AgreementContentResponsePtrOutput

type X12CharacterSet added in v0.3.1

type X12CharacterSet pulumi.String

The X12 character set.

func (X12CharacterSet) ElementType added in v0.3.1

func (X12CharacterSet) ElementType() reflect.Type

func (X12CharacterSet) ToStringOutput added in v0.3.1

func (e X12CharacterSet) ToStringOutput() pulumi.StringOutput

func (X12CharacterSet) ToStringOutputWithContext added in v0.3.1

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

func (X12CharacterSet) ToStringPtrOutput added in v0.3.1

func (e X12CharacterSet) ToStringPtrOutput() pulumi.StringPtrOutput

func (X12CharacterSet) ToStringPtrOutputWithContext added in v0.3.1

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

type X12DateFormat added in v0.3.1

type X12DateFormat pulumi.String

The group header date format.

func (X12DateFormat) ElementType added in v0.3.1

func (X12DateFormat) ElementType() reflect.Type

func (X12DateFormat) ToStringOutput added in v0.3.1

func (e X12DateFormat) ToStringOutput() pulumi.StringOutput

func (X12DateFormat) ToStringOutputWithContext added in v0.3.1

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

func (X12DateFormat) ToStringPtrOutput added in v0.3.1

func (e X12DateFormat) ToStringPtrOutput() pulumi.StringPtrOutput

func (X12DateFormat) ToStringPtrOutputWithContext added in v0.3.1

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

type X12DelimiterOverrides

type X12DelimiterOverrides struct {
	// The component separator.
	ComponentSeparator int `pulumi:"componentSeparator"`
	// The data element separator.
	DataElementSeparator int `pulumi:"dataElementSeparator"`
	// The message id.
	MessageId *string `pulumi:"messageId"`
	// The protocol version.
	ProtocolVersion *string `pulumi:"protocolVersion"`
	// The replacement character.
	ReplaceCharacter int `pulumi:"replaceCharacter"`
	// The value indicating whether to replace separators in payload.
	ReplaceSeparatorsInPayload bool `pulumi:"replaceSeparatorsInPayload"`
	// The segment terminator.
	SegmentTerminator int `pulumi:"segmentTerminator"`
	// The segment terminator suffix.
	SegmentTerminatorSuffix string `pulumi:"segmentTerminatorSuffix"`
	// The target namespace on which this delimiter settings has to be applied.
	TargetNamespace *string `pulumi:"targetNamespace"`
}

The X12 delimiter override settings.

type X12DelimiterOverridesArgs

type X12DelimiterOverridesArgs struct {
	// The component separator.
	ComponentSeparator pulumi.IntInput `pulumi:"componentSeparator"`
	// The data element separator.
	DataElementSeparator pulumi.IntInput `pulumi:"dataElementSeparator"`
	// The message id.
	MessageId pulumi.StringPtrInput `pulumi:"messageId"`
	// The protocol version.
	ProtocolVersion pulumi.StringPtrInput `pulumi:"protocolVersion"`
	// The replacement character.
	ReplaceCharacter pulumi.IntInput `pulumi:"replaceCharacter"`
	// The value indicating whether to replace separators in payload.
	ReplaceSeparatorsInPayload pulumi.BoolInput `pulumi:"replaceSeparatorsInPayload"`
	// The segment terminator.
	SegmentTerminator pulumi.IntInput `pulumi:"segmentTerminator"`
	// The segment terminator suffix.
	SegmentTerminatorSuffix SegmentTerminatorSuffix `pulumi:"segmentTerminatorSuffix"`
	// The target namespace on which this delimiter settings has to be applied.
	TargetNamespace pulumi.StringPtrInput `pulumi:"targetNamespace"`
}

The X12 delimiter override settings.

func (X12DelimiterOverridesArgs) ElementType

func (X12DelimiterOverridesArgs) ElementType() reflect.Type

func (X12DelimiterOverridesArgs) ToX12DelimiterOverridesOutput

func (i X12DelimiterOverridesArgs) ToX12DelimiterOverridesOutput() X12DelimiterOverridesOutput

func (X12DelimiterOverridesArgs) ToX12DelimiterOverridesOutputWithContext

func (i X12DelimiterOverridesArgs) ToX12DelimiterOverridesOutputWithContext(ctx context.Context) X12DelimiterOverridesOutput

type X12DelimiterOverridesArray

type X12DelimiterOverridesArray []X12DelimiterOverridesInput

func (X12DelimiterOverridesArray) ElementType

func (X12DelimiterOverridesArray) ElementType() reflect.Type

func (X12DelimiterOverridesArray) ToX12DelimiterOverridesArrayOutput

func (i X12DelimiterOverridesArray) ToX12DelimiterOverridesArrayOutput() X12DelimiterOverridesArrayOutput

func (X12DelimiterOverridesArray) ToX12DelimiterOverridesArrayOutputWithContext

func (i X12DelimiterOverridesArray) ToX12DelimiterOverridesArrayOutputWithContext(ctx context.Context) X12DelimiterOverridesArrayOutput

type X12DelimiterOverridesArrayInput

type X12DelimiterOverridesArrayInput interface {
	pulumi.Input

	ToX12DelimiterOverridesArrayOutput() X12DelimiterOverridesArrayOutput
	ToX12DelimiterOverridesArrayOutputWithContext(context.Context) X12DelimiterOverridesArrayOutput
}

X12DelimiterOverridesArrayInput is an input type that accepts X12DelimiterOverridesArray and X12DelimiterOverridesArrayOutput values. You can construct a concrete instance of `X12DelimiterOverridesArrayInput` via:

X12DelimiterOverridesArray{ X12DelimiterOverridesArgs{...} }

type X12DelimiterOverridesArrayOutput

type X12DelimiterOverridesArrayOutput struct{ *pulumi.OutputState }

func (X12DelimiterOverridesArrayOutput) ElementType

func (X12DelimiterOverridesArrayOutput) Index

func (X12DelimiterOverridesArrayOutput) ToX12DelimiterOverridesArrayOutput

func (o X12DelimiterOverridesArrayOutput) ToX12DelimiterOverridesArrayOutput() X12DelimiterOverridesArrayOutput

func (X12DelimiterOverridesArrayOutput) ToX12DelimiterOverridesArrayOutputWithContext

func (o X12DelimiterOverridesArrayOutput) ToX12DelimiterOverridesArrayOutputWithContext(ctx context.Context) X12DelimiterOverridesArrayOutput

type X12DelimiterOverridesInput

type X12DelimiterOverridesInput interface {
	pulumi.Input

	ToX12DelimiterOverridesOutput() X12DelimiterOverridesOutput
	ToX12DelimiterOverridesOutputWithContext(context.Context) X12DelimiterOverridesOutput
}

X12DelimiterOverridesInput is an input type that accepts X12DelimiterOverridesArgs and X12DelimiterOverridesOutput values. You can construct a concrete instance of `X12DelimiterOverridesInput` via:

X12DelimiterOverridesArgs{...}

type X12DelimiterOverridesOutput

type X12DelimiterOverridesOutput struct{ *pulumi.OutputState }

The X12 delimiter override settings.

func (X12DelimiterOverridesOutput) ComponentSeparator

func (o X12DelimiterOverridesOutput) ComponentSeparator() pulumi.IntOutput

The component separator.

func (X12DelimiterOverridesOutput) DataElementSeparator

func (o X12DelimiterOverridesOutput) DataElementSeparator() pulumi.IntOutput

The data element separator.

func (X12DelimiterOverridesOutput) ElementType

func (X12DelimiterOverridesOutput) MessageId

The message id.

func (X12DelimiterOverridesOutput) ProtocolVersion

The protocol version.

func (X12DelimiterOverridesOutput) ReplaceCharacter

func (o X12DelimiterOverridesOutput) ReplaceCharacter() pulumi.IntOutput

The replacement character.

func (X12DelimiterOverridesOutput) ReplaceSeparatorsInPayload

func (o X12DelimiterOverridesOutput) ReplaceSeparatorsInPayload() pulumi.BoolOutput

The value indicating whether to replace separators in payload.

func (X12DelimiterOverridesOutput) SegmentTerminator

func (o X12DelimiterOverridesOutput) SegmentTerminator() pulumi.IntOutput

The segment terminator.

func (X12DelimiterOverridesOutput) SegmentTerminatorSuffix

func (o X12DelimiterOverridesOutput) SegmentTerminatorSuffix() pulumi.StringOutput

The segment terminator suffix.

func (X12DelimiterOverridesOutput) TargetNamespace

The target namespace on which this delimiter settings has to be applied.

func (X12DelimiterOverridesOutput) ToX12DelimiterOverridesOutput

func (o X12DelimiterOverridesOutput) ToX12DelimiterOverridesOutput() X12DelimiterOverridesOutput

func (X12DelimiterOverridesOutput) ToX12DelimiterOverridesOutputWithContext

func (o X12DelimiterOverridesOutput) ToX12DelimiterOverridesOutputWithContext(ctx context.Context) X12DelimiterOverridesOutput

type X12DelimiterOverridesResponse

type X12DelimiterOverridesResponse struct {
	// The component separator.
	ComponentSeparator int `pulumi:"componentSeparator"`
	// The data element separator.
	DataElementSeparator int `pulumi:"dataElementSeparator"`
	// The message id.
	MessageId *string `pulumi:"messageId"`
	// The protocol version.
	ProtocolVersion *string `pulumi:"protocolVersion"`
	// The replacement character.
	ReplaceCharacter int `pulumi:"replaceCharacter"`
	// The value indicating whether to replace separators in payload.
	ReplaceSeparatorsInPayload bool `pulumi:"replaceSeparatorsInPayload"`
	// The segment terminator.
	SegmentTerminator int `pulumi:"segmentTerminator"`
	// The segment terminator suffix.
	SegmentTerminatorSuffix string `pulumi:"segmentTerminatorSuffix"`
	// The target namespace on which this delimiter settings has to be applied.
	TargetNamespace *string `pulumi:"targetNamespace"`
}

The X12 delimiter override settings.

type X12DelimiterOverridesResponseArgs

type X12DelimiterOverridesResponseArgs struct {
	// The component separator.
	ComponentSeparator pulumi.IntInput `pulumi:"componentSeparator"`
	// The data element separator.
	DataElementSeparator pulumi.IntInput `pulumi:"dataElementSeparator"`
	// The message id.
	MessageId pulumi.StringPtrInput `pulumi:"messageId"`
	// The protocol version.
	ProtocolVersion pulumi.StringPtrInput `pulumi:"protocolVersion"`
	// The replacement character.
	ReplaceCharacter pulumi.IntInput `pulumi:"replaceCharacter"`
	// The value indicating whether to replace separators in payload.
	ReplaceSeparatorsInPayload pulumi.BoolInput `pulumi:"replaceSeparatorsInPayload"`
	// The segment terminator.
	SegmentTerminator pulumi.IntInput `pulumi:"segmentTerminator"`
	// The segment terminator suffix.
	SegmentTerminatorSuffix pulumi.StringInput `pulumi:"segmentTerminatorSuffix"`
	// The target namespace on which this delimiter settings has to be applied.
	TargetNamespace pulumi.StringPtrInput `pulumi:"targetNamespace"`
}

The X12 delimiter override settings.

func (X12DelimiterOverridesResponseArgs) ElementType

func (X12DelimiterOverridesResponseArgs) ToX12DelimiterOverridesResponseOutput

func (i X12DelimiterOverridesResponseArgs) ToX12DelimiterOverridesResponseOutput() X12DelimiterOverridesResponseOutput

func (X12DelimiterOverridesResponseArgs) ToX12DelimiterOverridesResponseOutputWithContext

func (i X12DelimiterOverridesResponseArgs) ToX12DelimiterOverridesResponseOutputWithContext(ctx context.Context) X12DelimiterOverridesResponseOutput

type X12DelimiterOverridesResponseArray

type X12DelimiterOverridesResponseArray []X12DelimiterOverridesResponseInput

func (X12DelimiterOverridesResponseArray) ElementType

func (X12DelimiterOverridesResponseArray) ToX12DelimiterOverridesResponseArrayOutput

func (i X12DelimiterOverridesResponseArray) ToX12DelimiterOverridesResponseArrayOutput() X12DelimiterOverridesResponseArrayOutput

func (X12DelimiterOverridesResponseArray) ToX12DelimiterOverridesResponseArrayOutputWithContext

func (i X12DelimiterOverridesResponseArray) ToX12DelimiterOverridesResponseArrayOutputWithContext(ctx context.Context) X12DelimiterOverridesResponseArrayOutput

type X12DelimiterOverridesResponseArrayInput

type X12DelimiterOverridesResponseArrayInput interface {
	pulumi.Input

	ToX12DelimiterOverridesResponseArrayOutput() X12DelimiterOverridesResponseArrayOutput
	ToX12DelimiterOverridesResponseArrayOutputWithContext(context.Context) X12DelimiterOverridesResponseArrayOutput
}

X12DelimiterOverridesResponseArrayInput is an input type that accepts X12DelimiterOverridesResponseArray and X12DelimiterOverridesResponseArrayOutput values. You can construct a concrete instance of `X12DelimiterOverridesResponseArrayInput` via:

X12DelimiterOverridesResponseArray{ X12DelimiterOverridesResponseArgs{...} }

type X12DelimiterOverridesResponseArrayOutput

type X12DelimiterOverridesResponseArrayOutput struct{ *pulumi.OutputState }

func (X12DelimiterOverridesResponseArrayOutput) ElementType

func (X12DelimiterOverridesResponseArrayOutput) Index

func (X12DelimiterOverridesResponseArrayOutput) ToX12DelimiterOverridesResponseArrayOutput

func (o X12DelimiterOverridesResponseArrayOutput) ToX12DelimiterOverridesResponseArrayOutput() X12DelimiterOverridesResponseArrayOutput

func (X12DelimiterOverridesResponseArrayOutput) ToX12DelimiterOverridesResponseArrayOutputWithContext

func (o X12DelimiterOverridesResponseArrayOutput) ToX12DelimiterOverridesResponseArrayOutputWithContext(ctx context.Context) X12DelimiterOverridesResponseArrayOutput

type X12DelimiterOverridesResponseInput

type X12DelimiterOverridesResponseInput interface {
	pulumi.Input

	ToX12DelimiterOverridesResponseOutput() X12DelimiterOverridesResponseOutput
	ToX12DelimiterOverridesResponseOutputWithContext(context.Context) X12DelimiterOverridesResponseOutput
}

X12DelimiterOverridesResponseInput is an input type that accepts X12DelimiterOverridesResponseArgs and X12DelimiterOverridesResponseOutput values. You can construct a concrete instance of `X12DelimiterOverridesResponseInput` via:

X12DelimiterOverridesResponseArgs{...}

type X12DelimiterOverridesResponseOutput

type X12DelimiterOverridesResponseOutput struct{ *pulumi.OutputState }

The X12 delimiter override settings.

func (X12DelimiterOverridesResponseOutput) ComponentSeparator

func (o X12DelimiterOverridesResponseOutput) ComponentSeparator() pulumi.IntOutput

The component separator.

func (X12DelimiterOverridesResponseOutput) DataElementSeparator

func (o X12DelimiterOverridesResponseOutput) DataElementSeparator() pulumi.IntOutput

The data element separator.

func (X12DelimiterOverridesResponseOutput) ElementType

func (X12DelimiterOverridesResponseOutput) MessageId

The message id.

func (X12DelimiterOverridesResponseOutput) ProtocolVersion

The protocol version.

func (X12DelimiterOverridesResponseOutput) ReplaceCharacter

The replacement character.

func (X12DelimiterOverridesResponseOutput) ReplaceSeparatorsInPayload

func (o X12DelimiterOverridesResponseOutput) ReplaceSeparatorsInPayload() pulumi.BoolOutput

The value indicating whether to replace separators in payload.

func (X12DelimiterOverridesResponseOutput) SegmentTerminator

The segment terminator.

func (X12DelimiterOverridesResponseOutput) SegmentTerminatorSuffix

func (o X12DelimiterOverridesResponseOutput) SegmentTerminatorSuffix() pulumi.StringOutput

The segment terminator suffix.

func (X12DelimiterOverridesResponseOutput) TargetNamespace

The target namespace on which this delimiter settings has to be applied.

func (X12DelimiterOverridesResponseOutput) ToX12DelimiterOverridesResponseOutput

func (o X12DelimiterOverridesResponseOutput) ToX12DelimiterOverridesResponseOutput() X12DelimiterOverridesResponseOutput

func (X12DelimiterOverridesResponseOutput) ToX12DelimiterOverridesResponseOutputWithContext

func (o X12DelimiterOverridesResponseOutput) ToX12DelimiterOverridesResponseOutputWithContext(ctx context.Context) X12DelimiterOverridesResponseOutput

type X12EnvelopeOverride

type X12EnvelopeOverride struct {
	// The date format.
	DateFormat string `pulumi:"dateFormat"`
	// The functional identifier code.
	FunctionalIdentifierCode *string `pulumi:"functionalIdentifierCode"`
	// The header version.
	HeaderVersion string `pulumi:"headerVersion"`
	// The message id on which this envelope settings has to be applied.
	MessageId string `pulumi:"messageId"`
	// The protocol version on which this envelope settings has to be applied.
	ProtocolVersion string `pulumi:"protocolVersion"`
	// The receiver application id.
	ReceiverApplicationId string `pulumi:"receiverApplicationId"`
	// The responsible agency code.
	ResponsibleAgencyCode string `pulumi:"responsibleAgencyCode"`
	// The sender application id.
	SenderApplicationId string `pulumi:"senderApplicationId"`
	// The target namespace on which this envelope settings has to be applied.
	TargetNamespace string `pulumi:"targetNamespace"`
	// The time format.
	TimeFormat string `pulumi:"timeFormat"`
}

The X12 envelope override settings.

type X12EnvelopeOverrideArgs

type X12EnvelopeOverrideArgs struct {
	// The date format.
	DateFormat X12DateFormat `pulumi:"dateFormat"`
	// The functional identifier code.
	FunctionalIdentifierCode pulumi.StringPtrInput `pulumi:"functionalIdentifierCode"`
	// The header version.
	HeaderVersion pulumi.StringInput `pulumi:"headerVersion"`
	// The message id on which this envelope settings has to be applied.
	MessageId pulumi.StringInput `pulumi:"messageId"`
	// The protocol version on which this envelope settings has to be applied.
	ProtocolVersion pulumi.StringInput `pulumi:"protocolVersion"`
	// The receiver application id.
	ReceiverApplicationId pulumi.StringInput `pulumi:"receiverApplicationId"`
	// The responsible agency code.
	ResponsibleAgencyCode pulumi.StringInput `pulumi:"responsibleAgencyCode"`
	// The sender application id.
	SenderApplicationId pulumi.StringInput `pulumi:"senderApplicationId"`
	// The target namespace on which this envelope settings has to be applied.
	TargetNamespace pulumi.StringInput `pulumi:"targetNamespace"`
	// The time format.
	TimeFormat X12TimeFormat `pulumi:"timeFormat"`
}

The X12 envelope override settings.

func (X12EnvelopeOverrideArgs) ElementType

func (X12EnvelopeOverrideArgs) ElementType() reflect.Type

func (X12EnvelopeOverrideArgs) ToX12EnvelopeOverrideOutput

func (i X12EnvelopeOverrideArgs) ToX12EnvelopeOverrideOutput() X12EnvelopeOverrideOutput

func (X12EnvelopeOverrideArgs) ToX12EnvelopeOverrideOutputWithContext

func (i X12EnvelopeOverrideArgs) ToX12EnvelopeOverrideOutputWithContext(ctx context.Context) X12EnvelopeOverrideOutput

type X12EnvelopeOverrideArray

type X12EnvelopeOverrideArray []X12EnvelopeOverrideInput

func (X12EnvelopeOverrideArray) ElementType

func (X12EnvelopeOverrideArray) ElementType() reflect.Type

func (X12EnvelopeOverrideArray) ToX12EnvelopeOverrideArrayOutput

func (i X12EnvelopeOverrideArray) ToX12EnvelopeOverrideArrayOutput() X12EnvelopeOverrideArrayOutput

func (X12EnvelopeOverrideArray) ToX12EnvelopeOverrideArrayOutputWithContext

func (i X12EnvelopeOverrideArray) ToX12EnvelopeOverrideArrayOutputWithContext(ctx context.Context) X12EnvelopeOverrideArrayOutput

type X12EnvelopeOverrideArrayInput

type X12EnvelopeOverrideArrayInput interface {
	pulumi.Input

	ToX12EnvelopeOverrideArrayOutput() X12EnvelopeOverrideArrayOutput
	ToX12EnvelopeOverrideArrayOutputWithContext(context.Context) X12EnvelopeOverrideArrayOutput
}

X12EnvelopeOverrideArrayInput is an input type that accepts X12EnvelopeOverrideArray and X12EnvelopeOverrideArrayOutput values. You can construct a concrete instance of `X12EnvelopeOverrideArrayInput` via:

X12EnvelopeOverrideArray{ X12EnvelopeOverrideArgs{...} }

type X12EnvelopeOverrideArrayOutput

type X12EnvelopeOverrideArrayOutput struct{ *pulumi.OutputState }

func (X12EnvelopeOverrideArrayOutput) ElementType

func (X12EnvelopeOverrideArrayOutput) Index

func (X12EnvelopeOverrideArrayOutput) ToX12EnvelopeOverrideArrayOutput

func (o X12EnvelopeOverrideArrayOutput) ToX12EnvelopeOverrideArrayOutput() X12EnvelopeOverrideArrayOutput

func (X12EnvelopeOverrideArrayOutput) ToX12EnvelopeOverrideArrayOutputWithContext

func (o X12EnvelopeOverrideArrayOutput) ToX12EnvelopeOverrideArrayOutputWithContext(ctx context.Context) X12EnvelopeOverrideArrayOutput

type X12EnvelopeOverrideInput

type X12EnvelopeOverrideInput interface {
	pulumi.Input

	ToX12EnvelopeOverrideOutput() X12EnvelopeOverrideOutput
	ToX12EnvelopeOverrideOutputWithContext(context.Context) X12EnvelopeOverrideOutput
}

X12EnvelopeOverrideInput is an input type that accepts X12EnvelopeOverrideArgs and X12EnvelopeOverrideOutput values. You can construct a concrete instance of `X12EnvelopeOverrideInput` via:

X12EnvelopeOverrideArgs{...}

type X12EnvelopeOverrideOutput

type X12EnvelopeOverrideOutput struct{ *pulumi.OutputState }

The X12 envelope override settings.

func (X12EnvelopeOverrideOutput) DateFormat

The date format.

func (X12EnvelopeOverrideOutput) ElementType

func (X12EnvelopeOverrideOutput) ElementType() reflect.Type

func (X12EnvelopeOverrideOutput) FunctionalIdentifierCode

func (o X12EnvelopeOverrideOutput) FunctionalIdentifierCode() pulumi.StringPtrOutput

The functional identifier code.

func (X12EnvelopeOverrideOutput) HeaderVersion

func (o X12EnvelopeOverrideOutput) HeaderVersion() pulumi.StringOutput

The header version.

func (X12EnvelopeOverrideOutput) MessageId

The message id on which this envelope settings has to be applied.

func (X12EnvelopeOverrideOutput) ProtocolVersion

func (o X12EnvelopeOverrideOutput) ProtocolVersion() pulumi.StringOutput

The protocol version on which this envelope settings has to be applied.

func (X12EnvelopeOverrideOutput) ReceiverApplicationId

func (o X12EnvelopeOverrideOutput) ReceiverApplicationId() pulumi.StringOutput

The receiver application id.

func (X12EnvelopeOverrideOutput) ResponsibleAgencyCode

func (o X12EnvelopeOverrideOutput) ResponsibleAgencyCode() pulumi.StringOutput

The responsible agency code.

func (X12EnvelopeOverrideOutput) SenderApplicationId

func (o X12EnvelopeOverrideOutput) SenderApplicationId() pulumi.StringOutput

The sender application id.

func (X12EnvelopeOverrideOutput) TargetNamespace

func (o X12EnvelopeOverrideOutput) TargetNamespace() pulumi.StringOutput

The target namespace on which this envelope settings has to be applied.

func (X12EnvelopeOverrideOutput) TimeFormat

The time format.

func (X12EnvelopeOverrideOutput) ToX12EnvelopeOverrideOutput

func (o X12EnvelopeOverrideOutput) ToX12EnvelopeOverrideOutput() X12EnvelopeOverrideOutput

func (X12EnvelopeOverrideOutput) ToX12EnvelopeOverrideOutputWithContext

func (o X12EnvelopeOverrideOutput) ToX12EnvelopeOverrideOutputWithContext(ctx context.Context) X12EnvelopeOverrideOutput

type X12EnvelopeOverrideResponse

type X12EnvelopeOverrideResponse struct {
	// The date format.
	DateFormat string `pulumi:"dateFormat"`
	// The functional identifier code.
	FunctionalIdentifierCode *string `pulumi:"functionalIdentifierCode"`
	// The header version.
	HeaderVersion string `pulumi:"headerVersion"`
	// The message id on which this envelope settings has to be applied.
	MessageId string `pulumi:"messageId"`
	// The protocol version on which this envelope settings has to be applied.
	ProtocolVersion string `pulumi:"protocolVersion"`
	// The receiver application id.
	ReceiverApplicationId string `pulumi:"receiverApplicationId"`
	// The responsible agency code.
	ResponsibleAgencyCode string `pulumi:"responsibleAgencyCode"`
	// The sender application id.
	SenderApplicationId string `pulumi:"senderApplicationId"`
	// The target namespace on which this envelope settings has to be applied.
	TargetNamespace string `pulumi:"targetNamespace"`
	// The time format.
	TimeFormat string `pulumi:"timeFormat"`
}

The X12 envelope override settings.

type X12EnvelopeOverrideResponseArgs

type X12EnvelopeOverrideResponseArgs struct {
	// The date format.
	DateFormat pulumi.StringInput `pulumi:"dateFormat"`
	// The functional identifier code.
	FunctionalIdentifierCode pulumi.StringPtrInput `pulumi:"functionalIdentifierCode"`
	// The header version.
	HeaderVersion pulumi.StringInput `pulumi:"headerVersion"`
	// The message id on which this envelope settings has to be applied.
	MessageId pulumi.StringInput `pulumi:"messageId"`
	// The protocol version on which this envelope settings has to be applied.
	ProtocolVersion pulumi.StringInput `pulumi:"protocolVersion"`
	// The receiver application id.
	ReceiverApplicationId pulumi.StringInput `pulumi:"receiverApplicationId"`
	// The responsible agency code.
	ResponsibleAgencyCode pulumi.StringInput `pulumi:"responsibleAgencyCode"`
	// The sender application id.
	SenderApplicationId pulumi.StringInput `pulumi:"senderApplicationId"`
	// The target namespace on which this envelope settings has to be applied.
	TargetNamespace pulumi.StringInput `pulumi:"targetNamespace"`
	// The time format.
	TimeFormat pulumi.StringInput `pulumi:"timeFormat"`
}

The X12 envelope override settings.

func (X12EnvelopeOverrideResponseArgs) ElementType

func (X12EnvelopeOverrideResponseArgs) ToX12EnvelopeOverrideResponseOutput

func (i X12EnvelopeOverrideResponseArgs) ToX12EnvelopeOverrideResponseOutput() X12EnvelopeOverrideResponseOutput

func (X12EnvelopeOverrideResponseArgs) ToX12EnvelopeOverrideResponseOutputWithContext

func (i X12EnvelopeOverrideResponseArgs) ToX12EnvelopeOverrideResponseOutputWithContext(ctx context.Context) X12EnvelopeOverrideResponseOutput

type X12EnvelopeOverrideResponseArray

type X12EnvelopeOverrideResponseArray []X12EnvelopeOverrideResponseInput

func (X12EnvelopeOverrideResponseArray) ElementType

func (X12EnvelopeOverrideResponseArray) ToX12EnvelopeOverrideResponseArrayOutput

func (i X12EnvelopeOverrideResponseArray) ToX12EnvelopeOverrideResponseArrayOutput() X12EnvelopeOverrideResponseArrayOutput

func (X12EnvelopeOverrideResponseArray) ToX12EnvelopeOverrideResponseArrayOutputWithContext

func (i X12EnvelopeOverrideResponseArray) ToX12EnvelopeOverrideResponseArrayOutputWithContext(ctx context.Context) X12EnvelopeOverrideResponseArrayOutput

type X12EnvelopeOverrideResponseArrayInput

type X12EnvelopeOverrideResponseArrayInput interface {
	pulumi.Input

	ToX12EnvelopeOverrideResponseArrayOutput() X12EnvelopeOverrideResponseArrayOutput
	ToX12EnvelopeOverrideResponseArrayOutputWithContext(context.Context) X12EnvelopeOverrideResponseArrayOutput
}

X12EnvelopeOverrideResponseArrayInput is an input type that accepts X12EnvelopeOverrideResponseArray and X12EnvelopeOverrideResponseArrayOutput values. You can construct a concrete instance of `X12EnvelopeOverrideResponseArrayInput` via:

X12EnvelopeOverrideResponseArray{ X12EnvelopeOverrideResponseArgs{...} }

type X12EnvelopeOverrideResponseArrayOutput

type X12EnvelopeOverrideResponseArrayOutput struct{ *pulumi.OutputState }

func (X12EnvelopeOverrideResponseArrayOutput) ElementType

func (X12EnvelopeOverrideResponseArrayOutput) Index

func (X12EnvelopeOverrideResponseArrayOutput) ToX12EnvelopeOverrideResponseArrayOutput

func (o X12EnvelopeOverrideResponseArrayOutput) ToX12EnvelopeOverrideResponseArrayOutput() X12EnvelopeOverrideResponseArrayOutput

func (X12EnvelopeOverrideResponseArrayOutput) ToX12EnvelopeOverrideResponseArrayOutputWithContext

func (o X12EnvelopeOverrideResponseArrayOutput) ToX12EnvelopeOverrideResponseArrayOutputWithContext(ctx context.Context) X12EnvelopeOverrideResponseArrayOutput

type X12EnvelopeOverrideResponseInput

type X12EnvelopeOverrideResponseInput interface {
	pulumi.Input

	ToX12EnvelopeOverrideResponseOutput() X12EnvelopeOverrideResponseOutput
	ToX12EnvelopeOverrideResponseOutputWithContext(context.Context) X12EnvelopeOverrideResponseOutput
}

X12EnvelopeOverrideResponseInput is an input type that accepts X12EnvelopeOverrideResponseArgs and X12EnvelopeOverrideResponseOutput values. You can construct a concrete instance of `X12EnvelopeOverrideResponseInput` via:

X12EnvelopeOverrideResponseArgs{...}

type X12EnvelopeOverrideResponseOutput

type X12EnvelopeOverrideResponseOutput struct{ *pulumi.OutputState }

The X12 envelope override settings.

func (X12EnvelopeOverrideResponseOutput) DateFormat

The date format.

func (X12EnvelopeOverrideResponseOutput) ElementType

func (X12EnvelopeOverrideResponseOutput) FunctionalIdentifierCode

func (o X12EnvelopeOverrideResponseOutput) FunctionalIdentifierCode() pulumi.StringPtrOutput

The functional identifier code.

func (X12EnvelopeOverrideResponseOutput) HeaderVersion

The header version.

func (X12EnvelopeOverrideResponseOutput) MessageId

The message id on which this envelope settings has to be applied.

func (X12EnvelopeOverrideResponseOutput) ProtocolVersion

The protocol version on which this envelope settings has to be applied.

func (X12EnvelopeOverrideResponseOutput) ReceiverApplicationId

func (o X12EnvelopeOverrideResponseOutput) ReceiverApplicationId() pulumi.StringOutput

The receiver application id.

func (X12EnvelopeOverrideResponseOutput) ResponsibleAgencyCode

func (o X12EnvelopeOverrideResponseOutput) ResponsibleAgencyCode() pulumi.StringOutput

The responsible agency code.

func (X12EnvelopeOverrideResponseOutput) SenderApplicationId

func (o X12EnvelopeOverrideResponseOutput) SenderApplicationId() pulumi.StringOutput

The sender application id.

func (X12EnvelopeOverrideResponseOutput) TargetNamespace

The target namespace on which this envelope settings has to be applied.

func (X12EnvelopeOverrideResponseOutput) TimeFormat

The time format.

func (X12EnvelopeOverrideResponseOutput) ToX12EnvelopeOverrideResponseOutput

func (o X12EnvelopeOverrideResponseOutput) ToX12EnvelopeOverrideResponseOutput() X12EnvelopeOverrideResponseOutput

func (X12EnvelopeOverrideResponseOutput) ToX12EnvelopeOverrideResponseOutputWithContext

func (o X12EnvelopeOverrideResponseOutput) ToX12EnvelopeOverrideResponseOutputWithContext(ctx context.Context) X12EnvelopeOverrideResponseOutput

type X12EnvelopeSettings

type X12EnvelopeSettings struct {
	// The controls standards id.
	ControlStandardsId int `pulumi:"controlStandardsId"`
	// The control version number.
	ControlVersionNumber string `pulumi:"controlVersionNumber"`
	// The value indicating whether to enable default group headers.
	EnableDefaultGroupHeaders bool `pulumi:"enableDefaultGroupHeaders"`
	// The functional group id.
	FunctionalGroupId *string `pulumi:"functionalGroupId"`
	// The group control number lower bound.
	GroupControlNumberLowerBound int `pulumi:"groupControlNumberLowerBound"`
	// The group control number upper bound.
	GroupControlNumberUpperBound int `pulumi:"groupControlNumberUpperBound"`
	// The group header agency code.
	GroupHeaderAgencyCode string `pulumi:"groupHeaderAgencyCode"`
	// The group header date format.
	GroupHeaderDateFormat string `pulumi:"groupHeaderDateFormat"`
	// The group header time format.
	GroupHeaderTimeFormat string `pulumi:"groupHeaderTimeFormat"`
	// The group header version.
	GroupHeaderVersion string `pulumi:"groupHeaderVersion"`
	// The interchange  control number lower bound.
	InterchangeControlNumberLowerBound int `pulumi:"interchangeControlNumberLowerBound"`
	// The interchange  control number upper bound.
	InterchangeControlNumberUpperBound int `pulumi:"interchangeControlNumberUpperBound"`
	// The value indicating whether to overwrite existing transaction set control number.
	OverwriteExistingTransactionSetControlNumber bool `pulumi:"overwriteExistingTransactionSetControlNumber"`
	// The receiver application id.
	ReceiverApplicationId string `pulumi:"receiverApplicationId"`
	// The value indicating whether to rollover group control number.
	RolloverGroupControlNumber bool `pulumi:"rolloverGroupControlNumber"`
	// The value indicating whether to rollover interchange control number.
	RolloverInterchangeControlNumber bool `pulumi:"rolloverInterchangeControlNumber"`
	// The value indicating whether to rollover transaction set control number.
	RolloverTransactionSetControlNumber bool `pulumi:"rolloverTransactionSetControlNumber"`
	// The sender application id.
	SenderApplicationId string `pulumi:"senderApplicationId"`
	// The transaction set control number lower bound.
	TransactionSetControlNumberLowerBound int `pulumi:"transactionSetControlNumberLowerBound"`
	// The transaction set control number prefix.
	TransactionSetControlNumberPrefix *string `pulumi:"transactionSetControlNumberPrefix"`
	// The transaction set control number suffix.
	TransactionSetControlNumberSuffix *string `pulumi:"transactionSetControlNumberSuffix"`
	// The transaction set control number upper bound.
	TransactionSetControlNumberUpperBound int `pulumi:"transactionSetControlNumberUpperBound"`
	// The usage indicator.
	UsageIndicator string `pulumi:"usageIndicator"`
	// The value indicating whether to use control standards id as repetition character.
	UseControlStandardsIdAsRepetitionCharacter bool `pulumi:"useControlStandardsIdAsRepetitionCharacter"`
}

The X12 agreement envelope settings.

type X12EnvelopeSettingsArgs

type X12EnvelopeSettingsArgs struct {
	// The controls standards id.
	ControlStandardsId pulumi.IntInput `pulumi:"controlStandardsId"`
	// The control version number.
	ControlVersionNumber pulumi.StringInput `pulumi:"controlVersionNumber"`
	// The value indicating whether to enable default group headers.
	EnableDefaultGroupHeaders pulumi.BoolInput `pulumi:"enableDefaultGroupHeaders"`
	// The functional group id.
	FunctionalGroupId pulumi.StringPtrInput `pulumi:"functionalGroupId"`
	// The group control number lower bound.
	GroupControlNumberLowerBound pulumi.IntInput `pulumi:"groupControlNumberLowerBound"`
	// The group control number upper bound.
	GroupControlNumberUpperBound pulumi.IntInput `pulumi:"groupControlNumberUpperBound"`
	// The group header agency code.
	GroupHeaderAgencyCode pulumi.StringInput `pulumi:"groupHeaderAgencyCode"`
	// The group header date format.
	GroupHeaderDateFormat X12DateFormat `pulumi:"groupHeaderDateFormat"`
	// The group header time format.
	GroupHeaderTimeFormat X12TimeFormat `pulumi:"groupHeaderTimeFormat"`
	// The group header version.
	GroupHeaderVersion pulumi.StringInput `pulumi:"groupHeaderVersion"`
	// The interchange  control number lower bound.
	InterchangeControlNumberLowerBound pulumi.IntInput `pulumi:"interchangeControlNumberLowerBound"`
	// The interchange  control number upper bound.
	InterchangeControlNumberUpperBound pulumi.IntInput `pulumi:"interchangeControlNumberUpperBound"`
	// The value indicating whether to overwrite existing transaction set control number.
	OverwriteExistingTransactionSetControlNumber pulumi.BoolInput `pulumi:"overwriteExistingTransactionSetControlNumber"`
	// The receiver application id.
	ReceiverApplicationId pulumi.StringInput `pulumi:"receiverApplicationId"`
	// The value indicating whether to rollover group control number.
	RolloverGroupControlNumber pulumi.BoolInput `pulumi:"rolloverGroupControlNumber"`
	// The value indicating whether to rollover interchange control number.
	RolloverInterchangeControlNumber pulumi.BoolInput `pulumi:"rolloverInterchangeControlNumber"`
	// The value indicating whether to rollover transaction set control number.
	RolloverTransactionSetControlNumber pulumi.BoolInput `pulumi:"rolloverTransactionSetControlNumber"`
	// The sender application id.
	SenderApplicationId pulumi.StringInput `pulumi:"senderApplicationId"`
	// The transaction set control number lower bound.
	TransactionSetControlNumberLowerBound pulumi.IntInput `pulumi:"transactionSetControlNumberLowerBound"`
	// The transaction set control number prefix.
	TransactionSetControlNumberPrefix pulumi.StringPtrInput `pulumi:"transactionSetControlNumberPrefix"`
	// The transaction set control number suffix.
	TransactionSetControlNumberSuffix pulumi.StringPtrInput `pulumi:"transactionSetControlNumberSuffix"`
	// The transaction set control number upper bound.
	TransactionSetControlNumberUpperBound pulumi.IntInput `pulumi:"transactionSetControlNumberUpperBound"`
	// The usage indicator.
	UsageIndicator UsageIndicator `pulumi:"usageIndicator"`
	// The value indicating whether to use control standards id as repetition character.
	UseControlStandardsIdAsRepetitionCharacter pulumi.BoolInput `pulumi:"useControlStandardsIdAsRepetitionCharacter"`
}

The X12 agreement envelope settings.

func (X12EnvelopeSettingsArgs) ElementType

func (X12EnvelopeSettingsArgs) ElementType() reflect.Type

func (X12EnvelopeSettingsArgs) ToX12EnvelopeSettingsOutput

func (i X12EnvelopeSettingsArgs) ToX12EnvelopeSettingsOutput() X12EnvelopeSettingsOutput

func (X12EnvelopeSettingsArgs) ToX12EnvelopeSettingsOutputWithContext

func (i X12EnvelopeSettingsArgs) ToX12EnvelopeSettingsOutputWithContext(ctx context.Context) X12EnvelopeSettingsOutput

func (X12EnvelopeSettingsArgs) ToX12EnvelopeSettingsPtrOutput

func (i X12EnvelopeSettingsArgs) ToX12EnvelopeSettingsPtrOutput() X12EnvelopeSettingsPtrOutput

func (X12EnvelopeSettingsArgs) ToX12EnvelopeSettingsPtrOutputWithContext

func (i X12EnvelopeSettingsArgs) ToX12EnvelopeSettingsPtrOutputWithContext(ctx context.Context) X12EnvelopeSettingsPtrOutput

type X12EnvelopeSettingsInput

type X12EnvelopeSettingsInput interface {
	pulumi.Input

	ToX12EnvelopeSettingsOutput() X12EnvelopeSettingsOutput
	ToX12EnvelopeSettingsOutputWithContext(context.Context) X12EnvelopeSettingsOutput
}

X12EnvelopeSettingsInput is an input type that accepts X12EnvelopeSettingsArgs and X12EnvelopeSettingsOutput values. You can construct a concrete instance of `X12EnvelopeSettingsInput` via:

X12EnvelopeSettingsArgs{...}

type X12EnvelopeSettingsOutput

type X12EnvelopeSettingsOutput struct{ *pulumi.OutputState }

The X12 agreement envelope settings.

func (X12EnvelopeSettingsOutput) ControlStandardsId

func (o X12EnvelopeSettingsOutput) ControlStandardsId() pulumi.IntOutput

The controls standards id.

func (X12EnvelopeSettingsOutput) ControlVersionNumber

func (o X12EnvelopeSettingsOutput) ControlVersionNumber() pulumi.StringOutput

The control version number.

func (X12EnvelopeSettingsOutput) ElementType

func (X12EnvelopeSettingsOutput) ElementType() reflect.Type

func (X12EnvelopeSettingsOutput) EnableDefaultGroupHeaders

func (o X12EnvelopeSettingsOutput) EnableDefaultGroupHeaders() pulumi.BoolOutput

The value indicating whether to enable default group headers.

func (X12EnvelopeSettingsOutput) FunctionalGroupId

func (o X12EnvelopeSettingsOutput) FunctionalGroupId() pulumi.StringPtrOutput

The functional group id.

func (X12EnvelopeSettingsOutput) GroupControlNumberLowerBound

func (o X12EnvelopeSettingsOutput) GroupControlNumberLowerBound() pulumi.IntOutput

The group control number lower bound.

func (X12EnvelopeSettingsOutput) GroupControlNumberUpperBound

func (o X12EnvelopeSettingsOutput) GroupControlNumberUpperBound() pulumi.IntOutput

The group control number upper bound.

func (X12EnvelopeSettingsOutput) GroupHeaderAgencyCode

func (o X12EnvelopeSettingsOutput) GroupHeaderAgencyCode() pulumi.StringOutput

The group header agency code.

func (X12EnvelopeSettingsOutput) GroupHeaderDateFormat

func (o X12EnvelopeSettingsOutput) GroupHeaderDateFormat() pulumi.StringOutput

The group header date format.

func (X12EnvelopeSettingsOutput) GroupHeaderTimeFormat

func (o X12EnvelopeSettingsOutput) GroupHeaderTimeFormat() pulumi.StringOutput

The group header time format.

func (X12EnvelopeSettingsOutput) GroupHeaderVersion

func (o X12EnvelopeSettingsOutput) GroupHeaderVersion() pulumi.StringOutput

The group header version.

func (X12EnvelopeSettingsOutput) InterchangeControlNumberLowerBound

func (o X12EnvelopeSettingsOutput) InterchangeControlNumberLowerBound() pulumi.IntOutput

The interchange control number lower bound.

func (X12EnvelopeSettingsOutput) InterchangeControlNumberUpperBound

func (o X12EnvelopeSettingsOutput) InterchangeControlNumberUpperBound() pulumi.IntOutput

The interchange control number upper bound.

func (X12EnvelopeSettingsOutput) OverwriteExistingTransactionSetControlNumber

func (o X12EnvelopeSettingsOutput) OverwriteExistingTransactionSetControlNumber() pulumi.BoolOutput

The value indicating whether to overwrite existing transaction set control number.

func (X12EnvelopeSettingsOutput) ReceiverApplicationId

func (o X12EnvelopeSettingsOutput) ReceiverApplicationId() pulumi.StringOutput

The receiver application id.

func (X12EnvelopeSettingsOutput) RolloverGroupControlNumber

func (o X12EnvelopeSettingsOutput) RolloverGroupControlNumber() pulumi.BoolOutput

The value indicating whether to rollover group control number.

func (X12EnvelopeSettingsOutput) RolloverInterchangeControlNumber

func (o X12EnvelopeSettingsOutput) RolloverInterchangeControlNumber() pulumi.BoolOutput

The value indicating whether to rollover interchange control number.

func (X12EnvelopeSettingsOutput) RolloverTransactionSetControlNumber

func (o X12EnvelopeSettingsOutput) RolloverTransactionSetControlNumber() pulumi.BoolOutput

The value indicating whether to rollover transaction set control number.

func (X12EnvelopeSettingsOutput) SenderApplicationId

func (o X12EnvelopeSettingsOutput) SenderApplicationId() pulumi.StringOutput

The sender application id.

func (X12EnvelopeSettingsOutput) ToX12EnvelopeSettingsOutput

func (o X12EnvelopeSettingsOutput) ToX12EnvelopeSettingsOutput() X12EnvelopeSettingsOutput

func (X12EnvelopeSettingsOutput) ToX12EnvelopeSettingsOutputWithContext

func (o X12EnvelopeSettingsOutput) ToX12EnvelopeSettingsOutputWithContext(ctx context.Context) X12EnvelopeSettingsOutput

func (X12EnvelopeSettingsOutput) ToX12EnvelopeSettingsPtrOutput

func (o X12EnvelopeSettingsOutput) ToX12EnvelopeSettingsPtrOutput() X12EnvelopeSettingsPtrOutput

func (X12EnvelopeSettingsOutput) ToX12EnvelopeSettingsPtrOutputWithContext

func (o X12EnvelopeSettingsOutput) ToX12EnvelopeSettingsPtrOutputWithContext(ctx context.Context) X12EnvelopeSettingsPtrOutput

func (X12EnvelopeSettingsOutput) TransactionSetControlNumberLowerBound

func (o X12EnvelopeSettingsOutput) TransactionSetControlNumberLowerBound() pulumi.IntOutput

The transaction set control number lower bound.

func (X12EnvelopeSettingsOutput) TransactionSetControlNumberPrefix

func (o X12EnvelopeSettingsOutput) TransactionSetControlNumberPrefix() pulumi.StringPtrOutput

The transaction set control number prefix.

func (X12EnvelopeSettingsOutput) TransactionSetControlNumberSuffix

func (o X12EnvelopeSettingsOutput) TransactionSetControlNumberSuffix() pulumi.StringPtrOutput

The transaction set control number suffix.

func (X12EnvelopeSettingsOutput) TransactionSetControlNumberUpperBound

func (o X12EnvelopeSettingsOutput) TransactionSetControlNumberUpperBound() pulumi.IntOutput

The transaction set control number upper bound.

func (X12EnvelopeSettingsOutput) UsageIndicator

func (o X12EnvelopeSettingsOutput) UsageIndicator() pulumi.StringOutput

The usage indicator.

func (X12EnvelopeSettingsOutput) UseControlStandardsIdAsRepetitionCharacter

func (o X12EnvelopeSettingsOutput) UseControlStandardsIdAsRepetitionCharacter() pulumi.BoolOutput

The value indicating whether to use control standards id as repetition character.

type X12EnvelopeSettingsPtrInput

type X12EnvelopeSettingsPtrInput interface {
	pulumi.Input

	ToX12EnvelopeSettingsPtrOutput() X12EnvelopeSettingsPtrOutput
	ToX12EnvelopeSettingsPtrOutputWithContext(context.Context) X12EnvelopeSettingsPtrOutput
}

X12EnvelopeSettingsPtrInput is an input type that accepts X12EnvelopeSettingsArgs, X12EnvelopeSettingsPtr and X12EnvelopeSettingsPtrOutput values. You can construct a concrete instance of `X12EnvelopeSettingsPtrInput` via:

        X12EnvelopeSettingsArgs{...}

or:

        nil

type X12EnvelopeSettingsPtrOutput

type X12EnvelopeSettingsPtrOutput struct{ *pulumi.OutputState }

func (X12EnvelopeSettingsPtrOutput) ControlStandardsId

func (o X12EnvelopeSettingsPtrOutput) ControlStandardsId() pulumi.IntPtrOutput

The controls standards id.

func (X12EnvelopeSettingsPtrOutput) ControlVersionNumber

func (o X12EnvelopeSettingsPtrOutput) ControlVersionNumber() pulumi.StringPtrOutput

The control version number.

func (X12EnvelopeSettingsPtrOutput) Elem

func (X12EnvelopeSettingsPtrOutput) ElementType

func (X12EnvelopeSettingsPtrOutput) EnableDefaultGroupHeaders

func (o X12EnvelopeSettingsPtrOutput) EnableDefaultGroupHeaders() pulumi.BoolPtrOutput

The value indicating whether to enable default group headers.

func (X12EnvelopeSettingsPtrOutput) FunctionalGroupId

func (o X12EnvelopeSettingsPtrOutput) FunctionalGroupId() pulumi.StringPtrOutput

The functional group id.

func (X12EnvelopeSettingsPtrOutput) GroupControlNumberLowerBound

func (o X12EnvelopeSettingsPtrOutput) GroupControlNumberLowerBound() pulumi.IntPtrOutput

The group control number lower bound.

func (X12EnvelopeSettingsPtrOutput) GroupControlNumberUpperBound

func (o X12EnvelopeSettingsPtrOutput) GroupControlNumberUpperBound() pulumi.IntPtrOutput

The group control number upper bound.

func (X12EnvelopeSettingsPtrOutput) GroupHeaderAgencyCode

func (o X12EnvelopeSettingsPtrOutput) GroupHeaderAgencyCode() pulumi.StringPtrOutput

The group header agency code.

func (X12EnvelopeSettingsPtrOutput) GroupHeaderDateFormat

func (o X12EnvelopeSettingsPtrOutput) GroupHeaderDateFormat() pulumi.StringPtrOutput

The group header date format.

func (X12EnvelopeSettingsPtrOutput) GroupHeaderTimeFormat

func (o X12EnvelopeSettingsPtrOutput) GroupHeaderTimeFormat() pulumi.StringPtrOutput

The group header time format.

func (X12EnvelopeSettingsPtrOutput) GroupHeaderVersion

func (o X12EnvelopeSettingsPtrOutput) GroupHeaderVersion() pulumi.StringPtrOutput

The group header version.

func (X12EnvelopeSettingsPtrOutput) InterchangeControlNumberLowerBound

func (o X12EnvelopeSettingsPtrOutput) InterchangeControlNumberLowerBound() pulumi.IntPtrOutput

The interchange control number lower bound.

func (X12EnvelopeSettingsPtrOutput) InterchangeControlNumberUpperBound

func (o X12EnvelopeSettingsPtrOutput) InterchangeControlNumberUpperBound() pulumi.IntPtrOutput

The interchange control number upper bound.

func (X12EnvelopeSettingsPtrOutput) OverwriteExistingTransactionSetControlNumber

func (o X12EnvelopeSettingsPtrOutput) OverwriteExistingTransactionSetControlNumber() pulumi.BoolPtrOutput

The value indicating whether to overwrite existing transaction set control number.

func (X12EnvelopeSettingsPtrOutput) ReceiverApplicationId

func (o X12EnvelopeSettingsPtrOutput) ReceiverApplicationId() pulumi.StringPtrOutput

The receiver application id.

func (X12EnvelopeSettingsPtrOutput) RolloverGroupControlNumber

func (o X12EnvelopeSettingsPtrOutput) RolloverGroupControlNumber() pulumi.BoolPtrOutput

The value indicating whether to rollover group control number.

func (X12EnvelopeSettingsPtrOutput) RolloverInterchangeControlNumber

func (o X12EnvelopeSettingsPtrOutput) RolloverInterchangeControlNumber() pulumi.BoolPtrOutput

The value indicating whether to rollover interchange control number.

func (X12EnvelopeSettingsPtrOutput) RolloverTransactionSetControlNumber

func (o X12EnvelopeSettingsPtrOutput) RolloverTransactionSetControlNumber() pulumi.BoolPtrOutput

The value indicating whether to rollover transaction set control number.

func (X12EnvelopeSettingsPtrOutput) SenderApplicationId

func (o X12EnvelopeSettingsPtrOutput) SenderApplicationId() pulumi.StringPtrOutput

The sender application id.

func (X12EnvelopeSettingsPtrOutput) ToX12EnvelopeSettingsPtrOutput

func (o X12EnvelopeSettingsPtrOutput) ToX12EnvelopeSettingsPtrOutput() X12EnvelopeSettingsPtrOutput

func (X12EnvelopeSettingsPtrOutput) ToX12EnvelopeSettingsPtrOutputWithContext

func (o X12EnvelopeSettingsPtrOutput) ToX12EnvelopeSettingsPtrOutputWithContext(ctx context.Context) X12EnvelopeSettingsPtrOutput

func (X12EnvelopeSettingsPtrOutput) TransactionSetControlNumberLowerBound

func (o X12EnvelopeSettingsPtrOutput) TransactionSetControlNumberLowerBound() pulumi.IntPtrOutput

The transaction set control number lower bound.

func (X12EnvelopeSettingsPtrOutput) TransactionSetControlNumberPrefix

func (o X12EnvelopeSettingsPtrOutput) TransactionSetControlNumberPrefix() pulumi.StringPtrOutput

The transaction set control number prefix.

func (X12EnvelopeSettingsPtrOutput) TransactionSetControlNumberSuffix

func (o X12EnvelopeSettingsPtrOutput) TransactionSetControlNumberSuffix() pulumi.StringPtrOutput

The transaction set control number suffix.

func (X12EnvelopeSettingsPtrOutput) TransactionSetControlNumberUpperBound

func (o X12EnvelopeSettingsPtrOutput) TransactionSetControlNumberUpperBound() pulumi.IntPtrOutput

The transaction set control number upper bound.

func (X12EnvelopeSettingsPtrOutput) UsageIndicator

The usage indicator.

func (X12EnvelopeSettingsPtrOutput) UseControlStandardsIdAsRepetitionCharacter

func (o X12EnvelopeSettingsPtrOutput) UseControlStandardsIdAsRepetitionCharacter() pulumi.BoolPtrOutput

The value indicating whether to use control standards id as repetition character.

type X12EnvelopeSettingsResponse

type X12EnvelopeSettingsResponse struct {
	// The controls standards id.
	ControlStandardsId int `pulumi:"controlStandardsId"`
	// The control version number.
	ControlVersionNumber string `pulumi:"controlVersionNumber"`
	// The value indicating whether to enable default group headers.
	EnableDefaultGroupHeaders bool `pulumi:"enableDefaultGroupHeaders"`
	// The functional group id.
	FunctionalGroupId *string `pulumi:"functionalGroupId"`
	// The group control number lower bound.
	GroupControlNumberLowerBound int `pulumi:"groupControlNumberLowerBound"`
	// The group control number upper bound.
	GroupControlNumberUpperBound int `pulumi:"groupControlNumberUpperBound"`
	// The group header agency code.
	GroupHeaderAgencyCode string `pulumi:"groupHeaderAgencyCode"`
	// The group header date format.
	GroupHeaderDateFormat string `pulumi:"groupHeaderDateFormat"`
	// The group header time format.
	GroupHeaderTimeFormat string `pulumi:"groupHeaderTimeFormat"`
	// The group header version.
	GroupHeaderVersion string `pulumi:"groupHeaderVersion"`
	// The interchange  control number lower bound.
	InterchangeControlNumberLowerBound int `pulumi:"interchangeControlNumberLowerBound"`
	// The interchange  control number upper bound.
	InterchangeControlNumberUpperBound int `pulumi:"interchangeControlNumberUpperBound"`
	// The value indicating whether to overwrite existing transaction set control number.
	OverwriteExistingTransactionSetControlNumber bool `pulumi:"overwriteExistingTransactionSetControlNumber"`
	// The receiver application id.
	ReceiverApplicationId string `pulumi:"receiverApplicationId"`
	// The value indicating whether to rollover group control number.
	RolloverGroupControlNumber bool `pulumi:"rolloverGroupControlNumber"`
	// The value indicating whether to rollover interchange control number.
	RolloverInterchangeControlNumber bool `pulumi:"rolloverInterchangeControlNumber"`
	// The value indicating whether to rollover transaction set control number.
	RolloverTransactionSetControlNumber bool `pulumi:"rolloverTransactionSetControlNumber"`
	// The sender application id.
	SenderApplicationId string `pulumi:"senderApplicationId"`
	// The transaction set control number lower bound.
	TransactionSetControlNumberLowerBound int `pulumi:"transactionSetControlNumberLowerBound"`
	// The transaction set control number prefix.
	TransactionSetControlNumberPrefix *string `pulumi:"transactionSetControlNumberPrefix"`
	// The transaction set control number suffix.
	TransactionSetControlNumberSuffix *string `pulumi:"transactionSetControlNumberSuffix"`
	// The transaction set control number upper bound.
	TransactionSetControlNumberUpperBound int `pulumi:"transactionSetControlNumberUpperBound"`
	// The usage indicator.
	UsageIndicator string `pulumi:"usageIndicator"`
	// The value indicating whether to use control standards id as repetition character.
	UseControlStandardsIdAsRepetitionCharacter bool `pulumi:"useControlStandardsIdAsRepetitionCharacter"`
}

The X12 agreement envelope settings.

type X12EnvelopeSettingsResponseArgs

type X12EnvelopeSettingsResponseArgs struct {
	// The controls standards id.
	ControlStandardsId pulumi.IntInput `pulumi:"controlStandardsId"`
	// The control version number.
	ControlVersionNumber pulumi.StringInput `pulumi:"controlVersionNumber"`
	// The value indicating whether to enable default group headers.
	EnableDefaultGroupHeaders pulumi.BoolInput `pulumi:"enableDefaultGroupHeaders"`
	// The functional group id.
	FunctionalGroupId pulumi.StringPtrInput `pulumi:"functionalGroupId"`
	// The group control number lower bound.
	GroupControlNumberLowerBound pulumi.IntInput `pulumi:"groupControlNumberLowerBound"`
	// The group control number upper bound.
	GroupControlNumberUpperBound pulumi.IntInput `pulumi:"groupControlNumberUpperBound"`
	// The group header agency code.
	GroupHeaderAgencyCode pulumi.StringInput `pulumi:"groupHeaderAgencyCode"`
	// The group header date format.
	GroupHeaderDateFormat pulumi.StringInput `pulumi:"groupHeaderDateFormat"`
	// The group header time format.
	GroupHeaderTimeFormat pulumi.StringInput `pulumi:"groupHeaderTimeFormat"`
	// The group header version.
	GroupHeaderVersion pulumi.StringInput `pulumi:"groupHeaderVersion"`
	// The interchange  control number lower bound.
	InterchangeControlNumberLowerBound pulumi.IntInput `pulumi:"interchangeControlNumberLowerBound"`
	// The interchange  control number upper bound.
	InterchangeControlNumberUpperBound pulumi.IntInput `pulumi:"interchangeControlNumberUpperBound"`
	// The value indicating whether to overwrite existing transaction set control number.
	OverwriteExistingTransactionSetControlNumber pulumi.BoolInput `pulumi:"overwriteExistingTransactionSetControlNumber"`
	// The receiver application id.
	ReceiverApplicationId pulumi.StringInput `pulumi:"receiverApplicationId"`
	// The value indicating whether to rollover group control number.
	RolloverGroupControlNumber pulumi.BoolInput `pulumi:"rolloverGroupControlNumber"`
	// The value indicating whether to rollover interchange control number.
	RolloverInterchangeControlNumber pulumi.BoolInput `pulumi:"rolloverInterchangeControlNumber"`
	// The value indicating whether to rollover transaction set control number.
	RolloverTransactionSetControlNumber pulumi.BoolInput `pulumi:"rolloverTransactionSetControlNumber"`
	// The sender application id.
	SenderApplicationId pulumi.StringInput `pulumi:"senderApplicationId"`
	// The transaction set control number lower bound.
	TransactionSetControlNumberLowerBound pulumi.IntInput `pulumi:"transactionSetControlNumberLowerBound"`
	// The transaction set control number prefix.
	TransactionSetControlNumberPrefix pulumi.StringPtrInput `pulumi:"transactionSetControlNumberPrefix"`
	// The transaction set control number suffix.
	TransactionSetControlNumberSuffix pulumi.StringPtrInput `pulumi:"transactionSetControlNumberSuffix"`
	// The transaction set control number upper bound.
	TransactionSetControlNumberUpperBound pulumi.IntInput `pulumi:"transactionSetControlNumberUpperBound"`
	// The usage indicator.
	UsageIndicator pulumi.StringInput `pulumi:"usageIndicator"`
	// The value indicating whether to use control standards id as repetition character.
	UseControlStandardsIdAsRepetitionCharacter pulumi.BoolInput `pulumi:"useControlStandardsIdAsRepetitionCharacter"`
}

The X12 agreement envelope settings.

func (X12EnvelopeSettingsResponseArgs) ElementType

func (X12EnvelopeSettingsResponseArgs) ToX12EnvelopeSettingsResponseOutput

func (i X12EnvelopeSettingsResponseArgs) ToX12EnvelopeSettingsResponseOutput() X12EnvelopeSettingsResponseOutput

func (X12EnvelopeSettingsResponseArgs) ToX12EnvelopeSettingsResponseOutputWithContext

func (i X12EnvelopeSettingsResponseArgs) ToX12EnvelopeSettingsResponseOutputWithContext(ctx context.Context) X12EnvelopeSettingsResponseOutput

func (X12EnvelopeSettingsResponseArgs) ToX12EnvelopeSettingsResponsePtrOutput

func (i X12EnvelopeSettingsResponseArgs) ToX12EnvelopeSettingsResponsePtrOutput() X12EnvelopeSettingsResponsePtrOutput

func (X12EnvelopeSettingsResponseArgs) ToX12EnvelopeSettingsResponsePtrOutputWithContext

func (i X12EnvelopeSettingsResponseArgs) ToX12EnvelopeSettingsResponsePtrOutputWithContext(ctx context.Context) X12EnvelopeSettingsResponsePtrOutput

type X12EnvelopeSettingsResponseInput

type X12EnvelopeSettingsResponseInput interface {
	pulumi.Input

	ToX12EnvelopeSettingsResponseOutput() X12EnvelopeSettingsResponseOutput
	ToX12EnvelopeSettingsResponseOutputWithContext(context.Context) X12EnvelopeSettingsResponseOutput
}

X12EnvelopeSettingsResponseInput is an input type that accepts X12EnvelopeSettingsResponseArgs and X12EnvelopeSettingsResponseOutput values. You can construct a concrete instance of `X12EnvelopeSettingsResponseInput` via:

X12EnvelopeSettingsResponseArgs{...}

type X12EnvelopeSettingsResponseOutput

type X12EnvelopeSettingsResponseOutput struct{ *pulumi.OutputState }

The X12 agreement envelope settings.

func (X12EnvelopeSettingsResponseOutput) ControlStandardsId

func (o X12EnvelopeSettingsResponseOutput) ControlStandardsId() pulumi.IntOutput

The controls standards id.

func (X12EnvelopeSettingsResponseOutput) ControlVersionNumber

func (o X12EnvelopeSettingsResponseOutput) ControlVersionNumber() pulumi.StringOutput

The control version number.

func (X12EnvelopeSettingsResponseOutput) ElementType

func (X12EnvelopeSettingsResponseOutput) EnableDefaultGroupHeaders

func (o X12EnvelopeSettingsResponseOutput) EnableDefaultGroupHeaders() pulumi.BoolOutput

The value indicating whether to enable default group headers.

func (X12EnvelopeSettingsResponseOutput) FunctionalGroupId

The functional group id.

func (X12EnvelopeSettingsResponseOutput) GroupControlNumberLowerBound

func (o X12EnvelopeSettingsResponseOutput) GroupControlNumberLowerBound() pulumi.IntOutput

The group control number lower bound.

func (X12EnvelopeSettingsResponseOutput) GroupControlNumberUpperBound

func (o X12EnvelopeSettingsResponseOutput) GroupControlNumberUpperBound() pulumi.IntOutput

The group control number upper bound.

func (X12EnvelopeSettingsResponseOutput) GroupHeaderAgencyCode

func (o X12EnvelopeSettingsResponseOutput) GroupHeaderAgencyCode() pulumi.StringOutput

The group header agency code.

func (X12EnvelopeSettingsResponseOutput) GroupHeaderDateFormat

func (o X12EnvelopeSettingsResponseOutput) GroupHeaderDateFormat() pulumi.StringOutput

The group header date format.

func (X12EnvelopeSettingsResponseOutput) GroupHeaderTimeFormat

func (o X12EnvelopeSettingsResponseOutput) GroupHeaderTimeFormat() pulumi.StringOutput

The group header time format.

func (X12EnvelopeSettingsResponseOutput) GroupHeaderVersion

func (o X12EnvelopeSettingsResponseOutput) GroupHeaderVersion() pulumi.StringOutput

The group header version.

func (X12EnvelopeSettingsResponseOutput) InterchangeControlNumberLowerBound

func (o X12EnvelopeSettingsResponseOutput) InterchangeControlNumberLowerBound() pulumi.IntOutput

The interchange control number lower bound.

func (X12EnvelopeSettingsResponseOutput) InterchangeControlNumberUpperBound

func (o X12EnvelopeSettingsResponseOutput) InterchangeControlNumberUpperBound() pulumi.IntOutput

The interchange control number upper bound.

func (X12EnvelopeSettingsResponseOutput) OverwriteExistingTransactionSetControlNumber

func (o X12EnvelopeSettingsResponseOutput) OverwriteExistingTransactionSetControlNumber() pulumi.BoolOutput

The value indicating whether to overwrite existing transaction set control number.

func (X12EnvelopeSettingsResponseOutput) ReceiverApplicationId

func (o X12EnvelopeSettingsResponseOutput) ReceiverApplicationId() pulumi.StringOutput

The receiver application id.

func (X12EnvelopeSettingsResponseOutput) RolloverGroupControlNumber

func (o X12EnvelopeSettingsResponseOutput) RolloverGroupControlNumber() pulumi.BoolOutput

The value indicating whether to rollover group control number.

func (X12EnvelopeSettingsResponseOutput) RolloverInterchangeControlNumber

func (o X12EnvelopeSettingsResponseOutput) RolloverInterchangeControlNumber() pulumi.BoolOutput

The value indicating whether to rollover interchange control number.

func (X12EnvelopeSettingsResponseOutput) RolloverTransactionSetControlNumber

func (o X12EnvelopeSettingsResponseOutput) RolloverTransactionSetControlNumber() pulumi.BoolOutput

The value indicating whether to rollover transaction set control number.

func (X12EnvelopeSettingsResponseOutput) SenderApplicationId

func (o X12EnvelopeSettingsResponseOutput) SenderApplicationId() pulumi.StringOutput

The sender application id.

func (X12EnvelopeSettingsResponseOutput) ToX12EnvelopeSettingsResponseOutput

func (o X12EnvelopeSettingsResponseOutput) ToX12EnvelopeSettingsResponseOutput() X12EnvelopeSettingsResponseOutput

func (X12EnvelopeSettingsResponseOutput) ToX12EnvelopeSettingsResponseOutputWithContext

func (o X12EnvelopeSettingsResponseOutput) ToX12EnvelopeSettingsResponseOutputWithContext(ctx context.Context) X12EnvelopeSettingsResponseOutput

func (X12EnvelopeSettingsResponseOutput) ToX12EnvelopeSettingsResponsePtrOutput

func (o X12EnvelopeSettingsResponseOutput) ToX12EnvelopeSettingsResponsePtrOutput() X12EnvelopeSettingsResponsePtrOutput

func (X12EnvelopeSettingsResponseOutput) ToX12EnvelopeSettingsResponsePtrOutputWithContext

func (o X12EnvelopeSettingsResponseOutput) ToX12EnvelopeSettingsResponsePtrOutputWithContext(ctx context.Context) X12EnvelopeSettingsResponsePtrOutput

func (X12EnvelopeSettingsResponseOutput) TransactionSetControlNumberLowerBound

func (o X12EnvelopeSettingsResponseOutput) TransactionSetControlNumberLowerBound() pulumi.IntOutput

The transaction set control number lower bound.

func (X12EnvelopeSettingsResponseOutput) TransactionSetControlNumberPrefix

func (o X12EnvelopeSettingsResponseOutput) TransactionSetControlNumberPrefix() pulumi.StringPtrOutput

The transaction set control number prefix.

func (X12EnvelopeSettingsResponseOutput) TransactionSetControlNumberSuffix

func (o X12EnvelopeSettingsResponseOutput) TransactionSetControlNumberSuffix() pulumi.StringPtrOutput

The transaction set control number suffix.

func (X12EnvelopeSettingsResponseOutput) TransactionSetControlNumberUpperBound

func (o X12EnvelopeSettingsResponseOutput) TransactionSetControlNumberUpperBound() pulumi.IntOutput

The transaction set control number upper bound.

func (X12EnvelopeSettingsResponseOutput) UsageIndicator

The usage indicator.

func (X12EnvelopeSettingsResponseOutput) UseControlStandardsIdAsRepetitionCharacter

func (o X12EnvelopeSettingsResponseOutput) UseControlStandardsIdAsRepetitionCharacter() pulumi.BoolOutput

The value indicating whether to use control standards id as repetition character.

type X12EnvelopeSettingsResponsePtrInput

type X12EnvelopeSettingsResponsePtrInput interface {
	pulumi.Input

	ToX12EnvelopeSettingsResponsePtrOutput() X12EnvelopeSettingsResponsePtrOutput
	ToX12EnvelopeSettingsResponsePtrOutputWithContext(context.Context) X12EnvelopeSettingsResponsePtrOutput
}

X12EnvelopeSettingsResponsePtrInput is an input type that accepts X12EnvelopeSettingsResponseArgs, X12EnvelopeSettingsResponsePtr and X12EnvelopeSettingsResponsePtrOutput values. You can construct a concrete instance of `X12EnvelopeSettingsResponsePtrInput` via:

        X12EnvelopeSettingsResponseArgs{...}

or:

        nil

type X12EnvelopeSettingsResponsePtrOutput

type X12EnvelopeSettingsResponsePtrOutput struct{ *pulumi.OutputState }

func (X12EnvelopeSettingsResponsePtrOutput) ControlStandardsId

The controls standards id.

func (X12EnvelopeSettingsResponsePtrOutput) ControlVersionNumber

The control version number.

func (X12EnvelopeSettingsResponsePtrOutput) Elem

func (X12EnvelopeSettingsResponsePtrOutput) ElementType

func (X12EnvelopeSettingsResponsePtrOutput) EnableDefaultGroupHeaders

func (o X12EnvelopeSettingsResponsePtrOutput) EnableDefaultGroupHeaders() pulumi.BoolPtrOutput

The value indicating whether to enable default group headers.

func (X12EnvelopeSettingsResponsePtrOutput) FunctionalGroupId

The functional group id.

func (X12EnvelopeSettingsResponsePtrOutput) GroupControlNumberLowerBound

func (o X12EnvelopeSettingsResponsePtrOutput) GroupControlNumberLowerBound() pulumi.IntPtrOutput

The group control number lower bound.

func (X12EnvelopeSettingsResponsePtrOutput) GroupControlNumberUpperBound

func (o X12EnvelopeSettingsResponsePtrOutput) GroupControlNumberUpperBound() pulumi.IntPtrOutput

The group control number upper bound.

func (X12EnvelopeSettingsResponsePtrOutput) GroupHeaderAgencyCode

The group header agency code.

func (X12EnvelopeSettingsResponsePtrOutput) GroupHeaderDateFormat

The group header date format.

func (X12EnvelopeSettingsResponsePtrOutput) GroupHeaderTimeFormat

The group header time format.

func (X12EnvelopeSettingsResponsePtrOutput) GroupHeaderVersion

The group header version.

func (X12EnvelopeSettingsResponsePtrOutput) InterchangeControlNumberLowerBound

func (o X12EnvelopeSettingsResponsePtrOutput) InterchangeControlNumberLowerBound() pulumi.IntPtrOutput

The interchange control number lower bound.

func (X12EnvelopeSettingsResponsePtrOutput) InterchangeControlNumberUpperBound

func (o X12EnvelopeSettingsResponsePtrOutput) InterchangeControlNumberUpperBound() pulumi.IntPtrOutput

The interchange control number upper bound.

func (X12EnvelopeSettingsResponsePtrOutput) OverwriteExistingTransactionSetControlNumber

func (o X12EnvelopeSettingsResponsePtrOutput) OverwriteExistingTransactionSetControlNumber() pulumi.BoolPtrOutput

The value indicating whether to overwrite existing transaction set control number.

func (X12EnvelopeSettingsResponsePtrOutput) ReceiverApplicationId

The receiver application id.

func (X12EnvelopeSettingsResponsePtrOutput) RolloverGroupControlNumber

func (o X12EnvelopeSettingsResponsePtrOutput) RolloverGroupControlNumber() pulumi.BoolPtrOutput

The value indicating whether to rollover group control number.

func (X12EnvelopeSettingsResponsePtrOutput) RolloverInterchangeControlNumber

func (o X12EnvelopeSettingsResponsePtrOutput) RolloverInterchangeControlNumber() pulumi.BoolPtrOutput

The value indicating whether to rollover interchange control number.

func (X12EnvelopeSettingsResponsePtrOutput) RolloverTransactionSetControlNumber

func (o X12EnvelopeSettingsResponsePtrOutput) RolloverTransactionSetControlNumber() pulumi.BoolPtrOutput

The value indicating whether to rollover transaction set control number.

func (X12EnvelopeSettingsResponsePtrOutput) SenderApplicationId

The sender application id.

func (X12EnvelopeSettingsResponsePtrOutput) ToX12EnvelopeSettingsResponsePtrOutput

func (o X12EnvelopeSettingsResponsePtrOutput) ToX12EnvelopeSettingsResponsePtrOutput() X12EnvelopeSettingsResponsePtrOutput

func (X12EnvelopeSettingsResponsePtrOutput) ToX12EnvelopeSettingsResponsePtrOutputWithContext

func (o X12EnvelopeSettingsResponsePtrOutput) ToX12EnvelopeSettingsResponsePtrOutputWithContext(ctx context.Context) X12EnvelopeSettingsResponsePtrOutput

func (X12EnvelopeSettingsResponsePtrOutput) TransactionSetControlNumberLowerBound

func (o X12EnvelopeSettingsResponsePtrOutput) TransactionSetControlNumberLowerBound() pulumi.IntPtrOutput

The transaction set control number lower bound.

func (X12EnvelopeSettingsResponsePtrOutput) TransactionSetControlNumberPrefix

func (o X12EnvelopeSettingsResponsePtrOutput) TransactionSetControlNumberPrefix() pulumi.StringPtrOutput

The transaction set control number prefix.

func (X12EnvelopeSettingsResponsePtrOutput) TransactionSetControlNumberSuffix

func (o X12EnvelopeSettingsResponsePtrOutput) TransactionSetControlNumberSuffix() pulumi.StringPtrOutput

The transaction set control number suffix.

func (X12EnvelopeSettingsResponsePtrOutput) TransactionSetControlNumberUpperBound

func (o X12EnvelopeSettingsResponsePtrOutput) TransactionSetControlNumberUpperBound() pulumi.IntPtrOutput

The transaction set control number upper bound.

func (X12EnvelopeSettingsResponsePtrOutput) UsageIndicator

The usage indicator.

func (X12EnvelopeSettingsResponsePtrOutput) UseControlStandardsIdAsRepetitionCharacter

func (o X12EnvelopeSettingsResponsePtrOutput) UseControlStandardsIdAsRepetitionCharacter() pulumi.BoolPtrOutput

The value indicating whether to use control standards id as repetition character.

type X12FramingSettings

type X12FramingSettings struct {
	// The X12 character set.
	CharacterSet string `pulumi:"characterSet"`
	// The component separator.
	ComponentSeparator int `pulumi:"componentSeparator"`
	// The data element separator.
	DataElementSeparator int `pulumi:"dataElementSeparator"`
	// The replacement character.
	ReplaceCharacter int `pulumi:"replaceCharacter"`
	// The value indicating whether to replace separators in payload.
	ReplaceSeparatorsInPayload bool `pulumi:"replaceSeparatorsInPayload"`
	// The segment terminator.
	SegmentTerminator int `pulumi:"segmentTerminator"`
	// The segment terminator suffix.
	SegmentTerminatorSuffix string `pulumi:"segmentTerminatorSuffix"`
}

The X12 agreement framing settings.

type X12FramingSettingsArgs

type X12FramingSettingsArgs struct {
	// The X12 character set.
	CharacterSet X12CharacterSet `pulumi:"characterSet"`
	// The component separator.
	ComponentSeparator pulumi.IntInput `pulumi:"componentSeparator"`
	// The data element separator.
	DataElementSeparator pulumi.IntInput `pulumi:"dataElementSeparator"`
	// The replacement character.
	ReplaceCharacter pulumi.IntInput `pulumi:"replaceCharacter"`
	// The value indicating whether to replace separators in payload.
	ReplaceSeparatorsInPayload pulumi.BoolInput `pulumi:"replaceSeparatorsInPayload"`
	// The segment terminator.
	SegmentTerminator pulumi.IntInput `pulumi:"segmentTerminator"`
	// The segment terminator suffix.
	SegmentTerminatorSuffix SegmentTerminatorSuffix `pulumi:"segmentTerminatorSuffix"`
}

The X12 agreement framing settings.

func (X12FramingSettingsArgs) ElementType

func (X12FramingSettingsArgs) ElementType() reflect.Type

func (X12FramingSettingsArgs) ToX12FramingSettingsOutput

func (i X12FramingSettingsArgs) ToX12FramingSettingsOutput() X12FramingSettingsOutput

func (X12FramingSettingsArgs) ToX12FramingSettingsOutputWithContext

func (i X12FramingSettingsArgs) ToX12FramingSettingsOutputWithContext(ctx context.Context) X12FramingSettingsOutput

func (X12FramingSettingsArgs) ToX12FramingSettingsPtrOutput

func (i X12FramingSettingsArgs) ToX12FramingSettingsPtrOutput() X12FramingSettingsPtrOutput

func (X12FramingSettingsArgs) ToX12FramingSettingsPtrOutputWithContext

func (i X12FramingSettingsArgs) ToX12FramingSettingsPtrOutputWithContext(ctx context.Context) X12FramingSettingsPtrOutput

type X12FramingSettingsInput

type X12FramingSettingsInput interface {
	pulumi.Input

	ToX12FramingSettingsOutput() X12FramingSettingsOutput
	ToX12FramingSettingsOutputWithContext(context.Context) X12FramingSettingsOutput
}

X12FramingSettingsInput is an input type that accepts X12FramingSettingsArgs and X12FramingSettingsOutput values. You can construct a concrete instance of `X12FramingSettingsInput` via:

X12FramingSettingsArgs{...}

type X12FramingSettingsOutput

type X12FramingSettingsOutput struct{ *pulumi.OutputState }

The X12 agreement framing settings.

func (X12FramingSettingsOutput) CharacterSet

func (o X12FramingSettingsOutput) CharacterSet() pulumi.StringOutput

The X12 character set.

func (X12FramingSettingsOutput) ComponentSeparator

func (o X12FramingSettingsOutput) ComponentSeparator() pulumi.IntOutput

The component separator.

func (X12FramingSettingsOutput) DataElementSeparator

func (o X12FramingSettingsOutput) DataElementSeparator() pulumi.IntOutput

The data element separator.

func (X12FramingSettingsOutput) ElementType

func (X12FramingSettingsOutput) ElementType() reflect.Type

func (X12FramingSettingsOutput) ReplaceCharacter

func (o X12FramingSettingsOutput) ReplaceCharacter() pulumi.IntOutput

The replacement character.

func (X12FramingSettingsOutput) ReplaceSeparatorsInPayload

func (o X12FramingSettingsOutput) ReplaceSeparatorsInPayload() pulumi.BoolOutput

The value indicating whether to replace separators in payload.

func (X12FramingSettingsOutput) SegmentTerminator

func (o X12FramingSettingsOutput) SegmentTerminator() pulumi.IntOutput

The segment terminator.

func (X12FramingSettingsOutput) SegmentTerminatorSuffix

func (o X12FramingSettingsOutput) SegmentTerminatorSuffix() pulumi.StringOutput

The segment terminator suffix.

func (X12FramingSettingsOutput) ToX12FramingSettingsOutput

func (o X12FramingSettingsOutput) ToX12FramingSettingsOutput() X12FramingSettingsOutput

func (X12FramingSettingsOutput) ToX12FramingSettingsOutputWithContext

func (o X12FramingSettingsOutput) ToX12FramingSettingsOutputWithContext(ctx context.Context) X12FramingSettingsOutput

func (X12FramingSettingsOutput) ToX12FramingSettingsPtrOutput

func (o X12FramingSettingsOutput) ToX12FramingSettingsPtrOutput() X12FramingSettingsPtrOutput

func (X12FramingSettingsOutput) ToX12FramingSettingsPtrOutputWithContext

func (o X12FramingSettingsOutput) ToX12FramingSettingsPtrOutputWithContext(ctx context.Context) X12FramingSettingsPtrOutput

type X12FramingSettingsPtrInput

type X12FramingSettingsPtrInput interface {
	pulumi.Input

	ToX12FramingSettingsPtrOutput() X12FramingSettingsPtrOutput
	ToX12FramingSettingsPtrOutputWithContext(context.Context) X12FramingSettingsPtrOutput
}

X12FramingSettingsPtrInput is an input type that accepts X12FramingSettingsArgs, X12FramingSettingsPtr and X12FramingSettingsPtrOutput values. You can construct a concrete instance of `X12FramingSettingsPtrInput` via:

        X12FramingSettingsArgs{...}

or:

        nil

type X12FramingSettingsPtrOutput

type X12FramingSettingsPtrOutput struct{ *pulumi.OutputState }

func (X12FramingSettingsPtrOutput) CharacterSet

The X12 character set.

func (X12FramingSettingsPtrOutput) ComponentSeparator

func (o X12FramingSettingsPtrOutput) ComponentSeparator() pulumi.IntPtrOutput

The component separator.

func (X12FramingSettingsPtrOutput) DataElementSeparator

func (o X12FramingSettingsPtrOutput) DataElementSeparator() pulumi.IntPtrOutput

The data element separator.

func (X12FramingSettingsPtrOutput) Elem

func (X12FramingSettingsPtrOutput) ElementType

func (X12FramingSettingsPtrOutput) ReplaceCharacter

func (o X12FramingSettingsPtrOutput) ReplaceCharacter() pulumi.IntPtrOutput

The replacement character.

func (X12FramingSettingsPtrOutput) ReplaceSeparatorsInPayload

func (o X12FramingSettingsPtrOutput) ReplaceSeparatorsInPayload() pulumi.BoolPtrOutput

The value indicating whether to replace separators in payload.

func (X12FramingSettingsPtrOutput) SegmentTerminator

func (o X12FramingSettingsPtrOutput) SegmentTerminator() pulumi.IntPtrOutput

The segment terminator.

func (X12FramingSettingsPtrOutput) SegmentTerminatorSuffix

func (o X12FramingSettingsPtrOutput) SegmentTerminatorSuffix() pulumi.StringPtrOutput

The segment terminator suffix.

func (X12FramingSettingsPtrOutput) ToX12FramingSettingsPtrOutput

func (o X12FramingSettingsPtrOutput) ToX12FramingSettingsPtrOutput() X12FramingSettingsPtrOutput

func (X12FramingSettingsPtrOutput) ToX12FramingSettingsPtrOutputWithContext

func (o X12FramingSettingsPtrOutput) ToX12FramingSettingsPtrOutputWithContext(ctx context.Context) X12FramingSettingsPtrOutput

type X12FramingSettingsResponse

type X12FramingSettingsResponse struct {
	// The X12 character set.
	CharacterSet string `pulumi:"characterSet"`
	// The component separator.
	ComponentSeparator int `pulumi:"componentSeparator"`
	// The data element separator.
	DataElementSeparator int `pulumi:"dataElementSeparator"`
	// The replacement character.
	ReplaceCharacter int `pulumi:"replaceCharacter"`
	// The value indicating whether to replace separators in payload.
	ReplaceSeparatorsInPayload bool `pulumi:"replaceSeparatorsInPayload"`
	// The segment terminator.
	SegmentTerminator int `pulumi:"segmentTerminator"`
	// The segment terminator suffix.
	SegmentTerminatorSuffix string `pulumi:"segmentTerminatorSuffix"`
}

The X12 agreement framing settings.

type X12FramingSettingsResponseArgs

type X12FramingSettingsResponseArgs struct {
	// The X12 character set.
	CharacterSet pulumi.StringInput `pulumi:"characterSet"`
	// The component separator.
	ComponentSeparator pulumi.IntInput `pulumi:"componentSeparator"`
	// The data element separator.
	DataElementSeparator pulumi.IntInput `pulumi:"dataElementSeparator"`
	// The replacement character.
	ReplaceCharacter pulumi.IntInput `pulumi:"replaceCharacter"`
	// The value indicating whether to replace separators in payload.
	ReplaceSeparatorsInPayload pulumi.BoolInput `pulumi:"replaceSeparatorsInPayload"`
	// The segment terminator.
	SegmentTerminator pulumi.IntInput `pulumi:"segmentTerminator"`
	// The segment terminator suffix.
	SegmentTerminatorSuffix pulumi.StringInput `pulumi:"segmentTerminatorSuffix"`
}

The X12 agreement framing settings.

func (X12FramingSettingsResponseArgs) ElementType

func (X12FramingSettingsResponseArgs) ToX12FramingSettingsResponseOutput

func (i X12FramingSettingsResponseArgs) ToX12FramingSettingsResponseOutput() X12FramingSettingsResponseOutput

func (X12FramingSettingsResponseArgs) ToX12FramingSettingsResponseOutputWithContext

func (i X12FramingSettingsResponseArgs) ToX12FramingSettingsResponseOutputWithContext(ctx context.Context) X12FramingSettingsResponseOutput

func (X12FramingSettingsResponseArgs) ToX12FramingSettingsResponsePtrOutput

func (i X12FramingSettingsResponseArgs) ToX12FramingSettingsResponsePtrOutput() X12FramingSettingsResponsePtrOutput

func (X12FramingSettingsResponseArgs) ToX12FramingSettingsResponsePtrOutputWithContext

func (i X12FramingSettingsResponseArgs) ToX12FramingSettingsResponsePtrOutputWithContext(ctx context.Context) X12FramingSettingsResponsePtrOutput

type X12FramingSettingsResponseInput

type X12FramingSettingsResponseInput interface {
	pulumi.Input

	ToX12FramingSettingsResponseOutput() X12FramingSettingsResponseOutput
	ToX12FramingSettingsResponseOutputWithContext(context.Context) X12FramingSettingsResponseOutput
}

X12FramingSettingsResponseInput is an input type that accepts X12FramingSettingsResponseArgs and X12FramingSettingsResponseOutput values. You can construct a concrete instance of `X12FramingSettingsResponseInput` via:

X12FramingSettingsResponseArgs{...}

type X12FramingSettingsResponseOutput

type X12FramingSettingsResponseOutput struct{ *pulumi.OutputState }

The X12 agreement framing settings.

func (X12FramingSettingsResponseOutput) CharacterSet

The X12 character set.

func (X12FramingSettingsResponseOutput) ComponentSeparator

func (o X12FramingSettingsResponseOutput) ComponentSeparator() pulumi.IntOutput

The component separator.

func (X12FramingSettingsResponseOutput) DataElementSeparator

func (o X12FramingSettingsResponseOutput) DataElementSeparator() pulumi.IntOutput

The data element separator.

func (X12FramingSettingsResponseOutput) ElementType

func (X12FramingSettingsResponseOutput) ReplaceCharacter

func (o X12FramingSettingsResponseOutput) ReplaceCharacter() pulumi.IntOutput

The replacement character.

func (X12FramingSettingsResponseOutput) ReplaceSeparatorsInPayload

func (o X12FramingSettingsResponseOutput) ReplaceSeparatorsInPayload() pulumi.BoolOutput

The value indicating whether to replace separators in payload.

func (X12FramingSettingsResponseOutput) SegmentTerminator

func (o X12FramingSettingsResponseOutput) SegmentTerminator() pulumi.IntOutput

The segment terminator.

func (X12FramingSettingsResponseOutput) SegmentTerminatorSuffix

func (o X12FramingSettingsResponseOutput) SegmentTerminatorSuffix() pulumi.StringOutput

The segment terminator suffix.

func (X12FramingSettingsResponseOutput) ToX12FramingSettingsResponseOutput

func (o X12FramingSettingsResponseOutput) ToX12FramingSettingsResponseOutput() X12FramingSettingsResponseOutput

func (X12FramingSettingsResponseOutput) ToX12FramingSettingsResponseOutputWithContext

func (o X12FramingSettingsResponseOutput) ToX12FramingSettingsResponseOutputWithContext(ctx context.Context) X12FramingSettingsResponseOutput

func (X12FramingSettingsResponseOutput) ToX12FramingSettingsResponsePtrOutput

func (o X12FramingSettingsResponseOutput) ToX12FramingSettingsResponsePtrOutput() X12FramingSettingsResponsePtrOutput

func (X12FramingSettingsResponseOutput) ToX12FramingSettingsResponsePtrOutputWithContext

func (o X12FramingSettingsResponseOutput) ToX12FramingSettingsResponsePtrOutputWithContext(ctx context.Context) X12FramingSettingsResponsePtrOutput

type X12FramingSettingsResponsePtrInput

type X12FramingSettingsResponsePtrInput interface {
	pulumi.Input

	ToX12FramingSettingsResponsePtrOutput() X12FramingSettingsResponsePtrOutput
	ToX12FramingSettingsResponsePtrOutputWithContext(context.Context) X12FramingSettingsResponsePtrOutput
}

X12FramingSettingsResponsePtrInput is an input type that accepts X12FramingSettingsResponseArgs, X12FramingSettingsResponsePtr and X12FramingSettingsResponsePtrOutput values. You can construct a concrete instance of `X12FramingSettingsResponsePtrInput` via:

        X12FramingSettingsResponseArgs{...}

or:

        nil

type X12FramingSettingsResponsePtrOutput

type X12FramingSettingsResponsePtrOutput struct{ *pulumi.OutputState }

func (X12FramingSettingsResponsePtrOutput) CharacterSet

The X12 character set.

func (X12FramingSettingsResponsePtrOutput) ComponentSeparator

The component separator.

func (X12FramingSettingsResponsePtrOutput) DataElementSeparator

func (o X12FramingSettingsResponsePtrOutput) DataElementSeparator() pulumi.IntPtrOutput

The data element separator.

func (X12FramingSettingsResponsePtrOutput) Elem

func (X12FramingSettingsResponsePtrOutput) ElementType

func (X12FramingSettingsResponsePtrOutput) ReplaceCharacter

The replacement character.

func (X12FramingSettingsResponsePtrOutput) ReplaceSeparatorsInPayload

func (o X12FramingSettingsResponsePtrOutput) ReplaceSeparatorsInPayload() pulumi.BoolPtrOutput

The value indicating whether to replace separators in payload.

func (X12FramingSettingsResponsePtrOutput) SegmentTerminator

The segment terminator.

func (X12FramingSettingsResponsePtrOutput) SegmentTerminatorSuffix

func (o X12FramingSettingsResponsePtrOutput) SegmentTerminatorSuffix() pulumi.StringPtrOutput

The segment terminator suffix.

func (X12FramingSettingsResponsePtrOutput) ToX12FramingSettingsResponsePtrOutput

func (o X12FramingSettingsResponsePtrOutput) ToX12FramingSettingsResponsePtrOutput() X12FramingSettingsResponsePtrOutput

func (X12FramingSettingsResponsePtrOutput) ToX12FramingSettingsResponsePtrOutputWithContext

func (o X12FramingSettingsResponsePtrOutput) ToX12FramingSettingsResponsePtrOutputWithContext(ctx context.Context) X12FramingSettingsResponsePtrOutput

type X12MessageFilter

type X12MessageFilter struct {
	// The message filter type.
	MessageFilterType string `pulumi:"messageFilterType"`
}

The X12 message filter for odata query.

type X12MessageFilterArgs

type X12MessageFilterArgs struct {
	// The message filter type.
	MessageFilterType MessageFilterType `pulumi:"messageFilterType"`
}

The X12 message filter for odata query.

func (X12MessageFilterArgs) ElementType

func (X12MessageFilterArgs) ElementType() reflect.Type

func (X12MessageFilterArgs) ToX12MessageFilterOutput

func (i X12MessageFilterArgs) ToX12MessageFilterOutput() X12MessageFilterOutput

func (X12MessageFilterArgs) ToX12MessageFilterOutputWithContext

func (i X12MessageFilterArgs) ToX12MessageFilterOutputWithContext(ctx context.Context) X12MessageFilterOutput

func (X12MessageFilterArgs) ToX12MessageFilterPtrOutput

func (i X12MessageFilterArgs) ToX12MessageFilterPtrOutput() X12MessageFilterPtrOutput

func (X12MessageFilterArgs) ToX12MessageFilterPtrOutputWithContext

func (i X12MessageFilterArgs) ToX12MessageFilterPtrOutputWithContext(ctx context.Context) X12MessageFilterPtrOutput

type X12MessageFilterInput

type X12MessageFilterInput interface {
	pulumi.Input

	ToX12MessageFilterOutput() X12MessageFilterOutput
	ToX12MessageFilterOutputWithContext(context.Context) X12MessageFilterOutput
}

X12MessageFilterInput is an input type that accepts X12MessageFilterArgs and X12MessageFilterOutput values. You can construct a concrete instance of `X12MessageFilterInput` via:

X12MessageFilterArgs{...}

type X12MessageFilterOutput

type X12MessageFilterOutput struct{ *pulumi.OutputState }

The X12 message filter for odata query.

func (X12MessageFilterOutput) ElementType

func (X12MessageFilterOutput) ElementType() reflect.Type

func (X12MessageFilterOutput) MessageFilterType

func (o X12MessageFilterOutput) MessageFilterType() pulumi.StringOutput

The message filter type.

func (X12MessageFilterOutput) ToX12MessageFilterOutput

func (o X12MessageFilterOutput) ToX12MessageFilterOutput() X12MessageFilterOutput

func (X12MessageFilterOutput) ToX12MessageFilterOutputWithContext

func (o X12MessageFilterOutput) ToX12MessageFilterOutputWithContext(ctx context.Context) X12MessageFilterOutput

func (X12MessageFilterOutput) ToX12MessageFilterPtrOutput

func (o X12MessageFilterOutput) ToX12MessageFilterPtrOutput() X12MessageFilterPtrOutput

func (X12MessageFilterOutput) ToX12MessageFilterPtrOutputWithContext

func (o X12MessageFilterOutput) ToX12MessageFilterPtrOutputWithContext(ctx context.Context) X12MessageFilterPtrOutput

type X12MessageFilterPtrInput

type X12MessageFilterPtrInput interface {
	pulumi.Input

	ToX12MessageFilterPtrOutput() X12MessageFilterPtrOutput
	ToX12MessageFilterPtrOutputWithContext(context.Context) X12MessageFilterPtrOutput
}

X12MessageFilterPtrInput is an input type that accepts X12MessageFilterArgs, X12MessageFilterPtr and X12MessageFilterPtrOutput values. You can construct a concrete instance of `X12MessageFilterPtrInput` via:

        X12MessageFilterArgs{...}

or:

        nil

type X12MessageFilterPtrOutput

type X12MessageFilterPtrOutput struct{ *pulumi.OutputState }

func (X12MessageFilterPtrOutput) Elem

func (X12MessageFilterPtrOutput) ElementType

func (X12MessageFilterPtrOutput) ElementType() reflect.Type

func (X12MessageFilterPtrOutput) MessageFilterType

func (o X12MessageFilterPtrOutput) MessageFilterType() pulumi.StringPtrOutput

The message filter type.

func (X12MessageFilterPtrOutput) ToX12MessageFilterPtrOutput

func (o X12MessageFilterPtrOutput) ToX12MessageFilterPtrOutput() X12MessageFilterPtrOutput

func (X12MessageFilterPtrOutput) ToX12MessageFilterPtrOutputWithContext

func (o X12MessageFilterPtrOutput) ToX12MessageFilterPtrOutputWithContext(ctx context.Context) X12MessageFilterPtrOutput

type X12MessageFilterResponse

type X12MessageFilterResponse struct {
	// The message filter type.
	MessageFilterType string `pulumi:"messageFilterType"`
}

The X12 message filter for odata query.

type X12MessageFilterResponseArgs

type X12MessageFilterResponseArgs struct {
	// The message filter type.
	MessageFilterType pulumi.StringInput `pulumi:"messageFilterType"`
}

The X12 message filter for odata query.

func (X12MessageFilterResponseArgs) ElementType

func (X12MessageFilterResponseArgs) ToX12MessageFilterResponseOutput

func (i X12MessageFilterResponseArgs) ToX12MessageFilterResponseOutput() X12MessageFilterResponseOutput

func (X12MessageFilterResponseArgs) ToX12MessageFilterResponseOutputWithContext

func (i X12MessageFilterResponseArgs) ToX12MessageFilterResponseOutputWithContext(ctx context.Context) X12MessageFilterResponseOutput

func (X12MessageFilterResponseArgs) ToX12MessageFilterResponsePtrOutput

func (i X12MessageFilterResponseArgs) ToX12MessageFilterResponsePtrOutput() X12MessageFilterResponsePtrOutput

func (X12MessageFilterResponseArgs) ToX12MessageFilterResponsePtrOutputWithContext

func (i X12MessageFilterResponseArgs) ToX12MessageFilterResponsePtrOutputWithContext(ctx context.Context) X12MessageFilterResponsePtrOutput

type X12MessageFilterResponseInput

type X12MessageFilterResponseInput interface {
	pulumi.Input

	ToX12MessageFilterResponseOutput() X12MessageFilterResponseOutput
	ToX12MessageFilterResponseOutputWithContext(context.Context) X12MessageFilterResponseOutput
}

X12MessageFilterResponseInput is an input type that accepts X12MessageFilterResponseArgs and X12MessageFilterResponseOutput values. You can construct a concrete instance of `X12MessageFilterResponseInput` via:

X12MessageFilterResponseArgs{...}

type X12MessageFilterResponseOutput

type X12MessageFilterResponseOutput struct{ *pulumi.OutputState }

The X12 message filter for odata query.

func (X12MessageFilterResponseOutput) ElementType

func (X12MessageFilterResponseOutput) MessageFilterType

func (o X12MessageFilterResponseOutput) MessageFilterType() pulumi.StringOutput

The message filter type.

func (X12MessageFilterResponseOutput) ToX12MessageFilterResponseOutput

func (o X12MessageFilterResponseOutput) ToX12MessageFilterResponseOutput() X12MessageFilterResponseOutput

func (X12MessageFilterResponseOutput) ToX12MessageFilterResponseOutputWithContext

func (o X12MessageFilterResponseOutput) ToX12MessageFilterResponseOutputWithContext(ctx context.Context) X12MessageFilterResponseOutput

func (X12MessageFilterResponseOutput) ToX12MessageFilterResponsePtrOutput

func (o X12MessageFilterResponseOutput) ToX12MessageFilterResponsePtrOutput() X12MessageFilterResponsePtrOutput

func (X12MessageFilterResponseOutput) ToX12MessageFilterResponsePtrOutputWithContext

func (o X12MessageFilterResponseOutput) ToX12MessageFilterResponsePtrOutputWithContext(ctx context.Context) X12MessageFilterResponsePtrOutput

type X12MessageFilterResponsePtrInput

type X12MessageFilterResponsePtrInput interface {
	pulumi.Input

	ToX12MessageFilterResponsePtrOutput() X12MessageFilterResponsePtrOutput
	ToX12MessageFilterResponsePtrOutputWithContext(context.Context) X12MessageFilterResponsePtrOutput
}

X12MessageFilterResponsePtrInput is an input type that accepts X12MessageFilterResponseArgs, X12MessageFilterResponsePtr and X12MessageFilterResponsePtrOutput values. You can construct a concrete instance of `X12MessageFilterResponsePtrInput` via:

        X12MessageFilterResponseArgs{...}

or:

        nil

type X12MessageFilterResponsePtrOutput

type X12MessageFilterResponsePtrOutput struct{ *pulumi.OutputState }

func (X12MessageFilterResponsePtrOutput) Elem

func (X12MessageFilterResponsePtrOutput) ElementType

func (X12MessageFilterResponsePtrOutput) MessageFilterType

The message filter type.

func (X12MessageFilterResponsePtrOutput) ToX12MessageFilterResponsePtrOutput

func (o X12MessageFilterResponsePtrOutput) ToX12MessageFilterResponsePtrOutput() X12MessageFilterResponsePtrOutput

func (X12MessageFilterResponsePtrOutput) ToX12MessageFilterResponsePtrOutputWithContext

func (o X12MessageFilterResponsePtrOutput) ToX12MessageFilterResponsePtrOutputWithContext(ctx context.Context) X12MessageFilterResponsePtrOutput

type X12MessageIdentifier

type X12MessageIdentifier struct {
	// The message id.
	MessageId string `pulumi:"messageId"`
}

The X12 message identifier.

type X12MessageIdentifierArgs

type X12MessageIdentifierArgs struct {
	// The message id.
	MessageId pulumi.StringInput `pulumi:"messageId"`
}

The X12 message identifier.

func (X12MessageIdentifierArgs) ElementType

func (X12MessageIdentifierArgs) ElementType() reflect.Type

func (X12MessageIdentifierArgs) ToX12MessageIdentifierOutput

func (i X12MessageIdentifierArgs) ToX12MessageIdentifierOutput() X12MessageIdentifierOutput

func (X12MessageIdentifierArgs) ToX12MessageIdentifierOutputWithContext

func (i X12MessageIdentifierArgs) ToX12MessageIdentifierOutputWithContext(ctx context.Context) X12MessageIdentifierOutput

type X12MessageIdentifierArray

type X12MessageIdentifierArray []X12MessageIdentifierInput

func (X12MessageIdentifierArray) ElementType

func (X12MessageIdentifierArray) ElementType() reflect.Type

func (X12MessageIdentifierArray) ToX12MessageIdentifierArrayOutput

func (i X12MessageIdentifierArray) ToX12MessageIdentifierArrayOutput() X12MessageIdentifierArrayOutput

func (X12MessageIdentifierArray) ToX12MessageIdentifierArrayOutputWithContext

func (i X12MessageIdentifierArray) ToX12MessageIdentifierArrayOutputWithContext(ctx context.Context) X12MessageIdentifierArrayOutput

type X12MessageIdentifierArrayInput

type X12MessageIdentifierArrayInput interface {
	pulumi.Input

	ToX12MessageIdentifierArrayOutput() X12MessageIdentifierArrayOutput
	ToX12MessageIdentifierArrayOutputWithContext(context.Context) X12MessageIdentifierArrayOutput
}

X12MessageIdentifierArrayInput is an input type that accepts X12MessageIdentifierArray and X12MessageIdentifierArrayOutput values. You can construct a concrete instance of `X12MessageIdentifierArrayInput` via:

X12MessageIdentifierArray{ X12MessageIdentifierArgs{...} }

type X12MessageIdentifierArrayOutput

type X12MessageIdentifierArrayOutput struct{ *pulumi.OutputState }

func (X12MessageIdentifierArrayOutput) ElementType

func (X12MessageIdentifierArrayOutput) Index

func (X12MessageIdentifierArrayOutput) ToX12MessageIdentifierArrayOutput

func (o X12MessageIdentifierArrayOutput) ToX12MessageIdentifierArrayOutput() X12MessageIdentifierArrayOutput

func (X12MessageIdentifierArrayOutput) ToX12MessageIdentifierArrayOutputWithContext

func (o X12MessageIdentifierArrayOutput) ToX12MessageIdentifierArrayOutputWithContext(ctx context.Context) X12MessageIdentifierArrayOutput

type X12MessageIdentifierInput

type X12MessageIdentifierInput interface {
	pulumi.Input

	ToX12MessageIdentifierOutput() X12MessageIdentifierOutput
	ToX12MessageIdentifierOutputWithContext(context.Context) X12MessageIdentifierOutput
}

X12MessageIdentifierInput is an input type that accepts X12MessageIdentifierArgs and X12MessageIdentifierOutput values. You can construct a concrete instance of `X12MessageIdentifierInput` via:

X12MessageIdentifierArgs{...}

type X12MessageIdentifierOutput

type X12MessageIdentifierOutput struct{ *pulumi.OutputState }

The X12 message identifier.

func (X12MessageIdentifierOutput) ElementType

func (X12MessageIdentifierOutput) ElementType() reflect.Type

func (X12MessageIdentifierOutput) MessageId

The message id.

func (X12MessageIdentifierOutput) ToX12MessageIdentifierOutput

func (o X12MessageIdentifierOutput) ToX12MessageIdentifierOutput() X12MessageIdentifierOutput

func (X12MessageIdentifierOutput) ToX12MessageIdentifierOutputWithContext

func (o X12MessageIdentifierOutput) ToX12MessageIdentifierOutputWithContext(ctx context.Context) X12MessageIdentifierOutput

type X12MessageIdentifierResponse

type X12MessageIdentifierResponse struct {
	// The message id.
	MessageId string `pulumi:"messageId"`
}

The X12 message identifier.

type X12MessageIdentifierResponseArgs

type X12MessageIdentifierResponseArgs struct {
	// The message id.
	MessageId pulumi.StringInput `pulumi:"messageId"`
}

The X12 message identifier.

func (X12MessageIdentifierResponseArgs) ElementType

func (X12MessageIdentifierResponseArgs) ToX12MessageIdentifierResponseOutput

func (i X12MessageIdentifierResponseArgs) ToX12MessageIdentifierResponseOutput() X12MessageIdentifierResponseOutput

func (X12MessageIdentifierResponseArgs) ToX12MessageIdentifierResponseOutputWithContext

func (i X12MessageIdentifierResponseArgs) ToX12MessageIdentifierResponseOutputWithContext(ctx context.Context) X12MessageIdentifierResponseOutput

type X12MessageIdentifierResponseArray

type X12MessageIdentifierResponseArray []X12MessageIdentifierResponseInput

func (X12MessageIdentifierResponseArray) ElementType

func (X12MessageIdentifierResponseArray) ToX12MessageIdentifierResponseArrayOutput

func (i X12MessageIdentifierResponseArray) ToX12MessageIdentifierResponseArrayOutput() X12MessageIdentifierResponseArrayOutput

func (X12MessageIdentifierResponseArray) ToX12MessageIdentifierResponseArrayOutputWithContext

func (i X12MessageIdentifierResponseArray) ToX12MessageIdentifierResponseArrayOutputWithContext(ctx context.Context) X12MessageIdentifierResponseArrayOutput

type X12MessageIdentifierResponseArrayInput

type X12MessageIdentifierResponseArrayInput interface {
	pulumi.Input

	ToX12MessageIdentifierResponseArrayOutput() X12MessageIdentifierResponseArrayOutput
	ToX12MessageIdentifierResponseArrayOutputWithContext(context.Context) X12MessageIdentifierResponseArrayOutput
}

X12MessageIdentifierResponseArrayInput is an input type that accepts X12MessageIdentifierResponseArray and X12MessageIdentifierResponseArrayOutput values. You can construct a concrete instance of `X12MessageIdentifierResponseArrayInput` via:

X12MessageIdentifierResponseArray{ X12MessageIdentifierResponseArgs{...} }

type X12MessageIdentifierResponseArrayOutput

type X12MessageIdentifierResponseArrayOutput struct{ *pulumi.OutputState }

func (X12MessageIdentifierResponseArrayOutput) ElementType

func (X12MessageIdentifierResponseArrayOutput) Index

func (X12MessageIdentifierResponseArrayOutput) ToX12MessageIdentifierResponseArrayOutput

func (o X12MessageIdentifierResponseArrayOutput) ToX12MessageIdentifierResponseArrayOutput() X12MessageIdentifierResponseArrayOutput

func (X12MessageIdentifierResponseArrayOutput) ToX12MessageIdentifierResponseArrayOutputWithContext

func (o X12MessageIdentifierResponseArrayOutput) ToX12MessageIdentifierResponseArrayOutputWithContext(ctx context.Context) X12MessageIdentifierResponseArrayOutput

type X12MessageIdentifierResponseInput

type X12MessageIdentifierResponseInput interface {
	pulumi.Input

	ToX12MessageIdentifierResponseOutput() X12MessageIdentifierResponseOutput
	ToX12MessageIdentifierResponseOutputWithContext(context.Context) X12MessageIdentifierResponseOutput
}

X12MessageIdentifierResponseInput is an input type that accepts X12MessageIdentifierResponseArgs and X12MessageIdentifierResponseOutput values. You can construct a concrete instance of `X12MessageIdentifierResponseInput` via:

X12MessageIdentifierResponseArgs{...}

type X12MessageIdentifierResponseOutput

type X12MessageIdentifierResponseOutput struct{ *pulumi.OutputState }

The X12 message identifier.

func (X12MessageIdentifierResponseOutput) ElementType

func (X12MessageIdentifierResponseOutput) MessageId

The message id.

func (X12MessageIdentifierResponseOutput) ToX12MessageIdentifierResponseOutput

func (o X12MessageIdentifierResponseOutput) ToX12MessageIdentifierResponseOutput() X12MessageIdentifierResponseOutput

func (X12MessageIdentifierResponseOutput) ToX12MessageIdentifierResponseOutputWithContext

func (o X12MessageIdentifierResponseOutput) ToX12MessageIdentifierResponseOutputWithContext(ctx context.Context) X12MessageIdentifierResponseOutput

type X12OneWayAgreement

type X12OneWayAgreement struct {
	// The X12 protocol settings.
	ProtocolSettings X12ProtocolSettings `pulumi:"protocolSettings"`
	// The receiver business identity
	ReceiverBusinessIdentity BusinessIdentity `pulumi:"receiverBusinessIdentity"`
	// The sender business identity
	SenderBusinessIdentity BusinessIdentity `pulumi:"senderBusinessIdentity"`
}

The X12 one-way agreement.

type X12OneWayAgreementArgs

type X12OneWayAgreementArgs struct {
	// The X12 protocol settings.
	ProtocolSettings X12ProtocolSettingsInput `pulumi:"protocolSettings"`
	// The receiver business identity
	ReceiverBusinessIdentity BusinessIdentityInput `pulumi:"receiverBusinessIdentity"`
	// The sender business identity
	SenderBusinessIdentity BusinessIdentityInput `pulumi:"senderBusinessIdentity"`
}

The X12 one-way agreement.

func (X12OneWayAgreementArgs) ElementType

func (X12OneWayAgreementArgs) ElementType() reflect.Type

func (X12OneWayAgreementArgs) ToX12OneWayAgreementOutput

func (i X12OneWayAgreementArgs) ToX12OneWayAgreementOutput() X12OneWayAgreementOutput

func (X12OneWayAgreementArgs) ToX12OneWayAgreementOutputWithContext

func (i X12OneWayAgreementArgs) ToX12OneWayAgreementOutputWithContext(ctx context.Context) X12OneWayAgreementOutput

func (X12OneWayAgreementArgs) ToX12OneWayAgreementPtrOutput

func (i X12OneWayAgreementArgs) ToX12OneWayAgreementPtrOutput() X12OneWayAgreementPtrOutput

func (X12OneWayAgreementArgs) ToX12OneWayAgreementPtrOutputWithContext

func (i X12OneWayAgreementArgs) ToX12OneWayAgreementPtrOutputWithContext(ctx context.Context) X12OneWayAgreementPtrOutput

type X12OneWayAgreementInput

type X12OneWayAgreementInput interface {
	pulumi.Input

	ToX12OneWayAgreementOutput() X12OneWayAgreementOutput
	ToX12OneWayAgreementOutputWithContext(context.Context) X12OneWayAgreementOutput
}

X12OneWayAgreementInput is an input type that accepts X12OneWayAgreementArgs and X12OneWayAgreementOutput values. You can construct a concrete instance of `X12OneWayAgreementInput` via:

X12OneWayAgreementArgs{...}

type X12OneWayAgreementOutput

type X12OneWayAgreementOutput struct{ *pulumi.OutputState }

The X12 one-way agreement.

func (X12OneWayAgreementOutput) ElementType

func (X12OneWayAgreementOutput) ElementType() reflect.Type

func (X12OneWayAgreementOutput) ProtocolSettings

The X12 protocol settings.

func (X12OneWayAgreementOutput) ReceiverBusinessIdentity

func (o X12OneWayAgreementOutput) ReceiverBusinessIdentity() BusinessIdentityOutput

The receiver business identity

func (X12OneWayAgreementOutput) SenderBusinessIdentity

func (o X12OneWayAgreementOutput) SenderBusinessIdentity() BusinessIdentityOutput

The sender business identity

func (X12OneWayAgreementOutput) ToX12OneWayAgreementOutput

func (o X12OneWayAgreementOutput) ToX12OneWayAgreementOutput() X12OneWayAgreementOutput

func (X12OneWayAgreementOutput) ToX12OneWayAgreementOutputWithContext

func (o X12OneWayAgreementOutput) ToX12OneWayAgreementOutputWithContext(ctx context.Context) X12OneWayAgreementOutput

func (X12OneWayAgreementOutput) ToX12OneWayAgreementPtrOutput

func (o X12OneWayAgreementOutput) ToX12OneWayAgreementPtrOutput() X12OneWayAgreementPtrOutput

func (X12OneWayAgreementOutput) ToX12OneWayAgreementPtrOutputWithContext

func (o X12OneWayAgreementOutput) ToX12OneWayAgreementPtrOutputWithContext(ctx context.Context) X12OneWayAgreementPtrOutput

type X12OneWayAgreementPtrInput

type X12OneWayAgreementPtrInput interface {
	pulumi.Input

	ToX12OneWayAgreementPtrOutput() X12OneWayAgreementPtrOutput
	ToX12OneWayAgreementPtrOutputWithContext(context.Context) X12OneWayAgreementPtrOutput
}

X12OneWayAgreementPtrInput is an input type that accepts X12OneWayAgreementArgs, X12OneWayAgreementPtr and X12OneWayAgreementPtrOutput values. You can construct a concrete instance of `X12OneWayAgreementPtrInput` via:

        X12OneWayAgreementArgs{...}

or:

        nil

type X12OneWayAgreementPtrOutput

type X12OneWayAgreementPtrOutput struct{ *pulumi.OutputState }

func (X12OneWayAgreementPtrOutput) Elem

func (X12OneWayAgreementPtrOutput) ElementType

func (X12OneWayAgreementPtrOutput) ProtocolSettings

The X12 protocol settings.

func (X12OneWayAgreementPtrOutput) ReceiverBusinessIdentity

func (o X12OneWayAgreementPtrOutput) ReceiverBusinessIdentity() BusinessIdentityPtrOutput

The receiver business identity

func (X12OneWayAgreementPtrOutput) SenderBusinessIdentity

func (o X12OneWayAgreementPtrOutput) SenderBusinessIdentity() BusinessIdentityPtrOutput

The sender business identity

func (X12OneWayAgreementPtrOutput) ToX12OneWayAgreementPtrOutput

func (o X12OneWayAgreementPtrOutput) ToX12OneWayAgreementPtrOutput() X12OneWayAgreementPtrOutput

func (X12OneWayAgreementPtrOutput) ToX12OneWayAgreementPtrOutputWithContext

func (o X12OneWayAgreementPtrOutput) ToX12OneWayAgreementPtrOutputWithContext(ctx context.Context) X12OneWayAgreementPtrOutput

type X12OneWayAgreementResponse

type X12OneWayAgreementResponse struct {
	// The X12 protocol settings.
	ProtocolSettings X12ProtocolSettingsResponse `pulumi:"protocolSettings"`
	// The receiver business identity
	ReceiverBusinessIdentity BusinessIdentityResponse `pulumi:"receiverBusinessIdentity"`
	// The sender business identity
	SenderBusinessIdentity BusinessIdentityResponse `pulumi:"senderBusinessIdentity"`
}

The X12 one-way agreement.

type X12OneWayAgreementResponseArgs

type X12OneWayAgreementResponseArgs struct {
	// The X12 protocol settings.
	ProtocolSettings X12ProtocolSettingsResponseInput `pulumi:"protocolSettings"`
	// The receiver business identity
	ReceiverBusinessIdentity BusinessIdentityResponseInput `pulumi:"receiverBusinessIdentity"`
	// The sender business identity
	SenderBusinessIdentity BusinessIdentityResponseInput `pulumi:"senderBusinessIdentity"`
}

The X12 one-way agreement.

func (X12OneWayAgreementResponseArgs) ElementType

func (X12OneWayAgreementResponseArgs) ToX12OneWayAgreementResponseOutput

func (i X12OneWayAgreementResponseArgs) ToX12OneWayAgreementResponseOutput() X12OneWayAgreementResponseOutput

func (X12OneWayAgreementResponseArgs) ToX12OneWayAgreementResponseOutputWithContext

func (i X12OneWayAgreementResponseArgs) ToX12OneWayAgreementResponseOutputWithContext(ctx context.Context) X12OneWayAgreementResponseOutput

func (X12OneWayAgreementResponseArgs) ToX12OneWayAgreementResponsePtrOutput

func (i X12OneWayAgreementResponseArgs) ToX12OneWayAgreementResponsePtrOutput() X12OneWayAgreementResponsePtrOutput

func (X12OneWayAgreementResponseArgs) ToX12OneWayAgreementResponsePtrOutputWithContext

func (i X12OneWayAgreementResponseArgs) ToX12OneWayAgreementResponsePtrOutputWithContext(ctx context.Context) X12OneWayAgreementResponsePtrOutput

type X12OneWayAgreementResponseInput

type X12OneWayAgreementResponseInput interface {
	pulumi.Input

	ToX12OneWayAgreementResponseOutput() X12OneWayAgreementResponseOutput
	ToX12OneWayAgreementResponseOutputWithContext(context.Context) X12OneWayAgreementResponseOutput
}

X12OneWayAgreementResponseInput is an input type that accepts X12OneWayAgreementResponseArgs and X12OneWayAgreementResponseOutput values. You can construct a concrete instance of `X12OneWayAgreementResponseInput` via:

X12OneWayAgreementResponseArgs{...}

type X12OneWayAgreementResponseOutput

type X12OneWayAgreementResponseOutput struct{ *pulumi.OutputState }

The X12 one-way agreement.

func (X12OneWayAgreementResponseOutput) ElementType

func (X12OneWayAgreementResponseOutput) ProtocolSettings

The X12 protocol settings.

func (X12OneWayAgreementResponseOutput) ReceiverBusinessIdentity

The receiver business identity

func (X12OneWayAgreementResponseOutput) SenderBusinessIdentity

The sender business identity

func (X12OneWayAgreementResponseOutput) ToX12OneWayAgreementResponseOutput

func (o X12OneWayAgreementResponseOutput) ToX12OneWayAgreementResponseOutput() X12OneWayAgreementResponseOutput

func (X12OneWayAgreementResponseOutput) ToX12OneWayAgreementResponseOutputWithContext

func (o X12OneWayAgreementResponseOutput) ToX12OneWayAgreementResponseOutputWithContext(ctx context.Context) X12OneWayAgreementResponseOutput

func (X12OneWayAgreementResponseOutput) ToX12OneWayAgreementResponsePtrOutput

func (o X12OneWayAgreementResponseOutput) ToX12OneWayAgreementResponsePtrOutput() X12OneWayAgreementResponsePtrOutput

func (X12OneWayAgreementResponseOutput) ToX12OneWayAgreementResponsePtrOutputWithContext

func (o X12OneWayAgreementResponseOutput) ToX12OneWayAgreementResponsePtrOutputWithContext(ctx context.Context) X12OneWayAgreementResponsePtrOutput

type X12OneWayAgreementResponsePtrInput

type X12OneWayAgreementResponsePtrInput interface {
	pulumi.Input

	ToX12OneWayAgreementResponsePtrOutput() X12OneWayAgreementResponsePtrOutput
	ToX12OneWayAgreementResponsePtrOutputWithContext(context.Context) X12OneWayAgreementResponsePtrOutput
}

X12OneWayAgreementResponsePtrInput is an input type that accepts X12OneWayAgreementResponseArgs, X12OneWayAgreementResponsePtr and X12OneWayAgreementResponsePtrOutput values. You can construct a concrete instance of `X12OneWayAgreementResponsePtrInput` via:

        X12OneWayAgreementResponseArgs{...}

or:

        nil

type X12OneWayAgreementResponsePtrOutput

type X12OneWayAgreementResponsePtrOutput struct{ *pulumi.OutputState }

func (X12OneWayAgreementResponsePtrOutput) Elem

func (X12OneWayAgreementResponsePtrOutput) ElementType

func (X12OneWayAgreementResponsePtrOutput) ProtocolSettings

The X12 protocol settings.

func (X12OneWayAgreementResponsePtrOutput) ReceiverBusinessIdentity

The receiver business identity

func (X12OneWayAgreementResponsePtrOutput) SenderBusinessIdentity

The sender business identity

func (X12OneWayAgreementResponsePtrOutput) ToX12OneWayAgreementResponsePtrOutput

func (o X12OneWayAgreementResponsePtrOutput) ToX12OneWayAgreementResponsePtrOutput() X12OneWayAgreementResponsePtrOutput

func (X12OneWayAgreementResponsePtrOutput) ToX12OneWayAgreementResponsePtrOutputWithContext

func (o X12OneWayAgreementResponsePtrOutput) ToX12OneWayAgreementResponsePtrOutputWithContext(ctx context.Context) X12OneWayAgreementResponsePtrOutput

type X12ProcessingSettings

type X12ProcessingSettings struct {
	// The value indicating whether to convert numerical type to implied decimal.
	ConvertImpliedDecimal bool `pulumi:"convertImpliedDecimal"`
	// The value indicating whether to create empty xml tags for trailing separators.
	CreateEmptyXmlTagsForTrailingSeparators bool `pulumi:"createEmptyXmlTagsForTrailingSeparators"`
	// The value indicating whether to mask security information.
	MaskSecurityInfo bool `pulumi:"maskSecurityInfo"`
	// The value indicating whether to preserve interchange.
	PreserveInterchange bool `pulumi:"preserveInterchange"`
	// The value indicating whether to suspend interchange on error.
	SuspendInterchangeOnError bool `pulumi:"suspendInterchangeOnError"`
	// The value indicating whether to use dot as decimal separator.
	UseDotAsDecimalSeparator bool `pulumi:"useDotAsDecimalSeparator"`
}

The X12 processing settings.

type X12ProcessingSettingsArgs

type X12ProcessingSettingsArgs struct {
	// The value indicating whether to convert numerical type to implied decimal.
	ConvertImpliedDecimal pulumi.BoolInput `pulumi:"convertImpliedDecimal"`
	// The value indicating whether to create empty xml tags for trailing separators.
	CreateEmptyXmlTagsForTrailingSeparators pulumi.BoolInput `pulumi:"createEmptyXmlTagsForTrailingSeparators"`
	// The value indicating whether to mask security information.
	MaskSecurityInfo pulumi.BoolInput `pulumi:"maskSecurityInfo"`
	// The value indicating whether to preserve interchange.
	PreserveInterchange pulumi.BoolInput `pulumi:"preserveInterchange"`
	// The value indicating whether to suspend interchange on error.
	SuspendInterchangeOnError pulumi.BoolInput `pulumi:"suspendInterchangeOnError"`
	// The value indicating whether to use dot as decimal separator.
	UseDotAsDecimalSeparator pulumi.BoolInput `pulumi:"useDotAsDecimalSeparator"`
}

The X12 processing settings.

func (X12ProcessingSettingsArgs) ElementType

func (X12ProcessingSettingsArgs) ElementType() reflect.Type

func (X12ProcessingSettingsArgs) ToX12ProcessingSettingsOutput

func (i X12ProcessingSettingsArgs) ToX12ProcessingSettingsOutput() X12ProcessingSettingsOutput

func (X12ProcessingSettingsArgs) ToX12ProcessingSettingsOutputWithContext

func (i X12ProcessingSettingsArgs) ToX12ProcessingSettingsOutputWithContext(ctx context.Context) X12ProcessingSettingsOutput

func (X12ProcessingSettingsArgs) ToX12ProcessingSettingsPtrOutput

func (i X12ProcessingSettingsArgs) ToX12ProcessingSettingsPtrOutput() X12ProcessingSettingsPtrOutput

func (X12ProcessingSettingsArgs) ToX12ProcessingSettingsPtrOutputWithContext

func (i X12ProcessingSettingsArgs) ToX12ProcessingSettingsPtrOutputWithContext(ctx context.Context) X12ProcessingSettingsPtrOutput

type X12ProcessingSettingsInput

type X12ProcessingSettingsInput interface {
	pulumi.Input

	ToX12ProcessingSettingsOutput() X12ProcessingSettingsOutput
	ToX12ProcessingSettingsOutputWithContext(context.Context) X12ProcessingSettingsOutput
}

X12ProcessingSettingsInput is an input type that accepts X12ProcessingSettingsArgs and X12ProcessingSettingsOutput values. You can construct a concrete instance of `X12ProcessingSettingsInput` via:

X12ProcessingSettingsArgs{...}

type X12ProcessingSettingsOutput

type X12ProcessingSettingsOutput struct{ *pulumi.OutputState }

The X12 processing settings.

func (X12ProcessingSettingsOutput) ConvertImpliedDecimal

func (o X12ProcessingSettingsOutput) ConvertImpliedDecimal() pulumi.BoolOutput

The value indicating whether to convert numerical type to implied decimal.

func (X12ProcessingSettingsOutput) CreateEmptyXmlTagsForTrailingSeparators

func (o X12ProcessingSettingsOutput) CreateEmptyXmlTagsForTrailingSeparators() pulumi.BoolOutput

The value indicating whether to create empty xml tags for trailing separators.

func (X12ProcessingSettingsOutput) ElementType

func (X12ProcessingSettingsOutput) MaskSecurityInfo

func (o X12ProcessingSettingsOutput) MaskSecurityInfo() pulumi.BoolOutput

The value indicating whether to mask security information.

func (X12ProcessingSettingsOutput) PreserveInterchange

func (o X12ProcessingSettingsOutput) PreserveInterchange() pulumi.BoolOutput

The value indicating whether to preserve interchange.

func (X12ProcessingSettingsOutput) SuspendInterchangeOnError

func (o X12ProcessingSettingsOutput) SuspendInterchangeOnError() pulumi.BoolOutput

The value indicating whether to suspend interchange on error.

func (X12ProcessingSettingsOutput) ToX12ProcessingSettingsOutput

func (o X12ProcessingSettingsOutput) ToX12ProcessingSettingsOutput() X12ProcessingSettingsOutput

func (X12ProcessingSettingsOutput) ToX12ProcessingSettingsOutputWithContext

func (o X12ProcessingSettingsOutput) ToX12ProcessingSettingsOutputWithContext(ctx context.Context) X12ProcessingSettingsOutput

func (X12ProcessingSettingsOutput) ToX12ProcessingSettingsPtrOutput

func (o X12ProcessingSettingsOutput) ToX12ProcessingSettingsPtrOutput() X12ProcessingSettingsPtrOutput

func (X12ProcessingSettingsOutput) ToX12ProcessingSettingsPtrOutputWithContext

func (o X12ProcessingSettingsOutput) ToX12ProcessingSettingsPtrOutputWithContext(ctx context.Context) X12ProcessingSettingsPtrOutput

func (X12ProcessingSettingsOutput) UseDotAsDecimalSeparator

func (o X12ProcessingSettingsOutput) UseDotAsDecimalSeparator() pulumi.BoolOutput

The value indicating whether to use dot as decimal separator.

type X12ProcessingSettingsPtrInput

type X12ProcessingSettingsPtrInput interface {
	pulumi.Input

	ToX12ProcessingSettingsPtrOutput() X12ProcessingSettingsPtrOutput
	ToX12ProcessingSettingsPtrOutputWithContext(context.Context) X12ProcessingSettingsPtrOutput
}

X12ProcessingSettingsPtrInput is an input type that accepts X12ProcessingSettingsArgs, X12ProcessingSettingsPtr and X12ProcessingSettingsPtrOutput values. You can construct a concrete instance of `X12ProcessingSettingsPtrInput` via:

        X12ProcessingSettingsArgs{...}

or:

        nil

type X12ProcessingSettingsPtrOutput

type X12ProcessingSettingsPtrOutput struct{ *pulumi.OutputState }

func (X12ProcessingSettingsPtrOutput) ConvertImpliedDecimal

func (o X12ProcessingSettingsPtrOutput) ConvertImpliedDecimal() pulumi.BoolPtrOutput

The value indicating whether to convert numerical type to implied decimal.

func (X12ProcessingSettingsPtrOutput) CreateEmptyXmlTagsForTrailingSeparators

func (o X12ProcessingSettingsPtrOutput) CreateEmptyXmlTagsForTrailingSeparators() pulumi.BoolPtrOutput

The value indicating whether to create empty xml tags for trailing separators.

func (X12ProcessingSettingsPtrOutput) Elem

func (X12ProcessingSettingsPtrOutput) ElementType

func (X12ProcessingSettingsPtrOutput) MaskSecurityInfo

The value indicating whether to mask security information.

func (X12ProcessingSettingsPtrOutput) PreserveInterchange

func (o X12ProcessingSettingsPtrOutput) PreserveInterchange() pulumi.BoolPtrOutput

The value indicating whether to preserve interchange.

func (X12ProcessingSettingsPtrOutput) SuspendInterchangeOnError

func (o X12ProcessingSettingsPtrOutput) SuspendInterchangeOnError() pulumi.BoolPtrOutput

The value indicating whether to suspend interchange on error.

func (X12ProcessingSettingsPtrOutput) ToX12ProcessingSettingsPtrOutput

func (o X12ProcessingSettingsPtrOutput) ToX12ProcessingSettingsPtrOutput() X12ProcessingSettingsPtrOutput

func (X12ProcessingSettingsPtrOutput) ToX12ProcessingSettingsPtrOutputWithContext

func (o X12ProcessingSettingsPtrOutput) ToX12ProcessingSettingsPtrOutputWithContext(ctx context.Context) X12ProcessingSettingsPtrOutput

func (X12ProcessingSettingsPtrOutput) UseDotAsDecimalSeparator

func (o X12ProcessingSettingsPtrOutput) UseDotAsDecimalSeparator() pulumi.BoolPtrOutput

The value indicating whether to use dot as decimal separator.

type X12ProcessingSettingsResponse

type X12ProcessingSettingsResponse struct {
	// The value indicating whether to convert numerical type to implied decimal.
	ConvertImpliedDecimal bool `pulumi:"convertImpliedDecimal"`
	// The value indicating whether to create empty xml tags for trailing separators.
	CreateEmptyXmlTagsForTrailingSeparators bool `pulumi:"createEmptyXmlTagsForTrailingSeparators"`
	// The value indicating whether to mask security information.
	MaskSecurityInfo bool `pulumi:"maskSecurityInfo"`
	// The value indicating whether to preserve interchange.
	PreserveInterchange bool `pulumi:"preserveInterchange"`
	// The value indicating whether to suspend interchange on error.
	SuspendInterchangeOnError bool `pulumi:"suspendInterchangeOnError"`
	// The value indicating whether to use dot as decimal separator.
	UseDotAsDecimalSeparator bool `pulumi:"useDotAsDecimalSeparator"`
}

The X12 processing settings.

type X12ProcessingSettingsResponseArgs

type X12ProcessingSettingsResponseArgs struct {
	// The value indicating whether to convert numerical type to implied decimal.
	ConvertImpliedDecimal pulumi.BoolInput `pulumi:"convertImpliedDecimal"`
	// The value indicating whether to create empty xml tags for trailing separators.
	CreateEmptyXmlTagsForTrailingSeparators pulumi.BoolInput `pulumi:"createEmptyXmlTagsForTrailingSeparators"`
	// The value indicating whether to mask security information.
	MaskSecurityInfo pulumi.BoolInput `pulumi:"maskSecurityInfo"`
	// The value indicating whether to preserve interchange.
	PreserveInterchange pulumi.BoolInput `pulumi:"preserveInterchange"`
	// The value indicating whether to suspend interchange on error.
	SuspendInterchangeOnError pulumi.BoolInput `pulumi:"suspendInterchangeOnError"`
	// The value indicating whether to use dot as decimal separator.
	UseDotAsDecimalSeparator pulumi.BoolInput `pulumi:"useDotAsDecimalSeparator"`
}

The X12 processing settings.

func (X12ProcessingSettingsResponseArgs) ElementType

func (X12ProcessingSettingsResponseArgs) ToX12ProcessingSettingsResponseOutput

func (i X12ProcessingSettingsResponseArgs) ToX12ProcessingSettingsResponseOutput() X12ProcessingSettingsResponseOutput

func (X12ProcessingSettingsResponseArgs) ToX12ProcessingSettingsResponseOutputWithContext

func (i X12ProcessingSettingsResponseArgs) ToX12ProcessingSettingsResponseOutputWithContext(ctx context.Context) X12ProcessingSettingsResponseOutput

func (X12ProcessingSettingsResponseArgs) ToX12ProcessingSettingsResponsePtrOutput

func (i X12ProcessingSettingsResponseArgs) ToX12ProcessingSettingsResponsePtrOutput() X12ProcessingSettingsResponsePtrOutput

func (X12ProcessingSettingsResponseArgs) ToX12ProcessingSettingsResponsePtrOutputWithContext

func (i X12ProcessingSettingsResponseArgs) ToX12ProcessingSettingsResponsePtrOutputWithContext(ctx context.Context) X12ProcessingSettingsResponsePtrOutput

type X12ProcessingSettingsResponseInput

type X12ProcessingSettingsResponseInput interface {
	pulumi.Input

	ToX12ProcessingSettingsResponseOutput() X12ProcessingSettingsResponseOutput
	ToX12ProcessingSettingsResponseOutputWithContext(context.Context) X12ProcessingSettingsResponseOutput
}

X12ProcessingSettingsResponseInput is an input type that accepts X12ProcessingSettingsResponseArgs and X12ProcessingSettingsResponseOutput values. You can construct a concrete instance of `X12ProcessingSettingsResponseInput` via:

X12ProcessingSettingsResponseArgs{...}

type X12ProcessingSettingsResponseOutput

type X12ProcessingSettingsResponseOutput struct{ *pulumi.OutputState }

The X12 processing settings.

func (X12ProcessingSettingsResponseOutput) ConvertImpliedDecimal

func (o X12ProcessingSettingsResponseOutput) ConvertImpliedDecimal() pulumi.BoolOutput

The value indicating whether to convert numerical type to implied decimal.

func (X12ProcessingSettingsResponseOutput) CreateEmptyXmlTagsForTrailingSeparators

func (o X12ProcessingSettingsResponseOutput) CreateEmptyXmlTagsForTrailingSeparators() pulumi.BoolOutput

The value indicating whether to create empty xml tags for trailing separators.

func (X12ProcessingSettingsResponseOutput) ElementType

func (X12ProcessingSettingsResponseOutput) MaskSecurityInfo

The value indicating whether to mask security information.

func (X12ProcessingSettingsResponseOutput) PreserveInterchange

func (o X12ProcessingSettingsResponseOutput) PreserveInterchange() pulumi.BoolOutput

The value indicating whether to preserve interchange.

func (X12ProcessingSettingsResponseOutput) SuspendInterchangeOnError

func (o X12ProcessingSettingsResponseOutput) SuspendInterchangeOnError() pulumi.BoolOutput

The value indicating whether to suspend interchange on error.

func (X12ProcessingSettingsResponseOutput) ToX12ProcessingSettingsResponseOutput

func (o X12ProcessingSettingsResponseOutput) ToX12ProcessingSettingsResponseOutput() X12ProcessingSettingsResponseOutput

func (X12ProcessingSettingsResponseOutput) ToX12ProcessingSettingsResponseOutputWithContext

func (o X12ProcessingSettingsResponseOutput) ToX12ProcessingSettingsResponseOutputWithContext(ctx context.Context) X12ProcessingSettingsResponseOutput

func (X12ProcessingSettingsResponseOutput) ToX12ProcessingSettingsResponsePtrOutput

func (o X12ProcessingSettingsResponseOutput) ToX12ProcessingSettingsResponsePtrOutput() X12ProcessingSettingsResponsePtrOutput

func (X12ProcessingSettingsResponseOutput) ToX12ProcessingSettingsResponsePtrOutputWithContext

func (o X12ProcessingSettingsResponseOutput) ToX12ProcessingSettingsResponsePtrOutputWithContext(ctx context.Context) X12ProcessingSettingsResponsePtrOutput

func (X12ProcessingSettingsResponseOutput) UseDotAsDecimalSeparator

func (o X12ProcessingSettingsResponseOutput) UseDotAsDecimalSeparator() pulumi.BoolOutput

The value indicating whether to use dot as decimal separator.

type X12ProcessingSettingsResponsePtrInput

type X12ProcessingSettingsResponsePtrInput interface {
	pulumi.Input

	ToX12ProcessingSettingsResponsePtrOutput() X12ProcessingSettingsResponsePtrOutput
	ToX12ProcessingSettingsResponsePtrOutputWithContext(context.Context) X12ProcessingSettingsResponsePtrOutput
}

X12ProcessingSettingsResponsePtrInput is an input type that accepts X12ProcessingSettingsResponseArgs, X12ProcessingSettingsResponsePtr and X12ProcessingSettingsResponsePtrOutput values. You can construct a concrete instance of `X12ProcessingSettingsResponsePtrInput` via:

        X12ProcessingSettingsResponseArgs{...}

or:

        nil

type X12ProcessingSettingsResponsePtrOutput

type X12ProcessingSettingsResponsePtrOutput struct{ *pulumi.OutputState }

func (X12ProcessingSettingsResponsePtrOutput) ConvertImpliedDecimal

The value indicating whether to convert numerical type to implied decimal.

func (X12ProcessingSettingsResponsePtrOutput) CreateEmptyXmlTagsForTrailingSeparators

func (o X12ProcessingSettingsResponsePtrOutput) CreateEmptyXmlTagsForTrailingSeparators() pulumi.BoolPtrOutput

The value indicating whether to create empty xml tags for trailing separators.

func (X12ProcessingSettingsResponsePtrOutput) Elem

func (X12ProcessingSettingsResponsePtrOutput) ElementType

func (X12ProcessingSettingsResponsePtrOutput) MaskSecurityInfo

The value indicating whether to mask security information.

func (X12ProcessingSettingsResponsePtrOutput) PreserveInterchange

The value indicating whether to preserve interchange.

func (X12ProcessingSettingsResponsePtrOutput) SuspendInterchangeOnError

func (o X12ProcessingSettingsResponsePtrOutput) SuspendInterchangeOnError() pulumi.BoolPtrOutput

The value indicating whether to suspend interchange on error.

func (X12ProcessingSettingsResponsePtrOutput) ToX12ProcessingSettingsResponsePtrOutput

func (o X12ProcessingSettingsResponsePtrOutput) ToX12ProcessingSettingsResponsePtrOutput() X12ProcessingSettingsResponsePtrOutput

func (X12ProcessingSettingsResponsePtrOutput) ToX12ProcessingSettingsResponsePtrOutputWithContext

func (o X12ProcessingSettingsResponsePtrOutput) ToX12ProcessingSettingsResponsePtrOutputWithContext(ctx context.Context) X12ProcessingSettingsResponsePtrOutput

func (X12ProcessingSettingsResponsePtrOutput) UseDotAsDecimalSeparator

func (o X12ProcessingSettingsResponsePtrOutput) UseDotAsDecimalSeparator() pulumi.BoolPtrOutput

The value indicating whether to use dot as decimal separator.

type X12ProtocolSettings

type X12ProtocolSettings struct {
	// The X12 acknowledgment settings.
	AcknowledgementSettings X12AcknowledgementSettings `pulumi:"acknowledgementSettings"`
	// The X12 envelope override settings.
	EnvelopeOverrides []X12EnvelopeOverride `pulumi:"envelopeOverrides"`
	// The X12 envelope settings.
	EnvelopeSettings X12EnvelopeSettings `pulumi:"envelopeSettings"`
	// The X12 framing settings.
	FramingSettings X12FramingSettings `pulumi:"framingSettings"`
	// The X12 message filter.
	MessageFilter X12MessageFilter `pulumi:"messageFilter"`
	// The X12 message filter list.
	MessageFilterList []X12MessageIdentifier `pulumi:"messageFilterList"`
	// The X12 processing settings.
	ProcessingSettings X12ProcessingSettings `pulumi:"processingSettings"`
	// The X12 schema references.
	SchemaReferences []X12SchemaReference `pulumi:"schemaReferences"`
	// The X12 security settings.
	SecuritySettings X12SecuritySettings `pulumi:"securitySettings"`
	// The X12 validation override settings.
	ValidationOverrides []X12ValidationOverride `pulumi:"validationOverrides"`
	// The X12 validation settings.
	ValidationSettings X12ValidationSettings `pulumi:"validationSettings"`
	// The X12 delimiter override settings.
	X12DelimiterOverrides []X12DelimiterOverrides `pulumi:"x12DelimiterOverrides"`
}

The X12 agreement protocol settings.

type X12ProtocolSettingsArgs

type X12ProtocolSettingsArgs struct {
	// The X12 acknowledgment settings.
	AcknowledgementSettings X12AcknowledgementSettingsInput `pulumi:"acknowledgementSettings"`
	// The X12 envelope override settings.
	EnvelopeOverrides X12EnvelopeOverrideArrayInput `pulumi:"envelopeOverrides"`
	// The X12 envelope settings.
	EnvelopeSettings X12EnvelopeSettingsInput `pulumi:"envelopeSettings"`
	// The X12 framing settings.
	FramingSettings X12FramingSettingsInput `pulumi:"framingSettings"`
	// The X12 message filter.
	MessageFilter X12MessageFilterInput `pulumi:"messageFilter"`
	// The X12 message filter list.
	MessageFilterList X12MessageIdentifierArrayInput `pulumi:"messageFilterList"`
	// The X12 processing settings.
	ProcessingSettings X12ProcessingSettingsInput `pulumi:"processingSettings"`
	// The X12 schema references.
	SchemaReferences X12SchemaReferenceArrayInput `pulumi:"schemaReferences"`
	// The X12 security settings.
	SecuritySettings X12SecuritySettingsInput `pulumi:"securitySettings"`
	// The X12 validation override settings.
	ValidationOverrides X12ValidationOverrideArrayInput `pulumi:"validationOverrides"`
	// The X12 validation settings.
	ValidationSettings X12ValidationSettingsInput `pulumi:"validationSettings"`
	// The X12 delimiter override settings.
	X12DelimiterOverrides X12DelimiterOverridesArrayInput `pulumi:"x12DelimiterOverrides"`
}

The X12 agreement protocol settings.

func (X12ProtocolSettingsArgs) ElementType

func (X12ProtocolSettingsArgs) ElementType() reflect.Type

func (X12ProtocolSettingsArgs) ToX12ProtocolSettingsOutput

func (i X12ProtocolSettingsArgs) ToX12ProtocolSettingsOutput() X12ProtocolSettingsOutput

func (X12ProtocolSettingsArgs) ToX12ProtocolSettingsOutputWithContext

func (i X12ProtocolSettingsArgs) ToX12ProtocolSettingsOutputWithContext(ctx context.Context) X12ProtocolSettingsOutput

func (X12ProtocolSettingsArgs) ToX12ProtocolSettingsPtrOutput

func (i X12ProtocolSettingsArgs) ToX12ProtocolSettingsPtrOutput() X12ProtocolSettingsPtrOutput

func (X12ProtocolSettingsArgs) ToX12ProtocolSettingsPtrOutputWithContext

func (i X12ProtocolSettingsArgs) ToX12ProtocolSettingsPtrOutputWithContext(ctx context.Context) X12ProtocolSettingsPtrOutput

type X12ProtocolSettingsInput

type X12ProtocolSettingsInput interface {
	pulumi.Input

	ToX12ProtocolSettingsOutput() X12ProtocolSettingsOutput
	ToX12ProtocolSettingsOutputWithContext(context.Context) X12ProtocolSettingsOutput
}

X12ProtocolSettingsInput is an input type that accepts X12ProtocolSettingsArgs and X12ProtocolSettingsOutput values. You can construct a concrete instance of `X12ProtocolSettingsInput` via:

X12ProtocolSettingsArgs{...}

type X12ProtocolSettingsOutput

type X12ProtocolSettingsOutput struct{ *pulumi.OutputState }

The X12 agreement protocol settings.

func (X12ProtocolSettingsOutput) AcknowledgementSettings

func (o X12ProtocolSettingsOutput) AcknowledgementSettings() X12AcknowledgementSettingsOutput

The X12 acknowledgment settings.

func (X12ProtocolSettingsOutput) ElementType

func (X12ProtocolSettingsOutput) ElementType() reflect.Type

func (X12ProtocolSettingsOutput) EnvelopeOverrides

The X12 envelope override settings.

func (X12ProtocolSettingsOutput) EnvelopeSettings

The X12 envelope settings.

func (X12ProtocolSettingsOutput) FramingSettings

The X12 framing settings.

func (X12ProtocolSettingsOutput) MessageFilter

The X12 message filter.

func (X12ProtocolSettingsOutput) MessageFilterList

The X12 message filter list.

func (X12ProtocolSettingsOutput) ProcessingSettings

The X12 processing settings.

func (X12ProtocolSettingsOutput) SchemaReferences

The X12 schema references.

func (X12ProtocolSettingsOutput) SecuritySettings

The X12 security settings.

func (X12ProtocolSettingsOutput) ToX12ProtocolSettingsOutput

func (o X12ProtocolSettingsOutput) ToX12ProtocolSettingsOutput() X12ProtocolSettingsOutput

func (X12ProtocolSettingsOutput) ToX12ProtocolSettingsOutputWithContext

func (o X12ProtocolSettingsOutput) ToX12ProtocolSettingsOutputWithContext(ctx context.Context) X12ProtocolSettingsOutput

func (X12ProtocolSettingsOutput) ToX12ProtocolSettingsPtrOutput

func (o X12ProtocolSettingsOutput) ToX12ProtocolSettingsPtrOutput() X12ProtocolSettingsPtrOutput

func (X12ProtocolSettingsOutput) ToX12ProtocolSettingsPtrOutputWithContext

func (o X12ProtocolSettingsOutput) ToX12ProtocolSettingsPtrOutputWithContext(ctx context.Context) X12ProtocolSettingsPtrOutput

func (X12ProtocolSettingsOutput) ValidationOverrides

The X12 validation override settings.

func (X12ProtocolSettingsOutput) ValidationSettings

The X12 validation settings.

func (X12ProtocolSettingsOutput) X12DelimiterOverrides

The X12 delimiter override settings.

type X12ProtocolSettingsPtrInput

type X12ProtocolSettingsPtrInput interface {
	pulumi.Input

	ToX12ProtocolSettingsPtrOutput() X12ProtocolSettingsPtrOutput
	ToX12ProtocolSettingsPtrOutputWithContext(context.Context) X12ProtocolSettingsPtrOutput
}

X12ProtocolSettingsPtrInput is an input type that accepts X12ProtocolSettingsArgs, X12ProtocolSettingsPtr and X12ProtocolSettingsPtrOutput values. You can construct a concrete instance of `X12ProtocolSettingsPtrInput` via:

        X12ProtocolSettingsArgs{...}

or:

        nil

type X12ProtocolSettingsPtrOutput

type X12ProtocolSettingsPtrOutput struct{ *pulumi.OutputState }

func (X12ProtocolSettingsPtrOutput) AcknowledgementSettings

The X12 acknowledgment settings.

func (X12ProtocolSettingsPtrOutput) Elem

func (X12ProtocolSettingsPtrOutput) ElementType

func (X12ProtocolSettingsPtrOutput) EnvelopeOverrides

The X12 envelope override settings.

func (X12ProtocolSettingsPtrOutput) EnvelopeSettings

The X12 envelope settings.

func (X12ProtocolSettingsPtrOutput) FramingSettings

The X12 framing settings.

func (X12ProtocolSettingsPtrOutput) MessageFilter

The X12 message filter.

func (X12ProtocolSettingsPtrOutput) MessageFilterList

The X12 message filter list.

func (X12ProtocolSettingsPtrOutput) ProcessingSettings

The X12 processing settings.

func (X12ProtocolSettingsPtrOutput) SchemaReferences

The X12 schema references.

func (X12ProtocolSettingsPtrOutput) SecuritySettings

The X12 security settings.

func (X12ProtocolSettingsPtrOutput) ToX12ProtocolSettingsPtrOutput

func (o X12ProtocolSettingsPtrOutput) ToX12ProtocolSettingsPtrOutput() X12ProtocolSettingsPtrOutput

func (X12ProtocolSettingsPtrOutput) ToX12ProtocolSettingsPtrOutputWithContext

func (o X12ProtocolSettingsPtrOutput) ToX12ProtocolSettingsPtrOutputWithContext(ctx context.Context) X12ProtocolSettingsPtrOutput

func (X12ProtocolSettingsPtrOutput) ValidationOverrides

The X12 validation override settings.

func (X12ProtocolSettingsPtrOutput) ValidationSettings

The X12 validation settings.

func (X12ProtocolSettingsPtrOutput) X12DelimiterOverrides

The X12 delimiter override settings.

type X12ProtocolSettingsResponse

type X12ProtocolSettingsResponse struct {
	// The X12 acknowledgment settings.
	AcknowledgementSettings X12AcknowledgementSettingsResponse `pulumi:"acknowledgementSettings"`
	// The X12 envelope override settings.
	EnvelopeOverrides []X12EnvelopeOverrideResponse `pulumi:"envelopeOverrides"`
	// The X12 envelope settings.
	EnvelopeSettings X12EnvelopeSettingsResponse `pulumi:"envelopeSettings"`
	// The X12 framing settings.
	FramingSettings X12FramingSettingsResponse `pulumi:"framingSettings"`
	// The X12 message filter.
	MessageFilter X12MessageFilterResponse `pulumi:"messageFilter"`
	// The X12 message filter list.
	MessageFilterList []X12MessageIdentifierResponse `pulumi:"messageFilterList"`
	// The X12 processing settings.
	ProcessingSettings X12ProcessingSettingsResponse `pulumi:"processingSettings"`
	// The X12 schema references.
	SchemaReferences []X12SchemaReferenceResponse `pulumi:"schemaReferences"`
	// The X12 security settings.
	SecuritySettings X12SecuritySettingsResponse `pulumi:"securitySettings"`
	// The X12 validation override settings.
	ValidationOverrides []X12ValidationOverrideResponse `pulumi:"validationOverrides"`
	// The X12 validation settings.
	ValidationSettings X12ValidationSettingsResponse `pulumi:"validationSettings"`
	// The X12 delimiter override settings.
	X12DelimiterOverrides []X12DelimiterOverridesResponse `pulumi:"x12DelimiterOverrides"`
}

The X12 agreement protocol settings.

type X12ProtocolSettingsResponseArgs

type X12ProtocolSettingsResponseArgs struct {
	// The X12 acknowledgment settings.
	AcknowledgementSettings X12AcknowledgementSettingsResponseInput `pulumi:"acknowledgementSettings"`
	// The X12 envelope override settings.
	EnvelopeOverrides X12EnvelopeOverrideResponseArrayInput `pulumi:"envelopeOverrides"`
	// The X12 envelope settings.
	EnvelopeSettings X12EnvelopeSettingsResponseInput `pulumi:"envelopeSettings"`
	// The X12 framing settings.
	FramingSettings X12FramingSettingsResponseInput `pulumi:"framingSettings"`
	// The X12 message filter.
	MessageFilter X12MessageFilterResponseInput `pulumi:"messageFilter"`
	// The X12 message filter list.
	MessageFilterList X12MessageIdentifierResponseArrayInput `pulumi:"messageFilterList"`
	// The X12 processing settings.
	ProcessingSettings X12ProcessingSettingsResponseInput `pulumi:"processingSettings"`
	// The X12 schema references.
	SchemaReferences X12SchemaReferenceResponseArrayInput `pulumi:"schemaReferences"`
	// The X12 security settings.
	SecuritySettings X12SecuritySettingsResponseInput `pulumi:"securitySettings"`
	// The X12 validation override settings.
	ValidationOverrides X12ValidationOverrideResponseArrayInput `pulumi:"validationOverrides"`
	// The X12 validation settings.
	ValidationSettings X12ValidationSettingsResponseInput `pulumi:"validationSettings"`
	// The X12 delimiter override settings.
	X12DelimiterOverrides X12DelimiterOverridesResponseArrayInput `pulumi:"x12DelimiterOverrides"`
}

The X12 agreement protocol settings.

func (X12ProtocolSettingsResponseArgs) ElementType

func (X12ProtocolSettingsResponseArgs) ToX12ProtocolSettingsResponseOutput

func (i X12ProtocolSettingsResponseArgs) ToX12ProtocolSettingsResponseOutput() X12ProtocolSettingsResponseOutput

func (X12ProtocolSettingsResponseArgs) ToX12ProtocolSettingsResponseOutputWithContext

func (i X12ProtocolSettingsResponseArgs) ToX12ProtocolSettingsResponseOutputWithContext(ctx context.Context) X12ProtocolSettingsResponseOutput

func (X12ProtocolSettingsResponseArgs) ToX12ProtocolSettingsResponsePtrOutput

func (i X12ProtocolSettingsResponseArgs) ToX12ProtocolSettingsResponsePtrOutput() X12ProtocolSettingsResponsePtrOutput

func (X12ProtocolSettingsResponseArgs) ToX12ProtocolSettingsResponsePtrOutputWithContext

func (i X12ProtocolSettingsResponseArgs) ToX12ProtocolSettingsResponsePtrOutputWithContext(ctx context.Context) X12ProtocolSettingsResponsePtrOutput

type X12ProtocolSettingsResponseInput

type X12ProtocolSettingsResponseInput interface {
	pulumi.Input

	ToX12ProtocolSettingsResponseOutput() X12ProtocolSettingsResponseOutput
	ToX12ProtocolSettingsResponseOutputWithContext(context.Context) X12ProtocolSettingsResponseOutput
}

X12ProtocolSettingsResponseInput is an input type that accepts X12ProtocolSettingsResponseArgs and X12ProtocolSettingsResponseOutput values. You can construct a concrete instance of `X12ProtocolSettingsResponseInput` via:

X12ProtocolSettingsResponseArgs{...}

type X12ProtocolSettingsResponseOutput

type X12ProtocolSettingsResponseOutput struct{ *pulumi.OutputState }

The X12 agreement protocol settings.

func (X12ProtocolSettingsResponseOutput) AcknowledgementSettings

The X12 acknowledgment settings.

func (X12ProtocolSettingsResponseOutput) ElementType

func (X12ProtocolSettingsResponseOutput) EnvelopeOverrides

The X12 envelope override settings.

func (X12ProtocolSettingsResponseOutput) EnvelopeSettings

The X12 envelope settings.

func (X12ProtocolSettingsResponseOutput) FramingSettings

The X12 framing settings.

func (X12ProtocolSettingsResponseOutput) MessageFilter

The X12 message filter.

func (X12ProtocolSettingsResponseOutput) MessageFilterList

The X12 message filter list.

func (X12ProtocolSettingsResponseOutput) ProcessingSettings

The X12 processing settings.

func (X12ProtocolSettingsResponseOutput) SchemaReferences

The X12 schema references.

func (X12ProtocolSettingsResponseOutput) SecuritySettings

The X12 security settings.

func (X12ProtocolSettingsResponseOutput) ToX12ProtocolSettingsResponseOutput

func (o X12ProtocolSettingsResponseOutput) ToX12ProtocolSettingsResponseOutput() X12ProtocolSettingsResponseOutput

func (X12ProtocolSettingsResponseOutput) ToX12ProtocolSettingsResponseOutputWithContext

func (o X12ProtocolSettingsResponseOutput) ToX12ProtocolSettingsResponseOutputWithContext(ctx context.Context) X12ProtocolSettingsResponseOutput

func (X12ProtocolSettingsResponseOutput) ToX12ProtocolSettingsResponsePtrOutput

func (o X12ProtocolSettingsResponseOutput) ToX12ProtocolSettingsResponsePtrOutput() X12ProtocolSettingsResponsePtrOutput

func (X12ProtocolSettingsResponseOutput) ToX12ProtocolSettingsResponsePtrOutputWithContext

func (o X12ProtocolSettingsResponseOutput) ToX12ProtocolSettingsResponsePtrOutputWithContext(ctx context.Context) X12ProtocolSettingsResponsePtrOutput

func (X12ProtocolSettingsResponseOutput) ValidationOverrides

The X12 validation override settings.

func (X12ProtocolSettingsResponseOutput) ValidationSettings

The X12 validation settings.

func (X12ProtocolSettingsResponseOutput) X12DelimiterOverrides

The X12 delimiter override settings.

type X12ProtocolSettingsResponsePtrInput

type X12ProtocolSettingsResponsePtrInput interface {
	pulumi.Input

	ToX12ProtocolSettingsResponsePtrOutput() X12ProtocolSettingsResponsePtrOutput
	ToX12ProtocolSettingsResponsePtrOutputWithContext(context.Context) X12ProtocolSettingsResponsePtrOutput
}

X12ProtocolSettingsResponsePtrInput is an input type that accepts X12ProtocolSettingsResponseArgs, X12ProtocolSettingsResponsePtr and X12ProtocolSettingsResponsePtrOutput values. You can construct a concrete instance of `X12ProtocolSettingsResponsePtrInput` via:

        X12ProtocolSettingsResponseArgs{...}

or:

        nil

type X12ProtocolSettingsResponsePtrOutput

type X12ProtocolSettingsResponsePtrOutput struct{ *pulumi.OutputState }

func (X12ProtocolSettingsResponsePtrOutput) AcknowledgementSettings

The X12 acknowledgment settings.

func (X12ProtocolSettingsResponsePtrOutput) Elem

func (X12ProtocolSettingsResponsePtrOutput) ElementType

func (X12ProtocolSettingsResponsePtrOutput) EnvelopeOverrides

The X12 envelope override settings.

func (X12ProtocolSettingsResponsePtrOutput) EnvelopeSettings

The X12 envelope settings.

func (X12ProtocolSettingsResponsePtrOutput) FramingSettings

The X12 framing settings.

func (X12ProtocolSettingsResponsePtrOutput) MessageFilter

The X12 message filter.

func (X12ProtocolSettingsResponsePtrOutput) MessageFilterList

The X12 message filter list.

func (X12ProtocolSettingsResponsePtrOutput) ProcessingSettings

The X12 processing settings.

func (X12ProtocolSettingsResponsePtrOutput) SchemaReferences

The X12 schema references.

func (X12ProtocolSettingsResponsePtrOutput) SecuritySettings

The X12 security settings.

func (X12ProtocolSettingsResponsePtrOutput) ToX12ProtocolSettingsResponsePtrOutput

func (o X12ProtocolSettingsResponsePtrOutput) ToX12ProtocolSettingsResponsePtrOutput() X12ProtocolSettingsResponsePtrOutput

func (X12ProtocolSettingsResponsePtrOutput) ToX12ProtocolSettingsResponsePtrOutputWithContext

func (o X12ProtocolSettingsResponsePtrOutput) ToX12ProtocolSettingsResponsePtrOutputWithContext(ctx context.Context) X12ProtocolSettingsResponsePtrOutput

func (X12ProtocolSettingsResponsePtrOutput) ValidationOverrides

The X12 validation override settings.

func (X12ProtocolSettingsResponsePtrOutput) ValidationSettings

The X12 validation settings.

func (X12ProtocolSettingsResponsePtrOutput) X12DelimiterOverrides

The X12 delimiter override settings.

type X12SchemaReference

type X12SchemaReference struct {
	// The message id.
	MessageId string `pulumi:"messageId"`
	// The schema name.
	SchemaName string `pulumi:"schemaName"`
	// The schema version.
	SchemaVersion string `pulumi:"schemaVersion"`
	// The sender application id.
	SenderApplicationId *string `pulumi:"senderApplicationId"`
}

The X12 schema reference.

type X12SchemaReferenceArgs

type X12SchemaReferenceArgs struct {
	// The message id.
	MessageId pulumi.StringInput `pulumi:"messageId"`
	// The schema name.
	SchemaName pulumi.StringInput `pulumi:"schemaName"`
	// The schema version.
	SchemaVersion pulumi.StringInput `pulumi:"schemaVersion"`
	// The sender application id.
	SenderApplicationId pulumi.StringPtrInput `pulumi:"senderApplicationId"`
}

The X12 schema reference.

func (X12SchemaReferenceArgs) ElementType

func (X12SchemaReferenceArgs) ElementType() reflect.Type

func (X12SchemaReferenceArgs) ToX12SchemaReferenceOutput

func (i X12SchemaReferenceArgs) ToX12SchemaReferenceOutput() X12SchemaReferenceOutput

func (X12SchemaReferenceArgs) ToX12SchemaReferenceOutputWithContext

func (i X12SchemaReferenceArgs) ToX12SchemaReferenceOutputWithContext(ctx context.Context) X12SchemaReferenceOutput

type X12SchemaReferenceArray

type X12SchemaReferenceArray []X12SchemaReferenceInput

func (X12SchemaReferenceArray) ElementType

func (X12SchemaReferenceArray) ElementType() reflect.Type

func (X12SchemaReferenceArray) ToX12SchemaReferenceArrayOutput

func (i X12SchemaReferenceArray) ToX12SchemaReferenceArrayOutput() X12SchemaReferenceArrayOutput

func (X12SchemaReferenceArray) ToX12SchemaReferenceArrayOutputWithContext

func (i X12SchemaReferenceArray) ToX12SchemaReferenceArrayOutputWithContext(ctx context.Context) X12SchemaReferenceArrayOutput

type X12SchemaReferenceArrayInput

type X12SchemaReferenceArrayInput interface {
	pulumi.Input

	ToX12SchemaReferenceArrayOutput() X12SchemaReferenceArrayOutput
	ToX12SchemaReferenceArrayOutputWithContext(context.Context) X12SchemaReferenceArrayOutput
}

X12SchemaReferenceArrayInput is an input type that accepts X12SchemaReferenceArray and X12SchemaReferenceArrayOutput values. You can construct a concrete instance of `X12SchemaReferenceArrayInput` via:

X12SchemaReferenceArray{ X12SchemaReferenceArgs{...} }

type X12SchemaReferenceArrayOutput

type X12SchemaReferenceArrayOutput struct{ *pulumi.OutputState }

func (X12SchemaReferenceArrayOutput) ElementType

func (X12SchemaReferenceArrayOutput) Index

func (X12SchemaReferenceArrayOutput) ToX12SchemaReferenceArrayOutput

func (o X12SchemaReferenceArrayOutput) ToX12SchemaReferenceArrayOutput() X12SchemaReferenceArrayOutput

func (X12SchemaReferenceArrayOutput) ToX12SchemaReferenceArrayOutputWithContext

func (o X12SchemaReferenceArrayOutput) ToX12SchemaReferenceArrayOutputWithContext(ctx context.Context) X12SchemaReferenceArrayOutput

type X12SchemaReferenceInput

type X12SchemaReferenceInput interface {
	pulumi.Input

	ToX12SchemaReferenceOutput() X12SchemaReferenceOutput
	ToX12SchemaReferenceOutputWithContext(context.Context) X12SchemaReferenceOutput
}

X12SchemaReferenceInput is an input type that accepts X12SchemaReferenceArgs and X12SchemaReferenceOutput values. You can construct a concrete instance of `X12SchemaReferenceInput` via:

X12SchemaReferenceArgs{...}

type X12SchemaReferenceOutput

type X12SchemaReferenceOutput struct{ *pulumi.OutputState }

The X12 schema reference.

func (X12SchemaReferenceOutput) ElementType

func (X12SchemaReferenceOutput) ElementType() reflect.Type

func (X12SchemaReferenceOutput) MessageId

The message id.

func (X12SchemaReferenceOutput) SchemaName

The schema name.

func (X12SchemaReferenceOutput) SchemaVersion

func (o X12SchemaReferenceOutput) SchemaVersion() pulumi.StringOutput

The schema version.

func (X12SchemaReferenceOutput) SenderApplicationId

func (o X12SchemaReferenceOutput) SenderApplicationId() pulumi.StringPtrOutput

The sender application id.

func (X12SchemaReferenceOutput) ToX12SchemaReferenceOutput

func (o X12SchemaReferenceOutput) ToX12SchemaReferenceOutput() X12SchemaReferenceOutput

func (X12SchemaReferenceOutput) ToX12SchemaReferenceOutputWithContext

func (o X12SchemaReferenceOutput) ToX12SchemaReferenceOutputWithContext(ctx context.Context) X12SchemaReferenceOutput

type X12SchemaReferenceResponse

type X12SchemaReferenceResponse struct {
	// The message id.
	MessageId string `pulumi:"messageId"`
	// The schema name.
	SchemaName string `pulumi:"schemaName"`
	// The schema version.
	SchemaVersion string `pulumi:"schemaVersion"`
	// The sender application id.
	SenderApplicationId *string `pulumi:"senderApplicationId"`
}

The X12 schema reference.

type X12SchemaReferenceResponseArgs

type X12SchemaReferenceResponseArgs struct {
	// The message id.
	MessageId pulumi.StringInput `pulumi:"messageId"`
	// The schema name.
	SchemaName pulumi.StringInput `pulumi:"schemaName"`
	// The schema version.
	SchemaVersion pulumi.StringInput `pulumi:"schemaVersion"`
	// The sender application id.
	SenderApplicationId pulumi.StringPtrInput `pulumi:"senderApplicationId"`
}

The X12 schema reference.

func (X12SchemaReferenceResponseArgs) ElementType

func (X12SchemaReferenceResponseArgs) ToX12SchemaReferenceResponseOutput

func (i X12SchemaReferenceResponseArgs) ToX12SchemaReferenceResponseOutput() X12SchemaReferenceResponseOutput

func (X12SchemaReferenceResponseArgs) ToX12SchemaReferenceResponseOutputWithContext

func (i X12SchemaReferenceResponseArgs) ToX12SchemaReferenceResponseOutputWithContext(ctx context.Context) X12SchemaReferenceResponseOutput

type X12SchemaReferenceResponseArray

type X12SchemaReferenceResponseArray []X12SchemaReferenceResponseInput

func (X12SchemaReferenceResponseArray) ElementType

func (X12SchemaReferenceResponseArray) ToX12SchemaReferenceResponseArrayOutput

func (i X12SchemaReferenceResponseArray) ToX12SchemaReferenceResponseArrayOutput() X12SchemaReferenceResponseArrayOutput

func (X12SchemaReferenceResponseArray) ToX12SchemaReferenceResponseArrayOutputWithContext

func (i X12SchemaReferenceResponseArray) ToX12SchemaReferenceResponseArrayOutputWithContext(ctx context.Context) X12SchemaReferenceResponseArrayOutput

type X12SchemaReferenceResponseArrayInput

type X12SchemaReferenceResponseArrayInput interface {
	pulumi.Input

	ToX12SchemaReferenceResponseArrayOutput() X12SchemaReferenceResponseArrayOutput
	ToX12SchemaReferenceResponseArrayOutputWithContext(context.Context) X12SchemaReferenceResponseArrayOutput
}

X12SchemaReferenceResponseArrayInput is an input type that accepts X12SchemaReferenceResponseArray and X12SchemaReferenceResponseArrayOutput values. You can construct a concrete instance of `X12SchemaReferenceResponseArrayInput` via:

X12SchemaReferenceResponseArray{ X12SchemaReferenceResponseArgs{...} }

type X12SchemaReferenceResponseArrayOutput

type X12SchemaReferenceResponseArrayOutput struct{ *pulumi.OutputState }

func (X12SchemaReferenceResponseArrayOutput) ElementType

func (X12SchemaReferenceResponseArrayOutput) Index

func (X12SchemaReferenceResponseArrayOutput) ToX12SchemaReferenceResponseArrayOutput

func (o X12SchemaReferenceResponseArrayOutput) ToX12SchemaReferenceResponseArrayOutput() X12SchemaReferenceResponseArrayOutput

func (X12SchemaReferenceResponseArrayOutput) ToX12SchemaReferenceResponseArrayOutputWithContext

func (o X12SchemaReferenceResponseArrayOutput) ToX12SchemaReferenceResponseArrayOutputWithContext(ctx context.Context) X12SchemaReferenceResponseArrayOutput

type X12SchemaReferenceResponseInput

type X12SchemaReferenceResponseInput interface {
	pulumi.Input

	ToX12SchemaReferenceResponseOutput() X12SchemaReferenceResponseOutput
	ToX12SchemaReferenceResponseOutputWithContext(context.Context) X12SchemaReferenceResponseOutput
}

X12SchemaReferenceResponseInput is an input type that accepts X12SchemaReferenceResponseArgs and X12SchemaReferenceResponseOutput values. You can construct a concrete instance of `X12SchemaReferenceResponseInput` via:

X12SchemaReferenceResponseArgs{...}

type X12SchemaReferenceResponseOutput

type X12SchemaReferenceResponseOutput struct{ *pulumi.OutputState }

The X12 schema reference.

func (X12SchemaReferenceResponseOutput) ElementType

func (X12SchemaReferenceResponseOutput) MessageId

The message id.

func (X12SchemaReferenceResponseOutput) SchemaName

The schema name.

func (X12SchemaReferenceResponseOutput) SchemaVersion

The schema version.

func (X12SchemaReferenceResponseOutput) SenderApplicationId

The sender application id.

func (X12SchemaReferenceResponseOutput) ToX12SchemaReferenceResponseOutput

func (o X12SchemaReferenceResponseOutput) ToX12SchemaReferenceResponseOutput() X12SchemaReferenceResponseOutput

func (X12SchemaReferenceResponseOutput) ToX12SchemaReferenceResponseOutputWithContext

func (o X12SchemaReferenceResponseOutput) ToX12SchemaReferenceResponseOutputWithContext(ctx context.Context) X12SchemaReferenceResponseOutput

type X12SecuritySettings

type X12SecuritySettings struct {
	// The authorization qualifier.
	AuthorizationQualifier string `pulumi:"authorizationQualifier"`
	// The authorization value.
	AuthorizationValue *string `pulumi:"authorizationValue"`
	// The password value.
	PasswordValue *string `pulumi:"passwordValue"`
	// The security qualifier.
	SecurityQualifier string `pulumi:"securityQualifier"`
}

The X12 agreement security settings.

type X12SecuritySettingsArgs

type X12SecuritySettingsArgs struct {
	// The authorization qualifier.
	AuthorizationQualifier pulumi.StringInput `pulumi:"authorizationQualifier"`
	// The authorization value.
	AuthorizationValue pulumi.StringPtrInput `pulumi:"authorizationValue"`
	// The password value.
	PasswordValue pulumi.StringPtrInput `pulumi:"passwordValue"`
	// The security qualifier.
	SecurityQualifier pulumi.StringInput `pulumi:"securityQualifier"`
}

The X12 agreement security settings.

func (X12SecuritySettingsArgs) ElementType

func (X12SecuritySettingsArgs) ElementType() reflect.Type

func (X12SecuritySettingsArgs) ToX12SecuritySettingsOutput

func (i X12SecuritySettingsArgs) ToX12SecuritySettingsOutput() X12SecuritySettingsOutput

func (X12SecuritySettingsArgs) ToX12SecuritySettingsOutputWithContext

func (i X12SecuritySettingsArgs) ToX12SecuritySettingsOutputWithContext(ctx context.Context) X12SecuritySettingsOutput

func (X12SecuritySettingsArgs) ToX12SecuritySettingsPtrOutput

func (i X12SecuritySettingsArgs) ToX12SecuritySettingsPtrOutput() X12SecuritySettingsPtrOutput

func (X12SecuritySettingsArgs) ToX12SecuritySettingsPtrOutputWithContext

func (i X12SecuritySettingsArgs) ToX12SecuritySettingsPtrOutputWithContext(ctx context.Context) X12SecuritySettingsPtrOutput

type X12SecuritySettingsInput

type X12SecuritySettingsInput interface {
	pulumi.Input

	ToX12SecuritySettingsOutput() X12SecuritySettingsOutput
	ToX12SecuritySettingsOutputWithContext(context.Context) X12SecuritySettingsOutput
}

X12SecuritySettingsInput is an input type that accepts X12SecuritySettingsArgs and X12SecuritySettingsOutput values. You can construct a concrete instance of `X12SecuritySettingsInput` via:

X12SecuritySettingsArgs{...}

type X12SecuritySettingsOutput

type X12SecuritySettingsOutput struct{ *pulumi.OutputState }

The X12 agreement security settings.

func (X12SecuritySettingsOutput) AuthorizationQualifier

func (o X12SecuritySettingsOutput) AuthorizationQualifier() pulumi.StringOutput

The authorization qualifier.

func (X12SecuritySettingsOutput) AuthorizationValue

func (o X12SecuritySettingsOutput) AuthorizationValue() pulumi.StringPtrOutput

The authorization value.

func (X12SecuritySettingsOutput) ElementType

func (X12SecuritySettingsOutput) ElementType() reflect.Type

func (X12SecuritySettingsOutput) PasswordValue

The password value.

func (X12SecuritySettingsOutput) SecurityQualifier

func (o X12SecuritySettingsOutput) SecurityQualifier() pulumi.StringOutput

The security qualifier.

func (X12SecuritySettingsOutput) ToX12SecuritySettingsOutput

func (o X12SecuritySettingsOutput) ToX12SecuritySettingsOutput() X12SecuritySettingsOutput

func (X12SecuritySettingsOutput) ToX12SecuritySettingsOutputWithContext

func (o X12SecuritySettingsOutput) ToX12SecuritySettingsOutputWithContext(ctx context.Context) X12SecuritySettingsOutput

func (X12SecuritySettingsOutput) ToX12SecuritySettingsPtrOutput

func (o X12SecuritySettingsOutput) ToX12SecuritySettingsPtrOutput() X12SecuritySettingsPtrOutput

func (X12SecuritySettingsOutput) ToX12SecuritySettingsPtrOutputWithContext

func (o X12SecuritySettingsOutput) ToX12SecuritySettingsPtrOutputWithContext(ctx context.Context) X12SecuritySettingsPtrOutput

type X12SecuritySettingsPtrInput

type X12SecuritySettingsPtrInput interface {
	pulumi.Input

	ToX12SecuritySettingsPtrOutput() X12SecuritySettingsPtrOutput
	ToX12SecuritySettingsPtrOutputWithContext(context.Context) X12SecuritySettingsPtrOutput
}

X12SecuritySettingsPtrInput is an input type that accepts X12SecuritySettingsArgs, X12SecuritySettingsPtr and X12SecuritySettingsPtrOutput values. You can construct a concrete instance of `X12SecuritySettingsPtrInput` via:

        X12SecuritySettingsArgs{...}

or:

        nil

type X12SecuritySettingsPtrOutput

type X12SecuritySettingsPtrOutput struct{ *pulumi.OutputState }

func (X12SecuritySettingsPtrOutput) AuthorizationQualifier

func (o X12SecuritySettingsPtrOutput) AuthorizationQualifier() pulumi.StringPtrOutput

The authorization qualifier.

func (X12SecuritySettingsPtrOutput) AuthorizationValue

func (o X12SecuritySettingsPtrOutput) AuthorizationValue() pulumi.StringPtrOutput

The authorization value.

func (X12SecuritySettingsPtrOutput) Elem

func (X12SecuritySettingsPtrOutput) ElementType

func (X12SecuritySettingsPtrOutput) PasswordValue

The password value.

func (X12SecuritySettingsPtrOutput) SecurityQualifier

func (o X12SecuritySettingsPtrOutput) SecurityQualifier() pulumi.StringPtrOutput

The security qualifier.

func (X12SecuritySettingsPtrOutput) ToX12SecuritySettingsPtrOutput

func (o X12SecuritySettingsPtrOutput) ToX12SecuritySettingsPtrOutput() X12SecuritySettingsPtrOutput

func (X12SecuritySettingsPtrOutput) ToX12SecuritySettingsPtrOutputWithContext

func (o X12SecuritySettingsPtrOutput) ToX12SecuritySettingsPtrOutputWithContext(ctx context.Context) X12SecuritySettingsPtrOutput

type X12SecuritySettingsResponse

type X12SecuritySettingsResponse struct {
	// The authorization qualifier.
	AuthorizationQualifier string `pulumi:"authorizationQualifier"`
	// The authorization value.
	AuthorizationValue *string `pulumi:"authorizationValue"`
	// The password value.
	PasswordValue *string `pulumi:"passwordValue"`
	// The security qualifier.
	SecurityQualifier string `pulumi:"securityQualifier"`
}

The X12 agreement security settings.

type X12SecuritySettingsResponseArgs

type X12SecuritySettingsResponseArgs struct {
	// The authorization qualifier.
	AuthorizationQualifier pulumi.StringInput `pulumi:"authorizationQualifier"`
	// The authorization value.
	AuthorizationValue pulumi.StringPtrInput `pulumi:"authorizationValue"`
	// The password value.
	PasswordValue pulumi.StringPtrInput `pulumi:"passwordValue"`
	// The security qualifier.
	SecurityQualifier pulumi.StringInput `pulumi:"securityQualifier"`
}

The X12 agreement security settings.

func (X12SecuritySettingsResponseArgs) ElementType

func (X12SecuritySettingsResponseArgs) ToX12SecuritySettingsResponseOutput

func (i X12SecuritySettingsResponseArgs) ToX12SecuritySettingsResponseOutput() X12SecuritySettingsResponseOutput

func (X12SecuritySettingsResponseArgs) ToX12SecuritySettingsResponseOutputWithContext

func (i X12SecuritySettingsResponseArgs) ToX12SecuritySettingsResponseOutputWithContext(ctx context.Context) X12SecuritySettingsResponseOutput

func (X12SecuritySettingsResponseArgs) ToX12SecuritySettingsResponsePtrOutput

func (i X12SecuritySettingsResponseArgs) ToX12SecuritySettingsResponsePtrOutput() X12SecuritySettingsResponsePtrOutput

func (X12SecuritySettingsResponseArgs) ToX12SecuritySettingsResponsePtrOutputWithContext

func (i X12SecuritySettingsResponseArgs) ToX12SecuritySettingsResponsePtrOutputWithContext(ctx context.Context) X12SecuritySettingsResponsePtrOutput

type X12SecuritySettingsResponseInput

type X12SecuritySettingsResponseInput interface {
	pulumi.Input

	ToX12SecuritySettingsResponseOutput() X12SecuritySettingsResponseOutput
	ToX12SecuritySettingsResponseOutputWithContext(context.Context) X12SecuritySettingsResponseOutput
}

X12SecuritySettingsResponseInput is an input type that accepts X12SecuritySettingsResponseArgs and X12SecuritySettingsResponseOutput values. You can construct a concrete instance of `X12SecuritySettingsResponseInput` via:

X12SecuritySettingsResponseArgs{...}

type X12SecuritySettingsResponseOutput

type X12SecuritySettingsResponseOutput struct{ *pulumi.OutputState }

The X12 agreement security settings.

func (X12SecuritySettingsResponseOutput) AuthorizationQualifier

func (o X12SecuritySettingsResponseOutput) AuthorizationQualifier() pulumi.StringOutput

The authorization qualifier.

func (X12SecuritySettingsResponseOutput) AuthorizationValue

The authorization value.

func (X12SecuritySettingsResponseOutput) ElementType

func (X12SecuritySettingsResponseOutput) PasswordValue

The password value.

func (X12SecuritySettingsResponseOutput) SecurityQualifier

The security qualifier.

func (X12SecuritySettingsResponseOutput) ToX12SecuritySettingsResponseOutput

func (o X12SecuritySettingsResponseOutput) ToX12SecuritySettingsResponseOutput() X12SecuritySettingsResponseOutput

func (X12SecuritySettingsResponseOutput) ToX12SecuritySettingsResponseOutputWithContext

func (o X12SecuritySettingsResponseOutput) ToX12SecuritySettingsResponseOutputWithContext(ctx context.Context) X12SecuritySettingsResponseOutput

func (X12SecuritySettingsResponseOutput) ToX12SecuritySettingsResponsePtrOutput

func (o X12SecuritySettingsResponseOutput) ToX12SecuritySettingsResponsePtrOutput() X12SecuritySettingsResponsePtrOutput

func (X12SecuritySettingsResponseOutput) ToX12SecuritySettingsResponsePtrOutputWithContext

func (o X12SecuritySettingsResponseOutput) ToX12SecuritySettingsResponsePtrOutputWithContext(ctx context.Context) X12SecuritySettingsResponsePtrOutput

type X12SecuritySettingsResponsePtrInput

type X12SecuritySettingsResponsePtrInput interface {
	pulumi.Input

	ToX12SecuritySettingsResponsePtrOutput() X12SecuritySettingsResponsePtrOutput
	ToX12SecuritySettingsResponsePtrOutputWithContext(context.Context) X12SecuritySettingsResponsePtrOutput
}

X12SecuritySettingsResponsePtrInput is an input type that accepts X12SecuritySettingsResponseArgs, X12SecuritySettingsResponsePtr and X12SecuritySettingsResponsePtrOutput values. You can construct a concrete instance of `X12SecuritySettingsResponsePtrInput` via:

        X12SecuritySettingsResponseArgs{...}

or:

        nil

type X12SecuritySettingsResponsePtrOutput

type X12SecuritySettingsResponsePtrOutput struct{ *pulumi.OutputState }

func (X12SecuritySettingsResponsePtrOutput) AuthorizationQualifier

func (o X12SecuritySettingsResponsePtrOutput) AuthorizationQualifier() pulumi.StringPtrOutput

The authorization qualifier.

func (X12SecuritySettingsResponsePtrOutput) AuthorizationValue

The authorization value.

func (X12SecuritySettingsResponsePtrOutput) Elem

func (X12SecuritySettingsResponsePtrOutput) ElementType

func (X12SecuritySettingsResponsePtrOutput) PasswordValue

The password value.

func (X12SecuritySettingsResponsePtrOutput) SecurityQualifier

The security qualifier.

func (X12SecuritySettingsResponsePtrOutput) ToX12SecuritySettingsResponsePtrOutput

func (o X12SecuritySettingsResponsePtrOutput) ToX12SecuritySettingsResponsePtrOutput() X12SecuritySettingsResponsePtrOutput

func (X12SecuritySettingsResponsePtrOutput) ToX12SecuritySettingsResponsePtrOutputWithContext

func (o X12SecuritySettingsResponsePtrOutput) ToX12SecuritySettingsResponsePtrOutputWithContext(ctx context.Context) X12SecuritySettingsResponsePtrOutput

type X12TimeFormat added in v0.3.1

type X12TimeFormat pulumi.String

The group header time format.

func (X12TimeFormat) ElementType added in v0.3.1

func (X12TimeFormat) ElementType() reflect.Type

func (X12TimeFormat) ToStringOutput added in v0.3.1

func (e X12TimeFormat) ToStringOutput() pulumi.StringOutput

func (X12TimeFormat) ToStringOutputWithContext added in v0.3.1

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

func (X12TimeFormat) ToStringPtrOutput added in v0.3.1

func (e X12TimeFormat) ToStringPtrOutput() pulumi.StringPtrOutput

func (X12TimeFormat) ToStringPtrOutputWithContext added in v0.3.1

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

type X12ValidationOverride

type X12ValidationOverride struct {
	// The value indicating whether to allow leading and trailing spaces and zeroes.
	AllowLeadingAndTrailingSpacesAndZeroes bool `pulumi:"allowLeadingAndTrailingSpacesAndZeroes"`
	// The message id on which the validation settings has to be applied.
	MessageId string `pulumi:"messageId"`
	// The trailing separator policy.
	TrailingSeparatorPolicy string `pulumi:"trailingSeparatorPolicy"`
	// The value indicating whether to trim leading and trailing spaces and zeroes.
	TrimLeadingAndTrailingSpacesAndZeroes bool `pulumi:"trimLeadingAndTrailingSpacesAndZeroes"`
	// The value indicating whether to validate character Set.
	ValidateCharacterSet bool `pulumi:"validateCharacterSet"`
	// The value indicating whether to validate EDI types.
	ValidateEdiTypes bool `pulumi:"validateEdiTypes"`
	// The value indicating whether to validate XSD types.
	ValidateXsdTypes bool `pulumi:"validateXsdTypes"`
}

The X12 validation override settings.

type X12ValidationOverrideArgs

type X12ValidationOverrideArgs struct {
	// The value indicating whether to allow leading and trailing spaces and zeroes.
	AllowLeadingAndTrailingSpacesAndZeroes pulumi.BoolInput `pulumi:"allowLeadingAndTrailingSpacesAndZeroes"`
	// The message id on which the validation settings has to be applied.
	MessageId pulumi.StringInput `pulumi:"messageId"`
	// The trailing separator policy.
	TrailingSeparatorPolicy TrailingSeparatorPolicy `pulumi:"trailingSeparatorPolicy"`
	// The value indicating whether to trim leading and trailing spaces and zeroes.
	TrimLeadingAndTrailingSpacesAndZeroes pulumi.BoolInput `pulumi:"trimLeadingAndTrailingSpacesAndZeroes"`
	// The value indicating whether to validate character Set.
	ValidateCharacterSet pulumi.BoolInput `pulumi:"validateCharacterSet"`
	// The value indicating whether to validate EDI types.
	ValidateEdiTypes pulumi.BoolInput `pulumi:"validateEdiTypes"`
	// The value indicating whether to validate XSD types.
	ValidateXsdTypes pulumi.BoolInput `pulumi:"validateXsdTypes"`
}

The X12 validation override settings.

func (X12ValidationOverrideArgs) ElementType

func (X12ValidationOverrideArgs) ElementType() reflect.Type

func (X12ValidationOverrideArgs) ToX12ValidationOverrideOutput

func (i X12ValidationOverrideArgs) ToX12ValidationOverrideOutput() X12ValidationOverrideOutput

func (X12ValidationOverrideArgs) ToX12ValidationOverrideOutputWithContext

func (i X12ValidationOverrideArgs) ToX12ValidationOverrideOutputWithContext(ctx context.Context) X12ValidationOverrideOutput

type X12ValidationOverrideArray

type X12ValidationOverrideArray []X12ValidationOverrideInput

func (X12ValidationOverrideArray) ElementType

func (X12ValidationOverrideArray) ElementType() reflect.Type

func (X12ValidationOverrideArray) ToX12ValidationOverrideArrayOutput

func (i X12ValidationOverrideArray) ToX12ValidationOverrideArrayOutput() X12ValidationOverrideArrayOutput

func (X12ValidationOverrideArray) ToX12ValidationOverrideArrayOutputWithContext

func (i X12ValidationOverrideArray) ToX12ValidationOverrideArrayOutputWithContext(ctx context.Context) X12ValidationOverrideArrayOutput

type X12ValidationOverrideArrayInput

type X12ValidationOverrideArrayInput interface {
	pulumi.Input

	ToX12ValidationOverrideArrayOutput() X12ValidationOverrideArrayOutput
	ToX12ValidationOverrideArrayOutputWithContext(context.Context) X12ValidationOverrideArrayOutput
}

X12ValidationOverrideArrayInput is an input type that accepts X12ValidationOverrideArray and X12ValidationOverrideArrayOutput values. You can construct a concrete instance of `X12ValidationOverrideArrayInput` via:

X12ValidationOverrideArray{ X12ValidationOverrideArgs{...} }

type X12ValidationOverrideArrayOutput

type X12ValidationOverrideArrayOutput struct{ *pulumi.OutputState }

func (X12ValidationOverrideArrayOutput) ElementType

func (X12ValidationOverrideArrayOutput) Index

func (X12ValidationOverrideArrayOutput) ToX12ValidationOverrideArrayOutput

func (o X12ValidationOverrideArrayOutput) ToX12ValidationOverrideArrayOutput() X12ValidationOverrideArrayOutput

func (X12ValidationOverrideArrayOutput) ToX12ValidationOverrideArrayOutputWithContext

func (o X12ValidationOverrideArrayOutput) ToX12ValidationOverrideArrayOutputWithContext(ctx context.Context) X12ValidationOverrideArrayOutput

type X12ValidationOverrideInput

type X12ValidationOverrideInput interface {
	pulumi.Input

	ToX12ValidationOverrideOutput() X12ValidationOverrideOutput
	ToX12ValidationOverrideOutputWithContext(context.Context) X12ValidationOverrideOutput
}

X12ValidationOverrideInput is an input type that accepts X12ValidationOverrideArgs and X12ValidationOverrideOutput values. You can construct a concrete instance of `X12ValidationOverrideInput` via:

X12ValidationOverrideArgs{...}

type X12ValidationOverrideOutput

type X12ValidationOverrideOutput struct{ *pulumi.OutputState }

The X12 validation override settings.

func (X12ValidationOverrideOutput) AllowLeadingAndTrailingSpacesAndZeroes

func (o X12ValidationOverrideOutput) AllowLeadingAndTrailingSpacesAndZeroes() pulumi.BoolOutput

The value indicating whether to allow leading and trailing spaces and zeroes.

func (X12ValidationOverrideOutput) ElementType

func (X12ValidationOverrideOutput) MessageId

The message id on which the validation settings has to be applied.

func (X12ValidationOverrideOutput) ToX12ValidationOverrideOutput

func (o X12ValidationOverrideOutput) ToX12ValidationOverrideOutput() X12ValidationOverrideOutput

func (X12ValidationOverrideOutput) ToX12ValidationOverrideOutputWithContext

func (o X12ValidationOverrideOutput) ToX12ValidationOverrideOutputWithContext(ctx context.Context) X12ValidationOverrideOutput

func (X12ValidationOverrideOutput) TrailingSeparatorPolicy

func (o X12ValidationOverrideOutput) TrailingSeparatorPolicy() pulumi.StringOutput

The trailing separator policy.

func (X12ValidationOverrideOutput) TrimLeadingAndTrailingSpacesAndZeroes

func (o X12ValidationOverrideOutput) TrimLeadingAndTrailingSpacesAndZeroes() pulumi.BoolOutput

The value indicating whether to trim leading and trailing spaces and zeroes.

func (X12ValidationOverrideOutput) ValidateCharacterSet

func (o X12ValidationOverrideOutput) ValidateCharacterSet() pulumi.BoolOutput

The value indicating whether to validate character Set.

func (X12ValidationOverrideOutput) ValidateEdiTypes

func (o X12ValidationOverrideOutput) ValidateEdiTypes() pulumi.BoolOutput

The value indicating whether to validate EDI types.

func (X12ValidationOverrideOutput) ValidateXsdTypes

func (o X12ValidationOverrideOutput) ValidateXsdTypes() pulumi.BoolOutput

The value indicating whether to validate XSD types.

type X12ValidationOverrideResponse

type X12ValidationOverrideResponse struct {
	// The value indicating whether to allow leading and trailing spaces and zeroes.
	AllowLeadingAndTrailingSpacesAndZeroes bool `pulumi:"allowLeadingAndTrailingSpacesAndZeroes"`
	// The message id on which the validation settings has to be applied.
	MessageId string `pulumi:"messageId"`
	// The trailing separator policy.
	TrailingSeparatorPolicy string `pulumi:"trailingSeparatorPolicy"`
	// The value indicating whether to trim leading and trailing spaces and zeroes.
	TrimLeadingAndTrailingSpacesAndZeroes bool `pulumi:"trimLeadingAndTrailingSpacesAndZeroes"`
	// The value indicating whether to validate character Set.
	ValidateCharacterSet bool `pulumi:"validateCharacterSet"`
	// The value indicating whether to validate EDI types.
	ValidateEdiTypes bool `pulumi:"validateEdiTypes"`
	// The value indicating whether to validate XSD types.
	ValidateXsdTypes bool `pulumi:"validateXsdTypes"`
}

The X12 validation override settings.

type X12ValidationOverrideResponseArgs

type X12ValidationOverrideResponseArgs struct {
	// The value indicating whether to allow leading and trailing spaces and zeroes.
	AllowLeadingAndTrailingSpacesAndZeroes pulumi.BoolInput `pulumi:"allowLeadingAndTrailingSpacesAndZeroes"`
	// The message id on which the validation settings has to be applied.
	MessageId pulumi.StringInput `pulumi:"messageId"`
	// The trailing separator policy.
	TrailingSeparatorPolicy pulumi.StringInput `pulumi:"trailingSeparatorPolicy"`
	// The value indicating whether to trim leading and trailing spaces and zeroes.
	TrimLeadingAndTrailingSpacesAndZeroes pulumi.BoolInput `pulumi:"trimLeadingAndTrailingSpacesAndZeroes"`
	// The value indicating whether to validate character Set.
	ValidateCharacterSet pulumi.BoolInput `pulumi:"validateCharacterSet"`
	// The value indicating whether to validate EDI types.
	ValidateEdiTypes pulumi.BoolInput `pulumi:"validateEdiTypes"`
	// The value indicating whether to validate XSD types.
	ValidateXsdTypes pulumi.BoolInput `pulumi:"validateXsdTypes"`
}

The X12 validation override settings.

func (X12ValidationOverrideResponseArgs) ElementType

func (X12ValidationOverrideResponseArgs) ToX12ValidationOverrideResponseOutput

func (i X12ValidationOverrideResponseArgs) ToX12ValidationOverrideResponseOutput() X12ValidationOverrideResponseOutput

func (X12ValidationOverrideResponseArgs) ToX12ValidationOverrideResponseOutputWithContext

func (i X12ValidationOverrideResponseArgs) ToX12ValidationOverrideResponseOutputWithContext(ctx context.Context) X12ValidationOverrideResponseOutput

type X12ValidationOverrideResponseArray

type X12ValidationOverrideResponseArray []X12ValidationOverrideResponseInput

func (X12ValidationOverrideResponseArray) ElementType

func (X12ValidationOverrideResponseArray) ToX12ValidationOverrideResponseArrayOutput

func (i X12ValidationOverrideResponseArray) ToX12ValidationOverrideResponseArrayOutput() X12ValidationOverrideResponseArrayOutput

func (X12ValidationOverrideResponseArray) ToX12ValidationOverrideResponseArrayOutputWithContext

func (i X12ValidationOverrideResponseArray) ToX12ValidationOverrideResponseArrayOutputWithContext(ctx context.Context) X12ValidationOverrideResponseArrayOutput

type X12ValidationOverrideResponseArrayInput

type X12ValidationOverrideResponseArrayInput interface {
	pulumi.Input

	ToX12ValidationOverrideResponseArrayOutput() X12ValidationOverrideResponseArrayOutput
	ToX12ValidationOverrideResponseArrayOutputWithContext(context.Context) X12ValidationOverrideResponseArrayOutput
}

X12ValidationOverrideResponseArrayInput is an input type that accepts X12ValidationOverrideResponseArray and X12ValidationOverrideResponseArrayOutput values. You can construct a concrete instance of `X12ValidationOverrideResponseArrayInput` via:

X12ValidationOverrideResponseArray{ X12ValidationOverrideResponseArgs{...} }

type X12ValidationOverrideResponseArrayOutput

type X12ValidationOverrideResponseArrayOutput struct{ *pulumi.OutputState }

func (X12ValidationOverrideResponseArrayOutput) ElementType

func (X12ValidationOverrideResponseArrayOutput) Index

func (X12ValidationOverrideResponseArrayOutput) ToX12ValidationOverrideResponseArrayOutput

func (o X12ValidationOverrideResponseArrayOutput) ToX12ValidationOverrideResponseArrayOutput() X12ValidationOverrideResponseArrayOutput

func (X12ValidationOverrideResponseArrayOutput) ToX12ValidationOverrideResponseArrayOutputWithContext

func (o X12ValidationOverrideResponseArrayOutput) ToX12ValidationOverrideResponseArrayOutputWithContext(ctx context.Context) X12ValidationOverrideResponseArrayOutput

type X12ValidationOverrideResponseInput

type X12ValidationOverrideResponseInput interface {
	pulumi.Input

	ToX12ValidationOverrideResponseOutput() X12ValidationOverrideResponseOutput
	ToX12ValidationOverrideResponseOutputWithContext(context.Context) X12ValidationOverrideResponseOutput
}

X12ValidationOverrideResponseInput is an input type that accepts X12ValidationOverrideResponseArgs and X12ValidationOverrideResponseOutput values. You can construct a concrete instance of `X12ValidationOverrideResponseInput` via:

X12ValidationOverrideResponseArgs{...}

type X12ValidationOverrideResponseOutput

type X12ValidationOverrideResponseOutput struct{ *pulumi.OutputState }

The X12 validation override settings.

func (X12ValidationOverrideResponseOutput) AllowLeadingAndTrailingSpacesAndZeroes

func (o X12ValidationOverrideResponseOutput) AllowLeadingAndTrailingSpacesAndZeroes() pulumi.BoolOutput

The value indicating whether to allow leading and trailing spaces and zeroes.

func (X12ValidationOverrideResponseOutput) ElementType

func (X12ValidationOverrideResponseOutput) MessageId

The message id on which the validation settings has to be applied.

func (X12ValidationOverrideResponseOutput) ToX12ValidationOverrideResponseOutput

func (o X12ValidationOverrideResponseOutput) ToX12ValidationOverrideResponseOutput() X12ValidationOverrideResponseOutput

func (X12ValidationOverrideResponseOutput) ToX12ValidationOverrideResponseOutputWithContext

func (o X12ValidationOverrideResponseOutput) ToX12ValidationOverrideResponseOutputWithContext(ctx context.Context) X12ValidationOverrideResponseOutput

func (X12ValidationOverrideResponseOutput) TrailingSeparatorPolicy

func (o X12ValidationOverrideResponseOutput) TrailingSeparatorPolicy() pulumi.StringOutput

The trailing separator policy.

func (X12ValidationOverrideResponseOutput) TrimLeadingAndTrailingSpacesAndZeroes

func (o X12ValidationOverrideResponseOutput) TrimLeadingAndTrailingSpacesAndZeroes() pulumi.BoolOutput

The value indicating whether to trim leading and trailing spaces and zeroes.

func (X12ValidationOverrideResponseOutput) ValidateCharacterSet

func (o X12ValidationOverrideResponseOutput) ValidateCharacterSet() pulumi.BoolOutput

The value indicating whether to validate character Set.

func (X12ValidationOverrideResponseOutput) ValidateEdiTypes

The value indicating whether to validate EDI types.

func (X12ValidationOverrideResponseOutput) ValidateXsdTypes

The value indicating whether to validate XSD types.

type X12ValidationSettings

type X12ValidationSettings struct {
	// The value indicating whether to allow leading and trailing spaces and zeroes.
	AllowLeadingAndTrailingSpacesAndZeroes bool `pulumi:"allowLeadingAndTrailingSpacesAndZeroes"`
	// The value indicating whether to check for duplicate group control number.
	CheckDuplicateGroupControlNumber bool `pulumi:"checkDuplicateGroupControlNumber"`
	// The value indicating whether to check for duplicate interchange control number.
	CheckDuplicateInterchangeControlNumber bool `pulumi:"checkDuplicateInterchangeControlNumber"`
	// The value indicating whether to check for duplicate transaction set control number.
	CheckDuplicateTransactionSetControlNumber bool `pulumi:"checkDuplicateTransactionSetControlNumber"`
	// The validity period of interchange control number.
	InterchangeControlNumberValidityDays int `pulumi:"interchangeControlNumberValidityDays"`
	// The trailing separator policy.
	TrailingSeparatorPolicy string `pulumi:"trailingSeparatorPolicy"`
	// The value indicating whether to trim leading and trailing spaces and zeroes.
	TrimLeadingAndTrailingSpacesAndZeroes bool `pulumi:"trimLeadingAndTrailingSpacesAndZeroes"`
	// The value indicating whether to validate character set in the message.
	ValidateCharacterSet bool `pulumi:"validateCharacterSet"`
	// The value indicating whether to Whether to validate EDI types.
	ValidateEdiTypes bool `pulumi:"validateEdiTypes"`
	// The value indicating whether to Whether to validate XSD types.
	ValidateXsdTypes bool `pulumi:"validateXsdTypes"`
}

The X12 agreement validation settings.

type X12ValidationSettingsArgs

type X12ValidationSettingsArgs struct {
	// The value indicating whether to allow leading and trailing spaces and zeroes.
	AllowLeadingAndTrailingSpacesAndZeroes pulumi.BoolInput `pulumi:"allowLeadingAndTrailingSpacesAndZeroes"`
	// The value indicating whether to check for duplicate group control number.
	CheckDuplicateGroupControlNumber pulumi.BoolInput `pulumi:"checkDuplicateGroupControlNumber"`
	// The value indicating whether to check for duplicate interchange control number.
	CheckDuplicateInterchangeControlNumber pulumi.BoolInput `pulumi:"checkDuplicateInterchangeControlNumber"`
	// The value indicating whether to check for duplicate transaction set control number.
	CheckDuplicateTransactionSetControlNumber pulumi.BoolInput `pulumi:"checkDuplicateTransactionSetControlNumber"`
	// The validity period of interchange control number.
	InterchangeControlNumberValidityDays pulumi.IntInput `pulumi:"interchangeControlNumberValidityDays"`
	// The trailing separator policy.
	TrailingSeparatorPolicy TrailingSeparatorPolicy `pulumi:"trailingSeparatorPolicy"`
	// The value indicating whether to trim leading and trailing spaces and zeroes.
	TrimLeadingAndTrailingSpacesAndZeroes pulumi.BoolInput `pulumi:"trimLeadingAndTrailingSpacesAndZeroes"`
	// The value indicating whether to validate character set in the message.
	ValidateCharacterSet pulumi.BoolInput `pulumi:"validateCharacterSet"`
	// The value indicating whether to Whether to validate EDI types.
	ValidateEdiTypes pulumi.BoolInput `pulumi:"validateEdiTypes"`
	// The value indicating whether to Whether to validate XSD types.
	ValidateXsdTypes pulumi.BoolInput `pulumi:"validateXsdTypes"`
}

The X12 agreement validation settings.

func (X12ValidationSettingsArgs) ElementType

func (X12ValidationSettingsArgs) ElementType() reflect.Type

func (X12ValidationSettingsArgs) ToX12ValidationSettingsOutput

func (i X12ValidationSettingsArgs) ToX12ValidationSettingsOutput() X12ValidationSettingsOutput

func (X12ValidationSettingsArgs) ToX12ValidationSettingsOutputWithContext

func (i X12ValidationSettingsArgs) ToX12ValidationSettingsOutputWithContext(ctx context.Context) X12ValidationSettingsOutput

func (X12ValidationSettingsArgs) ToX12ValidationSettingsPtrOutput

func (i X12ValidationSettingsArgs) ToX12ValidationSettingsPtrOutput() X12ValidationSettingsPtrOutput

func (X12ValidationSettingsArgs) ToX12ValidationSettingsPtrOutputWithContext

func (i X12ValidationSettingsArgs) ToX12ValidationSettingsPtrOutputWithContext(ctx context.Context) X12ValidationSettingsPtrOutput

type X12ValidationSettingsInput

type X12ValidationSettingsInput interface {
	pulumi.Input

	ToX12ValidationSettingsOutput() X12ValidationSettingsOutput
	ToX12ValidationSettingsOutputWithContext(context.Context) X12ValidationSettingsOutput
}

X12ValidationSettingsInput is an input type that accepts X12ValidationSettingsArgs and X12ValidationSettingsOutput values. You can construct a concrete instance of `X12ValidationSettingsInput` via:

X12ValidationSettingsArgs{...}

type X12ValidationSettingsOutput

type X12ValidationSettingsOutput struct{ *pulumi.OutputState }

The X12 agreement validation settings.

func (X12ValidationSettingsOutput) AllowLeadingAndTrailingSpacesAndZeroes

func (o X12ValidationSettingsOutput) AllowLeadingAndTrailingSpacesAndZeroes() pulumi.BoolOutput

The value indicating whether to allow leading and trailing spaces and zeroes.

func (X12ValidationSettingsOutput) CheckDuplicateGroupControlNumber

func (o X12ValidationSettingsOutput) CheckDuplicateGroupControlNumber() pulumi.BoolOutput

The value indicating whether to check for duplicate group control number.

func (X12ValidationSettingsOutput) CheckDuplicateInterchangeControlNumber

func (o X12ValidationSettingsOutput) CheckDuplicateInterchangeControlNumber() pulumi.BoolOutput

The value indicating whether to check for duplicate interchange control number.

func (X12ValidationSettingsOutput) CheckDuplicateTransactionSetControlNumber

func (o X12ValidationSettingsOutput) CheckDuplicateTransactionSetControlNumber() pulumi.BoolOutput

The value indicating whether to check for duplicate transaction set control number.

func (X12ValidationSettingsOutput) ElementType

func (X12ValidationSettingsOutput) InterchangeControlNumberValidityDays

func (o X12ValidationSettingsOutput) InterchangeControlNumberValidityDays() pulumi.IntOutput

The validity period of interchange control number.

func (X12ValidationSettingsOutput) ToX12ValidationSettingsOutput

func (o X12ValidationSettingsOutput) ToX12ValidationSettingsOutput() X12ValidationSettingsOutput

func (X12ValidationSettingsOutput) ToX12ValidationSettingsOutputWithContext

func (o X12ValidationSettingsOutput) ToX12ValidationSettingsOutputWithContext(ctx context.Context) X12ValidationSettingsOutput

func (X12ValidationSettingsOutput) ToX12ValidationSettingsPtrOutput

func (o X12ValidationSettingsOutput) ToX12ValidationSettingsPtrOutput() X12ValidationSettingsPtrOutput

func (X12ValidationSettingsOutput) ToX12ValidationSettingsPtrOutputWithContext

func (o X12ValidationSettingsOutput) ToX12ValidationSettingsPtrOutputWithContext(ctx context.Context) X12ValidationSettingsPtrOutput

func (X12ValidationSettingsOutput) TrailingSeparatorPolicy

func (o X12ValidationSettingsOutput) TrailingSeparatorPolicy() pulumi.StringOutput

The trailing separator policy.

func (X12ValidationSettingsOutput) TrimLeadingAndTrailingSpacesAndZeroes

func (o X12ValidationSettingsOutput) TrimLeadingAndTrailingSpacesAndZeroes() pulumi.BoolOutput

The value indicating whether to trim leading and trailing spaces and zeroes.

func (X12ValidationSettingsOutput) ValidateCharacterSet

func (o X12ValidationSettingsOutput) ValidateCharacterSet() pulumi.BoolOutput

The value indicating whether to validate character set in the message.

func (X12ValidationSettingsOutput) ValidateEdiTypes

func (o X12ValidationSettingsOutput) ValidateEdiTypes() pulumi.BoolOutput

The value indicating whether to Whether to validate EDI types.

func (X12ValidationSettingsOutput) ValidateXsdTypes

func (o X12ValidationSettingsOutput) ValidateXsdTypes() pulumi.BoolOutput

The value indicating whether to Whether to validate XSD types.

type X12ValidationSettingsPtrInput

type X12ValidationSettingsPtrInput interface {
	pulumi.Input

	ToX12ValidationSettingsPtrOutput() X12ValidationSettingsPtrOutput
	ToX12ValidationSettingsPtrOutputWithContext(context.Context) X12ValidationSettingsPtrOutput
}

X12ValidationSettingsPtrInput is an input type that accepts X12ValidationSettingsArgs, X12ValidationSettingsPtr and X12ValidationSettingsPtrOutput values. You can construct a concrete instance of `X12ValidationSettingsPtrInput` via:

        X12ValidationSettingsArgs{...}

or:

        nil

type X12ValidationSettingsPtrOutput

type X12ValidationSettingsPtrOutput struct{ *pulumi.OutputState }

func (X12ValidationSettingsPtrOutput) AllowLeadingAndTrailingSpacesAndZeroes

func (o X12ValidationSettingsPtrOutput) AllowLeadingAndTrailingSpacesAndZeroes() pulumi.BoolPtrOutput

The value indicating whether to allow leading and trailing spaces and zeroes.

func (X12ValidationSettingsPtrOutput) CheckDuplicateGroupControlNumber

func (o X12ValidationSettingsPtrOutput) CheckDuplicateGroupControlNumber() pulumi.BoolPtrOutput

The value indicating whether to check for duplicate group control number.

func (X12ValidationSettingsPtrOutput) CheckDuplicateInterchangeControlNumber

func (o X12ValidationSettingsPtrOutput) CheckDuplicateInterchangeControlNumber() pulumi.BoolPtrOutput

The value indicating whether to check for duplicate interchange control number.

func (X12ValidationSettingsPtrOutput) CheckDuplicateTransactionSetControlNumber

func (o X12ValidationSettingsPtrOutput) CheckDuplicateTransactionSetControlNumber() pulumi.BoolPtrOutput

The value indicating whether to check for duplicate transaction set control number.

func (X12ValidationSettingsPtrOutput) Elem

func (X12ValidationSettingsPtrOutput) ElementType

func (X12ValidationSettingsPtrOutput) InterchangeControlNumberValidityDays

func (o X12ValidationSettingsPtrOutput) InterchangeControlNumberValidityDays() pulumi.IntPtrOutput

The validity period of interchange control number.

func (X12ValidationSettingsPtrOutput) ToX12ValidationSettingsPtrOutput

func (o X12ValidationSettingsPtrOutput) ToX12ValidationSettingsPtrOutput() X12ValidationSettingsPtrOutput

func (X12ValidationSettingsPtrOutput) ToX12ValidationSettingsPtrOutputWithContext

func (o X12ValidationSettingsPtrOutput) ToX12ValidationSettingsPtrOutputWithContext(ctx context.Context) X12ValidationSettingsPtrOutput

func (X12ValidationSettingsPtrOutput) TrailingSeparatorPolicy

func (o X12ValidationSettingsPtrOutput) TrailingSeparatorPolicy() pulumi.StringPtrOutput

The trailing separator policy.

func (X12ValidationSettingsPtrOutput) TrimLeadingAndTrailingSpacesAndZeroes

func (o X12ValidationSettingsPtrOutput) TrimLeadingAndTrailingSpacesAndZeroes() pulumi.BoolPtrOutput

The value indicating whether to trim leading and trailing spaces and zeroes.

func (X12ValidationSettingsPtrOutput) ValidateCharacterSet

func (o X12ValidationSettingsPtrOutput) ValidateCharacterSet() pulumi.BoolPtrOutput

The value indicating whether to validate character set in the message.

func (X12ValidationSettingsPtrOutput) ValidateEdiTypes

The value indicating whether to Whether to validate EDI types.

func (X12ValidationSettingsPtrOutput) ValidateXsdTypes

The value indicating whether to Whether to validate XSD types.

type X12ValidationSettingsResponse

type X12ValidationSettingsResponse struct {
	// The value indicating whether to allow leading and trailing spaces and zeroes.
	AllowLeadingAndTrailingSpacesAndZeroes bool `pulumi:"allowLeadingAndTrailingSpacesAndZeroes"`
	// The value indicating whether to check for duplicate group control number.
	CheckDuplicateGroupControlNumber bool `pulumi:"checkDuplicateGroupControlNumber"`
	// The value indicating whether to check for duplicate interchange control number.
	CheckDuplicateInterchangeControlNumber bool `pulumi:"checkDuplicateInterchangeControlNumber"`
	// The value indicating whether to check for duplicate transaction set control number.
	CheckDuplicateTransactionSetControlNumber bool `pulumi:"checkDuplicateTransactionSetControlNumber"`
	// The validity period of interchange control number.
	InterchangeControlNumberValidityDays int `pulumi:"interchangeControlNumberValidityDays"`
	// The trailing separator policy.
	TrailingSeparatorPolicy string `pulumi:"trailingSeparatorPolicy"`
	// The value indicating whether to trim leading and trailing spaces and zeroes.
	TrimLeadingAndTrailingSpacesAndZeroes bool `pulumi:"trimLeadingAndTrailingSpacesAndZeroes"`
	// The value indicating whether to validate character set in the message.
	ValidateCharacterSet bool `pulumi:"validateCharacterSet"`
	// The value indicating whether to Whether to validate EDI types.
	ValidateEdiTypes bool `pulumi:"validateEdiTypes"`
	// The value indicating whether to Whether to validate XSD types.
	ValidateXsdTypes bool `pulumi:"validateXsdTypes"`
}

The X12 agreement validation settings.

type X12ValidationSettingsResponseArgs

type X12ValidationSettingsResponseArgs struct {
	// The value indicating whether to allow leading and trailing spaces and zeroes.
	AllowLeadingAndTrailingSpacesAndZeroes pulumi.BoolInput `pulumi:"allowLeadingAndTrailingSpacesAndZeroes"`
	// The value indicating whether to check for duplicate group control number.
	CheckDuplicateGroupControlNumber pulumi.BoolInput `pulumi:"checkDuplicateGroupControlNumber"`
	// The value indicating whether to check for duplicate interchange control number.
	CheckDuplicateInterchangeControlNumber pulumi.BoolInput `pulumi:"checkDuplicateInterchangeControlNumber"`
	// The value indicating whether to check for duplicate transaction set control number.
	CheckDuplicateTransactionSetControlNumber pulumi.BoolInput `pulumi:"checkDuplicateTransactionSetControlNumber"`
	// The validity period of interchange control number.
	InterchangeControlNumberValidityDays pulumi.IntInput `pulumi:"interchangeControlNumberValidityDays"`
	// The trailing separator policy.
	TrailingSeparatorPolicy pulumi.StringInput `pulumi:"trailingSeparatorPolicy"`
	// The value indicating whether to trim leading and trailing spaces and zeroes.
	TrimLeadingAndTrailingSpacesAndZeroes pulumi.BoolInput `pulumi:"trimLeadingAndTrailingSpacesAndZeroes"`
	// The value indicating whether to validate character set in the message.
	ValidateCharacterSet pulumi.BoolInput `pulumi:"validateCharacterSet"`
	// The value indicating whether to Whether to validate EDI types.
	ValidateEdiTypes pulumi.BoolInput `pulumi:"validateEdiTypes"`
	// The value indicating whether to Whether to validate XSD types.
	ValidateXsdTypes pulumi.BoolInput `pulumi:"validateXsdTypes"`
}

The X12 agreement validation settings.

func (X12ValidationSettingsResponseArgs) ElementType

func (X12ValidationSettingsResponseArgs) ToX12ValidationSettingsResponseOutput

func (i X12ValidationSettingsResponseArgs) ToX12ValidationSettingsResponseOutput() X12ValidationSettingsResponseOutput

func (X12ValidationSettingsResponseArgs) ToX12ValidationSettingsResponseOutputWithContext

func (i X12ValidationSettingsResponseArgs) ToX12ValidationSettingsResponseOutputWithContext(ctx context.Context) X12ValidationSettingsResponseOutput

func (X12ValidationSettingsResponseArgs) ToX12ValidationSettingsResponsePtrOutput

func (i X12ValidationSettingsResponseArgs) ToX12ValidationSettingsResponsePtrOutput() X12ValidationSettingsResponsePtrOutput

func (X12ValidationSettingsResponseArgs) ToX12ValidationSettingsResponsePtrOutputWithContext

func (i X12ValidationSettingsResponseArgs) ToX12ValidationSettingsResponsePtrOutputWithContext(ctx context.Context) X12ValidationSettingsResponsePtrOutput

type X12ValidationSettingsResponseInput

type X12ValidationSettingsResponseInput interface {
	pulumi.Input

	ToX12ValidationSettingsResponseOutput() X12ValidationSettingsResponseOutput
	ToX12ValidationSettingsResponseOutputWithContext(context.Context) X12ValidationSettingsResponseOutput
}

X12ValidationSettingsResponseInput is an input type that accepts X12ValidationSettingsResponseArgs and X12ValidationSettingsResponseOutput values. You can construct a concrete instance of `X12ValidationSettingsResponseInput` via:

X12ValidationSettingsResponseArgs{...}

type X12ValidationSettingsResponseOutput

type X12ValidationSettingsResponseOutput struct{ *pulumi.OutputState }

The X12 agreement validation settings.

func (X12ValidationSettingsResponseOutput) AllowLeadingAndTrailingSpacesAndZeroes

func (o X12ValidationSettingsResponseOutput) AllowLeadingAndTrailingSpacesAndZeroes() pulumi.BoolOutput

The value indicating whether to allow leading and trailing spaces and zeroes.

func (X12ValidationSettingsResponseOutput) CheckDuplicateGroupControlNumber

func (o X12ValidationSettingsResponseOutput) CheckDuplicateGroupControlNumber() pulumi.BoolOutput

The value indicating whether to check for duplicate group control number.

func (X12ValidationSettingsResponseOutput) CheckDuplicateInterchangeControlNumber

func (o X12ValidationSettingsResponseOutput) CheckDuplicateInterchangeControlNumber() pulumi.BoolOutput

The value indicating whether to check for duplicate interchange control number.

func (X12ValidationSettingsResponseOutput) CheckDuplicateTransactionSetControlNumber

func (o X12ValidationSettingsResponseOutput) CheckDuplicateTransactionSetControlNumber() pulumi.BoolOutput

The value indicating whether to check for duplicate transaction set control number.

func (X12ValidationSettingsResponseOutput) ElementType

func (X12ValidationSettingsResponseOutput) InterchangeControlNumberValidityDays

func (o X12ValidationSettingsResponseOutput) InterchangeControlNumberValidityDays() pulumi.IntOutput

The validity period of interchange control number.

func (X12ValidationSettingsResponseOutput) ToX12ValidationSettingsResponseOutput

func (o X12ValidationSettingsResponseOutput) ToX12ValidationSettingsResponseOutput() X12ValidationSettingsResponseOutput

func (X12ValidationSettingsResponseOutput) ToX12ValidationSettingsResponseOutputWithContext

func (o X12ValidationSettingsResponseOutput) ToX12ValidationSettingsResponseOutputWithContext(ctx context.Context) X12ValidationSettingsResponseOutput

func (X12ValidationSettingsResponseOutput) ToX12ValidationSettingsResponsePtrOutput

func (o X12ValidationSettingsResponseOutput) ToX12ValidationSettingsResponsePtrOutput() X12ValidationSettingsResponsePtrOutput

func (X12ValidationSettingsResponseOutput) ToX12ValidationSettingsResponsePtrOutputWithContext

func (o X12ValidationSettingsResponseOutput) ToX12ValidationSettingsResponsePtrOutputWithContext(ctx context.Context) X12ValidationSettingsResponsePtrOutput

func (X12ValidationSettingsResponseOutput) TrailingSeparatorPolicy

func (o X12ValidationSettingsResponseOutput) TrailingSeparatorPolicy() pulumi.StringOutput

The trailing separator policy.

func (X12ValidationSettingsResponseOutput) TrimLeadingAndTrailingSpacesAndZeroes

func (o X12ValidationSettingsResponseOutput) TrimLeadingAndTrailingSpacesAndZeroes() pulumi.BoolOutput

The value indicating whether to trim leading and trailing spaces and zeroes.

func (X12ValidationSettingsResponseOutput) ValidateCharacterSet

func (o X12ValidationSettingsResponseOutput) ValidateCharacterSet() pulumi.BoolOutput

The value indicating whether to validate character set in the message.

func (X12ValidationSettingsResponseOutput) ValidateEdiTypes

The value indicating whether to Whether to validate EDI types.

func (X12ValidationSettingsResponseOutput) ValidateXsdTypes

The value indicating whether to Whether to validate XSD types.

type X12ValidationSettingsResponsePtrInput

type X12ValidationSettingsResponsePtrInput interface {
	pulumi.Input

	ToX12ValidationSettingsResponsePtrOutput() X12ValidationSettingsResponsePtrOutput
	ToX12ValidationSettingsResponsePtrOutputWithContext(context.Context) X12ValidationSettingsResponsePtrOutput
}

X12ValidationSettingsResponsePtrInput is an input type that accepts X12ValidationSettingsResponseArgs, X12ValidationSettingsResponsePtr and X12ValidationSettingsResponsePtrOutput values. You can construct a concrete instance of `X12ValidationSettingsResponsePtrInput` via:

        X12ValidationSettingsResponseArgs{...}

or:

        nil

type X12ValidationSettingsResponsePtrOutput

type X12ValidationSettingsResponsePtrOutput struct{ *pulumi.OutputState }

func (X12ValidationSettingsResponsePtrOutput) AllowLeadingAndTrailingSpacesAndZeroes

func (o X12ValidationSettingsResponsePtrOutput) AllowLeadingAndTrailingSpacesAndZeroes() pulumi.BoolPtrOutput

The value indicating whether to allow leading and trailing spaces and zeroes.

func (X12ValidationSettingsResponsePtrOutput) CheckDuplicateGroupControlNumber

func (o X12ValidationSettingsResponsePtrOutput) CheckDuplicateGroupControlNumber() pulumi.BoolPtrOutput

The value indicating whether to check for duplicate group control number.

func (X12ValidationSettingsResponsePtrOutput) CheckDuplicateInterchangeControlNumber

func (o X12ValidationSettingsResponsePtrOutput) CheckDuplicateInterchangeControlNumber() pulumi.BoolPtrOutput

The value indicating whether to check for duplicate interchange control number.

func (X12ValidationSettingsResponsePtrOutput) CheckDuplicateTransactionSetControlNumber

func (o X12ValidationSettingsResponsePtrOutput) CheckDuplicateTransactionSetControlNumber() pulumi.BoolPtrOutput

The value indicating whether to check for duplicate transaction set control number.

func (X12ValidationSettingsResponsePtrOutput) Elem

func (X12ValidationSettingsResponsePtrOutput) ElementType

func (X12ValidationSettingsResponsePtrOutput) InterchangeControlNumberValidityDays

func (o X12ValidationSettingsResponsePtrOutput) InterchangeControlNumberValidityDays() pulumi.IntPtrOutput

The validity period of interchange control number.

func (X12ValidationSettingsResponsePtrOutput) ToX12ValidationSettingsResponsePtrOutput

func (o X12ValidationSettingsResponsePtrOutput) ToX12ValidationSettingsResponsePtrOutput() X12ValidationSettingsResponsePtrOutput

func (X12ValidationSettingsResponsePtrOutput) ToX12ValidationSettingsResponsePtrOutputWithContext

func (o X12ValidationSettingsResponsePtrOutput) ToX12ValidationSettingsResponsePtrOutputWithContext(ctx context.Context) X12ValidationSettingsResponsePtrOutput

func (X12ValidationSettingsResponsePtrOutput) TrailingSeparatorPolicy

The trailing separator policy.

func (X12ValidationSettingsResponsePtrOutput) TrimLeadingAndTrailingSpacesAndZeroes

func (o X12ValidationSettingsResponsePtrOutput) TrimLeadingAndTrailingSpacesAndZeroes() pulumi.BoolPtrOutput

The value indicating whether to trim leading and trailing spaces and zeroes.

func (X12ValidationSettingsResponsePtrOutput) ValidateCharacterSet

The value indicating whether to validate character set in the message.

func (X12ValidationSettingsResponsePtrOutput) ValidateEdiTypes

The value indicating whether to Whether to validate EDI types.

func (X12ValidationSettingsResponsePtrOutput) ValidateXsdTypes

The value indicating whether to Whether to validate XSD types.

Jump to

Keyboard shortcuts

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