You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
props.AddBoolProperty(pathErrorSamplingEnabled, false, "Controls whether error sampling is enabled")
935
942
} else {
943
+
props.AddStringSliceProperty(pathIgnoreSpecTags, []string{}, "Controls whether an agent has instance validation enabled")
936
944
props.AddStringProperty(pathAdditionalTags, "", "Additional Tags to Add to discovered APIs when publishing to Amplify Central")
937
945
props.AddBoolProperty(pathAppendEnvironmentToTitle, true, "When true API titles and descriptions will be appended with environment name")
938
946
props.AddIntProperty(pathProvisioningRetryCount, 0, "The number of retries, in case it fails, for any provisioning event", properties.WithUpperLimitInt(3))
0 commit comments