Versions in this module Expand all Collapse all v15 v15.0.0 Jun 15, 2023 Changes in this version + func EvidentlyLaunch_IsConstruct(x interface{}) *bool + func EvidentlyLaunch_IsTerraformElement(x interface{}) *bool + func EvidentlyLaunch_IsTerraformResource(x interface{}) *bool + func EvidentlyLaunch_TfResourceType() *string + func NewEvidentlyLaunchExecutionList_Override(e EvidentlyLaunchExecutionList, terraformResource cdktf.IInterpolatingParent, ...) + func NewEvidentlyLaunchExecutionOutputReference_Override(e EvidentlyLaunchExecutionOutputReference, ...) + func NewEvidentlyLaunchGroupsList_Override(e EvidentlyLaunchGroupsList, terraformResource cdktf.IInterpolatingParent, ...) + func NewEvidentlyLaunchGroupsOutputReference_Override(e EvidentlyLaunchGroupsOutputReference, ...) + func NewEvidentlyLaunchMetricMonitorsList_Override(e EvidentlyLaunchMetricMonitorsList, ...) + func NewEvidentlyLaunchMetricMonitorsMetricDefinitionOutputReference_Override(e EvidentlyLaunchMetricMonitorsMetricDefinitionOutputReference, ...) + func NewEvidentlyLaunchMetricMonitorsOutputReference_Override(e EvidentlyLaunchMetricMonitorsOutputReference, ...) + func NewEvidentlyLaunchScheduledSplitsConfigOutputReference_Override(e EvidentlyLaunchScheduledSplitsConfigOutputReference, ...) + func NewEvidentlyLaunchScheduledSplitsConfigStepsList_Override(e EvidentlyLaunchScheduledSplitsConfigStepsList, ...) + func NewEvidentlyLaunchScheduledSplitsConfigStepsOutputReference_Override(e EvidentlyLaunchScheduledSplitsConfigStepsOutputReference, ...) + func NewEvidentlyLaunchScheduledSplitsConfigStepsSegmentOverridesList_Override(e EvidentlyLaunchScheduledSplitsConfigStepsSegmentOverridesList, ...) + func NewEvidentlyLaunchScheduledSplitsConfigStepsSegmentOverridesOutputReference_Override(e EvidentlyLaunchScheduledSplitsConfigStepsSegmentOverridesOutputReference, ...) + func NewEvidentlyLaunchTimeoutsOutputReference_Override(e EvidentlyLaunchTimeoutsOutputReference, ...) + func NewEvidentlyLaunch_Override(e EvidentlyLaunch, scope constructs.Construct, id *string, ...) + type EvidentlyLaunch interface + AddOverride func(path *string, value interface{}) + Arn func() *string + CdktfStack func() cdktf.TerraformStack + Connection func() interface{} + ConstructNodeMetadata func() *map[string]interface{} + Count func() interface{} + CreatedTime func() *string + DependsOn func() *[]*string + Description func() *string + DescriptionInput func() *string + Execution func() EvidentlyLaunchExecutionList + ForEach func() cdktf.ITerraformIterator + Fqn func() *string + FriendlyUniqueId func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + Groups func() EvidentlyLaunchGroupsList + GroupsInput func() interface{} + Id func() *string + IdInput func() *string + InterpolationForAttribute func(terraformAttribute *string) cdktf.IResolvable + LastUpdatedTime func() *string + Lifecycle func() *cdktf.TerraformResourceLifecycle + MetricMonitors func() EvidentlyLaunchMetricMonitorsList + MetricMonitorsInput func() interface{} + Name func() *string + NameInput func() *string + Node func() constructs.Node + OverrideLogicalId func(newLogicalId *string) + Project func() *string + ProjectInput func() *string + Provider func() cdktf.TerraformProvider + Provisioners func() *[]interface{} + PutGroups func(value interface{}) + PutMetricMonitors func(value interface{}) + PutScheduledSplitsConfig func(value *EvidentlyLaunchScheduledSplitsConfig) + PutTimeouts func(value *EvidentlyLaunchTimeouts) + RandomizationSalt func() *string + RandomizationSaltInput func() *string + RawOverrides func() interface{} + ResetDescription func() + ResetId func() + ResetMetricMonitors func() + ResetOverrideLogicalId func() + ResetRandomizationSalt func() + ResetScheduledSplitsConfig func() + ResetTags func() + ResetTagsAll func() + ResetTimeouts func() + ScheduledSplitsConfig func() EvidentlyLaunchScheduledSplitsConfigOutputReference + ScheduledSplitsConfigInput func() *EvidentlyLaunchScheduledSplitsConfig + SetConnection func(val interface{}) + SetCount func(val interface{}) + SetDependsOn func(val *[]*string) + SetDescription func(val *string) + SetForEach func(val cdktf.ITerraformIterator) + SetId func(val *string) + SetLifecycle func(val *cdktf.TerraformResourceLifecycle) + SetName func(val *string) + SetProject func(val *string) + SetProvider func(val cdktf.TerraformProvider) + SetProvisioners func(val *[]interface{}) + SetRandomizationSalt func(val *string) + SetTags func(val *map[string]*string) + SetTagsAll func(val *map[string]*string) + Status func() *string + StatusReason func() *string + SynthesizeAttributes func() *map[string]interface{} + Tags func() *map[string]*string + TagsAll func() *map[string]*string + TagsAllInput func() *map[string]*string + TagsInput func() *map[string]*string + TerraformGeneratorMetadata func() *cdktf.TerraformProviderGeneratorMetadata + TerraformMetaArguments func() *map[string]interface{} + TerraformResourceType func() *string + Timeouts func() EvidentlyLaunchTimeoutsOutputReference + TimeoutsInput func() interface{} + ToMetadata func() interface{} + ToString func() *string + ToTerraform func() interface{} + Type func() *string + func NewEvidentlyLaunch(scope constructs.Construct, id *string, config *EvidentlyLaunchConfig) EvidentlyLaunch + type EvidentlyLaunchConfig struct + Connection interface{} + Count interface{} + DependsOn *[]cdktf.ITerraformDependable + Description *string + ForEach cdktf.ITerraformIterator + Groups interface{} + Id *string + Lifecycle *cdktf.TerraformResourceLifecycle + MetricMonitors interface{} + Name *string + Project *string + Provider cdktf.TerraformProvider + Provisioners *[]interface{} + RandomizationSalt *string + ScheduledSplitsConfig *EvidentlyLaunchScheduledSplitsConfig + Tags *map[string]*string + TagsAll *map[string]*string + Timeouts *EvidentlyLaunchTimeouts + type EvidentlyLaunchExecution struct + type EvidentlyLaunchExecutionList interface + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + Get func(index *float64) EvidentlyLaunchExecutionOutputReference + Resolve func(_context cdktf.IResolveContext) interface{} + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetWrapsSet func(val *bool) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + WrapsSet func() *bool + func NewEvidentlyLaunchExecutionList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) EvidentlyLaunchExecutionList + type EvidentlyLaunchExecutionOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + EndedTime func() *string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() *EvidentlyLaunchExecution + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val *EvidentlyLaunchExecution) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + StartedTime func() *string + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewEvidentlyLaunchExecutionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) EvidentlyLaunchExecutionOutputReference + type EvidentlyLaunchGroups struct + Description *string + Feature *string + Name *string + Variation *string + type EvidentlyLaunchGroupsList interface + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + Get func(index *float64) EvidentlyLaunchGroupsOutputReference + InternalValue func() interface{} + Resolve func(_context cdktf.IResolveContext) interface{} + SetInternalValue func(val interface{}) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetWrapsSet func(val *bool) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + WrapsSet func() *bool + func NewEvidentlyLaunchGroupsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) EvidentlyLaunchGroupsList + type EvidentlyLaunchGroupsOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Description func() *string + DescriptionInput func() *string + Feature func() *string + FeatureInput func() *string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() interface{} + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + Name func() *string + NameInput func() *string + ResetDescription func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetDescription func(val *string) + SetFeature func(val *string) + SetInternalValue func(val interface{}) + SetName func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetVariation func(val *string) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + Variation func() *string + VariationInput func() *string + func NewEvidentlyLaunchGroupsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) EvidentlyLaunchGroupsOutputReference + type EvidentlyLaunchMetricMonitors struct + MetricDefinition *EvidentlyLaunchMetricMonitorsMetricDefinition + type EvidentlyLaunchMetricMonitorsList interface + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + Get func(index *float64) EvidentlyLaunchMetricMonitorsOutputReference + InternalValue func() interface{} + Resolve func(_context cdktf.IResolveContext) interface{} + SetInternalValue func(val interface{}) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetWrapsSet func(val *bool) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + WrapsSet func() *bool + func NewEvidentlyLaunchMetricMonitorsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) EvidentlyLaunchMetricMonitorsList + type EvidentlyLaunchMetricMonitorsMetricDefinition struct + EntityIdKey *string + EventPattern *string + Name *string + UnitLabel *string + ValueKey *string + type EvidentlyLaunchMetricMonitorsMetricDefinitionOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + EntityIdKey func() *string + EntityIdKeyInput func() *string + EventPattern func() *string + EventPatternInput func() *string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() *EvidentlyLaunchMetricMonitorsMetricDefinition + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + Name func() *string + NameInput func() *string + ResetEventPattern func() + ResetUnitLabel func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetEntityIdKey func(val *string) + SetEventPattern func(val *string) + SetInternalValue func(val *EvidentlyLaunchMetricMonitorsMetricDefinition) + SetName func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetUnitLabel func(val *string) + SetValueKey func(val *string) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + UnitLabel func() *string + UnitLabelInput func() *string + ValueKey func() *string + ValueKeyInput func() *string + func NewEvidentlyLaunchMetricMonitorsMetricDefinitionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) EvidentlyLaunchMetricMonitorsMetricDefinitionOutputReference + type EvidentlyLaunchMetricMonitorsOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() interface{} + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + MetricDefinition func() EvidentlyLaunchMetricMonitorsMetricDefinitionOutputReference + MetricDefinitionInput func() *EvidentlyLaunchMetricMonitorsMetricDefinition + PutMetricDefinition func(value *EvidentlyLaunchMetricMonitorsMetricDefinition) + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val interface{}) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewEvidentlyLaunchMetricMonitorsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) EvidentlyLaunchMetricMonitorsOutputReference + type EvidentlyLaunchScheduledSplitsConfig struct + Steps interface{} + type EvidentlyLaunchScheduledSplitsConfigOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() *EvidentlyLaunchScheduledSplitsConfig + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + PutSteps func(value interface{}) + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val *EvidentlyLaunchScheduledSplitsConfig) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + Steps func() EvidentlyLaunchScheduledSplitsConfigStepsList + StepsInput func() interface{} + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewEvidentlyLaunchScheduledSplitsConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) EvidentlyLaunchScheduledSplitsConfigOutputReference + type EvidentlyLaunchScheduledSplitsConfigSteps struct + GroupWeights *map[string]*float64 + SegmentOverrides interface{} + StartTime *string + type EvidentlyLaunchScheduledSplitsConfigStepsList interface + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + Get func(index *float64) EvidentlyLaunchScheduledSplitsConfigStepsOutputReference + InternalValue func() interface{} + Resolve func(_context cdktf.IResolveContext) interface{} + SetInternalValue func(val interface{}) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetWrapsSet func(val *bool) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + WrapsSet func() *bool + func NewEvidentlyLaunchScheduledSplitsConfigStepsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) EvidentlyLaunchScheduledSplitsConfigStepsList + type EvidentlyLaunchScheduledSplitsConfigStepsOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + GroupWeights func() *map[string]*float64 + GroupWeightsInput func() *map[string]*float64 + InternalValue func() interface{} + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + PutSegmentOverrides func(value interface{}) + ResetSegmentOverrides func() + Resolve func(_context cdktf.IResolveContext) interface{} + SegmentOverrides func() EvidentlyLaunchScheduledSplitsConfigStepsSegmentOverridesList + SegmentOverridesInput func() interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetGroupWeights func(val *map[string]*float64) + SetInternalValue func(val interface{}) + SetStartTime func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + StartTime func() *string + StartTimeInput func() *string + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewEvidentlyLaunchScheduledSplitsConfigStepsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) EvidentlyLaunchScheduledSplitsConfigStepsOutputReference + type EvidentlyLaunchScheduledSplitsConfigStepsSegmentOverrides struct + EvaluationOrder *float64 + Segment *string + Weights *map[string]*float64 + type EvidentlyLaunchScheduledSplitsConfigStepsSegmentOverridesList interface + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + Get func(index *float64) EvidentlyLaunchScheduledSplitsConfigStepsSegmentOverridesOutputReference + InternalValue func() interface{} + Resolve func(_context cdktf.IResolveContext) interface{} + SetInternalValue func(val interface{}) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetWrapsSet func(val *bool) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + WrapsSet func() *bool + func NewEvidentlyLaunchScheduledSplitsConfigStepsSegmentOverridesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) EvidentlyLaunchScheduledSplitsConfigStepsSegmentOverridesList + type EvidentlyLaunchScheduledSplitsConfigStepsSegmentOverridesOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + EvaluationOrder func() *float64 + EvaluationOrderInput func() *float64 + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() interface{} + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + Resolve func(_context cdktf.IResolveContext) interface{} + Segment func() *string + SegmentInput func() *string + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetEvaluationOrder func(val *float64) + SetInternalValue func(val interface{}) + SetSegment func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetWeights func(val *map[string]*float64) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + Weights func() *map[string]*float64 + WeightsInput func() *map[string]*float64 + func NewEvidentlyLaunchScheduledSplitsConfigStepsSegmentOverridesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) EvidentlyLaunchScheduledSplitsConfigStepsSegmentOverridesOutputReference + type EvidentlyLaunchTimeouts struct + Create *string + Delete *string + Update *string + type EvidentlyLaunchTimeoutsOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + Create func() *string + CreateInput func() *string + CreationStack func() *[]*string + Delete func() *string + DeleteInput func() *string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() interface{} + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + ResetCreate func() + ResetDelete func() + ResetUpdate func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetCreate func(val *string) + SetDelete func(val *string) + SetInternalValue func(val interface{}) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetUpdate func(val *string) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + Update func() *string + UpdateInput func() *string + func NewEvidentlyLaunchTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) EvidentlyLaunchTimeoutsOutputReference Other modules containing this package github.com/cdktf/cdktf-provider-aws-go/aws/v12 github.com/cdktf/cdktf-provider-aws-go/aws/v13 github.com/cdktf/cdktf-provider-aws-go/aws/v14 github.com/cdktf/cdktf-provider-aws-go/aws/v16 github.com/cdktf/cdktf-provider-aws-go/aws/v17 github.com/cdktf/cdktf-provider-aws-go/aws/v18 github.com/cdktf/cdktf-provider-aws-go/aws/v19